summaryrefslogtreecommitdiffstats
path: root/www/orion
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade to Orion 2.0.1.znerd2003-04-102-3/+3
|
* Updated to Orion 2.0.znerd2003-03-273-206/+216
| | | | PR: 50242
* Clear moonlight beckons.ade2003-03-072-1/+1
| | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti.
* Fixed daemonctl control program to work with the FreeBSD JDK 1.3.1.znerd2002-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)
* Changed target installation directory so it does not includeznerd2002-10-091-2/+2
| | | | | | | | | the minor version number anymore. Bumped PORTREVISION. PR: 43565 Requested by: Andrew Gerweck <andy@gerweck.dyndns.org>
* Bumped the PORTREVISION. Forgot to do this during last commit.znerd2002-08-121-1/+1
| | | | PR: 41538
* Allow overriding of startup properties using a properties file.znerd2002-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
* Changed WRKDIR definition. It is changed fromznerd2002-08-101-1/+1
| | | | | | ${.CURDIR}/work to ${WRKDIRPREFIX}${.CURDIR}/work. PR: 39593
* Improved the post-installation message.znerd2002-06-251-1/+1
| | | | Requested by: phantom
* Changed daemonctl program to check if the JAR file exists beforeznerd2002-05-081-1/+1
| | | | | trying to start the JVM. This is a serious usability improvement. Bumped PORTREVISION.
* Improved the startup script. Always displaying a space firstznerd2002-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.
* Upgrade to 1.5.4.znerd2002-05-072-3/+2
|
* Now correctly integrates with Jikes again.znerd2002-04-171-2/+2
| | | | Bumped PORTREVISION.
* Now using files from www/jakarta-tomcat4.znerd2002-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.
* Now using daemonctl.c from www/jakarta-tomcat4, since that wasznerd2002-04-101-2/+2
| | | | renamed from www/jakarta-tomcat. Bumped PORTREVISION.
* Daemon control program now checks if process is reallyznerd2002-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.
* Made the daemon control program less verbose.znerd2002-04-081-1/+1
| | | | | | Bumped PORTREVISION. Prompted by: Kees Jan Koster <K.J.Koster@kpn.com>
* Fixed a problem where the extracted files wouldznerd2002-04-041-2/+2
| | | | | | sometimes (?) be looked for in the directory 'work/work' instead of just 'work'. Bumped PORTREVISION.
* Now using daemonctl.c file from www/jakarta-tomcat.znerd2002-04-033-392/+31
| | | | | Applied some minor cleanups. Bumped PORTREVISION.
* Using patch files for replacements in default-web-site.xml andznerd2002-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.
* Now replacing all occurences during the customization ofznerd2002-03-291-19/+19
| | | | | files, not just the first occurence on a line. This was a bug. Bumped PORTREVISION.
* Improved startup script. It now creates the PID file and fixesznerd2002-03-292-1/+14
| | | | | | | the ownership and permissions before actually calling the orionctl program. Bumped PORTREVISION.
* First checking if WITH_JIKES is actually defined beforeznerd2002-03-281-2/+2
| | | | | | comparing it. Bumped PORTREVISION. Reported by: Dan Langille <dan@langille.org>
* Synced control program and man page. Bumped PORTREVISION to 11.znerd2002-03-283-28/+33
|
* Using a C program instead of a shell script for controllingznerd2002-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.
* Now uses USE_JAVA.znerd2002-03-281-12/+2
|
* o Fixed potential security problem, by leavingznerd2002-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.
* Fixed the description for the /var/run/orion.pid file.znerd2002-03-121-3/+3
| | | | It is now in accordance with reality. :-)
* Using ECHO_CMD instead of ECHO.znerd2002-03-111-17/+17
|
* Changed to reflect the current version of the installedznerd2002-03-111-15/+15
| | | | application and the current behaviour of the port.
* Improvements:znerd2002-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.
* Added in order to be able to automatically enableznerd2002-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.
* Not deleting the PID file but emptying it. Reasoning behindznerd2002-03-074-27/+62
| | | | | | | this is that /var/run is not writable to 'www'. Also cleaned things up here and there. Bumped PORTREVISION.
* Changes:znerd2002-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.
* Improved pkg-deinstall. It now displays a warning messageznerd2002-03-042-7/+33
| | | | if the www user still exists. Bumped PORTREVISION.
* Changes:znerd2002-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
* Fixed bug that caused install target to fail. Bumped PORTREVISION.znerd2002-03-041-2/+2
| | | | Reported by: Mike Harding <mvh@ix.netcom.com>
* Now allows for setting the port the RMI server will listen to.znerd2002-03-041-5/+13
| | | | | | | Set AUTO_START by default to NO. Bumped PORTREVISION. Submitted by: Rob Simmons <rsimmons@mail.wlcg.com>
* Added a download location.znerd2002-02-281-0/+1
|
* Upgraded the application to 1.5.2znerd2002-02-073-8/+10
|
* A lot of small changes. It's now possible to change the Java port using the ↵znerd2002-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.
* Made the JDK both a RUN_DEPENDS *and* a BUILD_DEPENDS now.znerd2001-11-211-0/+1
| | | | Approved by: sobomax
* Updated my mail address from ernst@jollem.com to znerd@FreeBSD.org. Made theznerd2001-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
* Improve download locations.sobomax2001-10-191-3/+4
| | | | | PR: 31371 Submitted by: maintainer
* Improve the port (see ports/31001 for detailed list of changes).sobomax2001-10-093-10/+84
| | | | | PR: 31001 Submitted by: maintainer
* Update to show the move from java to wwwjeh2001-06-271-1/+1
| | | | PR: 28415
* Improves the Orion port. Now honours NOPORTDOCS too.jeh2001-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>
* Several fixes and improvements:sobomax2001-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
* Java now lives in ${LOCALBASE}/linux-jdk1.3.1, not in linux-jdk1.3.0.sobomax2001-06-051-1/+1
| | | | | Submitted by: Ernst de Haan <ernst@jollem.com> No responce from: kevlo (maintainer of linux-jdk13)
* Update that introduces extra flexibility for the installation processsobomax2001-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
OpenPOWER on IntegriCloud