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:
parent
67f16da8ee
commit
cc6af22566
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=20452
17
misc/rtfm/Makefile
Normal file
17
misc/rtfm/Makefile
Normal 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
1
misc/rtfm/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (rtfm-0.1.tar.gz) = 6e0b960a2b8cbcb15f6864849415f708
|
1
misc/rtfm/pkg-comment
Normal file
1
misc/rtfm/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
A FreeBSD documentation search mechanism
|
3
misc/rtfm/pkg-descr
Normal file
3
misc/rtfm/pkg-descr
Normal 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
1
misc/rtfm/pkg-plist
Normal file
@ -0,0 +1 @@
|
||||
bin/rtfm
|
Loading…
Reference in New Issue
Block a user