Up to [cvs.NetBSD.org] / pkgsrc / games / quake3server
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.18, Sat Oct 24 21:39:33 2015 UTC (7 years, 11 months ago) by joerg
Branch: MAIN
CVS Tags: HEAD
Changes since 1.17: +1 -1
lines
FILE REMOVED
Retire binary-only Quake 3 variants.
Revision 1.17 / (download) - annotate - [select for diffs], Sat Apr 6 12:04:01 2013 UTC (10 years, 5 months ago) by rodent
Branch: MAIN
CVS Tags: pkgsrc-2015Q3-base,
pkgsrc-2015Q3,
pkgsrc-2015Q2-base,
pkgsrc-2015Q2,
pkgsrc-2015Q1-base,
pkgsrc-2015Q1,
pkgsrc-2014Q4-base,
pkgsrc-2014Q4,
pkgsrc-2014Q3-base,
pkgsrc-2014Q3,
pkgsrc-2014Q2-base,
pkgsrc-2014Q2,
pkgsrc-2014Q1-base,
pkgsrc-2014Q1,
pkgsrc-2013Q4-base,
pkgsrc-2013Q4,
pkgsrc-2013Q3-base,
pkgsrc-2013Q3,
pkgsrc-2013Q2-base,
pkgsrc-2013Q2
Changes since 1.16: +2 -2
lines
Diff to previous 1.16 (colored)
"Use of DOWNLOADED_DISTFILE is deprecated. Use the shell variable $$extract_file instead."
Revision 1.16 / (download) - annotate - [select for diffs], Fri Jan 11 00:15:39 2013 UTC (10 years, 8 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2013Q1-base,
pkgsrc-2013Q1
Changes since 1.15: +3 -8
lines
Diff to previous 1.15 (colored)
Prefer bsdtar (in-tree) over external GPL3 gtar.
Revision 1.15 / (download) - annotate - [select for diffs], Sat Oct 6 11:54:51 2012 UTC (10 years, 11 months ago) by asau
Branch: MAIN
CVS Tags: pkgsrc-2012Q4-base,
pkgsrc-2012Q4
Changes since 1.14: +1 -3
lines
Diff to previous 1.14 (colored)
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Revision 1.14 / (download) - annotate - [select for diffs], Fri Mar 11 12:24:39 2011 UTC (12 years, 6 months ago) by zafer
Branch: MAIN
CVS Tags: pkgsrc-2012Q3-base,
pkgsrc-2012Q3,
pkgsrc-2012Q2-base,
pkgsrc-2012Q2,
pkgsrc-2012Q1-base,
pkgsrc-2012Q1,
pkgsrc-2011Q4-base,
pkgsrc-2011Q4,
pkgsrc-2011Q3-base,
pkgsrc-2011Q3,
pkgsrc-2011Q2-base,
pkgsrc-2011Q2,
pkgsrc-2011Q1-base,
pkgsrc-2011Q1
Changes since 1.13: +3 -3
lines
Diff to previous 1.13 (colored)
update master_sites
Revision 1.13 / (download) - annotate - [select for diffs], Tue Mar 10 07:21:53 2009 UTC (14 years, 6 months ago) by hasso
Branch: MAIN
CVS Tags: pkgsrc-2010Q4-base,
pkgsrc-2010Q4,
pkgsrc-2010Q3-base,
pkgsrc-2010Q3,
pkgsrc-2010Q2-base,
pkgsrc-2010Q2,
pkgsrc-2010Q1-base,
pkgsrc-2010Q1,
pkgsrc-2009Q4-base,
pkgsrc-2009Q4,
pkgsrc-2009Q3-base,
pkgsrc-2009Q3,
pkgsrc-2009Q2-base,
pkgsrc-2009Q2,
pkgsrc-2009Q1-base,
pkgsrc-2009Q1
Changes since 1.12: +8 -1
lines
Diff to previous 1.12 (colored)
Fix extracting quake3arena-demo and quake3server on DragonFly the same way as already done for heretic2-demo. Clarify the comment.
Revision 1.12 / (download) - annotate - [select for diffs], Tue May 20 20:27:00 2008 UTC (15 years, 4 months ago) by tnn
Branch: MAIN
CVS Tags: pkgsrc-2008Q4-base,
pkgsrc-2008Q4,
pkgsrc-2008Q3-base,
pkgsrc-2008Q3,
pkgsrc-2008Q2-base,
pkgsrc-2008Q2,
cwrapper,
cube-native-xorg-base,
cube-native-xorg
Changes since 1.11: +2 -1
lines
Diff to previous 1.11 (colored)
Set NO_BUILD=yes (did this package even install? Well, it does now.)
Revision 1.11 / (download) - annotate - [select for diffs], Tue Mar 4 06:59:05 2008 UTC (15 years, 7 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2008Q1-base,
pkgsrc-2008Q1
Changes since 1.10: +22 -18
lines
Diff to previous 1.10 (colored)
Mechanical changes to add DESTDIR support to packages that install their files via a custom do-install target.
Revision 1.10 / (download) - annotate - [select for diffs], Sun Jul 29 05:19:26 2007 UTC (16 years, 2 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2007Q4-base,
pkgsrc-2007Q4,
pkgsrc-2007Q3-base,
pkgsrc-2007Q3
Changes since 1.9: +3 -4
lines
Diff to previous 1.9 (colored)
* Add new emulator framework in pkgsrc/mk/emulator that handles all binary-only packages that require binary "emulation" on the native operating system. Please see pkgsrc/mk/emulator/README for more details. * Teach the plist framework to automatically use any existing PLIST.${EMUL_PLATFORM} as part of the default PLIST_SRC definition. * Convert all of the binary-only packages in pkgsrc to use the emulator framework. Most of them have been tested to install and deinstall correctly. This involves the following cleanup actions: * Remove use of custom PLIST code and use PLIST.${EMUL_PLATFORM} more consistently. * Simplify packages by using default INSTALL and DEINSTALL scripts instead of custom INSTALL/DEINSTALL code. * Remove "SUSE_COMPAT32" and "PKG_OPTIONS.suse" from pkgsrc. Packages only need to state exactly which emulations they support, and the framework handles any i386-on-x86_64 or sparc-on-sparc64 uses. * Remove "USE_NATIVE_LINUX" from pkgsrc. The framework will automatically detect when the package is installing on Linux. Specific changes to packages include: * Bump the PKGREVISIONs for all of the suse100* and suse91* packages due to changes in the +INSTALL/+DEINSTALL scripts used in all of the packages. * Remove pkgsrc/emulators/suse_linux, which is unused by any packages. * cad/lc -- remove custom code to create the distinfo file for all supported platforms; just use "emul-fetch" and "emul-distinfo" instead. * lang/Cg-compiler -- install the shared libraries under ${EMULDIR} instead of ${PREFIX}/lib so that compiled programs will find the shared libraries. * mail/thunderbird-bin-nightly -- update to latest binary distributions for supported platforms. * multimedia/ns-flash -- update Linux version to 9.0.48 as the older version is no longer available for interactive fetch. * security/uvscan -- set LD_LIBRARY_PATH explicitly so that it's not necessary to install library symlinks into ${EMULDIR}/usr/local/lib. * www/firefox-bin-flash -- update Linux version to 9.0.48 as the older version is no longer available for interactive fetch.
Revision 1.9 / (download) - annotate - [select for diffs], Thu Feb 22 19:26:31 2007 UTC (16 years, 7 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2007Q2-base,
pkgsrc-2007Q2,
pkgsrc-2007Q1-base,
pkgsrc-2007Q1
Changes since 1.8: +2 -2
lines
Diff to previous 1.8 (colored)
Whitespace cleanup, courtesy of pkglint. Patch provided by Sergey Svishchev in private mail.
Revision 1.8 / (download) - annotate - [select for diffs], Sun Feb 5 23:09:22 2006 UTC (17 years, 8 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2006Q4-base,
pkgsrc-2006Q4,
pkgsrc-2006Q3-base,
pkgsrc-2006Q3,
pkgsrc-2006Q2-base,
pkgsrc-2006Q2,
pkgsrc-2006Q1-base,
pkgsrc-2006Q1
Changes since 1.7: +2 -2
lines
Diff to previous 1.7 (colored)
Recursive revision bump / recommended bump for gettext ABI change.
Revision 1.7 / (download) - annotate - [select for diffs], Thu Dec 29 06:21:41 2005 UTC (17 years, 9 months ago) by jlam
Branch: MAIN
Changes since 1.6: +1 -2
lines
Diff to previous 1.6 (colored)
Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mk automatically detects whether we want the pkginstall machinery to be used by the package Makefile.
Revision 1.6 / (download) - annotate - [select for diffs], Fri Jul 15 18:27:51 2005 UTC (18 years, 2 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2005Q4-base,
pkgsrc-2005Q4,
pkgsrc-2005Q3-base,
pkgsrc-2005Q3
Changes since 1.5: +2 -2
lines
Diff to previous 1.5 (colored)
Drop distinction between PKGSRC_USE_TOOLS and USE_TOOLS by making PKGSRC_USE_TOOLS go away. There is now only a single USE_TOOLS variable that specifies all of the tools we need to build/run the package.
Revision 1.5 / (download) - annotate - [select for diffs], Mon May 16 01:15:32 2005 UTC (18 years, 4 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2005Q2-base,
pkgsrc-2005Q2
Changes since 1.4: +3 -1
lines
Diff to previous 1.4 (colored)
Note that gtar is required by the package.
Revision 1.4 / (download) - annotate - [select for diffs], Mon May 2 23:02:06 2005 UTC (18 years, 5 months ago) by reed
Branch: MAIN
Changes since 1.3: +1 -1
lines
Diff to previous 1.3 (colored)
Fix MAINTAINER email address for David Ferlier.
Revision 1.3 / (download) - annotate - [select for diffs], Tue Dec 28 02:47:43 2004 UTC (18 years, 9 months ago) by reed
Branch: MAIN
CVS Tags: pkgsrc-2005Q1-base,
pkgsrc-2005Q1
Changes since 1.2: +2 -1
lines
Diff to previous 1.2 (colored)
The default location of the pkgsrc-installed rc.d scripts is now under share/examples/rc.d. The variable name already was named RCD_SCRIPTS_EXAMPLEDIR. This is from ideas from Greg Woods and others. Also bumped PKGREVISION for all packages using RCD_SCRIPTS mechanism (as requested by wiz).
Revision 1.2 / (download) - annotate - [select for diffs], Thu Jan 22 09:02:30 2004 UTC (19 years, 8 months ago) by xtraeme
Branch: MAIN
CVS Tags: pkgsrc-2004Q4-base,
pkgsrc-2004Q4,
pkgsrc-2004Q3-base,
pkgsrc-2004Q3,
pkgsrc-2004Q2-base,
pkgsrc-2004Q2,
pkgsrc-2004Q1-base,
pkgsrc-2004Q1
Changes since 1.1: +2 -0
lines
Diff to previous 1.1 (colored)
Provide a script to start quake3server via NetBSD's rc.d framework, also explain how we should start it. From David Ferlier in PR pkg/24131.
Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Sun Jan 4 18:38:05 2004 UTC (19 years, 9 months ago) by xtraeme
Branch: TNF
CVS Tags: pkgsrc-base
Changes since 1.1: +0 -0
lines
Diff to previous 1.1 (colored)
Initial import of quake3server-1.32b, packaged by David Ferlier in PR pkg/23972. This packages allows you to run a Quake III Arena dedicated server under NetBSD using Linux emulation.
Revision 1.1 / (download) - annotate - [select for diffs], Sun Jan 4 18:38:05 2004 UTC (19 years, 9 months ago) by xtraeme
Branch: MAIN
Initial revision