summaryrefslogtreecommitdiff
path: root/net/spread/files (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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-2/+2
| | | | | | | | | | | | | | | | | | | | | | | 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
* General port cleanup: USE_RC_SUBR and plist fixes mostly.Aaron Dalton2006-12-261-0/+0
| | | | Notes: svn path=/head/; revision=180799
* 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
* - Update to 3.17.3Emanuel Haupt2005-10-283-25/+25
| | | | | | | | | | | | - Provide pkg-deinstall - Cleanup PR: 86901 Submitted by: Chris Mikkelson <cmikk@qwest.net> Approved by: maintainer timeout (16 days after postponement) Notes: svn path=/head/; revision=146591
* update of net/spread and net/spread-j to version 3.17.2Oliver Eikemeier2004-07-223-17/+17
| | | | | | | | PR: 69095 Submitted by: Joshua Goodall <joshua@roughtrade.net> (maintainer) Notes: svn path=/head/; revision=114425
* [MAINTAINER UPDATE] New versions of spread, spread-j and py-spreadmoduleEdwin Groothuis2003-12-2912-56/+186
| | | | | | | | | | | | | | * Use more bsd.port.mk convenience switches. * Use rc.subr properly for spread daemon. * Write a logfile rather than spewing to stdio. * Move rendezvous socket to /var/run. * Make Makefile.PL behave properly with PREFIX. PR: ports/60053 Submitted by: Joshua Goodall <joshua@roughtrade.net> Notes: svn path=/head/; revision=96846
* Maintainer update to version 3.17.0Edwin Groothuis2002-11-169-67/+198
| | | | | | | | PR: ports/45178 Submitted by: Joshua Goodall <joshua@roughtrade.net> Notes: svn path=/head/; revision=70266
* Fix build on -current (don't assume that everything not FreeBSD 4.x isKris Kennaway2002-09-051-0/+11
| | | | | | | FreeBSD 3.x) Notes: svn path=/head/; revision=65677
* Update to release 3.16.2. Added stability fixes. Updated manpages.Ernst de Haan2002-04-132-0/+20
| | | | | | | | | | Use USE_JAVA. Handle jikes properly. Dtrt wrt javadoc. PR: 36814 Submitted by: maintainer Notes: svn path=/head/; revision=57654
* - update to 3.16.1Pete Fritchman2002-03-021-12/+12
| | | | | | | | | | | | | | | | | - pass maintainership to submitter - make the java dependency more flexible - get rid of NO_PACKAGE and add a pkg-install script to create the user/group needed - use DOCSDIR instead of the port-specific DOCDIR - set PKGMESSAGE to the license file - sort pkg-plist - respect PREFIX PR: 35407 Submitted by: Joshua Goodall <joshua@roughtrade.net> (new maintainer) Notes: svn path=/head/; revision=55404
* New port: net/spreadSADA Kenji2001-10-251-0/+36
WWW: http://www.spread.org PR: ports/28025 Submitted by: Anders Nordby <anders@fix.no> Notes: svn path=/head/; revision=49196