diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 1997-03-04 10:30:13 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 1997-03-04 10:30:13 +0000 |
commit | 664abee8b62233fdac20a039b811c1412d60220b (patch) | |
tree | 2bcf4daae8dfe3f6f35770aa7151918b77c42635 /games/an | |
parent | 7243ac7f29f0510aa6deec096411dd6837360ee7 (diff) | |
download | ports-664abee8b62233fdac20a039b811c1412d60220b.tar.gz ports-664abee8b62233fdac20a039b811c1412d60220b.zip |
Notes
Diffstat (limited to 'games/an')
-rw-r--r-- | games/an/Makefile | 24 | ||||
-rw-r--r-- | games/an/distinfo | 1 | ||||
-rw-r--r-- | games/an/pkg-comment | 1 | ||||
-rw-r--r-- | games/an/pkg-descr | 21 | ||||
-rw-r--r-- | games/an/pkg-plist | 2 |
5 files changed, 49 insertions, 0 deletions
diff --git a/games/an/Makefile b/games/an/Makefile new file mode 100644 index 000000000000..ebdc7273b7e8 --- /dev/null +++ b/games/an/Makefile @@ -0,0 +1,24 @@ +# New ports collection makefile for: an +# Version required: 0.93 +# Date created: 28 Feb 1997 +# Whom: proff +# +# $Id$ +# + +DISTNAME= an-0.93 +CATEGORIES= games +MASTER_SITES= ftp://suburbia.net/pub/rmj/ \ + ftp://ftp.suburbia.net/pub/rmj/ + +MAINTAINER= proff@iq.org + +MAKE_ENV+= DEFS=-DDEFDICT=\\\"/usr/share/dict/words\\\" +ALL_TARGET= with-getopt +MAN6= an.6 + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/an ${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/an.6 ${MANPREFIX}/man/man6 + +.include <bsd.port.mk> diff --git a/games/an/distinfo b/games/an/distinfo new file mode 100644 index 000000000000..9b9defe09236 --- /dev/null +++ b/games/an/distinfo @@ -0,0 +1 @@ +MD5 (an-0.93.tar.gz) = a78419d3b7cedf46c6d57311c3062297 diff --git a/games/an/pkg-comment b/games/an/pkg-comment new file mode 100644 index 000000000000..db75064dadb2 --- /dev/null +++ b/games/an/pkg-comment @@ -0,0 +1 @@ +fast anagram generator diff --git a/games/an/pkg-descr b/games/an/pkg-descr new file mode 100644 index 000000000000..5011172fe416 --- /dev/null +++ b/games/an/pkg-descr @@ -0,0 +1,21 @@ +an v0.93 - Anagram Generator +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +Generates anagrams for a phrase supplied by the user, the words used in the +anagram are taken from a specified dictionary which should contain one +word per line (default:/usr/dict/words). + +Read INSTALL for instructions on installing. + +Written by Richard M. Jones +Many ideas contributed by Julian Assange (Let this be a lesson to you) + +Please mail bug reports and any suggestions to: + jonesr@latcs1.cs.latrobe.edu.au + +Some Anagrams Found Using an-0.93 +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +Free Software Foundation - I'd fan out tons of freeware! +National Security Agency - Lusty yearning at cocaine. +President Dole - Led despite Ron. +Central Intelligence Agency - Langley: Inelegant, eccentric. diff --git a/games/an/pkg-plist b/games/an/pkg-plist new file mode 100644 index 000000000000..f446691254fd --- /dev/null +++ b/games/an/pkg-plist @@ -0,0 +1,2 @@ +bin/an +man/man6/an.6.gz |