diff options
author | tg <tg@FreeBSD.org> | 1997-03-04 10:30:13 +0000 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 1997-03-04 10:30:13 +0000 |
commit | 3ddbd5b854c7ade6142df7b5a88361cc2595cffa (patch) | |
tree | b6c3d4608d4dd355241fef88411f08527a669fb6 /games | |
parent | 5ad854bc791d814998a54966d43ca0b3d53bbb0c (diff) | |
download | FreeBSD-ports-3ddbd5b854c7ade6142df7b5a88361cc2595cffa.zip FreeBSD-ports-3ddbd5b854c7ade6142df7b5a88361cc2595cffa.tar.gz |
Import of an port. an is a fast anagram generator.
Closes PR #2839.
Submitted by: Julian Assange <proff@iq.org>
Diffstat (limited to 'games')
-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 0000000..ebdc727 --- /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 0000000..9b9defe --- /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 0000000..db75064 --- /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 0000000..5011172 --- /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 0000000..f446691 --- /dev/null +++ b/games/an/pkg-plist @@ -0,0 +1,2 @@ +bin/an +man/man6/an.6.gz |