diff options
130 files changed, 4285 insertions, 0 deletions
diff --git a/games-misc/asr-manpages/ChangeLog b/games-misc/asr-manpages/ChangeLog new file mode 100644 index 000000000000..07e6b579f53b --- /dev/null +++ b/games-misc/asr-manpages/ChangeLog @@ -0,0 +1,13 @@ +# ChangeLog for app-games/asr-manpages +# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-misc/asr-manpages/ChangeLog,v 1.1 2003/09/10 18:14:04 vapier Exp $ + +*asr-manpages-1.3_rc5 (13 Feb 2003) + + 29 Jun 2003; Daniel Ahlberg <aliz@gentoo.org> : + Added missing changelog entry. + +*funny-manpages-1.3_rc4 (14 Dec 2002) + + 14 Dec 2002; Mike Frysinger <vapier@gentoo.org> : + Initial import. Ebuild submitted by Paul Belt <gaarde@yahoo.com>. diff --git a/games-misc/asr-manpages/Manifest b/games-misc/asr-manpages/Manifest new file mode 100644 index 000000000000..c6a068978800 --- /dev/null +++ b/games-misc/asr-manpages/Manifest @@ -0,0 +1,3 @@ +MD5 672c2ded6b405f2cff899b53d8848a47 files/digest-asr-manpages-1.3_rc5 141 +MD5 3e5136daa93ecc76c44046280964e371 asr-manpages-1.3_rc5.ebuild 764 +MD5 2a9ad87425f8fad9989891a7e66f44ac ChangeLog 505 diff --git a/games-misc/asr-manpages/asr-manpages-1.3_rc5.ebuild b/games-misc/asr-manpages/asr-manpages-1.3_rc5.ebuild new file mode 100644 index 000000000000..1751a65a9716 --- /dev/null +++ b/games-misc/asr-manpages/asr-manpages-1.3_rc5.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/games-misc/asr-manpages/asr-manpages-1.3_rc5.ebuild,v 1.1 2003/09/10 18:14:04 vapier Exp $ + +MY_R="5" +MY_P="${PN}_${PV/_rc5/}" +DESCRIPTION="set of humorous manual pages developed on alt.sysadmin.recovery" +HOMEPAGE="http://debian.org/" +SRC_URI="http://ftp.debian.org/debian/pool/main/a/asr-manpages/${MY_P}.orig.tar.gz + http://ftp.debian.org/debian/pool/main/a/asr-manpages/${MY_P}-${MY_R}.diff.gz" + +LICENSE="as-is" +SLOT="0" +KEYWORDS="x86 ppc" + +RDEPEND="sys-apps/man" + +S="${WORKDIR}/${MY_P/_/-}.orig" + +src_unpack() { + unpack ${A} + patch -p0 < ${MY_P}-${MY_R}.diff || die +} + +src_install() { + rm -rf debian + doman * +} diff --git a/games-misc/asr-manpages/files/digest-asr-manpages-1.3_rc5 b/games-misc/asr-manpages/files/digest-asr-manpages-1.3_rc5 new file mode 100644 index 000000000000..97fa19ed86bd --- /dev/null +++ b/games-misc/asr-manpages/files/digest-asr-manpages-1.3_rc5 @@ -0,0 +1,2 @@ +MD5 ee77b619e01a2d841a45469708d90631 asr-manpages_1.3.orig.tar.gz 14711 +MD5 753511f73be2848773ca92ab7b812b2a asr-manpages_1.3-5.diff.gz 3518 diff --git a/games-misc/bsd-games-non-free/ChangeLog b/games-misc/bsd-games-non-free/ChangeLog new file mode 100644 index 000000000000..ded80220e9c9 --- /dev/null +++ b/games-misc/bsd-games-non-free/ChangeLog @@ -0,0 +1,12 @@ +# ChangeLog for app-games/bsd-games-non-free +# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-misc/bsd-games-non-free/ChangeLog,v 1.1 2003/09/10 18:14:04 vapier Exp $ + +*bsd-games-non-free-2.13 (18 Mar 2003) + + 09 Jul 2003; Mike Frysinger <vapier@gentoo.org> : + Totatlly reworked ebuild. + + 18 Mar 2003; J.Alberto Suárez López <bass@gentoo.org> bsd-games-non-free-2.1.3.ebuild: + First realse. Ebuild by Aric LeDell <aledell@rcn.com> + diff --git a/games-misc/bsd-games-non-free/Manifest b/games-misc/bsd-games-non-free/Manifest new file mode 100644 index 000000000000..852f0a1b2697 --- /dev/null +++ b/games-misc/bsd-games-non-free/Manifest @@ -0,0 +1,6 @@ +MD5 900e9b9176a8bb1f6195112f1f8d075a ChangeLog 506 +MD5 dec8f62f7ded233172ccd873495ddab2 bsd-games-non-free-2.13.ebuild 1910 +MD5 49c481f8746cf44f3fe40302e6ffd77e files/bsdgames-2.13-gentoo.diff 253 +MD5 bcd6594dcb5ac7cce25a40f46cc88930 files/bsdgames_2.13-11.diff 40228 +MD5 582347263c44f4dce3b7d0b7cd8f5cc8 files/config.params-gentoo 1232 +MD5 f791791f24963261fb91e227bc16e615 files/digest-bsd-games-non-free-2.13 75 diff --git a/games-misc/bsd-games-non-free/bsd-games-non-free-2.13.ebuild b/games-misc/bsd-games-non-free/bsd-games-non-free-2.13.ebuild new file mode 100644 index 000000000000..72f6b119ff53 --- /dev/null +++ b/games-misc/bsd-games-non-free/bsd-games-non-free-2.13.ebuild @@ -0,0 +1,63 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/games-misc/bsd-games-non-free/bsd-games-non-free-2.13.ebuild,v 1.1 2003/09/10 18:14:04 vapier Exp $ + +inherit games + +DESCRIPTION="collection of games from NetBSD" +HOMEPAGE="http://www.advogato.org/proj/bsd-games/" +SRC_URI="ftp://metalab.unc.edu/pub/Linux/games/${P}.tar.gz" + +SLOT="0" +# See /usr/share/doc/${P}/COPYRIGHT.hack and CHANGES.rogue +LICENSE="BSD | free-noncomm" +KEYWORDS="x86" + +DEPEND="sys-libs/ncurses + sys-apps/miscfiles + sys-apps/less + sys-devel/bison + sys-devel/flex" + +# Set GAMES_TO_BUILD variable to whatever you want +export GAMES_TO_BUILD=${GAMES_TO_BUILD:="hack rogue"} + +src_unpack() { + unpack ${A} ; cd ${S} + + cp ${FILESDIR}/config.params-gentoo config.params + echo bsd_games_cfg_build_dirs=\"${GAMES_TO_BUILD}\" >> ./config.params +} + +src_compile() { + ./configure || die + make OPTIMIZE="${CFLAGS}" || die +} + +build_game() { has ${1} ${GAMES_TO_BUILD}; } +do_statefile() { + touch ${D}/${GAMES_STATEDIR}/${1} + chmod ug+rw ${D}/${GAMES_STATEDIR}/${1} +} +src_install() { + dodir ${GAMES_BINDIR} ${GAMES_STATEDIR} /usr/share/man/man{1,6} + make DESTDIR=${D} install-strip || die + + dodoc AUTHORS BUGS COPYING ChangeLog ChangeLog.0 INSTALL NEWS \ + PACKAGING README README.non-free SECURITY THANKS TODO YEAR2000 \ + bsd-games-non-free.lsm + + # set some binaries to run as games group (+S) + [ `build_game rogue` ] && fperms g+s ${GAMES_BINDIR}/rogue + + # state files + [ `build_game hack` ] && dodir ${GAMES_STATEDIR}/hack && fperms ug+rw ${GAMES_STATEDIR}/hack + [ `build_game rogue` ] && do_statefile rogue.scores + + # extra docs + [ `build_game hack` ] && { docinto hack ; dodoc hack/{COPYRIGHT,OWNER,Original_READ_ME,READ_ME,help}; } + [ `build_game rogue` ] && { docinto rogue ; dodoc rogue/{CHANGES,USD.doc/rogue.me; } + + prepalldocs + prepgamesdirs +} diff --git a/games-misc/bsd-games-non-free/files/bsdgames-2.13-gentoo.diff b/games-misc/bsd-games-non-free/files/bsdgames-2.13-gentoo.diff new file mode 100644 index 000000000000..3a07db73dfde --- /dev/null +++ b/games-misc/bsd-games-non-free/files/bsdgames-2.13-gentoo.diff @@ -0,0 +1,12 @@ +--- bsdgames-2.13.debian/trek/trek.6.in ++++ bsdgames-2.13/trek/trek.6.in +@@ -81,7 +81,7 @@ + .Sh AUTHOR + Eric Allman + .Sh SEE ALSO +-.Pa /usr/share/doc/bsdgames/trek.me.gz ++.Pa /usr/share/doc/${P}/trek.me.gz + .Sh COMMAND SUMMARY + .Bl -item -compact + .It + diff --git a/games-misc/bsd-games-non-free/files/bsdgames_2.13-11.diff b/games-misc/bsd-games-non-free/files/bsdgames_2.13-11.diff new file mode 100644 index 000000000000..9db1d6f4d2ed --- /dev/null +++ b/games-misc/bsd-games-non-free/files/bsdgames_2.13-11.diff @@ -0,0 +1,1234 @@ +--- bsdgames-2.13.orig/atc/atc.6.in ++++ bsdgames-2.13/atc/atc.6.in +@@ -175,7 +175,7 @@ + to be a command and is therefore not displayed. The following are + some possible information lines: + .Pp +-.Bd -literal -unfilled -offset indent ++.Bd -literal -offset indent + B4*A0: Circle @ b1 + g7 E4: 225 + .Ed +@@ -438,7 +438,7 @@ + .Em exactly + diagonal. + .Ss "FIELD FILE EXAMPLE" +-.Bd -literal -unfilled ++.Bd -literal + # This is the default game. + + update = 5; +--- bsdgames-2.13.orig/bcd/bcd.6 ++++ bsdgames-2.13/bcd/bcd.6 +@@ -50,7 +50,7 @@ + .Op Fl ds Ar string ... + .Sh DESCRIPTION + The +-.Nm "" , ++.Nm bcd , + .Nm ppt + and + .Nm morse +--- bsdgames-2.13.orig/boggle/boggle/boggle.6 ++++ bsdgames-2.13/boggle/boggle/boggle.6 +@@ -99,7 +99,7 @@ + .El + .Pp + Help is available during play by typing +-.Ic Sq ? . ++.Ic `?' . + More detailed information on the game is given there. + .Sh BUGS + If there are a great many words in the cube the final display of the words +--- bsdgames-2.13.orig/debian/control ++++ bsdgames-2.13/debian/control +@@ -0,0 +1,21 @@ ++Source: bsdgames ++Section: games ++Priority: optional ++Build-Depends: debhelper (>= 4), libncurses5-dev, flex, bison, wenglish, wbritish, dpkg-dev (>= 1.9.0) ++Maintainer: Joey Hess <joeyh@debian.org> ++Standards-Version: 3.5.7.1 ++ ++Package: bsdgames ++Architecture: any ++Depends: ${shlibs:Depends}, ${misc:Depends}, wenglish | wordlist ++Conflicts: bsdgames-nonfree (<< 2.5), suidmanager (<< 0.50) ++Replaces: bsdgames-nonfree (<< 2.5) ++Description: collection of text games from BSD systems ++ This is a collection of some of the text-based games and amusements that have ++ been enjoyed for decades on unix systems. ++ . ++ Includes these programs: adventure, arithmetic, atc, backgammon, battlestar, ++ bcd, boggle, caesar, canfield, countmail, cribbage, fish, gomoku, hangman, ++ hunt, mille, monop, morse, number, pig, phantasia, pom, ppt, primes, quiz, ++ random, rain, robots, sail, snake, tetris, trek, wargames, worm, worms, ++ wump, wtf +--- bsdgames-2.13.orig/debian/changelog ++++ bsdgames-2.13/debian/changelog +@@ -0,0 +1,566 @@ ++bsdgames (2.13-11) unstable; urgency=low ++ ++ * Fixed silly typo in wargames man page. Closes: #169307 ++ ++ -- Joey Hess <joeyh@debian.org> Sat, 16 Nov 2002 18:58:22 -0500 ++ ++bsdgames (2.13-10) unstable; urgency=low ++ ++ * Updated to debhelper v4. ++ ++ -- Joey Hess <joeyh@debian.org> Sat, 1 Jun 2002 22:26:40 -0400 ++ ++bsdgames (2.13-9) unstable; urgency=low ++ ++ * Moved wtf acronym list into /usr/share/games. Closes: #144804 ++ ++ -- Joey Hess <joeyh@debian.org> Wed, 22 May 2002 13:17:37 -0400 ++ ++bsdgames (2.13-8) unstable; urgency=low ++ ++ * COrrected primes (really factor) man page. Closes: #144738 ++ ++ -- Joey Hess <joeyh@debian.org> Sat, 27 Apr 2002 11:00:25 -0400 ++ ++bsdgames (2.13-7) unstable; urgency=low ++ ++ * Make sure boggle is always built with the same wordlist, and use the union ++ of wenglish and wbristish for that list. Building with web2 resulted in ++ too many scrabble-words.. ++ ++ -- Joey Hess <joeyh@debian.org> Sun, 7 Apr 2002 20:27:57 -0400 ++ ++bsdgames (2.13-6) unstable; urgency=low ++ ++ * Fixed man page warnings, Closes: #139414 ++ ++ -- Joey Hess <joeyh@debian.org> Thu, 21 Mar 2002 22:24:53 -0500 ++ ++bsdgames (2.13-4) unstable; urgency=low ++ ++ * Corrected hint => hints, Closes: #134120 ++ ++ -- Joey Hess <joeyh@debian.org> Fri, 15 Feb 2002 16:36:20 -0500 ++ ++bsdgames (2.13-3) unstable; urgency=low ++ ++ * Added -m option to hangman to set MINLEN. Closes: #129998 ++ ++ -- Joey Hess <joeyh@debian.org> Sat, 19 Jan 2002 18:04:06 -0500 ++ ++bsdgames (2.13-2) unstable; urgency=low ++ ++ * Fixed bad merge (that's why sail was broken). ++ ++ -- Joey Hess <joeyh@debian.org> Sat, 29 Dec 2001 13:37:00 -0500 ++ ++bsdgames (2.13-1) unstable; urgency=low ++ ++ * New upstream release. ++ * Patched sail/sync.c to build (lots of missing includes and other trivial ++ mistakes). ++ ++ -- Joey Hess <joeyh@debian.org> Fri, 28 Dec 2001 18:15:41 -0500 ++ ++bsdgames (2.12-11) unstable; urgency=low ++ ++ * Added menu hints for backgammon and gomoku, Closes: #121012, #121012 ++ NB: holding off on changing menu titles until I see evidence it's really ++ necessary. ++ ++ -- Joey Hess <joeyh@debian.org> Sun, 25 Nov 2001 21:48:03 -0500 ++ ++bsdgames (2.12-10) unstable; urgency=low ++ ++ * Fixed tetris on sun systems to not lag 3 keystrokes behind, patch from ++ upstream. Closes: #97033 ++ ++ -- Joey Hess <joeyh@debian.org> Sun, 18 Nov 2001 17:19:18 -0500 ++ ++bsdgames (2.12-9) unstable; urgency=low ++ ++ * Corrected cost of slime. Closes: #110782 ++ * Added '-' to character class, so wargames can launch moon-buggy. ++ This is clearly a vital fix, but I hesitate to increase the severity of ++ this upload. Closes: #93638 ++ ++ -- Joey Hess <joeyh@debian.org> Mon, 17 Sep 2001 00:51:07 -0400 ++ ++bsdgames (2.12-8) unstable; urgency=low ++ ++ * Applied a patch from Igor Khavkine <i_khavki@alcor.concordia.ca> to ++ make the package build on the Hurd. Closes: #98562 ++ ++ -- Joey Hess <joeyh@debian.org> Wed, 23 May 2001 22:49:26 -0400 ++ ++bsdgames (2.12-7) unstable; urgency=low ++ ++ * Modified all the rest of the menu items that need a pause after ++ running. Also fixed bashisms in the pause code.. ++ ++ -- Joey Hess <joeyh@debian.org> Fri, 11 May 2001 16:19:13 -0400 ++ ++bsdgames (2.12-6) unstable; urgency=low ++ ++ * Pause after tetris-bsd exits when run from the menu, to give a chance ++ for the high scores to be seen. Closes: #96999 ++ ++ -- Joey Hess <joeyh@debian.org> Thu, 10 May 2001 21:49:37 -0400 ++ ++bsdgames (2.12-5) unstable; urgency=low ++ ++ * Added AIUI, Closes: #90973 ++ ++ -- Joey Hess <joeyh@debian.org> Sat, 24 Mar 2001 14:27:16 -0800 ++ ++bsdgames (2.12-4) unstable; urgency=low ++ ++ * Added real dependancy alternate (lintian). ++ * Debhelper v3. ++ ++ -- Joey Hess <joeyh@debian.org> Sat, 10 Feb 2001 00:24:27 -0800 ++ ++bsdgames (2.12-3) unstable; urgency=low ++ ++ * Corrected snake's usage message, Closes: #84852 ++ * Patch from Malcolm Parsons <malcolm@ivywell.screaming.net> to fix ++ snake scoring problem, Closes: #80549 ++ * Statoverride transition. ++ ++ -- Joey Hess <joeyh@debian.org> Sun, 4 Feb 2001 14:06:28 -0800 ++ ++bsdgames (2.12-2) unstable; urgency=low ++ ++ * Depends on wordlist, Closes: #76331 ++ ++ -- Joey Hess <joeyh@debian.org> Sun, 5 Nov 2000 15:25:06 -0800 ++ ++bsdgames (2.12-1) unstable; urgency=low ++ ++ * New upstream release, fixing problems in battlestar. Closes: #70465 ++ ++ -- Joey Hess <joeyh@debian.org> Tue, 26 Sep 2000 09:21:22 -0700 ++ ++bsdgames (2.11-4) unstable; urgency=low ++ ++ * Updated to debhelper v2. ++ ++ -- Joey Hess <joeyh@debian.org> Mon, 25 Sep 2000 14:14:51 -0700 ++ ++bsdgames (2.11-3) unstable; urgency=low ++ ++ * Fixed a typo in bcd's man page. ++ ++ -- Joey Hess <joeyh@debian.org> Thu, 31 Aug 2000 21:33:33 -0700 ++ ++bsdgames (2.11-2) unstable; urgency=low ++ ++ * Patch from pmaydell@chiark.greenend.org.uk to fix a segfault in ++ battlestar if you say "wear knfo" or similar nonsensical things. ++ (Patch also sent upstream.) Closes: #70465 ++ ++ -- Joey Hess <joeyh@debian.org> Mon, 28 Aug 2000 17:16:27 -0700 ++ ++bsdgames (2.11-1) unstable; urgency=low ++ ++ * New upstream. ++ ++ -- Joey Hess <joeyh@debian.org> Wed, 19 Apr 2000 14:30:22 -0700 ++ ++bsdgames (2.10-3) unstable; urgency=low ++ ++ * Modified asian capitals quiz with some corrections. Closes: #62078 ++ ++ -- Joey Hess <joeyh@debian.org> Sun, 9 Apr 2000 15:16:40 -0700 ++ ++bsdgames (2.10-2) unstable; urgency=low ++ ++ * Fixed countmail man page, Closes: #61846 ++ ++ -- Joey Hess <joeyh@debian.org> Wed, 5 Apr 2000 13:42:58 -0700 ++ ++bsdgames (2.10-1) unstable; urgency=low ++ ++ * New upstream release. ++ ++ -- Joey Hess <joeyh@debian.org> Sat, 12 Feb 2000 16:35:11 -0800 ++ ++bsdgames (2.9-4) unstable; urgency=low ++ ++ * Built with ncurses5, Closes: #55448 ++ ++ -- Joey Hess <joeyh@debian.org> Fri, 21 Jan 2000 15:26:56 -0800 ++ ++bsdgames (2.9-3) unstable; urgency=low ++ ++ * Download directory update. ++ ++ -- Joey Hess <joeyh@debian.org> Tue, 11 Jan 2000 15:53:35 -0800 ++ ++bsdgames (2.9-2) unstable; urgency=low ++ ++ * Build deps. Boggle is now forced to always build with wgenlish as it's ++ word list, for consitency. Unfortunatly, it cannot use the currnetly ++ install word list because it hashes it at install time. ++ ++ -- Joey Hess <joeyh@debian.org> Sat, 4 Dec 1999 00:13:01 -0800 ++ ++bsdgames (2.9-1) unstable; urgency=low ++ ++ * New upstream version. ++ * Patch from Malcolm to fix tetris-bsd score formatting if there are more ++ than 10 scores. (Closes: #50031) ++ * Include /var/games/bsdgames/sail, (Closes: #50074) ++ * Fixed robots spelling mistake, (Closes: #50075) ++ * tetris-bsd now uses its name, (Closes: #50077) ++ * Fixed phantasia/characs permissions so it's not world-readable ++ (passwords) (Closes: #50076) ++ ++ -- Joey Hess <joeyh@debian.org> Sat, 13 Nov 1999 14:14:34 -0800 ++ ++bsdgames (2.8-5) unstable; urgency=low ++ ++ * Patch from Malcolm Parsons <malcolm@bits.bris.ac.uk> to fix robots -A ++ score problem. (Closes: #49894) ++ * Patch from Malcolm to fix robots so it asks if you want a new game after ++ each game. (Closes: #49897) ++ ++ -- Joey Hess <joeyh@debian.org> Thu, 11 Nov 1999 11:28:52 -0800 ++ ++bsdgames (2.8-4) unstable; urgency=low ++ ++ * Fixed rot13 test suite to work before the package is installed. ++ Closes: #48559 ++ ++ -- Joey Hess <joeyh@debian.org> Thu, 28 Oct 1999 11:35:49 -0700 ++ ++bsdgames (2.8-3) unstable; urgency=low ++ ++ * Patch from William Brioschi to make random work on alpha. Closes: #47903 ++ (forwared upstream) ++ ++ -- Joey Hess <joeyh@debian.org> Sun, 24 Oct 1999 16:27:54 -0700 ++ ++bsdgames (2.8-2) unstable; urgency=low ++ ++ * Corrected the capital of Monaco. (Closes: #46119) ++ ++ -- Joey Hess <joeyh@debian.org> Mon, 27 Sep 1999 12:53:20 -0700 ++ ++bsdgames (2.8-1) unstable; urgency=low ++ ++ * New upstream release. ++ * Updated copyright based on the updated COPYING file ++ * RUn the regression tests at build time. ++ ++ -- Joey Hess <joeyh@debian.org> Sun, 26 Sep 1999 14:30:06 -0700 ++ ++bsdgames (2.7-3) unstable; urgency=low ++ ++ * FHS. This involves moving to /var/games for all game data. Score files ++ are moved to there in the postinst now. ++ * Removed bashisms in debian/rules ++ ++ -- Joey Hess <joeyh@debian.org> Wed, 8 Sep 1999 17:02:12 -0700 ++ ++bsdgames (2.7-2) unstable; urgency=low ++ ++ * Removed 2 patches I made that are no longer necessary. ++ ++ -- Joey Hess <joeyh@debian.org> Wed, 7 Apr 1999 14:53:52 -0700 ++ ++bsdgames (2.7-1) unstable; urgency=low ++ ++ * New upstream release. ++ ++ -- Joey Hess <joeyh@debian.org> Tue, 6 Apr 1999 23:50:51 -0700 ++ ++bsdgames (2.6-2) unstable; urgency=low ++ ++ * Fixed backgammon to correctly calculate the game value, patch from ++ sjl@debian.lib.monash.edu.au (Stuart Lamble) (#35038) ++ ++ -- Joey Hess <joeyh@debian.org> Thu, 25 Mar 1999 13:33:07 -0800 ++ ++bsdgames (2.6-1) unstable; urgency=low ++ ++ * New upstream release. ++ ++ -- Joey Hess <joeyh@debian.org> Sun, 20 Dec 1998 00:24:18 -0500 ++ ++bsdgames (2.5-4) frozen unstable; urgency=low ++ ++ * Commented out a bogus sprintf prototype in sail/sync.c, makes sail ++ not segfault on startup. (#30246). ++ ++ -- Joey Hess <joeyh@debian.org> Tue, 1 Dec 1998 12:52:14 -0800 ++ ++bsdgames (2.5-3) unstable; urgency=low ++ ++ * Built with newest debhelper to change how sgid binaries are registered. ++ ++ -- Joey Hess <joeyh@debian.org> Tue, 27 Oct 1998 20:59:48 -0800 ++ ++bsdgames (2.5-2) unstable; urgency=low ++ ++ * Removed bougs wordlist | wenglish dependancy. ++ ++ -- Joey Hess <joeyh@debian.org> Thu, 1 Oct 1998 12:59:53 -0700 ++ ++bsdgames (2.5-1) unstable; urgency=low ++ ++ * New upstream release - boggle is now free. ++ ++ -- Joey Hess <joeyh@debian.org> Thu, 24 Sep 1998 17:17:32 -0700 ++ ++bsdgames (2.4-1) unstable; urgency=low ++ ++ * New upstream release. ++ ++ -- Joey Hess <joeyh@debian.org> Sat, 5 Sep 1998 15:49:53 -0700 ++ ++bsdgames (2.3-2) unstable; urgency=low ++ ++ * Make NEWS be a symlink to the upstream changelog, so the file name is ++ preserved. ++ ++ -- Joey Hess <joeyh@debian.org> Thu, 20 Aug 1998 15:57:14 -0700 ++ ++bsdgames (2.3-1) unstable; urgency=low ++ ++ * New upstream release, that fixes a file in /tmp security hole in sail ++ and also integrates many security fixes from OpenBSD intended to let the ++ games run sgid games. ++ * Given those fixes, I've re-enabled the sgid games bit on the games ++ that need it, and removed the README.Debian about this. ++ * Reworked how configure script is run, following the author's new docs in ++ PACKAGING. ++ * Applied patch from upstream to fix #25933, segfault in number if given a ++ negative value. ++ * Re-enabled bell in robots, it seems to work ok in an xterm now. ++ ++ -- Joey Hess <joeyh@debian.org> Wed, 19 Aug 1998 14:54:48 -0700 ++ ++bsdgames (2.1-8) unstable; urgency=low ++ ++ * Use single = in postrm (#25512). ++ ++ -- Joey Hess <joeyh@debian.org> Fri, 7 Aug 1998 12:14:35 -0700 ++ ++bsdgames (2.1-7) unstable; urgency=low ++ ++ * Fixed menu file so adventure will show up. ++ ++ -- Joey Hess <joeyh@debian.org> Wed, 5 Aug 1998 14:21:20 -0700 ++ ++bsdgames (2.1-6) unstable; urgency=low ++ ++ * Once more rebuilt with newer ncurses lib to fix worm and mille ++ segfaults. Why is ncusrses doing this to me? ++ ++ -- Joey Hess <joeyh@debian.org> Wed, 22 Jul 1998 20:22:01 -0700 ++ ++bsdgames (2.1-5) unstable; urgency=low ++ ++ * Rebuilt with fakeroot to fix libtricks breakage. ++ ++ -- Joey Hess <joeyh@debian.org> Thu, 16 Jul 1998 11:03:20 -0700 ++ ++bsdgames (2.1-4) unstable; urgency=low ++ ++ * Fixed minor spelling error in quiz/europe (#24586), reported by Branden ++ Robinson. ++ ++ -- Joey Hess <joeyh@debian.org> Tue, 14 Jul 1998 23:02:23 -0700 ++ ++bsdgames (2.1-3) frozen unstable; urgency=medium ++ ++ * Reluctantly removed all sgid bits from all games in the package. ++ I have found at least 2 easy exploits of a sgid bit that get you sgid ++ games shells, and there are probably many more. See the TODO, which has ++ a security audit as it's first priority, but explains the difficulties ++ of one. ++ * Added a README.Debian exaplaining this in greater detail. ++ ++ -- Joey Hess <joeyh@debian.org> Thu, 18 Jun 1998 10:06:54 -0700 ++ ++bsdgames (2.1-2) frozen unstable; urgency=low ++ ++ * Just rebuilt with newer ncurses lib to fix worm and mille segfaults. ++ ++ -- Joey Hess <joeyh@debian.org> Sun, 7 Jun 1998 09:17:11 -0400 ++ ++bsdgames (2.1-1) frozen unstable; urgency=low ++ ++ * New upstream bugfix release: ++ - adds man page for wargames to upstream source. ++ - uses .Bstar for battlestar save game file (a change I made long ago to ++ the debian version) ++ - changes to build process that don't affect us. ++ - bugfixes. ++ ++ -- Joey Hess <joeyh@debian.org> Mon, 30 Mar 1998 12:03:30 -0800 ++ ++bsdgames (2.0-4) unstable; urgency=low ++ ++ * No high score files are conffiles now. ++ * For phantasia's "monsters" and "void" files, which cannot be simply ++ touched in the postinst, I now copy them over from ++ /usr/share/games/bsdgames/phantasia in the postinst, if they don't ++ already exist. ++ ++ -- Joey Hess <joeyh@debian.org> Tue, 10 Mar 1998 18:08:51 -0800 ++ ++bsdgames (2.0-3) unstable; urgency=low ++ ++ * Added a man page for wargames. (Wow, never thought my movie guide book ++ would be useful in debian development!) ++ ++ -- Joey Hess <joeyh@debian.org> Sun, 22 Feb 1998 18:42:17 -0800 ++ ++bsdgames (2.0-2) unstable; urgency=low ++ ++ * Updated standards-version. ++ ++ -- Joey Hess <joeyh@debian.org> Mon, 9 Feb 1998 15:09:56 -0800 ++ ++bsdgames (2.0-1) unstable; urgency=low ++ ++ * New upstream release. ++ * Sail works again now, added back to package. Now all games are properly ++ working with libc6, at last. ++ * Removed hunt from the debian menu - for now, you need to manually run ++ huntd, and then hunt. ++ ++ -- Joey Hess <joeyh@debian.org> Fri, 26 Dec 1997 13:34:34 -0500 ++ ++bsdgames (1.5-4) unstable; urgency=low ++ ++ * Sparc fixes: ++ - Removed strcpy(), strncpy() prototypes. ++ - Modified snake/snake/move.c to not redefine raw(). ++ - Modified worms.c to not redefine random. ++ ++ -- Joey Hess <joeyh@debian.org> Thu, 11 Dec 1997 12:10:17 -0500 ++ ++bsdgames (1.5-3) unstable; urgency=low ++ ++ * Fixed adventure to work again, and added it back into the package. ++ Thanks, Culus! ++ * Moved screen savers into Screen/Save/Text menu. ++ ++ -- Joey Hess <joeyh@debian.org> Fri, 21 Nov 1997 16:22:14 -0500 ++ ++bsdgames (1.5-2) unstable; urgency=low ++ ++ * Removed the factor program, which is also in shellutils (#14676). ++ * Modified primes.6 man page, so it only documents the primes program ++ (used to document factor and primes). ++ * Install factor.6 as primes.6, instead of making a symlink. ++ * Use debhelper. ++ ++ -- Joey Hess <joeyh@debian.org> Sun, 9 Nov 1997 14:13:05 -0500 ++ ++bsdgames (1.5-1) unstable; urgency=low ++ ++ * New upstream release. ++ - new games: adventure, phantasia, pig, quiz, random. ++ - updated other games to new versions. ++ * Libc6 at last. ++ - however, adventure and sail are currently broken under libc6, ++ and not included in the binary package. ++ * Changed how the configure script is run during building, new method ++ is more robust. ++ * Fixed menu file entry for go fish to pause after end of game so the user ++ can see who won. ++ * Make tetris-bsd score file a conffile. ++ * Use pristine upstream source. ++ ++ -- Joey Hess <joeyh@debian.org> Sat, 19 Jul 1997 12:25:03 -0400 ++ ++bsdgames (1.4-1) unstable; urgency=low ++ ++ * New upstream release, incorporates many of the changes I made for ++ debian. ++ * No longer have to delete bog and paranioa out of the upstream source, ++ they have been split out into a bsdgames-nonfree package. ++ * Tetris is now part of the upstream source, no need for tetris.shar. ++ * /usr/games/tetris renamed to /usr/games/tetris-bsd ++ * /usr/share used for arch-independant data. ++ * Reccommends: wordlist | wenglish; closes #8487 ++ ++ -- Joey Hess <joeyh@debian.org> Thu, 1 May 1997 23:07:46 -0400 ++ ++bsdgames (1.3-8) unstable; urgency=low ++ ++ * Removed fortune from descrition, as fortune is not included in this ++ package (#9168). ++ * Converted menufile to menu-1 format. ++ ++ -- Joey Hess <joeyh@debian.org> Mon, 28 Apr 1997 13:25:24 -0400 ++ ++bsdgames (1.3-7) frozen unstable; urgency=low ++ ++ * Fixed problem with including tetris in the source package. Tetris is now ++ included as a shar archive. ++ ++ -- Joey Hess <joeyh@debian.org> Wed, 16 Apr 1997 18:39:31 -0400 ++ ++bsdgames (1.3-6) frozen unstable; urgency=low ++ ++ * Fixed segfault in backgammon if any command line options were given. ++ * Use backgammon -pb in the debian menu file. ++ ++ -- Joey Hess <joeyh@debian.org> Tue, 15 Apr 1997 14:27:04 -0400 ++ ++bsdgames (1.3-5) frozen unstable; urgency=low ++ ++ * Hacked around in mille to fix bug #8556. ++ ++ -- Joey Hess <joeyh@debian.org> Tue, 8 Apr 1997 20:03:23 -0400 ++ ++bsdgames (1.3-4) unstable; urgency=low ++ ++ * Fixed sparse files problem (#8488) -- the package should install in much ++ less space now. ++ * Routine update of debian/rules: ++ Run dpkg-gencontrol after debstd, and delete substvars during clean. ++ ++ -- Joey Hess <joeyh@debian.org> Fri, 4 Apr 1997 19:48:12 -0500 ++ ++bsdgames (1.3-3) unstable; urgency=low ++ ++ * Fixed problems in source package: ++ * Removed binaries in hangman directory. ++ * dpkg-source -x would not work with version 1.3-2. Fixed this. ++ * Corrected typo in hangman's man page. ++ ++ -- Joey Hess <joeyh@debian.org> Wed, 26 Mar 1997 14:02:24 -0500 ++ ++bsdgames (1.3-2) unstable; urgency=low ++ ++ * robots: if player cannot move, don't print junk characters in xterm when ++ trying to beep. ++ * Routine update of debian/rules: ++ Run dpkg-gencontrol after debstd, and delete substvars during clean. ++ * Added tetris, thanks to David Frey <david@eos.lugs.ch>. ++ ++ -- Joey Hess <joeyh@debian.org> Sun, 23 Mar 1997 18:05:41 -0500 ++ ++bsdgames (1.3-1) unstable; urgency=low ++ ++ * First release. ++ * Link with -ncurses instead of -termcap. ++ * "rm -r bog paranioa" to remove them from the source package. Their ++ copyright doesn't let them be in debian. ++ * Many changes to get it all to compile. ++ * More changes for debian packaging; moved score files into /var, made ++ some programs sgid games so they could write to score files, etc. ++ * Fixed up man pages. ++ * battlestar: renamed save file to ~/.Bstar ++ * cribbage: display help properly even if PAGER is not set to an absolute ++ pathname of the pager. ++ * snscore: don't segfault if the score file is empty. ++ * snscore: don't give "too many players" error. ++ ++ -- Joey Hess <joeyh@debian.org> Thu, 20 Mar 1997 23:31:16 -0500 +--- bsdgames-2.13.orig/debian/compat ++++ bsdgames-2.13/debian/compat +@@ -0,0 +1 @@ ++4 +--- bsdgames-2.13.orig/debian/copyright ++++ bsdgames-2.13/debian/copyright +@@ -0,0 +1,9 @@ ++This is a Debian prepackaged version of the BSD games package. ++ ++This package was put together by Joey Hess <joeyh@debian.org>, using ++sources from: ++ ftp://sunsite.unc.edu/pub/Linux/games/ ++ ++Here is the full text of the COPYING file: ++ ++ +--- bsdgames-2.13.orig/debian/menu ++++ bsdgames-2.13/debian/menu +@@ -0,0 +1,53 @@ ++?package(bsdgames):needs="text" section="Apps/Educational" \ ++ title="Arithmetic Quiz" command="sh -c '/usr/games/arithmetic;echo PRESS ENTER;read line'" ++?package(bsdgames):needs="text" section="Games/Simulation" \ ++ title="Air Traffic Controller" \ ++ command="sh -c '/usr/games/atc ; echo;echo PRESS ENTER;read line'" ++?package(bsdgames):needs="text" section="Games/Adventure" \ ++ title="Battlestar" command="sh -c '/usr/games/battlestar;echo PRESS ENTER;read line'" ++?package(bsdgames):needs="text" section="Games/Card" \ ++ title="Canfield" command="/usr/games/canfield" ++?package(bsdgames):needs="text" section="Games/Card" \ ++ title="Cribbage" command="/usr/games/cribbage" ++?package(bsdgames):needs="text" section="Games/Card" \ ++ title="Go Fish" \ ++ command="sh -c '/usr/games/fish;echo;echo PRESS ENTER;read line'" ++?package(bsdgames):needs="text" section="Games/Card" \ ++ title="Mille Bournes" command="/usr/games/mille" ++?package(bsdgames):needs="text" section="Games/Board" \ ++ title="Monopoly" command="/usr/games/monop" ++?package(bsdgames):needs="text" section="Games/Board" hints="Backgammon" \ ++ title="Backgammon" command="/usr/games/backgammon -pb" ++?package(bsdgames):needs="text" section="Screen/Save/Text" \ ++ title="Rain" command="/usr/games/rain" ++?package(bsdgames):needs="text" section="Games/Arcade" \ ++ title="Robots" command="/usr/games/robots" ++?package(bsdgames):needs="text" section="Games/Simulation" \ ++ title="Sail" command="/usr/games/sail" ++?package(bsdgames):needs="text" section="Games/Arcade" \ ++ title="Snake" command="sh -c '/usr/games/snake;echo PRESS ENTER;read line'" ++?package(bsdgames):needs="text" section="Games/Arcade" \ ++ title="Star Trek" command="/usr/games/trek" ++?package(bsdgames):needs="text" section="Games/Arcade" \ ++ title="Worm" command="sh -c '/usr/games/worm;echo PRESS ENTER;read line'" ++?package(bsdgames):needs="text" section="Screen/Save/Text" \ ++ title="Worms" command="/usr/games/worms" ++?package(bsdgames):needs="text" section="Games/Adventure" \ ++ title="Hunt the Wumpus" command="/usr/games/wump" ++?package(bsdgames):needs="text" section="Games/Tetris-like" \ ++ title="Bsd Tetris" \ ++ command="sh -c '/usr/games/tetris-bsd;echo;echo PRESS ENTER;read line'" ++?package(bsdgames):needs="text" section="Games/Board" hints="Go" \ ++ title="Gomoku" \ ++ command="/usr/games/gomoku" ++?package(bsdgames):needs="text" section="Games/Adventure" \ ++ title="Phantasia" \ ++ command="/usr/games/phantasia" ++?package(bsdgames):needs="text" section="Games/Adventure" \ ++ title="Adventure" \ ++ command="/usr/games/adventure" ++?package(bsdgames):needs="text" section="Games/Puzzles" \ ++ title="Hangman" command="/usr/games/hangman" ++?package(bsdgames):needs="text" section="Games/Puzzles" \ ++ title="Boggle" \ ++ command=/usr/games/boggle +--- bsdgames-2.13.orig/debian/postinst ++++ bsdgames-2.13/debian/postinst +@@ -0,0 +1,46 @@ ++#!/bin/sh -e ++ ++SCOREFILES=" ++ /var/games/bsdgames/atc_score ++ /var/games/bsdgames/battlestar.log ++ /var/games/bsdgames/cfscores ++ /var/games/bsdgames/criblog ++ /var/games/bsdgames/robots_roll ++ /var/games/bsdgames/saillog ++ /var/games/bsdgames/snake.log ++ /var/games/bsdgames/snakerawscores ++ /var/games/bsdgames/tetris-bsd.scores ++ /var/games/bsdgames/phantasia/characs ++ /var/games/bsdgames/phantasia/gold ++ /var/games/bsdgames/phantasia/lastdead ++ /var/games/bsdgames/phantasia/mess ++ /var/games/bsdgames/phantasia/motd ++ /var/games/bsdgames/phantasia/scoreboard ++ /var/games/bsdgames/phantasia/void ++ /var/games/bsdgames/phantasia/monsters" ++ ++# These files cannot just be zero-byte files: ++if [ ! -e /var/games/bsdgames/phantasia/void ]; then ++ cp /usr/share/games/bsdgames/phantasia/void \ ++ /var/games/bsdgames/phantasia/void ++fi ++if [ ! -e /var/games/bsdgames/phantasia/monsters ] ; then ++ cp /usr/share/games/bsdgames/phantasia/monsters \ ++ /var/games/bsdgames/phantasia/monsters ++fi ++ ++touch $SCOREFILES ++chown root.games $SCOREFILES ++chmod 664 $SCOREFILES ++ ++# These files may not be world-readable as they have passwords ++# in them. ++chmod 660 /var/games/bsdgames/phantasia/characs ++ ++# I have to make this directory here, because older version of this package ++# always deleted it in their postrm. Oops. ++mkdir -p /var/games/bsdgames/sail ++chown root.games /var/games/bsdgames/sail ++chmod g+rws /var/games/bsdgames/sail ++ ++#DEBHELPER# +--- bsdgames-2.13.orig/debian/postrm ++++ bsdgames-2.13/debian/postrm +@@ -0,0 +1,29 @@ ++#!/bin/sh -e ++ ++SCOREFILES=" ++ /var/games/bsdgames/atc_score ++ /var/games/bsdgames/battlestar.log ++ /var/games/bsdgames/cfscores ++ /var/games/bsdgames/criblog ++ /var/games/bsdgames/robots_roll ++ /var/games/bsdgames/saillog ++ /var/games/bsdgames/snake.log ++ /var/games/bsdgames/snakerawscores ++ /var/games/bsdgames/tetris-bsd.scores ++ /var/games/bsdgames/phantasia/characs ++ /var/games/bsdgames/phantasia/gold ++ /var/games/bsdgames/phantasia/lastdead ++ /var/games/bsdgames/phantasia/mess ++ /var/games/bsdgames/phantasia/motd ++ /var/games/bsdgames/phantasia/scoreboard ++ /var/games/bsdgames/phantasia/void ++ /var/games/bsdgames/phantasia/monsters" ++ ++# Remove high score files on purge. ++if [ "$1" = "purge" ]; then ++ rm -f $SCOREFILES ++ rmdir /var/games/bsdgames/phantasia /var/games/bsdgames/sail \ ++ /var/games/bsdgames /var/games 2>/dev/null || true ++fi ++ ++#DEBHELPER# +--- bsdgames-2.13.orig/debian/preinst ++++ bsdgames-2.13/debian/preinst +@@ -0,0 +1,55 @@ ++#!/bin/sh -e ++ ++SCOREFILES=" ++ /var/games/bsdgames/atc_score ++ /var/games/bsdgames/battlestar.log ++ /var/games/bsdgames/cfscores ++ /var/games/bsdgames/criblog ++ /var/games/bsdgames/saillog ++ /var/games/bsdgames/snake.log ++ /var/games/bsdgames/snakerawscores ++ /var/games/bsdgames/tetris-bsd.scores ++ /var/games/bsdgames/phantasia/characs ++ /var/games/bsdgames/phantasia/gold ++ /var/games/bsdgames/phantasia/lastdead ++ /var/games/bsdgames/phantasia/mess ++ /var/games/bsdgames/phantasia/motd ++ /var/games/bsdgames/phantasia/scoreboard ++ /var/games/bsdgames/phantasia/void ++ /var/games/bsdgames/phantasia/monsters" ++ ++# We used to keep score files in /var/lib/games, and if files are there, ++# move them into the new location. ++if [ -d /var/lib/games ]; then ++ ++ # Have to set up directory hierarchy, since this is running as a ++ # preinst. ++ mkdir -p /var/games/bsdgames/phantasia ++ chown root.games /var/games/bsdgames \ ++ /var/games/bsdgames/phantasia ++ chmod g+rws /var/games/bsdgames \ ++ /var/games/bsdgames/phantasia ++ ++ for file in $SCOREFILES; do ++ oldfile=`echo $file | sed s:/var/games/:/var/lib/games/:` ++ if [ -e $oldfile ]; then ++ if [ ! -e $file ]; then ++ mv -f $oldfile $file ++ else ++ rm -f $oldfile ++ fi ++ fi ++ done ++ ++ # Delete the old directory hierarchy. ++ rm -rf /var/lib/games/bsdgames ++fi ++ ++# I didn't move robots_roll above, because the version used by old bsdgames has ++# a different file format. Make sure that if I'm ugrading from pre 2.8 days, ++# the old file is deleted. ++if [ "$1" = "upgrade" ] && dpkg --compare-versions "$2" lt 2.8; then ++ rm -rf /var/games/bsdgames/robots_roll ++fi ++ ++#DEBHELPER# +--- bsdgames-2.13.orig/debian/rules ++++ bsdgames-2.13/debian/rules +@@ -0,0 +1,98 @@ ++#!/usr/bin/make -f ++ ++build: build-stamp ++build-stamp: ++ dh_testdir ++ ++ # Set up wordlist ++ cat /usr/share/dict/american-english /usr/share/dict/british-english | \ ++ sort | uniq > temp-dictionary ++ ++ ./configure ++ $(MAKE) ++ $(MAKE) test ++ touch build-stamp ++ ++clean: ++ dh_testdir ++ dh_testroot ++ rm -f build-stamp ++ dh_clean temp-dictionary ++ -$(MAKE) -i distclean ++ ++binary-indep: build ++ ++binary-arch: build ++ dh_testdir ++ dh_testroot ++ dh_clean ++ dh_installdirs usr/share/doc/bsdgames \ ++ usr/share/games/bsdgames/phantasia ++ ++ $(MAKE) install ++ cp atc/BUGS debian/bsdgames/usr/share/doc/bsdgames/BUGS.atc ++ cp hunt/README debian/bsdgames/usr/share/doc/bsdgames/README.hunt ++ cp hunt/README.linux debian/bsdgames/usr/share/doc/bsdgames/README.linux.hunt ++ cp phantasia/README debian/bsdgames/usr/share/doc/bsdgames/README.phantasia ++ cp boggle/README debian/bsdgames/usr/share/doc/bsdgames/README.boggle ++ cp boggle/README.linux debian/bsdgames/usr/share/doc/bsdgames/README.linux.boggle ++ # Since factor is not installed, and primes.6 is a symlink to ++ # factor.6, I need to change that to the actual man page. ++ -rm -f debian/bsdgames/usr/share/man/man6/factor.6.gz \ ++ debian/bsdgames/usr/share/man/man6/primes.6 ++ cp factor/factor.6 debian/bsdgames/usr/share/man/man6/primes.6 ++ # Move phantasia's binary state files into /usr, they are copied ++ # back to /var in the postinst. ++ mv debian/bsdgames/var/games/bsdgames/phantasia/monsters \ ++ debian/bsdgames/var/games/bsdgames/phantasia/void \ ++ debian/bsdgames/usr/share/games/bsdgames/phantasia/ ++ ++ dh_installdocs ChangeLog ChangeLog.0 TODO README \ ++ trek/USD.doc/trek.me SECURITY THANKS AUTHORS BUGS YEAR2000 ++ cat COPYING >> debian/bsdgames/usr/share/doc/bsdgames/copyright ++ dh_installexamples ++ dh_installmenu ++ dh_installcron ++ dh_installchangelogs -k NEWS ++ dh_strip ++ dh_compress ++ dh_fixperms ++ ++ chmod -R u+rw debian/bsdgames/usr/ ++ # Games with score files need to be set up sgid games. ++ chown root.games debian/bsdgames/usr/games/atc \ ++ debian/bsdgames/usr/games/battlestar \ ++ debian/bsdgames/usr/games/canfield \ ++ debian/bsdgames/usr/games/cribbage \ ++ debian/bsdgames/usr/games/robots \ ++ debian/bsdgames/usr/games/snake \ ++ debian/bsdgames/usr/games/tetris-bsd \ ++ debian/bsdgames/usr/games/phantasia \ ++ debian/bsdgames/usr/games/sail ++ chmod g+s debian/bsdgames/usr/games/atc \ ++ debian/bsdgames/usr/games/battlestar \ ++ debian/bsdgames/usr/games/canfield \ ++ debian/bsdgames/usr/games/cribbage \ ++ debian/bsdgames/usr/games/robots \ ++ debian/bsdgames/usr/games/snake \ ++ debian/bsdgames/usr/games/tetris-bsd \ ++ debian/bsdgames/usr/games/phantasia \ ++ debian/bsdgames/usr/games/sail ++ # The game directories need to be sgid too, and let's ++ # remove all the zero byte score files in them. ++ chown root.games debian/bsdgames/var/games/bsdgames/ \ ++ debian/bsdgames/var/games/bsdgames/sail \ ++ debian/bsdgames/var/games/bsdgames/phantasia ++ chmod g+rws debian/bsdgames/var/games/bsdgames/ \ ++ debian/bsdgames/var/games/bsdgames/sail \ ++ debian/bsdgames/var/games/bsdgames/phantasia ++ find debian/bsdgames/var/games/bsdgames -size 0 -exec rm {} \; ++ ++ dh_installdeb ++ dh_shlibdeps ++ dh_gencontrol ++ dh_md5sums ++ dh_builddeb ++ ++binary: binary-indep binary-arch ++.PHONY: build clean binary-indep binary-arch binary +--- bsdgames-2.13.orig/debian/watch ++++ bsdgames-2.13/debian/watch +@@ -0,0 +1,2 @@ ++version=2 ++ftp://sunsite.unc.edu/pub/Linux/games/bsd-games-([0-9]+.*).tar.gz +--- bsdgames-2.13.orig/factor/factor.6 ++++ bsdgames-2.13/factor/factor.6 +@@ -1,4 +1,4 @@ +-.\" $NetBSD: factor.6,v 1.6 2001/04/02 22:42:38 wiz Exp $ ++.\" $NetBSD: factor.6,v 1.5 1997/10/10 12:51:27 lukem Exp $ + .\" + .\" Copyright (c) 1989, 1993 + .\" The Regents of the University of California. All rights reserved. +@@ -42,13 +42,12 @@ + .\" chongo <for a good prime call: 391581 * 2^216193 - 1> /\oo/\ + .\" + .Dd May 31, 1993 +-.Dt FACTOR 6 ++.Dt PRIMES 6 + .Os + .Sh NAME +-.Nm factor , + .Nm primes + .Nd +-factor a number, generate primes ++generate primes + .Sh SYNOPSIS + .Nm + .Op Ar number ... +@@ -57,32 +56,6 @@ + .Op Ar start Op Ar stop + .Sh DESCRIPTION + The +-.Nm +-utility will factor integers between -2147483648 and 2147483647 inclusive. +-When a number is factored, it is printed, followed by a +-.Dq \: , +-and the list of factors on a single line. +-Factors are listed in ascending order, and are preceded by a space. +-If a factor divides a value more than once, it will be printed +-more than once. +-.Pp +-When +-.Nm +-is invoked with one or more arguments, +-each argument will be factored. +-.Pp +-When +-.Nm +-is invoked with no arguments, +-.Nm +-reads numbers, one per line, from standard input, until end of file or error. +-Leading white-space and empty lines are ignored. +-Numbers may be preceded by a single - or +. +-Numbers are terminated by a non-digit character (such as a newline). +-After a number is read, it is factored. +-Input lines must not be longer than 255 characters. +-.Pp +-The + .Nm primes + utility prints primes in ascending order, one per line, starting at or above + .Ar start +@@ -113,14 +86,6 @@ + .Ar start + value is terminated by a non-digit character (such as a newline). + The input line must not be longer than 255 characters. +-.Sh DIAGNOSTICS +-Out of range or invalid input results in +-.Sq ouch +-being written to standard error. + .Sh BUGS +-.Nm +-cannot handle the +-.Dq 10 most wanted +-factor list, + .Nm primes + won't get you a world record. +--- bsdgames-2.13.orig/hangman/extern.c ++++ bsdgames-2.13/hangman/extern.c +@@ -61,6 +61,7 @@ + }; + + int Errors, Wordnum = 0; ++unsigned int Minlen = MINLEN; + + double Average = 0.0; + +--- bsdgames-2.13.orig/hangman/getword.c ++++ bsdgames-2.13/hangman/getword.c +@@ -64,7 +64,7 @@ + if (fgets(Word, BUFSIZ, inf) == NULL) + continue; + Word[strlen(Word) - 1] = '\0'; +- if (strlen(Word) < MINLEN) ++ if (strlen(Word) < Minlen) + continue; + for (wp = Word; *wp; wp++) + if (!islower(*wp)) +--- bsdgames-2.13.orig/hangman/hangman.6.in ++++ bsdgames-2.13/hangman/hangman.6.in +@@ -42,6 +42,7 @@ + .Sh SYNOPSIS + .Nm + .Op Fl d Ar wordlist ++.Op Fl m Ar minlen + .Sh DESCRIPTION + In + .Nm "" , +@@ -55,6 +56,8 @@ + Use the specified + .Ar wordlist + instead of the default one named below. ++.It Fl m ++Set the minimum word length to use. The default is 6 letters. + .El + .Sh FILES + .Bl -tag -width @hangman_wordsfile@ -compact +--- bsdgames-2.13.orig/hangman/hangman.h ++++ bsdgames-2.13/hangman/hangman.h +@@ -73,6 +73,7 @@ + extern const char *const Noose_pict[]; + + extern int Errors, Wordnum; ++extern unsigned int Minlen; + + extern double Average; + +--- bsdgames-2.13.orig/hangman/main.c ++++ bsdgames-2.13/hangman/main.c +@@ -62,14 +62,21 @@ + /* Revoke setgid privileges */ + setregid(getgid(), getgid()); + +- while ((ch = getopt(argc, argv, "d:")) != -1) { ++ while ((ch = getopt(argc, argv, "m:d:")) != -1) { + switch (ch) { + case 'd': + Dict_name = optarg; + break; ++ case 'm': ++ Minlen = atoi(optarg); ++ if (Minlen < 2) { ++ fprintf(stderr, "minlen too short\n"); ++ exit(1); ++ } ++ break; + case '?': + default: +- (void)fprintf(stderr, "usage: hangman [-d wordlist]\n"); ++ (void)fprintf(stderr, "usage: hangman [-d wordlist] [-m minlen]\n"); + exit(1); + } + } +--- bsdgames-2.13.orig/hunt/hunt/hunt.6.in ++++ bsdgames-2.13/hunt/hunt/hunt.6.in +@@ -164,13 +164,13 @@ + .It Ic @ + Throw biggest bomb (Takes 441 charges) + .It Ic o +-Throw small slime (Takes 15 charges) ++Throw small slime (Takes 5 charges) + .It Ic O +-Throw big slime (Takes 30 charges) ++Throw big slime (Takes 10 charges) + .It Ic p +-Throw bigger slime (Takes 45 charges) ++Throw bigger slime (Takes 15 charges) + .It Ic P +-Throw biggest slime (Takes 60 charges) ++Throw biggest slime (Takes 20 charges) + .It Ic s + Scan (show where other players are) (Takes 1 charge) + .It Ic c +--- bsdgames-2.13.orig/phantasia/Makefrag ++++ bsdgames-2.13/phantasia/Makefrag +@@ -41,11 +41,11 @@ + $(INSTALL_SCORE_GAME) phantasia/phantasia $(INSTALL_PREFIX)$(GAMESDIR)/phantasia + $(HIDE_GAME) phantasia + (set -e; for f in $(phantasia_VFILES1); do \ +- cp phantasia/$$f $(PHANTASIA_DIR)/$$f; \ ++ cp phantasia/$$f $(INSTALL_PREFIX)$(PHANTASIA_DIR)/$$f; \ + $(INSTALL_SCORE_FILE) $(PHANTASIA_DIR)/$$f; done) + (set -e; for f in $(phantasia_VFILES2); do \ + if [ ! -e $(PHANTASIA_DIR)/$$f ]; then \ +- cp phantasia/$$f $(PHANTASIA_DIR)/$$f; fi; done; \ ++ cp phantasia/$$f $(INSTALL_PREFIX)$(PHANTASIA_DIR)/$$f; fi; done; \ + $(INSTALL_SCORE_FILE) $(PHANTASIA_DIR)/scoreboard; \ + $(INSTALL_SCORE_FILE) -p $(PHANTASIA_DIR)/characs) + $(INSTALL_MANUAL) phantasia/phantasia.6 +--- bsdgames-2.13.orig/tetris/screen.c ++++ bsdgames-2.13/tetris/screen.c +@@ -292,6 +292,8 @@ + newtt = oldtt; + newtt.c_lflag &= ~(ICANON|ECHO); + newtt.c_oflag &= ~OXTABS; ++ newtt.c_cc[VMIN] = 1; /* don't lag behind 3 keystrokes on sun */ ++ newtt.c_cc[VTIME] = 0; /* systems -- JEH */ + if (tcsetattr(0, TCSADRAIN, &newtt) < 0) + stop("tcsetattr() fails"); + ospeed = cfgetospeed(&newtt); +--- bsdgames-2.13.orig/trek/trek.6.in ++++ bsdgames-2.13/trek/trek.6.in +@@ -81,7 +81,7 @@ + .Sh AUTHOR + Eric Allman + .Sh SEE ALSO +-.Pa /usr/share/doc/usd/31.trek ++.Pa /usr/share/doc/bsdgames/trek.me.gz + .Sh COMMAND SUMMARY + .Bl -item -compact + .It +--- bsdgames-2.13.orig/wargames/wargames.6 ++++ bsdgames-2.13/wargames/wargames.6 +@@ -44,6 +44,6 @@ + resulting is much smaller.... + .Sh SEE ALSO + .Sy Wargames , +-the movie (an MGM production, PGP 13, directed by John Badham, 1983). ++the movie (an MGM production, PG 13, directed by John Badham, 1983). + .Sh AUTHOR + This manual page was written by Joey Hess <joeyh@kitenet.net>. +--- bsdgames-2.13.orig/AUTHORS ++++ bsdgames-2.13/AUTHORS +@@ -8,7 +8,7 @@ + 1997; I divided it into bsd-games and bsd-games-non-free according to + the established (DFSG/OSD) definition, following the division used for + the Debian package of 1.3. Much of the packaging has been written or +-extensively modified by myself. Joey Hess <joeyh@master.debian.org> ++extensively modified by myself. Joey Hess <joeyh@debian.org> + wrote the manpages for wargames and paranoia. + + Based on the source and manpages, here are the details of the people +--- bsdgames-2.13.orig/THANKS ++++ bsdgames-2.13/THANKS +@@ -12,7 +12,7 @@ + + For recent work (since 1.3), thanks to: + +-Joey Hess <joeyh@master.debian.org> ++Joey Hess <joeyh@debian.org> + + For the Debian patches, which covered what was needed to make the games + compile with current libraries, provided many bug fixes and showed +--- bsdgames-2.13.orig/config.params ++++ bsdgames-2.13/config.params +@@ -0,0 +1,40 @@ ++# This file is read by configure and is used during the build of the ++# Debian package. ++ ++# Don't run configure interactively. ++bsd_games_cfg_non_interactive=y ++ ++# Install into here for building the package. ++bsd_games_cfg_install_prefix=`pwd`/debian/bsdgames ++ ++# Do not build or install these games: ++bsd_games_cfg_no_build_dirs="dm banner fortune factor" ++ ++# Keep huntd in /usr/sbin as it was in the past. I may ++# change this later. ++bsd_games_cfg_sbindir=/usr/sbin ++ ++# Debian doesn't like cluttering up the /usr/*/games/ dirs too much, ++# use a subdir. /var too. ++bsd_games_cfg_usrlibdir=/usr/lib/games/bsdgames ++bsd_games_cfg_sharedir=/usr/share/games/bsdgames ++bsd_games_cfg_varlibdir=/var/games/bsdgames ++ ++# Do not do chown now, we arn't running as root. ++bsd_games_cfg_do_chown=n ++ ++# Debian perfers symlinks for manpages. ++bsd_games_cfg_use_dot_so=symlinks ++ ++# I'll handle manpage compressing. ++bsd_games_cfg_gzip_manpages=n ++ ++# Policy says to use /usr/bin/pager by default. ++bsd_games_cfg_pager=/usr/bin/pager ++ ++# Always use the same wordlist for boggle, and don't use web2, it's too ++# big. Instead, use the union of the wenglish and wbritish wordlists. ++bsd_games_cfg_dictionary_src=`pwd`/temp-dictionary ++ ++# Put it in /usr/share/games with the rest of the games data. ++bsd_games_cfg_wtf_acronymfile=/usr/share/games/bsdgames/acronyms + diff --git a/games-misc/bsd-games-non-free/files/config.params-gentoo b/games-misc/bsd-games-non-free/files/config.params-gentoo new file mode 100644 index 000000000000..ea6ca1f0f568 --- /dev/null +++ b/games-misc/bsd-games-non-free/files/config.params-gentoo @@ -0,0 +1,40 @@ + +# This file is read by configure for the Gentoo ebuild + +# Don't run configure interactively. +bsd_games_cfg_non_interactive=y + +bsd_games_cfg_install_prefix=${D} + +# For gentoo, +# banner used to be in util-linux. Gentoo might have an ebuild +# fortune is "app-games/fortune-mod" +# factor is in "sys-apps/sh-utils" +# dm is not installed by debian, I don't know why +bsd_games_cfg_no_build_dirs="dm banner fortune factor" + +# Gentoo's games eclass want everything in these places +bsd_games_cfg_gamesdir=${GAMES_BINDIR} +bsd_games_cfg_sbindir=${GAMES_BINDIR} +bsd_games_cfg_usrlibdir=${GAMES_LIBDIR} +bsd_games_cfg_sharedir=${GAMES_DATADIR} +bsd_games_cfg_varlibdir=${GAMES_STATEDIR} + +# We'll control all the permissions during install (via games eclass) +bsd_games_cfg_do_chown=n + +# .so or symlink??? (Debian perfers symlinks for manpages) +bsd_games_cfg_use_dot_so=symlinks + +# Gentoo'll handle manpage compressing. +bsd_games_cfg_gzip_manpages=n + +# sys-apps/less is in system (even though more is in /bin) +bsd_games_cfg_pager=/usr/bin/less + +# sys-apps/miscfiles might have too many words for boggle +bsd_games_cfg_dictionary_src=/usr/share/dict/words + +# Acronym file for "wft" +bsd_games_cfg_wtf_acronymfile=${GAMES_DATADIR}/acronyms + diff --git a/games-misc/bsd-games-non-free/files/digest-bsd-games-non-free-2.13 b/games-misc/bsd-games-non-free/files/digest-bsd-games-non-free-2.13 new file mode 100644 index 000000000000..2af7b61f8942 --- /dev/null +++ b/games-misc/bsd-games-non-free/files/digest-bsd-games-non-free-2.13 @@ -0,0 +1 @@ +MD5 4c793550cf845a1a921b89e8ca9f05c9 bsd-games-non-free-2.13.tar.gz 347928 diff --git a/games-misc/bsd-games/ChangeLog b/games-misc/bsd-games/ChangeLog new file mode 100644 index 000000000000..3c55c39ba3ad --- /dev/null +++ b/games-misc/bsd-games/ChangeLog @@ -0,0 +1,12 @@ +# ChangeLog for app-games/bsd-games +# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-misc/bsd-games/ChangeLog,v 1.1 2003/09/10 18:14:04 vapier Exp $ + +*bsd-games-2.13 (18 Mar 2003) + + 07 Jul 2003; Mike Frysinger <vapier@gentoo.org> : + Completely redid the ebuild ... much cleaner this way. + + 18 Mar 2003; J.Alberto Suárez López <bass@gentoo.org> bsd-games-2.13.ebuild: + First realse. Ebuild by Aric LeDell <aledell@rcn.com> + diff --git a/games-misc/bsd-games/Manifest b/games-misc/bsd-games/Manifest new file mode 100644 index 000000000000..66ae00d5d23c --- /dev/null +++ b/games-misc/bsd-games/Manifest @@ -0,0 +1,6 @@ +MD5 53e4d57c919b09f42a0afb0d42a830c9 bsd-games-2.13.ebuild 3732 +MD5 a4e43d88a2cc6980068d6614bdf946be ChangeLog 499 +MD5 49c481f8746cf44f3fe40302e6ffd77e files/bsdgames-2.13-gentoo.diff 253 +MD5 bcd6594dcb5ac7cce25a40f46cc88930 files/bsdgames_2.13-11.diff 40228 +MD5 582347263c44f4dce3b7d0b7cd8f5cc8 files/config.params-gentoo 1232 +MD5 1eb5517d165adf9425cb382abc6c6528 files/digest-bsd-games-2.13 67 diff --git a/games-misc/bsd-games/bsd-games-2.13.ebuild b/games-misc/bsd-games/bsd-games-2.13.ebuild new file mode 100644 index 000000000000..533292c7a8d5 --- /dev/null +++ b/games-misc/bsd-games/bsd-games-2.13.ebuild @@ -0,0 +1,100 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/games-misc/bsd-games/bsd-games-2.13.ebuild,v 1.1 2003/09/10 18:14:04 vapier Exp $ + +inherit games eutils + +DESCRIPTION="collection of games from NetBSD" +HOMEPAGE="http://www.advogato.org/proj/bsd-games/" +SRC_URI="ftp://metalab.unc.edu/pub/Linux/games/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="x86 ppc" + +DEPEND="sys-libs/ncurses + sys-apps/miscfiles + sys-apps/less + sys-devel/bison + sys-devel/flex" + +# Set GAMES_TO_BUILD variable to whatever you want +export GAMES_TO_BUILD=${GAMES_TO_BUILD:="adventure arithmetic atc +backgammon banner battlestar bcd boggle caesar canfield cribbage fish +gomoku hangman hunt mille monop morse number phantasia pig pom ppt +primes quiz rain random robots sail snake tetris trek wargames worm +worms wtf wump"} + +src_unpack() { + unpack ${A} ; cd ${S} + epatch ${FILESDIR}/bsdgames_${PV}-11.diff + epatch ${FILESDIR}/bsdgames-${PV}-gentoo.diff + + cp ${FILESDIR}/config.params-gentoo config.params + echo bsd_games_cfg_build_dirs=\"${GAMES_TO_BUILD}\" >> ./config.params +} + +src_compile() { + ./configure || die + make OPTIMIZE="${CFLAGS}" || die +} + +build_game() { has ${1} ${GAMES_TO_BUILD}; } +do_statefile() { + touch ${D}/${GAMES_STATEDIR}/${1} + chmod ug+rw ${D}/${GAMES_STATEDIR}/${1} +} +src_install() { + dodir ${GAMES_BINDIR} ${GAMES_STATEDIR} /usr/share/man/man{1,6} + make DESTDIR=${D} install-strip || die + + dodoc AUTHORS BUGS COPYING ChangeLog ChangeLog.0 INSTALL \ + README PACKAGING SECURITY THANKS TODO YEAR2000 + + # special subdirs + #[ `build_game atc` ] && dodir ${GAMES_DATADIR}/atc + #[ `build_game boggle` ] && dodir ${GAMES_DATADIR}/boggle + #[ `build_game quiz` ] && dodir ${GAMES_DATADIR}/quiz + + # set some binaries to run as games group (+S) + [ `build_game atc` ] && fperms g+s ${GAMES_BINDIR}/atc + [ `build_game battlestar` ] && fperms g+s ${GAMES_BINDIR}/battlestar + [ `build_game canfield` ] && fperms g+s ${GAMES_BINDIR}/canfield + [ `build_game cribbage` ] && fperms g+s ${GAMES_BINDIR}/cribbage + [ `build_game phantasia` ] && fperms g+s ${GAMES_BINDIR}/phantasia + [ `build_game robots` ] && fperms g+s ${GAMES_BINDIR}/robots + [ `build_game sail` ] && fperms g+s ${GAMES_BINDIR}/sail + [ `build_game snake` ] && fperms g+s ${GAMES_BINDIR}/snake + [ `build_game tetris` ] && fperms g+s ${GAMES_BINDIR}/tetris-bsd + + # state files + [ `build_game atc` ] && do_statefile atc_score + [ `build_game battlestar` ] && do_statefile battlestar.log + [ `build_game canfield` ] && do_statefile cfscores + [ `build_game cribbage` ] && do_statefile criblog + [ `build_game robots` ] && do_statefile robots_roll + [ `build_game sail` ] && do_statefile saillog + [ `build_game snake` ] && do_statefile snake.log && do_statefile snakerawscores + [ `build_game tetris` ] && do_statefile tetris-bsd.scores + # state dirs + #[ `build_game phantasia` ] && dodir ${GAMES_STATEDIR}/phantasia + #[ `build_game sail` ] && dodir ${GAMES_STATEDIR}/sail + chmod -R ug+rw ${D}/${GAMES_STATEDIR}/* + + # extra docs + [ `build_game atc` ] && { docinto atc ; dodoc atc/BUGS; } + [ `build_game boggle` ] && { docinto boggle ; dodoc boggle/README{,.linux}; } + [ `build_game hunt` ] && { docinto hunt ; dodoc hunt/README{,.linux}; } + [ `build_game phantasia` ] && { docinto phantasia ; dodoc phantasia/{OWNER,README}; } + [ `build_game trek` ] && { docinto trek ; dodoc trek/USD.doc/trek.me; } + + # Since factor is usually not installed, and primes.6 is a symlink to + # factor.6, make sure that primes.6 is ok ... + if [ `build_game primes` ] && [ ! `build_game factor` ] ; then + rm -f ${D}/usr/share/man/man6/{factor,primes}.6 + newman factor/factor.6 primes.6 + fi + + prepalldocs + prepgamesdirs +} diff --git a/games-misc/bsd-games/files/bsdgames-2.13-gentoo.diff b/games-misc/bsd-games/files/bsdgames-2.13-gentoo.diff new file mode 100644 index 000000000000..3a07db73dfde --- /dev/null +++ b/games-misc/bsd-games/files/bsdgames-2.13-gentoo.diff @@ -0,0 +1,12 @@ +--- bsdgames-2.13.debian/trek/trek.6.in ++++ bsdgames-2.13/trek/trek.6.in +@@ -81,7 +81,7 @@ + .Sh AUTHOR + Eric Allman + .Sh SEE ALSO +-.Pa /usr/share/doc/bsdgames/trek.me.gz ++.Pa /usr/share/doc/${P}/trek.me.gz + .Sh COMMAND SUMMARY + .Bl -item -compact + .It + diff --git a/games-misc/bsd-games/files/bsdgames_2.13-11.diff b/games-misc/bsd-games/files/bsdgames_2.13-11.diff new file mode 100644 index 000000000000..9db1d6f4d2ed --- /dev/null +++ b/games-misc/bsd-games/files/bsdgames_2.13-11.diff @@ -0,0 +1,1234 @@ +--- bsdgames-2.13.orig/atc/atc.6.in ++++ bsdgames-2.13/atc/atc.6.in +@@ -175,7 +175,7 @@ + to be a command and is therefore not displayed. The following are + some possible information lines: + .Pp +-.Bd -literal -unfilled -offset indent ++.Bd -literal -offset indent + B4*A0: Circle @ b1 + g7 E4: 225 + .Ed +@@ -438,7 +438,7 @@ + .Em exactly + diagonal. + .Ss "FIELD FILE EXAMPLE" +-.Bd -literal -unfilled ++.Bd -literal + # This is the default game. + + update = 5; +--- bsdgames-2.13.orig/bcd/bcd.6 ++++ bsdgames-2.13/bcd/bcd.6 +@@ -50,7 +50,7 @@ + .Op Fl ds Ar string ... + .Sh DESCRIPTION + The +-.Nm "" , ++.Nm bcd , + .Nm ppt + and + .Nm morse +--- bsdgames-2.13.orig/boggle/boggle/boggle.6 ++++ bsdgames-2.13/boggle/boggle/boggle.6 +@@ -99,7 +99,7 @@ + .El + .Pp + Help is available during play by typing +-.Ic Sq ? . ++.Ic `?' . + More detailed information on the game is given there. + .Sh BUGS + If there are a great many words in the cube the final display of the words +--- bsdgames-2.13.orig/debian/control ++++ bsdgames-2.13/debian/control +@@ -0,0 +1,21 @@ ++Source: bsdgames ++Section: games ++Priority: optional ++Build-Depends: debhelper (>= 4), libncurses5-dev, flex, bison, wenglish, wbritish, dpkg-dev (>= 1.9.0) ++Maintainer: Joey Hess <joeyh@debian.org> ++Standards-Version: 3.5.7.1 ++ ++Package: bsdgames ++Architecture: any ++Depends: ${shlibs:Depends}, ${misc:Depends}, wenglish | wordlist ++Conflicts: bsdgames-nonfree (<< 2.5), suidmanager (<< 0.50) ++Replaces: bsdgames-nonfree (<< 2.5) ++Description: collection of text games from BSD systems ++ This is a collection of some of the text-based games and amusements that have ++ been enjoyed for decades on unix systems. ++ . ++ Includes these programs: adventure, arithmetic, atc, backgammon, battlestar, ++ bcd, boggle, caesar, canfield, countmail, cribbage, fish, gomoku, hangman, ++ hunt, mille, monop, morse, number, pig, phantasia, pom, ppt, primes, quiz, ++ random, rain, robots, sail, snake, tetris, trek, wargames, worm, worms, ++ wump, wtf +--- bsdgames-2.13.orig/debian/changelog ++++ bsdgames-2.13/debian/changelog +@@ -0,0 +1,566 @@ ++bsdgames (2.13-11) unstable; urgency=low ++ ++ * Fixed silly typo in wargames man page. Closes: #169307 ++ ++ -- Joey Hess <joeyh@debian.org> Sat, 16 Nov 2002 18:58:22 -0500 ++ ++bsdgames (2.13-10) unstable; urgency=low ++ ++ * Updated to debhelper v4. ++ ++ -- Joey Hess <joeyh@debian.org> Sat, 1 Jun 2002 22:26:40 -0400 ++ ++bsdgames (2.13-9) unstable; urgency=low ++ ++ * Moved wtf acronym list into /usr/share/games. Closes: #144804 ++ ++ -- Joey Hess <joeyh@debian.org> Wed, 22 May 2002 13:17:37 -0400 ++ ++bsdgames (2.13-8) unstable; urgency=low ++ ++ * COrrected primes (really factor) man page. Closes: #144738 ++ ++ -- Joey Hess <joeyh@debian.org> Sat, 27 Apr 2002 11:00:25 -0400 ++ ++bsdgames (2.13-7) unstable; urgency=low ++ ++ * Make sure boggle is always built with the same wordlist, and use the union ++ of wenglish and wbristish for that list. Building with web2 resulted in ++ too many scrabble-words.. ++ ++ -- Joey Hess <joeyh@debian.org> Sun, 7 Apr 2002 20:27:57 -0400 ++ ++bsdgames (2.13-6) unstable; urgency=low ++ ++ * Fixed man page warnings, Closes: #139414 ++ ++ -- Joey Hess <joeyh@debian.org> Thu, 21 Mar 2002 22:24:53 -0500 ++ ++bsdgames (2.13-4) unstable; urgency=low ++ ++ * Corrected hint => hints, Closes: #134120 ++ ++ -- Joey Hess <joeyh@debian.org> Fri, 15 Feb 2002 16:36:20 -0500 ++ ++bsdgames (2.13-3) unstable; urgency=low ++ ++ * Added -m option to hangman to set MINLEN. Closes: #129998 ++ ++ -- Joey Hess <joeyh@debian.org> Sat, 19 Jan 2002 18:04:06 -0500 ++ ++bsdgames (2.13-2) unstable; urgency=low ++ ++ * Fixed bad merge (that's why sail was broken). ++ ++ -- Joey Hess <joeyh@debian.org> Sat, 29 Dec 2001 13:37:00 -0500 ++ ++bsdgames (2.13-1) unstable; urgency=low ++ ++ * New upstream release. ++ * Patched sail/sync.c to build (lots of missing includes and other trivial ++ mistakes). ++ ++ -- Joey Hess <joeyh@debian.org> Fri, 28 Dec 2001 18:15:41 -0500 ++ ++bsdgames (2.12-11) unstable; urgency=low ++ ++ * Added menu hints for backgammon and gomoku, Closes: #121012, #121012 ++ NB: holding off on changing menu titles until I see evidence it's really ++ necessary. ++ ++ -- Joey Hess <joeyh@debian.org> Sun, 25 Nov 2001 21:48:03 -0500 ++ ++bsdgames (2.12-10) unstable; urgency=low ++ ++ * Fixed tetris on sun systems to not lag 3 keystrokes behind, patch from ++ upstream. Closes: #97033 ++ ++ -- Joey Hess <joeyh@debian.org> Sun, 18 Nov 2001 17:19:18 -0500 ++ ++bsdgames (2.12-9) unstable; urgency=low ++ ++ * Corrected cost of slime. Closes: #110782 ++ * Added '-' to character class, so wargames can launch moon-buggy. ++ This is clearly a vital fix, but I hesitate to increase the severity of ++ this upload. Closes: #93638 ++ ++ -- Joey Hess <joeyh@debian.org> Mon, 17 Sep 2001 00:51:07 -0400 ++ ++bsdgames (2.12-8) unstable; urgency=low ++ ++ * Applied a patch from Igor Khavkine <i_khavki@alcor.concordia.ca> to ++ make the package build on the Hurd. Closes: #98562 ++ ++ -- Joey Hess <joeyh@debian.org> Wed, 23 May 2001 22:49:26 -0400 ++ ++bsdgames (2.12-7) unstable; urgency=low ++ ++ * Modified all the rest of the menu items that need a pause after ++ running. Also fixed bashisms in the pause code.. ++ ++ -- Joey Hess <joeyh@debian.org> Fri, 11 May 2001 16:19:13 -0400 ++ ++bsdgames (2.12-6) unstable; urgency=low ++ ++ * Pause after tetris-bsd exits when run from the menu, to give a chance ++ for the high scores to be seen. Closes: #96999 ++ ++ -- Joey Hess <joeyh@debian.org> Thu, 10 May 2001 21:49:37 -0400 ++ ++bsdgames (2.12-5) unstable; urgency=low ++ ++ * Added AIUI, Closes: #90973 ++ ++ -- Joey Hess <joeyh@debian.org> Sat, 24 Mar 2001 14:27:16 -0800 ++ ++bsdgames (2.12-4) unstable; urgency=low ++ ++ * Added real dependancy alternate (lintian). ++ * Debhelper v3. ++ ++ -- Joey Hess <joeyh@debian.org> Sat, 10 Feb 2001 00:24:27 -0800 ++ ++bsdgames (2.12-3) unstable; urgency=low ++ ++ * Corrected snake's usage message, Closes: #84852 ++ * Patch from Malcolm Parsons <malcolm@ivywell.screaming.net> to fix ++ snake scoring problem, Closes: #80549 ++ * Statoverride transition. ++ ++ -- Joey Hess <joeyh@debian.org> Sun, 4 Feb 2001 14:06:28 -0800 ++ ++bsdgames (2.12-2) unstable; urgency=low ++ ++ * Depends on wordlist, Closes: #76331 ++ ++ -- Joey Hess <joeyh@debian.org> Sun, 5 Nov 2000 15:25:06 -0800 ++ ++bsdgames (2.12-1) unstable; urgency=low ++ ++ * New upstream release, fixing problems in battlestar. Closes: #70465 ++ ++ -- Joey Hess <joeyh@debian.org> Tue, 26 Sep 2000 09:21:22 -0700 ++ ++bsdgames (2.11-4) unstable; urgency=low ++ ++ * Updated to debhelper v2. ++ ++ -- Joey Hess <joeyh@debian.org> Mon, 25 Sep 2000 14:14:51 -0700 ++ ++bsdgames (2.11-3) unstable; urgency=low ++ ++ * Fixed a typo in bcd's man page. ++ ++ -- Joey Hess <joeyh@debian.org> Thu, 31 Aug 2000 21:33:33 -0700 ++ ++bsdgames (2.11-2) unstable; urgency=low ++ ++ * Patch from pmaydell@chiark.greenend.org.uk to fix a segfault in ++ battlestar if you say "wear knfo" or similar nonsensical things. ++ (Patch also sent upstream.) Closes: #70465 ++ ++ -- Joey Hess <joeyh@debian.org> Mon, 28 Aug 2000 17:16:27 -0700 ++ ++bsdgames (2.11-1) unstable; urgency=low ++ ++ * New upstream. ++ ++ -- Joey Hess <joeyh@debian.org> Wed, 19 Apr 2000 14:30:22 -0700 ++ ++bsdgames (2.10-3) unstable; urgency=low ++ ++ * Modified asian capitals quiz with some corrections. Closes: #62078 ++ ++ -- Joey Hess <joeyh@debian.org> Sun, 9 Apr 2000 15:16:40 -0700 ++ ++bsdgames (2.10-2) unstable; urgency=low ++ ++ * Fixed countmail man page, Closes: #61846 ++ ++ -- Joey Hess <joeyh@debian.org> Wed, 5 Apr 2000 13:42:58 -0700 ++ ++bsdgames (2.10-1) unstable; urgency=low ++ ++ * New upstream release. ++ ++ -- Joey Hess <joeyh@debian.org> Sat, 12 Feb 2000 16:35:11 -0800 ++ ++bsdgames (2.9-4) unstable; urgency=low ++ ++ * Built with ncurses5, Closes: #55448 ++ ++ -- Joey Hess <joeyh@debian.org> Fri, 21 Jan 2000 15:26:56 -0800 ++ ++bsdgames (2.9-3) unstable; urgency=low ++ ++ * Download directory update. ++ ++ -- Joey Hess <joeyh@debian.org> Tue, 11 Jan 2000 15:53:35 -0800 ++ ++bsdgames (2.9-2) unstable; urgency=low ++ ++ * Build deps. Boggle is now forced to always build with wgenlish as it's ++ word list, for consitency. Unfortunatly, it cannot use the currnetly ++ install word list because it hashes it at install time. ++ ++ -- Joey Hess <joeyh@debian.org> Sat, 4 Dec 1999 00:13:01 -0800 ++ ++bsdgames (2.9-1) unstable; urgency=low ++ ++ * New upstream version. ++ * Patch from Malcolm to fix tetris-bsd score formatting if there are more ++ than 10 scores. (Closes: #50031) ++ * Include /var/games/bsdgames/sail, (Closes: #50074) ++ * Fixed robots spelling mistake, (Closes: #50075) ++ * tetris-bsd now uses its name, (Closes: #50077) ++ * Fixed phantasia/characs permissions so it's not world-readable ++ (passwords) (Closes: #50076) ++ ++ -- Joey Hess <joeyh@debian.org> Sat, 13 Nov 1999 14:14:34 -0800 ++ ++bsdgames (2.8-5) unstable; urgency=low ++ ++ * Patch from Malcolm Parsons <malcolm@bits.bris.ac.uk> to fix robots -A ++ score problem. (Closes: #49894) ++ * Patch from Malcolm to fix robots so it asks if you want a new game after ++ each game. (Closes: #49897) ++ ++ -- Joey Hess <joeyh@debian.org> Thu, 11 Nov 1999 11:28:52 -0800 ++ ++bsdgames (2.8-4) unstable; urgency=low ++ ++ * Fixed rot13 test suite to work before the package is installed. ++ Closes: #48559 ++ ++ -- Joey Hess <joeyh@debian.org> Thu, 28 Oct 1999 11:35:49 -0700 ++ ++bsdgames (2.8-3) unstable; urgency=low ++ ++ * Patch from William Brioschi to make random work on alpha. Closes: #47903 ++ (forwared upstream) ++ ++ -- Joey Hess <joeyh@debian.org> Sun, 24 Oct 1999 16:27:54 -0700 ++ ++bsdgames (2.8-2) unstable; urgency=low ++ ++ * Corrected the capital of Monaco. (Closes: #46119) ++ ++ -- Joey Hess <joeyh@debian.org> Mon, 27 Sep 1999 12:53:20 -0700 ++ ++bsdgames (2.8-1) unstable; urgency=low ++ ++ * New upstream release. ++ * Updated copyright based on the updated COPYING file ++ * RUn the regression tests at build time. ++ ++ -- Joey Hess <joeyh@debian.org> Sun, 26 Sep 1999 14:30:06 -0700 ++ ++bsdgames (2.7-3) unstable; urgency=low ++ ++ * FHS. This involves moving to /var/games for all game data. Score files ++ are moved to there in the postinst now. ++ * Removed bashisms in debian/rules ++ ++ -- Joey Hess <joeyh@debian.org> Wed, 8 Sep 1999 17:02:12 -0700 ++ ++bsdgames (2.7-2) unstable; urgency=low ++ ++ * Removed 2 patches I made that are no longer necessary. ++ ++ -- Joey Hess <joeyh@debian.org> Wed, 7 Apr 1999 14:53:52 -0700 ++ ++bsdgames (2.7-1) unstable; urgency=low ++ ++ * New upstream release. ++ ++ -- Joey Hess <joeyh@debian.org> Tue, 6 Apr 1999 23:50:51 -0700 ++ ++bsdgames (2.6-2) unstable; urgency=low ++ ++ * Fixed backgammon to correctly calculate the game value, patch from ++ sjl@debian.lib.monash.edu.au (Stuart Lamble) (#35038) ++ ++ -- Joey Hess <joeyh@debian.org> Thu, 25 Mar 1999 13:33:07 -0800 ++ ++bsdgames (2.6-1) unstable; urgency=low ++ ++ * New upstream release. ++ ++ -- Joey Hess <joeyh@debian.org> Sun, 20 Dec 1998 00:24:18 -0500 ++ ++bsdgames (2.5-4) frozen unstable; urgency=low ++ ++ * Commented out a bogus sprintf prototype in sail/sync.c, makes sail ++ not segfault on startup. (#30246). ++ ++ -- Joey Hess <joeyh@debian.org> Tue, 1 Dec 1998 12:52:14 -0800 ++ ++bsdgames (2.5-3) unstable; urgency=low ++ ++ * Built with newest debhelper to change how sgid binaries are registered. ++ ++ -- Joey Hess <joeyh@debian.org> Tue, 27 Oct 1998 20:59:48 -0800 ++ ++bsdgames (2.5-2) unstable; urgency=low ++ ++ * Removed bougs wordlist | wenglish dependancy. ++ ++ -- Joey Hess <joeyh@debian.org> Thu, 1 Oct 1998 12:59:53 -0700 ++ ++bsdgames (2.5-1) unstable; urgency=low ++ ++ * New upstream release - boggle is now free. ++ ++ -- Joey Hess <joeyh@debian.org> Thu, 24 Sep 1998 17:17:32 -0700 ++ ++bsdgames (2.4-1) unstable; urgency=low ++ ++ * New upstream release. ++ ++ -- Joey Hess <joeyh@debian.org> Sat, 5 Sep 1998 15:49:53 -0700 ++ ++bsdgames (2.3-2) unstable; urgency=low ++ ++ * Make NEWS be a symlink to the upstream changelog, so the file name is ++ preserved. ++ ++ -- Joey Hess <joeyh@debian.org> Thu, 20 Aug 1998 15:57:14 -0700 ++ ++bsdgames (2.3-1) unstable; urgency=low ++ ++ * New upstream release, that fixes a file in /tmp security hole in sail ++ and also integrates many security fixes from OpenBSD intended to let the ++ games run sgid games. ++ * Given those fixes, I've re-enabled the sgid games bit on the games ++ that need it, and removed the README.Debian about this. ++ * Reworked how configure script is run, following the author's new docs in ++ PACKAGING. ++ * Applied patch from upstream to fix #25933, segfault in number if given a ++ negative value. ++ * Re-enabled bell in robots, it seems to work ok in an xterm now. ++ ++ -- Joey Hess <joeyh@debian.org> Wed, 19 Aug 1998 14:54:48 -0700 ++ ++bsdgames (2.1-8) unstable; urgency=low ++ ++ * Use single = in postrm (#25512). ++ ++ -- Joey Hess <joeyh@debian.org> Fri, 7 Aug 1998 12:14:35 -0700 ++ ++bsdgames (2.1-7) unstable; urgency=low ++ ++ * Fixed menu file so adventure will show up. ++ ++ -- Joey Hess <joeyh@debian.org> Wed, 5 Aug 1998 14:21:20 -0700 ++ ++bsdgames (2.1-6) unstable; urgency=low ++ ++ * Once more rebuilt with newer ncurses lib to fix worm and mille ++ segfaults. Why is ncusrses doing this to me? ++ ++ -- Joey Hess <joeyh@debian.org> Wed, 22 Jul 1998 20:22:01 -0700 ++ ++bsdgames (2.1-5) unstable; urgency=low ++ ++ * Rebuilt with fakeroot to fix libtricks breakage. ++ ++ -- Joey Hess <joeyh@debian.org> Thu, 16 Jul 1998 11:03:20 -0700 ++ ++bsdgames (2.1-4) unstable; urgency=low ++ ++ * Fixed minor spelling error in quiz/europe (#24586), reported by Branden ++ Robinson. ++ ++ -- Joey Hess <joeyh@debian.org> Tue, 14 Jul 1998 23:02:23 -0700 ++ ++bsdgames (2.1-3) frozen unstable; urgency=medium ++ ++ * Reluctantly removed all sgid bits from all games in the package. ++ I have found at least 2 easy exploits of a sgid bit that get you sgid ++ games shells, and there are probably many more. See the TODO, which has ++ a security audit as it's first priority, but explains the difficulties ++ of one. ++ * Added a README.Debian exaplaining this in greater detail. ++ ++ -- Joey Hess <joeyh@debian.org> Thu, 18 Jun 1998 10:06:54 -0700 ++ ++bsdgames (2.1-2) frozen unstable; urgency=low ++ ++ * Just rebuilt with newer ncurses lib to fix worm and mille segfaults. ++ ++ -- Joey Hess <joeyh@debian.org> Sun, 7 Jun 1998 09:17:11 -0400 ++ ++bsdgames (2.1-1) frozen unstable; urgency=low ++ ++ * New upstream bugfix release: ++ - adds man page for wargames to upstream source. ++ - uses .Bstar for battlestar save game file (a change I made long ago to ++ the debian version) ++ - changes to build process that don't affect us. ++ - bugfixes. ++ ++ -- Joey Hess <joeyh@debian.org> Mon, 30 Mar 1998 12:03:30 -0800 ++ ++bsdgames (2.0-4) unstable; urgency=low ++ ++ * No high score files are conffiles now. ++ * For phantasia's "monsters" and "void" files, which cannot be simply ++ touched in the postinst, I now copy them over from ++ /usr/share/games/bsdgames/phantasia in the postinst, if they don't ++ already exist. ++ ++ -- Joey Hess <joeyh@debian.org> Tue, 10 Mar 1998 18:08:51 -0800 ++ ++bsdgames (2.0-3) unstable; urgency=low ++ ++ * Added a man page for wargames. (Wow, never thought my movie guide book ++ would be useful in debian development!) ++ ++ -- Joey Hess <joeyh@debian.org> Sun, 22 Feb 1998 18:42:17 -0800 ++ ++bsdgames (2.0-2) unstable; urgency=low ++ ++ * Updated standards-version. ++ ++ -- Joey Hess <joeyh@debian.org> Mon, 9 Feb 1998 15:09:56 -0800 ++ ++bsdgames (2.0-1) unstable; urgency=low ++ ++ * New upstream release. ++ * Sail works again now, added back to package. Now all games are properly ++ working with libc6, at last. ++ * Removed hunt from the debian menu - for now, you need to manually run ++ huntd, and then hunt. ++ ++ -- Joey Hess <joeyh@debian.org> Fri, 26 Dec 1997 13:34:34 -0500 ++ ++bsdgames (1.5-4) unstable; urgency=low ++ ++ * Sparc fixes: ++ - Removed strcpy(), strncpy() prototypes. ++ - Modified snake/snake/move.c to not redefine raw(). ++ - Modified worms.c to not redefine random. ++ ++ -- Joey Hess <joeyh@debian.org> Thu, 11 Dec 1997 12:10:17 -0500 ++ ++bsdgames (1.5-3) unstable; urgency=low ++ ++ * Fixed adventure to work again, and added it back into the package. ++ Thanks, Culus! ++ * Moved screen savers into Screen/Save/Text menu. ++ ++ -- Joey Hess <joeyh@debian.org> Fri, 21 Nov 1997 16:22:14 -0500 ++ ++bsdgames (1.5-2) unstable; urgency=low ++ ++ * Removed the factor program, which is also in shellutils (#14676). ++ * Modified primes.6 man page, so it only documents the primes program ++ (used to document factor and primes). ++ * Install factor.6 as primes.6, instead of making a symlink. ++ * Use debhelper. ++ ++ -- Joey Hess <joeyh@debian.org> Sun, 9 Nov 1997 14:13:05 -0500 ++ ++bsdgames (1.5-1) unstable; urgency=low ++ ++ * New upstream release. ++ - new games: adventure, phantasia, pig, quiz, random. ++ - updated other games to new versions. ++ * Libc6 at last. ++ - however, adventure and sail are currently broken under libc6, ++ and not included in the binary package. ++ * Changed how the configure script is run during building, new method ++ is more robust. ++ * Fixed menu file entry for go fish to pause after end of game so the user ++ can see who won. ++ * Make tetris-bsd score file a conffile. ++ * Use pristine upstream source. ++ ++ -- Joey Hess <joeyh@debian.org> Sat, 19 Jul 1997 12:25:03 -0400 ++ ++bsdgames (1.4-1) unstable; urgency=low ++ ++ * New upstream release, incorporates many of the changes I made for ++ debian. ++ * No longer have to delete bog and paranioa out of the upstream source, ++ they have been split out into a bsdgames-nonfree package. ++ * Tetris is now part of the upstream source, no need for tetris.shar. ++ * /usr/games/tetris renamed to /usr/games/tetris-bsd ++ * /usr/share used for arch-independant data. ++ * Reccommends: wordlist | wenglish; closes #8487 ++ ++ -- Joey Hess <joeyh@debian.org> Thu, 1 May 1997 23:07:46 -0400 ++ ++bsdgames (1.3-8) unstable; urgency=low ++ ++ * Removed fortune from descrition, as fortune is not included in this ++ package (#9168). ++ * Converted menufile to menu-1 format. ++ ++ -- Joey Hess <joeyh@debian.org> Mon, 28 Apr 1997 13:25:24 -0400 ++ ++bsdgames (1.3-7) frozen unstable; urgency=low ++ ++ * Fixed problem with including tetris in the source package. Tetris is now ++ included as a shar archive. ++ ++ -- Joey Hess <joeyh@debian.org> Wed, 16 Apr 1997 18:39:31 -0400 ++ ++bsdgames (1.3-6) frozen unstable; urgency=low ++ ++ * Fixed segfault in backgammon if any command line options were given. ++ * Use backgammon -pb in the debian menu file. ++ ++ -- Joey Hess <joeyh@debian.org> Tue, 15 Apr 1997 14:27:04 -0400 ++ ++bsdgames (1.3-5) frozen unstable; urgency=low ++ ++ * Hacked around in mille to fix bug #8556. ++ ++ -- Joey Hess <joeyh@debian.org> Tue, 8 Apr 1997 20:03:23 -0400 ++ ++bsdgames (1.3-4) unstable; urgency=low ++ ++ * Fixed sparse files problem (#8488) -- the package should install in much ++ less space now. ++ * Routine update of debian/rules: ++ Run dpkg-gencontrol after debstd, and delete substvars during clean. ++ ++ -- Joey Hess <joeyh@debian.org> Fri, 4 Apr 1997 19:48:12 -0500 ++ ++bsdgames (1.3-3) unstable; urgency=low ++ ++ * Fixed problems in source package: ++ * Removed binaries in hangman directory. ++ * dpkg-source -x would not work with version 1.3-2. Fixed this. ++ * Corrected typo in hangman's man page. ++ ++ -- Joey Hess <joeyh@debian.org> Wed, 26 Mar 1997 14:02:24 -0500 ++ ++bsdgames (1.3-2) unstable; urgency=low ++ ++ * robots: if player cannot move, don't print junk characters in xterm when ++ trying to beep. ++ * Routine update of debian/rules: ++ Run dpkg-gencontrol after debstd, and delete substvars during clean. ++ * Added tetris, thanks to David Frey <david@eos.lugs.ch>. ++ ++ -- Joey Hess <joeyh@debian.org> Sun, 23 Mar 1997 18:05:41 -0500 ++ ++bsdgames (1.3-1) unstable; urgency=low ++ ++ * First release. ++ * Link with -ncurses instead of -termcap. ++ * "rm -r bog paranioa" to remove them from the source package. Their ++ copyright doesn't let them be in debian. ++ * Many changes to get it all to compile. ++ * More changes for debian packaging; moved score files into /var, made ++ some programs sgid games so they could write to score files, etc. ++ * Fixed up man pages. ++ * battlestar: renamed save file to ~/.Bstar ++ * cribbage: display help properly even if PAGER is not set to an absolute ++ pathname of the pager. ++ * snscore: don't segfault if the score file is empty. ++ * snscore: don't give "too many players" error. ++ ++ -- Joey Hess <joeyh@debian.org> Thu, 20 Mar 1997 23:31:16 -0500 +--- bsdgames-2.13.orig/debian/compat ++++ bsdgames-2.13/debian/compat +@@ -0,0 +1 @@ ++4 +--- bsdgames-2.13.orig/debian/copyright ++++ bsdgames-2.13/debian/copyright +@@ -0,0 +1,9 @@ ++This is a Debian prepackaged version of the BSD games package. ++ ++This package was put together by Joey Hess <joeyh@debian.org>, using ++sources from: ++ ftp://sunsite.unc.edu/pub/Linux/games/ ++ ++Here is the full text of the COPYING file: ++ ++ +--- bsdgames-2.13.orig/debian/menu ++++ bsdgames-2.13/debian/menu +@@ -0,0 +1,53 @@ ++?package(bsdgames):needs="text" section="Apps/Educational" \ ++ title="Arithmetic Quiz" command="sh -c '/usr/games/arithmetic;echo PRESS ENTER;read line'" ++?package(bsdgames):needs="text" section="Games/Simulation" \ ++ title="Air Traffic Controller" \ ++ command="sh -c '/usr/games/atc ; echo;echo PRESS ENTER;read line'" ++?package(bsdgames):needs="text" section="Games/Adventure" \ ++ title="Battlestar" command="sh -c '/usr/games/battlestar;echo PRESS ENTER;read line'" ++?package(bsdgames):needs="text" section="Games/Card" \ ++ title="Canfield" command="/usr/games/canfield" ++?package(bsdgames):needs="text" section="Games/Card" \ ++ title="Cribbage" command="/usr/games/cribbage" ++?package(bsdgames):needs="text" section="Games/Card" \ ++ title="Go Fish" \ ++ command="sh -c '/usr/games/fish;echo;echo PRESS ENTER;read line'" ++?package(bsdgames):needs="text" section="Games/Card" \ ++ title="Mille Bournes" command="/usr/games/mille" ++?package(bsdgames):needs="text" section="Games/Board" \ ++ title="Monopoly" command="/usr/games/monop" ++?package(bsdgames):needs="text" section="Games/Board" hints="Backgammon" \ ++ title="Backgammon" command="/usr/games/backgammon -pb" ++?package(bsdgames):needs="text" section="Screen/Save/Text" \ ++ title="Rain" command="/usr/games/rain" ++?package(bsdgames):needs="text" section="Games/Arcade" \ ++ title="Robots" command="/usr/games/robots" ++?package(bsdgames):needs="text" section="Games/Simulation" \ ++ title="Sail" command="/usr/games/sail" ++?package(bsdgames):needs="text" section="Games/Arcade" \ ++ title="Snake" command="sh -c '/usr/games/snake;echo PRESS ENTER;read line'" ++?package(bsdgames):needs="text" section="Games/Arcade" \ ++ title="Star Trek" command="/usr/games/trek" ++?package(bsdgames):needs="text" section="Games/Arcade" \ ++ title="Worm" command="sh -c '/usr/games/worm;echo PRESS ENTER;read line'" ++?package(bsdgames):needs="text" section="Screen/Save/Text" \ ++ title="Worms" command="/usr/games/worms" ++?package(bsdgames):needs="text" section="Games/Adventure" \ ++ title="Hunt the Wumpus" command="/usr/games/wump" ++?package(bsdgames):needs="text" section="Games/Tetris-like" \ ++ title="Bsd Tetris" \ ++ command="sh -c '/usr/games/tetris-bsd;echo;echo PRESS ENTER;read line'" ++?package(bsdgames):needs="text" section="Games/Board" hints="Go" \ ++ title="Gomoku" \ ++ command="/usr/games/gomoku" ++?package(bsdgames):needs="text" section="Games/Adventure" \ ++ title="Phantasia" \ ++ command="/usr/games/phantasia" ++?package(bsdgames):needs="text" section="Games/Adventure" \ ++ title="Adventure" \ ++ command="/usr/games/adventure" ++?package(bsdgames):needs="text" section="Games/Puzzles" \ ++ title="Hangman" command="/usr/games/hangman" ++?package(bsdgames):needs="text" section="Games/Puzzles" \ ++ title="Boggle" \ ++ command=/usr/games/boggle +--- bsdgames-2.13.orig/debian/postinst ++++ bsdgames-2.13/debian/postinst +@@ -0,0 +1,46 @@ ++#!/bin/sh -e ++ ++SCOREFILES=" ++ /var/games/bsdgames/atc_score ++ /var/games/bsdgames/battlestar.log ++ /var/games/bsdgames/cfscores ++ /var/games/bsdgames/criblog ++ /var/games/bsdgames/robots_roll ++ /var/games/bsdgames/saillog ++ /var/games/bsdgames/snake.log ++ /var/games/bsdgames/snakerawscores ++ /var/games/bsdgames/tetris-bsd.scores ++ /var/games/bsdgames/phantasia/characs ++ /var/games/bsdgames/phantasia/gold ++ /var/games/bsdgames/phantasia/lastdead ++ /var/games/bsdgames/phantasia/mess ++ /var/games/bsdgames/phantasia/motd ++ /var/games/bsdgames/phantasia/scoreboard ++ /var/games/bsdgames/phantasia/void ++ /var/games/bsdgames/phantasia/monsters" ++ ++# These files cannot just be zero-byte files: ++if [ ! -e /var/games/bsdgames/phantasia/void ]; then ++ cp /usr/share/games/bsdgames/phantasia/void \ ++ /var/games/bsdgames/phantasia/void ++fi ++if [ ! -e /var/games/bsdgames/phantasia/monsters ] ; then ++ cp /usr/share/games/bsdgames/phantasia/monsters \ ++ /var/games/bsdgames/phantasia/monsters ++fi ++ ++touch $SCOREFILES ++chown root.games $SCOREFILES ++chmod 664 $SCOREFILES ++ ++# These files may not be world-readable as they have passwords ++# in them. ++chmod 660 /var/games/bsdgames/phantasia/characs ++ ++# I have to make this directory here, because older version of this package ++# always deleted it in their postrm. Oops. ++mkdir -p /var/games/bsdgames/sail ++chown root.games /var/games/bsdgames/sail ++chmod g+rws /var/games/bsdgames/sail ++ ++#DEBHELPER# +--- bsdgames-2.13.orig/debian/postrm ++++ bsdgames-2.13/debian/postrm +@@ -0,0 +1,29 @@ ++#!/bin/sh -e ++ ++SCOREFILES=" ++ /var/games/bsdgames/atc_score ++ /var/games/bsdgames/battlestar.log ++ /var/games/bsdgames/cfscores ++ /var/games/bsdgames/criblog ++ /var/games/bsdgames/robots_roll ++ /var/games/bsdgames/saillog ++ /var/games/bsdgames/snake.log ++ /var/games/bsdgames/snakerawscores ++ /var/games/bsdgames/tetris-bsd.scores ++ /var/games/bsdgames/phantasia/characs ++ /var/games/bsdgames/phantasia/gold ++ /var/games/bsdgames/phantasia/lastdead ++ /var/games/bsdgames/phantasia/mess ++ /var/games/bsdgames/phantasia/motd ++ /var/games/bsdgames/phantasia/scoreboard ++ /var/games/bsdgames/phantasia/void ++ /var/games/bsdgames/phantasia/monsters" ++ ++# Remove high score files on purge. ++if [ "$1" = "purge" ]; then ++ rm -f $SCOREFILES ++ rmdir /var/games/bsdgames/phantasia /var/games/bsdgames/sail \ ++ /var/games/bsdgames /var/games 2>/dev/null || true ++fi ++ ++#DEBHELPER# +--- bsdgames-2.13.orig/debian/preinst ++++ bsdgames-2.13/debian/preinst +@@ -0,0 +1,55 @@ ++#!/bin/sh -e ++ ++SCOREFILES=" ++ /var/games/bsdgames/atc_score ++ /var/games/bsdgames/battlestar.log ++ /var/games/bsdgames/cfscores ++ /var/games/bsdgames/criblog ++ /var/games/bsdgames/saillog ++ /var/games/bsdgames/snake.log ++ /var/games/bsdgames/snakerawscores ++ /var/games/bsdgames/tetris-bsd.scores ++ /var/games/bsdgames/phantasia/characs ++ /var/games/bsdgames/phantasia/gold ++ /var/games/bsdgames/phantasia/lastdead ++ /var/games/bsdgames/phantasia/mess ++ /var/games/bsdgames/phantasia/motd ++ /var/games/bsdgames/phantasia/scoreboard ++ /var/games/bsdgames/phantasia/void ++ /var/games/bsdgames/phantasia/monsters" ++ ++# We used to keep score files in /var/lib/games, and if files are there, ++# move them into the new location. ++if [ -d /var/lib/games ]; then ++ ++ # Have to set up directory hierarchy, since this is running as a ++ # preinst. ++ mkdir -p /var/games/bsdgames/phantasia ++ chown root.games /var/games/bsdgames \ ++ /var/games/bsdgames/phantasia ++ chmod g+rws /var/games/bsdgames \ ++ /var/games/bsdgames/phantasia ++ ++ for file in $SCOREFILES; do ++ oldfile=`echo $file | sed s:/var/games/:/var/lib/games/:` ++ if [ -e $oldfile ]; then ++ if [ ! -e $file ]; then ++ mv -f $oldfile $file ++ else ++ rm -f $oldfile ++ fi ++ fi ++ done ++ ++ # Delete the old directory hierarchy. ++ rm -rf /var/lib/games/bsdgames ++fi ++ ++# I didn't move robots_roll above, because the version used by old bsdgames has ++# a different file format. Make sure that if I'm ugrading from pre 2.8 days, ++# the old file is deleted. ++if [ "$1" = "upgrade" ] && dpkg --compare-versions "$2" lt 2.8; then ++ rm -rf /var/games/bsdgames/robots_roll ++fi ++ ++#DEBHELPER# +--- bsdgames-2.13.orig/debian/rules ++++ bsdgames-2.13/debian/rules +@@ -0,0 +1,98 @@ ++#!/usr/bin/make -f ++ ++build: build-stamp ++build-stamp: ++ dh_testdir ++ ++ # Set up wordlist ++ cat /usr/share/dict/american-english /usr/share/dict/british-english | \ ++ sort | uniq > temp-dictionary ++ ++ ./configure ++ $(MAKE) ++ $(MAKE) test ++ touch build-stamp ++ ++clean: ++ dh_testdir ++ dh_testroot ++ rm -f build-stamp ++ dh_clean temp-dictionary ++ -$(MAKE) -i distclean ++ ++binary-indep: build ++ ++binary-arch: build ++ dh_testdir ++ dh_testroot ++ dh_clean ++ dh_installdirs usr/share/doc/bsdgames \ ++ usr/share/games/bsdgames/phantasia ++ ++ $(MAKE) install ++ cp atc/BUGS debian/bsdgames/usr/share/doc/bsdgames/BUGS.atc ++ cp hunt/README debian/bsdgames/usr/share/doc/bsdgames/README.hunt ++ cp hunt/README.linux debian/bsdgames/usr/share/doc/bsdgames/README.linux.hunt ++ cp phantasia/README debian/bsdgames/usr/share/doc/bsdgames/README.phantasia ++ cp boggle/README debian/bsdgames/usr/share/doc/bsdgames/README.boggle ++ cp boggle/README.linux debian/bsdgames/usr/share/doc/bsdgames/README.linux.boggle ++ # Since factor is not installed, and primes.6 is a symlink to ++ # factor.6, I need to change that to the actual man page. ++ -rm -f debian/bsdgames/usr/share/man/man6/factor.6.gz \ ++ debian/bsdgames/usr/share/man/man6/primes.6 ++ cp factor/factor.6 debian/bsdgames/usr/share/man/man6/primes.6 ++ # Move phantasia's binary state files into /usr, they are copied ++ # back to /var in the postinst. ++ mv debian/bsdgames/var/games/bsdgames/phantasia/monsters \ ++ debian/bsdgames/var/games/bsdgames/phantasia/void \ ++ debian/bsdgames/usr/share/games/bsdgames/phantasia/ ++ ++ dh_installdocs ChangeLog ChangeLog.0 TODO README \ ++ trek/USD.doc/trek.me SECURITY THANKS AUTHORS BUGS YEAR2000 ++ cat COPYING >> debian/bsdgames/usr/share/doc/bsdgames/copyright ++ dh_installexamples ++ dh_installmenu ++ dh_installcron ++ dh_installchangelogs -k NEWS ++ dh_strip ++ dh_compress ++ dh_fixperms ++ ++ chmod -R u+rw debian/bsdgames/usr/ ++ # Games with score files need to be set up sgid games. ++ chown root.games debian/bsdgames/usr/games/atc \ ++ debian/bsdgames/usr/games/battlestar \ ++ debian/bsdgames/usr/games/canfield \ ++ debian/bsdgames/usr/games/cribbage \ ++ debian/bsdgames/usr/games/robots \ ++ debian/bsdgames/usr/games/snake \ ++ debian/bsdgames/usr/games/tetris-bsd \ ++ debian/bsdgames/usr/games/phantasia \ ++ debian/bsdgames/usr/games/sail ++ chmod g+s debian/bsdgames/usr/games/atc \ ++ debian/bsdgames/usr/games/battlestar \ ++ debian/bsdgames/usr/games/canfield \ ++ debian/bsdgames/usr/games/cribbage \ ++ debian/bsdgames/usr/games/robots \ ++ debian/bsdgames/usr/games/snake \ ++ debian/bsdgames/usr/games/tetris-bsd \ ++ debian/bsdgames/usr/games/phantasia \ ++ debian/bsdgames/usr/games/sail ++ # The game directories need to be sgid too, and let's ++ # remove all the zero byte score files in them. ++ chown root.games debian/bsdgames/var/games/bsdgames/ \ ++ debian/bsdgames/var/games/bsdgames/sail \ ++ debian/bsdgames/var/games/bsdgames/phantasia ++ chmod g+rws debian/bsdgames/var/games/bsdgames/ \ ++ debian/bsdgames/var/games/bsdgames/sail \ ++ debian/bsdgames/var/games/bsdgames/phantasia ++ find debian/bsdgames/var/games/bsdgames -size 0 -exec rm {} \; ++ ++ dh_installdeb ++ dh_shlibdeps ++ dh_gencontrol ++ dh_md5sums ++ dh_builddeb ++ ++binary: binary-indep binary-arch ++.PHONY: build clean binary-indep binary-arch binary +--- bsdgames-2.13.orig/debian/watch ++++ bsdgames-2.13/debian/watch +@@ -0,0 +1,2 @@ ++version=2 ++ftp://sunsite.unc.edu/pub/Linux/games/bsd-games-([0-9]+.*).tar.gz +--- bsdgames-2.13.orig/factor/factor.6 ++++ bsdgames-2.13/factor/factor.6 +@@ -1,4 +1,4 @@ +-.\" $NetBSD: factor.6,v 1.6 2001/04/02 22:42:38 wiz Exp $ ++.\" $NetBSD: factor.6,v 1.5 1997/10/10 12:51:27 lukem Exp $ + .\" + .\" Copyright (c) 1989, 1993 + .\" The Regents of the University of California. All rights reserved. +@@ -42,13 +42,12 @@ + .\" chongo <for a good prime call: 391581 * 2^216193 - 1> /\oo/\ + .\" + .Dd May 31, 1993 +-.Dt FACTOR 6 ++.Dt PRIMES 6 + .Os + .Sh NAME +-.Nm factor , + .Nm primes + .Nd +-factor a number, generate primes ++generate primes + .Sh SYNOPSIS + .Nm + .Op Ar number ... +@@ -57,32 +56,6 @@ + .Op Ar start Op Ar stop + .Sh DESCRIPTION + The +-.Nm +-utility will factor integers between -2147483648 and 2147483647 inclusive. +-When a number is factored, it is printed, followed by a +-.Dq \: , +-and the list of factors on a single line. +-Factors are listed in ascending order, and are preceded by a space. +-If a factor divides a value more than once, it will be printed +-more than once. +-.Pp +-When +-.Nm +-is invoked with one or more arguments, +-each argument will be factored. +-.Pp +-When +-.Nm +-is invoked with no arguments, +-.Nm +-reads numbers, one per line, from standard input, until end of file or error. +-Leading white-space and empty lines are ignored. +-Numbers may be preceded by a single - or +. +-Numbers are terminated by a non-digit character (such as a newline). +-After a number is read, it is factored. +-Input lines must not be longer than 255 characters. +-.Pp +-The + .Nm primes + utility prints primes in ascending order, one per line, starting at or above + .Ar start +@@ -113,14 +86,6 @@ + .Ar start + value is terminated by a non-digit character (such as a newline). + The input line must not be longer than 255 characters. +-.Sh DIAGNOSTICS +-Out of range or invalid input results in +-.Sq ouch +-being written to standard error. + .Sh BUGS +-.Nm +-cannot handle the +-.Dq 10 most wanted +-factor list, + .Nm primes + won't get you a world record. +--- bsdgames-2.13.orig/hangman/extern.c ++++ bsdgames-2.13/hangman/extern.c +@@ -61,6 +61,7 @@ + }; + + int Errors, Wordnum = 0; ++unsigned int Minlen = MINLEN; + + double Average = 0.0; + +--- bsdgames-2.13.orig/hangman/getword.c ++++ bsdgames-2.13/hangman/getword.c +@@ -64,7 +64,7 @@ + if (fgets(Word, BUFSIZ, inf) == NULL) + continue; + Word[strlen(Word) - 1] = '\0'; +- if (strlen(Word) < MINLEN) ++ if (strlen(Word) < Minlen) + continue; + for (wp = Word; *wp; wp++) + if (!islower(*wp)) +--- bsdgames-2.13.orig/hangman/hangman.6.in ++++ bsdgames-2.13/hangman/hangman.6.in +@@ -42,6 +42,7 @@ + .Sh SYNOPSIS + .Nm + .Op Fl d Ar wordlist ++.Op Fl m Ar minlen + .Sh DESCRIPTION + In + .Nm "" , +@@ -55,6 +56,8 @@ + Use the specified + .Ar wordlist + instead of the default one named below. ++.It Fl m ++Set the minimum word length to use. The default is 6 letters. + .El + .Sh FILES + .Bl -tag -width @hangman_wordsfile@ -compact +--- bsdgames-2.13.orig/hangman/hangman.h ++++ bsdgames-2.13/hangman/hangman.h +@@ -73,6 +73,7 @@ + extern const char *const Noose_pict[]; + + extern int Errors, Wordnum; ++extern unsigned int Minlen; + + extern double Average; + +--- bsdgames-2.13.orig/hangman/main.c ++++ bsdgames-2.13/hangman/main.c +@@ -62,14 +62,21 @@ + /* Revoke setgid privileges */ + setregid(getgid(), getgid()); + +- while ((ch = getopt(argc, argv, "d:")) != -1) { ++ while ((ch = getopt(argc, argv, "m:d:")) != -1) { + switch (ch) { + case 'd': + Dict_name = optarg; + break; ++ case 'm': ++ Minlen = atoi(optarg); ++ if (Minlen < 2) { ++ fprintf(stderr, "minlen too short\n"); ++ exit(1); ++ } ++ break; + case '?': + default: +- (void)fprintf(stderr, "usage: hangman [-d wordlist]\n"); ++ (void)fprintf(stderr, "usage: hangman [-d wordlist] [-m minlen]\n"); + exit(1); + } + } +--- bsdgames-2.13.orig/hunt/hunt/hunt.6.in ++++ bsdgames-2.13/hunt/hunt/hunt.6.in +@@ -164,13 +164,13 @@ + .It Ic @ + Throw biggest bomb (Takes 441 charges) + .It Ic o +-Throw small slime (Takes 15 charges) ++Throw small slime (Takes 5 charges) + .It Ic O +-Throw big slime (Takes 30 charges) ++Throw big slime (Takes 10 charges) + .It Ic p +-Throw bigger slime (Takes 45 charges) ++Throw bigger slime (Takes 15 charges) + .It Ic P +-Throw biggest slime (Takes 60 charges) ++Throw biggest slime (Takes 20 charges) + .It Ic s + Scan (show where other players are) (Takes 1 charge) + .It Ic c +--- bsdgames-2.13.orig/phantasia/Makefrag ++++ bsdgames-2.13/phantasia/Makefrag +@@ -41,11 +41,11 @@ + $(INSTALL_SCORE_GAME) phantasia/phantasia $(INSTALL_PREFIX)$(GAMESDIR)/phantasia + $(HIDE_GAME) phantasia + (set -e; for f in $(phantasia_VFILES1); do \ +- cp phantasia/$$f $(PHANTASIA_DIR)/$$f; \ ++ cp phantasia/$$f $(INSTALL_PREFIX)$(PHANTASIA_DIR)/$$f; \ + $(INSTALL_SCORE_FILE) $(PHANTASIA_DIR)/$$f; done) + (set -e; for f in $(phantasia_VFILES2); do \ + if [ ! -e $(PHANTASIA_DIR)/$$f ]; then \ +- cp phantasia/$$f $(PHANTASIA_DIR)/$$f; fi; done; \ ++ cp phantasia/$$f $(INSTALL_PREFIX)$(PHANTASIA_DIR)/$$f; fi; done; \ + $(INSTALL_SCORE_FILE) $(PHANTASIA_DIR)/scoreboard; \ + $(INSTALL_SCORE_FILE) -p $(PHANTASIA_DIR)/characs) + $(INSTALL_MANUAL) phantasia/phantasia.6 +--- bsdgames-2.13.orig/tetris/screen.c ++++ bsdgames-2.13/tetris/screen.c +@@ -292,6 +292,8 @@ + newtt = oldtt; + newtt.c_lflag &= ~(ICANON|ECHO); + newtt.c_oflag &= ~OXTABS; ++ newtt.c_cc[VMIN] = 1; /* don't lag behind 3 keystrokes on sun */ ++ newtt.c_cc[VTIME] = 0; /* systems -- JEH */ + if (tcsetattr(0, TCSADRAIN, &newtt) < 0) + stop("tcsetattr() fails"); + ospeed = cfgetospeed(&newtt); +--- bsdgames-2.13.orig/trek/trek.6.in ++++ bsdgames-2.13/trek/trek.6.in +@@ -81,7 +81,7 @@ + .Sh AUTHOR + Eric Allman + .Sh SEE ALSO +-.Pa /usr/share/doc/usd/31.trek ++.Pa /usr/share/doc/bsdgames/trek.me.gz + .Sh COMMAND SUMMARY + .Bl -item -compact + .It +--- bsdgames-2.13.orig/wargames/wargames.6 ++++ bsdgames-2.13/wargames/wargames.6 +@@ -44,6 +44,6 @@ + resulting is much smaller.... + .Sh SEE ALSO + .Sy Wargames , +-the movie (an MGM production, PGP 13, directed by John Badham, 1983). ++the movie (an MGM production, PG 13, directed by John Badham, 1983). + .Sh AUTHOR + This manual page was written by Joey Hess <joeyh@kitenet.net>. +--- bsdgames-2.13.orig/AUTHORS ++++ bsdgames-2.13/AUTHORS +@@ -8,7 +8,7 @@ + 1997; I divided it into bsd-games and bsd-games-non-free according to + the established (DFSG/OSD) definition, following the division used for + the Debian package of 1.3. Much of the packaging has been written or +-extensively modified by myself. Joey Hess <joeyh@master.debian.org> ++extensively modified by myself. Joey Hess <joeyh@debian.org> + wrote the manpages for wargames and paranoia. + + Based on the source and manpages, here are the details of the people +--- bsdgames-2.13.orig/THANKS ++++ bsdgames-2.13/THANKS +@@ -12,7 +12,7 @@ + + For recent work (since 1.3), thanks to: + +-Joey Hess <joeyh@master.debian.org> ++Joey Hess <joeyh@debian.org> + + For the Debian patches, which covered what was needed to make the games + compile with current libraries, provided many bug fixes and showed +--- bsdgames-2.13.orig/config.params ++++ bsdgames-2.13/config.params +@@ -0,0 +1,40 @@ ++# This file is read by configure and is used during the build of the ++# Debian package. ++ ++# Don't run configure interactively. ++bsd_games_cfg_non_interactive=y ++ ++# Install into here for building the package. ++bsd_games_cfg_install_prefix=`pwd`/debian/bsdgames ++ ++# Do not build or install these games: ++bsd_games_cfg_no_build_dirs="dm banner fortune factor" ++ ++# Keep huntd in /usr/sbin as it was in the past. I may ++# change this later. ++bsd_games_cfg_sbindir=/usr/sbin ++ ++# Debian doesn't like cluttering up the /usr/*/games/ dirs too much, ++# use a subdir. /var too. ++bsd_games_cfg_usrlibdir=/usr/lib/games/bsdgames ++bsd_games_cfg_sharedir=/usr/share/games/bsdgames ++bsd_games_cfg_varlibdir=/var/games/bsdgames ++ ++# Do not do chown now, we arn't running as root. ++bsd_games_cfg_do_chown=n ++ ++# Debian perfers symlinks for manpages. ++bsd_games_cfg_use_dot_so=symlinks ++ ++# I'll handle manpage compressing. ++bsd_games_cfg_gzip_manpages=n ++ ++# Policy says to use /usr/bin/pager by default. ++bsd_games_cfg_pager=/usr/bin/pager ++ ++# Always use the same wordlist for boggle, and don't use web2, it's too ++# big. Instead, use the union of the wenglish and wbritish wordlists. ++bsd_games_cfg_dictionary_src=`pwd`/temp-dictionary ++ ++# Put it in /usr/share/games with the rest of the games data. ++bsd_games_cfg_wtf_acronymfile=/usr/share/games/bsdgames/acronyms + diff --git a/games-misc/bsd-games/files/config.params-gentoo b/games-misc/bsd-games/files/config.params-gentoo new file mode 100644 index 000000000000..ea6ca1f0f568 --- /dev/null +++ b/games-misc/bsd-games/files/config.params-gentoo @@ -0,0 +1,40 @@ + +# This file is read by configure for the Gentoo ebuild + +# Don't run configure interactively. +bsd_games_cfg_non_interactive=y + +bsd_games_cfg_install_prefix=${D} + +# For gentoo, +# banner used to be in util-linux. Gentoo might have an ebuild +# fortune is "app-games/fortune-mod" +# factor is in "sys-apps/sh-utils" +# dm is not installed by debian, I don't know why +bsd_games_cfg_no_build_dirs="dm banner fortune factor" + +# Gentoo's games eclass want everything in these places +bsd_games_cfg_gamesdir=${GAMES_BINDIR} +bsd_games_cfg_sbindir=${GAMES_BINDIR} +bsd_games_cfg_usrlibdir=${GAMES_LIBDIR} +bsd_games_cfg_sharedir=${GAMES_DATADIR} +bsd_games_cfg_varlibdir=${GAMES_STATEDIR} + +# We'll control all the permissions during install (via games eclass) +bsd_games_cfg_do_chown=n + +# .so or symlink??? (Debian perfers symlinks for manpages) +bsd_games_cfg_use_dot_so=symlinks + +# Gentoo'll handle manpage compressing. +bsd_games_cfg_gzip_manpages=n + +# sys-apps/less is in system (even though more is in /bin) +bsd_games_cfg_pager=/usr/bin/less + +# sys-apps/miscfiles might have too many words for boggle +bsd_games_cfg_dictionary_src=/usr/share/dict/words + +# Acronym file for "wft" +bsd_games_cfg_wtf_acronymfile=${GAMES_DATADIR}/acronyms + diff --git a/games-misc/bsd-games/files/digest-bsd-games-2.13 b/games-misc/bsd-games/files/digest-bsd-games-2.13 new file mode 100644 index 000000000000..59e35f1d8822 --- /dev/null +++ b/games-misc/bsd-games/files/digest-bsd-games-2.13 @@ -0,0 +1 @@ +MD5 cf33f61ce1f0c09a7473ac26a4a0a6ec bsd-games-2.13.tar.gz 2340094 diff --git a/games-misc/c++robots/ChangeLog b/games-misc/c++robots/ChangeLog new file mode 100644 index 000000000000..890eb74fb652 --- /dev/null +++ b/games-misc/c++robots/ChangeLog @@ -0,0 +1,8 @@ +# ChangeLog for app-games/c++robots +# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-misc/c++robots/ChangeLog,v 1.1 2003/09/10 18:14:04 vapier Exp $ + +*c++robots-0 (01 Jan 2002) + + 01 Jan 2002; Mike Frysinger <vapier@gentoo.org> : + Initial import. Ebuild submitted by me for #7200. diff --git a/games-misc/c++robots/Manifest b/games-misc/c++robots/Manifest new file mode 100644 index 000000000000..df34f28bb2fa --- /dev/null +++ b/games-misc/c++robots/Manifest @@ -0,0 +1,4 @@ +MD5 ac29f830b8cc5758b42760255128caac ChangeLog 353 +MD5 486d3f1694a49cc37205eaf010b8c4dd c++robots-0.ebuild 799 +MD5 cf611219e89c7d1abf52480318628372 files/digest-c++robots-0 60 +MD5 fa8da7d1719da9b43e02dff5ce08efea files/proper-coding.patch 3366 diff --git a/games-misc/c++robots/c++robots-0.ebuild b/games-misc/c++robots/c++robots-0.ebuild new file mode 100644 index 000000000000..b1e393396ca0 --- /dev/null +++ b/games-misc/c++robots/c++robots-0.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/games-misc/c++robots/c++robots-0.ebuild,v 1.1 2003/09/10 18:14:04 vapier Exp $ + +inherit games + +DESCRIPTION="ongoing 'King of the Hill' (KotH) tournament" +HOMEPAGE="http://www.gamerz.net/c++robots/" +SRC_URI="http://www.gamerz.net/c++robots/c++robots.tar.gz" + +LICENSE="as-is" +SLOT="0" +KEYWORDS="x86 ppc" +IUSE="static" + +DEPEND="virtual/glibc" + +S="${WORKDIR}/${PN}" + +src_compile() { + patch -p0 < ${FILESDIR}/proper-coding.patch + + local myldflags="${LDFLAGS}" + use static && myldflags="${myldflags} -static" + emake CFLAGS="${CFLAGS}" LDFLAGS="${myldflags}" || die +} + +src_install() { + dogamesbin combat cylon target tracker + dodoc README + prepgamesdirs +} diff --git a/games-misc/c++robots/files/digest-c++robots-0 b/games-misc/c++robots/files/digest-c++robots-0 new file mode 100644 index 000000000000..d3696ad4eded --- /dev/null +++ b/games-misc/c++robots/files/digest-c++robots-0 @@ -0,0 +1 @@ +MD5 aad09c3966a9e8b24b765c73aa101087 c++robots.tar.gz 10027 diff --git a/games-misc/c++robots/files/proper-coding.patch b/games-misc/c++robots/files/proper-coding.patch new file mode 100644 index 000000000000..3df36a153758 --- /dev/null +++ b/games-misc/c++robots/files/proper-coding.patch @@ -0,0 +1,146 @@ +--- Makefile.orig 2003-01-01 23:36:19.000000000 -0500 ++++ Makefile 2003-01-01 23:39:32.000000000 -0500 +@@ -1,8 +1,9 @@ + CFLAGS=-g ++LDFLAGS= + PROGRAMS=combat + ROBOTS=cylon tracker target + +-CC=g++ -g ++CC=g++ + + all: $(PROGRAMS) $(ROBOTS) + +@@ -10,29 +11,29 @@ + rm -f $(PROGRAMS) $(ROBOTS) *.o core + + combat: combat.o +- $(CC) $(CFLAGS) -o $@ combat.o -lm ++ $(CC) -o $@ $(LDFLAGS) combat.o -lm + + combat.o: combat.c + $(CC) $(CFLAGS) -c combat.c + + robots.o: robots.C robots.h +- g++ -c robots.C ++ $(CC) $(CFLAGS) -c robots.C + + cylon: cylon.o robots.o +- g++ -static -o $@ cylon.o robots.o ++ $(CC) -o $@ $(LDFLAGS) cylon.o robots.o + + cylon.o: cylon.c robots.h +- g++ -c cylon.c ++ $(CC) $(CFLAGS) -c cylon.c + + tracker: tracker.o robots.o +- g++ -static -o $@ tracker.o robots.o ++ $(CC) -o $@ $(LDFLAGS) tracker.o robots.o + + tracker.o: tracker.c robots.h +- g++ -c tracker.c ++ $(CC) $(CFLAGS) -c tracker.c + + target: target.o robots.o +- g++ -static -o $@ target.o robots.o ++ $(CC) -o $@ $(LDFLAGS) target.o robots.o + + target.o: target.c robots.h +- g++ -c target.c ++ $(CC) $(CFLAGS) -c target.c + +--- combat.c.orig 2003-01-01 23:32:55.000000000 -0500 ++++ combat.c 2003-01-01 23:34:06.000000000 -0500 +@@ -29,6 +29,7 @@ + #include <signal.h> + #include <sys/stat.h> + #include <sys/time.h> ++#include <time.h> + #include <sys/types.h> + #include <sys/wait.h> + #include <errno.h> +@@ -96,7 +97,7 @@ + Robot *robots=NULL; + int nrobots=0; + +-plot(int x, int y, char c) ++void plot(int x, int y, char c) + { + int h = int(x)*79/10000; + int v = 34-int(y)*(31-nrobots)/10000; +@@ -472,7 +473,7 @@ + + } + +-Between(double x1, double y1, double x2, double y2, double x0, double y0) ++int Between(double x1, double y1, double x2, double y2, double x0, double y0) + { + double tx,ty; + /* is (x0,y0) between (x1,y1) - (x2,y2)? */ +--- cylon.c.orig 2003-01-01 23:32:49.000000000 -0500 ++++ cylon.c 2003-01-01 23:40:13.000000000 -0500 +@@ -1,6 +1,6 @@ + #include "robots.h" + +-Distance(int x1, int y1, int x2, int y2) ++int Distance(int x1, int y1, int x2, int y2) + { + int dx = x1-x2; + int dy = y1-y2; +@@ -8,7 +8,7 @@ + return sqrt(dx*dx + dy*dy); + } + +-Goto(int x, int y) ++void Goto(int x, int y) + { + int dir = atan2(y-loc_y(),x-loc_x()); + int dist = Distance(x,y,loc_x(),loc_y()); +@@ -37,8 +37,9 @@ + drive(dir,0); + } + +-main() ++int main() + { + while (1) + Goto(rand(9000)+500,rand(9000)+500); ++ return 0; + } +--- robots.C.orig 2003-01-01 23:34:39.000000000 -0500 ++++ robots.C 2003-01-01 23:35:18.000000000 -0500 +@@ -6,6 +6,7 @@ + #include <time.h> + #include <sys/types.h> + #include <unistd.h> ++#include <string.h> + + #include "robots.h" + +--- tracker.c.orig 2003-01-01 23:35:27.000000000 -0500 ++++ tracker.c 2003-01-01 23:35:46.000000000 -0500 +@@ -18,7 +18,7 @@ + // Shoot at a target if its in range (<= 7000 units) *and* its far + // enough away that we will only be slightly damaged (>200 units) by the + // resulting explosion. +-inline shoot(int dir,int range) ++void inline shoot(int dir,int range) + { + if (range <= 7000 && range > 200) { + printlog("cannon(%d,%d)",dir,range); +@@ -26,7 +26,7 @@ + } + } + +-main() ++int main() + { + int sdir=0; /* current scan direction */ + int dir=0; /* current movement direction */ +@@ -74,4 +74,6 @@ + else + sdir -= 20; /* increment the scan */ + } ++ ++ return 0; + } diff --git a/games-misc/cowsay/ChangeLog b/games-misc/cowsay/ChangeLog new file mode 100644 index 000000000000..ce6cbffda10d --- /dev/null +++ b/games-misc/cowsay/ChangeLog @@ -0,0 +1,15 @@ +# ChangeLog for app-games/cowsay +# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-misc/cowsay/ChangeLog,v 1.1 2003/09/10 18:14:04 vapier Exp $ + + 06 Jun 2003; <msterret@gentoo.org> cowsay-3.03.ebuild: + DEPEND on sed >=4 + +*cowsay-3.03 (15 Jul 2002) + + 13 May 2003; Martin Holzer <mholzer@gentoo.org> cowsay-3.03.ebuild: + Fixing man page. Closes #20929. + + 15 Jul 2002; Maik Schreiber <blizzy@gentoo.org> : + Initial import, closes bug #4778. + ebuild submitted by Marcin Jessa <yazzy@yazzy.org> diff --git a/games-misc/cowsay/Manifest b/games-misc/cowsay/Manifest new file mode 100644 index 000000000000..326e897762ca --- /dev/null +++ b/games-misc/cowsay/Manifest @@ -0,0 +1,3 @@ +MD5 2e5e04a0c30b4e7e3dab7781049e7d99 files/digest-cowsay-3.03 62 +MD5 50a6ba8e53381d13d50cd169618568ac cowsay-3.03.ebuild 1083 +MD5 8c41be354c88daa3a3fff35d21e7f677 ChangeLog 568 diff --git a/games-misc/cowsay/cowsay-3.03.ebuild b/games-misc/cowsay/cowsay-3.03.ebuild new file mode 100644 index 000000000000..aeca89c71320 --- /dev/null +++ b/games-misc/cowsay/cowsay-3.03.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/games-misc/cowsay/cowsay-3.03.ebuild,v 1.1 2003/09/10 18:14:04 vapier Exp $ + +DESCRIPTION="configurable talking ASCII cow (and other characters)" +HOMEPAGE="http://www.nog.net/~tony/warez/cowsay.shtml" +SRC_URI="http://www.nog.net/~tony/warez/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="x86 ppc" + +DEPEND=">=sys-apps/sed-4" +RDEPEND=">=dev-lang/perl-5" + +src_install() { + ./install.sh ${D}/usr || "install problem" + + dodir /usr/share/${P} + mv ${D}/usr/share/cows ${D}/usr/share/${P} + + cd ${D}/usr/bin + sed -i "s|${D}/usr/share/cows|/usr/share/${P}/cows|g" cowsay || \ + die "sed cowsay failed" + chmod 755 cowsay + + # Oh what an ugly hack. install.sh installs into /usr/man so just + # "use that energy" and kill it off after doman is done with it. + cd ${D}/usr/man/man1 + sed -i "s|${D}/usr/share/cows|/usr/share/${P}/cows|g" cowsay.1 + doman cowsay.1 + cd ${D}/usr/share/man/man1 + ln -s cowsay.1.gz cowthink.1.gz + rm -rf ${D}/usr/man + +} diff --git a/games-misc/cowsay/files/digest-cowsay-3.03 b/games-misc/cowsay/files/digest-cowsay-3.03 new file mode 100644 index 000000000000..889178f936d7 --- /dev/null +++ b/games-misc/cowsay/files/digest-cowsay-3.03 @@ -0,0 +1 @@ +MD5 b29169797359420dadb998079021a494 cowsay-3.03.tar.gz 15189 diff --git a/games-misc/fortune-mod-bofh-excuses/ChangeLog b/games-misc/fortune-mod-bofh-excuses/ChangeLog new file mode 100644 index 000000000000..0f3eceecb474 --- /dev/null +++ b/games-misc/fortune-mod-bofh-excuses/ChangeLog @@ -0,0 +1,16 @@ +# ChangeLog for app-games/fortune-mod-bofh-excuses +# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-misc/fortune-mod-bofh-excuses/ChangeLog,v 1.1 2003/09/10 18:14:04 vapier Exp $ +# AUTHOR: Lim Swee Tat <st_lim@stlim.net> + + +*fortune-mod-bofh-excuses-1.2.ebuild (16 Aug 2002) + + 26 Aug 2003; Joshua Kinard <kumba@gentoo.org> fortune-mod-bofh-excuses-1.2.ebuild: + Added ~mips & ~sparc to KEYWORDS + + 03 Nov 2002; Jon Nall <nall@gentoo.org> fortune-mod-bofh-excuses-1.2.ebuild : + changed PPC to ppc in KEYWORDS + + 16 Aug 2002; J. Alberto Suárez López <bass@gentoo.org> fortune-mod-bofh-excuses-1.2.ebuild : + First relase. diff --git a/games-misc/fortune-mod-bofh-excuses/Manifest b/games-misc/fortune-mod-bofh-excuses/Manifest new file mode 100644 index 000000000000..084c029a465f --- /dev/null +++ b/games-misc/fortune-mod-bofh-excuses/Manifest @@ -0,0 +1,3 @@ +MD5 96e2f08ea65a99bc81edf2f71e9628d6 ChangeLog 690 +MD5 c353a4f833c8e51c7c28f979b3812758 fortune-mod-bofh-excuses-1.2.ebuild 690 +MD5 969d98469f035783de2d3a9bf9619a65 files/digest-fortune-mod-bofh-excuses-1.2 75 diff --git a/games-misc/fortune-mod-bofh-excuses/files/digest-fortune-mod-bofh-excuses-1.2 b/games-misc/fortune-mod-bofh-excuses/files/digest-fortune-mod-bofh-excuses-1.2 new file mode 100644 index 000000000000..3cbd2ff74a84 --- /dev/null +++ b/games-misc/fortune-mod-bofh-excuses/files/digest-fortune-mod-bofh-excuses-1.2 @@ -0,0 +1 @@ +MD5 42a22d278e243cde221937afb30893c6 fortune-bofh-excuses-1.2.tar.gz 12753 diff --git a/games-misc/fortune-mod-bofh-excuses/fortune-mod-bofh-excuses-1.2.ebuild b/games-misc/fortune-mod-bofh-excuses/fortune-mod-bofh-excuses-1.2.ebuild new file mode 100644 index 000000000000..65b47ca3ffe3 --- /dev/null +++ b/games-misc/fortune-mod-bofh-excuses/fortune-mod-bofh-excuses-1.2.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/games-misc/fortune-mod-bofh-excuses/fortune-mod-bofh-excuses-1.2.ebuild,v 1.1 2003/09/10 18:14:04 vapier Exp $ + +S=${WORKDIR}/${PN/mod-/} +DESCRIPTION="Excuses from Bastard Operator from Hell" +SRC_URI="http://www.stlim.net/downloads/fortune-bofh-excuses-${PV}.tar.gz" +HOMEPAGE="http://www.stlim.net/staticpages/index.php?page=20020814005536450" + +SLOT="0" +KEYWORDS="x86 ppc ~mips ~sparc" +LICENSE="GPL-2" + +DEPEND="virtual/glibc" +RDEPEND="app-games/fortune-mod" + +src_install() { + insinto /usr/share/fortune + doins bofh-excuses.dat bofh-excuses +} diff --git a/games-misc/fortune-mod-calvin/ChangeLog b/games-misc/fortune-mod-calvin/ChangeLog new file mode 100644 index 000000000000..acd2de45d7c3 --- /dev/null +++ b/games-misc/fortune-mod-calvin/ChangeLog @@ -0,0 +1,18 @@ +# ChangeLog for app-games/fortune-mod-calvin +# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-misc/fortune-mod-calvin/ChangeLog,v 1.1 2003/09/10 18:14:04 vapier Exp $ + + +*fortune-mod-calvin-0.1.1 (11 Jul 2002) + + 26 Aug 2003; Joshua Kinard <kumba@gentoo.org> fortune-mod-calvin-0.1.1.ebuild: + Added ~mips & ~sparc to KEYWORDS + + 03 Nov 2002; Jon Nall <nall@gentoo.org> fortune-mod-calvin-0.1.1.ebuild : + added ppc to KEYWORDS + + 17 jul 2002; Jose Alberto Suárez López <bass@gentoo.org> fortune-mod-calvin-0.1.1.ebuild : + Added KEYWORDS. + + 11 Jul 2002; J.Alberto S.L. <bass@gentoo.org> fortune-mod-calvin-0.1.1.ebuild: + First relase. diff --git a/games-misc/fortune-mod-calvin/Manifest b/games-misc/fortune-mod-calvin/Manifest new file mode 100644 index 000000000000..6d5c468dfc32 --- /dev/null +++ b/games-misc/fortune-mod-calvin/Manifest @@ -0,0 +1,3 @@ +MD5 7026b53ede3180225f00f50d87aaed9e ChangeLog 708 +MD5 9cf5006ffd844bd540cd54c0b82b8293 fortune-mod-calvin-0.1.1.ebuild 593 +MD5 714ffb1975285c44960d48dde8a55690 files/digest-fortune-mod-calvin-0.1.1 74 diff --git a/games-misc/fortune-mod-calvin/files/digest-fortune-mod-calvin-0.1.1 b/games-misc/fortune-mod-calvin/files/digest-fortune-mod-calvin-0.1.1 new file mode 100644 index 000000000000..dc3aa74eafaa --- /dev/null +++ b/games-misc/fortune-mod-calvin/files/digest-fortune-mod-calvin-0.1.1 @@ -0,0 +1 @@ +MD5 e0dc2036b731aafdee4989e9d1d8ec2a fortune-mod-calvin-0.1.1.tar.gz 6787 diff --git a/games-misc/fortune-mod-calvin/fortune-mod-calvin-0.1.1.ebuild b/games-misc/fortune-mod-calvin/fortune-mod-calvin-0.1.1.ebuild new file mode 100644 index 000000000000..5f97c03861c4 --- /dev/null +++ b/games-misc/fortune-mod-calvin/fortune-mod-calvin-0.1.1.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/games-misc/fortune-mod-calvin/fortune-mod-calvin-0.1.1.ebuild,v 1.1 2003/09/10 18:14:04 vapier Exp $ + +DESCRIPTION="Quotes from Calvin and Hobbes Comic Books" +SRC_URI="http://www.netmeister.org/apps/${P}.tar.gz" +HOMEPAGE="http://www.netmeister.org/misc.html" + +KEYWORDS="x86 ppc ~sparc ~mips" +SLOT="0" +LICENSE="as-is" + +DEPEND="virtual/glibc" +RDEPEND="app-games/fortune-mod" + +src_install() { + insinto /usr/share/fortune + doins calvin calvin.dat +} diff --git a/games-misc/fortune-mod-dubya/ChangeLog b/games-misc/fortune-mod-dubya/ChangeLog new file mode 100644 index 000000000000..90b7075bde2f --- /dev/null +++ b/games-misc/fortune-mod-dubya/ChangeLog @@ -0,0 +1,19 @@ +# ChangeLog for app-games/fortune-mod-dubya +# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-misc/fortune-mod-dubya/ChangeLog,v 1.1 2003/09/10 18:14:04 vapier Exp $ + +*fortune-mod-dubya-20030829 (29 Aug 2003) + + 29 Aug 2003; Don Seiler <rizzo@gentoo.org>; + fortune-mod-dubya-20030829.ebuild: + Version bump. Many more quotes added. + +*fortune-mod-dubya-20030825 (25 Aug 2003) + + 26 Aug 2003; Joshua kinard <kumba@gentoo.org> fortune-mod-dubya-20030825.ebuild: + Added ~mips & ~sparc to KEYWORDS + + 25 Aug 2003; Don Seiler <rizzo@gentoo.org>; + fortune-mod-dubya-20030825.ebuild: + Initial import. + diff --git a/games-misc/fortune-mod-dubya/Manifest b/games-misc/fortune-mod-dubya/Manifest new file mode 100644 index 000000000000..58ff99550949 --- /dev/null +++ b/games-misc/fortune-mod-dubya/Manifest @@ -0,0 +1,5 @@ +MD5 ef3583543a4e2c5c703e3985aef1241c fortune-mod-dubya-20030825.ebuild 603 +MD5 e501b0d4929015ac0124634ac8aaf696 ChangeLog 667 +MD5 bf2c68806c54eac80c450d922d7307af fortune-mod-dubya-20030829.ebuild 603 +MD5 9aaf7c4f2f90596b245ff1912561d1a5 files/digest-fortune-mod-dubya-20030825 64 +MD5 a1f834dc8b905d3edf075267a163f41b files/digest-fortune-mod-dubya-20030829 65 diff --git a/games-misc/fortune-mod-dubya/files/digest-fortune-mod-dubya-20030825 b/games-misc/fortune-mod-dubya/files/digest-fortune-mod-dubya-20030825 new file mode 100644 index 000000000000..e82503f06546 --- /dev/null +++ b/games-misc/fortune-mod-dubya/files/digest-fortune-mod-dubya-20030825 @@ -0,0 +1 @@ +MD5 bf18228710eeb70393d116e2428faed3 dubya-20030825.tar.gz 8255 diff --git a/games-misc/fortune-mod-dubya/files/digest-fortune-mod-dubya-20030829 b/games-misc/fortune-mod-dubya/files/digest-fortune-mod-dubya-20030829 new file mode 100644 index 000000000000..220a0ec418f7 --- /dev/null +++ b/games-misc/fortune-mod-dubya/files/digest-fortune-mod-dubya-20030829 @@ -0,0 +1 @@ +MD5 5a1da2e2cbbdac39c9ca081f5001ca92 dubya-20030829.tar.gz 13106 diff --git a/games-misc/fortune-mod-dubya/fortune-mod-dubya-20030825.ebuild b/games-misc/fortune-mod-dubya/fortune-mod-dubya-20030825.ebuild new file mode 100644 index 000000000000..1d0e7c48c4e2 --- /dev/null +++ b/games-misc/fortune-mod-dubya/fortune-mod-dubya-20030825.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/games-misc/fortune-mod-dubya/fortune-mod-dubya-20030825.ebuild,v 1.1 2003/09/10 18:14:04 vapier Exp $ + +DESCRIPTION="Quotes from George W. Bush" +SRC_URI="http://dubya.seiler.us/files/dubya-${PV}.tar.gz" +HOMEPAGE="http://dubya.seiler.us" + +S=${WORKDIR}/${PN/fortune-mod-/} + +KEYWORDS="x86 ppc ~sparc ~mips" +SLOT="0" +LICENSE="as-is" + +DEPEND="virtual/glibc" +RDEPEND="app-games/fortune-mod" + +src_install() { + insinto /usr/share/fortune + doins dubya dubya.dat +} diff --git a/games-misc/fortune-mod-dubya/fortune-mod-dubya-20030829.ebuild b/games-misc/fortune-mod-dubya/fortune-mod-dubya-20030829.ebuild new file mode 100644 index 000000000000..31df748d741e --- /dev/null +++ b/games-misc/fortune-mod-dubya/fortune-mod-dubya-20030829.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/games-misc/fortune-mod-dubya/fortune-mod-dubya-20030829.ebuild,v 1.1 2003/09/10 18:14:04 vapier Exp $ + +DESCRIPTION="Quotes from George W. Bush" +SRC_URI="http://dubya.seiler.us/files/dubya-${PV}.tar.gz" +HOMEPAGE="http://dubya.seiler.us" + +S=${WORKDIR}/${PN/fortune-mod-/} + +KEYWORDS="x86 ppc ~sparc ~mips" +SLOT="0" +LICENSE="as-is" + +DEPEND="virtual/glibc" +RDEPEND="app-games/fortune-mod" + +src_install() { + insinto /usr/share/fortune + doins dubya dubya.dat +} diff --git a/games-misc/fortune-mod-futurama/ChangeLog b/games-misc/fortune-mod-futurama/ChangeLog new file mode 100644 index 000000000000..91e12a50e453 --- /dev/null +++ b/games-misc/fortune-mod-futurama/ChangeLog @@ -0,0 +1,24 @@ +# ChangeLog for app-games/fortune-mod-futurama +# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-misc/fortune-mod-futurama/ChangeLog,v 1.1 2003/09/10 18:14:04 vapier Exp $ + + +*fortune-mod-futurama-0.2.ebuild (17 julio 2002) + + 26 Aug 2003; Joshua Kinard <kumba@gentoo.org> fortune-mod-futurama-0.2.ebuild: + Added ~mips & ~sparc to KEYWORDS + + 24 Aug 2003; Tavis Ormandy <taviso@gentoo.org> + fortune-mod-futurama-0.2.ebuild: + stable on alpha + + 03 Nov 2002; Jon Nall <nall@gentoo.org> fortune-mod-futurama-0.2.ebuild : + added ppc to KEYWORDS + + 17 jul 2002; Jose Alberto Suárez López <bass@gentoo.org> fortune-mod-futurama-0.2.ebuild : + Added KEYWORDS. + +*fortune-mod-futurama:$-0.1.1 (11 Jul 2002) + + 11 Jul 2002; J.Alberto S.L. <bass@gentoo.org> fortune-mod-futurama:$-0.1.1.ebuild: + First relase. diff --git a/games-misc/fortune-mod-futurama/Manifest b/games-misc/fortune-mod-futurama/Manifest new file mode 100644 index 000000000000..e3209fd6b0a9 --- /dev/null +++ b/games-misc/fortune-mod-futurama/Manifest @@ -0,0 +1,3 @@ +MD5 c9fe5a13595aacbd742f42f98ece834d ChangeLog 873 +MD5 88cce14f032123defacfb26afd1df555 fortune-mod-futurama-0.2.ebuild 600 +MD5 82724290943404b384bdf34cc2dc3825 files/digest-fortune-mod-futurama-0.2 75 diff --git a/games-misc/fortune-mod-futurama/files/digest-fortune-mod-futurama-0.2 b/games-misc/fortune-mod-futurama/files/digest-fortune-mod-futurama-0.2 new file mode 100644 index 000000000000..aa56ce25c9f3 --- /dev/null +++ b/games-misc/fortune-mod-futurama/files/digest-fortune-mod-futurama-0.2 @@ -0,0 +1 @@ +MD5 669febe7e475f54795064fda6be4918c fortune-mod-futurama-0.2.tar.gz 19351 diff --git a/games-misc/fortune-mod-futurama/fortune-mod-futurama-0.2.ebuild b/games-misc/fortune-mod-futurama/fortune-mod-futurama-0.2.ebuild new file mode 100644 index 000000000000..17652a7b1de7 --- /dev/null +++ b/games-misc/fortune-mod-futurama/fortune-mod-futurama-0.2.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/games-misc/fortune-mod-futurama/fortune-mod-futurama-0.2.ebuild,v 1.1 2003/09/10 18:14:04 vapier Exp $ + +DESCRIPTION="Quotes from the TV-Series -Futurama-" +SRC_URI="http://www.netmeister.org/apps/${P}.tar.gz" +HOMEPAGE="http://www.netmeister.org/misc.html" + +KEYWORDS="x86 ppc alpha ~sparc ~mips" +SLOT="0" +LICENSE="as-is" + +DEPEND="virtual/glibc" +RDEPEND="app-games/fortune-mod" + +src_install() { + insinto /usr/share/fortune + doins futurama futurama.dat +} diff --git a/games-misc/fortune-mod-gentoo-dev/ChangeLog b/games-misc/fortune-mod-gentoo-dev/ChangeLog new file mode 100644 index 000000000000..7ba4bc65525c --- /dev/null +++ b/games-misc/fortune-mod-gentoo-dev/ChangeLog @@ -0,0 +1,18 @@ +# ChangeLog for app-games/fortune-mod-gentoo-dev +# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-misc/fortune-mod-gentoo-dev/ChangeLog,v 1.1 2003/09/10 18:14:04 vapier Exp $ + +*fortune-mod-gentoo-dev-20030903.ebuild (03 Sep 2003) + + 03 Sept 2003; Jon Portnoy <avenj@gentoo.org> fortune-mod-gentoo-dev-20030903.ebuild : + Version bump, added a few new quotes. Marked stable for all currently + keyworded archs - because frankly, who cares about unstable keywording + on a small fortunes file? Really, now, be reasonable. + +*fortune-mod-gentoo-dev-20030809.ebuild (09 Aug 2003) + + 26 Aug 2003; Joshua Kinard <kumba@gentoo.org> fortune-mod-gentoo-dev-20030809.ebuild: + Added ~mips to KEYWORDS + + 09 Aug 2003; Jon Portnoy <avenj@gentoo.org> fortune-mod-gentoo-dev-20030809.ebuild : + Initial import. diff --git a/games-misc/fortune-mod-gentoo-dev/Manifest b/games-misc/fortune-mod-gentoo-dev/Manifest new file mode 100644 index 000000000000..004a53e1fcb0 --- /dev/null +++ b/games-misc/fortune-mod-gentoo-dev/Manifest @@ -0,0 +1,5 @@ +MD5 864a4b8e9c6768f07820bba272dbe9e3 ChangeLog 866 +MD5 11567d92f99ddc88f70fc360bf26ce3c fortune-mod-gentoo-dev-20030809.ebuild 700 +MD5 19120ad4157bba56732c06c6340cc029 fortune-mod-gentoo-dev-20030903.ebuild 689 +MD5 f211dccbb2ca75e1c0d75b46125dfd88 files/digest-fortune-mod-gentoo-dev-20030809 65 +MD5 85ecc0a9f91b2e7a93c6872b3759bd53 files/digest-fortune-mod-gentoo-dev-20030903 65 diff --git a/games-misc/fortune-mod-gentoo-dev/files/digest-fortune-mod-gentoo-dev-20030809 b/games-misc/fortune-mod-gentoo-dev/files/digest-fortune-mod-gentoo-dev-20030809 new file mode 100644 index 000000000000..0e914259318c --- /dev/null +++ b/games-misc/fortune-mod-gentoo-dev/files/digest-fortune-mod-gentoo-dev-20030809 @@ -0,0 +1 @@ +MD5 ab01985c4b55cc81d9dcbe70d9370872 gentoo-dev-20030809.gz 4432 diff --git a/games-misc/fortune-mod-gentoo-dev/files/digest-fortune-mod-gentoo-dev-20030903 b/games-misc/fortune-mod-gentoo-dev/files/digest-fortune-mod-gentoo-dev-20030903 new file mode 100644 index 000000000000..b76b692245be --- /dev/null +++ b/games-misc/fortune-mod-gentoo-dev/files/digest-fortune-mod-gentoo-dev-20030903 @@ -0,0 +1 @@ +MD5 cb7c6bbf45914425f8dfcf2ecde60892 gentoo-dev-20030903.gz 5222 diff --git a/games-misc/fortune-mod-gentoo-dev/fortune-mod-gentoo-dev-20030809.ebuild b/games-misc/fortune-mod-gentoo-dev/fortune-mod-gentoo-dev-20030809.ebuild new file mode 100644 index 000000000000..8824f1bbc806 --- /dev/null +++ b/games-misc/fortune-mod-gentoo-dev/fortune-mod-gentoo-dev-20030809.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/games-misc/fortune-mod-gentoo-dev/fortune-mod-gentoo-dev-20030809.ebuild,v 1.1 2003/09/10 18:14:04 vapier Exp $ + +S=${WORKDIR} + +DESCRIPTION="Fortune database of #gentoo-dev quotes" +SRC_URI="http://oppresses.us/~avenj/files/gentoo-dev-${PV}.gz" +HOMEPAGE="http://oppresses.us/~avenj/index.html" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="x86 ppc sparc alpha ~mips" + +DEPEND="app-games/fortune-mod" + +src_compile () { +# cd ${S} + mv gentoo-dev-${PV} gentoo-dev + strfile gentoo-dev +} + +src_install () { + insinto /usr/share/fortune + doins gentoo-dev gentoo-dev.dat +} + diff --git a/games-misc/fortune-mod-gentoo-dev/fortune-mod-gentoo-dev-20030903.ebuild b/games-misc/fortune-mod-gentoo-dev/fortune-mod-gentoo-dev-20030903.ebuild new file mode 100644 index 000000000000..d4960d9ab8e1 --- /dev/null +++ b/games-misc/fortune-mod-gentoo-dev/fortune-mod-gentoo-dev-20030903.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/games-misc/fortune-mod-gentoo-dev/fortune-mod-gentoo-dev-20030903.ebuild,v 1.1 2003/09/10 18:14:04 vapier Exp $ + +S=${WORKDIR} + +DESCRIPTION="Fortune database of #gentoo-dev quotes" +SRC_URI="http://oppresses.us/~avenj/files/gentoo-dev-${PV}.gz" +HOMEPAGE="http://oppresses.us/~avenj/index.html" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="x86 ppc sparc alpha mips" + +DEPEND="app-games/fortune-mod" + +src_compile () { + mv gentoo-dev-${PV} gentoo-dev + strfile gentoo-dev +} + +src_install () { + insinto /usr/share/fortune + doins gentoo-dev gentoo-dev.dat +} + diff --git a/games-misc/fortune-mod-hitchhiker/ChangeLog b/games-misc/fortune-mod-hitchhiker/ChangeLog new file mode 100644 index 000000000000..56d3e6e5cdef --- /dev/null +++ b/games-misc/fortune-mod-hitchhiker/ChangeLog @@ -0,0 +1,15 @@ +# ChangeLog for app-games/fortune-mod-hitchhiker +# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-misc/fortune-mod-hitchhiker/ChangeLog,v 1.1 2003/09/10 18:14:04 vapier Exp $ + + +*fortune-mod-hitchhiker-0.1.ebuild (12 Aug 2002) + + 26 Aug 2003; Joshua Kinard <kumba@gentoo.org> fortune-mod-hitchhiker-0.1.ebuild: + Added ~mips & ~sparc to KEYWORDS + + 03 Nov 2002; Jon Nall <nall@gentoo.org> fortune-mod-hitchhiker-0.1.ebuild : + changed PPC to ppc in KEYWORDS + + 12 Aug 2002; J. Alberto Suárez López <bass@gentoo.org> gmudix-0.6.ebuild : + First relase. diff --git a/games-misc/fortune-mod-hitchhiker/Manifest b/games-misc/fortune-mod-hitchhiker/Manifest new file mode 100644 index 000000000000..543030e04874 --- /dev/null +++ b/games-misc/fortune-mod-hitchhiker/Manifest @@ -0,0 +1,3 @@ +MD5 0b364bc2c08748991a6b14f4af032a07 ChangeLog 620 +MD5 e46db8354d6ea185b2c179b4033870ac fortune-mod-hitchhiker-0.1.ebuild 666 +MD5 29aa506fd3d1163117b33aea9352f526 files/digest-fortune-mod-hitchhiker-0.1 66 diff --git a/games-misc/fortune-mod-hitchhiker/files/digest-fortune-mod-hitchhiker-0.1 b/games-misc/fortune-mod-hitchhiker/files/digest-fortune-mod-hitchhiker-0.1 new file mode 100644 index 000000000000..6bb0675caf06 --- /dev/null +++ b/games-misc/fortune-mod-hitchhiker/files/digest-fortune-mod-hitchhiker-0.1 @@ -0,0 +1 @@ +MD5 dc2860793725fce93445035b4aa8c812 fortune-hitchhiker.tgz 11586 diff --git a/games-misc/fortune-mod-hitchhiker/fortune-mod-hitchhiker-0.1.ebuild b/games-misc/fortune-mod-hitchhiker/fortune-mod-hitchhiker-0.1.ebuild new file mode 100644 index 000000000000..d01c1a6f35c1 --- /dev/null +++ b/games-misc/fortune-mod-hitchhiker/fortune-mod-hitchhiker-0.1.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/games-misc/fortune-mod-hitchhiker/fortune-mod-hitchhiker-0.1.ebuild,v 1.1 2003/09/10 18:14:04 vapier Exp $ + +MY_P=${PN/-mod/} +S=${WORKDIR}/${MY_P} +DESCRIPTION="Quotes from Hitchhikers Guide to the Galaxy" +SRC_URI="http://www.splitbrain.org/Fortunes/hitchhiker/${MY_P}.tgz" +HOMEPAGE="http://www.splitbrain.org/index.php?x=.%2FFortunes%2Fhitchhiker" + +KEYWORDS="x86 ppc ~sparc ~mips" +SLOT="0" +LICENSE="GPL-2" + +DEPEND="app-games/fortune-mod" + +src_install() { + insinto /usr/share/fortune + doins hitchhiker hitchhiker.dat +} diff --git a/games-misc/fortune-mod-homer/ChangeLog b/games-misc/fortune-mod-homer/ChangeLog new file mode 100644 index 000000000000..c5194db78027 --- /dev/null +++ b/games-misc/fortune-mod-homer/ChangeLog @@ -0,0 +1,18 @@ +# ChangeLog for app-games/fortune-mod-homer +# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-misc/fortune-mod-homer/ChangeLog,v 1.1 2003/09/10 18:14:04 vapier Exp $ + + +*fortune-mod-homer-0.1.ebuild (12 Aug 2002) + + 26 Aug 2003; Joshua Kinard <kumba@gentoo.org> fortune-mod-homer-0.1.ebuild: + Added ~mips & ~sparc to KEYWORDS + + 03 Nov 2002; Jon Nall <nall@gentoo.org> fortune-mod-homer-0.1.ebuild : + changed PPC to ppc in keywords + + 13 Aug 2002; J. Alberto Suárez López <bass@gentoo.org> fortune-mod-homer-0.1.ebuild : + Fix dir problems in install. + + 12 Aug 2002; J. Alberto Suárez López <bass@gentoo.org> fortune-mod-homer-0.1.ebuild : + First relase. diff --git a/games-misc/fortune-mod-homer/Manifest b/games-misc/fortune-mod-homer/Manifest new file mode 100644 index 000000000000..a5a189161259 --- /dev/null +++ b/games-misc/fortune-mod-homer/Manifest @@ -0,0 +1,3 @@ +MD5 cf9f15cb925911806bfd1f8f37d5209a ChangeLog 726 +MD5 19e5a996297931b0bd8eccc394094f16 fortune-mod-homer-0.1.ebuild 632 +MD5 4efca617a9d65fe08e0498bdedad4adf files/digest-fortune-mod-homer-0.1 63 diff --git a/games-misc/fortune-mod-homer/files/digest-fortune-mod-homer-0.1 b/games-misc/fortune-mod-homer/files/digest-fortune-mod-homer-0.1 new file mode 100644 index 000000000000..f13801cf6fd6 --- /dev/null +++ b/games-misc/fortune-mod-homer/files/digest-fortune-mod-homer-0.1 @@ -0,0 +1 @@ +MD5 ca7ed106f5e828f826eea1d759e00fa0 homer-quotes.tar.gz 23142 diff --git a/games-misc/fortune-mod-homer/fortune-mod-homer-0.1.ebuild b/games-misc/fortune-mod-homer/fortune-mod-homer-0.1.ebuild new file mode 100644 index 000000000000..c05b214d646f --- /dev/null +++ b/games-misc/fortune-mod-homer/fortune-mod-homer-0.1.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/games-misc/fortune-mod-homer/fortune-mod-homer-0.1.ebuild,v 1.1 2003/09/10 18:14:04 vapier Exp $ + +S=${WORKDIR}/${PN/mod-/} +DESCRIPTION="Quotes from Homer Simpson" +SRC_URI="http://www.cs.indiana.edu/~crcarter/homer/homer-quotes.tar.gz" +HOMEPAGE="http://www.cs.indiana.edu/~crcarter/homer/homer.html" + +SLOT="0" +KEYWORDS="x86 ppc ~sparc ~mips" +LICENSE="GPL-2" + +DEPEND="virtual/glibc" +RDEPEND="app-games/fortune-mod" + +src_install() { + insinto /usr/share/fortune + doins homer homer.dat +} diff --git a/games-misc/fortune-mod-humorixfortunes/ChangeLog b/games-misc/fortune-mod-humorixfortunes/ChangeLog new file mode 100644 index 000000000000..4eb7b878d662 --- /dev/null +++ b/games-misc/fortune-mod-humorixfortunes/ChangeLog @@ -0,0 +1,30 @@ +# ChangeLog for app-games/fortune-mod-humorixfortunes +# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-misc/fortune-mod-humorixfortunes/ChangeLog,v 1.1 2003/09/10 18:14:04 vapier Exp $ + +*fortune-mod-humorixfortunes-1.4-r1 (31 Aug 2003) + + 31 Aug 2003; Michael Sterrett <msterret@gentoo.org> + fortune-mod-humorixfortunes-1.4-r1.ebuild: + fix download name (bug 27659) + +*humorixfortunes-1.4-r1 (15 Mar 2003) + + 29 Jun 2003; Daniel Ahlberg <aliz@gentoo.org> : + Added missing changelog entry. + +*humorixfortunes-1.4 (09 Jul 2002) + + 15 Jul 2002; J.Alberto S. L. <bass@gentoo.org> humorixfortunes-1.4-r1.ebuild: + Fixed install error bug #4786. + + 09 Jul 2002; Gabriele Giorgetti <stroke@gentoo.org> humorixfortunes-1.4.ebuild: + new version, KEYWORDS added. + +*humorixfortunes-1.3 (1 Feb 2002) + + 7 Jul 2002; Gabriele Giorgetti <stroke@gentoo.org> ChangeLog: + Added LICENSE and changed SRC_URI location. + + 1 Feb 2002; G.Bevin <gbevin@gentoo.org> ChangeLog : + Initial Import diff --git a/games-misc/fortune-mod-humorixfortunes/Manifest b/games-misc/fortune-mod-humorixfortunes/Manifest new file mode 100644 index 000000000000..8d4568e67df6 --- /dev/null +++ b/games-misc/fortune-mod-humorixfortunes/Manifest @@ -0,0 +1,3 @@ +MD5 584e67d794e054a1869cbc8e614b2b36 ChangeLog 1045 +MD5 0fe5d1bfdff8bbf61ce5914fe323c39d fortune-mod-humorixfortunes-1.4-r1.ebuild 717 +MD5 5d8a53e99c9ffd3db76d7b24a79b42b2 files/digest-fortune-mod-humorixfortunes-1.4-r1 70 diff --git a/games-misc/fortune-mod-humorixfortunes/files/digest-fortune-mod-humorixfortunes-1.4-r1 b/games-misc/fortune-mod-humorixfortunes/files/digest-fortune-mod-humorixfortunes-1.4-r1 new file mode 100644 index 000000000000..7ff9e28c4547 --- /dev/null +++ b/games-misc/fortune-mod-humorixfortunes/files/digest-fortune-mod-humorixfortunes-1.4-r1 @@ -0,0 +1 @@ +MD5 a0f5eb298aa5982aa54571f6e46aa58b humorixfortunes-1.4.tar.gz 97053 diff --git a/games-misc/fortune-mod-humorixfortunes/fortune-mod-humorixfortunes-1.4-r1.ebuild b/games-misc/fortune-mod-humorixfortunes/fortune-mod-humorixfortunes-1.4-r1.ebuild new file mode 100644 index 000000000000..b0ab7b125b9c --- /dev/null +++ b/games-misc/fortune-mod-humorixfortunes/fortune-mod-humorixfortunes-1.4-r1.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/games-misc/fortune-mod-humorixfortunes/fortune-mod-humorixfortunes-1.4-r1.ebuild,v 1.1 2003/09/10 18:14:04 vapier Exp $ + +MY_P=${P/fortune-mod-/} +S="${WORKDIR}/${MY_P}" +DESCRIPTION="Extra fortune cookies for fortune" +HOMEPAGE="http://i-want-a-website.com/about-linux/downloads.shtml" +SRC_URI="http://humorix.org/downloads/${MY_P}.tar.gz" + +LICENSE="as-is" +SLOT="0" +KEYWORDS="x86 ppc" + +DEPEND="virtual/glibc" +RDEPEND="app-games/fortune-mod" + +src_install() { + insinto /usr/share/fortune + doins humorix-misc humorix-misc.dat + doins humorix-stories humorix-stories.dat +} diff --git a/games-misc/fortune-mod-kernelcookies/ChangeLog b/games-misc/fortune-mod-kernelcookies/ChangeLog new file mode 100644 index 000000000000..98461e965d5e --- /dev/null +++ b/games-misc/fortune-mod-kernelcookies/ChangeLog @@ -0,0 +1,12 @@ +# ChangeLog for app-games/fortune-mod-kernelcookies +# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-misc/fortune-mod-kernelcookies/ChangeLog,v 1.1 2003/09/10 18:14:04 vapier Exp $ + + +*fortune-mod-kernelcookies-0.1 (05 Mar 2003) + + 26 Aug 2003; Joshua Kinard <kumba@gentoo.org> fortune-mod-kernelcookies-0.1.ebuild: + Added ~mips & ~sparc to KEYWORDS + + 05 Mar 2003; Mike Frysinger <vapier@gentoo.org> : + Initial import. Ebuild submitted by Fridtjof Busse <fridtjof@fbunet.de> #15557. diff --git a/games-misc/fortune-mod-kernelcookies/Manifest b/games-misc/fortune-mod-kernelcookies/Manifest new file mode 100644 index 000000000000..e9e1c686f054 --- /dev/null +++ b/games-misc/fortune-mod-kernelcookies/Manifest @@ -0,0 +1,3 @@ +MD5 2c734f9a94b6e41fefbcf8c79e89eeba ChangeLog 555 +MD5 f4d6bf548b794e2181439647c9809e94 fortune-mod-kernelcookies-0.1.ebuild 676 +MD5 5a4d8659a05f4d396335a6d4304af4f9 files/digest-fortune-mod-kernelcookies-0.1 63 diff --git a/games-misc/fortune-mod-kernelcookies/files/digest-fortune-mod-kernelcookies-0.1 b/games-misc/fortune-mod-kernelcookies/files/digest-fortune-mod-kernelcookies-0.1 new file mode 100644 index 000000000000..1d32c706546d --- /dev/null +++ b/games-misc/fortune-mod-kernelcookies/files/digest-fortune-mod-kernelcookies-0.1 @@ -0,0 +1 @@ +MD5 8169610cf3cf574d2ed5b4e0e97856c9 kernelcookies.tar.gz 4825 diff --git a/games-misc/fortune-mod-kernelcookies/fortune-mod-kernelcookies-0.1.ebuild b/games-misc/fortune-mod-kernelcookies/fortune-mod-kernelcookies-0.1.ebuild new file mode 100644 index 000000000000..f80152fbf703 --- /dev/null +++ b/games-misc/fortune-mod-kernelcookies/fortune-mod-kernelcookies-0.1.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/games-misc/fortune-mod-kernelcookies/fortune-mod-kernelcookies-0.1.ebuild,v 1.1 2003/09/10 18:14:04 vapier Exp $ + +S=${WORKDIR}/kernelcookies +DESCRIPTION="A collection of funny lines from the Linux kernel" +SRC_URI="http://unattached.i-no.de/pkgs/kernelcookies.tar.gz" +HOMEPAGE="http://unattached.i-no.de/software-misc.shtml" + +SLOT="0" +KEYWORDS="x86 ppc ~sparc ~mips" +LICENSE="GPL-2" + +DEPEND="virtual/glibc" +RDEPEND="app-games/fortune-mod" + +src_install() { + insinto /usr/share/fortune + doins kernelcookies.dat kernelcookies +} diff --git a/games-misc/fortune-mod-osfortune/ChangeLog b/games-misc/fortune-mod-osfortune/ChangeLog new file mode 100644 index 000000000000..949d37d568c2 --- /dev/null +++ b/games-misc/fortune-mod-osfortune/ChangeLog @@ -0,0 +1,12 @@ +# ChangeLog for app-games/fortune-mod-osfortune +# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-misc/fortune-mod-osfortune/ChangeLog,v 1.1 2003/09/10 18:14:04 vapier Exp $ + + +*fortune-mod-osfortune-1 (26 Jun 2003) + + 26 Aug 2003; Joshua Kinard <kumba@gentoo.org> fortune-mod-osfortune-1.ebuild: + Added ~mips & ~sparc to KEYWORDS + + 26 Jun 2003; Mike Frysinger <vapier@gentoo.org> : + Initial import. Ebuild submitted by Susie Edgeworth <arienadean@yahoo.com> #19015. diff --git a/games-misc/fortune-mod-osfortune/Manifest b/games-misc/fortune-mod-osfortune/Manifest new file mode 100644 index 000000000000..9ad019cae230 --- /dev/null +++ b/games-misc/fortune-mod-osfortune/Manifest @@ -0,0 +1,3 @@ +MD5 da6efedd95daa7f9d9ccaf11c40d5965 ChangeLog 538 +MD5 abc9d0e2f39a8c1afdec49a4ae96e38f fortune-mod-osfortune-1.ebuild 600 +MD5 31628b4c85297cebb319ed1432e91f0d files/digest-fortune-mod-osfortune-1 59 diff --git a/games-misc/fortune-mod-osfortune/files/digest-fortune-mod-osfortune-1 b/games-misc/fortune-mod-osfortune/files/digest-fortune-mod-osfortune-1 new file mode 100644 index 000000000000..17d02fc93dd9 --- /dev/null +++ b/games-misc/fortune-mod-osfortune/files/digest-fortune-mod-osfortune-1 @@ -0,0 +1 @@ +MD5 bb30546632cc6f9fcc0b48a453b15e1d osfortune.tar.gz 3097 diff --git a/games-misc/fortune-mod-osfortune/fortune-mod-osfortune-1.ebuild b/games-misc/fortune-mod-osfortune/fortune-mod-osfortune-1.ebuild new file mode 100644 index 000000000000..1126bbec3e10 --- /dev/null +++ b/games-misc/fortune-mod-osfortune/fortune-mod-osfortune-1.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/games-misc/fortune-mod-osfortune/fortune-mod-osfortune-1.ebuild,v 1.1 2003/09/10 18:14:04 vapier Exp $ + +DESCRIPTION="Open sources fortune file" +HOMEPAGE="http://www.dibona.com/opensources/index.shtml" +SRC_URI="http://www.dibona.com/opensources/osfortune.tar.gz" + +LICENSE="GPL-1" +SLOT="0" +KEYWORDS="x86 ~sparc ~mips" + +DEPEND="app-games/fortune-mod" +RDEPEND="" + +S=${WORKDIR} + +src_install() { + insinto /usr/share/fortune + doins osfortune osfortune.dat +} diff --git a/games-misc/fortune-mod-simpsons-chalkboard/ChangeLog b/games-misc/fortune-mod-simpsons-chalkboard/ChangeLog new file mode 100644 index 000000000000..a48c9528e7fa --- /dev/null +++ b/games-misc/fortune-mod-simpsons-chalkboard/ChangeLog @@ -0,0 +1,15 @@ +# ChangeLog for app-games/fortune-mod-simpsons-chalkboard +# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-misc/fortune-mod-simpsons-chalkboard/ChangeLog,v 1.1 2003/09/10 18:14:04 vapier Exp $ + + +*fortune-mod-simpsons-chalkboard-0.1.ebuild (12 Aug 2002) + + 26 Aug 2003; Joshua Kinard <kumba@gentoo.org> fortune-mod-simpsons-chalkboard-0.1.ebuild: + Added ~mips & ~sparc to KEYWORDS + + 03 Nov 2002; Jon Nall <nall@gentoo.org> fortune-mod-homer-0.1.ebuild : + changed PPC to ppc in KEYWORDS + + 12 Aug 2002; J. Alberto Suárez López <bass@gentoo.org> fortune-mod-homer-0.1.ebuild : + First relase. diff --git a/games-misc/fortune-mod-simpsons-chalkboard/Manifest b/games-misc/fortune-mod-simpsons-chalkboard/Manifest new file mode 100644 index 000000000000..c2b0b2319d15 --- /dev/null +++ b/games-misc/fortune-mod-simpsons-chalkboard/Manifest @@ -0,0 +1,3 @@ +MD5 737644218ee6f466aece87182668dda1 ChangeLog 662 +MD5 78c426e7a9219a12e41dee0726e01ea5 fortune-mod-simpsons-chalkboard-0.1.ebuild 752 +MD5 e497cf405e41d508c87bdcf9e344f784 files/digest-fortune-mod-simpsons-chalkboard-0.1 74 diff --git a/games-misc/fortune-mod-simpsons-chalkboard/files/digest-fortune-mod-simpsons-chalkboard-0.1 b/games-misc/fortune-mod-simpsons-chalkboard/files/digest-fortune-mod-simpsons-chalkboard-0.1 new file mode 100644 index 000000000000..dd962433ed22 --- /dev/null +++ b/games-misc/fortune-mod-simpsons-chalkboard/files/digest-fortune-mod-simpsons-chalkboard-0.1 @@ -0,0 +1 @@ +MD5 1602ec6df3336a7e01f857b8419c8df1 fortune-simpsons-chalkboard.tgz 5803 diff --git a/games-misc/fortune-mod-simpsons-chalkboard/fortune-mod-simpsons-chalkboard-0.1.ebuild b/games-misc/fortune-mod-simpsons-chalkboard/fortune-mod-simpsons-chalkboard-0.1.ebuild new file mode 100644 index 000000000000..dd464c520475 --- /dev/null +++ b/games-misc/fortune-mod-simpsons-chalkboard/fortune-mod-simpsons-chalkboard-0.1.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/games-misc/fortune-mod-simpsons-chalkboard/fortune-mod-simpsons-chalkboard-0.1.ebuild,v 1.1 2003/09/10 18:14:04 vapier Exp $ + +S=${WORKDIR}/${PN/mod-/} +DESCRIPTION="Quotes from Bart Simpson's Chalkboard, shown at the opening of each Simpsons episode" +SRC_URI="http://www.splitbrain.org/Fortunes/simpsons/fortune-simpsons-chalkboard.tgz" +HOMEPAGE="http://www.splitbrain.org/index.php?x=.%2FFortunes%2Fsimpsons" + +SLOT="0" +KEYWORDS="x86 ppc ~sparc ~mips" +LICENSE="GPL-2" + +DEPEND="virtual/glibc" +RDEPEND="app-games/fortune-mod" + +src_install() { + insinto /usr/share/fortune + doins chalkboard chalkboard.dat +} diff --git a/games-misc/fortune-mod-smac/ChangeLog b/games-misc/fortune-mod-smac/ChangeLog new file mode 100644 index 000000000000..4464ed712bbd --- /dev/null +++ b/games-misc/fortune-mod-smac/ChangeLog @@ -0,0 +1,12 @@ +# ChangeLog for app-games/fortune-mod-smac +# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-misc/fortune-mod-smac/ChangeLog,v 1.1 2003/09/10 18:14:05 vapier Exp $ + + +*fortune-mod-smac-0.1 (14 Dec 2002) + + 26 Aug 2003; Joshua Kinard <kumba@gentoo.org> fortune-mod-smac-0.1.ebuild: + Added ~mips & ~sparc to KEYWORDS + + 14 Dec 2002; Mike Frysinger <vapier@gentoo.org> : + Initial import. Ebuild submitted by Bryn Davies <curious@ihug.com.au>. diff --git a/games-misc/fortune-mod-smac/Manifest b/games-misc/fortune-mod-smac/Manifest new file mode 100644 index 000000000000..e989dde9c76c --- /dev/null +++ b/games-misc/fortune-mod-smac/Manifest @@ -0,0 +1,3 @@ +MD5 cb12f2de00e447b8114c6216eacd1c7b ChangeLog 510 +MD5 0ceb8eddc30591aea4b534efd93121b2 fortune-mod-smac-0.1.ebuild 624 +MD5 7509f3036bc993611b8b86f39244af7b files/digest-fortune-mod-smac-0.1 71 diff --git a/games-misc/fortune-mod-smac/files/digest-fortune-mod-smac-0.1 b/games-misc/fortune-mod-smac/files/digest-fortune-mod-smac-0.1 new file mode 100644 index 000000000000..775487a8b917 --- /dev/null +++ b/games-misc/fortune-mod-smac/files/digest-fortune-mod-smac-0.1 @@ -0,0 +1 @@ +MD5 23caeb835ded26a407c682bfc589cfed fortune-mod-smac-0.1.tar.gz 22205 diff --git a/games-misc/fortune-mod-smac/fortune-mod-smac-0.1.ebuild b/games-misc/fortune-mod-smac/fortune-mod-smac-0.1.ebuild new file mode 100644 index 000000000000..701f38481b55 --- /dev/null +++ b/games-misc/fortune-mod-smac/fortune-mod-smac-0.1.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/games-misc/fortune-mod-smac/fortune-mod-smac-0.1.ebuild,v 1.1 2003/09/10 18:14:05 vapier Exp $ + +DESCRIPTION="Quotes from the Alpha Centauri: Alien Crossfire tech tree" +SRC_URI="http://homepages.ihug.com.au/~alana/files/fortune-mod-smac/${P}.tar.gz" +HOMEPAGE="http://homepages.ihug.com.au/~alana/" + +KEYWORDS="x86 ~sparc ~mips" +SLOT="0" +LICENSE="as-is" + +DEPEND="virtual/glibc" +RDEPEND="app-games/fortune-mod" + +src_install() { + insinto /usr/share/fortune + doins smac smac.dat +} diff --git a/games-misc/fortune-mod-sp-fortunes/ChangeLog b/games-misc/fortune-mod-sp-fortunes/ChangeLog new file mode 100644 index 000000000000..619b65768474 --- /dev/null +++ b/games-misc/fortune-mod-sp-fortunes/ChangeLog @@ -0,0 +1,15 @@ +# ChangeLog for app-games/fortune-mod-sp-fortunes +# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-misc/fortune-mod-sp-fortunes/ChangeLog,v 1.1 2003/09/10 18:14:05 vapier Exp $ + +*fortune-mod-sp-fortunes-0.1 (03 Sep 2003) + + 03 Sep 2003; Michael Sterrett <msterret@gentoo.org> + fortune-mod-sp-fortunes-0.1.ebuild: + fix download name (bug 27859) + +*sp-fortunes-0.1 (22 Apr 2003) + + 22 Apr 2003; Seth Chandler <sethbc@gentoo.org>; sp-fortunes-0.1.ebuild: + initial import courtesy of Susie Edgeworth <arienadean@yahoo.com> + diff --git a/games-misc/fortune-mod-sp-fortunes/Manifest b/games-misc/fortune-mod-sp-fortunes/Manifest new file mode 100644 index 000000000000..c0994e41b5fe --- /dev/null +++ b/games-misc/fortune-mod-sp-fortunes/Manifest @@ -0,0 +1,3 @@ +MD5 505436a5d4323ad807a2fe886cfd422d ChangeLog 594 +MD5 71d13b49c79f532a83420c201524dbf3 fortune-mod-sp-fortunes-0.1.ebuild 632 +MD5 94ac29960f1c70a63745d953165c2906 files/digest-fortune-mod-sp-fortunes-0.1 57 diff --git a/games-misc/fortune-mod-sp-fortunes/files/digest-fortune-mod-sp-fortunes-0.1 b/games-misc/fortune-mod-sp-fortunes/files/digest-fortune-mod-sp-fortunes-0.1 new file mode 100644 index 000000000000..5f0391b7ad93 --- /dev/null +++ b/games-misc/fortune-mod-sp-fortunes/files/digest-fortune-mod-sp-fortunes-0.1 @@ -0,0 +1 @@ +MD5 62ae0ed5c7b681ffaf48a1626f345dcb SP-0.1.tar.gz 12009 diff --git a/games-misc/fortune-mod-sp-fortunes/fortune-mod-sp-fortunes-0.1.ebuild b/games-misc/fortune-mod-sp-fortunes/fortune-mod-sp-fortunes-0.1.ebuild new file mode 100644 index 000000000000..cd9ce3af018f --- /dev/null +++ b/games-misc/fortune-mod-sp-fortunes/fortune-mod-sp-fortunes-0.1.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/games-misc/fortune-mod-sp-fortunes/fortune-mod-sp-fortunes-0.1.ebuild,v 1.1 2003/09/10 18:14:05 vapier Exp $ + +MY_P=${P/fortune-mod-sp-fortunes/SP} +MY_PN=${PN/fortune-mod-sp-fortunes/SP} +DESCRIPTION="South Park Fortunes" +HOMEPAGE="http://eol.init1.nl/pub/linux/index.php" +SRC_URI="http://eol.init1.nl/img/${MY_P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="x86" + +DEPEND="app-games/fortune-mod" + +S=${WORKDIR}/${MY_PN} + +src_install() { + insinto /usr/share/fortune + doins SP SP.dat +} diff --git a/games-misc/fortune-mod-starwars/ChangeLog b/games-misc/fortune-mod-starwars/ChangeLog new file mode 100644 index 000000000000..50e732cead41 --- /dev/null +++ b/games-misc/fortune-mod-starwars/ChangeLog @@ -0,0 +1,15 @@ +# ChangeLog for app-games/fortune-mod-starwars +# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-misc/fortune-mod-starwars/ChangeLog,v 1.1 2003/09/10 18:14:05 vapier Exp $ + + +*fortune-mod-starwars-0.1.ebuild (12 Aug 2002) + + 26 Aug 2003; Joshua Kinard <kumba@gentoo.org> fortune-mod-starwars-0.1.ebuild: + Added ~mips & ~sparc to KEYWORDS + + 03 Nov 2002; Jon Nall <nall@gentoo.org> fortune-mod-starwars-0.1.ebuild : + changed PPC to ppc in KEYWORDS + + 12 Aug 2002; J. Alberto Suárez López <bass@gentoo.org> fortune-mod-starwars-0.1.ebuild : + First relase. diff --git a/games-misc/fortune-mod-starwars/Manifest b/games-misc/fortune-mod-starwars/Manifest new file mode 100644 index 000000000000..28caeb4916fa --- /dev/null +++ b/games-misc/fortune-mod-starwars/Manifest @@ -0,0 +1,3 @@ +MD5 0e0ee1501c65f1f356244b5ab166ed78 ChangeLog 624 +MD5 abb304643cfb792e8f3308aed49d2787 fortune-mod-starwars-0.1.ebuild 700 +MD5 672919c0c6a3d083176370a7afb602ae files/digest-fortune-mod-starwars-0.1 63 diff --git a/games-misc/fortune-mod-starwars/files/digest-fortune-mod-starwars-0.1 b/games-misc/fortune-mod-starwars/files/digest-fortune-mod-starwars-0.1 new file mode 100644 index 000000000000..a685e9f2503e --- /dev/null +++ b/games-misc/fortune-mod-starwars/files/digest-fortune-mod-starwars-0.1 @@ -0,0 +1 @@ +MD5 2f4443470a5d7bcb7c5efde501f8e6f5 fortune-starwars.tgz 5547 diff --git a/games-misc/fortune-mod-starwars/fortune-mod-starwars-0.1.ebuild b/games-misc/fortune-mod-starwars/fortune-mod-starwars-0.1.ebuild new file mode 100644 index 000000000000..7fda3b67ef6a --- /dev/null +++ b/games-misc/fortune-mod-starwars/fortune-mod-starwars-0.1.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/games-misc/fortune-mod-starwars/fortune-mod-starwars-0.1.ebuild,v 1.1 2003/09/10 18:14:05 vapier Exp $ + +S=${WORKDIR}/${PN/mod-/} +DESCRIPTION="Quotes from StarWars, The Empire Strikes Back, and Return of the Jedi" +SRC_URI="http://www.splitbrain.org/Fortunes/starwars/fortune-starwars.tgz" +HOMEPAGE="http://www.splitbrain.org/index.php?x=.%2FFortunes%2Fstarwars" + +SLOT="0" +KEYWORDS="x86 ppc ~sparc ~mips" +LICENSE="GPL-2" + +DEPEND="virtual/glibc" +RDEPEND="app-games/fortune-mod" + +src_install() { + insinto /usr/share/fortune + doins starwars starwars.dat +} diff --git a/games-misc/fortune-mod-tao/ChangeLog b/games-misc/fortune-mod-tao/ChangeLog new file mode 100644 index 000000000000..6f1021c429c3 --- /dev/null +++ b/games-misc/fortune-mod-tao/ChangeLog @@ -0,0 +1,12 @@ +# ChangeLog for app-games/fortune-mod-tao +# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-misc/fortune-mod-tao/ChangeLog,v 1.1 2003/09/10 18:14:05 vapier Exp $ + + +*fortune-mod-tao-1 (26 Jun 2003) + + 26 Aug 2003; Joshua Kinard <kumba@gentoo.org> fortune-mod-tao-1.ebuild: + Added ~mips & ~sparc to KEYWORDS + + 26 Jun 2003; Mike Frysinger <vapier@gentoo.org> : + Initial import. Ebuild submitted by Susie Edgeworth <arienadean@yahoo.com> #19013. diff --git a/games-misc/fortune-mod-tao/Manifest b/games-misc/fortune-mod-tao/Manifest new file mode 100644 index 000000000000..de952aae5ae3 --- /dev/null +++ b/games-misc/fortune-mod-tao/Manifest @@ -0,0 +1,3 @@ +MD5 7a719c23c9bd1e4c7d9a7625951cdd76 ChangeLog 514 +MD5 36170f3ed990dd07ae11248794d89c2c fortune-mod-tao-1.ebuild 599 +MD5 5ed3cf63cb048473706b5ec1d12adae8 files/digest-fortune-mod-tao-1 62 diff --git a/games-misc/fortune-mod-tao/files/digest-fortune-mod-tao-1 b/games-misc/fortune-mod-tao/files/digest-fortune-mod-tao-1 new file mode 100644 index 000000000000..979d5f83def6 --- /dev/null +++ b/games-misc/fortune-mod-tao/files/digest-fortune-mod-tao-1 @@ -0,0 +1 @@ +MD5 9dd679fee3a8fff17daaf6563fd2cd8f fortune-tao.tar.gz 15381 diff --git a/games-misc/fortune-mod-tao/fortune-mod-tao-1.ebuild b/games-misc/fortune-mod-tao/fortune-mod-tao-1.ebuild new file mode 100644 index 000000000000..66cd6c46acee --- /dev/null +++ b/games-misc/fortune-mod-tao/fortune-mod-tao-1.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/games-misc/fortune-mod-tao/fortune-mod-tao-1.ebuild,v 1.1 2003/09/10 18:14:05 vapier Exp $ + +MY_PN=${PN/mod-/} +DESCRIPTION="set of fortunes based on the Tao-Teh-Ching" +HOMEPAGE="http://aboleo.net/software/" +SRC_URI="http://aboleo.net/software/misc/${MY_PN}.tar.gz" + +LICENSE="GPL-1" +SLOT="0" +KEYWORDS="x86 ~sparc ~mips" + +DEPEND="app-games/fortune-mod" +RDEPEND="" + +S=${WORKDIR}/${MY_PN} + +src_install() { + insinto /usr/share/fortune + doins tao tao.dat +} diff --git a/games-misc/fortune-mod/ChangeLog b/games-misc/fortune-mod/ChangeLog new file mode 100644 index 000000000000..c89d5b38ebc5 --- /dev/null +++ b/games-misc/fortune-mod/ChangeLog @@ -0,0 +1,52 @@ +# ChangeLog for app-games/fortune-mod +# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-misc/fortune-mod/ChangeLog,v 1.1 2003/09/10 18:14:04 vapier Exp $ + + +*fortune-mod-9708-r1 (20 Jul 2002) + + 26 Aug 2003; Joshua Kinard <kumba@gentoo.org> fortune-mod-9708-r1.ebuild: + Added ~mips to KEYWORDS + + 28 Jun 2003; Mike Frysinger <vapier@gentoo.org> : + Added patches to fix #19842 and clean up. + + 05 Jun 2003; Martin Holzer <mholzer@gentoo.org> fortune-mod-9708-r1.ebuild: + Added Manpage fix. Closes #20145. + + 03 Jun 2003; Tavis Ormandy <taviso@gentoo.org> fortune-mod-9708-r1.ebuild: + marking alpha. + + 07 Dec 2002; Jack Morgan <jmorgan@gentoo.org> fortune-mod-9708-r1.ebuild : + Changed sparc64 to sparc keyword + + 19 Sept 2002; Mike Frysinger <vapier@gentoo.org> : + Found the proper 'home' for fortune-mod + + 23 Aug 2002; J. Alberto Suárez López <bass@gentoo.org> fortune-mod-9708-r1.ebuild: + Added advisory about how enable offensive fortune. + + 20 Jul 2002; Jose Alberto Suárez López <bass@gentoo.org> fortune-mod-9708-r1.ebuild: + Fixed problem with fortune-offensive. If you want it, need edit the + ebuild and change $offensive= to $offensive=1 + +*fortune-mod-9708 (1 Feb 2002) + + 19 Sept 2002; Mike Frysinger <vapier@gentoo.org> : + Found the proper 'home' for fortune-mod + + 17 jul 2002; Jose Alberto Suárez López <bass@gentoo.org> fortune-mod-9708.ebuild : + Added LICENSE. + + 15 Jul 2002; Owen Stampflee <owen@gentoo.org> : + + Added KEYWORDS. + + + 1 Feb 2002; G.Bevin <gbevin@gentoo.org> ChangeLog : + + Added initial ChangeLog which should be updated whenever the package is + updated in any way. This changelog is targetted to users. This means that the + comments should well explained and written in clean English. The details about + writing correct changelogs are explained in the skel.ChangeLog file which you + can find in the root directory of the portage repository. diff --git a/games-misc/fortune-mod/Manifest b/games-misc/fortune-mod/Manifest new file mode 100644 index 000000000000..44f542bac632 --- /dev/null +++ b/games-misc/fortune-mod/Manifest @@ -0,0 +1,5 @@ +MD5 4a842ae009ee6ce8b008e51c4592941f ChangeLog 1959 +MD5 e754fbb500e3b26b9025f3ffb6787301 fortune-mod-9708-r1.ebuild 1381 +MD5 45891a0eae39a7ec90b6f2433147874f files/digest-fortune-mod-9708-r1 69 +MD5 69ebce3aec1f10dead82c52fd02c1350 files/9708-Makefile.patch 1305 +MD5 53d07a3874dcef229e5e19296a9d8db1 files/9708-ppc-rot.patch 226 diff --git a/games-misc/fortune-mod/files/9708-Makefile.patch b/games-misc/fortune-mod/files/9708-Makefile.patch new file mode 100644 index 000000000000..a49e9424307c --- /dev/null +++ b/games-misc/fortune-mod/files/9708-Makefile.patch @@ -0,0 +1,41 @@ +--- Makefile.orig 2003-06-28 01:37:38.000000000 -0400 ++++ Makefile 2003-06-28 01:39:44.000000000 -0400 +@@ -3,24 +3,24 @@ + # + + # Where does the fortune program go? +-FORTDIR=/usr/local/games ++FORTDIR=$(DESTDIR)/usr/bin + # Where do the data files (fortunes, or cookies) go? +-COOKIEDIR=/usr/local/share/games/fortunes ++COOKIEDIR=$(DESTDIR)/usr/share/fortune + # Offensive ones? + OCOOKIEDIR=$(COOKIEDIR)/off + # The ones with html tags? + WCOOKIEDIR=$(COOKIEDIR)/html + # Where do strfile and unstr go? +-BINDIR=/usr/local/bin ++BINDIR=$(DESTDIR)/usr/bin + # What is the proper mode for strfile and unstr? 755= everyone, 700= root only + BINMODE=0755 + #BINMODE=0700 + # Where do the man pages for strfile and unstr go? +-BINMANDIR=/usr/local/man/man1 ++BINMANDIR=$(DESTDIR)/usr/share/man/man1 + # What is their proper extension? + BINMANEXT=1 + # And the same for the fortune man page +-FORTMANDIR=/usr/local/man/man6 ++FORTMANDIR=$(DESTDIR)/usr/share/man/man6 + FORTMANEXT=6 + # Do we want to install the offensive files? (0 no, 1 yes) + OFFENSIVE=1 +@@ -55,7 +55,7 @@ + REGEXLIBS= + + DEFINES=-DFORTDIR="\"$(COOKIEDIR)\"" -DOFFDIR="\"$(OCOOKIEDIR)\"" +-CFLAGS=-O2 $(DEFINES) -Wall -fomit-frame-pointer -pipe ++CFLAGS= $(DEFINES) $(OPTCFLAGS) + LDFLAGS=-s + + # The above flags are used by default; the debug flags are used when make diff --git a/games-misc/fortune-mod/files/9708-ppc-rot.patch b/games-misc/fortune-mod/files/9708-ppc-rot.patch new file mode 100644 index 000000000000..c22863203faa --- /dev/null +++ b/games-misc/fortune-mod/files/9708-ppc-rot.patch @@ -0,0 +1,11 @@ +--- util/rot.c.orig 2003-06-28 01:45:44.000000000 -0400 ++++ util/rot.c 2003-06-28 01:45:51.000000000 -0400 +@@ -8,7 +8,7 @@ + + int main(void) + { +- char a, b; ++ short int a, b; + + while ((a = getchar()) != EOF) + { diff --git a/games-misc/fortune-mod/files/digest-fortune-mod-9708-r1 b/games-misc/fortune-mod/files/digest-fortune-mod-9708-r1 new file mode 100644 index 000000000000..679b925ad361 --- /dev/null +++ b/games-misc/fortune-mod/files/digest-fortune-mod-9708-r1 @@ -0,0 +1 @@ +MD5 81a87a44f9d94b0809dfc2b7b140a379 fortune-mod-9708.tar.gz 1408517 diff --git a/games-misc/fortune-mod/fortune-mod-9708-r1.ebuild b/games-misc/fortune-mod/fortune-mod-9708-r1.ebuild new file mode 100644 index 000000000000..7808ac15bf85 --- /dev/null +++ b/games-misc/fortune-mod/fortune-mod-9708-r1.ebuild @@ -0,0 +1,53 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/games-misc/fortune-mod/fortune-mod-9708-r1.ebuild,v 1.1 2003/09/10 18:14:04 vapier Exp $ + +inherit eutils + +#The original (http://www.progsoc.uts.edu.au/~dbugger/hacks/hacks.html) is dead +# but the guy setup his 'perm' home with LSM (http://lsm.execpc.com/) +DESCRIPTION="The notorious fortune program" +HOMEPAGE="ftp://sunsite.unc.edu/pub/Linux/games/amusements/fortune/" +SRC_URI="http://www.ibiblio.org/pub/Linux/games/amusements/fortune/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="x86 ppc sparc alpha ~mips" +IUSE="offensive" + +DEPEND="virtual/glibc" + +[ `use offensive` ] && off=1 || off=0 + +pkg_setup() { + einfo "By default the fortune ebuild does not include 'offensive' fortunes." + einfo "If you wish to enable this functionality, you must manually edit the" + einfo "ebuild. The comments inside are self explainatory." +} + +src_unpack() { + unpack ${A} + cd ${S} + epatch ${FILESDIR}/${PV}-Makefile.patch + epatch ${FILESDIR}/${PV}-ppc-rot.patch +} + +src_compile() { + emake \ + OFFENSIVE=${off} \ + OPTCFLAGS="${CFLAGS}" \ + || die +} + +src_install() { + make \ + OFFENSIVE=${off} \ + OPTCFLAGS="${CFLAGS}" \ + DESTDIR=${D} \ + install \ + || die + + dosed /usr/share/man/man6/fortune.6 + + dodoc ChangeLog INDEX INSTALL Notes README TODO +} diff --git a/games-misc/funny-manpages/ChangeLog b/games-misc/funny-manpages/ChangeLog new file mode 100644 index 000000000000..8ccac2ea795f --- /dev/null +++ b/games-misc/funny-manpages/ChangeLog @@ -0,0 +1,8 @@ +# ChangeLog for app-games/funny-manpages +# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-misc/funny-manpages/ChangeLog,v 1.1 2003/09/10 18:14:05 vapier Exp $ + +*funny-manpages-1.3_rc4 (14 Dec 2002) + + 14 Dec 2002; Mike Frysinger <vapier@gentoo.org> : + Initial import. Ebuild submitted by Paul Belt <gaarde@yahoo.com>. diff --git a/games-misc/funny-manpages/Manifest b/games-misc/funny-manpages/Manifest new file mode 100644 index 000000000000..e99009aa177d --- /dev/null +++ b/games-misc/funny-manpages/Manifest @@ -0,0 +1,3 @@ +MD5 b88f138fe7101a4f10a17c011c525d85 files/digest-funny-manpages-1.3_rc4 145 +MD5 8ab3a5967717f2ad8bd74c862eb090d3 funny-manpages-1.3_rc4.ebuild 743 +MD5 0eb6c2170a39c0ad7e976f7084ff8195 ChangeLog 390 diff --git a/games-misc/funny-manpages/files/digest-funny-manpages-1.3_rc4 b/games-misc/funny-manpages/files/digest-funny-manpages-1.3_rc4 new file mode 100644 index 000000000000..8d9993044945 --- /dev/null +++ b/games-misc/funny-manpages/files/digest-funny-manpages-1.3_rc4 @@ -0,0 +1,2 @@ +MD5 bed1deef82218d42fb230a2176a11ed4 funny-manpages_1.3.orig.tar.gz 22691 +MD5 5ac072b96408fb22477a77540fc89332 funny-manpages_1.3-4.diff.gz 2484 diff --git a/games-misc/funny-manpages/funny-manpages-1.3_rc4.ebuild b/games-misc/funny-manpages/funny-manpages-1.3_rc4.ebuild new file mode 100644 index 000000000000..3d393d1324a6 --- /dev/null +++ b/games-misc/funny-manpages/funny-manpages-1.3_rc4.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/games-misc/funny-manpages/funny-manpages-1.3_rc4.ebuild,v 1.1 2003/09/10 18:14:05 vapier Exp $ + +inherit eutils + +MY_R="4" +MY_P="${PN}_${PV/_rc4/}" +DESCRIPTION="funny manpages collected from various sources" +HOMEPAGE="http://debian.org/" +SRC_URI="http://ftp.debian.org/debian/pool/main/f/funny-manpages/${MY_P}.orig.tar.gz + http://ftp.debian.org/debian/pool/main/f/funny-manpages/${MY_P}-${MY_R}.diff.gz" + +LICENSE="as-is" +SLOT="0" +KEYWORDS="x86 ppc" + +RDEPEND="sys-apps/man" + +S="${WORKDIR}/${MY_P/_/-}.orig" + +src_unpack() { + unpack ${A} + epatch ${MY_P}-${MY_R}.diff +} + +src_install() { + doman * +} diff --git a/games-misc/gnurobots/ChangeLog b/games-misc/gnurobots/ChangeLog new file mode 100644 index 000000000000..08b695478e94 --- /dev/null +++ b/games-misc/gnurobots/ChangeLog @@ -0,0 +1,8 @@ +# ChangeLog for app-games/gnurobots +# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-misc/gnurobots/ChangeLog,v 1.1 2003/09/10 18:14:05 vapier Exp $ + +*gnurobots-1.0d (22 Dec 2002) + + 22 Dec 2002; Mike Frysinger <vapier@gentoo.org> : + Initial import. Ebuild submitted by Rigo Ketelings <rigo@home.nl>. diff --git a/games-misc/gnurobots/Manifest b/games-misc/gnurobots/Manifest new file mode 100644 index 000000000000..a70bfec67aff --- /dev/null +++ b/games-misc/gnurobots/Manifest @@ -0,0 +1,3 @@ +MD5 09503bc71faa23895576b61e67509d13 ChangeLog 373 +MD5 3a69693ce344a208821dc373552f996a gnurobots-1.0d.ebuild 895 +MD5 de238cc8465c6cf347f48ddc94f9011e files/digest-gnurobots-1.0d 65 diff --git a/games-misc/gnurobots/files/digest-gnurobots-1.0d b/games-misc/gnurobots/files/digest-gnurobots-1.0d new file mode 100644 index 000000000000..91692d0f2583 --- /dev/null +++ b/games-misc/gnurobots/files/digest-gnurobots-1.0d @@ -0,0 +1 @@ +MD5 0ced682367b0dc9b2fcfdb40230a5fb5 gnurobots-1.0D.tar.gz 71850 diff --git a/games-misc/gnurobots/gnurobots-1.0d.ebuild b/games-misc/gnurobots/gnurobots-1.0d.ebuild new file mode 100644 index 000000000000..f9bb117e82f7 --- /dev/null +++ b/games-misc/gnurobots/gnurobots-1.0d.ebuild @@ -0,0 +1,38 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/games-misc/gnurobots/gnurobots-1.0d.ebuild,v 1.1 2003/09/10 18:14:05 vapier Exp $ + +inherit games + +MY_P="${PN}-${PV/d/D}" +DESCRIPTION="Game/diversion where you construct a program for a little robot then set him loose and watch him explore a world on his own" +HOMEPAGE="http://www.gnu.org/directory/games/gnurobots.html" +SRC_URI="mirror://gnu/${PN}/${MY_P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="x86" +IUSE="X" + +S=${WORKDIR}/${MY_P} + +DEPEND="X? ( virtual/x11 ) + dev-util/guile" + +src_compile() { + egamesconf || die + emake || die +} + +src_install() { + dogamesbin src/{robots,xrobots,robots_logfile} + + insinto ${GAMES_DATADIR}/${PN}/scheme + doins scheme/*.scm + insinto ${GAMES_DATADIR}/${PN}/maps + doins maps/*.map + + dodoc doc/* + + prepgamesdirs +} diff --git a/games-misc/groach/ChangeLog b/games-misc/groach/ChangeLog new file mode 100644 index 000000000000..47fe7ca4fec8 --- /dev/null +++ b/games-misc/groach/ChangeLog @@ -0,0 +1,9 @@ +# ChangeLog for app-games/groach +# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-misc/groach/ChangeLog,v 1.1 2003/09/10 18:14:05 vapier Exp $ + +*groach-0.4.0 (22 May 2003) + + 22 May 2003; Jon Portnoy <avenj@gentoo.org> groach-0.4.0.ebuild : + Initial import. Ebuild submitted by MATSUU Takuto in bug + #20918. diff --git a/games-misc/groach/Manifest b/games-misc/groach/Manifest new file mode 100644 index 000000000000..1bc7e6f891f5 --- /dev/null +++ b/games-misc/groach/Manifest @@ -0,0 +1,3 @@ +MD5 17ac7ce07a0eca35ac511a8dbae1f385 files/digest-groach-0.4.0 64 +MD5 0e9616847e7553b4b38df89302727c89 ChangeLog 379 +MD5 83b65e07b974fbbfdfd35ed0cca98207 groach-0.4.0.ebuild 722 diff --git a/games-misc/groach/files/digest-groach-0.4.0 b/games-misc/groach/files/digest-groach-0.4.0 new file mode 100644 index 000000000000..8a488b2715a9 --- /dev/null +++ b/games-misc/groach/files/digest-groach-0.4.0 @@ -0,0 +1 @@ +MD5 27fd978cb259990e166277375f07839f groach-0.4.0.tar.gz 310019 diff --git a/games-misc/groach/groach-0.4.0.ebuild b/games-misc/groach/groach-0.4.0.ebuild new file mode 100644 index 000000000000..75c6bb7334cf --- /dev/null +++ b/games-misc/groach/groach-0.4.0.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/games-misc/groach/groach-0.4.0.ebuild,v 1.1 2003/09/10 18:14:05 vapier Exp $ + +DESCRIPTION="all-time best the xroach returns to GNOME" +HOMEPAGE="http://home.catv.ne.jp/pp/ginoue/software/groach/" +SRC_URI="http://home.catv.ne.jp/pp/ginoue/software/groach/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="x86" +IUSE="nls" + +DEPEND="=x11-libs/gtk+-1.2* + >=gnome-base/gnome-libs-1.0.0 + nls? ( sys-devel/gettext )" + +src_compile() { + econf `use_enable nls` || die + emake || die +} + +src_install() { + einstall || die + dodoc ABOUT-NLS AUTHORS ChangeLog INSTALL NEWS README TODO || die +} diff --git a/games-misc/sex/ChangeLog b/games-misc/sex/ChangeLog new file mode 100644 index 000000000000..c9d23bcae443 --- /dev/null +++ b/games-misc/sex/ChangeLog @@ -0,0 +1,12 @@ +# ChangeLog for app-games/sex +# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-misc/sex/ChangeLog,v 1.1 2003/09/10 18:14:05 vapier Exp $ + + 09 Jun 2003; Brad Laue <brad@gentoo.org> sex-1.0.ebuild: + Mark stable for x86 + +*sex-1.0 (08 Jun 2003) + + 08 Jun 2003; Brad Laue <brad@gentoo.org> sex-1.0.ebuild: + Added app-games/sex, a silly mad-lib generator. + diff --git a/games-misc/sex/Manifest b/games-misc/sex/Manifest new file mode 100644 index 000000000000..9ccde5bfb0fa --- /dev/null +++ b/games-misc/sex/Manifest @@ -0,0 +1,3 @@ +MD5 08bdff658bc996f3b42dadbb57f437d2 ChangeLog 422 +MD5 b260b53210397f40a9673a8b169b2330 sex-1.0.ebuild 588 +MD5 4b71409d939173dbcfeced4eeecc69e8 files/digest-sex-1.0 57 diff --git a/games-misc/sex/files/digest-sex-1.0 b/games-misc/sex/files/digest-sex-1.0 new file mode 100644 index 000000000000..117990ab7aff --- /dev/null +++ b/games-misc/sex/files/digest-sex-1.0 @@ -0,0 +1 @@ +MD5 c35a3cfe1536f1b2a16102526a74edd6 sex-1.0.tar.gz 4820 diff --git a/games-misc/sex/sex-1.0.ebuild b/games-misc/sex/sex-1.0.ebuild new file mode 100644 index 000000000000..67a45394476a --- /dev/null +++ b/games-misc/sex/sex-1.0.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/games-misc/sex/sex-1.0.ebuild,v 1.1 2003/09/10 18:14:05 vapier Exp $ + +DESCRIPTION="Spouts silly mad-lib-style porn-like text" +HOMEPAGE="http://spatula.net/software/sex/" +SRC_URI="http://spatula.net/software/sex/${P}.tar.gz" +LICENSE="BSD" +SLOT="0" +KEYWORDS="x86" +IUSE="" +DEPEND="virtual/glibc + sys-devel/pmake" +#RDEPEND="" + +S=${WORKDIR}/${P} + +src_compile() { + /usr/bin/pmake || die +} + +src_install() { + dobin sex + doman sex.6 + dodoc README +} diff --git a/games-misc/wtf/ChangeLog b/games-misc/wtf/ChangeLog new file mode 100644 index 000000000000..c0de8b9b1d28 --- /dev/null +++ b/games-misc/wtf/ChangeLog @@ -0,0 +1,11 @@ +# ChangeLog for app-games/wtf +# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-misc/wtf/ChangeLog,v 1.1 2003/09/10 18:14:05 vapier Exp $ + + 28 Jun 2003; <msterret@gentoo.org> wtf-20021005.ebuild: + use sed -i + +*wtf-20021005 (04 Mar 2003) + + 04 Mar 2003; Mike Frysinger <vapier@gentoo.org> : + Initial import. Ebuild submitted by Paul Thompson <thompson@pobox.com> #14316. diff --git a/games-misc/wtf/Manifest b/games-misc/wtf/Manifest new file mode 100644 index 000000000000..3f2bdba2075b --- /dev/null +++ b/games-misc/wtf/Manifest @@ -0,0 +1,3 @@ +MD5 a3ea3a3414ac4359a2d9ab44931f0179 files/digest-wtf-20021005 62 +MD5 fcf800dbf392f6126bfff47856c6cec2 wtf-20021005.ebuild 618 +MD5 d54ab6db74643a52f80640b3c184d236 ChangeLog 445 diff --git a/games-misc/wtf/files/digest-wtf-20021005 b/games-misc/wtf/files/digest-wtf-20021005 new file mode 100644 index 000000000000..a746702d2e04 --- /dev/null +++ b/games-misc/wtf/files/digest-wtf-20021005 @@ -0,0 +1 @@ +MD5 cb00a8c9d0d7e5298ec722669aa1e2aa wtf-20021005.tar.gz 3604 diff --git a/games-misc/wtf/wtf-20021005.ebuild b/games-misc/wtf/wtf-20021005.ebuild new file mode 100644 index 000000000000..74b3a58fa184 --- /dev/null +++ b/games-misc/wtf/wtf-20021005.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/games-misc/wtf/wtf-20021005.ebuild,v 1.1 2003/09/10 18:14:05 vapier Exp $ + +DESCRIPTION="translates acronyms for you" +HOMEPAGE="http://www.mu.org/~mux/wtf/" +SRC_URI="http://www.mu.org/~mux/wtf/${P}.tar.gz" + +LICENSE="public-domain" +SLOT="0" +KEYWORDS="x86 ppc sparc mips alpha arm hppa" + +DEPEND=">=sys-apps/sed-4" + +src_compile() { + sed -i -e 's:/local/:/:' wtf || die "sed wtf failed" +} + +src_install() { + dobin wtf + doman wtf.6 + insinto /usr/share/misc + doins acronyms +} diff --git a/games-misc/wumpus/ChangeLog b/games-misc/wumpus/ChangeLog new file mode 100644 index 000000000000..5d48870fa3a7 --- /dev/null +++ b/games-misc/wumpus/ChangeLog @@ -0,0 +1,8 @@ +# ChangeLog for app-games/wumpus +# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-misc/wumpus/ChangeLog,v 1.1 2003/09/10 18:14:05 vapier Exp $ + +*wumpus-1.4 (04 Mar 2003) + + 04 Mar 2003; Mike Frysinger <vapier@gentoo.org> : + Initial import. Ebuild submitted by Tavis Ormandy <taviso@sdf.lonestar.org> #16418. diff --git a/games-misc/wumpus/Manifest b/games-misc/wumpus/Manifest new file mode 100644 index 000000000000..379baea013d8 --- /dev/null +++ b/games-misc/wumpus/Manifest @@ -0,0 +1,3 @@ +MD5 503ee5fb7b203fe09a82cc5f7ea302b9 ChangeLog 380 +MD5 2fd900e411197ff9704fade402ddce62 wumpus-1.4.ebuild 1115 +MD5 65e2103344545ff9cc1e34473acb0d41 files/digest-wumpus-1.4 151 diff --git a/games-misc/wumpus/files/digest-wumpus-1.4 b/games-misc/wumpus/files/digest-wumpus-1.4 new file mode 100644 index 000000000000..0d650ed3414f --- /dev/null +++ b/games-misc/wumpus/files/digest-wumpus-1.4 @@ -0,0 +1,3 @@ +MD5 205991a97aba339006d70066b0c1e955 wump.c 22691 +MD5 9f4048fd2365dd810f005abc0aafdc07 wump.6 4821 +MD5 e9de041a5a8515a29d0517d6f9512dd6 wump.info 1883 diff --git a/games-misc/wumpus/wumpus-1.4.ebuild b/games-misc/wumpus/wumpus-1.4.ebuild new file mode 100644 index 000000000000..16665dd55351 --- /dev/null +++ b/games-misc/wumpus/wumpus-1.4.ebuild @@ -0,0 +1,43 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/games-misc/wumpus/wumpus-1.4.ebuild,v 1.1 2003/09/10 18:14:05 vapier Exp $ + +inherit games + +DESCRIPTION="Classic Hunt the Wumpus Adventure Game" +HOMEPAGE="http://cvsweb.netbsd.org/bsdweb.cgi/src/games/wump/" +SRC_URI="ftp://ftp.netbsd.org/pub/NetBSD/NetBSD-release-1-6/src/games/wump/wump.c + ftp://ftp.netbsd.org/pub/NetBSD/NetBSD-release-1-6/src/games/wump/wump.6 + ftp://ftp.netbsd.org/pub/NetBSD/NetBSD-release-1-6/src/games/wump/wump.info" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="x86" + +DEPEND="virtual/glibc + sys-apps/less" + +S=${WORKDIR} + +src_unpack() { + for i in wump.{info,c,6} ; do + cp ${DISTDIR}/${i} ${S}/ + done +} + +src_compile() { + touch pathnames.h + [ -z "${PAGER}" ] && PAGER=/usr/bin/less + [ -z "${CC}" ] && CC=gcc + ${CC} -Dlint -D_PATH_PAGER=\"${PAGER}\" \ + -D_PATH_WUMPINFO=\"${GAMES_DATADIR}/${PN}/wump.info\" ${CFLAGS} \ + -o wump wump.c +} + +src_install() { + dogamesbin wump + doman wump.6 + insinto ${GAMES_DATADIR}/${PN} + doins wump.info + prepgamesdirs +} diff --git a/games-misc/xcruise/ChangeLog b/games-misc/xcruise/ChangeLog new file mode 100644 index 000000000000..09d6e3843b87 --- /dev/null +++ b/games-misc/xcruise/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for app-games/xcruise +# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-misc/xcruise/ChangeLog,v 1.1 2003/09/10 18:14:05 vapier Exp $ + +*xcruise-0.24 (28 May 2002) + + 17 jul 2002; Jose Alberto Suárez López <bass@gentoo.org> xcruise-0.24.ebuild : + Added KEYWORDS. + 28 May 2002; Spider <spider@gentoo.org> ChangeLog xcruise-0.24.ebuild + new package, initial release. made by Paul Foote (geesus) <paul_foote@yahoo.com.au> diff --git a/games-misc/xcruise/Manifest b/games-misc/xcruise/Manifest new file mode 100644 index 000000000000..47d1c96c72df --- /dev/null +++ b/games-misc/xcruise/Manifest @@ -0,0 +1,3 @@ +MD5 8ba7ed19cfb1db8e4e405c816cbbc688 ChangeLog 505 +MD5 4181d1a604fdca57c00159ce5f863090 xcruise-0.24.ebuild 750 +MD5 9fdc559a7e85b8b328432784328ac76a files/digest-xcruise-0.24 116 diff --git a/games-misc/xcruise/files/digest-xcruise-0.24 b/games-misc/xcruise/files/digest-xcruise-0.24 new file mode 100644 index 000000000000..07498355cd06 --- /dev/null +++ b/games-misc/xcruise/files/digest-xcruise-0.24 @@ -0,0 +1,2 @@ +MD5 b0d64e1d33cc2c020eb32303e34dfb4d xcruise-0.24.tar.gz 25621 +MD5 00f80f1cdc3a175a84eeeba5b5e7140c xcruise.man 864 diff --git a/games-misc/xcruise/xcruise-0.24.ebuild b/games-misc/xcruise/xcruise-0.24.ebuild new file mode 100644 index 000000000000..3f4e6482ac13 --- /dev/null +++ b/games-misc/xcruise/xcruise-0.24.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/games-misc/xcruise/xcruise-0.24.ebuild,v 1.1 2003/09/10 18:14:05 vapier Exp $ + +DESCRIPTION="Fly about 3D-formed file system" +SRC_URI="http://tanaka-www.cs.titech.ac.jp/%7Eeuske/prog/${P}.tar.gz + http://members.optushome.com.au/psylence/xcruise.man" +HOMEPAGE="http://tanaka-www.cs.titech.ac.jp/%7Eeuske/prog/" + +KEYWORDS="x86 ppc" +SLOT="0" +LICENSE="as-is" + +DEPEND="virtual/x11" +S="${WORKDIR}/${P}" + +src_unpack() { + unpack ${P}.tar.gz +} + +src_compile() { + cp ${DISTDIR}/xcruise.man . + xmkmf -a + make || die "could not make" +} + +src_install() { + dobin xcruise + + mv xcruise.man xcruise.1 + doman xcruise.1 +} diff --git a/games-misc/xpenguins/ChangeLog b/games-misc/xpenguins/ChangeLog new file mode 100644 index 000000000000..1749b7d8b890 --- /dev/null +++ b/games-misc/xpenguins/ChangeLog @@ -0,0 +1,34 @@ +# ChangeLog for app-games/xpenguins +# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-misc/xpenguins/ChangeLog,v 1.1 2003/09/10 18:14:05 vapier Exp $ + + 12 Jun 2003; Seemant Kulleen <seemant@gentoo.org> xpenguins-2.2.ebuild: + xfree provides xpm + +*xpenguins-2.2 (1 Feb 2002) + + 25 Mar 2003; Seemant Kulleen <seemant@gentoo.org> xpenguins-2.2.ebuild: + homepage syntax fix thanks to: Frantz Dhin <tragedy_rm@hotmail.com> in bug + #18145 + + 09 Feb 2003; Seemant Kulleen <seemant@gentoo.org> xpenguins-2.2.ebuild : + + Added media-libs/xpm to DEPENDS, closing bug #15300 by Susie Edgeworth + <arienadean@yahoo.com> + + 17 Dec 2002; Mike Frysinger <vapier@gentoo.org> : + Updated to use games eclass + + 03 Nov 2002; Jon Nall <nall@gentoo.org> xpenguins-2.2.ebuild : + added ppc to KEYWORDS + + 17 jul 2002; Jose Alberto Suárez López <bass@gentoo.org> xpenguins-2.2.ebuild : + Added LICENSE, KEYWORDS. + + 1 Feb 2002; G.Bevin <gbevin@gentoo.org> ChangeLog : + + Added initial ChangeLog which should be updated whenever the package is + updated in any way. This changelog is targetted to users. This means that the + comments should well explained and written in clean English. The details about + writing correct changelogs are explained in the skel.ChangeLog file which you + can find in the root directory of the portage repository. diff --git a/games-misc/xpenguins/Manifest b/games-misc/xpenguins/Manifest new file mode 100644 index 000000000000..1672f4b1d877 --- /dev/null +++ b/games-misc/xpenguins/Manifest @@ -0,0 +1,3 @@ +MD5 7cdb0818e7e6d4622e6c406381556435 xpenguins-2.2.ebuild 638 +MD5 b5474cc6cceb66bc0575b76afdecbdae ChangeLog 1397 +MD5 4e2c5e7eb51df7c3167de683d3e5d63b files/digest-xpenguins-2.2 65 diff --git a/games-misc/xpenguins/files/digest-xpenguins-2.2 b/games-misc/xpenguins/files/digest-xpenguins-2.2 new file mode 100644 index 000000000000..0d0e5fd5f0b6 --- /dev/null +++ b/games-misc/xpenguins/files/digest-xpenguins-2.2 @@ -0,0 +1 @@ +MD5 2ccf555d55f9b0377017322b3b3d27a4 xpenguins-2.2.tar.gz 275210 diff --git a/games-misc/xpenguins/xpenguins-2.2.ebuild b/games-misc/xpenguins/xpenguins-2.2.ebuild new file mode 100644 index 000000000000..e250554d0d36 --- /dev/null +++ b/games-misc/xpenguins/xpenguins-2.2.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/games-misc/xpenguins/xpenguins-2.2.ebuild,v 1.1 2003/09/10 18:14:05 vapier Exp $ + +inherit games + +DESCRIPTION="Cute little penguins invading your desktop" +HOMEPAGE="http://xpenguins.seul.org/" +SRC_URI="http://xpenguins.seul.org/${P}.tar.gz" + +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="x86 ppc sparc alpha" + +DEPEND="virtual/x11" + +src_compile() { + egamesconf --with-x + emake || die +} + +src_install() { + make DESTDIR=${D} install || die + dodoc AUTHORS COPYING ChangeLog NEWS README + prepgamesdirs +} diff --git a/profiles/categories b/profiles/categories index a55039c965ec..183a61b101a7 100644 --- a/profiles/categories +++ b/profiles/categories @@ -43,6 +43,7 @@ games-engines games-fps games-board games-kids +games-misc games-puzzle games-roguelike games-rpg |