aboutsummaryrefslogtreecommitdiff
path: root/www/geronimo/files
Commit message (Collapse)AuthorAgeFilesLines
* Move the rc.d scripts of the form *.sh.in to *.inDoug Barton2012-08-051-0/+0
| | | | | | | | | Where necessary add $FreeBSD$ to the file No PORTREVISION bump necessary because this is a no-op Notes: svn path=/head/; revision=302141
* - Update to 3.0-beta-1Pietro Cerutti2012-07-092-178/+40
| | | | Notes: svn path=/head/; revision=300675
* 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
* No need to create www user any more -- www has been in base since 4.6.Chris Rees2011-08-122-60/+0
| | | | | | | Username is now no longer configurable however. Notes: svn path=/head/; revision=279540
* 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
* - Enable rcorder tags for geronimo2.sh.in.Beech Rintoul2009-01-141-0/+4
| | | | | | | | | | - Bump portrevision PR: ports/130514 Submitted by: Jonathan Chen <jonc@chen.org.nz> (maintainer) Notes: svn path=/head/; revision=226122
* - Update to 2.1.1Tong LIU2008-05-221-1/+1
| | | | | | | | | | PR: ports/121187 Submitted by: Jonathan Chen <jonc@chen.org.nz> Approved by: Tong Liu (maintainer) delphij (mentor,implicit) Notes: svn path=/head/; revision=213522
* - add options to choose use jetty or tomcatTong LIU2007-05-311-1/+1
| | | | | | | | | | - update to 2.0-M5 - change stop function which in rc script Approved by: delphij (mentor) Notes: svn path=/head/; revision=192467
* Geronimo is a Java EE 5 application server which is developed by the ApacheTong LIU2007-04-293-0/+274
Geronimo open source community and it is under the Apache License. WWW: http://geronimo.apache.org/ PR: 110932 Approved by: delphij (mentor) Notes: svn path=/head/; revision=191087