Date: Wed, 19 Aug 1998 13:00:29 +0100 From: Dom Mitchell <dom@phmit.demon.co.uk> To: FreeBSD-gnats-submit@FreeBSD.ORG Subject: ports/7680: New port of tn5250 Message-ID: <E0z96uj-0000HG-00@voodoo.pandhm.co.uk>
next in thread | raw e-mail | index | archive | help
>Number: 7680 >Category: ports >Synopsis: New port of tn5250 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Aug 19 05:10:01 PDT 1998 >Last-Modified: >Originator: Dom Mitchell >Organization: Palmer & Harvey McLane Ltd. >Release: FreeBSD 2.2.7-STABLE i386 >Environment: FreeBSD voodoo.pandhm.co.uk 2.2.7-STABLE FreeBSD 2.2.7-STABLE #0: Fri Jul 24 02:15:59 BST 1998 root@voodoo.pandhm.co.uk:/usr/src/sys/compile/VOODOO i386 >Description: This is a new port of tn5250, an IBM terminal emulator, which is really, really handy if you need to get at an AS/400 system properly. It's still an alpha version, but it seems quite functional. Port shar included below. >How-To-Repeat: N/A >Fix: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # tn5250 # tn5250/Makefile # tn5250/files # tn5250/files/md5 # tn5250/patches # tn5250/patches/patch-aa # tn5250/pkg # tn5250/pkg/COMMENT # tn5250/pkg/DESCR # tn5250/pkg/PLIST # echo c - tn5250 mkdir -p tn5250 > /dev/null 2>&1 echo x - tn5250/Makefile sed 's/^X//' >tn5250/Makefile << 'END-of-tn5250/Makefile' X# New ports collection makefile for: tn5250 X# Version required: 0.12.24 X# Date created: 19 Aug 1998 X# Whom: dom@myrddin.demon.co.uk X# X# $Id$ X XDISTNAME= tn5250-0.12.24 XCATEGORIES= emulators XMASTER_SITES= ftp://ftp.blarg.net/users/mmadore/ X XMAINTAINER= dom@myrddin.demon.co.uk X XLIB_DEPENDS= ncurses\\.4:${PORTSDIR}/devel/ncurses X XALL_TARGET= tn5250 X Xdo-install: X ${INSTALL_PROGRAM} ${WRKSRC}/tn5250 ${PREFIX}/bin X X.include <bsd.port.mk> END-of-tn5250/Makefile echo c - tn5250/files mkdir -p tn5250/files > /dev/null 2>&1 echo x - tn5250/files/md5 sed 's/^X//' >tn5250/files/md5 << 'END-of-tn5250/files/md5' XMD5 (tn5250-0.12.24.tar.gz) = 351715bdb1e367c082dc0f6103ce80d0 END-of-tn5250/files/md5 echo c - tn5250/patches mkdir -p tn5250/patches > /dev/null 2>&1 echo x - tn5250/patches/patch-aa sed 's/^X//' >tn5250/patches/patch-aa << 'END-of-tn5250/patches/patch-aa' X--- Makefile.orig Wed Aug 19 12:29:48 1998 X+++ Makefile Wed Aug 19 12:32:24 1998 X@@ -1,5 +1,5 @@ X-CCOPTS=-I /usr/include/ncurses -g X-LDOPTS=-lncurses X+CCOPTS=-I${PREFIX}/include/ncurses -I${PREFIX}/include ${CFLAGS} X+LDOPTS=-L${PREFIX}/lib -lncurses X X tn5250 : tn5250.o stream5250.o keyboard5250.o utility.o \ X inpacket5250.o formattable.o display5250.o END-of-tn5250/patches/patch-aa echo c - tn5250/pkg mkdir -p tn5250/pkg > /dev/null 2>&1 echo x - tn5250/pkg/COMMENT sed 's/^X//' >tn5250/pkg/COMMENT << 'END-of-tn5250/pkg/COMMENT' XA 5250 terminal emulator, used to connect to IBM AS/400 systems. END-of-tn5250/pkg/COMMENT echo x - tn5250/pkg/DESCR sed 's/^X//' >tn5250/pkg/DESCR << 'END-of-tn5250/pkg/DESCR' XAn ncurses based terminal emulator for the IBM 5250 terminal. This is Xmost often used to connect to IBM AS/400 systems. This is an alpha Xversion of the software, but it seems to work well for most uses. X Xhttp://www.blarg.net/~mmadore/5250.html END-of-tn5250/pkg/DESCR echo x - tn5250/pkg/PLIST sed 's/^X//' >tn5250/pkg/PLIST << 'END-of-tn5250/pkg/PLIST' Xbin/tn5250 END-of-tn5250/pkg/PLIST exit >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E0z96uj-0000HG-00>