From owner-freebsd-ports Wed Aug 19 05:10:07 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA00768 for freebsd-ports-outgoing; Wed, 19 Aug 1998 05:10:07 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA00761 for ; Wed, 19 Aug 1998 05:10:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id FAA09006; Wed, 19 Aug 1998 05:10:01 -0700 (PDT) Received: from phmit.demon.co.uk (phmit.demon.co.uk [194.222.15.209]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id FAA29867 for ; Wed, 19 Aug 1998 05:01:13 -0700 (PDT) (envelope-from dom@phmit.demon.co.uk) Received: from voodoo.pandhm.co.uk [192.15.143.228] by phmit.demon.co.uk with esmtp (Exim 1.82 #1) id 0z96wY-0001Ko-00; Wed, 19 Aug 1998 13:02:22 +0100 Received: from dom by voodoo.pandhm.co.uk with local (Exim 1.92 #1) for FreeBSD-gnats-submit@freebsd.org id 0z96uj-0000HG-00; Wed, 19 Aug 1998 13:00:29 +0100 Message-Id: Date: Wed, 19 Aug 1998 13:00:29 +0100 From: Dom Mitchell Reply-To: dom@phmit.demon.co.uk To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/7680: New port of tn5250 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >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 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