diff options
Diffstat (limited to 'misc')
-rw-r--r-- | misc/rtfm/Makefile | 17 | ||||
-rw-r--r-- | misc/rtfm/distinfo | 1 | ||||
-rw-r--r-- | misc/rtfm/pkg-comment | 1 | ||||
-rw-r--r-- | misc/rtfm/pkg-descr | 3 | ||||
-rw-r--r-- | misc/rtfm/pkg-plist | 1 |
5 files changed, 23 insertions, 0 deletions
diff --git a/misc/rtfm/Makefile b/misc/rtfm/Makefile new file mode 100644 index 000000000000..a105297af662 --- /dev/null +++ b/misc/rtfm/Makefile @@ -0,0 +1,17 @@ +# New ports collection makefile for: rtfm +# Version required: 0.1 +# Date created: 20 July 1999 +# Whom: Chris Costello <chris@calldei.com> +# +# $Id$ +# + +DISTNAME= rtfm-0.1 +CATEGORIES= misc +MASTER_SITES= http://www.freebsd.org/~cpiazza/distfiles/ + +MAINTAINER= chris@calldei.com + +MAN1= rtfm.1 + +.include <bsd.port.mk> diff --git a/misc/rtfm/distinfo b/misc/rtfm/distinfo new file mode 100644 index 000000000000..2e219a71c13c --- /dev/null +++ b/misc/rtfm/distinfo @@ -0,0 +1 @@ +MD5 (rtfm-0.1.tar.gz) = 6e0b960a2b8cbcb15f6864849415f708 diff --git a/misc/rtfm/pkg-comment b/misc/rtfm/pkg-comment new file mode 100644 index 000000000000..9fb66a557ab8 --- /dev/null +++ b/misc/rtfm/pkg-comment @@ -0,0 +1 @@ +A FreeBSD documentation search mechanism diff --git a/misc/rtfm/pkg-descr b/misc/rtfm/pkg-descr new file mode 100644 index 000000000000..052eb72041dc --- /dev/null +++ b/misc/rtfm/pkg-descr @@ -0,0 +1,3 @@ +rtfm(1) is a FreeBSD documentation search program that currently is +able to search the FreeBSD manual pages, the GNU Texinfo pages, and +the FreeBSD FAQ, both online and local. diff --git a/misc/rtfm/pkg-plist b/misc/rtfm/pkg-plist new file mode 100644 index 000000000000..94e8b67c2ee4 --- /dev/null +++ b/misc/rtfm/pkg-plist @@ -0,0 +1 @@ +bin/rtfm |