summaryrefslogtreecommitdiff
path: root/games/zombies
AgeCommit message (Collapse)AuthorFilesLines
2021-10-26games: Replace RMD160 checksums with BLAKE2s checksumsnia1-2/+2
All checksums have been double-checked against existing RMD160 and SHA512 hashes
2021-10-07games: Remove SHA1 hashes for distfilesnia1-2/+1
2020-03-26zombies: Respect LDFLAGSnia2-5/+8
2020-01-26all: migrate homepages from http to httpsrillig1-2/+2
pkglint -r --network --only "migrate" As a side-effect of migrating the homepages, pkglint also fixed a few indentations in unrelated lines. These and the new homepages have been checked manually.
2016-03-30Use PKGMANDIR. Add patch comments.jperkin3-6/+11
2015-11-03Add SHA512 digests for distfiles for games categoryagc1-1/+2
Problems found locating distfiles: Package blokus: missing distfile blokus-1.1.tar.gz Package crossfire-client: missing distfile crossfire-client-images-1.11.0.tar.gz Package dungeon: missing distfile dungeon-gdt-glk.tar.gz Package gate88: missing distfile Gate88_Mar19_05.tar.gz Package gnuchess4: missing distfile gnuchess-4.0.pl80.tar.gz Package ioquake3-pk3: missing distfile quake3-latest-pk3s.zip Package rollemup: missing distfile Rollemup.tar.gz Package tscp: missing distfile tscp181.zip Package xbat: missing distfile xev111.tar.gz Package xgalaga: missing distfile xgalaga-2.0.34.tar.gz Package xrick: missing distfile xrick-021212.tgz Package xskat: missing distfile xskat-cards.tar.gz Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
2015-08-18Bump all packages that depend on curses.bui* or terminfo.bui* since theywiz1-2/+2
might incur ncurses dependencies on some platforms, and ncurses just bumped its shlib. Some packages were bumped twice now, sorry for that.
2012-10-06Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2011-08-31from *.c/*.h files, set LICENSE=2-clause-bsd.obache1-1/+2
2011-08-31pkgsrc does not support so old BSDs, then no need to -ltermcap in additionobache2-3/+15
to -lcurses. fixes PR#29503.
2011-05-28SETGIDGAME -> USE_GAMESGROUPdholland1-3/+2
2010-02-19Fix ownership. Bump revision.joerg1-3/+3
2010-01-04Fix build when scorefiles is not already present on system (noticedabs4-9/+8
by joerg)
2009-12-10Add PKG_DESTDIR_SUPPORT, bump pkgrevision, use pkgsrc infrastructure forabs5-21/+34
scores
2008-02-28Replaced the deprecated INSTALLATION_DIRS_FROM_PLIST with AUTO_MKDIRS,rillig1-2/+2
to shut up the pkglint warnings.
2008-02-12Needs ${VARBASE}/games precreated.rillig1-1/+2
2007-12-02Remove ex-MASTER_SITE. From Zafer Aydogan.wiz1-3/+2
2007-06-01The highscore file is installed relative to VARBASE. PKGREVISION++rillig3-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-07Mechanically replaced man/* with ${PKGMANDIR}/* in the definition ofrillig1-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-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-04-01Pre-create some directories.reed1-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-07Use optimisation flags from now onadam3-32/+25
2005-02-23Add RMD160 digests.agc1-1/+2
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv1-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-04Use INSTALL_GAME_DATA to install the data file to make sure that permissionsjschauma2-5/+5
are correct. This addresses PR pkg/25313 re-opened by simonb@.
2004-05-12Address PR pkg/25313 with the new GAME variables, as well asjschauma2-6/+51
remove hardcoded definitions of CC and CFLAGS.
2004-03-06USE_BUILDLINK3, include curses.buildlink3.mk, and use ${CP} instead of cpsnj2-3/+6
in PLIST.
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2001-11-01Move pkg/ files into package's toplevel directoryzuntum2-1/+1
2001-04-21Move to sha1 digests, and/or add distfile sizes.wiz1-1/+1
2001-04-18Don't try to use CE, just call clrtoeol() instead. Fixes build problemssimonb2-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 distinfoagc3-6/+4
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-02-16Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2000-01-05Strip trailing '.', and/or leading '(a|an) 'abs1-1/+1
1999-07-09Add package patch-sum filesagc1-0/+3
1999-06-26zombies - a simple robots-like game I wrote years ago the Luke convincedsimonb6-0/+43
me to make a package of.