1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00

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>
This commit is contained in:
Chris Piazza 1999-08-01 03:50:21 +00:00
parent 67f16da8ee
commit cc6af22566
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=20452
5 changed files with 23 additions and 0 deletions

17
misc/rtfm/Makefile Normal file
View File

@ -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>

1
misc/rtfm/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (rtfm-0.1.tar.gz) = 6e0b960a2b8cbcb15f6864849415f708

1
misc/rtfm/pkg-comment Normal file
View File

@ -0,0 +1 @@
A FreeBSD documentation search mechanism

3
misc/rtfm/pkg-descr Normal file
View File

@ -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.

1
misc/rtfm/pkg-plist Normal file
View File

@ -0,0 +1 @@
bin/rtfm