aboutsummaryrefslogtreecommitdiff
path: root/games/nethack32
Commit message (Collapse)AuthorAgeFilesLines
* . Make PORTNAME nethack32 rather than using nethack and relying onGreg Lewis2013-11-301-8/+8
| | | | | | | | | | LATEST_LINK to provide differentiation. This makes the package name unique. Requested by: bapt@ Notes: svn path=/head/; revision=335261
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | games) Notes: svn path=/head/; revision=327730
* Remove more tags from pkg-descr files fo the form:Doug Barton2011-10-241-5/+2
| | | | | | | | | | | - Name em@i.l or variations thereof. While I'm here also fix some whitespace and other formatting errors, including moving WWW: to the last line in the file. Notes: svn path=/head/; revision=284232
* -remove MD5Olli Hauer2011-07-031-2/+0
| | | | Notes: svn path=/head/; revision=276993
* - Mark MAKE_JOBS_UNSAFEPav Lucistnik2009-11-201-0/+1
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=244567
* - Fix some more SF URLs, including ones in PATCH_SITES and comments (for ↵Dmitry Marakasov2009-08-271-2/+1
| | | | | | | | | consistency) Approved by: portmgr (pav) Notes: svn path=/head/; revision=240420
* - Switch SourceForge ports to the new File Release System: categories ↵Dmitry Marakasov2009-08-221-2/+1
| | | | | | | starting with G Notes: svn path=/head/; revision=240070
* - Update X.org ports to 7.4+ (few ports are more recent than the katamari).Florent Thoumie2009-01-231-1/+1
| | | | | | | | | | | - Bump PORTREVISION for all ports depending on libglut since the shlib version number went from 4 to 3. - Bump PORTREVISION for all ports depending on libXaw as libXaw.so.8 isn't installed anymore. - Couple of ports fixes (mostly missing xorg components added to USE_XORG). Notes: svn path=/head/; revision=226727
* - Remove unneeded dependency from gtk12/gtk20 [1]Martin Wilke2008-04-191-2/+2
| | | | | | | | | | | | | | | | | | - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Remove X11BASE support in favor of LOCALBASE or PREFIX - Use USE_LDCONFIG instead of INSTALLS_SHLIB - Remove unneeded USE_GCC 3.4+ Thanks to all Helpers: Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr, ehaupt, nox, itetcu, flz, pav PR: 116263 Tested on: pointyhat Approved by: portmgr (pav) Notes: svn path=/head/; revision=211584
* - Replace USE_XPM with a list of required xorg componentsPav Lucistnik2008-03-111-2/+2
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=208826
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-1/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* Remove USE_REINPLACE for categories starting with a GEdwin Groothuis2006-05-071-1/+0
| | | | Notes: svn path=/head/; revision=161663
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-221-2/+2
| | | | | | | | Approved by: krion@ PR: ports/88711 (related) Notes: svn path=/head/; revision=154113
* . Add SHA256.Greg Lewis2005-11-161-0/+2
| | | | Notes: svn path=/head/; revision=148432
* . Fix packing list.Greg Lewis2004-04-201-4/+4
| | | | Notes: svn path=/head/; revision=107658
* . Remove duplicate PLIST_SUB entry.Greg Lewis2004-04-191-1/+0
| | | | Notes: svn path=/head/; revision=107621
* . Make this port installable in parallel with the other nethack versions.Greg Lewis2004-04-1211-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. Notes: svn path=/head/; revision=106826
* . Don't print an error trying to remove ${DATADIR} if it can't be removed.Greg Lewis2004-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. Notes: svn path=/head/; revision=106547
* . Minor Makefile cleanups.Greg Lewis2004-04-084-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. Notes: svn path=/head/; revision=106523
* . SIZEify.Greg Lewis2004-03-181-0/+2
| | | | | | | Submitted by: trevor (except diablo-jre13) Notes: svn path=/head/; revision=104536
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-0/+1
| | | | | | | (Part 2) Notes: svn path=/head/; revision=99920
* . Update nethack web page.Greg Lewis2003-09-261-1/+1
| | | | Notes: svn path=/head/; revision=89473
* . Define WRKSRC to fix breakage caused by DISTNAME change in last commit.Greg Lewis2003-03-281-0/+2
| | | | | | | Submitted by: bento (via kris) Notes: svn path=/head/; revision=77584
* . Distribution files have been moved to the Nethack Source Forge site.Greg Lewis2003-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 Notes: svn path=/head/; revision=77444
* de-pkg-commentGreg Lewis2003-02-272-1/+1
| | | | Notes: svn path=/head/; revision=76585
* You die... But wait... Your medallion begins to glow!--More--Greg Lewis2002-06-1511-0/+382
| | | | | | | | | | You feel much better! The medallion crumbles to dust!--More-- You survived that attempt on your life. Approved by: knu Notes: svn path=/head/; revision=61308
* Retire NetHack 3.2.2 ports as prearranged.Akinori MUSHA2002-06-1411-382/+0
| | | | | | | Implicitly approved by: sf (MAINTAINER of games/nethack32-gtk) Notes: svn path=/head/; revision=61244
* NetHack distfiles are not on MASTER_SITE_GNU anymore.Akinori MUSHA2002-03-311-3/+1
| | | | Notes: svn path=/head/; revision=57049
* - PORTDOCS policePatrick Li2001-12-242-4/+4
| | | | | | | | - DOCSDIR support to some - Brush out some lint Notes: svn path=/head/; revision=52072
* Define NO_LATEST_LINK.Akinori MUSHA2001-11-061-0/+2
| | | | Notes: svn path=/head/; revision=49695
* POSIX syntax for chown.Dirk Froemberg2001-06-041-1/+1
| | | | Notes: svn path=/head/; revision=43480
* As much as I like Nethack, I just do not have the resources to maintainPeter Pentchev2001-05-191-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! Notes: svn path=/head/; revision=42761
* update my email address - roam@orbitel.bg -> roam@FreeBSD.orgPeter Pentchev2000-11-221-1/+1
| | | | Notes: svn path=/head/; revision=35336
* Unbreak portAde Lovett2000-09-162-4/+4
| | | | | | | | | | Maintainer switch from ports@FreeBSD.org to submitter PR: 21096 Submitted by: Peter Pentchev <roam@orbitel.bg> - new maintainer Notes: svn path=/head/; revision=32731
* Distfile changed on mastersite.Alexander Langer2000-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) Notes: svn path=/head/; revision=31603
* (1) Add new variable, XFREE86_VERSION, to specify which version ofSatoshi Asami2000-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 Notes: svn path=/head/; revision=31272
* Convert to PORTNAME/PORTVERSION. The following ports hand invalid versionSatoshi Asami2000-04-141-3/+3
| | | | | | | | strings so I fixed them: quakeforge, netrek-BRMH, netrek-COW3, tetrinet-x and xnibbles. Notes: svn path=/head/; revision=27515
* Update to version 3.2.3Chris Piazza2000-01-052-2/+8
| | | | | | | | PR: 15442 Submitted by: David Scheidt <dscheidt@enteract.com> Notes: svn path=/head/; revision=24427
* FreeBSD.ORG -> FreeBSD.orgMichael Haro1999-08-311-1/+1
| | | | | | | | Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru Notes: svn path=/head/; revision=21157
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
| | | | Notes: svn path=/head/; revision=20948
* chmod -> ${CHMOD}Michael Haro1999-08-221-2/+2
| | | | | | | chown -> ${CHOWN} Notes: svn path=/head/; revision=20885
* Commit #2/4 to enforce Caps, no period. I ran this oe asTim Vanderhoek1999-06-261-1/+1
| | | | | | | | | $ time cvs $FREEBSD ci -m `cat msg` `cat ci.ab` Results to follow. :) Notes: svn path=/head/; revision=19801
* time(3) returns a time_t and not a long.Steve Price1999-06-221-3/+11
| | | | Notes: svn path=/head/; revision=19658
* (Null Cowit Mewwage)Tim Vanderhoek1999-05-021-2/+1
| | | | Notes: svn path=/head/; revision=18348
* I forgot remove patch-aa.Seiichirou Hiraoka1999-03-241-0/+3
| | | | | | | | Update PLIST. Submitted by: h-nokubi@nsk.nis.nec.co.jp Notes: svn path=/head/; revision=17368
* Fix 'missing rip.xpm' error.Seiichirou Hiraoka1999-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 Notes: svn path=/head/; revision=17329
* ${MASTER_SITE_GNU} got rearranged in December; let's catch up.Bill Fenner1999-01-271-1/+2
| | | | Notes: svn path=/head/; revision=16378
* Install files in share instead of lib.Steve Price1999-01-181-117/+117
| | | | | | | | PR: 9475 Submitted by: Sergei Laskavy <laskavy@Berkeley.Gambit.Msk.SU> Notes: svn path=/head/; revision=16131
* Add more MASTER_SITES.Vanilla I. Shu1998-12-101-2/+2
| | | | | | | | PR: ports/9037 Submitted by: josh@quick.net Notes: svn path=/head/; revision=15256
* Add pkg/DESCR URL about original nethackSeiichirou Hiraoka1998-11-221-0/+3
| | | | Notes: svn path=/head/; revision=14765