summaryrefslogtreecommitdiff
path: root/games/nethack-lib
AgeCommit message (Collapse)AuthorFilesLines
2006-10-10You feel like someone is helping you.ben1-1/+2
2006-10-09Fix build on Linux. Use ncurses instead of termlib. Defined SYSVben3-11/+23
instead of BSD. This addresses PR#29424
2006-08-28Fix build on i386 Mac OS X 10.4.7.ben2-6/+17
Use ncurses since OS X lacks termlib. Create group games since OS X lacks it.
2006-06-19Do not declare conflicting srandom() on Darwin.minskim2-7/+7
2006-04-10CHECK_FILES_SKIP logfile and recordpooka1-2/+10
thanks to joerg for hammering me into fixing this finally ;)
2006-03-10Remove unused DEINSTALL script that was being superseded by the onejlam1-17/+0
generated by the pkginstall framework.
2005-12-29Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mkjlam1-2/+1
automatically detects whether we want the pkginstall machinery to be used by the package Makefile.
2005-12-19Fix DragonFly.joerg2-9/+9
2005-11-08Fixed pkglint warning:rillig1-2/+2
- .include "../../category/package" instead of "../package"
2005-11-08Sorted PLIST.rillig1-61/+61
2005-08-20Use REQD_DIRS instead of MAKE_DIRS for directories under ${PREFIX} sojlam1-3/+4
that these directories will be conditionally removed (based on reference counts), regardless of the value of PKG_CONFIG. Bump the PKGREVISION for packages that were modified as a result.
2005-08-19Merge CONF_FILES/SUPPORT_FILES and CONF_FILES_PERMS/SUPPORT_FILES_PERMSjlam1-3/+3
as the INSTALL and DEINSTALL scripts no longer distinguish between the two types of files. Drop SUPPORT_FILES{,_PERMS} and modify the packages in pkgsrc accordingly.
2005-05-15Note where gzip or gunzip is required by the package since it isn'tjlam1-1/+2
required by default any longer in bsd.pkg.mk under the new tools framework.
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
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