mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
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. PR: ports/14147 Submitted by: jedgar@fxp.org
This commit is contained in:
parent
261a471c75
commit
d106b672ca
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=22207
32
misc/rfc/Makefile
Normal file
32
misc/rfc/Makefile
Normal file
@ -0,0 +1,32 @@
|
||||
# New ports collection makefile for: rfc
|
||||
# Version required: 1.8
|
||||
# Date created: 05 October 1999
|
||||
# Whom: Chris D. Faulhaber <jedgar@fxp.org>
|
||||
#
|
||||
# $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 <bsd.port.mk>
|
1
misc/rfc/distinfo
Normal file
1
misc/rfc/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (rfc) = d1e36e36295ed7ad3e08e777f29948cc
|
1
misc/rfc/pkg-comment
Normal file
1
misc/rfc/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
Perl script to search for RFC's
|
9
misc/rfc/pkg-descr
Normal file
9
misc/rfc/pkg-descr
Normal file
@ -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
|
1
misc/rfc/pkg-plist
Normal file
1
misc/rfc/pkg-plist
Normal file
@ -0,0 +1 @@
|
||||
bin/rfc
|
Loading…
Reference in New Issue
Block a user