[Lunar-commits] <moonbase> x3270: Version bump and moving to terminal.
Dennis `stumbles` Veatch
stumbles at lunar-linux.org
Sun May 9 18:20:26 CEST 2010
commit 821f4514139743f3a34ef2fe34a8b032abdf52d2
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date: Sun May 9 12:20:26 2010 -0400
x3270: Version bump and moving to terminal.
---
terminal/x3270/BUILD | 23 +++++++++++++++++++++++
terminal/x3270/DEPENDS | 1 +
terminal/x3270/DETAILS | 21 +++++++++++++++++++++
terminal/x3270/PRE_BUILD | 4 ++++
x11-apps/x3270/BUILD | 23 -----------------------
x11-apps/x3270/DEPENDS | 1 -
x11-apps/x3270/DETAILS | 21 ---------------------
x11-apps/x3270/PRE_BUILD | 4 ----
8 files changed, 49 insertions(+), 49 deletions(-)
diff --git a/terminal/x3270/BUILD b/terminal/x3270/BUILD
new file mode 100644
index 0000000..a25df13
--- /dev/null
+++ b/terminal/x3270/BUILD
@@ -0,0 +1,23 @@
+(
+
+ cd x3270-3.3 &&
+ default_build &&
+ make install.man &&
+
+ # Desktop icon
+ install -D -m644 x3270-icon2.xpm /usr/share/pixmaps/x3270-icon2.xpm &&
+
+ # Desktop menu entry
+ cat > ${MODULE}.desktop << EOF &&
+[Desktop Entry]
+Type=Application
+Name=x3270
+Comment=An IBM 3278/3279 terminal emulator
+Exec=$MODULE
+Icon=/usr/share/pixmaps/x3270-icon2.xpm
+Categories=Application;KDE;Utility;
+EOF
+
+ install -D -m644 ${MODULE}.desktop /usr/share/applications/${MODULE}.desktop
+
+) > $C_FIFO 2>&1
diff --git a/terminal/x3270/DEPENDS b/terminal/x3270/DEPENDS
new file mode 100644
index 0000000..a109f5c
--- /dev/null
+++ b/terminal/x3270/DEPENDS
@@ -0,0 +1 @@
+optional_depends openssl "--with-ssl" "--without-ssl" "for ssl support"
diff --git a/terminal/x3270/DETAILS b/terminal/x3270/DETAILS
new file mode 100644
index 0000000..200a9e1
--- /dev/null
+++ b/terminal/x3270/DETAILS
@@ -0,0 +1,21 @@
+ MODULE=x3270
+ VERSION=3.3.10ga5
+ SOURCE=suite3270-$VERSION-src.tgz
+ SOURCE_URL=$SFORGE_URL/$MODULE/$VERSION
+ SOURCE_VFY=sha1:d919b6e252b5df5e462d8f54f2d1b533402d710b
+ WEB_SITE=http://x3270.bgp.nu/
+ ENTERED=20020522
+ UPDATED=20100509
+ SHORT="An IBM 3270 terminal emulator for X"
+
+cat << EOF
+x3270 is an IBM 3270 terminal emulator for the X Window System. (If you
+don't know what an IBM 3270 terminal emulator is, then you probably don't
+need x3270). x3270 runs over a TELNET connection (with or without TN3270E)
+and emulates either an IBM 3279 (color) or 3278 (monochrome). It supports
+APL2 characters, IND$FILE file transfer, NVT mode, a pop-up keypad for
+3270-specific keys, a scrollbar, and has extensive debugging and scripting
+facilities. It also has a novel "active icon" mode that updates the icon
+image as the screen image changes, and even does a fair job of emulating a
+color xterm. It does not yet support graphics.
+EOF
diff --git a/terminal/x3270/PRE_BUILD b/terminal/x3270/PRE_BUILD
new file mode 100644
index 0000000..556b9c6
--- /dev/null
+++ b/terminal/x3270/PRE_BUILD
@@ -0,0 +1,4 @@
+validate_source_dir $SOURCE_DIRECTORY &&
+mk_source_dir $SOURCE_DIRECTORY &&
+cd $SOURCE_DIRECTORY/ &&
+unpack $SOURCE
diff --git a/x11-apps/x3270/BUILD b/x11-apps/x3270/BUILD
deleted file mode 100644
index a25df13..0000000
--- a/x11-apps/x3270/BUILD
+++ /dev/null
@@ -1,23 +0,0 @@
-(
-
- cd x3270-3.3 &&
- default_build &&
- make install.man &&
-
- # Desktop icon
- install -D -m644 x3270-icon2.xpm /usr/share/pixmaps/x3270-icon2.xpm &&
-
- # Desktop menu entry
- cat > ${MODULE}.desktop << EOF &&
-[Desktop Entry]
-Type=Application
-Name=x3270
-Comment=An IBM 3278/3279 terminal emulator
-Exec=$MODULE
-Icon=/usr/share/pixmaps/x3270-icon2.xpm
-Categories=Application;KDE;Utility;
-EOF
-
- install -D -m644 ${MODULE}.desktop /usr/share/applications/${MODULE}.desktop
-
-) > $C_FIFO 2>&1
diff --git a/x11-apps/x3270/DEPENDS b/x11-apps/x3270/DEPENDS
deleted file mode 100644
index a109f5c..0000000
--- a/x11-apps/x3270/DEPENDS
+++ /dev/null
@@ -1 +0,0 @@
-optional_depends openssl "--with-ssl" "--without-ssl" "for ssl support"
diff --git a/x11-apps/x3270/DETAILS b/x11-apps/x3270/DETAILS
deleted file mode 100644
index 2c93a70..0000000
--- a/x11-apps/x3270/DETAILS
+++ /dev/null
@@ -1,21 +0,0 @@
- MODULE=x3270
- VERSION=3.3.10ga4
- SOURCE=suite3270-$VERSION-src.tgz
- SOURCE_URL=$SFORGE_URL/$MODULE/$VERSION
- SOURCE_VFY=sha1:3c551882b6dd05d2943038475732c7f8cd515f86
- WEB_SITE=http://x3270.bgp.nu/
- ENTERED=20020522
- UPDATED=20100221
- SHORT="An IBM 3270 terminal emulator for X"
-
-cat << EOF
-x3270 is an IBM 3270 terminal emulator for the X Window System. (If you
-don't know what an IBM 3270 terminal emulator is, then you probably don't
-need x3270). x3270 runs over a TELNET connection (with or without TN3270E)
-and emulates either an IBM 3279 (color) or 3278 (monochrome). It supports
-APL2 characters, IND$FILE file transfer, NVT mode, a pop-up keypad for
-3270-specific keys, a scrollbar, and has extensive debugging and scripting
-facilities. It also has a novel "active icon" mode that updates the icon
-image as the screen image changes, and even does a fair job of emulating a
-color xterm. It does not yet support graphics.
-EOF
diff --git a/x11-apps/x3270/PRE_BUILD b/x11-apps/x3270/PRE_BUILD
deleted file mode 100644
index 556b9c6..0000000
--- a/x11-apps/x3270/PRE_BUILD
+++ /dev/null
@@ -1,4 +0,0 @@
-validate_source_dir $SOURCE_DIRECTORY &&
-mk_source_dir $SOURCE_DIRECTORY &&
-cd $SOURCE_DIRECTORY/ &&
-unpack $SOURCE
More information about the Lunar-commits
mailing list