summaryrefslogtreecommitdiff
path: root/games/xscavenger
AgeCommit message (Collapse)AuthorFilesLines
2006-03-14Modify the pkginstall framework so that it manages all aspects ofjlam1-1/+3
INSTALL/DEINSTALL script creation within pkgsrc. If an INSTALL or DEINSTALL script is found in the package directory, it is automatically used as a template for the pkginstall-generated scripts. If instead, they should be used simply as the full scripts, then the package Makefile should set INSTALL_SRC or DEINSTALL_SRC explicitly, e.g.: INSTALL_SRC= ${PKGDIR}/INSTALL DEINSTALL_SRC= # emtpy As part of the restructuring of the pkginstall framework internals, we now *always* generate temporary INSTALL or DEINSTALL scripts. By comparing these temporary scripts with minimal INSTALL/DEINSTALL scripts formed from only the base templates, we determine whether or not the INSTALL/DEINSTALL scripts are actually needed by the package (see the generate-install-scripts target in bsd.pkginstall.mk). In addition, more variables in the framework have been made private. The *_EXTRA_TMPL variables have been renamed to *_TEMPLATE, which are more sensible names given the very few exported variables in this framework. The only public variables relating to the templates are: INSTALL_SRC INSTALL_TEMPLATE DEINSTALL_SRC DEINSTALL_TEMPLATE HEADER_TEMPLATE The packages in pkgsrc have been modified to reflect the changes in the pkginstall framework.
2006-03-09Replace references to ossaudio.buildlink3.mk with oss.buildlink3.mk.jlam1-2/+2
Remove deprecated ossaudio.buildlink3.mk.
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-2/+2
2005-11-03Fixed wrong use of WRKSRC.rillig7-26/+27
2005-09-08Changes from Michael Lorenz - make it work on machines where long != uint32 -martin4-2/+65
it works on sparc64 now.
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-23Add RMD160 digests.agc1-1/+2
2005-02-14Fix quoting.uebayasi1-2/+2
2004-04-09Enable pkgviews installation.minskim1-1/+5
2004-04-09Use variables defined in ossaudio.buildlink3.mk. This fixes a buildminskim4-19/+19
problem caused by hardcoded "-lossaudio" on Linux. OK'ed by wiz@, the maintainer.
2004-01-20Move WRKSRC definition away from the first paragraph in a Makefile.agc1-2/+2
2003-09-03Update to 1.4.4:wiz2-6/+5
Sun Dec 1 22:07:18 PST 2002 Version is 1.4.4 Fix for if sound fork doesn't open successfully, it exits and doesn't bog down the cpu or something. Icon for if the program is minimized. "H. S. Teoh" is the new Debian maintainer and he sent these in. Thanks! ------------------------------------------------------------------------------ Sat Feb 9 16:32:55 PST 2002 Version is 1.4.3 scav.c, have parent of fork() return 0. (Joey Hess) sound.c, declare some char as signed char, since char defaults to unsigned char on some archs (arm, s390 + powerpc (Gerhard Tonn) Both these were passed on by (Marcus Brinkmann) ------------------------------------------------------------------------------ Thu Jan 18 09:33:07 PST 2001 Version is 1.4.2 Dave Ashley: added slowdown value in scavrc so game can be slowed down. slowdown=0 ;normal slowdown=1 ; 7/8 slowdown=2 ; 3/4 slowdown=3 ; 1/2 slowdown=4 ; 1/4
2003-08-30Prepare for pkgviews by making sure that passing VIEW-INSTALL orjlam1-7/+1
VIEW-DEINSTALL to the INSTALL/DEINSTALL scripts don't cause errors.
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2001-11-01Move pkg/ files into package's toplevel directoryzuntum3-2/+2
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-7/+5
+ 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-11distfile on master site has been changedwiz1-2/+2
2000-01-08Import of xscavenger-1.4.0, a Loderunner clone with sound for X11wiz9-0/+136