aboutsummaryrefslogtreecommitdiffstats
path: root/java
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade to JDOM beta 8. Also now using USE_JAVA.znerd2002-03-313-5/+23
|
* Update latest tutorial and bump PORTREVISIONpat2002-03-316-4/+20
| | | | | PR: 36497 Submitted by: Oliver Braun <obraun@informatik.unibw-muenchen.de>
* Maintainer update. Only change is that USE_JAVA is used. Notznerd2002-03-291-2/+1
| | | | | | bumped PORTREVISION. PR: 36474
* Update to 1.2.b5pat2002-03-232-3/+2
| | | | | PR: 36223 Submitted by: maintainer
* - Update to Service Release 13a : cx130-20020124pat2002-03-233-8/+16
| | | | | | | - Make Japanese fonts dependency optional. PR: 35849 Submitted by: maintainer
* upgrade to 0.6.0ijliao2002-03-203-142/+276
| | | | drop maintainership
* Correct when WITHOUT_PLUGIN is defined.sobomax2002-03-154-20/+20
| | | | | PR: 35899 Submitted by: Lev Serebryakov <lev@serebryakov.spb.ru>
* Link Mozilla pligin with libXt to make it working with Mozilla-0.9.9. Thissobomax2002-03-1312-16/+92
| | | | | | | | | | | | | | resolves the following error when starting Mozilla: LoadPlugin: failed to initialize shared library /usr/local/jdk1.3.1/jre/plugin/i386/ns600/libjavaplugin_oji.so [/usr/local/jdk1.3.1/jre/plugin/i386/ns600/libjavaplugin_oji.so: Undefined symbol "XtShellStrings"] While I'm here add a tweak to prune empty directories before installing JDK, so that JDK installed from a pre-built package deinstalls properly. Bump PORTREVISION.
* Bumped PORTREVISION. Added a patch earlier today, and theznerd2002-03-124-0/+4
| | | | | | | port should be rebuilt for the patch to be applied. Now portupgrade should work as expected. PR: ports/35658
* Fixes the problem that the source JAR is too small.znerd2002-03-114-0/+104
| | | | | Submitted by: Greg Lewis PR: ports/35658
* Took over maintainership.znerd2002-03-082-2/+2
|
* Add urwfonts into RUN_DEPENDS to prevent lot of "missed font" warnings whensobomax2002-03-064-4/+8
| | | | | | | starting any Swing app. PR: 31364 Submitted by: Jonathan Chen <jonathan.chen@itouch.co.nz>
* Chase the checksum. Changes are:pat2002-03-032-1/+2
| | | | | | | | | | | - Fixed bug affecting scoping in blocks. - Added a special test for the test harness to catch this sort of thing in the future. - Fixed problem with classloading causing bsh extensions not to be found in some environments. PR: 35470 Submitted by: maintainer
* Upgrade from 1.2.2RC4 to 1.2.2FCS. Also cleaned pkg-plist.znerd2002-03-0310-1798/+1710
|
* Fixed portlint complaints about BUILD_DEPENDS and RUN_DEPENDS having to ↵znerd2002-03-021-3/+3
| | | | appear earlier in the Makefile.
* Fixed EXTRACT_ONLY line that was causing portlint to complain.znerd2002-03-021-2/+1
|
* Upgraded from 1.0b6 to 1.0b7.znerd2002-03-023-100/+166
|
* Fix pkg-plistpat2002-02-261-2/+0
| | | | | PR: 35302 Submitted by: maintainer
* The value for ONLY_FOR_ARCHS (i386) was quoted, but that results in an error.znerd2002-02-251-1/+1
| | | | Reported by: Sean McNeil <sean@mcneil.com>
* Remove dead MASTER_SITES entrypat2002-02-251-1/+0
| | | | | PR: 35290 Submitted by: maintainer
* Added MASTER_SITE_LOCAL to MASTER_SITES, with MASTER_SITE_SUBDIRznerd2002-02-221-1/+3
| | | | set to 'znerd'.
* Now uses USE_LINUX instead of an obscure RUN_DEPENDS.znerd2002-02-222-2/+4
| | | | Reported by: David W. Chapman Jr. <dwcjr@inethouston.net>
* Improved the MASTER_SITES download locations. Also changed theznerd2002-02-222-8/+12
| | | | | | | RUN_DEPENDS for linux. It now checks for the existence of /compat/linux/lib/ld.so instead of the more obscure /compat/linux/usr/i486-linux-libc5/lib/libc.so.5, which does not even exist on my system, although I have installed linux_base.
* Now using the more appropriate ONLY_FOR_ARCHS instead of an if.znerd2002-02-221-3/+1
|
* Fixed a 403 (Forbidden) for the main download location (reportedznerd2002-02-221-5/+6
| | | | | | | by fenners tool). Also changed the check for ${ARCH}. It now checks to make sure that it equals "i386" instead of checking that it does not equal "alpha". You never know how many platforms FreeBSD is eventually going to support ;-)
* Corrected the gtk version number at the request of Greg Lewis.davidc2002-02-204-4/+4
| | | | Submitted by: Greg Lewis
* Use correct LIB_DEPENDS.sobomax2002-02-204-4/+4
| | | | | PR: 35120 Submitted by: Greg Lewis <glewis@eyesbeyond.com>
* Correct pkg-plist in the default and NODEBUG cases.sobomax2002-02-194-24/+24
|
* Update to 1.2.b4pat2002-02-182-2/+2
| | | | | PR: 35031 Submitted by: maintainer
* Upgraded from 1.4.0rc1 to 1.4.0.znerd2002-02-154-10/+10
|
* Fix ampersand entities...patrick2002-02-154-28/+28
| | | | Submitted by: Remco van't Veer
* Update to patch set 6patrick2002-02-1412-8/+828
| | | | | PR: 34923 Submitted by: Greg Lewis
* o Install JAR files according to hier(7) and mtree(8)lioux2002-02-133-12/+84
| | | | | | | | o Install examples unless NOPORTDOCS o Patch instructions to make sense in ports environment PR: 34845 Submitted by: maintainer
* Update to version 1.1.6kevlo2002-02-094-72/+98
| | | | | PR: 34630 Submitted by: MAINTAINER
* Install missing file java.bnf.yoichi2002-02-072-1/+3
| | | | | PR: ports/34686 Submitted by: maintainer
* Long overdue fix: correctly process arguments with spaces.sobomax2002-02-032-5/+4
|
* Upgrading from JDK 1.4.0 beta 3 to release candidate 1. Also the IGNORE ↵znerd2002-02-016-12/+22
| | | | message now clearly states that the GNUZIP TAR shell script should be selected.
* add javel 0.3.2ijliao2002-01-307-0/+54
| | | | Java disassembler
* Update maintainer email addresspat2002-01-291-1/+1
| | | | | PR: 34372 Submitted by: maintainer
* Add bsh 1.2.b3, a Java scripting environment.okazaki2002-01-276-0/+45
| | | | | PR: 34264 Submitted by: Kimura Fuyuki <fuyuki@mj.0038.net>
* Add JDE, Java Development Environment for Emacs.yoichi2002-01-102-0/+13
| | | | | | | This is a stub port for emacs20. PR: ports/33674 Submitted by: Kimura Fuyuki <fuyuki@mj.0038.net>
* Add JDE, Java Development Environment for Emacs.yoichi2002-01-108-0/+350
| | | | | PR: ports/33674 Submitted by: Kimura Fuyuki <fuyuki@mj.0038.net>
* add bouncycastle 1.11ijliao2001-12-286-0/+786
| | | | | | | Cleanroom build of Java Cryptography Extensions PR: 33244 Submitted by: RaRa Rasputin <rasputin@submonkey.net>
* Enable to display Japanese characters.sada2001-12-274-2/+112
| | | | | | | | - Extra patch for pkg-plist is to avoid deinstall-time warnings, which is approved by submitter. PR: ports/31578 Submitted by: Daichi GOTO <daichi@ongs.gr.jp>
* update from revision 01 to revision 02alfred2001-12-274-4/+4
|
* Update to 0.7.10.sobomax2001-12-264-29/+2
|
* Add jakarta-oro 2.0.1, perl/awk/sh regular expressions for Java.petef2001-12-267-0/+72
| | | | | PR: 23358 Submitted by: Dave Glowacki <dglo@ssec.wisc.edu>
* The distfile has been changed without version bump, so adjust the portsobomax2001-12-253-4/+1426
| | | | accordingly.
* Chase checksum (minor changes in documentation).demon2001-12-246-4/+20
| | | | Bump PORTREVISION.
* Update to the latest version of the tutorial.steve2001-12-166-6/+36
|
* Use java@FreeBSD.org as a MAINTAINER, so question will go into appropriatesobomax2001-12-144-4/+4
| | | | place.
* Revert previous fix - it was not properly thought out.sobomax2001-12-032-3/+4
| | | | Submitted by: ted@tednet.nl (Ted Lindgreen)
* Upgrades from JDK 1.4.0 beta 2 to 1.4.0 beta 3.znerd2001-11-283-237/+325
| | | | Approved by: sobomax
* Updated MASTER_SITES and changed my email address from ernst@jollem.com to ↵znerd2001-11-271-5/+4
| | | | | | znerd@FreeBSD.org. Approved by: sobomax
* Changed my email address from ernst@jollem.com to znerd@FreeBSD.org.znerd2001-11-272-4/+4
| | | | Approved by: sobomax
* Took over maintainership from K.J. Koster, with his permission.znerd2001-11-272-2/+2
| | | | Approved by: sobomax
* Updated MASTER_SITES.znerd2001-11-271-2/+1
| | | | Approved by: sobomax
* Updated MASTER_SITES and changed my email address from ernst@jollem.com to ↵znerd2001-11-272-7/+6
| | | | | | znerd@FreeBSD.org. Approved by: sobomax
* Changed my email address from ernst@jollem.com to znerd@FreeBSD.org.znerd2001-11-275-9/+9
| | | | Approved by: sobomax
* Changed my email address from ernst@jollem.com to znerd@FreeBSD.org. Updated ↵znerd2001-11-271-3/+3
| | | | | | PATCH_SITES. Approved by: sobomax
* Changed my email address from ernst@jollem.com to znerd@FreeBSD.org.znerd2001-11-271-2/+2
| | | | Approved by: sobomax
* Updated MASTER_SITESznerd2001-11-271-2/+1
| | | | Approved by: sobomax
* Sort entriesphantom2001-11-271-3/+3
| | | | Reviewed by: sobomax
* Use "$@" instead of "$*" to pass parameters to a subshell. This ensures thatsobomax2001-11-262-4/+3
| | | | | | | parameters with spaces are passed correctly. PR: 32191 Submitted by: Ben Suffolk <ben.suffolk@orange.co.uk>
* Update to service release 10.petef2001-11-253-2/+5
| | | | | | PR: 32230 Submitted by: des Approved by: maintainer
* Removed the .java_wrapper.rej file from the pkg-plist file since it is notznerd2001-11-232-2/+0
| | | | | | installed. Approved by: sobomax
* Style police: WWW tags should either end in a file/script or TRAILING /; Fix ↵lioux2001-11-212-2/+2
| | | | the later case
* Style police: remove trailing space in WWW taglioux2001-11-211-1/+1
|
* Update to 2.02pat2001-11-167-367/+187
| | | | | | | PR: 31765 Submitted by: maintainer Reviewed by: lioux,maintainer Approved by: lioux
* Forgot to update distinfo.kevlo2001-11-081-1/+1
| | | | | PR: 31814 Submitted by: MAINTAINER
* Add more MASTER_SITES.petef2001-11-061-1/+3
| | | | | PR: 31467 Submitted by: Ernst de Haan <ernst@jollem.com>
* Update to JDK 1.4.0 beta 3.demon2001-11-0410-2398/+3386
| | | | | PR: 31687 Submitted by: Ernst de Haan <ernsth@nl.euro.net>
* Fix previous commit.okazaki2001-10-221-3/+4
| | | | | PR: 31373 Submitted by: Ernst de Haan <ernst@jollem.com>
* Upgrade to 1.1.5clive2001-10-201-2/+2
| | | | Submitted by: Jeremy Karlson <karlj000@unbc.ca> (MAINTAINER)
* Add 2 extra download locations.clive2001-10-201-2/+3
| | | | | PR: ports/31373 Submitted by: Ernst de Haan <ernst@jollem.com>
* Fix error of Makefile.motoyuki2001-10-201-1/+1
|
* Update MASTER_SITESkevlo2001-10-191-2/+1
| | | | | PR: 31372 Submitted by: MAINTAINER
* Update to patchlevel 5.sobomax2001-10-1620-292/+28
| | | | | PR: 31257 Submitted by: Greg Lewis <glewis@eyesbeyond.com>
* Update to 1.4.0b2.sobomax2001-10-093-2047/+2089
| | | | | PR: 31160 Submitted by: maintainer
* - Remove several stale pkg-message files;sobomax2001-10-085-53/+1
| | | | | | | - fix download URL in jdk11-doc. PR: 31136 Submitted by: maintainer
* Move jdk-doc into jdk11-doc and add new jdk{12,13,14}-doc ports.sobomax2001-10-0825-5600/+22503
| | | | | | PR: 28183 Submitted by: Ernst de Haan <ernst@jollem.com> Repo-copy by: jdp
* Update to version 1.15.archie2001-10-054-10/+14
|
* Adjust distfile and install .txt files rather than .html files.brian2001-10-033-5/+5
| | | | | PR: 30962 Submitted by: Juse Marques <noway@nohow.demon.co.uk>
* Update to 0.7.5.sobomax2001-09-242-2/+2
|
* Sort entries.knu2001-09-211-1/+1
|
* Add jakarta-regexp 1.2, regular expressions for Java.patrick2001-09-126-0/+43
| | | | | PR: 23357 Submitted by: Dave Glowacki <dglo@ssec.wisc.edu> #
* Fix a potential crash on 5-CURRENT.sobomax2001-09-128-0/+116
| | | | Submitted by: Fuyuhiko Maruyama <fuyuhik8@is.titech.ac.jp>
* Bump png majorache2001-09-111-1/+1
|
* Allow JAVADIR to be overriden by the user. This allows to build jit for nativesobomax2001-09-111-1/+1
| | | | JDK 1.2.x and 1.3.x (tested with 1.3.1).
* Update to 0.7.4.sobomax2001-09-103-16/+14
|
* Don't hardcode minor revision number into installation directory, because itsobomax2001-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
* Update to patchlevel 4. This release contains many critical bug fixes, sosobomax2001-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>
* Update to lastest versionkevlo2001-09-106-22/+26
| | | | | PR: 30367 Submitted by: Cyrille Lefevre <clefevre@citeweb.net>, sobomax
* - Use Linux JDK as a default JDK to run Forte, because due to some problemssobomax2001-09-072-3/+228
| | | | | | native JDK1.3.1 is not up to the task yet; - add license in pkg-message; - bump PORTREVISION.
* Add port of Forte[tm] for Java[tm] Community Edition 3.0, a Sun's powerfulsobomax2001-09-078-0/+2177
| | | | | | | and extensible IDE for Java. It's huge and slow but I'm sure FreeBSD Java monkies would like it. ;) -Maxim
* 1) do not install both/either useless and/or duplicate fileslioux2001-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>
* Update to 1.2.knu2001-09-044-91/+105
| | | | | | PR: ports/29968 Submitted by: Jose Marques <noway@nohow.demon.co.uk> (MAINTAINER) (in Audit-Trail)
* Update to release 9 cx130-20010626.knu2001-09-023-5/+6
| | | | | PR: ports/29817 Submitted by: Hye-Shik Chang <perky@python.or.kr> (MAINTAINER)
* add mmakeijliao2001-09-026-0/+44
| | | | Create a Makefile for Your Java files, ready to compile
* As linux-jdk13, it needs BUILD_DEPENDSkevlo2001-08-292-0/+2
|
* Add BUILD_DEPENDSkevlo2001-08-292-0/+2
| | | | Submitted by: Brad Smith <brad@comstyle.com>
* Add native port of Sun's Java Devepment Kit, v.1.3.1 (repo-copied fromsobomax2001-08-2837-1920/+6257
| | | | | | | jdk12-beta). PR: 29949 Submitted by: Greg Lewis <glewis@eyesbeyond.com>
* - Update to 0.7.3;sobomax2001-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.
* add X dependenceijliao2001-08-241-0/+2
|
* Upgrade to 2.3clive2001-08-202-4/+2
| | | | | PR: ports/29890 Submitted by: ernst@jollem.com (MAINTAINER)
* add bluejijliao2001-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>
* - No longer remind the folks to install the compat3x libraries, as theynate2001-08-152-8/+2
| | | | are installed automagically.
* - Made the JDK port depend on the new compat3x libraries and it's new port.nate2001-08-152-0/+2
| | | | Submitted by: "Akinori MUSHA" <knu@iDaemons.org>
* Depend on misc/compat3x.knu2001-08-141-14/+1
| | | | Approved by: sobomax (MAINTAINER)
* Tarball was rerolled with slight changes.demon2001-08-068-4/+168
| | | | Bump PORTREVISION.
* Delete outdated linknakai2001-08-061-7/+1
| | | | | PR: ports/29033 Submitted by: Bruce Dang <btdang@home.com>
* Update of pkg-descr and pkg-comment files. For real now :-)jeh2001-06-271-6/+10
| | | | | PR: 28448 Submitted by: Ernst de Haan <ernst@jollem.com>
* Deleting. orion has been moved to wwwjeh2001-06-276-487/+0
| | | | PR: 28415
* Deleteing. orion has been moved to wwwjeh2001-06-272-198/+0
| | | | PR: 28415
* Move orion from java to wwwjeh2001-06-271-1/+0
|
* 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>
* Tidy up java/collections portokazaki2001-06-273-4/+4
| | | | | | | | | 1) Better comment 2) More specific URL in descr 3) New URL for fetching distfile in Makefile PR: 28344 Submitted by: maintainer
* Update to 3.7. Change maintainer's address.okazaki2001-06-275-228/+171
|
* Better stylekevlo2001-06-268-1938/+1940
| | | | Submitted by: Ernst de Haan <ernst@jollem.com>
* Fix Makefile. Using jlint-2.1.tar.gz instead of jlint.tar.gz.kevlo2001-06-262-2/+1
| | | | | PR: 28412 Submitted by: MAINTAINER
* Initial import of jlint-2.1kevlo2001-06-256-0/+40
| | | | | | | Jlint is the Java program analyzer and checker. PR: 28377 Submitted by: Ernst de Haan <ernst@jollem.com>
* Java library for accessing and manipulating XML documents.jeh2001-06-256-0/+130
| | | | | PR: 27814 Submitted by: Ernst de Haan <ernst@jollem.com>
* IBM's Java Development Kit for Linux, version 1.3.jeh2001-06-257-0/+1311
| | | | | PR: 26793 Submitted by: Chang, Hye-Shik <perky@python.or.kr>
* - Update java/cos to latest versionkevlo2001-06-233-3/+9
| | | | | | | - Fix broken link to sample code in docs PR: 28345 Submitted by: MAINTAINER
* Update of the 'java/bugseeker' port. Summary of changes:jeh2001-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>
* add janosvmijliao2001-06-196-0/+375
| | | | A virtual machine for executing Java bytecodes
* Cleanups from maintainer and fix the URL from which to retrieve thesteve2001-06-182-20/+24
| | | | | | | distfile. PR: 28137 Submitted by: maintainer, Dave Glowacki <dglo@ssec.wisc.edu>
* 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
* Remove the java/jpda port.roam2001-06-116-341/+0
| | | | | PR: 28033 Submitted by: maintainer
* 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-271-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-2615-0/+2515
| | | | | PR: 27644 Submitted by: Ernst de Haan <ernst@jollem.com>
* From the PR:alex2001-05-223-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-191-19/+0
| | | | Revealed by: phantom
* - Update to 1.5.8c;sobomax2001-05-183-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-122-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-172-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-121-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-272-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-241-1/+1
| | | | Detected by: http://people.freebsd.org/~fenner/portsurvey
* fix typo:lioux2001-02-156-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-157-14/+14
|
* Fix pkg-plistkevlo2001-02-052-2/+0
|
* Distfile chage, update on Dec 12, 2000.vanilla2001-02-022-2/+2
|
* change maintainer's emailijliao2001-01-257-7/+7
| | | | | PR: 24636 Submitted by: MAINTAINER
* Update to 0.6.10.sobomax2001-01-242-2/+2
|
* Update to lastest verion. This version works for the Enterprise Edition.kevlo2001-01-204-15/+13
| | | | | PR: 24453 Submitted by: MAINTAINER
* Fix typoroger2001-01-191-1/+1
|
* Massive style enforcement - use ^I instead of spaces for variables identation.sobomax2001-01-175-5/+5
|
* Add another MASTER_SITESkevlo2001-01-101-1/+2
| | | | | PR: 24153 Submitted by: MAINTAINER
* Add bugseeker 1.0.2, a debugger for Java software.alex2001-01-066-0/+247
| | | | | PR: 24062 Submitted by: Ernst de Haan <ernst@jollem.com>
* JAva -> Javakevlo2001-01-041-1/+1
|
* Add jad 1.5.7f,jad - the fast JAva Decompiler.patrick2001-01-046-0/+38
| | | | | PR: 21604 Submitted by: Yen-Ming Lee <leeym@cae.ce.ntu.edu.tw>
* Add orion 1.4.0,orion Application Server.patrick2001-01-046-0/+439
| | | | | PR: 23867 Submitted by: Ernst de Haan <ernst@jollem.com>
* OK, this is the FreeBSD way.sf2001-01-041-1/+2
| | | | This port installs ltlibs. Patches welcome if you don't like this.
* Fix packing list.kevlo2001-01-022-0/+2
|
* Use `--exclude "*.orig"' tar(1) option instead of removing .orig files aftersobomax2000-12-152-6/+2
| | | | | | installation. This should partially close ports/23560 problem. PR: ports/23560
* Update to 0.6.9. This version fixes some incompatabilities between shujit andsobomax2000-12-144-2/+29
| | | | | | | FreeBSD, so it's recommended to upgrade if you have any problems with previous version. Submitted by: Kazuyuki Shudo <shudoh@muraoka.info.waseda.ac.jp>
* Oops, forgot to change the permission.kevlo2000-12-112-0/+6
|
* Initial import of Linux JDK 1.3kevlo2000-12-0715-0/+2517
| | | | This port is Sun's Java Development Kit 1.3.0 for Linux
* GNU's regexp library for Java.des2000-12-076-0/+79
|
* Update to 0.6.8.sobomax2000-11-243-13/+2
|
* Update to 1.7.3.sobomax2000-11-242-3/+3
|
* Add JUnit, a regression testing utility for use with the Java(TM)knu2000-11-047-0/+283
| | | | | | | Language. PR: ports/22578 Submitted by: OKAZAKI Tetsurou <okazaki@be.to>
* Forcefully set JAVA_COMPILER and CLASSPATH to "" to prevent build from failing.sobomax2000-11-046-6/+18
| | | | Reported by: Max Khon <fjoe@plesk.com>, Ilya Krel <ilya@krel.org>
* Whitespace-only:sobomax2000-11-012-4/+4
| | | | Make indentation uniform across my ports.
* Add perltools, making using regular expressions in Java almostade2000-10-176-0/+98
| | | | | | | as easy as Perl! PR: 20554 Submitted by: Marcin Cieslak <saper@system.pl>
* Correct patch, so it will apply cleanly.sobomax2000-10-166-12/+12
| | | | Submitted by: Ed Sweeney <edwardsweeney@yahoo.com>
* This port is i386 only for the moment. We need some assembler code writtensobomax2000-10-146-0/+6
| | | | | | to make the Alpha work. Submitted by: Greg Lewis <glewis@trc.adelaide.edu.au>
* Add jdk12-beta - a "glue" to build a native JDK1.2.2 using source code fromsobomax2000-10-1343-0/+7237
| | | | Sun and patchset from FreeBSD Java Project.
* Change PKGDIR from pkg/ to . Also fix places where ${PKGDIR} isasami2000-10-082-2/+2
| | | | | | spelled out (many of which are ${PKGDIR}/MESSAGE -> ${PKGMESSAGE} type fixes that shouldn't have been necessary) and the string "/pkg/" appear.
* - Update to 0.6.7;sobomax2000-09-262-5/+7
| | | | | | - use USE_RUBY. Submitted by: knu
* Add openjit - a high-performance reflective Java Just-In-Time (JIT) bytecodesobomax2000-09-269-0/+167
| | | | compiler.
* Clarify usage instructions (you have to set LD_LIBRARY_PATH tosobomax2000-09-254-1/+34
| | | | ${PREFIX}/lib/[tya,shujit] in addition to JAVA_COMPILER.
* Backout previous JIT-related change - it can cause legal problems.sobomax2000-09-122-4/+0
| | | | Submitted by: nate
* Pre-create symlinks pointing to a 2 jits (Just-in-time compilers) - tya andsobomax2000-09-112-3/+7
| | | | | shujit, so you can use it with jre by installing whichever you like and setting JAVA_COMPILER environment variable to be shujit or tya.
* Add patch required to respect CFLAGS (forgotten in previous commit).sobomax2000-09-111-0/+15
|
* Update to 0.6.5.sobomax2000-09-113-25/+15
| | | | | | | | - HAS_CONFIGURE -> GNU_CONFIGURE; - don't bind to any particular virtual machine - install jit into ${PREFIX}/lib/shujit; - respect CFLAGS; - drop aout support.
* Several enhancements/cleanups:sobomax2000-09-113-13/+39
| | | | | | | - HAS_CONFIGURE -> GNU_CONFIGURE; - Don't bind to any particular virtual machine - install jit into ${LOCALBASE}/lib/tya; - Respect CFLAGS.
* Update to 0.6.3.sobomax2000-08-293-7/+7
|
* Update to version 12Jun2000kevlo2000-08-143-7/+10
| | | | | PR: 20574 Submitted by: Ports Fury
* Update MASTER_SITEcpiazza2000-08-101-1/+1
| | | | | PR: 20487 Submitted by: rwatson
* Update to version 1.12.archie2000-08-017-46/+23
|
* Upgrade to version 1.0.6.archie2000-07-253-12/+15
|
* Claim maintainership.sobomax2000-07-242-2/+2
| | | | Submitted by: jake (previous maintainer)
* Define int_t and uint_t on CURRENT too. This should fix tya and shujit onsobomax2000-07-244-0/+24
| | | | -current systems.
* Update port to 1.7.2 and fix it on 4-CURRENT and 5-STABLE (missed uint_t type).sobomax2000-07-222-4/+4
|
* Update MASTER_SITES. ftp.uk.linux.org doesn't have jdk-1.2.2-RC4-linux.kevlo2000-07-192-2/+2
|
* Apostrophes in string should be escaped.sada2000-07-152-4/+4
|
* Version required is no longer needed in the comment section of Makefile.sada2000-07-152-2/+0
| | | | Submitted by: portlint
* Correct libc warning message:sobomax2000-07-061-1/+1
| | | | /usr/src/lib/compat/compat3x --> /usr/src/lib/compat/compat3x.${ARCH}
* Bump png shared library version.sobomax2000-07-041-1/+1
| | | | Submitted by: Hajimu UMEMOTO <ume@mahoroba.org>
* Port has been broken since 12/96..goodbye :-)kris2000-07-031-1/+0
|
* Fix typo where \ was not added after an intermediate MASTER_SITES.will2000-06-301-1/+1
| | | | | PR: 19590 Submitted by: Dann Lunsford <dann@greycat.com>
* Move the stragler's www.freebsd.org/~user distfiles to the officalobrien2000-06-292-2/+4
| | | | MASTER_SITE_LOCAL site.
* Create/remove shared among Java ports ditrectories.sobomax2000-06-232-0/+7
| | | | Submitted by: bento
* Add "unset JAVA_HOME" to make javavmwrapper working with some brain damagedsobomax2000-06-202-1/+3
| | | | software (Adobe AcrobatViewer).
* Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in theasami2000-06-171-1/+1
| | | | | | | | | previous commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.) Line up the rhs of variable assignments nicely. Remove a couple of extra whitespaces while I'm here. Suggested by: sobomax
* Fourth round of INSTALLS_SHLIBS conversion.sobomax2000-06-162-2/+2
|
* Fix MASTER_SITES.sobomax2000-06-141-1/+3
| | | | Submitted by: bento
* Fix typo.sobomax2000-06-121-1/+1
|
* Activate jre.sobomax2000-06-121-0/+1
|
* Initial import of JRE - Sun's Java Run Time Enviponment.sobomax2000-06-126-0/+296
|
* Add support for javavmwrapper.sobomax2000-06-124-0/+14
|
* Handle comments in all places.sobomax2000-06-121-3/+4
|
* Activate javavmwrapper.sobomax2000-06-121-0/+1
|
* Initial import of javavmwrapper - a simple shell script which would allowsobomax2000-06-125-0/+161
| | | | | Java-based ports to use any of the Java Virtual Machines installed on the system.
* Create/remove share/java, share/java/classes and share/java/doc directories uponsobomax2000-05-314-0/+14
| | | | | | | install/uninstall, as it is outlined in Java Porters page (http://www.FreeBSD.org/java/docs/howtoports.html). Approved by: asami
* Add WWW.jake2000-05-291-1/+1
|
* Spell NO_WKRSUBDIR correctly and don't write files to the pkg directory.steve2000-05-282-2/+4
|
* Update to version 0.5.2, cleanup Makefile.jake2000-05-174-18/+9
| | | | | | PR: ports/18492 Submitted by: Palle Girgensohn <girgen@partitur.se>, ade Reviewed by: ade
* Activate linux-jdk.chuckr2000-05-161-0/+1
|
* This is the Linux JDK port. It's marked no package and no cdrom, sochuckr2000-05-1614-0/+1860
| | | | | | | | there's no license problem, just allows a lot of java hackers in the game. Thanks to Kees Koster and Jose Marques, I just neatened up around the edges. Submitted by: Kees Koster and Jose Marques
* Update master site.archie2000-05-111-1/+1
|
* Update to 1.1.3.knu2000-04-253-375/+380
| | | | | PR: ports/17913 Submitted by: Palle Girgensohn <girgen@partitur.se>
* Update to 1.1.8_003. (PORTVERSION untouched)knu2000-04-1920-55/+50
| | | | | | | | | | | | PR: 18034 Submitted by: Palle Girgensohn <girgen@partitur.se> Use just `${CP} -R' instead of tar|tar. By the way, owner/group IDs of files should not be preserved on copying in the installation process, because if one did `make' and then `su' to `make install', the installed files would be owned by a normal user. Beware, porters!
* Define NO_WRKSUBDIR = yes instead of setting WRKSRC = ${WRKDIR}knu2000-04-154-6/+4
| | | | | PR: ports/18009 Submitted by: tkato@prontomail.ne.jp
* Portlint COMMENT's.knu2000-04-151-1/+1
| | | | | | | Everybody should read the Handbook again! PR: ports/18008 Submitted by: tkato@prontomail.ne.jp