Bug 15984 - New port: gkermit-1.0
Summary: New port: gkermit-1.0
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Ade Lovett
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2000-01-08 12:20 UTC by Dom Mitchell
Modified: 2000-01-11 16:16 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dom Mitchell 2000-01-08 12:20:01 UTC
	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.

Fix: Here's the shar file for the port.



-- 
**********************************************************************
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
**********************************************************************--r5dAPlHOS2rWnXCxrUoblfcCl9fSommR6uDQjELujjOcyP9S
Content-Type: text/plain; name="file.shar"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="file.shar"

# 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 <bsd.port.mk>
END-of-gkermit/Makefile
exit
How-To-Repeat: 
	n/a
Comment 1 Ade Lovett freebsd_committer freebsd_triage 2000-01-11 00:42:13 UTC
Responsible Changed
From-To: freebsd-ports->ade

I'll handle this 
Comment 2 Ade Lovett freebsd_committer freebsd_triage 2000-01-11 16:16:00 UTC
State Changed
From-To: open->closed

New port committed, thanks!