diff options
Diffstat (limited to 'misc')
-rw-r--r-- | misc/Makefile | 1 | ||||
-rw-r--r-- | misc/asr-manpages/Makefile | 44 | ||||
-rw-r--r-- | misc/asr-manpages/distinfo | 1 | ||||
-rw-r--r-- | misc/asr-manpages/pkg-descr | 15 | ||||
-rw-r--r-- | misc/asr-manpages/pkg-plist | 1 |
5 files changed, 62 insertions, 0 deletions
diff --git a/misc/Makefile b/misc/Makefile index 0069336fdb9a..6bf0b5069036 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -15,6 +15,7 @@ SUBDIR += amanda-server SUBDIR += argparse SUBDIR += asbutton + SUBDIR += asr-manpages SUBDIR += astrolog SUBDIR += bb SUBDIR += bbjd diff --git a/misc/asr-manpages/Makefile b/misc/asr-manpages/Makefile new file mode 100644 index 000000000000..7a36e1fb2ce4 --- /dev/null +++ b/misc/asr-manpages/Makefile @@ -0,0 +1,44 @@ +# New ports collection makefile for: asr-manpages +# Date created: April 15, 2003 +# Whom: Max Khon <fjoe@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= asr-manpages +PORTVERSION= 20000406 +CATEGORIES= misc +MASTER_SITES= ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= fjoe +DISTNAME= asr.pages + +MAINTAINER= fjoe@FreeBSD.org +COMMENT= alt.sysadmin.recovery man page distribution. + +NO_BUILD= yes +MAN1= c.1 lart.1 rtfm.1 slave.1 sysadmin.1 think.1 whack.1 +MAN2= people.2 +MAN3= chastise.3 +MAN5= normality.5 +MAN8= bosskill.8 ctluser.8 guru.8 knife.8 luser.8 nuke.8 pmsd.8 + +do-install: + @${INSTALL_MAN} ${WRKDIR}/bosskill.8 ${PREFIX}/man/man8 + @${INSTALL_MAN} ${WRKDIR}/c.1 ${PREFIX}/man/man1 + @${INSTALL_MAN} ${WRKDIR}/chastise.3 ${PREFIX}/man/man3 + @${INSTALL_MAN} ${WRKDIR}/ctluser.8 ${PREFIX}/man/man8 + @${INSTALL_MAN} ${WRKDIR}/guru.8 ${PREFIX}/man/man8 + @${INSTALL_MAN} ${WRKDIR}/knife.8 ${PREFIX}/man/man8 + @${INSTALL_MAN} ${WRKDIR}/lart.1m ${PREFIX}/man/man1/lart.1 + @${INSTALL_MAN} ${WRKDIR}/luser.8 ${PREFIX}/man/man8 + @${INSTALL_MAN} ${WRKDIR}/normality.5 ${PREFIX}/man/man5 + @${INSTALL_MAN} ${WRKDIR}/nuke.8 ${PREFIX}/man/man8 + @${INSTALL_MAN} ${WRKDIR}/people.2 ${PREFIX}/man/man2 + @${INSTALL_MAN} ${WRKDIR}/pmsd.8 ${PREFIX}/man/man8 + @${INSTALL_MAN} ${WRKDIR}/rtfm.1 ${PREFIX}/man/man1 + @${INSTALL_MAN} ${WRKDIR}/slave.1 ${PREFIX}/man/man1 + @${INSTALL_MAN} ${WRKDIR}/sysadmin.1 ${PREFIX}/man/man1 + @${INSTALL_MAN} ${WRKDIR}/think.1 ${PREFIX}/man/man1 + @${INSTALL_MAN} ${WRKDIR}/whack.1 ${PREFIX}/man/man1 + +.include <bsd.port.mk> diff --git a/misc/asr-manpages/distinfo b/misc/asr-manpages/distinfo new file mode 100644 index 000000000000..4ed0bd3d2a76 --- /dev/null +++ b/misc/asr-manpages/distinfo @@ -0,0 +1 @@ +MD5 (asr.pages.tar.gz) = 85cadce14f27cc02c912eb376de419b1 diff --git a/misc/asr-manpages/pkg-descr b/misc/asr-manpages/pkg-descr new file mode 100644 index 000000000000..995b81cf9b02 --- /dev/null +++ b/misc/asr-manpages/pkg-descr @@ -0,0 +1,15 @@ +You are in the presence of a System Administrator. Kneel. + +"On Usenet, we vent in a group called alt.sysadmin.recovery. The +group has a FAQ. If you read the FAQ, you will find that you (the +users) subscribe to this group at your own peril. If you want to +be useful, why don't you run over to the supply cabinet and get a +new box of pixels for the monitor. As part of our venting, some +of us have written a series of man pages that we'd like to see." + +Manpages you ever needed: +bosskill.8 c.1 chastise.3 ctluser.8 guru.8 knife.8 lart.1m luser.8 +normality.5 nuke.8 people.2 pmsd.8 rtfm.1 slave.1 sysadmin.1 think.1 +whack.1 + +WWW: http://www.infonet.ee/~sbernard/manpage/ diff --git a/misc/asr-manpages/pkg-plist b/misc/asr-manpages/pkg-plist new file mode 100644 index 000000000000..856abae2199b --- /dev/null +++ b/misc/asr-manpages/pkg-plist @@ -0,0 +1 @@ +@comment intentionally left empty |