summaryrefslogtreecommitdiff
path: root/games/nethack-lib
AgeCommit message (Collapse)AuthorFilesLines
2005-02-23Add RMD160 digests.agc1-1/+2
2004-12-03Rename ALL_TARGET to BUILD_TARGET for consistency with other *_TARGETs.wiz1-2/+2
Suggested by Roland Illig, ok'd by various.
2004-09-01Fix sourceforge URL.reed1-2/+2
"Apparently, Sourceforge has reorganized its FTP server. The source for nethack has been moved. Consequently, a NetBSD mirror will be contacted for fetching the source." Closes PR pkg/26826. Thank you Alexander Becher.
2004-04-15Convert to buildlink3.snj1-2/+2
2004-03-05Nethack 3.4.3pooka6-57/+43
This is a bugfix-release. It should be compatible with bones files and savegames all the way back to 3.4.0 (but of course it's safer to ascend before upgrade). Assorted fixes (full list in doc/fixes34.3): * Correct several inconsistencies * Correct a potentially fatal bug caused by dropping loadstones * Handle level completely filled with monsters better * X11 player selection fixes, one of which could be fatal * Eliminated a gold-in-shop-container cheat
2004-01-20Move WRKSRC definition away from the first paragraph in a Makefile.agc1-2/+2
2003-10-14Add handling for the nethack directories plus record and logfile to makepooka2-3/+15
them have the correct permission bits set when using binary packages. Thanks go to Damian Sweeney for noticing the problem and at least grant, salo and wiz for beating me with a cluestick so that I could fix it. manually bump version to 3.4.2nb1
2003-09-18Revert last change so that Antti can fix it properly.agc1-3/+1
2003-09-16Sync PLIST with reality.agc1-5/+7
2003-09-02Update to NetHack 3.4.2pooka6-42/+43
This is a bugfix release which fixes over 100 bugs including but not limited to: * Fixed a fatal bug that triggered a panic when your secondary weapon was cursed during bones file creation * Fixed a fatal bug that caused a crash when applying figurine, candle, or bell that gets used up for a complete list, see doc/fixes34.2 Old savegames and bones levels from nethack 3.4.1 (and 3.4.0) should still work, but as usual, caution is advised.
2003-07-21COMMENT should start with a capital letter.martti1-2/+2
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-06-25make this work on FreeBSDpooka2-4/+4
2003-05-06Drop trailing whitespace. Ok'ed by wiz.jmmv1-1/+1
2003-04-24Rework to not do configure/patch rules if NO_CONFIGURE or NO_BUILD is setjmc1-1/+5
2003-03-29Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.jmmv1-3/+2
2003-03-01Hello NetHack 3.4.1pooka7-88/+56
This is a bugfix release, no new features introduced. As a compensation for no new features, savegames and bones levels from NetHack 3.4.0 should work, and that's why I kept the datafile directory named nethackdir340. In theory you should be able to simply update the nethack pkgs and continue playing, but I'll not accept any death threats if it doesn't work, so please make sure you make the appropriate backups before trying.
2003-02-19fix buffer overrun (games group vulnerability) when running nethack -spooka3-3/+24
patch from nethack.org
2003-01-20s/nethackdir/nethackdir340/, requested by jdc.wiz1-2/+2
2002-09-20buildlink1 -> buildlink2jlam1-1/+2
2002-03-25Make the name of nethackdir contain version information (eg. now it'spooka6-143/+144
called nethackdir340). This is to ease the lives of people who wish to have multiple versions nethack installed at the same time. It is not fully automated, because doing pkgsrc magic will most likely screw things up one funny way or another. And we all know that the most important thing in this world is the nethack scorefile ... Manually bump version to 3.4.0nb1.
2002-03-22Upgrade nethack packages to NetHack 3.4.0pooka7-50/+57
Highlights of the new release: * numerous bugfixes * stamina affects ability to throw heavy things * objects merge in containers * several small refinements to race/role separation * more feedback about skill advancement from #enhance command * "autodig" option * option for starting without a pet + many more, read doc/fixes34.0 Old savegames naturally don't work, so make sure you finish old ones before upgrading the package. Also fixes the rest of pkg/15717 by Bernd Ernesti. Solution was the same as what Thomas Klausner used to fix angband (ie. simply duplicate the patches)
2001-11-01Move pkg/ files into package's toplevel directoryzuntum3-2/+2
2001-04-21md5 not shared anymore (different patches). Remove DIGEST_FILE line.wiz1-3/+1
2001-04-21Move to sha1 digests, and/or add distfile sizes.wiz1-2/+3
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc3-12/+10
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-03-31gcc is now default compiler on Zoularis, so remove if ${OPSYS} == "SunOS"zuntum1-5/+1
Suggested by Matthias Scheler.
2001-03-07${MD5_FILE} -> ${DIGEST_FILE}wiz1-2/+2
2001-03-01Mechanical changes to use ${PKG_PREFIX} instead of substituting forjlam2-8/+3
@PREFIX@ in DEINSTALL/INSTALL scripts.
2001-02-16Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+3
2000-11-27Install x11tiles the proper way for nethack-x11. This fixes the problempooka3-17/+14
of nethack-x11 not having `pretty' graphics reported by Julian Coleman on tech-pkg
2000-10-16No need to use quotes here. Removing them makes it easier for pkglint.wiz1-2/+2
2000-08-21Be paranoid, install the savedir mode 770 to prevent dishonest playerspooka2-6/+13
from tampering with their savegames.
2000-08-11Switch maintainership over to me as discussed with Tim.pooka1-2/+2
2000-08-10Upgrade nethack to 3.3.1. Add Makefile.common to easy future upgrades.pooka10-142/+115
This release contains numerous fixes to bugs in 3.3.0 and users are advised to upgrade. Note that old savegames and bones files won't work anymore.
2000-07-17Make this package compile on Solaris.agc1-2/+2
2000-07-17Find out the installed location of the gzip binary in a differentagc3-10/+17
manner - use the first word of the ${GZIP_CMD} definition from bsd.pkg.mk, and substitute this value in the same manner that the PREFIX is set. This is useful on systems other than NetBSD, where gzip may not be installed in /usr/bin. Use a descriptive name for the input of the pre-processed file. Make sure that gcc is used when compiling on Solaris.
2000-07-16gzip is in /usr/bin, not /usr/local/binpooka2-4/+4
2000-04-14Don't remove scorefiles and savegame-files, instead notify the user topooka5-16/+53
remove them manually if s/he doesn't want them any more. Install the recover-utility for savegame restoration.
2000-03-27Adapt to new handling of "${CONFIGURE}".tron1-2/+2
1999-12-24Update the Nethack package to 3.3.0. nethack-qt will be non-functionalpooka11-143/+346
until we get qt2.0 or greater into pkgsrc.
1999-07-09Add package patch-sum filesagc1-0/+7
1998-11-12Some more for pkglint.frueauf1-2/+2
1998-09-24Some read-only pkgsrc fixups..garbled1-4/+4
1998-08-28Add RCS tags to these md5 files.garbled1-0/+2
1998-08-27nethack-lib pkg: data files for Nethackgarbled10-0/+316