From b45bb43ea7004d07e63397c45085b184ab585e9d Mon Sep 17 00:00:00 2001 From: spz Date: Sun, 17 Jan 2010 18:26:28 +0000 Subject: resuscitate, with a distfile instead of a files subdir --- comms/tn3270/DESCR | 8 ++++++++ comms/tn3270/Makefile | 18 ++++++++++++++++++ comms/tn3270/PLIST | 7 +++++++ comms/tn3270/distinfo | 5 +++++ 4 files changed, 38 insertions(+) create mode 100644 comms/tn3270/DESCR create mode 100644 comms/tn3270/Makefile create mode 100644 comms/tn3270/PLIST create mode 100644 comms/tn3270/distinfo (limited to 'comms/tn3270') 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..d51b0c71f54 --- /dev/null +++ b/comms/tn3270/Makefile @@ -0,0 +1,18 @@ +# $NetBSD: Makefile,v 1.4 2010/01/17 18:26:28 spz Exp $ + +DISTNAME= tn3270-0.20100116 +CATEGORIES= comms net +MASTER_SITES= ${MASTER_SITE_LOCAL} + +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 + +.include "../../mk/curses.buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/comms/tn3270/PLIST b/comms/tn3270/PLIST new file mode 100644 index 00000000000..e36a3abe155 --- /dev/null +++ b/comms/tn3270/PLIST @@ -0,0 +1,7 @@ +@comment $NetBSD: PLIST,v 1.3 2010/01/17 18:26:28 spz Exp $ +bin/mset +bin/tn3270 +man/man1/mset.1 +man/man1/tn3270.1 +man/man5/map3270.5 +share/tn3270/map3270 diff --git a/comms/tn3270/distinfo b/comms/tn3270/distinfo new file mode 100644 index 00000000000..a000ebdd2ac --- /dev/null +++ b/comms/tn3270/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2010/01/17 18:26:28 spz Exp $ + +SHA1 (tn3270-0.20100116.tar.gz) = b550f2c240aa3b185b935c11ed36e75c8c574503 +RMD160 (tn3270-0.20100116.tar.gz) = 59ca2fcaa8f44258eb9cb0069cf17e560754f2c9 +Size (tn3270-0.20100116.tar.gz) = 156352 bytes -- cgit v1.2.3