diff options
author | cpiazza <cpiazza@FreeBSD.org> | 1999-08-01 11:50:21 +0800 |
---|---|---|
committer | cpiazza <cpiazza@FreeBSD.org> | 1999-08-01 11:50:21 +0800 |
commit | c3781ac94fa84655397c998fa79b541f06eda117 (patch) | |
tree | c164867b070e3b7150a9cd3b23ab76a2cd03c096 /misc | |
parent | 0e06aafee05a872919cdb8f7ad40a946ead424d7 (diff) | |
download | freebsd-ports-gnome-c3781ac94fa84655397c998fa79b541f06eda117.tar.gz freebsd-ports-gnome-c3781ac94fa84655397c998fa79b541f06eda117.tar.zst freebsd-ports-gnome-c3781ac94fa84655397c998fa79b541f06eda117.zip |
Import of rtfm, a utility to search through FreeBSD documentation.
It can currently search the manual pages, the GNU Texinfo pages,
and the FreeBSD FAQ, both online and local.
PR: 12713
Submitted by: Chris Costello <chris@calldei.com>
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 |