aboutsummaryrefslogtreecommitdiffstats
path: root/games/nethack32
Commit message (Collapse)AuthorAgeFilesLines
* . Fix packing list.glewis2004-04-201-4/+4
|
* . Remove duplicate PLIST_SUB entry.glewis2004-04-201-1/+0
|
* . Make this port installable in parallel with the other nethack versions.glewis2004-04-1311-25/+194
| | | | | | | | | | | | The approach is slightly different from that taken by nethack34 and prevents the manual page conflicts produced by that approach. . While here, clean up the Makefile a little w.r.t. order and clean up the packing list to not produce warnings when the log or record are removed. With this change, you can have all nethack versions from ports installed at once. However, this isn't as pleasant as it could be, and I'd like to address this in the future by merging some changes from here into nethack33 (in particular) and nethack34.
* . Don't print an error trying to remove ${DATADIR} if it can't be removed.glewis2004-04-092-1/+17
| | | | | | | It may contain save files that aren't being forcibly deleted any more. If this is the case, use a pkg-deinstall script to inform the user of how they can manually remove the save files if they are permanently removing the port.
* . Minor Makefile cleanups.glewis2004-04-094-134/+209
| | | | | | | | | | | | | | | | . Use ${MAKE_ENV} to invoke make to install the manual pages instead of just passing in ${PREFIX}. This also lets us use ${MANPREFIX} and ${BSD_INSTALL_MAN} to do the manual page installation. . Use %%DATADIR%% and %%DOCSDIR%% in the packing list. . Don't forcibly remove the save file directory when deinstalling. . Don't forcibly remove the save file directory when installing. . Build and install the recover utility. . Bump PORTREVISION due to adding the recover utility. Since the forcible removing of save files has been disabled this shouldn't cause nethacking portupgrade users to reach for Stormbringer, Vorpal Blade or Excalibur (which is just as well for them since I have Mjollnir and gauntlets of power). They might even thank me next time they are about to ascend and nethack crashes.
* . SIZEify.glewis2004-03-191-0/+2
| | | | Submitted by: trevor (except diablo-jre13)
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-041-0/+1
| | | | (Part 2)
* . Update nethack web page.glewis2003-09-271-1/+1
|
* . Define WRKSRC to fix breakage caused by DISTNAME change in last commit.glewis2003-03-281-0/+2
| | | | Submitted by: bento (via kris)
* . Distribution files have been moved to the Nethack Source Forge site.glewis2003-03-252-5/+7
| | | | | | | Track them there. Interestingly the name of the distribution has changed but the MD5 sum hasn't. Pointed out by: distfile survey
* de-pkg-commentglewis2003-02-282-1/+1
|
* You die... But wait... Your medallion begins to glow!--More--glewis2002-06-1511-0/+382
| | | | | | | You feel much better! The medallion crumbles to dust!--More-- You survived that attempt on your life. Approved by: knu
* Retire NetHack 3.2.2 ports as prearranged.knu2002-06-1411-382/+0
| | | | Implicitly approved by: sf (MAINTAINER of games/nethack32-gtk)
* NetHack distfiles are not on MASTER_SITE_GNU anymore.knu2002-03-311-3/+1
|
* - PORTDOCS policepat2001-12-242-4/+4
| | | | | - DOCSDIR support to some - Brush out some lint
* Define NO_LATEST_LINK.knu2001-11-071-0/+2
|
* POSIX syntax for chown.dirk2001-06-041-1/+1
|
* As much as I like Nethack, I just do not have the resources to maintainroam2001-05-201-1/+1
| | | | | | | | | | | this port anymore. Taking maintainership over from -ports was done in an effort to unbreak it and preserve this classic game, but now it seems that my unresponsiveness is only standing in the way of more and much better updates. Apologies to all those who have CC'd me in the last few months in mail WRT updating/unifying the various Nethack ports; do not let my silence stop you any longer!
* update my email address - roam@orbitel.bg -> roam@FreeBSD.orgroam2000-11-221-1/+1
|
* Unbreak portade2000-09-172-4/+4
| | | | | | | Maintainer switch from ports@FreeBSD.org to submitter PR: 21096 Submitted by: Peter Pentchev <roam@orbitel.bg> - new maintainer
* Distfile changed on mastersite.alex2000-08-131-1/+1
| | | | | | | | | | | From the UPDATE file for this update: >This is a minor bugfix release. Sorry, no major new functionality this >time around. The complete changes can be found in the UPDATE32.2 file and are therefore not included here. PR: 20563 Submitted by: Jimmy Olgeni <olgeni@uli.it> (md5 fix w/o description)
* (1) Add new variable, XFREE86_VERSION, to specify which version ofasami2000-08-031-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | XFree86 (3 or 4) to depend to when USE_XLIB is set. XFREE86_VERSION defaults to 3 for now, but adventurous users can override it in /etc/make.conf. When XFREE86_VERSION=3, USE_XLIB will add a dependency to x11/XFree86; when it is set to 4, the dependency will be to x11/XFree86-4-libraries. When XFREE86_VERSION=4, the PKG_IGNORE_DEPENDS and ALWAYS_BUILD_DEPENDS hacks to avoid messing with XFree86 are turned off. Since XFree86 version 4 includes some software that used to be separate ports, when XFREE86_VERSION=3 the following variables are provided: USE_DGS LIB_DEPENDS on x11/dgs USE_FREETYPE LIB_DEPENDS on print/freetype USE_MESA LIB_DEPENDS on graphics/Mesa3 USE_XPM LIB_DEPENDS on graphics/xpm When XFREE86_VERSION=4, these variables have no effect. The LIB_DEPENDS in the tree for the above four ports have all been converted to the USE_* counterparts. For your information, this is the count of the number of ports: USE_DGS 0 USE_FREETYPE 16 USE_MESA 36 USE_XPM 236 There is a new variable, XAWVER, which is set to 6 when XFREE86_VERSION=3 and 7 when XFREE86_VERSION=4. This is also passed to PLIST_SUB so ports that build Xaw based shared libraries can use this variable to substitute the shlib version number. There is also a provision of using a separate mtree file for XFREE86_VERSION=4, but that part is not enabled yet. Reviewed by: the ports list Tested by: make index (XFREE86_VERSION=3 only) (2) Add hebrew to list of valid categories. Submitted by: nbm
* Convert to PORTNAME/PORTVERSION. The following ports hand invalid versionasami2000-04-141-3/+3
| | | | | strings so I fixed them: quakeforge, netrek-BRMH, netrek-COW3, tetrinet-x and xnibbles.
* Update to version 3.2.3cpiazza2000-01-052-2/+8
| | | | | PR: 15442 Submitted by: David Scheidt <dscheidt@enteract.com>
* FreeBSD.ORG -> FreeBSD.orgmharo1999-08-311-1/+1
| | | | | Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru
* Change Id->FreeBSD.obrien1999-08-251-1/+1
|
* chmod -> ${CHMOD}mharo1999-08-231-2/+2
| | | | chown -> ${CHOWN}
* Commit #2/4 to enforce Caps, no period. I ran this oe ashoek1999-06-271-1/+1
| | | | | | $ time cvs $FREEBSD ci -m `cat msg` `cat ci.ab` Results to follow. :)
* time(3) returns a time_t and not a long.steve1999-06-231-3/+11
|
* (Null Cowit Mewwage)hoek1999-05-031-2/+1
|
* I forgot remove patch-aa.flathill1999-03-241-0/+3
| | | | | Update PLIST. Submitted by: h-nokubi@nsk.nis.nec.co.jp
* Fix 'missing rip.xpm' error.flathill1999-03-216-6/+191
| | | | | | | patch-aa contains patch for some files. So separate to some patch-a? PR: ports/10680 Submitted by: h-nokubi@yyy.or.jp
* ${MASTER_SITE_GNU} got rearranged in December; let's catch up.fenner1999-01-271-1/+2
|
* Install files in share instead of lib.steve1999-01-181-117/+117
| | | | | PR: 9475 Submitted by: Sergei Laskavy <laskavy@Berkeley.Gambit.Msk.SU>
* Add more MASTER_SITES.vanilla1998-12-111-2/+2
| | | | | PR: ports/9037 Submitted by: josh@quick.net
* Add pkg/DESCR URL about original nethackflathill1998-11-231-0/+3
|
* Fix BROKEN_ELFflathill1998-11-212-3/+13
|
* Doesn't build in an ELF world.steve1998-09-281-1/+3
|
* Roll back libXpm major to 4. Sorry, it wasn't a good idea to bump itasami1998-09-171-2/+2
| | | | in the first place.
* libXpm major is now 5. Also remove regexp support in preparation forasami1998-09-151-2/+2
| | | | ELF conversion.
* Sync package with reality as defined by source-build port (setgid gameshoek1998-09-051-0/+3
| | | | | | binary, list ad. documentation). PR: ports/7673 (Sue Blake <sue@welearn.com.au>)
* Remove manpages defined in MAN? macros in games' Makefiles.asami1998-08-131-6/+1
|
* Be more selective about which ports to maintain. I no longer have timeasami1997-12-261-2/+2
| | | | to maintain all these ports I once committed (sometimes as a proxy).
* Correctly set the mode for scoreboard files.max1997-10-161-5/+7
| | | | Add @dirrm for lib/nethackdir.
* Use ${SH} from bsd.port.mk instead of locally defined ${SHELL}.max1997-07-131-3/+2
|
* Switched to using MASTER_SITES=${MASTER_SITE_XCONTRIB} andobrien1997-01-031-3/+3
| | | | | | | | | | MASTER_SITE_SUBDIR=games swallace wasn't listed as MAINTAINER of any of his ports janek@gaja.ipan.lublin.pl wasn't listed as MAINTAINER of any of his ports bin.bin --> ${BINOWN}.${BINGRP} chown --> /usr/sbin/chown (not everyone has /usr/sbin in their path, esp. if you sudo'ed to root) mkdir -p --> ${MKDIR}
* Moved the @exec mkdir ... line so that it won't fail tomax1996-12-271-1/+1
| | | | mkdir lib/nethackdir/save when you do pkg_add this package for the first time.
* Update to 3.2.2.asami1996-12-232-7/+6
| | | | Notified by: andreas
* Use MASTER_SITE_GNU Use MAN? macros. CATEGORIES+= -> CATEGORIES.asami1996-11-181-9/+6
|
* Manpages were installed mode 640.asami1996-08-301-1/+2
| | | | Submitted by: max@sfc.wide.ac.jp
* Upgrade, 3.2.0 -> 3.2.1.asami1996-07-232-5/+4
|
* This port depends on the xpm lib.asami1996-06-141-1/+3
| | | | Submitted by: Masafumi NAKANE (max@sfc.wide.ad.jp)
* Upgrade, 3.1.3 -> 3.2.0.asami1996-04-225-18/+36
|
* Delete @cwd, @mode, @owner and @group from these packing lists.asami1995-11-131-5/+0
| | | | Reported by: jkh
* Shorten one-line comments. Boy, I'm listed as MAINTAINERs in aasami1995-11-091-1/+1
| | | | lot of ports or what! ;>
* And here comes the next round of Makefile updates, for games. Folks,asami1995-04-111-4/+6
| | | | | | there are lots of broken stuff and funky Makefiles here. Please check your ports, and also put yourself in MAINTAINER so I know who to talk to. Thanks....
* Add CATEGORIES lines to a whole bunch of port Makefiles. Some ports are injkh1995-04-011-1/+2
| | | | | multiple catagories - I'll expect the various MAINTAINERS to make further adjustments (and add any KEYWORDS lines) themselves.
* Add a SHELL= /bin/sh line. My tcsh gots upset executing the setup.shats1995-03-301-1/+2
| | | | called from the makefile :-).
* A dungeon chewing game. I don't use the X interface (and I can't believeasami1995-03-285-0/+152
anyone would want to use that) so this port only makes the tty version. CVS: