pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/comms/tn3270 The package bits for tn3270. This is a bi...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4b5845bb73a0
branches:  trunk
changeset: 569716:4b5845bb73a0
user:      dholland <dholland%pkgsrc.org@localhost>
date:      Sun Jan 17 02:14:51 2010 +0000

description:
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.

diffstat:

 comms/tn3270/DESCR    |   8 ++++++++
 comms/tn3270/Makefile |  21 +++++++++++++++++++++
 comms/tn3270/PLIST    |   7 +++++++
 3 files changed, 36 insertions(+), 0 deletions(-)

diffs (48 lines):

diff -r c77d23c15946 -r 4b5845bb73a0 comms/tn3270/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/comms/tn3270/DESCR        Sun Jan 17 02:14:51 2010 +0000
@@ -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 -r c77d23c15946 -r 4b5845bb73a0 comms/tn3270/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/comms/tn3270/Makefile     Sun Jan 17 02:14:51 2010 +0000
@@ -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@localhost
+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 -r c77d23c15946 -r 4b5845bb73a0 comms/tn3270/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/comms/tn3270/PLIST        Sun Jan 17 02:14:51 2010 +0000
@@ -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



Home | Main Index | Thread Index | Old Index