aboutsummaryrefslogtreecommitdiff
path: root/www/orion-devel
Commit message (Collapse)AuthorAgeFilesLines
* Using patch files for replacements in default-web-site.xml andErnst de Haan2002-03-304-23/+47
| | | | | | | | | | | rmi.xml. Changed the order in which certain steps are performed. Fixed a small bug in the orionctl man page. Including a dirty hack to make sure that WRKDIR is defined (WRKDIR?=work). Bumped PORTREVISION. Notes: svn path=/head/; revision=56951
* Now replacing all occurences during the customization ofErnst de Haan2002-03-291-19/+19
| | | | | | | | files, not just the first occurence on a line. This was a bug. Bumped PORTREVISION. Notes: svn path=/head/; revision=56869
* Improved startup script. It now creates the PID file and fixesErnst de Haan2002-03-292-1/+14
| | | | | | | | | | the ownership and permissions before actually calling the orionctl program. Bumped PORTREVISION. Notes: svn path=/head/; revision=56866
* First checking if WITH_JIKES is actually defined beforeErnst de Haan2002-03-281-2/+2
| | | | | | | | | comparing it. Bumped PORTREVISION. Reported by: Dan Langille <dan@langille.org> Notes: svn path=/head/; revision=56794
* Synced control program and man page. Bumped PORTREVISION to 11.Ernst de Haan2002-03-283-28/+33
| | | | Notes: svn path=/head/; revision=56793
* Using a C program instead of a shell script for controllingErnst de Haan2002-03-284-185/+375
| | | | | | | | | | | | | the server, so that we can use set the effective UID of the control script. Redirecting stdout output from the startup script to /dev/null. Bumped PORTREVISION to 10. Notes: svn path=/head/; revision=56791
* Now uses USE_JAVA.Ernst de Haan2002-03-281-12/+2
| | | | Notes: svn path=/head/; revision=56782
* o Fixed potential security problem, by leavingErnst de Haan2002-03-122-62/+74
| | | | | | | | | | | | | | | | | | | the default accounts disabled. o Supporting WITH_JIKES=yes (lower-case) o Displaying stdout and stderr logfile settings during pre-install. o Displaying verbose messages instead of the commands being executed. o Deleting stdout and stderr logfiles at deinstall (added them to the pkg-plist). o Showing message "If a user should be able to use ${CONTROL_SCRIPT_NAME}, put it in the group ${GROUP}." at post-install. o Some small improvements to the Makefile. o Bumped PORTREVISION to 8. Notes: svn path=/head/; revision=55953
* Fixed the description for the /var/run/orion.pid file.Ernst de Haan2002-03-121-3/+3
| | | | | | | It is now in accordance with reality. :-) Notes: svn path=/head/; revision=55949
* Using ECHO_CMD instead of ECHO.Ernst de Haan2002-03-111-17/+17
| | | | Notes: svn path=/head/; revision=55884
* Changed to reflect the current version of the installedErnst de Haan2002-03-111-15/+15
| | | | | | | application and the current behaviour of the port. Notes: svn path=/head/; revision=55882
* Improvements:Ernst de Haan2002-03-081-45/+58
| | | | | | | | | | o Now allows setting the passwords for the admin and for the default user o Some more general cleanup o Bumped PORTREVISION to 7. Notes: svn path=/head/; revision=55719
* Added in order to be able to automatically enableErnst de Haan2002-03-081-0/+37
| | | | | | | | | | users and set their passwords. This file is also in UNIX format instead of the CRLF DOS format the original file (${WRKSRC}/config/principals.xml) is in. Notes: svn path=/head/; revision=55718
* Not deleting the PID file but emptying it. Reasoning behindErnst de Haan2002-03-074-27/+62
| | | | | | | | | | this is that /var/run is not writable to 'www'. Also cleaned things up here and there. Bumped PORTREVISION. Notes: svn path=/head/; revision=55690
* Changes:Ernst de Haan2002-03-054-150/+200
| | | | | | | | | | | | | 0) Improved variable names (now more verbose). 1) Redirecting stdout and stderr to separate log files 2) Setting the PID_FILE in the Makefile 3) Setting the group to when chown-ing the PID file 4) Installing a separate startup script instead of a symlink 5) Changed the man page accordingly 6) Bumped PORTREVISION. Notes: svn path=/head/; revision=55546
* Improved pkg-deinstall. It now displays a warning messageErnst de Haan2002-03-042-7/+33
| | | | | | | if the www user still exists. Bumped PORTREVISION. Notes: svn path=/head/; revision=55542
* Changes:Ernst de Haan2002-03-043-21/+56
| | | | | | | | | | | | | | | 0) Uses 'www' user and group instead of 'orion' user and group 1) Added pkg-install to add www user and group if necessary 2) Fixed STARTUP_ORDER at 020 because the pkg-plist supports no other value 3) Executing pkg-install from the pre-install target 4) Fixed the pkg-plist (it's different because Orion is not automatically started and it creates some files at first startup) 5) Bumped PORTREVISION to 3 Notes: svn path=/head/; revision=55540
* Fixed bug that caused install target to fail. Bumped PORTREVISION.Ernst de Haan2002-03-041-2/+2
| | | | | | | Reported by: Mike Harding <mvh@ix.netcom.com> Notes: svn path=/head/; revision=55539
* Now allows for setting the port the RMI server will listen to.Ernst de Haan2002-03-041-5/+13
| | | | | | | | | | Set AUTO_START by default to NO. Bumped PORTREVISION. Submitted by: Rob Simmons <rsimmons@mail.wlcg.com> Notes: svn path=/head/; revision=55531
* Added a download location.Ernst de Haan2002-02-281-0/+1
| | | | Notes: svn path=/head/; revision=55333
* Upgraded the application to 1.5.2Ernst de Haan2002-02-073-8/+10
| | | | Notes: svn path=/head/; revision=54302
* A lot of small changes. It's now possible to change the Java port using the ↵Ernst de Haan2002-02-044-124/+146
| | | | | | | JAVA_PORT variable. Now uses the my public_distfiles instead of those of sobomax. The script installed in /etc/rc.d/ is now prefixed with the startup order, by default it is 020.orion.sh. For the rest the changes are superficial. Just improving the quality and genericity. Notes: svn path=/head/; revision=54201
* Made the JDK both a RUN_DEPENDS *and* a BUILD_DEPENDS now.Ernst de Haan2001-11-211-0/+1
| | | | | | | Approved by: sobomax Notes: svn path=/head/; revision=50333
* Updated my mail address from ernst@jollem.com to znerd@FreeBSD.org. Made theErnst de Haan2001-11-211-8/+6
| | | | | | | | | | | JDK a BUILD_DEPENDS instead of a RUN_DEPENDS. The port fails if the JDK is not installed, so it should be a BUILD_DEPENDS. Also, the list of download sites is updated. Approved by: sobomax Notes: svn path=/head/; revision=50332
* Improve download locations.Maxim Sobolev2001-10-191-3/+4
| | | | | | | | PR: 31371 Submitted by: maintainer Notes: svn path=/head/; revision=48939
* Improve the port (see ports/31001 for detailed list of changes).Maxim Sobolev2001-10-093-10/+84
| | | | | | | | PR: 31001 Submitted by: maintainer Notes: svn path=/head/; revision=48602
* Update to show the move from java to wwwJames E. Housley2001-06-271-1/+1
| | | | | | | PR: 28415 Notes: svn path=/head/; revision=44485
* Improves the Orion port. Now honours NOPORTDOCS too.James E. Housley2001-06-272-398/+401
| | | | | | | | | | Made pkg-plist file a bit smaller. And just tidied things up. PR: 28413 Submitted by: Ernst de Haan <ernst@jollem.com> Notes: svn path=/head/; revision=44483
* Several fixes and improvements:Maxim Sobolev2001-06-125-17/+131
| | | | | | | | | | | | | | - Now installing a man page for 'orionctl'. - Correctly stopping Orion and removing the PID file on deinstall. - Verbose install (removed the @-signs). - Changes the exit codes in the script (and documented them in the man page) - Extended the documentation in pkg-descr. PR: 27748 Submitted by: maintainer Notes: svn path=/head/; revision=43888
* Java now lives in ${LOCALBASE}/linux-jdk1.3.1, not in linux-jdk1.3.0.Maxim Sobolev2001-06-051-1/+1
| | | | | | | | Submitted by: Ernst de Haan <ernst@jollem.com> No responce from: kevlo (maintainer of linux-jdk13) Notes: svn path=/head/; revision=43518
* Update that introduces extra flexibility for the installation processMaxim Sobolev2001-05-294-431/+471
| | | | | | | | | | | and other improvements in the Makefile. It also introduces quite a few improvements in the `orionctl' script. PR: 27643 Submitted by: maintainer Notes: svn path=/head/; revision=43245
* Put a copy of distfile to MASTER_SITE_LOCAL in order to minimise load onMaxim Sobolev2001-05-261-0/+2
| | | | | | | | | maintainer's sites with limited bandwith. Asked for by: maintainer Notes: svn path=/head/; revision=43092
* From the PR:Alexander Langer2001-05-213-12/+48
| | | | | | | | | | | | | | | | The previous version of this port contains a bug in the orionctl script. I didn't properly test it. This time I extensively tested it. It has also been improved to detect more possible error conditions and exit gracefully in such cases. Bump PORTREVISION. Update plist. PR: 27501 Submitted by: maintainer Notes: svn path=/head/; revision=42877
* Remove bogus comments from the end of file.Maxim Sobolev2001-05-181-19/+0
| | | | | | | Revealed by: phantom Notes: svn path=/head/; revision=42711
* * Portrevision from 1 to 2 (version is still 1.4.5)Maxim Sobolev2001-05-174-25/+65
| | | | | | | | | | | | | | | | | | | | * Changed reference to linux-jdk1.2.2 into linux-jdk1.3.0 in the shell script, since the port depends on linux-jdk1.3.0. * Fixed a few typos and other issues in the shell script * No longer installing a link from ${PREFIX}/orion -> ${PREFIX}/orion1.4.5 * Making all directories under ${PREFIX}/orion1.4.5 a+x * Added one mirror site for the DISTFILE * Renamed shell script from `orion.sh' to `orionctl' (similar to `apachectl') * Installing the shell script in the ${PREFIX}/bin/ directory and symlinking from ${PREFIX}/etc/rc.d/orion.sh to the former file, making sure that the shell script is +x * Including the shell script in ${FILESDIR} instead of downloading PR: 27407 Submitted by: maintainer Notes: svn path=/head/; revision=42671
* Added port version in post-install output messageAlexander Langer2001-05-093-396/+421
| | | | | | | | | | | | Installing startup script in ${PREFIX}/etc/rc.d/ Removed ${RECURSIVE_CP} in favour of just a ${CP} -R Stopped using PLIST_SUB in favour of using plist-builder for pkg-plist PR: 26315 Submitted by: maintainer Notes: svn path=/head/; revision=42451
* Update to version 1.4.5.Steve Price2001-02-263-200/+206
| | | | | | | | PR: 25216 Submitted by: maintainer Notes: svn path=/head/; revision=38766
* Add orion 1.4.0,orion Application Server.Patrick S. Gardella2001-01-035-0/+438
PR: 23867 Submitted by: Ernst de Haan <ernst@jollem.com> Notes: svn path=/head/; revision=36666