aboutsummaryrefslogtreecommitdiff
path: root/games/pvpgn
Commit message (Collapse)AuthorAgeFilesLines
* In the rc.d scripts, change assignments to rcvar to use theDoug Barton2012-01-141-1/+1
| | | | | | | | | | | | | | literal name_enable wherever possible, and ${name}_enable when it's not, to prepare for the demise of set_rcvar(). In cases where I had to hand-edit unusual instances also modify formatting slightly to be more uniform (and in some cases, correct). This includes adding some $FreeBSD$ tags, and most importantly moving rcvar= to right after name= so it's clear that one is derived from the other. Notes: svn path=/head/; revision=289156
* Remove more tags from pkg-descr files fo the form:Doug Barton2011-10-241-3/+0
| | | | | | | | | | | - Name em@i.l or variations thereof. While I'm here also fix some whitespace and other formatting errors, including moving WWW: to the last line in the file. Notes: svn path=/head/; revision=284232
* - Use USERS and GROUPSChris Rees2011-07-033-36/+3
| | | | | | | | | PR: ports/157592 Submitted by: Chris Rees <utisoft@gmail.com> Approved by: rene (mentor), maintainer timeout (29 days) Notes: svn path=/head/; revision=277002
* -remove MD5Olli Hauer2011-07-031-2/+0
| | | | Notes: svn path=/head/; revision=276993
* Begin the process of deprecating sysutils/rc_subr byDoug Barton2010-03-271-1/+1
| | | | | | | s#. %%RC_SUBR%%#. /etc/rc.subr# Notes: svn path=/head/; revision=251553
* Fix a few "bad example" problems in the rc.d scripts that have beenDoug Barton2009-07-151-1/+1
| | | | | | | | | | | | | | | | | | | | | | | propogated by copy and paste. 1. Primarily the "empty variable" default assignment, which is mostly ${name}_flags="", but fix a few others as well. 2. Where they are not already documented, add the existence of the _flags (or other deleted empties) option to the comments, and in some cases add comments from scratch. 3. Replace things that look like: prefix=%%PREFIX%% command=${prefix}/sbin/foo to just use %%PREFIX%%. In many cases the $prefix variable is only used once, and in some cases it is not used at all. 4. In a few cases remove ${name}_flags from command_args 5. Remove a long-stale comment about putting the port's rc.d script in /etc/rc.d (which is no longer necessary). No PORTREVISION bumps because all of these changes are noops. Notes: svn path=/head/; revision=237892
* - Update to 1.8.5Rong-En Fan2009-03-013-22/+20
| | | | | | | | PR: ports/132180 Submitted by: Max E. Kuznecov <mek at mek.uz.ua> (maintainer) Notes: svn path=/head/; revision=229272
* - Update to 1.8.2Martin Wilke2008-05-302-4/+4
| | | | | | | | PR: 124025 Submitted by: "Max E. Kuznecov" <mek@mek.uz.ua> (maintainer) Notes: svn path=/head/; revision=213951
* - Update 1.8.1 [1]Rong-En Fan2007-08-303-11/+11
| | | | | | | | | | | | - Change default value assignment in rc script to match Porter's Handbook [2] - Use GNU_CONFIGURE as the configure script is generated by autoconf [2] PR: ports/115652 [1] Submitted by: Max E. Kuznecov <mek at mek.uz.ua> (maintainer) [1] Approved by: Max E. Kuznecov <mek at mek.uz.ua> (maintainer) [2] Notes: svn path=/head/; revision=198506
* - Update to 1.8.0Martin Wilke2006-12-164-14/+13
| | | | | | | | PR: ports/106791 Submitted by: Max E. Kuznecov <mek@mek.uz.ua> (maintainer) Notes: svn path=/head/; revision=179912
* Remove the FreeBSD KEYWORD from all rc.d scripts where it appears.Doug Barton2006-02-201-1/+1
| | | | | | | | | | We have not checked for this KEYWORD for a long time now, so this is a complete noop, and thus no PORTREVISION bump. Removing it at this point is mostly for pedantic reasons, and partly to avoid perpetuating this anachronism by copy and paste to future scripts. Notes: svn path=/head/; revision=156534
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-221-1/+1
| | | | | | | | Approved by: krion@ PR: ports/88711 (related) Notes: svn path=/head/; revision=154113
* - Update to 1.7.9Tim Bishop2005-12-134-10/+11
| | | | | | | | | PR: 90307 Submitted: "Max E. Kuznecov" <mek@mek.uz.ua> (maintainer) Approved by: clement (mentor) Notes: svn path=/head/; revision=151100
* - Use USE_SQLITEPav Lucistnik2005-11-172-1/+3
| | | | | | | | | | - Add SHA256 PR: ports/89169 Submitted by: Max E. Kuznecov <mek@mek.uz.ua> (maintainer) Notes: svn path=/head/; revision=148638
* - Update to 1.7.8Pav Lucistnik2005-09-044-9/+28
| | | | | | | | | | - Provide option to disable Diablo II server PR: ports/85584 Submitted by: Max E. Kuznecov <mek@mek.uz.ua> (maintainer) Notes: svn path=/head/; revision=141892
* - Fix: Due to changes in configure script, games/pvpgn-1.7.7 won't compile withPav Lucistnik2005-05-261-2/+2
| | | | | | | | | | *SQL support if chosen. PR: ports/81528 Submitted by: Max E. Kuznecov <mek@mek.uz.ua> (maintainer) Notes: svn path=/head/; revision=136218
* - Update to 1.7.7 [1]Simon Barner2005-05-235-102/+97
| | | | | | | | | | | | | - Convert to OPTIONS [1] - Use %%DATADIR%% [2] - Add a hint to UPDATING because of changed config file semantics. [1] Submitted by: maintainer [1], barner [2] PR: ports/81375 Notes: svn path=/head/; revision=135974
* - Update to 1.7.5Pav Lucistnik2005-03-114-9/+8
| | | | | | | | PR: ports/78606 Submitted by: Max E. Kuznecov <mek@mek.uz.ua> (maintainer) Notes: svn path=/head/; revision=130925
* - Fix PostgreSQL dependencyPav Lucistnik2005-02-081-2/+1
| | | | | | | | PR: ports/76951 Submitted by: Ulrich Spoerlein <q@uni.de> Notes: svn path=/head/; revision=128314
* - Fix path to log and pid filePav Lucistnik2005-01-242-2/+3
| | | | | | | Submitted by: Max E. Kuznecov <mek@mek.uz.ua> (maintainer) Notes: svn path=/head/; revision=127189
* PvPGN (Player vs Player Gaming Network) is free software that emulates aPav Lucistnik2005-01-209-0/+426
Blizzard Battle.net server. It currently supports all Battle.net games, such as StarCraft, Diablo II, and Warcraft III, and gives you the power to run your own server, manage your own users, run your own tournaments, etc. PR: ports/76445 Submitted by: Max E. Kuznecov <mek@mek.uz.ua> Notes: svn path=/head/; revision=126946