This commit is contained in:
angelos 1998-07-12 04:42:27 +00:00
parent 2dbf37c395
commit dd0e64a7c9
5 changed files with 49 additions and 0 deletions

24
games/an/Makefile Normal file
View File

@ -0,0 +1,24 @@
# OpenBSD makefile for: an
# Version required: 0.93
# Date created: July 11 1998
# Whom: Angelos D. Keromytis
#
# $OpenBSD: Makefile,v 1.1.1.1 1998/07/12 04:42:27 angelos Exp $
#
DISTNAME= an-0.93
CATEGORIES= games
MASTER_SITES= ftp://suburbia.net/pub/rmj/ \
ftp://ftp.suburbia.net/pub/rmj/
MAINTAINER= angelos@openbsd.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>

1
games/an/files/md5 Normal file
View File

@ -0,0 +1 @@
MD5 (an-0.93.tar.gz) = a78419d3b7cedf46c6d57311c3062297

1
games/an/pkg/COMMENT Normal file
View File

@ -0,0 +1 @@
fast anagram generator

21
games/an/pkg/DESCR Normal file
View File

@ -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.

2
games/an/pkg/PLIST Normal file
View File

@ -0,0 +1,2 @@
bin/an
man/man6/an.6