diff options
author | B. Watson <yalhcru@gmail.com> | 2010-05-13 00:58:06 +0200 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2010-05-13 00:58:06 +0200 |
commit | 436ac22550e0c596636a09c93e6742bd6ddeafdc (patch) | |
tree | 4d43fd65c327399fe788f12634b946d56b691a9e /games/an/README | |
parent | 3eb8b7ba80e9e30a3c6f6f0d3503b89962218d6b (diff) | |
download | slackbuilds-436ac22550e0c596636a09c93e6742bd6ddeafdc.tar.gz |
games/an: Added to 13.0 repository
Diffstat (limited to 'games/an/README')
-rw-r--r-- | games/an/README | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/games/an/README b/games/an/README new file mode 100644 index 0000000000..888b087077 --- /dev/null +++ b/games/an/README @@ -0,0 +1,18 @@ +an (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/share/dict/words). + +On Slackware, /usr/share/dict/words comes from bsd-games, in y/ on the +install media. + +an is a command-line program. If you'd like a GUI frontend also: + +- Install the perl-tk package from slackbuilds.org +- Download anaffront.pl from http://fatphil.org/words/anaffront.pl and + place it in the directory with the SlackBuild script +- Run the SlackBuild. anaffront will be part of the resulting package, + including an entry in KDE's K menu. +- See the author's site at http://fatphil.org/words/an.html for more + information about anaffront. |