summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorDan Moschuk <dan@FreeBSD.org>1999-10-06 15:34:31 +0000
committerDan Moschuk <dan@FreeBSD.org>1999-10-06 15:34:31 +0000
commitd106b672cadfee76a68a628a1eed179cea64d567 (patch)
tree26aad72353531bf1b69c9748b5bf2060ad8b1b0b /misc
parentAdd a line for netscape47-communicator.us. (diff)
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
Notes
Notes: svn path=/head/; revision=22207
Diffstat (limited to 'misc')
-rw-r--r--misc/rfc/Makefile32
-rw-r--r--misc/rfc/distinfo1
-rw-r--r--misc/rfc/pkg-comment1
-rw-r--r--misc/rfc/pkg-descr9
-rw-r--r--misc/rfc/pkg-plist1
5 files changed, 44 insertions, 0 deletions
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 <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>
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