Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Tommy Boatman (564b26a569274be093fee987a9fd887730a4859e)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Tommy Boatman <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Tommy Boatman (564b26a569274be093fee987a9fd887730a4859e)
  • Date: Thu, 18 Sep 2008 10:55:14 -0500

GIT changes to master grimoire by Tommy Boatman <tboatman AT sourcemage.org>:

shell-term-fm/c3270/DEPENDS | 8 ++++++++
shell-term-fm/c3270/DETAILS | 24 ++++++++++++++++++++++++
shell-term-fm/c3270/HISTORY | 3 +++
shell-term-fm/c3270/INSTALL | 2 ++
4 files changed, 37 insertions(+)

New commits:
commit 564b26a569274be093fee987a9fd887730a4859e
Author: Tommy Boatman <tboatman AT sourcemage.org>
Commit: Tommy Boatman <tboatman AT sourcemage.org>

c3270: new spell. version 3.3.7p8
patterned after x3270 - same functionality - curses interface

diff --git a/shell-term-fm/c3270/DEPENDS b/shell-term-fm/c3270/DEPENDS
new file mode 100755
index 0000000..2aba5fe
--- /dev/null
+++ b/shell-term-fm/c3270/DEPENDS
@@ -0,0 +1,8 @@
+depends ncurses &&
+depends gcc &&
+optional_depends openssl "--enable-ssl" "--disable-ssl" \
+ "enable SSL support" &&
+optional_depends icu "--enable-dbcs" "--disable-dbcs" \
+ "enable Double Byte Character Set support" &&
+optional_depends readline "--with-readline" "--without-readline" \
+ "enable command-line editing and history"
diff --git a/shell-term-fm/c3270/DETAILS b/shell-term-fm/c3270/DETAILS
new file mode 100755
index 0000000..467a78d
--- /dev/null
+++ b/shell-term-fm/c3270/DETAILS
@@ -0,0 +1,24 @@
+ SPELL=c3270
+ VERSION=3.3.7p8
+ SOURCE=$SPELL-$VERSION.tgz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-3.3
+ SOURCE_URL[0]=$SOURCEFORGE_URL/x3270/$SOURCE
+ WEB_SITE=http://x3270.bgp.nu
+ ENTERED=20020411
+
SOURCE_HASH=sha512:bc4efd974437f342d644168898271397ef5bd3e9e3f3188fed2ef831e1384132934967abf80519cc6269f6d61b2666736f03754271022539935ffa084aadbb2e
+ LICENSE[0]=GPL
+ KEYWORDS="emulator terminal console"
+ SHORT="c3270 is a curses based IBM 3270 terminal emulator."
+cat << EOF
+c3270 is a curses based IBM 3270 terminal emulator.
+(If you don't know what an IBM 3270 terminal emulator is, then you probably
+don't need c3270).
+
+c3270 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.
+c3270 is distributed as source code, and can be used for free.
+EOF
+
+
diff --git a/shell-term-fm/c3270/HISTORY b/shell-term-fm/c3270/HISTORY
new file mode 100644
index 0000000..9deddc5
--- /dev/null
+++ b/shell-term-fm/c3270/HISTORY
@@ -0,0 +1,3 @@
+2008-09-18 Tommy Boatman <tboatman AT sourcemage.org>
+ * DEPENDS, DETAILS, HISTORY, INSTALL: Created Spell version 3.3.7p8.
+
diff --git a/shell-term-fm/c3270/INSTALL b/shell-term-fm/c3270/INSTALL
new file mode 100755
index 0000000..9064ac4
--- /dev/null
+++ b/shell-term-fm/c3270/INSTALL
@@ -0,0 +1,2 @@
+ make install &&
+ make install.man



  • [SM-Commit] GIT changes to master grimoire by Tommy Boatman (564b26a569274be093fee987a9fd887730a4859e), Tommy Boatman, 09/18/2008

Archive powered by MHonArc 2.6.24.

Top of Page