summaryrefslogtreecommitdiff
path: root/games/netmaze
AgeCommit message (Collapse)AuthorFilesLines
2021-10-07games: Remove SHA1 hashes for distfilesnia1-2/+1
2018-01-14games/*: fix alignment of variable valuesrillig1-2/+2
pkglint -Wall -r --autofix --only aligned After running the above command, three packages had to be adjusted manually: In maelstrom-x11, pkglint didn't see that a commented variable assignment should have been re-aligned as well. In netmaze, there was a single line that didn't align well with all the others, but pkglint decided to adjust the whole paragraph to this single line. The result would have been ok, but not good. In tscp, there was a paragraph where some of the lines were indented one space more than the others. This rule is useful when one variable name is very long compared to the others, but not in this case.
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.
2013-03-25Clean up some gcc warnings. This probably doesn't accomplish anythingdholland8-21/+142
particularly important, except that one of the warnings was reporting a bug that probably causes crashes. PKGREVISION -> 4
2013-02-26Actually provide a value for BIGGEST.joerg2-1/+21
2012-10-23Remove xextproto/buildlink3.mk in most cases where it occurs withwiz1-2/+1
libXext/buildlink3.mk, now that it is included there. Leave the places where its API version is set or variables from it are used directly (about 3 packages).
2012-10-06Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2008-07-14Mark as destdir ready.joerg1-1/+3
2007-02-22Whitespace cleanup, courtesy of pkglint.wiz1-2/+2
Patch provided by Sergey Svishchev in private mail.
2007-02-15Modular Xorg support.joerg1-1/+3
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-2/+2
2006-01-12Use IMAKE_GAMEMANDIR and IMAKE_GAMEMAN_SUFFIX.joerg1-6/+6
2005-05-01Regenerate for new patch-a[bcef] (PR pkg/29426).jdc1-5/+5
2005-05-01Make netmaze build on linux systems.jdc4-21/+107
Fixes PR pkg/29426 from A L Meyers.
2005-02-23Add RMD160 digests.agc1-1/+2
2004-05-07remove malloc.h include for darwin/freebsddanw2-8/+17
2004-01-20Move WRKSRC definition away from the first paragraph in a Makefile.agc1-2/+2
2003-12-19Increment package revision to 2 after 64-bit and keypad fixes.jdc1-2/+2
2003-12-19Regenerate after addition of patch-a[lmno].jdc1-1/+5
2003-12-19Use keypad for control (as well as cursor keys).jdc1-0/+46
2003-12-19s/long/int32_t/ to make this work on 64-bit machines.jdc3-0/+156
Tested on alpha and sparc64.
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-03-29Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.jmmv1-3/+2
2003-03-14(1) Publicly export the value of _OPSYS_RPATH_NAME as RPATH_FLAG;jlam1-2/+2
Makefiles simply need to use this value often, for better or for worse. (2) Create a new variable FIX_RPATH that lists variables that should be cleansed of -R or -rpath values if ${_USE_RPATH} is "no". By default, FIX_RPATH contains LIBS, X11_LDFLAGS, and LDFLAGS, and additional variables may be appended from package Makefiles.
2003-02-26Use new IMAKE_MAN_PATH variables in PLISTs to make these packages morejschauma2-7/+8
portable. Bump PKGREVISION accordingly.
2001-11-01Move pkg/ files into package's toplevel directoryzuntum2-1/+1
2001-04-21Move to sha1 digests, and/or add distfile sizes.wiz1-2/+3
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc3-16/+14
+ 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-08-29netmze-0.81 - X windows-based multiplayer combat game (like Midi Maze)jdc17-0/+460
Netmaze is a multiplayer combat game (like the Atari Midi Maze game) You play in a virtual maze and the goal of the game is to hunt down your opponents. The view is full animated 3D. On fast machines, you can even run it with texture mapping for the walls and floor. There are also three robot players of varying ability.