Commit graph

31 commits

Author SHA1 Message Date
Ernst de Haan
77350df861 o Fixed potential security problem, by leaving
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.
2002-03-12 22:18:23 +00:00
Ernst de Haan
59ce27939f Fixed the description for the /var/run/orion.pid file.
It is now in accordance with reality. :-)
2002-03-12 21:42:47 +00:00
Ernst de Haan
39ab963267 Using ECHO_CMD instead of ECHO. 2002-03-11 20:37:27 +00:00
Ernst de Haan
d3258e4157 Changed to reflect the current version of the installed
application and the current behaviour of the port.
2002-03-11 20:33:30 +00:00
Ernst de Haan
cc74ef5bee Improvements:
o Now allows setting the passwords for the admin and for the
  default user
o Some more general cleanup
o Bumped PORTREVISION to 7.
2002-03-08 13:01:24 +00:00
Ernst de Haan
91da8e4267 Added in order to be able to automatically enable
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.
2002-03-08 12:58:36 +00:00
Ernst de Haan
91b4ceeadb Not deleting the PID file but emptying it. Reasoning behind
this is that /var/run is not writable to 'www'. Also cleaned
things up here and there.

Bumped PORTREVISION.
2002-03-07 19:47:15 +00:00
Ernst de Haan
3030eab564 Changes:
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.
2002-03-05 01:21:39 +00:00
Ernst de Haan
7a5656bbf0 Improved pkg-deinstall. It now displays a warning message
if the www user still exists. Bumped PORTREVISION.
2002-03-04 23:31:47 +00:00
Ernst de Haan
4b972fc880 Changes:
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
2002-03-04 23:19:12 +00:00
Ernst de Haan
55acf188d0 Fixed bug that caused install target to fail. Bumped PORTREVISION.
Reported by:	Mike Harding <mvh@ix.netcom.com>
2002-03-04 22:50:42 +00:00
Ernst de Haan
510ad05be5 Now allows for setting the port the RMI server will listen to.
Set AUTO_START by default to NO.
Bumped PORTREVISION.

Submitted by:	Rob Simmons <rsimmons@mail.wlcg.com>
2002-03-04 19:58:22 +00:00
Ernst de Haan
3281defcf0 Added a download location. 2002-02-28 09:30:33 +00:00
Ernst de Haan
1067f80f93 Upgraded the application to 1.5.2 2002-02-07 10:41:51 +00:00
Ernst de Haan
34a9b6c36a A lot of small changes. It's now possible to change the Java port using the 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. 2002-02-04 13:22:37 +00:00
Ernst de Haan
7037999cb6 Made the JDK both a RUN_DEPENDS *and* a BUILD_DEPENDS now.
Approved by: sobomax
2001-11-21 14:44:12 +00:00
Ernst de Haan
e626fcdbca Updated my mail address from ernst@jollem.com to znerd@FreeBSD.org. Made the
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
2001-11-21 13:22:55 +00:00
Maxim Sobolev
899eedad1a Improve download locations.
PR:		31371
Submitted by:	maintainer
2001-10-19 12:46:16 +00:00
Maxim Sobolev
1bfc6b4d8b Improve the port (see ports/31001 for detailed list of changes).
PR:		31001
Submitted by:	maintainer
2001-10-09 13:02:30 +00:00
James E. Housley
9c88402eba Update to show the move from java to www
PR:		28415
2001-06-27 01:51:26 +00:00
James E. Housley
c1741ac0c7 Improves the Orion port. Now honours NOPORTDOCS too.
Made pkg-plist file a bit smaller. And just tidied things up.

PR:		28413
Submitted by:	Ernst de Haan <ernst@jollem.com>
2001-06-27 00:15:07 +00:00
Maxim Sobolev
1aa47310ca Several fixes and improvements:
- 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
2001-06-12 10:20:48 +00:00
Maxim Sobolev
5fb9532005 Java now lives in ${LOCALBASE}/linux-jdk1.3.1, not in linux-jdk1.3.0.
Submitted by:	Ernst de Haan <ernst@jollem.com>
No responce from:	kevlo (maintainer of linux-jdk13)
2001-06-05 09:45:35 +00:00
Maxim Sobolev
e5550b640d Update that introduces extra flexibility for the installation process
and other improvements in the Makefile. It also introduces quite a few
improvements in the `orionctl' script.

PR:		27643
Submitted by:	maintainer
2001-05-29 12:54:13 +00:00
Maxim Sobolev
e158603086 Put a copy of distfile to MASTER_SITE_LOCAL in order to minimise load on
maintainer's sites with limited bandwith.

Asked for by:	maintainer
2001-05-26 22:07:43 +00:00
Alexander Langer
6d58ff8fbd From the PR:
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
2001-05-21 19:21:50 +00:00
Maxim Sobolev
e5d7960791 Remove bogus comments from the end of file.
Revealed by:	phantom
2001-05-18 16:24:32 +00:00
Maxim Sobolev
6e65268427 * Portrevision from 1 to 2 (version is still 1.4.5)
* 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
2001-05-17 13:42:10 +00:00
Alexander Langer
0d318b5224 Added port version in post-install output message
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
2001-05-09 10:09:46 +00:00
Steve Price
86735d2cda Update to version 1.4.5.
PR:		25216
Submitted by:	maintainer
2001-02-26 04:58:48 +00:00
Patrick S. Gardella
afdf25a0e4 Add orion 1.4.0,orion Application Server.
PR:		23867
Submitted by:	Ernst de Haan <ernst@jollem.com>
2001-01-03 19:52:29 +00:00