Date: Fri, 1 Oct 1999 15:00:02 -0700 (PDT) From: "Chris D. Faulhaber" <jedgar@fxp.org> To: freebsd-ports@FreeBSD.org Subject: Re: ports/14059: New port: roottail-0.0.4B Message-ID: <199910012200.PAA04739@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/14059; it has been noted by GNATS. From: "Chris D. Faulhaber" <jedgar@fxp.org> To: Rasmus Kaj <kaj@raditex.se> Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: ports/14059: New port: roottail-0.0.4B Date: Fri, 1 Oct 1999 17:52:23 -0400 (EDT) Damn...pine encoded the last .shar ... here is the port.shar proper: # 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: # # roottail # roottail/files # roottail/files/md5 # roottail/pkg # roottail/pkg/COMMENT # roottail/pkg/DESCR # roottail/pkg/PLIST # roottail/Makefile # echo c - roottail mkdir -p roottail > /dev/null 2>&1 echo c - roottail/files mkdir -p roottail/files > /dev/null 2>&1 echo x - roottail/files/md5 sed 's/^X//' >roottail/files/md5 << 'END-of-roottail/files/md5' XMD5 (rt-0.0.4B.tgz) = bb2381e22f072ad28670e6f00ce16fc7 END-of-roottail/files/md5 echo c - roottail/pkg mkdir -p roottail/pkg > /dev/null 2>&1 echo x - roottail/pkg/COMMENT sed 's/^X//' >roottail/pkg/COMMENT << 'END-of-roottail/pkg/COMMENT' XSimple utility to tail files/logs to a root X window. END-of-roottail/pkg/COMMENT echo x - roottail/pkg/DESCR sed 's/^X//' >roottail/pkg/DESCR << 'END-of-roottail/pkg/DESCR' XSimple utility to tail files/logs to a root X window. XUseful for keeping tabs on log files in X without having Xan additional terminal window open. X XWWW: http://hypertek.net/root-tail/ END-of-roottail/pkg/DESCR echo x - roottail/pkg/PLIST sed 's/^X//' >roottail/pkg/PLIST << 'END-of-roottail/pkg/PLIST' Xbin/rt END-of-roottail/pkg/PLIST echo x - roottail/Makefile sed 's/^X//' >roottail/Makefile << 'END-of-roottail/Makefile' X# New ports collection makefile for: roottail X# Version required: 0.0.4b X# Date created: 30 September 1999 X# Whom: Chris D. Faulhaber <jedgar@fxp.org> X# X# $FreeBSD$ X# X XDISTNAME= rt-0.0.4B XPKGNAME= roottail-0.0.4b XCATEGORIES= sysutils XMASTER_SITES= ftp://ftp.hypertek.net/misc/ \ X http://www.fxp.org/~jedgar/ XEXTRACT_SUFX= .tgz X XMAINTAINER= jedgar@fxp.org X XMAN1= rt.1 XUSE_IMAKE= yes X Xdo-install: X ${INSTALL_PROGRAM} ${WRKSRC}/rt ${PREFIX}/bin X ${INSTALL_MAN} ${WRKSRC}/rt.1 ${PREFIX}/man/man1 X ${GZIP_CMD} ${PREFIX}/man/man1/${MAN1} X X.include <bsd.port.mk> END-of-roottail/Makefile exit 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?199910012200.PAA04739>