Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2003-10-14 | Add handling for the nethack directories plus record and logfile to make | pooka | 2 | -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-18 | Revert last change so that Antti can fix it properly. | agc | 1 | -3/+1 | |
2003-09-16 | Sync PLIST with reality. | agc | 1 | -5/+7 | |
2003-09-02 | Update to NetHack 3.4.2 | pooka | 6 | -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-21 | COMMENT should start with a capital letter. | martti | 1 | -2/+2 | |
2003-07-17 | s/netbsd.org/NetBSD.org/ | grant | 1 | -2/+2 | |
2003-06-25 | make this work on FreeBSD | pooka | 2 | -4/+4 | |
2003-05-06 | Drop trailing whitespace. Ok'ed by wiz. | jmmv | 1 | -1/+1 | |
2003-04-24 | Rework to not do configure/patch rules if NO_CONFIGURE or NO_BUILD is set | jmc | 1 | -1/+5 | |
2003-03-29 | Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz. | jmmv | 1 | -3/+2 | |
2003-03-01 | Hello NetHack 3.4.1 | pooka | 7 | -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-19 | fix buffer overrun (games group vulnerability) when running nethack -s | pooka | 3 | -3/+24 | |
patch from nethack.org | |||||
2003-01-20 | s/nethackdir/nethackdir340/, requested by jdc. | wiz | 1 | -2/+2 | |
2002-09-20 | buildlink1 -> buildlink2 | jlam | 1 | -1/+2 | |
2002-03-25 | Make the name of nethackdir contain version information (eg. now it's | pooka | 6 | -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-22 | Upgrade nethack packages to NetHack 3.4.0 | pooka | 7 | -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-01 | Move pkg/ files into package's toplevel directory | zuntum | 3 | -2/+2 | |
2001-04-21 | md5 not shared anymore (different patches). Remove DIGEST_FILE line. | wiz | 1 | -3/+1 | |
2001-04-21 | Move to sha1 digests, and/or add distfile sizes. | wiz | 1 | -2/+3 | |
2001-04-17 | + move the distfile digest/checksum value from files/md5 to distinfo | agc | 3 | -12/+10 | |
+ move the patch digest/checksum values from files/patch-sum to distinfo | |||||
2001-03-31 | gcc is now default compiler on Zoularis, so remove if ${OPSYS} == "SunOS" | zuntum | 1 | -5/+1 | |
Suggested by Matthias Scheler. | |||||
2001-03-07 | ${MD5_FILE} -> ${DIGEST_FILE} | wiz | 1 | -2/+2 | |
2001-03-01 | Mechanical changes to use ${PKG_PREFIX} instead of substituting for | jlam | 2 | -8/+3 | |
@PREFIX@ in DEINSTALL/INSTALL scripts. | |||||
2001-02-16 | Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. | wiz | 2 | -2/+3 | |
2000-11-27 | Install x11tiles the proper way for nethack-x11. This fixes the problem | pooka | 3 | -17/+14 | |
of nethack-x11 not having `pretty' graphics reported by Julian Coleman on tech-pkg | |||||
2000-10-16 | No need to use quotes here. Removing them makes it easier for pkglint. | wiz | 1 | -2/+2 | |
2000-08-21 | Be paranoid, install the savedir mode 770 to prevent dishonest players | pooka | 2 | -6/+13 | |
from tampering with their savegames. | |||||
2000-08-11 | Switch maintainership over to me as discussed with Tim. | pooka | 1 | -2/+2 | |
2000-08-10 | Upgrade nethack to 3.3.1. Add Makefile.common to easy future upgrades. | pooka | 10 | -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-17 | Make this package compile on Solaris. | agc | 1 | -2/+2 | |
2000-07-17 | Find out the installed location of the gzip binary in a different | agc | 3 | -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-16 | gzip is in /usr/bin, not /usr/local/bin | pooka | 2 | -4/+4 | |
2000-04-14 | Don't remove scorefiles and savegame-files, instead notify the user to | pooka | 5 | -16/+53 | |
remove them manually if s/he doesn't want them any more. Install the recover-utility for savegame restoration. | |||||
2000-03-27 | Adapt to new handling of "${CONFIGURE}". | tron | 1 | -2/+2 | |
1999-12-24 | Update the Nethack package to 3.3.0. nethack-qt will be non-functional | pooka | 11 | -143/+346 | |
until we get qt2.0 or greater into pkgsrc. | |||||
1999-07-09 | Add package patch-sum files | agc | 1 | -0/+7 | |
1998-11-12 | Some more for pkglint. | frueauf | 1 | -2/+2 | |
1998-09-24 | Some read-only pkgsrc fixups.. | garbled | 1 | -4/+4 | |
1998-08-28 | Add RCS tags to these md5 files. | garbled | 1 | -0/+2 | |
1998-08-27 | nethack-lib pkg: data files for Nethack | garbled | 10 | -0/+316 | |