Date: Tue, 5 Oct 1999 18:52:43 -0400 (EDT) From: jedgar@fxp.org To: FreeBSD-gnats-submit@freebsd.org Subject: ports/14147: New port: misc/rfc Message-ID: <19991005225243.EDF329B20@pawn.primelocation.net>
next in thread | raw e-mail | index | archive | help
>Number: 14147 >Category: ports >Synopsis: New port: misc/rfc >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: Tue Oct 5 16:00:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Chris D. Faulhaber >Release: FreeBSD 4.0-CURRENT i386 >Organization: BUGO - BSD Users Group of Orlando >Environment: FreeBSD 4.0-CURRENT i386 >Description: New port: misc/rfc Perl script to search for RFC's. >How-To-Repeat: >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: # # rfc # rfc/Makefile # rfc/files # rfc/files/md5 # rfc/pkg # rfc/pkg/PLIST # rfc/pkg/COMMENT # rfc/pkg/DESCR # echo c - rfc mkdir -p rfc > /dev/null 2>&1 echo x - rfc/Makefile sed 's/^X//' >rfc/Makefile << 'END-of-rfc/Makefile' X# New ports collection makefile for: rfc X# Version required: 1.8 X# Date created: 05 October 1999 X# Whom: Chris D. Faulhaber <jedgar@fxp.org> X# X# $FreeBSD$ X# X XDISTNAME= rfc XPKGNAME= rfc-1.8 XCATEGORIES= misc XMASTER_SITES= http://www.dewn.com/rfc/ XEXTRACT_SUFX= X XMAINTAINER= jedgar@fxp.org X XNO_WRKSUBDIR= yes XNO_BUILD= yes X Xdo-extract: X @${MKDIR} ${WRKDIR} X @${CP} ${DISTDIR}/${DISTNAME} ${WRKDIR}/${DISTNAME} X Xdo-configure: X @${MV} ${WRKDIR}/${DISTNAME} ${WRKDIR}/${DISTNAME}.orig X @${SED} -e 's|/etc|${PREFIX}/etc|' \ X < ${WRKDIR}/${DISTNAME}.orig > ${WRKDIR}/${DISTNAME} X Xdo-install: X ${INSTALL_SCRIPT} ${WRKDIR}/rfc ${PREFIX}/bin/rfc X X.include <bsd.port.mk> END-of-rfc/Makefile echo c - rfc/files mkdir -p rfc/files > /dev/null 2>&1 echo x - rfc/files/md5 sed 's/^X//' >rfc/files/md5 << 'END-of-rfc/files/md5' XMD5 (rfc) = d1e36e36295ed7ad3e08e777f29948cc END-of-rfc/files/md5 echo c - rfc/pkg mkdir -p rfc/pkg > /dev/null 2>&1 echo x - rfc/pkg/PLIST sed 's/^X//' >rfc/pkg/PLIST << 'END-of-rfc/pkg/PLIST' Xbin/rfc END-of-rfc/pkg/PLIST echo x - rfc/pkg/COMMENT sed 's/^X//' >rfc/pkg/COMMENT << 'END-of-rfc/pkg/COMMENT' XPerl script to search for RFC's END-of-rfc/pkg/COMMENT echo x - rfc/pkg/DESCR sed 's/^X//' >rfc/pkg/DESCR << 'END-of-rfc/pkg/DESCR' XPerl script to search for RFC's by an RFC number, Xkeyword, or your own regexp. The results can be Xsend to a browser to viewing, emailed, or just Xviewed. X XWWW: http://www.dewn.com/rfc/] X X- Chris D. Faulhaber Xjedgar@fxp.org END-of-rfc/pkg/DESCR exit >Release-Note: >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?19991005225243.EDF329B20>