diff options
author | markm <markm@FreeBSD.org> | 1999-08-31 04:27:51 +0800 |
---|---|---|
committer | markm <markm@FreeBSD.org> | 1999-08-31 04:27:51 +0800 |
commit | c49282e51cca54e843ebf537169466ba225e7b07 (patch) | |
tree | 03543dcc2c74904086c68b56ed30b3869d1402dc | |
parent | e73458487fc0248ea9cafe212a237b83010fa675 (diff) | |
download | freebsd-ports-gnome-c49282e51cca54e843ebf537169466ba225e7b07.tar.gz freebsd-ports-gnome-c49282e51cca54e843ebf537169466ba225e7b07.tar.zst freebsd-ports-gnome-c49282e51cca54e843ebf537169466ba225e7b07.zip |
This is FreeBSD's tn3270, yanked from src/usr.bin, and lightly hacked
with the addition of relevant parts of src/usr.bin/telnet/*
Once the dateline hase crossed the repository, the original will
be led outside, given a perfunctory trial, and shot.
-rw-r--r-- | net/tn3270/Makefile | 30 | ||||
-rw-r--r-- | net/tn3270/distinfo | 1 | ||||
-rw-r--r-- | net/tn3270/files/patch-aa | 11 | ||||
-rw-r--r-- | net/tn3270/pkg-comment | 1 | ||||
-rw-r--r-- | net/tn3270/pkg-descr | 8 | ||||
-rw-r--r-- | net/tn3270/pkg-plist | 2 |
6 files changed, 53 insertions, 0 deletions
diff --git a/net/tn3270/Makefile b/net/tn3270/Makefile new file mode 100644 index 000000000000..380b8be81aae --- /dev/null +++ b/net/tn3270/Makefile @@ -0,0 +1,30 @@ +# New ports collection makefile for: tn3270 +# Version required: 4.4BSD-Lite +# Date created: 30 August 1999 +# Whom: markm +# +# $FreeBSD$ +# + +DISTNAME= tn3270 +PKGNAME= tn3270-4.4 +CATEGORIES= net +MASTER_SITES= http://freefall.freebsd.org/~markm/ \ + ftp://ftp.za.freebsd.org/pub/FreeBSD/distfiles/ \ + ftp://ftp3.za.freebsd.org/pub/FreeBSD/distfiles/ + +MAINTAINER= markm@FreeBSD.ORG + +MAN1= tn3270.1 mset.1 +MAN5= map3270.5 +MANCOMPRESSED= maybe + +do-configure: + ${ECHO} "BINDIR= ${PREFIX}/bin" > ${WRKDIR}/Makefile.inc + ${ECHO} "MANDIR= ${PREFIX}/man/man" >> ${WRKDIR}/Makefile.inc +do-build: + cd ${WRKSRC}; \ + ${MAKE} depend; \ + ${MAKE} all + +.include <bsd.port.mk> diff --git a/net/tn3270/distinfo b/net/tn3270/distinfo new file mode 100644 index 000000000000..bbf566b8f9e5 --- /dev/null +++ b/net/tn3270/distinfo @@ -0,0 +1 @@ +MD5 (tn3270.tar.gz) = 6dc619a0dfa5f2464d25aaa9dc7e3c51 diff --git a/net/tn3270/files/patch-aa b/net/tn3270/files/patch-aa new file mode 100644 index 000000000000..0a39978383a1 --- /dev/null +++ b/net/tn3270/files/patch-aa @@ -0,0 +1,11 @@ +--- tn3270/Makefile.ORIG Mon Aug 30 20:49:39 1999 ++++ tn3270/Makefile Mon Aug 30 21:08:05 1999 +@@ -6,7 +6,7 @@ + LDADD= -lcurses -ltermcap -ltelnet -lcrypt + CLEANFILES+= asc_disp.OUT asc_disp.out disp_asc.OUT disp_asc.out TMPfunc.out + .PATH: ${.CURDIR}/../api ${.CURDIR}/../ascii ${.CURDIR}/../ctlr +-.PATH: ${.CURDIR}/../general ${.CURDIR}/../sys_curses ${.CURDIR}/../../telnet ++.PATH: ${.CURDIR}/../general ${.CURDIR}/../sys_curses ${.CURDIR}/../telnet + + MAN1= tn3270.1 + diff --git a/net/tn3270/pkg-comment b/net/tn3270/pkg-comment new file mode 100644 index 000000000000..e03029f7c284 --- /dev/null +++ b/net/tn3270/pkg-comment @@ -0,0 +1 @@ +Full-screen remote login to IBM VM/CMS diff --git a/net/tn3270/pkg-descr b/net/tn3270/pkg-descr new file mode 100644 index 000000000000..03476695045e --- /dev/null +++ b/net/tn3270/pkg-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/net/tn3270/pkg-plist b/net/tn3270/pkg-plist new file mode 100644 index 000000000000..f357d83f80f6 --- /dev/null +++ b/net/tn3270/pkg-plist @@ -0,0 +1,2 @@ +bin/tn3270 +bin/mset |