diff options
author | dholland <dholland@pkgsrc.org> | 2010-01-17 02:14:51 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2010-01-17 02:14:51 +0000 |
commit | 5f9499a4ba2bb3801fbdc35fe87ff22ff09ab721 (patch) | |
tree | f0d40f2a78650b02ae68f975914e315dcb3d4bc9 | |
parent | 2e9ca4ea743f71cdf2ef00eba7649b37d2d74361 (diff) | |
download | pkgsrc-5f9499a4ba2bb3801fbdc35fe87ff22ff09ab721.tar.gz |
The package bits for tn3270. This is a bit rough and probably not going to
build except on netbsd-5 and -current, but we can take that as it comes.
-rw-r--r-- | comms/tn3270/DESCR | 8 | ||||
-rw-r--r-- | comms/tn3270/Makefile | 21 | ||||
-rw-r--r-- | comms/tn3270/PLIST | 7 |
3 files changed, 36 insertions, 0 deletions
diff --git a/comms/tn3270/DESCR b/comms/tn3270/DESCR new file mode 100644 index 00000000000..fdcc6b5d2be --- /dev/null +++ b/comms/tn3270/DESCR @@ -0,0 +1,8 @@ +tn3270 permits a full-screen, full-duplex connection from a UNIX machine +to an IBM (or compatible) machine. tn3270 gives the appearance of being +logged in to the remote machine from an IBM 3270 terminal. Of course, +you must have an account on the machine to which you connect in order to +log in. tn3270 looks to the user in many respects like the Yale ASCII +Terminal Communication System II. tn3270 is actually a modification of +the ARPANET TELNET user interface (see telnet(1)) which will, in certain +circumstances, interpret and generate raw 3270 control streams. diff --git a/comms/tn3270/Makefile b/comms/tn3270/Makefile new file mode 100644 index 00000000000..1698110a593 --- /dev/null +++ b/comms/tn3270/Makefile @@ -0,0 +1,21 @@ +# $NetBSD: Makefile,v 1.1.1.1 2010/01/17 02:14:51 dholland Exp $ + +DISTNAME= tn3270-0.20100116 +CATEGORIES= comms net +MASTER_SITES= # empty +DISTFILES= # empty + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= # empty +COMMENT= Utilities for connecting to IBM VM/CMS systems + +LICENSE= modified-bsd + +PKG_DESTDIR_SUPPORT= user-destdir + +INSTALLATION_DIRS+= bin share/tn3270 + +do-extract: + @${CP} -R ${FILESDIR} ${WRKSRC} + +.include "../../mk/bsd.pkg.mk" diff --git a/comms/tn3270/PLIST b/comms/tn3270/PLIST new file mode 100644 index 00000000000..8b2981ad3d5 --- /dev/null +++ b/comms/tn3270/PLIST @@ -0,0 +1,7 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2010/01/17 02:14:51 dholland Exp $ +bin/mset +bin/tn3270 +man/man1/mset.1 +man/man1/tn3270.1 +man/man5/map3270.5 +share/tn3270/map3270 |