Commit graph

24 commits

Author SHA1 Message Date
Baptiste Daroussin
c84e1cd8e6 Add NO_STAGE all over the place in preparation for the staging support (cat: games) 2013-09-20 17:36:33 +00:00
Jason Helfman
8199e9dc48 - adopt optionsNG for games
- trim historical headers and trim comments
- some Makefile cleanup

Approved by:	portmgr (bapt)
2013-05-31 14:40:56 +00:00
Doug Barton
9aac569eaa Move the rc.d scripts of the form *.sh.in to *.in
Where necessary add $FreeBSD$ to the file

No PORTREVISION bump necessary because this is a no-op
2012-08-05 23:19:36 +00:00
Doug Barton
83eb2c3700 In the rc.d scripts, change assignments to rcvar to use the
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.
2012-01-14 08:57:23 +00:00
Doug Barton
2b1dacc826 Remove more tags from pkg-descr files fo the form:
- 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.
2011-10-24 04:17:37 +00:00
Chris Rees
10f68deeb5 - Use USERS and GROUPS
PR:		ports/157592
Submitted by:	Chris Rees <utisoft@gmail.com>
Approved by:	rene (mentor), maintainer timeout (29 days)
2011-07-03 15:16:04 +00:00
Olli Hauer
b6ac748023 -remove MD5 2011-07-03 14:25:36 +00:00
Doug Barton
1d6b4b3f91 Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr#
2010-03-27 00:15:24 +00:00
Doug Barton
0175383f0a Fix a few "bad example" problems in the rc.d scripts that have been
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.
2009-07-15 16:56:10 +00:00
Rong-En Fan
744f2ca3ad - Update to 1.8.5
PR:		ports/132180
Submitted by:	Max E. Kuznecov <mek at mek.uz.ua> (maintainer)
2009-03-01 08:11:00 +00:00
Martin Wilke
3296b35a5f - Update to 1.8.2
PR:		124025
Submitted by:	"Max E. Kuznecov" <mek@mek.uz.ua> (maintainer)
2008-05-30 15:42:54 +00:00
Rong-En Fan
6669aa577d - Update 1.8.1 [1]
- 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]
2007-08-30 01:39:29 +00:00
Martin Wilke
bf77716d81 - Update to 1.8.0
PR:		ports/106791
Submitted by:	Max E. Kuznecov <mek@mek.uz.ua> (maintainer)
2006-12-16 09:28:30 +00:00
Doug Barton
c49d1a3273 Remove the FreeBSD KEYWORD from all rc.d scripts where it appears.
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.
2006-02-20 20:47:50 +00:00
Edwin Groothuis
0416031c9b Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by:    krion@
PR:             ports/88711 (related)
2006-01-22 02:20:05 +00:00
Tim Bishop
0f61ed98e1 - Update to 1.7.9
PR:		90307
Submitted:	"Max E. Kuznecov" <mek@mek.uz.ua> (maintainer)
Approved by:	clement (mentor)
2005-12-13 14:38:49 +00:00
Pav Lucistnik
9b1be7c2c9 - Use USE_SQLITE
- Add SHA256

PR:		ports/89169
Submitted by:	Max E. Kuznecov <mek@mek.uz.ua> (maintainer)
2005-11-17 17:52:36 +00:00
Pav Lucistnik
6acd6844db - Update to 1.7.8
- Provide option to disable Diablo II server

PR:		ports/85584
Submitted by:	Max E. Kuznecov <mek@mek.uz.ua> (maintainer)
2005-09-04 12:18:18 +00:00
Pav Lucistnik
1fac9743dd - Fix: Due to changes in configure script, games/pvpgn-1.7.7 won't compile with
*SQL support if chosen.

PR:		ports/81528
Submitted by:	Max E. Kuznecov <mek@mek.uz.ua> (maintainer)
2005-05-26 21:04:15 +00:00
Simon Barner
82fe928873 - Update to 1.7.7 [1]
- 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
2005-05-23 16:13:41 +00:00
Pav Lucistnik
57854442b4 - Update to 1.7.5
PR:		ports/78606
Submitted by:	Max E. Kuznecov <mek@mek.uz.ua> (maintainer)
2005-03-11 20:20:14 +00:00
Pav Lucistnik
08ce3caf4d - Fix PostgreSQL dependency
PR:		ports/76951
Submitted by:	Ulrich Spoerlein <q@uni.de>
2005-02-08 20:52:24 +00:00
Pav Lucistnik
5fe9b4304e - Fix path to log and pid file
Submitted by:	Max E. Kuznecov <mek@mek.uz.ua> (maintainer)
2005-01-24 15:48:44 +00:00
Pav Lucistnik
db5f4533d8 PvPGN (Player vs Player Gaming Network) is free software that emulates a
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>
2005-01-20 13:46:41 +00:00