From owner-freebsd-ports Sat Jan 8 4:20: 7 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 027BE14EB4 for ; Sat, 8 Jan 2000 04:20:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA81169; Sat, 8 Jan 2000 04:20:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from mail.palmerharvey.co.uk (mail.palmerharvey.co.uk [62.172.109.58]) by hub.freebsd.org (Postfix) with ESMTP id 9124914E2A for ; Sat, 8 Jan 2000 04:19:25 -0800 (PST) (envelope-from Dom.Mitchell@palmerharvey.co.uk) Received: from ho-nt-01.pandhm.co.uk (unverified) by mail.palmerharvey.co.uk (Content Technologies SMTPRS 4.0.1) with ESMTP id for ; Sat, 8 Jan 2000 12:17:44 +0000 Received: from ADMIN ([10.100.1.20]) by ho-nt-01.pandhm.co.uk with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2650.21) id CNRP4BTA; Sat, 8 Jan 2000 12:19:19 -0000 Received: from [10.100.35.12] (helo=voodoo.pandhm.co.uk) by admin with esmtp (Exim 1.92 #1) for FreeBSD-gnats-submit@freebsd.org id 126upw-0007ZO-00; Sat, 8 Jan 2000 12:19:16 +0000 Received: by voodoo.pandhm.co.uk (Postfix, from userid 104) id 4D32F1F2; Sat, 8 Jan 2000 12:19:16 +0000 (GMT) Message-Id: <20000108121916.4D32F1F2@voodoo.pandhm.co.uk> Date: Sat, 8 Jan 2000 12:19:16 +0000 (GMT) From: Dom.Mitchell@palmerharvey.co.uk Reply-To: dom@palmerharvey.co.uk To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/15984: New port: gkermit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15984 >Category: ports >Synopsis: New port: gkermit-1.0 >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: Sat Jan 8 04:20:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: Dominic Mitchell >Release: FreeBSD 3.3-STABLE i386 >Organization: Palmer & Harvey McLane Ltd. >Environment: FreeBSD voodoo.pandhm.co.uk 3.3-STABLE FreeBSD 3.3-STABLE #4: Thu Nov 18 09:01:45 GMT 1999 root@voodoo.pandhm.co.uk:/usr/src/sys/compile/VOODOO i386 >Description: G-Kermit is a new implementation of kermit from the same people who brought you C-Kermit, but released under the GPL. It's meant to be small and fast and only useful for up/downloading (like sz/rz). This port brings it to FreeBSD with ease. >How-To-Repeat: n/a >Fix: Here's the shar file for the port. # 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: # # gkermit # gkermit/files # gkermit/files/md5 # gkermit/pkg # gkermit/pkg/COMMENT # gkermit/pkg/DESCR # gkermit/pkg/PLIST # gkermit/Makefile # echo c - gkermit mkdir -p gkermit > /dev/null 2>&1 echo c - gkermit/files mkdir -p gkermit/files > /dev/null 2>&1 echo x - gkermit/files/md5 sed 's/^X//' >gkermit/files/md5 << 'END-of-gkermit/files/md5' XMD5 (gkermit.tar.gz) = 1c10dca56fdf74a7bea1448815db2bc3 END-of-gkermit/files/md5 echo c - gkermit/pkg mkdir -p gkermit/pkg > /dev/null 2>&1 echo x - gkermit/pkg/COMMENT sed 's/^X//' >gkermit/pkg/COMMENT << 'END-of-gkermit/pkg/COMMENT' XFile transfer utility using the kermit protocol. END-of-gkermit/pkg/COMMENT echo x - gkermit/pkg/DESCR sed 's/^X//' >gkermit/pkg/DESCR << 'END-of-gkermit/pkg/DESCR' XG-Kermit file transfer utility X------------------------------ X XG-Kermit is a Unix program for uploading and downloading files with the XKermit protocol. It is: X X . Stable and low-maintenance X . Small and fast with no frills X . Released under the GNU Public License X XG-Kermit is command-line only (no interactive commands or scripting) and Xremote-mode only (no making connections). It has an extremely simple Xuser interface, and implements a large subset of the Kermit protocol in Xa small amount of highly portable code. X XWWW: http://www.columbia.edu/kermit/gkermit.html END-of-gkermit/pkg/DESCR echo x - gkermit/pkg/PLIST sed 's/^X//' >gkermit/pkg/PLIST << 'END-of-gkermit/pkg/PLIST' Xbin/gkermit Xshare/doc/gkermit/gkermit.txt X@dirrm share/doc/gkermit END-of-gkermit/pkg/PLIST echo x - gkermit/Makefile sed 's/^X//' >gkermit/Makefile << 'END-of-gkermit/Makefile' X# New ports collection makefile for: gkermit X# Version required: 1.0 X# Date created: 8 Jan 2000 X# Whom: dom@myrddin.demon.co.uk X# X# $FreeBSD$ X# X XDISTNAME= gkermit XPKGNAME= gkermit-1.0 XCATEGORIES= comms XMASTER_SITES= ftp://kermit.columbia.edu/kermit/archives/ X XMAINTAINER= dom@myrddin.demon.co.uk X XNO_WRKSUBDIR= yes XMAN1= gkermit.1 X XALL_TARGET= posix XMAKE_ENV= CC="${CC}" X XGKERMIT_DOCDIR= ${PREFIX}/share/doc/gkermit X Xdo-configure: X cd ${WRKSRC} && mv makefile Makefile X Xdo-install: X ${MKDIR} ${GKERMIT_DOCDIR} X ${INSTALL_PROGRAM} ${WRKSRC}/gkermit ${PREFIX}/bin X ${INSTALL_MAN} ${WRKSRC}/gkermit.nr ${PREFIX}/man/man1/gkermit.1 X ${INSTALL_DATA} ${WRKSRC}/README ${GKERMIT_DOCDIR}/gkermit.txt X X.include END-of-gkermit/Makefile exit -- ********************************************************************** This email and any files transmitted with it are intended solely for the use of the individual or entity to whom they are addressed. The email has been swept by MIMEsweeper for the presence of computer viruses. www.palmerharvey.co.uk ********************************************************************** >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message