Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by George Sherwood (d458b308e03517e698fb927851f021bb508e11ba)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: George Sherwood <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by George Sherwood (d458b308e03517e698fb927851f021bb508e11ba)
  • Date: Wed, 26 Nov 2008 21:55:18 -0600

GIT changes to master grimoire by George Sherwood <gsherwood AT sourcemage.org>:

ChangeLog | 3 +++
shell-term-fm/tn5250/DEPENDS | 5 +++++
shell-term-fm/tn5250/DETAILS | 15 +++++++++++++++
shell-term-fm/tn5250/HISTORY | 3 +++
4 files changed, 26 insertions(+)

New commits:
commit d458b308e03517e698fb927851f021bb508e11ba
Author: George Sherwood <gsherwood AT sourcemage.org>
Commit: George Sherwood <gsherwood AT sourcemage.org>

tn5250: new spell. AS/400 terminal emulator.

diff --git a/ChangeLog b/ChangeLog
index ac3fd7a..21fa92e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2008-11-26 George Sherwood <gsherwood AT sourcemage.org>
+ * shell-term-fm/tn5250: new spell, AS/400 terminal emulator
+
2008-11-26 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
* kde-apps/kopete: deprecated [only one version was released
separately]
* FUNCTIONS: removed check_if_xorg_modular* #14708
diff --git a/shell-term-fm/tn5250/DEPENDS b/shell-term-fm/tn5250/DEPENDS
new file mode 100755
index 0000000..050029a
--- /dev/null
+++ b/shell-term-fm/tn5250/DEPENDS
@@ -0,0 +1,5 @@
+depends ncurses &&
+optional_depends openssl \
+ "--enable-ssl" \
+ "--disable-ssl" \
+ "enable SSL support"
diff --git a/shell-term-fm/tn5250/DETAILS b/shell-term-fm/tn5250/DETAILS
new file mode 100755
index 0000000..bb0f251
--- /dev/null
+++ b/shell-term-fm/tn5250/DETAILS
@@ -0,0 +1,15 @@
+ SPELL=tn5250
+ VERSION=0.17.3
+ SOURCE="${SPELL}-${VERSION}.tar.gz"
+ SOURCE_URL[0]=$SOURCEFORGE_URL/${SPELL}/${SOURCE}
+
SOURCE_HASH=sha512:864ad2ed3e3014fda13f04ac8ad75afb0a30757856a05b41b3498ed9950ff77ff45df44d124f91cc53406b5cdf57f02b902e4fcc08da9f9c00aceeb15b448b1c
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE="http://tn5250.sourceforge.net/";
+ LICENSE[0]=GPL
+ ENTERED=20081021
+ SHORT="tn5250 is a curses based IBM 5250 terminal emulator."
+cat << EOF
+tn5250 emulates IBM's 5250 compatible terminals to connect over TCP/IP to
+an IBM AS/400. The terminal emulation works on any local terminal supported
+by curses, and provides 132x27 and full colour support where possible.
+EOF
diff --git a/shell-term-fm/tn5250/HISTORY b/shell-term-fm/tn5250/HISTORY
new file mode 100644
index 0000000..2c33782
--- /dev/null
+++ b/shell-term-fm/tn5250/HISTORY
@@ -0,0 +1,3 @@
+2008-11-26 Kevin Monceaux <Kevin AT RawFedDogs.net>
+ * DEPENDS, DETAILS: spell created
+



  • [SM-Commit] GIT changes to master grimoire by George Sherwood (d458b308e03517e698fb927851f021bb508e11ba), George Sherwood, 11/26/2008

Archive powered by MHonArc 2.6.24.

Top of Page