aboutsummaryrefslogtreecommitdiff
path: root/www/webobjects
Commit message (Collapse)AuthorAgeFilesLines
* In the rc.d scripts, change assignments to rcvar to use theDoug Barton2012-01-142-16/+20
| | | | | | | | | | | | | | 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
* - change required APACHE version from 13+ to 20+Olli Hauer2012-01-011-1/+1
| | | | | | | | | | | (prepare to remove www/apache13) - no PORTREVISION bump since apache22 is the default with hat apache@ Notes: svn path=/head/; revision=288372
* - Correct use of IGNORE rather than redefining ECHO_MSG (breaks make readme)Chris Rees2011-12-132-30/+14
| | | | | | | | | | | | | | | | | | PR: ports/163262 Submitted by: Jason Helfman <jhelfman@experts-exchange.com> - gzip handles trailing garbage; no need for perl truncate, redefine distinfo - Don't redefine EXTRACT_AFTER_ARGS when EXTRACT_PRESERVE_OWNERSHIP will do - Don't redefine COPYTREE when COPYTREE_BIN will do - Correct dependency line - Remove unnecessary PKGINSTALL definitions etc - Actually look for correct file before complaining about it being missing - Update wiki URL with extraction notes Feature safe: yes Notes: svn path=/head/; revision=287319
* - bump PORTREVISION from ports if USE_APACHE=13+ or 20+ is definedOlli Hauer2011-08-201-1/+1
| | | | Notes: svn path=/head/; revision=280086
* - Get Rid MD5 supportMartin Wilke2011-03-191-1/+0
| | | | Notes: svn path=/head/; revision=271305
* Reset q@onthenet.com.au due to maintiner-timeouts and no response to email.Mark Linimon2010-06-181-1/+1
| | | | | | | Hat: portmgr Notes: svn path=/head/; revision=256659
* Begin the process of deprecating sysutils/rc_subr byDoug Barton2010-03-272-2/+2
| | | | | | | s#. %%RC_SUBR%%#. /etc/rc.subr# Notes: svn path=/head/; revision=251553
* Move the definition of USE_PERL5_BUILD above the inclusion ofMark Linimon2009-08-301-2/+1
| | | | | | | | | bsd.port.pre.mk where it belongs. Hat: portmgr Notes: svn path=/head/; revision=240562
* [NEW PORTS] www/webobjects(+) Apple WebObjects ports bundleEdwin Groothuis2008-06-1311-0/+699
This is a bundle of several ports covering many typical requirements for building an Apple WebObjects deployment environment. Each port is or has a dependancy with some other port in the bundle, and have therefore been lodged collectively. www/webobjects WebObjects runtime is the deployment environment for Apple WebObjects Applications. WebObjects is a suite of tools and object-oriented frameworks that enable you to create and deploy web applications and web services using Java. WWW: http://www.apple.com/webobjects PR: ports/117299 Submitted by: Quinton Dolan <q@onthenet.com.au> Notes: svn path=/head/; revision=214752