8898 FreshPorts -- games/pvpgn
FreshPorts -- The Place For Ports If you buy from Amazon USA, please support us by using this link.
Follow us
Blog
Twitter

Port details
pvpgn 1.8.5 games on this many watch lists=1 search for ports that depend on this port
Free Blizzard Battle.net emulation software
Maintained by: mek@mek.uz.ua search for ports maintained by this maintainer
Port Added: 20 Jan 2005 13:47:09
License: not specified in port


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.

WWW: http://pvpgn.berlios.de
SVNWeb : Main Web Site : Distfiles Availability : PortsMon

NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.

Required To Build:
  1. devel/gmake
There are no ports dependent upon this port

To install the port: cd /usr/ports/games/pvpgn/ && make install clean
To add the package: pkg_add -r pvpgn


Configuration Options
===> The following configuration options are available for pvpgn-1.8.5:
     MYSQL=off: Include MySQL user accounts support
     PGSQL=off: Include PostgreSQL user accounts support
     SQLITE3=off: Include SQLite3 user accounts support
     D2=on: Enable Diablo II server (D2CS/D2DBS)
===> Use 'make config' to modify these settings

Master Sites:
  1. ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/pvpgn/
  2. http://download.berlios.de/pvpgn/
  3. http://download2.berlios.de/pvpgn/

Number of commits found: 22

Commit History - (may be incomplete: see SVNWeb link above for full details)
DateByDescription
05 Aug 2012 23:19:40
Original commit files touched by this commit  1.8.5
dougb search for other commits by this committer
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
14 Jan 2012 08:57:23
Original commit files touched by this commit  1.8.5
dougb search for other commits by this committer
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.
24 Oct 2011 04:17:38
Original commit files touched by this commit  1.8.5
dougb search for other commits by this committer
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.
03 Jul 2011 15:16:05
Original commit files touched by this commit  1.8.5
crees search for other commits by this committer
- Use USERS and GROUPS

PR:             ports/157592
Submitted by:   Chris Rees <utisoft@gmail.com>
Approved by:    rene (mentor), maintainer timeout (29 days)
03 Jul 2011 14:25:36
Original commit files touched by this commit  1.8.5
ohauer search for other commits by this committer
-remove MD5
27 Mar 2010 00:15:24
Original commit files touched by this commit  1.8.5
dougb search for other commits by this committer
Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr#
15 Jul 2009 16:56:10
Original commit files touched by this commit  1.8.5
dougb search for other commits by this committer
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.
01 Mar 2009 08:11:00
Original commit files touched by this commit  1.8.5
rafan search for other commits by this committer
- Update to 1.8.5

PR:             ports/132180
Submitted by:   Max E. Kuznecov <mek at mek.uz.ua> (maintainer)
30 May 2008 15:42:54
Original commit files touched by this commit  1.8.2
miwi search for other commits by this committer
- Update to 1.8.2

PR:             124025
Submitted by:   "Max E. Kuznecov" <mek@mek.uz.ua> (maintainer)
30 Aug 2007 01:39:29
Original commit files touched by this commit  1.8.1
rafan search for other commits by this committer
- 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]
16 Dec 2006 09:28:30
Original commit files touched by this commit  1.8.0
miwi search for other commits by this committer
- Update to 1.8.0

PR:             ports/106791
Submitted by:   Max E. Kuznecov <mek@mek.uz.ua> (maintainer)
20 Feb 2006 20:47:50
Original commit files touched by this commit  1.7.9
dougb search for other commits by this committer
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.
22 Jan 2006 02:11:14
Original commit files touched by this commit  1.7.9
edwin search for other commits by this committer
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry

Approved by:    krion@
PR:             ports/88711 (related)
13 Dec 2005 14:38:49
Original commit files touched by this commit  1.7.9
tdb search for other commits by this committer
- Update to 1.7.9

PR:             90307
Submitted:      "Max E. Kuznecov" <mek@mek.uz.ua> (maintainer)
Approved by:    clement (mentor)
17 Nov 2005 17:52:36
Original commit files touched by this commit  1.7.8
pav search for other commits by this committer
- Use USE_SQLITE
- Add SHA256

PR:             ports/89169
Submitted by:   Max E. Kuznecov <mek@mek.uz.ua> (maintainer)
04 Sep 2005 12:18:18
Original commit files touched by this commit  1.7.8
pav search for other commits by this committer
- 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)
26 May 2005 21:04:15
Original commit files touched by this commit  1.7.7
pav search for other commits by this committer
- 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)
23 May 2005 16:13:41
Original commit files touched by this commit  1.7.7
barner search for other commits by this committer
- 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
11 Mar 2005 20:20:14
Original commit files touched by this commit  1.7.5
pav search for other commits by this committer
- Update to 1.7.5

PR:             ports/78606
Submitted by:   Max E. Kuznecov <mek@mek.uz.ua> (maintainer)
08 Feb 2005 20:52:24
Original commit files touched by this commit  1.7.4_1
pav search for other commits by this committer
- Fix PostgreSQL dependency

PR:             ports/76951
Submitted by:   Ulrich Spoerlein <q@uni.de>
24 Jan 2005 15:48:44
Original commit files touched by this commit  1.7.4_1
pav search for other commits by this committer
- Fix path to log and pid file

Submitted by:   Max E. Kuznecov <mek@mek.uz.ua> (maintainer)
20 Jan 2005 13:46:41
Original commit files touched by this commit  1.7.4
pav search for other commits by this committer
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>

Number of commits found: 22

2829
Login
User Login
Create account

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
chromiumMay 22
chromiumMay 22
plibMay 19
plibMay 19
linux-f10-flashplugin10May 16
linux-f10-flashplugin11May 16
nginx*May 16
nginx-devel*May 16
firefoxMay 15
firefox-develMay 15
firefox-esrMay 15
firefox10May 15
firefox15May 15
firefox3May 15
firefox3-develMay 15

6 vulnerabilities affecting 22 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 24532
Broken 216
Deprecated 473
Ignore 632
Forbidden 2
Restricted 292
No CDROM 109
Vulnerable 26
Expired 132
Set to expire 511
Interactive 33
new 24 hours 5
new 48 hours9
new 7 days28
new fortnight60
new month218

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact
8e7

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD
Valid HTML, CSS, and RSS.
Copyright © 2000-2013 DVL Software Limited. All rights reserved.
0