aboutsummaryrefslogtreecommitdiffstats
path: root/games/sampsvr/files
Commit message (Collapse)AuthorAgeFilesLines
* - Add staging supportpawel2014-04-181-1/+1
| | | | | - Define DOCS option - Use @sample for config file
* In the rc.d scripts, change assignments to rcvar to use thedougb2012-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.
* Begin the process of deprecating sysutils/rc_subr bydougb2010-03-271-1/+1
| | | | s#. %%RC_SUBR%%#. /etc/rc.subr#
* - Update to 0.2.3, but in fact this is 0.2.X.beech2008-12-021-1/+1
| | | | | | | - Move files base to ${PREFIX}/libexec. PR: ports/129334 Submitted by: Alexander Logvinov <ports@logvinov.com> (maintainer)
* - Update to 0.2.2rafan2007-09-051-1/+1
| | | | | PR: pors/115991 Submitted by: Alexander Logvinov <ports at logvinov.com> (maintainer)
* - Update to 0.2.1.2miwi2007-07-271-1/+1
| | | | | PR: 114917 Submitted by: Alexander Logvinov <ports@logvinov.com> (maintainer)
* - Update to 0.2.1rafan2007-06-251-1/+1
| | | | | | | - Remove one bad master site PR: ports/114005 Submitted by: Alexander Logvinov <ports at logvinov.com> (maintainer)
* - Update to 0.2miwi2007-06-221-0/+1
| | | | | PR: 113909 Submitted by: Alexander Logvinov <ports@logvinov.com> (maintainer)
* - Update to 0.1b r2rafan2007-02-202-4/+3
| | | | | | | | | | - Respect DOCSDIR, DATADIR - Install files into PREFIX/lib/PORTNAME - Handle configuration files according to Porter's Handbook - BRANDELF where necessary PR: ports/109303 Submitted by: Alexander Logvinov <ports at logvinov.com> (maintainer)
* A multiplayer modification for the PC versionmiwi2006-12-022-0/+44
of Rockstar's GTA: San Andreas allowing users to play together over internet or LAN connections WWW: http://www.sa-mp.com/ PR: ports/106108 Submitted by: Alexander Logvinov <ports at logvinov.com>