The Jargon File 4.0.0, "info" version.

PR:		7262
Submitted by:	Stefan Moeding <s.moeding@ndh.net>
This commit is contained in:
Matthew Hunt 1998-07-13 03:58:12 +00:00
parent 25a0f0a12e
commit 9af41d29d3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=11897
5 changed files with 50 additions and 0 deletions

35
misc/jargon/Makefile Normal file
View file

@ -0,0 +1,35 @@
# New ports collection makefile for: jargon
# Version required: 4.0.0
# Date created: 11 July 1998
# Whom: moeding
#
# $Id$
#
DISTNAME= jarg400.info
PKGNAME= jargon-4.0.0
CATEGORIES= misc
MASTER_SITES= http://sagan.earthspace.net/jargon/
EXTRACT_SUFX= .gz
MAINTAINER= s.moeding@ndh.net
NO_WRKSUBDIR= YES
EXTRACT_CMD= ${GZCAT}
EXTRACT_BEFORE_ARGS= # None
EXTRACT_AFTER_ARGS= > ${WRKSRC}/jargon.info
NO_BUILD= YES
do-install:
@${INSTALL_DATA} ${WRKSRC}/jargon.info ${PREFIX}/info
post-install:
@if [ ! -f ${PREFIX}/info/dir ]; then \
${SED} -ne '1,/Menu:/p' /usr/share/info/dir > ${PREFIX}/info/dir; \
fi
@install-info \
--section="Miscellaneous" \
--entry="* Jargon: (jargon). The hacker's dictionary." \
${PREFIX}/info/jargon.info ${PREFIX}/info/dir
.include <bsd.port.mk>

1
misc/jargon/distinfo Normal file
View file

@ -0,0 +1 @@
MD5 (jarg400.info.gz) = 753cee9b58b96e9a3357e1f30cca5f02

1
misc/jargon/pkg-comment Normal file
View file

@ -0,0 +1 @@
The famous jargon file in info file format.

9
misc/jargon/pkg-descr Normal file
View file

@ -0,0 +1,9 @@
Do you know what 'foo' means? Have you wondered about the
mutated punchline in the BUGS section of tunefs(8)? Do you
know the 'least random number'?
Find all answers in the jargon file, a comprehensive compendium
of hacker slang illuminating many aspects of hackish tradition,
folklore, and humor.
Happy Hacking! Stefan Moeding <s.moeding@ndh.net>

4
misc/jargon/pkg-plist Normal file
View file

@ -0,0 +1,4 @@
@unexec install-info --delete --section="Miscellaneous" --entry="* Jargon: (jargon). The hacker's dictionary." %D/info/jargon.info %D/info/dir
info/jargon.info
@exec [ -f %D/info/dir ] || sed -ne '1,/Menu:/p' /usr/share/info/dir > %D/info/dir
@exec install-info --section="Miscellaneous" --entry="* Jargon: (jargon). The hacker's dictionary." %D/info/jargon.info %D/info/dir