diff options
author | steve <steve@FreeBSD.org> | 2000-01-29 13:34:52 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 2000-01-29 13:34:52 +0800 |
commit | 799e91473e1d30d1d5e0daa6277c9e67c4929029 (patch) | |
tree | db8e1b7779b1db4a290b31b7cfaf1e3c3b7f494c /net/tn5250 | |
parent | fb8b6e5a41f406cf4f3871efacfbda257b93a348 (diff) | |
download | freebsd-ports-gnome-799e91473e1d30d1d5e0daa6277c9e67c4929029.tar.gz freebsd-ports-gnome-799e91473e1d30d1d5e0daa6277c9e67c4929029.tar.zst freebsd-ports-gnome-799e91473e1d30d1d5e0daa6277c9e67c4929029.zip |
Adding tn5250 version 0.15.6.
A 5250 Telnet protocal and Terminal.
PR: 16251
Submitted by: Elias Mandouvalos <ocean@compulink.gr>
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 |