diff --git a/misc/rfc/Makefile b/misc/rfc/Makefile new file mode 100644 index 000000000000..ceabcb369998 --- /dev/null +++ b/misc/rfc/Makefile @@ -0,0 +1,32 @@ +# New ports collection makefile for: rfc +# Version required: 1.8 +# Date created: 05 October 1999 +# Whom: Chris D. Faulhaber +# +# $FreeBSD$ +# + +DISTNAME= rfc +PKGNAME= rfc-1.8 +CATEGORIES= misc +MASTER_SITES= http://www.dewn.com/rfc/ +EXTRACT_SUFX= + +MAINTAINER= jedgar@fxp.org + +NO_WRKSUBDIR= yes +NO_BUILD= yes + +do-extract: + @${MKDIR} ${WRKDIR} + @${CP} ${DISTDIR}/${DISTNAME} ${WRKDIR}/${DISTNAME} + +do-configure: + @${MV} ${WRKDIR}/${DISTNAME} ${WRKDIR}/${DISTNAME}.orig + @${SED} -e 's|/etc|${PREFIX}/etc|' \ + < ${WRKDIR}/${DISTNAME}.orig > ${WRKDIR}/${DISTNAME} + +do-install: + ${INSTALL_SCRIPT} ${WRKDIR}/rfc ${PREFIX}/bin/rfc + +.include diff --git a/misc/rfc/distinfo b/misc/rfc/distinfo new file mode 100644 index 000000000000..21e342a73185 --- /dev/null +++ b/misc/rfc/distinfo @@ -0,0 +1 @@ +MD5 (rfc) = d1e36e36295ed7ad3e08e777f29948cc diff --git a/misc/rfc/pkg-comment b/misc/rfc/pkg-comment new file mode 100644 index 000000000000..fcee376e1fa8 --- /dev/null +++ b/misc/rfc/pkg-comment @@ -0,0 +1 @@ +Perl script to search for RFC's diff --git a/misc/rfc/pkg-descr b/misc/rfc/pkg-descr new file mode 100644 index 000000000000..b03ccbc206a8 --- /dev/null +++ b/misc/rfc/pkg-descr @@ -0,0 +1,9 @@ +Perl script to search for RFC's by an RFC number, +keyword, or your own regexp. The results can be +send to a browser to viewing, emailed, or just +viewed. + +WWW: http://www.dewn.com/rfc/] + +- Chris D. Faulhaber +jedgar@fxp.org diff --git a/misc/rfc/pkg-plist b/misc/rfc/pkg-plist new file mode 100644 index 000000000000..36ee2cbc6ef6 --- /dev/null +++ b/misc/rfc/pkg-plist @@ -0,0 +1 @@ +bin/rfc