From 664abee8b62233fdac20a039b811c1412d60220b Mon Sep 17 00:00:00 2001 From: Thomas Gellekum Date: Tue, 4 Mar 1997 10:30:13 +0000 Subject: Import of an port. an is a fast anagram generator. Closes PR #2839. Submitted by: Julian Assange --- games/an/Makefile | 24 ++++++++++++++++++++++++ games/an/distinfo | 1 + games/an/pkg-comment | 1 + games/an/pkg-descr | 21 +++++++++++++++++++++ games/an/pkg-plist | 2 ++ 5 files changed, 49 insertions(+) create mode 100644 games/an/Makefile create mode 100644 games/an/distinfo create mode 100644 games/an/pkg-comment create mode 100644 games/an/pkg-descr create mode 100644 games/an/pkg-plist (limited to 'games/an') 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 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 -- cgit v1.2.3