aboutsummaryrefslogtreecommitdiff
path: root/www/orion
Commit message (Collapse)AuthorAgeFilesLines
* BROKEN: Checksum mismatchKris Kennaway2004-04-121-0/+2
| | | | Notes: svn path=/head/; revision=106755
* Use the FIND and XARGS macros introduced in bsd.port.mk 1.391.Trevor Johnson2003-11-131-1/+1
| | | | Notes: svn path=/head/; revision=93885
* Update to Orion 2.0.2.Ernst de Haan2003-07-213-414/+350
| | | | Notes: svn path=/head/; revision=85280
* Upgrade to Orion 2.0.1.Ernst de Haan2003-04-102-3/+3
| | | | Notes: svn path=/head/; revision=78689
* Updated to Orion 2.0.Ernst de Haan2003-03-273-206/+216
| | | | | | | PR: 50242 Notes: svn path=/head/; revision=77526
* Clear moonlight beckons.Ade Lovett2003-03-072-1/+1
| | | | | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti. Notes: svn path=/head/; revision=77045
* Fixed daemonctl control program to work with the FreeBSD JDK 1.3.1.Ernst de Haan2002-10-091-1/+1
| | | | | | | | | | | | | | | | | The fix consists of 2 lines at the beginning of the program: setuid(geteuid()); setgid(getegid()); Bumped PORTREVISION of Orion, Tomcat and JBoss ports. PR: 40470, 43679 Submitted by: Ari Suutari <ari.suutari@syncrontech.com> Reviewed by: audit Approved by: Silence on -audit (since Sept 13, 2002) Notes: svn path=/head/; revision=67721
* Changed target installation directory so it does not includeErnst de Haan2002-10-091-2/+2
| | | | | | | | | | | | the minor version number anymore. Bumped PORTREVISION. PR: 43565 Requested by: Andrew Gerweck <andy@gerweck.dyndns.org> Notes: svn path=/head/; revision=67718
* Bumped the PORTREVISION. Forgot to do this during last commit.Ernst de Haan2002-08-121-1/+1
| | | | | | | PR: 41538 Notes: svn path=/head/; revision=64410
* Allow overriding of startup properties using a properties file.Ernst de Haan2002-08-123-1/+5
| | | | | | | | | PR: 41538 Submitted by: Goran Lowkrantz <goran.lowkrantz@ismobile.com> See also: http://kb.atlassian.com/content/atlassian/howto/orionproperties.jsp Notes: svn path=/head/; revision=64409
* Changed WRKDIR definition. It is changed fromErnst de Haan2002-08-101-1/+1
| | | | | | | | | ${.CURDIR}/work to ${WRKDIRPREFIX}${.CURDIR}/work. PR: 39593 Notes: svn path=/head/; revision=64325
* Improved the post-installation message.Ernst de Haan2002-06-251-1/+1
| | | | | | | Requested by: phantom Notes: svn path=/head/; revision=61955
* Changed daemonctl program to check if the JAR file exists beforeErnst de Haan2002-05-081-1/+1
| | | | | | | | trying to start the JVM. This is a serious usability improvement. Bumped PORTREVISION. Notes: svn path=/head/; revision=58756
* Improved the startup script. Always displaying a space firstErnst de Haan2002-05-081-0/+1
| | | | | | | | | | | | | | before the name of the application being started/stopped. The advantage is that if there is an error, then the message will have a space prepended instead of being appended to the previous application name. When the application is 'stop'ped, the error messages, if any, are now hidden. Instead the name of the application is just shown. Bumped PORTREVISION. Notes: svn path=/head/; revision=58755
* Upgrade to 1.5.4.Ernst de Haan2002-05-072-3/+2
| | | | Notes: svn path=/head/; revision=58656
* Now correctly integrates with Jikes again.Ernst de Haan2002-04-171-2/+2
| | | | | | | Bumped PORTREVISION. Notes: svn path=/head/; revision=57791
* Now using files from www/jakarta-tomcat4.Ernst de Haan2002-04-163-132/+28
| | | | | | | | | | Moved things around from one target to another. Now displaying installation settings during pre-install. Doing file replacements in post-patch. Bumped PORTREVISION. Notes: svn path=/head/; revision=57772
* Now using daemonctl.c from www/jakarta-tomcat4, since that wasErnst de Haan2002-04-101-2/+2
| | | | | | | renamed from www/jakarta-tomcat. Bumped PORTREVISION. Notes: svn path=/head/; revision=57524
* Daemon control program now checks if process is reallyErnst de Haan2002-04-081-1/+4
| | | | | | | | | | | | | | | | | | | | | terminated. If not, it will send the process a SIGKILL after a certain time-out period. The time-out can be passed to the port Makefile as a parameter. Improved documentation a bit here and there. Added some explicit casts to make lint(1) a bit happier :-) Applied some refactoring here and there. Moved some functionality into a new function 'existsProcess'. Slightly changed the output of the program. Bumped PORTREVISION. Notes: svn path=/head/; revision=57470
* Made the daemon control program less verbose.Ernst de Haan2002-04-081-1/+1
| | | | | | | | | Bumped PORTREVISION. Prompted by: Kees Jan Koster <K.J.Koster@kpn.com> Notes: svn path=/head/; revision=57462
* Fixed a problem where the extracted files wouldErnst de Haan2002-04-041-2/+2
| | | | | | | | | sometimes (?) be looked for in the directory 'work/work' instead of just 'work'. Bumped PORTREVISION. Notes: svn path=/head/; revision=57329
* Now using daemonctl.c file from www/jakarta-tomcat.Ernst de Haan2002-04-033-392/+31
| | | | | | | | Applied some minor cleanups. Bumped PORTREVISION. Notes: svn path=/head/; revision=57282
* 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