Move asrpages from misc. These are a set of "cod" man pages
drawn up by the readers of alt.sysadmin.recovery, the newsgroup where harassed sysadmins go to seek a brief (and usually humorous) respite from their lusers. Move Requested by: asami
This commit is contained in:
parent
a4ff1ad2b9
commit
b4832e128c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=8608
7 changed files with 74 additions and 0 deletions
36
sysutils/asrpages/Makefile
Normal file
36
sysutils/asrpages/Makefile
Normal file
|
@ -0,0 +1,36 @@
|
|||
# New ports collection makefile for: asrpages
|
||||
# Version required: 0.1
|
||||
# Date created: 6 Nov 1997
|
||||
# Whom: Sheldon Hearn <axl@iafrica.com>
|
||||
#
|
||||
# $Id: Makefile,v 1.2 1997/11/10 10:18:09 asami Exp $
|
||||
#
|
||||
|
||||
DISTNAME= asrpages
|
||||
PKGNAME= asrpages-0.1
|
||||
CATEGORIES= misc
|
||||
MASTER_SITES= ftp://ftp.winternet.com/users/eric/
|
||||
DISTFILES= asr.pages.tar
|
||||
|
||||
MAINTAINER= axl@iafrica.com
|
||||
|
||||
EXTRACT_ARGS= -xf
|
||||
NO_WRKSUBDIR= yes
|
||||
NO_BUILD= yes
|
||||
|
||||
MAN1= c.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 lart.8 luser.8 nuke.8 \
|
||||
pmsd.8
|
||||
|
||||
do-install:
|
||||
cd ${WRKSRC} && \
|
||||
${INSTALL_MAN} ${MAN1} ${PREFIX}/man/man1 && \
|
||||
${INSTALL_MAN} ${MAN2} ${PREFIX}/man/man2 && \
|
||||
${INSTALL_MAN} ${MAN3} ${PREFIX}/man/man3 && \
|
||||
${INSTALL_MAN} ${MAN5} ${PREFIX}/man/man5 && \
|
||||
${INSTALL_MAN} ${MAN8} ${PREFIX}/man/man8
|
||||
|
||||
.include <bsd.port.mk>
|
1
sysutils/asrpages/distinfo
Normal file
1
sysutils/asrpages/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (asr.pages.tar) = 4b63185a0f2f6d03f8c8ae2bc5da2b06
|
10
sysutils/asrpages/files/patch-aa
Normal file
10
sysutils/asrpages/files/patch-aa
Normal file
|
@ -0,0 +1,10 @@
|
|||
--- lart.1m.ORIG Thu Nov 6 14:51:13 1997
|
||||
+++ lart.1m Thu Nov 6 14:51:29 1997
|
||||
@@ -1,6 +1,6 @@
|
||||
.\" @(#)lart.1m 1.0 96/01/23 TDB
|
||||
.\" Written by Tim Bandy <bandy@cs.umn.edu> just for kicks.
|
||||
-.TH lart 1M "01 23 1996"
|
||||
+.TH lart 8 "01 23 1996"
|
||||
.SH NAME
|
||||
lart \- Luser Attitude Readjustment Tool \- use a lart to adjust
|
||||
lusers' attitudes
|
1
sysutils/asrpages/pkg-comment
Normal file
1
sysutils/asrpages/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
|||
alt.sysadmin.recovery manpage collection
|
7
sysutils/asrpages/pkg-descr
Normal file
7
sysutils/asrpages/pkg-descr
Normal file
|
@ -0,0 +1,7 @@
|
|||
When bitching on alt.sysadmin.recovery, some of the contributors have
|
||||
authored the man pages they really wish were included in unix (with
|
||||
their associated commands). They (sysadmins) truely are a twisted lot,
|
||||
and these contributions help to prove the point.
|
||||
|
||||
The ASR man page collection is a comprehensive reference to many of the
|
||||
things sysadmins have to deal with in the profession.
|
16
sysutils/asrpages/pkg-plist
Normal file
16
sysutils/asrpages/pkg-plist
Normal file
|
@ -0,0 +1,16 @@
|
|||
man/man1/c.1.gz
|
||||
man/man1/slave.1.gz
|
||||
man/man1/sysadmin.1.gz
|
||||
man/man1/think.1.gz
|
||||
man/man1/whack.1.gz
|
||||
man/man2/people.2.gz
|
||||
man/man3/chastise.3.gz
|
||||
man/man5/normality.5.gz
|
||||
man/man8/bosskill.8.gz
|
||||
man/man8/ctluser.8.gz
|
||||
man/man8/guru.8.gz
|
||||
man/man8/knife.8.gz
|
||||
man/man8/lart.8.gz
|
||||
man/man8/luser.8.gz
|
||||
man/man8/nuke.8.gz
|
||||
man/man8/pmsd.8.gz
|
3
sysutils/asrpages/scripts/configure
vendored
Normal file
3
sysutils/asrpages/scripts/configure
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
#!/bin/sh
|
||||
|
||||
cp ${WRKSRC}/lart.1m ${WRKSRC}/lart.8
|
Loading…
Reference in a new issue