BlueJ is an integrated Java environment designed for introductory teaching
PR: 28473
Submitted by: Jeremy Karlson <carpathia@h24-76-76-76.vc.shawcable.net>
* Set PORTREVISION to 1
* Including patch file in ${FILESDIR} instead of downloading it
* Emptied MASTER_SITES since the distfile needs to be obtained
from Karmira. This should avoid that I get complaints from fenners
script ;)
* Allowed scripting of the ${JAVA_HOME} variable, so the installer can
choose a JDK him/herself when installing. The bugseeker script is
changed accordingly
* Now installing the bugseeker shell script as ${PREFIX}/bin/bugseeker
with read/execute permissions for anyone
* Made IGNORE message more verbose
* Made install process more verbose
* Added NO_CDROM and RESTRICTED to Makefile
* Changed pkg-plist file to use substitutions instead of a fixed path
PR: 28323
Submitted by: Ernst de Haan <ernst@jollem.com>
- 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
notice PR submitter's follow-up in which he asked not to do upgrade due to
the bug discovered in this particular version of JDK.
Submitted by: Ernst de Haan <ernst@jollem.com>
Brush up pkg-plist. (sorting entries, and replacing version number
to %%PORTVERSION%% by using ${PLIST_SUB})
Makefile brush up (generate ${DISTNAME} from ${PORTNAME} and
${PORTVERSION})
PR: 27609
Submitted by: KUNISHIMA Takeo <kunishi@acm.org>
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
The original java/bugseeker, but this time renamed to
java/bugseeker-demo. The java/bugseeker port is now the full version.
PR: 24454
Submitted by: Ernst de Haan <ernst@heinz.jollem.com>
* 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
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