From owner-freebsd-ports Tue Oct 5 16: 3: 9 1999 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 4E856156A2 for ; Tue, 5 Oct 1999 16:02:48 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA91469; Tue, 5 Oct 1999 16:00:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from pawn.primelocation.net (pawn.primelocation.net [205.161.238.235]) by hub.freebsd.org (Postfix) with ESMTP id 06F3915141 for ; Tue, 5 Oct 1999 15:52:44 -0700 (PDT) (envelope-from jedgar@pawn.primelocation.net) Received: by pawn.primelocation.net (Postfix, from userid 1003) id EDF329B20; Tue, 5 Oct 1999 18:52:43 -0400 (EDT) Message-Id: <19991005225243.EDF329B20@pawn.primelocation.net> Date: Tue, 5 Oct 1999 18:52:43 -0400 (EDT) From: jedgar@fxp.org Reply-To: jedgar@fxp.org To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/14147: New port: misc/rfc Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >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 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 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