aboutsummaryrefslogtreecommitdiff
path: root/java
Commit message (Collapse)AuthorAgeFilesLines
* Add jakarta-regexp 1.2, regular expressions for Java.Patrick S. Gardella2001-09-126-0/+43
| | | | | | | | PR: 23357 Submitted by: Dave Glowacki <dglo@ssec.wisc.edu> # Notes: svn path=/head/; revision=47749
* Fix a potential crash on 5-CURRENT.Maxim Sobolev2001-09-128-0/+116
| | | | | | | Submitted by: Fuyuhiko Maruyama <fuyuhik8@is.titech.ac.jp> Notes: svn path=/head/; revision=47744
* Bump png majorAndrey A. Chernov2001-09-111-1/+1
| | | | Notes: svn path=/head/; revision=47631
* Allow JAVADIR to be overriden by the user. This allows to build jit for nativeMaxim Sobolev2001-09-101-1/+1
| | | | | | | JDK 1.2.x and 1.3.x (tested with 1.3.1). Notes: svn path=/head/; revision=47614
* Update to 0.7.4.Maxim Sobolev2001-09-103-16/+14
| | | | Notes: svn path=/head/; revision=47608
* Don't hardcode minor revision number into installation directory, because itMaxim Sobolev2001-09-102-10/+12
| | | | | | | | | | breaks some port that expect that directory to be linux-jdk1.3.1. This also is more consistent with other ports of JDKs/JREs out there. Reported by: olgeni Notes: svn path=/head/; revision=47605
* Update to patchlevel 4. This release contains many critical bug fixes, soMaxim Sobolev2001-09-1024-1200/+220
| | | | | | | | | | please make sure that you have upgraded before reporting a bug or problem. PR: 30481 Submitted by: Greg Lewis <glewis@eyesbeyond.com> Notes: svn path=/head/; revision=47603
* Update to lastest versionKevin Lo2001-09-096-22/+26
| | | | | | | | PR: 30367 Submitted by: Cyrille Lefevre <clefevre@citeweb.net>, sobomax Notes: svn path=/head/; revision=47577
* - Use Linux JDK as a default JDK to run Forte, because due to some problemsMaxim Sobolev2001-09-072-3/+228
| | | | | | | | | native JDK1.3.1 is not up to the task yet; - add license in pkg-message; - bump PORTREVISION. Notes: svn path=/head/; revision=47490
* Add port of Forte[tm] for Java[tm] Community Edition 3.0, a Sun's powerfulMaxim Sobolev2001-09-068-0/+2177
| | | | | | | | | | and extensible IDE for Java. It's huge and slow but I'm sure FreeBSD Java monkies would like it. ;) -Maxim Notes: svn path=/head/; revision=47477
* 1) do not install both/either useless and/or duplicate filesMario Sergio Fujikawa Ferreira2001-09-063-8/+124
| | | | | | | | | | | | | | | | | | 2) replace installed NetRexxC.cmd with a home grown version 3) add lang/rexx-imc as RUN_DEPENDS due to 2) 4) also, delete both the DOS-only *.bat files and the OS/2-only nrc.cmd file (which is not really a Rexx file). 5) furthermore, delete the duplicate hello.nrx because: 1. a copy is installed with the documentation; 2. one can't compile it from the same directory java is in (unless PATH contains .). 6) switch over maintainership to submitter PR: 30217 Submitted by: John Merryweather Cooper <jmcoopr@webmail.bmi.net> Notes: svn path=/head/; revision=47464
* Update to 1.2.Akinori MUSHA2001-09-034-91/+105
| | | | | | | | | PR: ports/29968 Submitted by: Jose Marques <noway@nohow.demon.co.uk> (MAINTAINER) (in Audit-Trail) Notes: svn path=/head/; revision=47388
* Update to release 9 cx130-20010626.Akinori MUSHA2001-09-023-5/+6
| | | | | | | | PR: ports/29817 Submitted by: Hye-Shik Chang <perky@python.or.kr> (MAINTAINER) Notes: svn path=/head/; revision=47311
* add mmakeYing-Chieh Liao2001-09-026-0/+44
| | | | | | | Create a Makefile for Your Java files, ready to compile Notes: svn path=/head/; revision=47310
* As linux-jdk13, it needs BUILD_DEPENDSKevin Lo2001-08-292-0/+2
| | | | Notes: svn path=/head/; revision=47095
* Add BUILD_DEPENDSKevin Lo2001-08-292-0/+2
| | | | | | | Submitted by: Brad Smith <brad@comstyle.com> Notes: svn path=/head/; revision=47094
* Add native port of Sun's Java Devepment Kit, v.1.3.1 (repo-copied fromMaxim Sobolev2001-08-2737-1920/+6257
| | | | | | | | | | jdk12-beta). PR: 29949 Submitted by: Greg Lewis <glewis@eyesbeyond.com> Notes: svn path=/head/; revision=46988
* - Update to 0.7.3;Maxim Sobolev2001-08-273-7/+14
| | | | | | | | | - allow JAVADIR to be overriden, so it is possible to built JIT for the jdk1.2.x and jdk1.3.x; - fix the build with jdk1.3.x. Notes: svn path=/head/; revision=46956
* add X dependenceYing-Chieh Liao2001-08-241-0/+2
| | | | Notes: svn path=/head/; revision=46788
* Upgrade to 2.3Clive Lin2001-08-202-4/+2
| | | | | | | | PR: ports/29890 Submitted by: ernst@jollem.com (MAINTAINER) Notes: svn path=/head/; revision=46520
* add bluejYing-Chieh Liao2001-08-186-0/+253
| | | | | | | | | | BlueJ is an integrated Java environment designed for introductory teaching PR: 28473 Submitted by: Jeremy Karlson <carpathia@h24-76-76-76.vc.shawcable.net> Notes: svn path=/head/; revision=46405
* - No longer remind the folks to install the compat3x libraries, as theyNate Williams2001-08-142-8/+2
| | | | | | | are installed automagically. Notes: svn path=/head/; revision=46251
* - Made the JDK port depend on the new compat3x libraries and it's new port.Nate Williams2001-08-142-0/+2
| | | | | | | Submitted by: "Akinori MUSHA" <knu@iDaemons.org> Notes: svn path=/head/; revision=46250
* Depend on misc/compat3x.Akinori MUSHA2001-08-141-14/+1
| | | | | | | Approved by: sobomax (MAINTAINER) Notes: svn path=/head/; revision=46229
* Tarball was rerolled with slight changes.Dmitry Sivachenko2001-08-058-4/+168
| | | | | | | Bump PORTREVISION. Notes: svn path=/head/; revision=45856
* Delete outdated linkYukihiro Nakai2001-08-051-7/+1
| | | | | | | | PR: ports/29033 Submitted by: Bruce Dang <btdang@home.com> Notes: svn path=/head/; revision=45851
* Update of pkg-descr and pkg-comment files. For real now :-)James E. Housley2001-06-271-6/+10
| | | | | | | | PR: 28448 Submitted by: Ernst de Haan <ernst@jollem.com> Notes: svn path=/head/; revision=44501
* Deleting. orion has been moved to wwwJames E. Housley2001-06-276-487/+0
| | | | | | | PR: 28415 Notes: svn path=/head/; revision=44487
* Deleteing. orion has been moved to wwwJames E. Housley2001-06-272-198/+0
| | | | | | | PR: 28415 Notes: svn path=/head/; revision=44486
* Move orion from java to wwwJames E. Housley2001-06-271-1/+0
| | | | Notes: svn path=/head/; revision=44484
* 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
* Tidy up java/collections portOKAZAKI Tetsurou2001-06-263-4/+4
| | | | | | | | | | | | 1) Better comment 2) More specific URL in descr 3) New URL for fetching distfile in Makefile PR: 28344 Submitted by: maintainer Notes: svn path=/head/; revision=44475
* Update to 3.7. Change maintainer's address.OKAZAKI Tetsurou2001-06-265-228/+171
| | | | Notes: svn path=/head/; revision=44469
* Better styleKevin Lo2001-06-268-1938/+1940
| | | | | | | Submitted by: Ernst de Haan <ernst@jollem.com> Notes: svn path=/head/; revision=44436
* Fix Makefile. Using jlint-2.1.tar.gz instead of jlint.tar.gz.Kevin Lo2001-06-262-2/+1
| | | | | | | | PR: 28412 Submitted by: MAINTAINER Notes: svn path=/head/; revision=44435
* Initial import of jlint-2.1Kevin Lo2001-06-256-0/+40
| | | | | | | | | | Jlint is the Java program analyzer and checker. PR: 28377 Submitted by: Ernst de Haan <ernst@jollem.com> Notes: svn path=/head/; revision=44409
* Java library for accessing and manipulating XML documents.James E. Housley2001-06-256-0/+130
| | | | | | | | PR: 27814 Submitted by: Ernst de Haan <ernst@jollem.com> Notes: svn path=/head/; revision=44404
* IBM's Java Development Kit for Linux, version 1.3.James E. Housley2001-06-247-0/+1311
| | | | | | | | PR: 26793 Submitted by: Chang, Hye-Shik <perky@python.or.kr> Notes: svn path=/head/; revision=44395
* - Update java/cos to latest versionKevin Lo2001-06-233-3/+9
| | | | | | | | | | - Fix broken link to sample code in docs PR: 28345 Submitted by: MAINTAINER Notes: svn path=/head/; revision=44349
* Update of the 'java/bugseeker' port. Summary of changes:James E. Housley2001-06-236-215/+254
| | | | | | | | | | | | | | | | | | | | | | | * 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> Notes: svn path=/head/; revision=44338
* add janosvmYing-Chieh Liao2001-06-186-0/+375
| | | | | | | A virtual machine for executing Java bytecodes Notes: svn path=/head/; revision=44189
* Cleanups from maintainer and fix the URL from which to retrieve theSteve Price2001-06-172-20/+24
| | | | | | | | | | distfile. PR: 28137 Submitted by: maintainer, Dave Glowacki <dglo@ssec.wisc.edu> Notes: svn path=/head/; revision=44119
* Several fixes and improvements:Maxim Sobolev2001-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 Notes: svn path=/head/; revision=43888
* Remove the java/jpda port.Peter Pentchev2001-06-116-341/+0
| | | | | | | | PR: 28033 Submitted by: maintainer Notes: svn path=/head/; revision=43833
* Java now lives in ${LOCALBASE}/linux-jdk1.3.1, not in linux-jdk1.3.0.Maxim Sobolev2001-06-053-3/+3
| | | | | | | | Submitted by: Ernst de Haan <ernst@jollem.com> No responce from: kevlo (maintainer of linux-jdk13) Notes: svn path=/head/; revision=43518
* Backout my last backout.Maxim Sobolev2001-06-0112-2632/+2100
| | | | | | | Requested by: eivind Notes: svn path=/head/; revision=43398
* Undo upgrade to 1.3.1. Unfortunately committer who committed change did notMaxim Sobolev2001-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> Notes: svn path=/head/; revision=43381
* Update to version 1.3.1Kevin Lo2001-06-0112-2632/+2100
| | | | | | | | PR: 27638 Submitted by: Ernst de Haan <ernst@heinz.jollem.com> Notes: svn path=/head/; revision=43377
* My modification of the submitter's update didn't go far enough,Doug Barton2001-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. Notes: svn path=/head/; revision=43341
* Update to jdk-1_1_8_003-doc and clean up the port some.Doug Barton2001-05-3125-5605/+5600
| | | | | | | | PR: ports/27784 Submitted by: Ernst de Haan ernst@jollem.com Notes: svn path=/head/; revision=43337