aboutsummaryrefslogtreecommitdiff
path: root/net/stund
Commit message (Collapse)AuthorAgeFilesLines
* - Support stagingEmanuel Haupt2014-02-281-4/+4
| | | | | | | - USES -> gmake Notes: svn path=/head/; revision=346475
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | net) Notes: svn path=/head/; revision=327755
* Fix problem introduced in r302141. The directory for the unpacked sourceDoug Barton2012-08-211-2/+3
| | | | | | | | files is unversioned, so it conflicts with the name of the rc.d script in WRKDIR after SUB_FILES is applied. Notes: svn path=/head/; revision=302901
* Move the rc.d scripts of the form *.sh.in to *.inDoug Barton2012-08-052-1/+1
| | | | | | | | | Where necessary add $FreeBSD$ to the file No PORTREVISION bump necessary because this is a no-op Notes: svn path=/head/; revision=302141
* 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
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* 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
* - Switch SourceForge ports to the new File Release System: categories ↵Dmitry Marakasov2009-08-221-2/+1
| | | | | | | starting with N Notes: svn path=/head/; revision=240073
* Update to 0.96.Maxim Sobolev2006-07-113-10/+10
| | | | Notes: svn path=/head/; revision=167541
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154193
* ${LOCALBASE} -> ${PREFIX} where appropriate.Maxim Sobolev2005-09-301-2/+2
| | | | | | | | PR: 80394 Submitted by: Vasil Dimov <vd@datamax.bg> Notes: svn path=/head/; revision=143811
* o Add support for generating pidfile;Maxim Sobolev2005-07-293-3/+101
| | | | | | | | | o newrc startup script; o bump PORTREVISION. Notes: svn path=/head/; revision=140395
* o Add missed statement;Maxim Sobolev2005-04-173-7/+9
| | | | | | | o fix error output. Notes: svn path=/head/; revision=133532
* Update to 0.94.Maxim Sobolev2005-04-174-28/+114
| | | | Notes: svn path=/head/; revision=133513
* Update to 0.92.Maxim Sobolev2004-06-103-4/+27
| | | | Notes: svn path=/head/; revision=111211
* BROKEN on !i386: Does not compileKris Kennaway2004-04-171-1/+7
| | | | Notes: svn path=/head/; revision=107317
* Add stund 0.91, a simple STUN (RFC 3489) server and client.Maxim Sobolev2004-04-095-0/+61
Notes: svn path=/head/; revision=106551