summaryrefslogtreecommitdiffstats
path: root/java
Commit message (Collapse)AuthorAgeFilesLines
* Java now lives in ${LOCALBASE}/linux-jdk1.3.1, not in linux-jdk1.3.0.sobomax2001-06-053-3/+3
| | | | | Submitted by: Ernst de Haan <ernst@jollem.com> No responce from: kevlo (maintainer of linux-jdk13)
* Backout my last backout.sobomax2001-06-0112-2632/+2100
| | | | Requested by: eivind
* Undo upgrade to 1.3.1. Unfortunately committer who committed change did notsobomax2001-06-0112-2100/+2632
| | | | | | | 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>
* Update to version 1.3.1kevlo2001-06-0112-2632/+2100
| | | | | PR: 27638 Submitted by: Ernst de Haan <ernst@heinz.jollem.com>
* My modification of the submitter's update didn't go far enough,dougb2001-05-315-25/+15
| | | | | | thereby causing breakage that was not present in the original. Fix the test for distfile a different way, using fewer variables and less gymnastics.
* Update to jdk-1_1_8_003-doc and clean up the port some.dougb2001-05-3125-5605/+5600
| | | | | PR: ports/27784 Submitted by: Ernst de Haan ernst@jollem.com
* upgrade to 2.1.0ijliao2001-05-293-2168/+2850
| | | | | | | | | | 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>
* 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
* - Properly define DISTFILES, so the port doesn't fail miserably if it is notsobomax2001-05-294-8/+8
| | | | | | | | | | present; - deregister VM on uninstall. PR: 27718 Submitted by: Andreas Schulz <ats@first.gmd.de> Reviewed by: maintainer Approved by: maintainer
* Update to java/cos port to latest version (21May2001)jeh2001-05-274-4/+14
| | | | | PR: 27545 Submitted by: Jose Marques <noway@nohow.demon.co.uk>
* Put a copy of distfile to MASTER_SITE_LOCAL in order to minimise load onsobomax2001-05-261-0/+2
| | | | | | maintainer's sites with limited bandwith. Asked for by: maintainer
* Add linux-jdk14 , sun's Java Developers Kit for Linux, version 1.4.sobomax2001-05-2515-0/+2515
| | | | | PR: 27644 Submitted by: Ernst de Haan <ernst@jollem.com>
* From the PR:alex2001-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
* add bugseekder-demoijliao2001-05-196-0/+247
| | | | | | | | 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>
* Remove bogus comments from the end of file.sobomax2001-05-181-19/+0
| | | | Revealed by: phantom
* - Update to 1.5.8c;sobomax2001-05-173-6/+10
| | | | | | | | - pass over maintainership to Ernst de Haan <ernst@jollem.com>. PR: 27382 Submitted by: Ernst de Haan <ernst@jollem.com> Approved by: maintainer (old)
* * Portrevision from 1 to 2 (version is still 1.4.5)sobomax2001-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
* Update to version 1.14.archie2001-05-163-4/+4
| | | | PR: ports/27301
* Fix JVM config file and font.propertieskevlo2001-05-154-0/+326
| | | | | PR: 27316 Submitted by: Ernst de Haan <ernst@jollem.com>
* Added port version in post-install output messagealex2001-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
* Update link to the place where distfile can be downloaded.sobomax2001-05-036-12/+12
| | | | | PR: 27058 Submitted by: Ernst de Haan <ernst@heinz.jollem.com>
* Update to 0.7.1.sobomax2001-04-272-2/+2
|
* Return maintainership to ports@freebsd.org; previous maintainer says he nogreid2001-04-267-7/+7
| | | | | | | longer has time to maintain this port. PR: 26873 Submitted by: Martti Kuparinen <martti.kuparinen@iki.fi>
* - apply PORTDOCS for files in ${PREFIX}/share/dockevlo2001-04-152-6/+14
| | | | | | | - mark BROKEN for FreeBSD/Alpha PR: 26591 Submitted by: MAINTAINER
* Add support for javawmwrapper.dirk2001-04-112-2/+6
| | | | Approved by: maintainer
* Add support for javavmwrapper.dirk2001-04-112-2/+6
| | | | Approved by: kevlo (maintainer)
* Upgrade to 2.0.1.kuriyama2001-03-283-2123/+2174
| | | | | Submitted by: Ernst de Haan <ernst@heinz.jollem.com> (maintainer) PR: ports/25975
* Style fixlioux2001-03-231-1/+1
|
* New port: java/jpdajeh2001-03-236-0/+341
| | | | | | | JPDA, Java Platform Debugger Architecture. PR: 24060 Submitted by: Ernst de Haan <ernst@heinz.jollem.com>
* Update to 0.7.0.sobomax2001-03-162-2/+2
|
* Add xalan-j 2.0.0,kuriyama2001-03-166-0/+2153
| | | | | | | | apache XSLT processor for transforming XML documents. PR: ports/25311 Submitted by: ernst@jollem.com
* Chase distfile update (some demo code added).kuriyama2001-03-166-4/+34
| | | | | Submitted by: Martti Kuparinen <martti.kuparinen@iki.fi> (maintainer) PR: ports/25679
* Don't try to build on bento - due to license issues the port requires from usersobomax2001-03-131-0/+4
| | | | | | to manually fetch distfile from the Sun's site. Submitted by: bento
* Fix Mark's mailing address.fenner2001-03-121-1/+1
|
* Fix PLIST for new version 1.13.archie2001-03-111-6/+2
|
* Fix plistkris2001-03-111-0/+1
|
* - Inform the user about the need for the compat 3.X libraries if theynate2001-03-062-2/+8
| | | | | | install on a FreeBSD 4.X system. Submitted by: Ernst de Haan <ernst@jollem.com>
* Upgrade to the lastest version.kevlo2001-03-056-12/+18
|
* Update to version 1.13.archie2001-03-012-2/+2
|
* - Update the distribution site to ftp.freebsd.org's local-distfiles that mynate2001-02-262-4/+4
| | | | former employer finally removed it from their ftp site a year after I left.
* Update to version 1.4.5.steve2001-02-263-200/+206
| | | | | PR: 25216 Submitted by: maintainer
* Update to the latest version of the JDK tutorial.steve2001-02-266-114/+616
| | | | PR: 22682
* Distfile location changed.archie2001-02-231-1/+1
| | | | Detected by: http://people.freebsd.org/~fenner/portsurvey
* fix typo:lioux2001-02-146-6/+6
| | | | | | | - the previous replacement of \s+# -> \t\t# triggered error "Unassociated shell command #" Submitted by: Dan Langille <dan@langille.org>
* typo clean up police: \s -> \tlioux2001-02-147-14/+14
|
* Fix pkg-plistkevlo2001-02-052-2/+0
|
* Distfile chage, update on Dec 12, 2000.vanilla2001-02-012-2/+2
|
* change maintainer's emailijliao2001-01-257-7/+7
| | | | | PR: 24636 Submitted by: MAINTAINER
* Update to 0.6.10.sobomax2001-01-232-2/+2
|
* Update to lastest verion. This version works for the Enterprise Edition.kevlo2001-01-194-15/+13
| | | | | PR: 24453 Submitted by: MAINTAINER
OpenPOWER on IntegriCloud