diff options
author | Steve Price <steve@FreeBSD.org> | 2000-01-29 05:34:52 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 2000-01-29 05:34:52 +0000 |
commit | 7cd2b8f3065e5f7f529c54f9440c0fe76257baaf (patch) | |
tree | b18037359ddf19780e5825f8b1dd2bff8c49e75c /net/tn5250 | |
parent | 34234b38f5e3ab74dc7fb0846244b8dbd0509480 (diff) | |
download | ports-7cd2b8f3065e5f7f529c54f9440c0fe76257baaf.tar.gz ports-7cd2b8f3065e5f7f529c54f9440c0fe76257baaf.zip |
Notes
Diffstat (limited to 'net/tn5250')
-rw-r--r-- | net/tn5250/Makefile | 20 | ||||
-rw-r--r-- | net/tn5250/distinfo | 1 | ||||
-rw-r--r-- | net/tn5250/pkg-comment | 1 | ||||
-rw-r--r-- | net/tn5250/pkg-descr | 8 | ||||
-rw-r--r-- | net/tn5250/pkg-plist | 33 |
5 files changed, 63 insertions, 0 deletions
diff --git a/net/tn5250/Makefile b/net/tn5250/Makefile new file mode 100644 index 000000000000..1a54894b588b --- /dev/null +++ b/net/tn5250/Makefile @@ -0,0 +1,20 @@ +# New ports collection makefile for: tn5250 +# Version required: 0.15.6 +# Date created: 20 January 2000 +# Whom: Elias Mandouvalos <ocean@compulink.gr> +# +# $FreeBSD$ +# + +DISTNAME= tn5250-0.15.6 +CATEGORIES= net +MASTER_SITES= ftp://cvs.cleveland.lug.net/pub/tn5250/ + +MAINTAINER= ports@FreeBSD.org + +USE_LIBTOOL= yes + +MAN1= scs2ascii.1 tn5250.1 +MANCOMPRESSED= no + +.include <bsd.port.mk> diff --git a/net/tn5250/distinfo b/net/tn5250/distinfo new file mode 100644 index 000000000000..5739a379e7a7 --- /dev/null +++ b/net/tn5250/distinfo @@ -0,0 +1 @@ +MD5 (tn5250-0.15.6.tar.gz) = c83e50fb3ff98d6df3d211bbfceb4737 diff --git a/net/tn5250/pkg-comment b/net/tn5250/pkg-comment new file mode 100644 index 000000000000..717867c8ba0f --- /dev/null +++ b/net/tn5250/pkg-comment @@ -0,0 +1 @@ +5250 Telnet protocol and Terminal diff --git a/net/tn5250/pkg-descr b/net/tn5250/pkg-descr new file mode 100644 index 000000000000..0061a5857923 --- /dev/null +++ b/net/tn5250/pkg-descr @@ -0,0 +1,8 @@ +tn5250 is an implementation of the 5250 Telnet protocol. +It provides 5250 library and 5250 terminal emulation. +(usually used to connect to IBM AS/400 Midrange systems) + +WWW:http://www.blarg.net/~mmadore/5250.html + +- Elias Mandouvalos +ocean@compulink.gr diff --git a/net/tn5250/pkg-plist b/net/tn5250/pkg-plist new file mode 100644 index 000000000000..8c94d30997c3 --- /dev/null +++ b/net/tn5250/pkg-plist @@ -0,0 +1,33 @@ +bin/scs2ascii +bin/tn5250 +bin/tn5250-config +bin/xt5250 +include/tn5250.h +include/tn5250/buffer.h +include/tn5250/codes5250.h +include/tn5250/config.h +include/tn5250/cursesterm.h +include/tn5250/dbuffer.h +include/tn5250/debug.h +include/tn5250/display.h +include/tn5250/field.h +include/tn5250/printsession.h +include/tn5250/record.h +include/tn5250/scs.h +include/tn5250/session.h +include/tn5250/slangterm.h +include/tn5250/stream.h +include/tn5250/terminal.h +include/tn5250/transmaps.h +include/tn5250/utility.h +include/tn5250/wtd.h +lib/lib5250.so +lib/lib5250.so.0 +@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B +@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R +share/tn5250/XTerm +share/tn5250/dialogrc +share/tn5250/uk5250.map +share/tn5250/us5250.map +@dirrm include/tn5250 +@dirrm share/tn5250 |