aboutsummaryrefslogtreecommitdiff
path: root/net/spread4
Commit message (Collapse)AuthorAgeFilesLines
* - Convert gmake,bzip2 to USESMartin Wilke2014-05-291-1/+1
| | | | | | | Approved by: portmgr Notes: svn path=/head/; revision=355691
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | net) Notes: svn path=/head/; revision=327755
* net/spread4Olli Hauer2013-03-038-27/+69
| | | | | | | | | | | | | | | | - update spread4 to 4.2.0 - the port has a dedicated user/group, so use them in the rc script (instead root) - use dedicated log directory - assign port to ports@ devel/pecl-spread - bump PORTREVISION PR: 175510 Submitted by: Javier Martin Rueda <jmrueda@diatel.upm.es> Notes: svn path=/head/; revision=313372
* - use reserverd UID/GIDOlli Hauer2012-07-208-86/+11
| | | | | | | | | | | | | | | | - use ports-framework to create user/group - remove pkg-(de)install - rename patchfiles - rename rc file ( s/.in// ) - bump PORTREVISION with hat apache@ PR: 169953 Submitted by: Marcello Coutinho <marcellocoutinho@gmail.com> Notes: svn path=/head/; revision=301241
* 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
* Remove painful examples of foo="", with particular prejudice againstDoug Barton2011-05-151-1/+1
| | | | | | | | | | | | | | | | | | constructions that parse out to [ -z "$foo" ] && foo="" These are bad examples that get copied and pasted into new code, so the hope is that with less bad examples there will be less need for me to bring this up in review. In a few of these files all that were changed were comments so that next time I search for these patterns I won't trip on the file for no reason. In a few places, add $FreeBSD$ No functional changes, so no PORTREVISION bumps Notes: svn path=/head/; revision=274133
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* - Assign some ports to apache@Philip M. Gollucci2010-04-281-1/+1
| | | | Notes: svn path=/head/; revision=253397
* For those ports that have been fully adapted to USE_RC_SUBR remove theDoug Barton2010-03-271-1/+0
| | | | | | | | | | old RC_SCRIPTS_SUB as it has not been needed for a long time. For those that have not yet been updated, remove RC_SUBR=${RC_SUBR} from the list. Notes: svn path=/head/; revision=251565
* 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
* - AdoptPhilip M. Gollucci2010-01-121-1/+1
| | | | Notes: svn path=/head/; revision=247689
* For ports maintained by ports@FreeBSD.org, remove names and/orDoug Barton2009-12-211-3/+0
| | | | | | | | | | | e-mail addresses from the pkg-descr file that could reasonably be mistaken for maintainer contact information in order to avoid confusion on the part of users looking for support. As a pleasant side effect this also avoids confusion and/or frustration for people who are no longer maintaining those ports. Notes: svn path=/head/; revision=246327
* - Update to 4.1.0Wen Heping2009-11-083-9/+12
| | | | | | | - Reset maintainer Notes: svn path=/head/; revision=243956
* Fix a few "bad example" problems in the rc.d scripts that have beenDoug Barton2009-07-151-3/+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
* - Update to 4.0.0Martin Wilke2009-01-1512-306/+69
| | | | | | | | | | - Pass maintainership to submitter PR: 128358 Submitted by: Wen heping <wenheping@gmail.com> Notes: svn path=/head/; revision=226162
* - Update to 3.17.4Martin Wilke2008-06-182-6/+5
| | | | | | | | PR: 124515 Submitted by: Wen heping <wenheping@gmail.com> Notes: svn path=/head/; revision=215196
* - Remove the DESTDIR modifications from individual ports as we have a new,Gabor Kovesdan2007-08-041-1/+1
| | | | | | | | | | fully chrooted DESTDIR, which does not need such any more. Sponsored by: Google Summer of Code 2007 Approved by: portmgr (pav) Notes: svn path=/head/; revision=197075
* - Handle configuration files according to PHRong-En Fan2006-12-261-2/+4
| | | | Notes: svn path=/head/; revision=180803
* General port cleanup: USE_RC_SUBR and plist fixes mostly.Aaron Dalton2006-12-263-16/+7
| | | | Notes: svn path=/head/; revision=180799
* Reset inactive maintainer who has not responded to email.Mark Linimon2006-09-051-1/+1
| | | | | | | Hat: portmgr Notes: svn path=/head/; revision=172271
* Add support for DESTDIR part I.Erwin Lansing2006-08-041-1/+1
| | | | | | | | | | | | | | | | | This commit should largele be a NOOP as it only adds support for DESTDIR undefined. This does allow us to start testing ports with DESTDIR set, but this is as of yet not supported. Although this has been extensively tested on pointyhat, this is a very intrusive change and some cases may have been overlooked. Please contact Gabor and me if you find any. PR: 100555 Submitted by: gabor Sponsored by: Google Summer of Code 2006 Notes: svn path=/head/; revision=169648
* Fix plist.Sam Lawrance2006-04-182-2/+1
| | | | | | | | | PR: ports/92841 Submitted by: leeym Approved by: joshua@roughtrade.net (maintainer, timeout 2 months) Notes: svn path=/head/; revision=159854
* 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
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-221-2/+2
| | | | | | | | Approved by: krion@ PR: ports/88711 (related) Notes: svn path=/head/; revision=154116
* Add original master site again, rather than replacing itEmanuel Haupt2005-11-161-1/+2
| | | | | | | (fixes my previous commit). Notes: svn path=/head/; revision=148441
* - Update master siteEmanuel Haupt2005-11-162-1/+2
| | | | | | | | | | - Add SHA256 hash Notified by: pointyhat via kris Submitted by: Joshua Goodall <joshua@roughtrade.net> (maintainer) Notes: svn path=/head/; revision=148438
* - Update to 3.17.3Emanuel Haupt2005-10-287-59/+100
| | | | | | | | | | | | - 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-226-21/+22
| | | | | | | | PR: 69095 Submitted by: Joshua Goodall <joshua@roughtrade.net> (maintainer) Notes: svn path=/head/; revision=114425
* SIZEify (maintainer timeout)Trevor Johnson2004-03-311-0/+1
| | | | Notes: svn path=/head/; revision=105747
* [MAINTAINER UPDATE] New versions of spread, spread-j and py-spreadmoduleEdwin Groothuis2003-12-2915-75/+222
| | | | | | | | | | | | | | * 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
* utilize SITE_PERLYing-Chieh Liao2003-10-241-6/+6
| | | | | | | | PR: 58166 Submitted by: Cheng-Lung Sung <clsung@dragon2.net> Notes: svn path=/head/; revision=92059
* De-pkg-comment.Akinori MUSHA2003-02-212-1/+1
| | | | Notes: svn path=/head/; revision=76041
* Remove the IGNORE part of the Makefile. It was original in thereEdwin Groothuis2002-12-111-10/+1
| | | | | | | | | | | | | because the website said that it you had to register before you could download it. Joshua Goodall chased it up and got an okay for putting it on his own website for the FreeBSD project. See ports/45178 for more information. PR: ports/45178 Submitted by: maintainer. Notes: svn path=/head/; revision=71515
* IGNORE wasn't for a LICENSE issue but for download-restrictions.Edwin Groothuis2002-11-171-5/+5
| | | | Notes: svn path=/head/; revision=70278
* Maintainer update to version 3.17.0Edwin Groothuis2002-11-1614-192/+233
| | | | | | | | 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
* Introduction of NEED_JAVAC knob in bsd.java.mk, stage 1.Ernst de Haan2002-04-261-0/+1
| | | | | | | | | | | | | | | The NEED_JAVAC knob has been discussed on the freebsd-java mailing list. It is documented at: http://www.metaverse.nl/~ernst/writing.html The second stage is the actual changing of bsd.java.mk. Reviewed by: java@FreeBSD.org Approved by: zach@neurosoft.org, joshua@roughtrade.net, lioux Notes: svn path=/head/; revision=58196
* Added some alternative download locations.Ernst de Haan2002-04-131-1/+4
| | | | Notes: svn path=/head/; revision=57658
* Update to release 3.16.2. Added stability fixes. Updated manpages.Ernst de Haan2002-04-135-18/+39
| | | | | | | | | | Use USE_JAVA. Handle jikes properly. Dtrt wrt javadoc. PR: 36814 Submitted by: maintainer Notes: svn path=/head/; revision=57654
* Somehow I managed to botch pkg-install so the script was in the file twice,Pete Fritchman2002-03-042-88/+0
| | | | | | | | | | so remove the second instance. Also, scripts/createusergroup is replaced by pkg-install so GC that. Submitted by: maintainer Notes: svn path=/head/; revision=55521
* - update to 3.16.1Pete Fritchman2002-03-026-56/+180
| | | | | | | | | | | | | | | | | - 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
* Give up maintainership of this port.Anders Nordby2002-01-201-1/+1
| | | | Notes: svn path=/head/; revision=53385
* Remove some restrictions of source distribution.SADA Kenji2001-11-042-7/+6
| | | | | | | | Approved by: maintainer Pointed out by: mi Notes: svn path=/head/; revision=49573
* My fault - ``NO_PACKAGE'' should be activated.SADA Kenji2001-10-251-1/+1
| | | | Notes: svn path=/head/; revision=49199
* New port: net/spreadSADA Kenji2001-10-257-0/+255
WWW: http://www.spread.org PR: ports/28025 Submitted by: Anders Nordby <anders@fix.no> Notes: svn path=/head/; revision=49196