[Lunar-commits] <moonbase> putty: new module 0.61

Zbigniew Luszpinski zbiggy at lunar-linux.org
Mon Jul 18 01:46:39 CEST 2011


commit ef9b3643624c97b9052a27cf427002d785f59c04
Author: Zbigniew Luszpinski <zbiggy at lunar-linux.org>
Date:   Mon Jul 18 01:46:39 2011 +0200

    putty: new module 0.61
---
 net/putty/BUILD         |   14 ++++++++++++++
 net/putty/DEPENDS       |    1 +
 net/putty/DETAILS       |   15 +++++++++++++++
 net/putty/pterm.desktop |   12 ++++++++++++
 net/putty/putty.desktop |   12 ++++++++++++
 5 files changed, 54 insertions(+), 0 deletions(-)

diff --git a/net/putty/BUILD b/net/putty/BUILD
new file mode 100644
index 0000000..5ec00ae
--- /dev/null
+++ b/net/putty/BUILD
@@ -0,0 +1,14 @@
+(
+
+  cd icons &&
+  make &&
+  for a in pterm putty puttygen ; do
+  for s in 16 32 48 ; do
+    install -Dm 644 $a-$s.png /usr/share/icons/hicolor/${s}x${s}/apps/$a.png
+  done
+  done &&
+  cd ../unix &&
+  default_build &&
+  install -m644 $SCRIPT_DIRECTORY/*.desktop /usr/share/applications
+
+) > $C_FIFO 2>&1
diff --git a/net/putty/DEPENDS b/net/putty/DEPENDS
new file mode 100644
index 0000000..be8cf8c
--- /dev/null
+++ b/net/putty/DEPENDS
@@ -0,0 +1 @@
+optional_depends "gtk+-2" "" "" "to build GUI putty and puttygen"
diff --git a/net/putty/DETAILS b/net/putty/DETAILS
new file mode 100644
index 0000000..c25f19e
--- /dev/null
+++ b/net/putty/DETAILS
@@ -0,0 +1,15 @@
+          MODULE=putty
+         VERSION=0.61
+          SOURCE=$MODULE-$VERSION.tar.gz
+      SOURCE_URL=http://the.earth.li/~sgtatham/putty/latest
+      SOURCE_VFY=sha1:cbb82fd392142e3455e859ca8bc7b1e61b246204
+        WEB_SITE=http://www.chiark.greenend.org.uk/~sgtatham/putty
+         ENTERED=20110717
+         UPDATED=20110717
+           SHORT="well known telnet/ssh terminal client"
+
+cat << EOF
+PuTTY is a free implementation of Telnet
+and SSH for Windows and Unix platforms,
+along with an xterm terminal emulator.
+EOF
diff --git a/net/putty/pterm.desktop b/net/putty/pterm.desktop
new file mode 100644
index 0000000..5475884
--- /dev/null
+++ b/net/putty/pterm.desktop
@@ -0,0 +1,12 @@
+[Desktop Entry]
+Encoding=UTF-8
+Name=PuTTY terminal
+Comment=PuTTY terminal
+Exec=pterm
+Icon=pterm
+Terminal=false
+Type=Application
+Categories=Application;System;
+Comment[pl]=terminal PuTTY
+X-KDE-StartupNotify=true
+StartupNotify=true
diff --git a/net/putty/putty.desktop b/net/putty/putty.desktop
new file mode 100644
index 0000000..e264dbe
--- /dev/null
+++ b/net/putty/putty.desktop
@@ -0,0 +1,12 @@
+[Desktop Entry]
+Encoding=UTF-8
+Name=PuTTY remote terminal
+Comment=PuTTY remote terminal
+Exec=putty
+Icon=putty
+Terminal=false
+Type=Application
+Categories=Application;Network;
+Comment[pl]=terminal zdalny PuTTY
+X-KDE-StartupNotify=true
+StartupNotify=true


More information about the Lunar-commits mailing list