Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-10-06 | Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. | asau | 1 | -3/+1 | |
2011-08-31 | from *.c/*.h files, set LICENSE=2-clause-bsd. | obache | 1 | -1/+2 | |
2011-08-31 | pkgsrc does not support so old BSDs, then no need to -ltermcap in addition | obache | 2 | -3/+15 | |
to -lcurses. fixes PR#29503. | |||||
2011-05-28 | SETGIDGAME -> USE_GAMESGROUP | dholland | 1 | -3/+2 | |
2010-02-19 | Fix ownership. Bump revision. | joerg | 1 | -3/+3 | |
2010-01-04 | Fix build when scorefiles is not already present on system (noticed | abs | 4 | -9/+8 | |
by joerg) | |||||
2009-12-10 | Add PKG_DESTDIR_SUPPORT, bump pkgrevision, use pkgsrc infrastructure for | abs | 5 | -21/+34 | |
scores | |||||
2008-02-28 | Replaced the deprecated INSTALLATION_DIRS_FROM_PLIST with AUTO_MKDIRS, | rillig | 1 | -2/+2 | |
to shut up the pkglint warnings. | |||||
2008-02-12 | Needs ${VARBASE}/games precreated. | rillig | 1 | -1/+2 | |
2007-12-02 | Remove ex-MASTER_SITE. From Zafer Aydogan. | wiz | 1 | -3/+2 | |
2007-06-01 | The highscore file is installed relative to VARBASE. PKGREVISION++ | rillig | 3 | -7/+10 | |
FIXME: Currently the files-check check fails for me, because VARBASE is a subdirectory of PREFIX. So how do we generally handle files that are installed in VARBASE? | |||||
2007-01-07 | Mechanically replaced man/* with ${PKGMANDIR}/* in the definition of | rillig | 1 | -2/+2 | |
INSTALLATION_DIRS, as well as all occurrences of ${PREFIX}/man with ${PREFIX}/${PKGMANDIR}. Fixes PR 35265, although I did not use the patch provided therein. | |||||
2005-04-11 | Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. | tv | 1 | -2/+1 | |
2005-04-01 | Pre-create some directories. | reed | 1 | -1/+2 | |
I noticed that my man/man6 was a plain text zombies(6) man page. TODO: this package should use ${VARBASE}/games/ for the SCOREFILE. | |||||
2005-03-07 | Use optimisation flags from now on | adam | 3 | -32/+25 | |
2005-02-23 | Add RMD160 digests. | agc | 1 | -1/+2 | |
2004-10-03 | Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10 | tv | 1 | -1/+2 | |
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include. | |||||
2004-08-04 | Use INSTALL_GAME_DATA to install the data file to make sure that permissions | jschauma | 2 | -5/+5 | |
are correct. This addresses PR pkg/25313 re-opened by simonb@. | |||||
2004-05-12 | Address PR pkg/25313 with the new GAME variables, as well as | jschauma | 2 | -6/+51 | |
remove hardcoded definitions of CC and CFLAGS. | |||||
2004-03-06 | USE_BUILDLINK3, include curses.buildlink3.mk, and use ${CP} instead of cp | snj | 2 | -3/+6 | |
in PLIST. | |||||
2003-07-17 | s/netbsd.org/NetBSD.org/ | grant | 1 | -2/+2 | |
2001-11-01 | Move pkg/ files into package's toplevel directory | zuntum | 2 | -1/+1 | |
2001-04-21 | Move to sha1 digests, and/or add distfile sizes. | wiz | 1 | -1/+1 | |
2001-04-18 | Don't try to use CE, just call clrtoeol() instead. Fixes build problems | simonb | 2 | -2/+33 | |
against a libcurses from December 22, 2000 -current or later. Reported by Matt Green. | |||||
2001-04-17 | + move the distfile digest/checksum value from files/md5 to distinfo | agc | 3 | -6/+4 | |
+ move the patch digest/checksum values from files/patch-sum to distinfo | |||||
2001-02-16 | Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. | wiz | 2 | -2/+2 | |
2000-01-05 | Strip trailing '.', and/or leading '(a|an) ' | abs | 1 | -1/+1 | |
1999-07-09 | Add package patch-sum files | agc | 1 | -0/+3 | |
1999-06-26 | zombies - a simple robots-like game I wrote years ago the Luke convinced | simonb | 6 | -0/+43 | |
me to make a package of. |