[88701] trunk/dports/net

jwa at macports.org jwa at macports.org
Sun Jan 8 11:10:40 PST 2012


Revision: 88701
          http://trac.macports.org/changeset/88701
Author:   jwa at macports.org
Date:     2012-01-08 11:10:34 -0800 (Sun, 08 Jan 2012)
Log Message:
-----------
tn5250: new port, a 5250 terminal emulator, python variant not working at the moment

Added Paths:
-----------
    trunk/dports/net/tn5250/
    trunk/dports/net/tn5250/Portfile

Added: trunk/dports/net/tn5250/Portfile
===================================================================
--- trunk/dports/net/tn5250/Portfile	                        (rev 0)
+++ trunk/dports/net/tn5250/Portfile	2012-01-08 19:10:34 UTC (rev 88701)
@@ -0,0 +1,29 @@
+# $Id: Portfile 26691 2007-07-04 03:09:27Z css at macports.org $
+
+PortSystem 1.0
+name             tn5250
+version          0.17.4
+categories       net
+maintainers      openmaintainer jwa
+description      tn5250 terminal emulator
+long_description tn5250 is a telnet client for the IBM iSeries and AS/400 that emulates 5250 terminals and printers.
+
+homepage         http://tn5250.sourceforge.net/
+platforms        darwin macosx freebsd
+
+master_sites     sourceforge:tn5250
+
+checksums           sha1    2c84f03f798fd5095009d6798d1e6c0b29e48a75 \
+                    rmd160  a2fd1d96fe89a521c53449174b0898574562ad7b
+
+configure.args   --enable-ssl
+
+#variant python {
+#    configure.args-append --with-python
+#    depends_lib-append           port:python27
+#}
+
+variant curses {
+    configure.args-append	--with-curses
+    depends_lib-append	port:ncurses
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120108/2d61eeb4/attachment.html>


More information about the macports-changes mailing list