aboutsummaryrefslogtreecommitdiff
path: root/net/spread-j
Commit message (Collapse)AuthorAgeFilesLines
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.Mathieu Arnold2016-04-011-1/+1
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412348
* - Fix staging WITHOUT=DOCSDmitry Marakasov2015-10-191-15/+12
| | | | | | | MFH: 2015Q4 (blanket) Notes: svn path=/head/; revision=399695
* Cleanup plistAntoine Brodin2014-11-221-2/+0
| | | | Notes: svn path=/head/; revision=373063
* In some straightforward situations, protect examples behind PORTEXAMPLES,Adam Weinberger2014-08-062-11/+9
| | | | | | | | adding EXAMPLES to OPTIONS_DEFINE where necessary. In a couple instances, correct examples being controlled by the DOCS option. Notes: svn path=/head/; revision=364152
* Remove NOPORTDOCS and NOPORTEXAMPLES.Adam Weinberger2014-07-041-8/+13
| | | | Notes: svn path=/head/; revision=360664
* Stagify.Vanilla I. Shu2014-06-091-16/+14
| | | | Notes: svn path=/head/; revision=357182
* 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
* Decommissioning java 1.5 (EOLed since October 2009):Baptiste Daroussin2012-12-101-6/+2
| | | | | | | suppress any reference to JAVA_VERSION= 1.5+ (part3) Notes: svn path=/head/; revision=308605
* Now that the Java 1.3 and Java 1.4 ports are deprecated and will expire soon,Mark Linimon2011-07-211-1/+1
| | | | | | | | | | | | | | | | | | | remove support for them from bsd.java.mk. As Jikes is not available in Java 1.5 or higher, remove it from bsd.java.mk too (suggested by hq@) and from the ports which used it (only occurences were USE_JIKES=no). Support for the Blackdown VM is also removed, as it is not available in Java 1.5 and higher. Also remove the mapping from Java 1.1-1.4 to Java 1.5+ in bsd.java.mk to detect old, broken ports; therefore bump the minimal value of JAVA_VERSION to 1.5. While here, replace static values of JAVA_VERSION in files/*.in by %%JAVA_VERSION%% . PR: ports/158969 Submitted by: rene Tested on: pointyhat-west -exp Notes: svn path=/head/; revision=278068
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* 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
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-0/+1
| | | | | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav) Notes: svn path=/head/; revision=214430
* - Update to 3.17.3Pietro Cerutti2008-04-163-11/+8
| | | | | | | Approved by: miwi (mentor) Notes: svn path=/head/; revision=211417
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-0/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* Reset inactive maintainer who has not responded to email.Mark Linimon2006-09-051-1/+1
| | | | | | | Hat: portmgr Notes: svn path=/head/; revision=172271
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154193
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-221-1/+1
| | | | | | | | Approved by: krion@ PR: ports/88711 (related) Notes: svn path=/head/; revision=154137
* update of net/spread and net/spread-j to version 3.17.2Oliver Eikemeier2004-07-223-31/+31
| | | | | | | | PR: 69095 Submitted by: Joshua Goodall <joshua@roughtrade.net> (maintainer) Notes: svn path=/head/; revision=114425
* . Drop the use of jikes so 1.2 and 1.3 compiles work.Greg Lewis2004-05-132-2/+13
| | | | | | | Submitted by: Joshua Goodall <joshua@roughtrade.net> (maintainer) Notes: svn path=/head/; revision=109091
* . Empirically this port appears to require 1.4 to compile. So set thisGreg Lewis2004-04-151-2/+3
| | | | | | | as the version and make sure ant uses it. Notes: svn path=/head/; revision=107140
* . This port explicitly uses jikes during the build, so set USE_JIKES.Greg Lewis2004-04-151-0/+1
| | | | | | | | I still have problems with the build, but this gets it closer and others have reported success with it. Notes: svn path=/head/; revision=107137
* 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-293-57/+16
| | | | | | | | | | | | | | * 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=96848
* New port (split out from old port): net/spread-jEdwin Groothuis2003-08-304-0/+116
This port contains just the java client libraries, which have been split from the net/spread port to make them easier to find, build and include, as a separate port. PR: ports/45180 Submitted by: Joshua Goodall <joshua@roughtrade.net> Notes: svn path=/head/; revision=88027