Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 6 Nov 1997 16:38:26 +0200 (SAT)
From:      Sheldon Hearn <axl@iafrica.com>
To:        FreeBSD-gnats-submit@FreeBSD.ORG
Subject:   ports/4955: NEW Port: alt.sysadmin.recovery manpages
Message-ID:  <199711061438.QAA10919@axl.iafrica.com>
Resent-Message-ID: <199711061440.GAA19840@hub.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         4955
>Category:       ports
>Synopsis:       NEW Port: alt.sysadmin.recovery manpages
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Nov  6 06:40:01 PST 1997
>Last-Modified:
>Originator:     Sheldon Hearn
>Organization:
NYFB
>Release:        FreeBSD 2.2.5-STABLE i386
>Environment:

	FreeBSD 2.2-STABLE as of 5 Nov 1997

>Description:

        The ASR man page collection is a comprehensive reference to many
        of the things sysadmins have to deal with in the profession.

	To some this is humour, to others it's religion.

>How-To-Repeat:

	N/A

>Fix:

        The following shar archive contains the port (which has been
        tested for packaging too):

# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	asrpages
#	asrpages/Makefile
#	asrpages/pkg
#	asrpages/pkg/COMMENT
#	asrpages/pkg/DESCR
#	asrpages/pkg/PLIST
#	asrpages/files
#	asrpages/files/md5
#	asrpages/patches
#	asrpages/patches/patch-aa
#	asrpages/scripts
#	asrpages/scripts/configure
#
echo c - asrpages
mkdir -p asrpages > /dev/null 2>&1
echo x - asrpages/Makefile
sed 's/^X//' >asrpages/Makefile << 'END-of-asrpages/Makefile'
X# New ports collection makefile for:	asrpages
X# Version required:	0.1
X# Date created:		6 Nov 1997
X# Whom:			Sheldon Hearn <axl@iafrica.com>
X#
X# $Id$
X#
X
XDISTNAME=	asrpages
XPKGNAME=	asrpages-0.1
XCATEGORIES=	games
XMASTER_SITES=	ftp://ftp.winternet.com/users/eric/
XEXTRACT_SUFX=	.tar
XDISTFILES=	asr.pages${EXTRACT_SUFX}
X
XMAINTAINER=	axl@iafrica.com
X
XEXTRACT_ARGS=	-xf
XNO_WRKSUBDIR=	yes
XNO_BUILD=	yes
X
XMAN1=		c.1 slave.1 sysadmin.1 think.1 whack.1
XMAN2=		people.2
XMAN3=		chastise.3
XMAN5=		normality.5
XMAN8=		bosskill.8 ctluser.8 guru.8 knife.8 lart.8 luser.8 nuke.8 \
X		pmsd.8
X
Xdo-install:
X	cd ${WRKSRC} && \
X	${INSTALL_MAN} ${MAN1} ${PREFIX}/man/man1 && \
X	${INSTALL_MAN} ${MAN2} ${PREFIX}/man/man2 && \
X	${INSTALL_MAN} ${MAN3} ${PREFIX}/man/man3 && \
X	${INSTALL_MAN} ${MAN5} ${PREFIX}/man/man5 && \
X	${INSTALL_MAN} ${MAN8} ${PREFIX}/man/man8
X
X.include <bsd.port.mk>
END-of-asrpages/Makefile
echo c - asrpages/pkg
mkdir -p asrpages/pkg > /dev/null 2>&1
echo x - asrpages/pkg/COMMENT
sed 's/^X//' >asrpages/pkg/COMMENT << 'END-of-asrpages/pkg/COMMENT'
Xalt.sysadmin.recovery manpage collection
END-of-asrpages/pkg/COMMENT
echo x - asrpages/pkg/DESCR
sed 's/^X//' >asrpages/pkg/DESCR << 'END-of-asrpages/pkg/DESCR'
XWhen bitching on alt.sysadmin.recovery, some of the contributors have
Xauthored the man pages they really wish were included in unix (with
Xtheir associated commands). They (sysadmins) truely are a twisted lot,
Xand these contributions help to prove the point.
X
XThe ASR man page collection is a comprehensive reference to many of the
Xthings sysadmins have to deal with in the profession.
END-of-asrpages/pkg/DESCR
echo x - asrpages/pkg/PLIST
sed 's/^X//' >asrpages/pkg/PLIST << 'END-of-asrpages/pkg/PLIST'
Xman/man1/c.1.gz
Xman/man1/slave.1.gz
Xman/man1/sysadmin.1.gz
Xman/man1/think.1.gz
Xman/man1/whack.1.gz
Xman/man2/people.2.gz
Xman/man3/chastise.3.gz
Xman/man5/normality.5.gz
Xman/man8/bosskill.8.gz
Xman/man8/ctluser.8.gz
Xman/man8/guru.8.gz
Xman/man8/knife.8.gz
Xman/man8/lart.8.gz
Xman/man8/luser.8.gz
Xman/man8/nuke.8.gz
Xman/man8/pmsd.8.gz
END-of-asrpages/pkg/PLIST
echo c - asrpages/files
mkdir -p asrpages/files > /dev/null 2>&1
echo x - asrpages/files/md5
sed 's/^X//' >asrpages/files/md5 << 'END-of-asrpages/files/md5'
XMD5 (asr.pages.tar) = 4b63185a0f2f6d03f8c8ae2bc5da2b06
END-of-asrpages/files/md5
echo c - asrpages/patches
mkdir -p asrpages/patches > /dev/null 2>&1
echo x - asrpages/patches/patch-aa
sed 's/^X//' >asrpages/patches/patch-aa << 'END-of-asrpages/patches/patch-aa'
X--- lart.1m.ORIG	Thu Nov  6 14:51:13 1997
X+++ lart.1m	Thu Nov  6 14:51:29 1997
X@@ -1,6 +1,6 @@
X .\" @(#)lart.1m 1.0 96/01/23 TDB
X .\" Written by Tim Bandy <bandy@cs.umn.edu> just for kicks.
X-.TH lart 1M "01 23 1996"
X+.TH lart 8 "01 23 1996"
X .SH NAME
X lart \- Luser Attitude Readjustment Tool \- use a lart to adjust
X lusers' attitudes
END-of-asrpages/patches/patch-aa
echo c - asrpages/scripts
mkdir -p asrpages/scripts > /dev/null 2>&1
echo x - asrpages/scripts/configure
sed 's/^X//' >asrpages/scripts/configure << 'END-of-asrpages/scripts/configure'
X#!/bin/sh
X
Xcp ${WRKSRC}/lart.1m ${WRKSRC}/lart.8
END-of-asrpages/scripts/configure
exit


>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199711061438.QAA10919>