Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Upgrade to JDOM beta 8. Also now using USE_JAVA. | znerd | 2002-03-31 | 3 | -5/+23 |
| | |||||
* | Update latest tutorial and bump PORTREVISION | pat | 2002-03-31 | 6 | -4/+20 |
| | | | | | PR: 36497 Submitted by: Oliver Braun <obraun@informatik.unibw-muenchen.de> | ||||
* | Maintainer update. Only change is that USE_JAVA is used. Not | znerd | 2002-03-29 | 1 | -2/+1 |
| | | | | | | bumped PORTREVISION. PR: 36474 | ||||
* | Update to 1.2.b5 | pat | 2002-03-23 | 2 | -3/+2 |
| | | | | | PR: 36223 Submitted by: maintainer | ||||
* | - Update to Service Release 13a : cx130-20020124 | pat | 2002-03-23 | 3 | -8/+16 |
| | | | | | | | - Make Japanese fonts dependency optional. PR: 35849 Submitted by: maintainer | ||||
* | upgrade to 0.6.0 | ijliao | 2002-03-20 | 3 | -142/+276 |
| | | | | drop maintainership | ||||
* | Correct when WITHOUT_PLUGIN is defined. | sobomax | 2002-03-15 | 4 | -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. This | sobomax | 2002-03-13 | 12 | -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 the | znerd | 2002-03-12 | 4 | -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. | znerd | 2002-03-11 | 4 | -0/+104 |
| | | | | | Submitted by: Greg Lewis PR: ports/35658 | ||||
* | Took over maintainership. | znerd | 2002-03-08 | 2 | -2/+2 |
| | |||||
* | Add urwfonts into RUN_DEPENDS to prevent lot of "missed font" warnings when | sobomax | 2002-03-06 | 4 | -4/+8 |
| | | | | | | | starting any Swing app. PR: 31364 Submitted by: Jonathan Chen <jonathan.chen@itouch.co.nz> | ||||
* | Chase the checksum. Changes are: | pat | 2002-03-03 | 2 | -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. | znerd | 2002-03-03 | 10 | -1798/+1710 |
| | |||||
* | Fixed portlint complaints about BUILD_DEPENDS and RUN_DEPENDS having to ↵ | znerd | 2002-03-02 | 1 | -3/+3 |
| | | | | appear earlier in the Makefile. | ||||
* | Fixed EXTRACT_ONLY line that was causing portlint to complain. | znerd | 2002-03-02 | 1 | -2/+1 |
| | |||||
* | Upgraded from 1.0b6 to 1.0b7. | znerd | 2002-03-02 | 3 | -100/+166 |
| | |||||
* | Fix pkg-plist | pat | 2002-02-26 | 1 | -2/+0 |
| | | | | | PR: 35302 Submitted by: maintainer | ||||
* | The value for ONLY_FOR_ARCHS (i386) was quoted, but that results in an error. | znerd | 2002-02-25 | 1 | -1/+1 |
| | | | | Reported by: Sean McNeil <sean@mcneil.com> | ||||
* | Remove dead MASTER_SITES entry | pat | 2002-02-25 | 1 | -1/+0 |
| | | | | | PR: 35290 Submitted by: maintainer | ||||
* | Added MASTER_SITE_LOCAL to MASTER_SITES, with MASTER_SITE_SUBDIR | znerd | 2002-02-22 | 1 | -1/+3 |
| | | | | set to 'znerd'. | ||||
* | Now uses USE_LINUX instead of an obscure RUN_DEPENDS. | znerd | 2002-02-22 | 2 | -2/+4 |
| | | | | Reported by: David W. Chapman Jr. <dwcjr@inethouston.net> | ||||
* | Improved the MASTER_SITES download locations. Also changed the | znerd | 2002-02-22 | 2 | -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. | znerd | 2002-02-22 | 1 | -3/+1 |
| | |||||
* | Fixed a 403 (Forbidden) for the main download location (reported | znerd | 2002-02-22 | 1 | -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. | davidc | 2002-02-20 | 4 | -4/+4 |
| | | | | Submitted by: Greg Lewis | ||||
* | Use correct LIB_DEPENDS. | sobomax | 2002-02-20 | 4 | -4/+4 |
| | | | | | PR: 35120 Submitted by: Greg Lewis <glewis@eyesbeyond.com> | ||||
* | Correct pkg-plist in the default and NODEBUG cases. | sobomax | 2002-02-19 | 4 | -24/+24 |
| | |||||
* | Update to 1.2.b4 | pat | 2002-02-18 | 2 | -2/+2 |
| | | | | | PR: 35031 Submitted by: maintainer | ||||
* | Upgraded from 1.4.0rc1 to 1.4.0. | znerd | 2002-02-15 | 4 | -10/+10 |
| | |||||
* | Fix ampersand entities... | patrick | 2002-02-15 | 4 | -28/+28 |
| | | | | Submitted by: Remco van't Veer | ||||
* | Update to patch set 6 | patrick | 2002-02-14 | 12 | -8/+828 |
| | | | | | PR: 34923 Submitted by: Greg Lewis | ||||
* | o Install JAR files according to hier(7) and mtree(8) | lioux | 2002-02-13 | 3 | -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.6 | kevlo | 2002-02-09 | 4 | -72/+98 |
| | | | | | PR: 34630 Submitted by: MAINTAINER | ||||
* | Install missing file java.bnf. | yoichi | 2002-02-07 | 2 | -1/+3 |
| | | | | | PR: ports/34686 Submitted by: maintainer | ||||
* | Long overdue fix: correctly process arguments with spaces. | sobomax | 2002-02-03 | 2 | -5/+4 |
| | |||||
* | Upgrading from JDK 1.4.0 beta 3 to release candidate 1. Also the IGNORE ↵ | znerd | 2002-02-01 | 6 | -12/+22 |
| | | | | message now clearly states that the GNUZIP TAR shell script should be selected. | ||||
* | add javel 0.3.2 | ijliao | 2002-01-30 | 7 | -0/+54 |
| | | | | Java disassembler | ||||
* | Update maintainer email address | pat | 2002-01-29 | 1 | -1/+1 |
| | | | | | PR: 34372 Submitted by: maintainer | ||||
* | Add bsh 1.2.b3, a Java scripting environment. | okazaki | 2002-01-27 | 6 | -0/+45 |
| | | | | | PR: 34264 Submitted by: Kimura Fuyuki <fuyuki@mj.0038.net> | ||||
* | Add JDE, Java Development Environment for Emacs. | yoichi | 2002-01-10 | 2 | -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. | yoichi | 2002-01-10 | 8 | -0/+350 |
| | | | | | PR: ports/33674 Submitted by: Kimura Fuyuki <fuyuki@mj.0038.net> | ||||
* | add bouncycastle 1.11 | ijliao | 2001-12-28 | 6 | -0/+786 |
| | | | | | | | Cleanroom build of Java Cryptography Extensions PR: 33244 Submitted by: RaRa Rasputin <rasputin@submonkey.net> | ||||
* | Enable to display Japanese characters. | sada | 2001-12-27 | 4 | -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 02 | alfred | 2001-12-27 | 4 | -4/+4 |
| | |||||
* | Update to 0.7.10. | sobomax | 2001-12-26 | 4 | -29/+2 |
| | |||||
* | Add jakarta-oro 2.0.1, perl/awk/sh regular expressions for Java. | petef | 2001-12-26 | 7 | -0/+72 |
| | | | | | PR: 23358 Submitted by: Dave Glowacki <dglo@ssec.wisc.edu> | ||||
* | The distfile has been changed without version bump, so adjust the port | sobomax | 2001-12-25 | 3 | -4/+1426 |
| | | | | accordingly. | ||||
* | Chase checksum (minor changes in documentation). | demon | 2001-12-24 | 6 | -4/+20 |
| | | | | Bump PORTREVISION. | ||||
* | Update to the latest version of the tutorial. | steve | 2001-12-16 | 6 | -6/+36 |
| | |||||
* | Use java@FreeBSD.org as a MAINTAINER, so question will go into appropriate | sobomax | 2001-12-14 | 4 | -4/+4 |
| | | | | place. | ||||
* | Revert previous fix - it was not properly thought out. | sobomax | 2001-12-03 | 2 | -3/+4 |
| | | | | Submitted by: ted@tednet.nl (Ted Lindgreen) | ||||
* | Upgrades from JDK 1.4.0 beta 2 to 1.4.0 beta 3. | znerd | 2001-11-28 | 3 | -237/+325 |
| | | | | Approved by: sobomax | ||||
* | Updated MASTER_SITES and changed my email address from ernst@jollem.com to ↵ | znerd | 2001-11-27 | 1 | -5/+4 |
| | | | | | | znerd@FreeBSD.org. Approved by: sobomax | ||||
* | Changed my email address from ernst@jollem.com to znerd@FreeBSD.org. | znerd | 2001-11-27 | 2 | -4/+4 |
| | | | | Approved by: sobomax | ||||
* | Took over maintainership from K.J. Koster, with his permission. | znerd | 2001-11-27 | 2 | -2/+2 |
| | | | | Approved by: sobomax | ||||
* | Updated MASTER_SITES. | znerd | 2001-11-27 | 1 | -2/+1 |
| | | | | Approved by: sobomax | ||||
* | Updated MASTER_SITES and changed my email address from ernst@jollem.com to ↵ | znerd | 2001-11-27 | 2 | -7/+6 |
| | | | | | | znerd@FreeBSD.org. Approved by: sobomax | ||||
* | Changed my email address from ernst@jollem.com to znerd@FreeBSD.org. | znerd | 2001-11-27 | 5 | -9/+9 |
| | | | | Approved by: sobomax | ||||
* | Changed my email address from ernst@jollem.com to znerd@FreeBSD.org. Updated ↵ | znerd | 2001-11-27 | 1 | -3/+3 |
| | | | | | | PATCH_SITES. Approved by: sobomax | ||||
* | Changed my email address from ernst@jollem.com to znerd@FreeBSD.org. | znerd | 2001-11-27 | 1 | -2/+2 |
| | | | | Approved by: sobomax | ||||
* | Updated MASTER_SITES | znerd | 2001-11-27 | 1 | -2/+1 |
| | | | | Approved by: sobomax | ||||
* | Sort entries | phantom | 2001-11-27 | 1 | -3/+3 |
| | | | | Reviewed by: sobomax | ||||
* | Use "$@" instead of "$*" to pass parameters to a subshell. This ensures that | sobomax | 2001-11-26 | 2 | -4/+3 |
| | | | | | | | parameters with spaces are passed correctly. PR: 32191 Submitted by: Ben Suffolk <ben.suffolk@orange.co.uk> | ||||
* | Update to service release 10. | petef | 2001-11-25 | 3 | -2/+5 |
| | | | | | | PR: 32230 Submitted by: des Approved by: maintainer | ||||
* | Removed the .java_wrapper.rej file from the pkg-plist file since it is not | znerd | 2001-11-23 | 2 | -2/+0 |
| | | | | | | installed. Approved by: sobomax | ||||
* | Style police: WWW tags should either end in a file/script or TRAILING /; Fix ↵ | lioux | 2001-11-21 | 2 | -2/+2 |
| | | | | the later case | ||||
* | Style police: remove trailing space in WWW tag | lioux | 2001-11-21 | 1 | -1/+1 |
| | |||||
* | Update to 2.02 | pat | 2001-11-16 | 7 | -367/+187 |
| | | | | | | | PR: 31765 Submitted by: maintainer Reviewed by: lioux,maintainer Approved by: lioux | ||||
* | Forgot to update distinfo. | kevlo | 2001-11-08 | 1 | -1/+1 |
| | | | | | PR: 31814 Submitted by: MAINTAINER | ||||
* | Add more MASTER_SITES. | petef | 2001-11-06 | 1 | -1/+3 |
| | | | | | PR: 31467 Submitted by: Ernst de Haan <ernst@jollem.com> | ||||
* | Update to JDK 1.4.0 beta 3. | demon | 2001-11-04 | 10 | -2398/+3386 |
| | | | | | PR: 31687 Submitted by: Ernst de Haan <ernsth@nl.euro.net> | ||||
* | Fix previous commit. | okazaki | 2001-10-22 | 1 | -3/+4 |
| | | | | | PR: 31373 Submitted by: Ernst de Haan <ernst@jollem.com> | ||||
* | Upgrade to 1.1.5 | clive | 2001-10-20 | 1 | -2/+2 |
| | | | | Submitted by: Jeremy Karlson <karlj000@unbc.ca> (MAINTAINER) | ||||
* | Add 2 extra download locations. | clive | 2001-10-20 | 1 | -2/+3 |
| | | | | | PR: ports/31373 Submitted by: Ernst de Haan <ernst@jollem.com> | ||||
* | Fix error of Makefile. | motoyuki | 2001-10-20 | 1 | -1/+1 |
| | |||||
* | Update MASTER_SITES | kevlo | 2001-10-19 | 1 | -2/+1 |
| | | | | | PR: 31372 Submitted by: MAINTAINER | ||||
* | Update to patchlevel 5. | sobomax | 2001-10-16 | 20 | -292/+28 |
| | | | | | PR: 31257 Submitted by: Greg Lewis <glewis@eyesbeyond.com> | ||||
* | Update to 1.4.0b2. | sobomax | 2001-10-09 | 3 | -2047/+2089 |
| | | | | | PR: 31160 Submitted by: maintainer | ||||
* | - Remove several stale pkg-message files; | sobomax | 2001-10-08 | 5 | -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. | sobomax | 2001-10-08 | 25 | -5600/+22503 |
| | | | | | | PR: 28183 Submitted by: Ernst de Haan <ernst@jollem.com> Repo-copy by: jdp | ||||
* | Update to version 1.15. | archie | 2001-10-05 | 4 | -10/+14 |
| | |||||
* | Adjust distfile and install .txt files rather than .html files. | brian | 2001-10-03 | 3 | -5/+5 |
| | | | | | PR: 30962 Submitted by: Juse Marques <noway@nohow.demon.co.uk> | ||||
* | Update to 0.7.5. | sobomax | 2001-09-24 | 2 | -2/+2 |
| | |||||
* | Sort entries. | knu | 2001-09-21 | 1 | -1/+1 |
| | |||||
* | Add jakarta-regexp 1.2, regular expressions for Java. | patrick | 2001-09-12 | 6 | -0/+43 |
| | | | | | PR: 23357 Submitted by: Dave Glowacki <dglo@ssec.wisc.edu> # | ||||
* | Fix a potential crash on 5-CURRENT. | sobomax | 2001-09-12 | 8 | -0/+116 |
| | | | | Submitted by: Fuyuhiko Maruyama <fuyuhik8@is.titech.ac.jp> | ||||
* | Bump png major | ache | 2001-09-11 | 1 | -1/+1 |
| | |||||
* | Allow JAVADIR to be overriden by the user. This allows to build jit for native | sobomax | 2001-09-11 | 1 | -1/+1 |
| | | | | JDK 1.2.x and 1.3.x (tested with 1.3.1). | ||||
* | Update to 0.7.4. | sobomax | 2001-09-10 | 3 | -16/+14 |
| | |||||
* | Don't hardcode minor revision number into installation directory, because it | sobomax | 2001-09-10 | 2 | -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, so | sobomax | 2001-09-10 | 24 | -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 version | kevlo | 2001-09-10 | 6 | -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 problems | sobomax | 2001-09-07 | 2 | -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 powerful | sobomax | 2001-09-07 | 8 | -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 files | lioux | 2001-09-06 | 3 | -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. | knu | 2001-09-04 | 4 | -91/+105 |
| | | | | | | PR: ports/29968 Submitted by: Jose Marques <noway@nohow.demon.co.uk> (MAINTAINER) (in Audit-Trail) | ||||
* | Update to release 9 cx130-20010626. | knu | 2001-09-02 | 3 | -5/+6 |
| | | | | | PR: ports/29817 Submitted by: Hye-Shik Chang <perky@python.or.kr> (MAINTAINER) | ||||
* | add mmake | ijliao | 2001-09-02 | 6 | -0/+44 |
| | | | | Create a Makefile for Your Java files, ready to compile | ||||
* | As linux-jdk13, it needs BUILD_DEPENDS | kevlo | 2001-08-29 | 2 | -0/+2 |
| | |||||
* | Add BUILD_DEPENDS | kevlo | 2001-08-29 | 2 | -0/+2 |
| | | | | Submitted by: Brad Smith <brad@comstyle.com> | ||||
* | Add native port of Sun's Java Devepment Kit, v.1.3.1 (repo-copied from | sobomax | 2001-08-28 | 37 | -1920/+6257 |
| | | | | | | | jdk12-beta). PR: 29949 Submitted by: Greg Lewis <glewis@eyesbeyond.com> | ||||
* | - Update to 0.7.3; | sobomax | 2001-08-27 | 3 | -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 dependence | ijliao | 2001-08-24 | 1 | -0/+2 |
| | |||||
* | Upgrade to 2.3 | clive | 2001-08-20 | 2 | -4/+2 |
| | | | | | PR: ports/29890 Submitted by: ernst@jollem.com (MAINTAINER) | ||||
* | add bluej | ijliao | 2001-08-18 | 6 | -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 they | nate | 2001-08-15 | 2 | -8/+2 |
| | | | | are installed automagically. | ||||
* | - Made the JDK port depend on the new compat3x libraries and it's new port. | nate | 2001-08-15 | 2 | -0/+2 |
| | | | | Submitted by: "Akinori MUSHA" <knu@iDaemons.org> | ||||
* | Depend on misc/compat3x. | knu | 2001-08-14 | 1 | -14/+1 |
| | | | | Approved by: sobomax (MAINTAINER) | ||||
* | Tarball was rerolled with slight changes. | demon | 2001-08-06 | 8 | -4/+168 |
| | | | | Bump PORTREVISION. | ||||
* | Delete outdated link | nakai | 2001-08-06 | 1 | -7/+1 |
| | | | | | PR: ports/29033 Submitted by: Bruce Dang <btdang@home.com> | ||||
* | Update of pkg-descr and pkg-comment files. For real now :-) | jeh | 2001-06-27 | 1 | -6/+10 |
| | | | | | PR: 28448 Submitted by: Ernst de Haan <ernst@jollem.com> | ||||
* | Deleting. orion has been moved to www | jeh | 2001-06-27 | 6 | -487/+0 |
| | | | | PR: 28415 | ||||
* | Deleteing. orion has been moved to www | jeh | 2001-06-27 | 2 | -198/+0 |
| | | | | PR: 28415 | ||||
* | Move orion from java to www | jeh | 2001-06-27 | 1 | -1/+0 |
| | |||||
* | Improves the Orion port. Now honours NOPORTDOCS too. | jeh | 2001-06-27 | 2 | -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 port | okazaki | 2001-06-27 | 3 | -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. | okazaki | 2001-06-27 | 5 | -228/+171 |
| | |||||
* | Better style | kevlo | 2001-06-26 | 8 | -1938/+1940 |
| | | | | Submitted by: Ernst de Haan <ernst@jollem.com> | ||||
* | Fix Makefile. Using jlint-2.1.tar.gz instead of jlint.tar.gz. | kevlo | 2001-06-26 | 2 | -2/+1 |
| | | | | | PR: 28412 Submitted by: MAINTAINER | ||||
* | Initial import of jlint-2.1 | kevlo | 2001-06-25 | 6 | -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. | jeh | 2001-06-25 | 6 | -0/+130 |
| | | | | | PR: 27814 Submitted by: Ernst de Haan <ernst@jollem.com> | ||||
* | IBM's Java Development Kit for Linux, version 1.3. | jeh | 2001-06-25 | 7 | -0/+1311 |
| | | | | | PR: 26793 Submitted by: Chang, Hye-Shik <perky@python.or.kr> | ||||
* | - Update java/cos to latest version | kevlo | 2001-06-23 | 3 | -3/+9 |
| | | | | | | | - Fix broken link to sample code in docs PR: 28345 Submitted by: MAINTAINER | ||||
* | Update of the 'java/bugseeker' port. Summary of changes: | jeh | 2001-06-23 | 6 | -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 janosvm | ijliao | 2001-06-19 | 6 | -0/+375 |
| | | | | A virtual machine for executing Java bytecodes | ||||
* | Cleanups from maintainer and fix the URL from which to retrieve the | steve | 2001-06-18 | 2 | -20/+24 |
| | | | | | | | distfile. PR: 28137 Submitted by: maintainer, Dave Glowacki <dglo@ssec.wisc.edu> | ||||
* | Several fixes and improvements: | sobomax | 2001-06-12 | 5 | -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. | roam | 2001-06-11 | 6 | -341/+0 |
| | | | | | PR: 28033 Submitted by: maintainer | ||||
* | Java now lives in ${LOCALBASE}/linux-jdk1.3.1, not in linux-jdk1.3.0. | sobomax | 2001-06-05 | 3 | -3/+3 |
| | | | | | Submitted by: Ernst de Haan <ernst@jollem.com> No responce from: kevlo (maintainer of linux-jdk13) | ||||
* | Backout my last backout. | sobomax | 2001-06-01 | 12 | -2632/+2100 |
| | | | | Requested by: eivind | ||||
* | Undo upgrade to 1.3.1. Unfortunately committer who committed change did not | sobomax | 2001-06-01 | 12 | -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.1 | kevlo | 2001-06-01 | 12 | -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, | dougb | 2001-05-31 | 5 | -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. | dougb | 2001-05-31 | 25 | -5605/+5600 |
| | | | | | PR: ports/27784 Submitted by: Ernst de Haan ernst@jollem.com | ||||
* | upgrade to 2.1.0 | ijliao | 2001-05-29 | 3 | -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 process | sobomax | 2001-05-29 | 4 | -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 not | sobomax | 2001-05-29 | 4 | -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) | jeh | 2001-05-27 | 4 | -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 on | sobomax | 2001-05-27 | 1 | -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. | sobomax | 2001-05-26 | 15 | -0/+2515 |
| | | | | | PR: 27644 Submitted by: Ernst de Haan <ernst@jollem.com> | ||||
* | From the PR: | alex | 2001-05-22 | 3 | -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-demo | ijliao | 2001-05-19 | 6 | -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. | sobomax | 2001-05-19 | 1 | -19/+0 |
| | | | | Revealed by: phantom | ||||
* | - Update to 1.5.8c; | sobomax | 2001-05-18 | 3 | -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) | sobomax | 2001-05-17 | 4 | -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. | archie | 2001-05-16 | 3 | -4/+4 |
| | | | | PR: ports/27301 | ||||
* | Fix JVM config file and font.properties | kevlo | 2001-05-15 | 4 | -0/+326 |
| | | | | | PR: 27316 Submitted by: Ernst de Haan <ernst@jollem.com> | ||||
* | Added port version in post-install output message | alex | 2001-05-09 | 3 | -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. | sobomax | 2001-05-03 | 6 | -12/+12 |
| | | | | | PR: 27058 Submitted by: Ernst de Haan <ernst@heinz.jollem.com> | ||||
* | Update to 0.7.1. | sobomax | 2001-04-27 | 2 | -2/+2 |
| | |||||
* | Return maintainership to ports@freebsd.org; previous maintainer says he no | greid | 2001-04-26 | 7 | -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/doc | kevlo | 2001-04-15 | 2 | -6/+14 |
| | | | | | | | - mark BROKEN for FreeBSD/Alpha PR: 26591 Submitted by: MAINTAINER | ||||
* | Add support for javawmwrapper. | dirk | 2001-04-12 | 2 | -2/+6 |
| | | | | Approved by: maintainer | ||||
* | Add support for javavmwrapper. | dirk | 2001-04-11 | 2 | -2/+6 |
| | | | | Approved by: kevlo (maintainer) | ||||
* | Upgrade to 2.0.1. | kuriyama | 2001-03-28 | 3 | -2123/+2174 |
| | | | | | Submitted by: Ernst de Haan <ernst@heinz.jollem.com> (maintainer) PR: ports/25975 | ||||
* | Style fix | lioux | 2001-03-23 | 1 | -1/+1 |
| | |||||
* | New port: java/jpda | jeh | 2001-03-23 | 6 | -0/+341 |
| | | | | | | | JPDA, Java Platform Debugger Architecture. PR: 24060 Submitted by: Ernst de Haan <ernst@heinz.jollem.com> | ||||
* | Update to 0.7.0. | sobomax | 2001-03-17 | 2 | -2/+2 |
| | |||||
* | Add xalan-j 2.0.0, | kuriyama | 2001-03-16 | 6 | -0/+2153 |
| | | | | | | | | apache XSLT processor for transforming XML documents. PR: ports/25311 Submitted by: ernst@jollem.com | ||||
* | Chase distfile update (some demo code added). | kuriyama | 2001-03-16 | 6 | -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 user | sobomax | 2001-03-13 | 1 | -0/+4 |
| | | | | | | to manually fetch distfile from the Sun's site. Submitted by: bento | ||||
* | Fix Mark's mailing address. | fenner | 2001-03-12 | 1 | -1/+1 |
| | |||||
* | Fix PLIST for new version 1.13. | archie | 2001-03-12 | 1 | -6/+2 |
| | |||||
* | Fix plist | kris | 2001-03-11 | 1 | -0/+1 |
| | |||||
* | - Inform the user about the need for the compat 3.X libraries if they | nate | 2001-03-06 | 2 | -2/+8 |
| | | | | | | install on a FreeBSD 4.X system. Submitted by: Ernst de Haan <ernst@jollem.com> | ||||
* | Upgrade to the lastest version. | kevlo | 2001-03-05 | 6 | -12/+18 |
| | |||||
* | Update to version 1.13. | archie | 2001-03-01 | 2 | -2/+2 |
| | |||||
* | - Update the distribution site to ftp.freebsd.org's local-distfiles that my | nate | 2001-02-27 | 2 | -4/+4 |
| | | | | former employer finally removed it from their ftp site a year after I left. | ||||
* | Update to version 1.4.5. | steve | 2001-02-26 | 3 | -200/+206 |
| | | | | | PR: 25216 Submitted by: maintainer | ||||
* | Update to the latest version of the JDK tutorial. | steve | 2001-02-26 | 6 | -114/+616 |
| | | | | PR: 22682 | ||||
* | Distfile location changed. | archie | 2001-02-24 | 1 | -1/+1 |
| | | | | Detected by: http://people.freebsd.org/~fenner/portsurvey | ||||
* | fix typo: | lioux | 2001-02-15 | 6 | -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 -> \t | lioux | 2001-02-15 | 7 | -14/+14 |
| | |||||
* | Fix pkg-plist | kevlo | 2001-02-05 | 2 | -2/+0 |
| | |||||
* | Distfile chage, update on Dec 12, 2000. | vanilla | 2001-02-02 | 2 | -2/+2 |
| | |||||
* | change maintainer's email | ijliao | 2001-01-25 | 7 | -7/+7 |
| | | | | | PR: 24636 Submitted by: MAINTAINER | ||||
* | Update to 0.6.10. | sobomax | 2001-01-24 | 2 | -2/+2 |
| | |||||
* | Update to lastest verion. This version works for the Enterprise Edition. | kevlo | 2001-01-20 | 4 | -15/+13 |
| | | | | | PR: 24453 Submitted by: MAINTAINER | ||||
* | Fix typo | roger | 2001-01-19 | 1 | -1/+1 |
| | |||||
* | Massive style enforcement - use ^I instead of spaces for variables identation. | sobomax | 2001-01-17 | 5 | -5/+5 |
| | |||||
* | Add another MASTER_SITES | kevlo | 2001-01-10 | 1 | -1/+2 |
| | | | | | PR: 24153 Submitted by: MAINTAINER | ||||
* | Add bugseeker 1.0.2, a debugger for Java software. | alex | 2001-01-06 | 6 | -0/+247 |
| | | | | | PR: 24062 Submitted by: Ernst de Haan <ernst@jollem.com> | ||||
* | JAva -> Java | kevlo | 2001-01-04 | 1 | -1/+1 |
| | |||||
* | Add jad 1.5.7f,jad - the fast JAva Decompiler. | patrick | 2001-01-04 | 6 | -0/+38 |
| | | | | | PR: 21604 Submitted by: Yen-Ming Lee <leeym@cae.ce.ntu.edu.tw> | ||||
* | Add orion 1.4.0,orion Application Server. | patrick | 2001-01-04 | 6 | -0/+439 |
| | | | | | PR: 23867 Submitted by: Ernst de Haan <ernst@jollem.com> | ||||
* | OK, this is the FreeBSD way. | sf | 2001-01-04 | 1 | -1/+2 |
| | | | | This port installs ltlibs. Patches welcome if you don't like this. | ||||
* | Fix packing list. | kevlo | 2001-01-02 | 2 | -0/+2 |
| | |||||
* | Use `--exclude "*.orig"' tar(1) option instead of removing .orig files after | sobomax | 2000-12-15 | 2 | -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 and | sobomax | 2000-12-14 | 4 | -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. | kevlo | 2000-12-11 | 2 | -0/+6 |
| | |||||
* | Initial import of Linux JDK 1.3 | kevlo | 2000-12-07 | 15 | -0/+2517 |
| | | | | This port is Sun's Java Development Kit 1.3.0 for Linux | ||||
* | GNU's regexp library for Java. | des | 2000-12-07 | 6 | -0/+79 |
| | |||||
* | Update to 0.6.8. | sobomax | 2000-11-24 | 3 | -13/+2 |
| | |||||
* | Update to 1.7.3. | sobomax | 2000-11-24 | 2 | -3/+3 |
| | |||||
* | Add JUnit, a regression testing utility for use with the Java(TM) | knu | 2000-11-04 | 7 | -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. | sobomax | 2000-11-04 | 6 | -6/+18 |
| | | | | Reported by: Max Khon <fjoe@plesk.com>, Ilya Krel <ilya@krel.org> | ||||
* | Whitespace-only: | sobomax | 2000-11-01 | 2 | -4/+4 |
| | | | | Make indentation uniform across my ports. | ||||
* | Add perltools, making using regular expressions in Java almost | ade | 2000-10-17 | 6 | -0/+98 |
| | | | | | | | as easy as Perl! PR: 20554 Submitted by: Marcin Cieslak <saper@system.pl> | ||||
* | Correct patch, so it will apply cleanly. | sobomax | 2000-10-16 | 6 | -12/+12 |
| | | | | Submitted by: Ed Sweeney <edwardsweeney@yahoo.com> | ||||
* | This port is i386 only for the moment. We need some assembler code written | sobomax | 2000-10-14 | 6 | -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 from | sobomax | 2000-10-13 | 43 | -0/+7237 |
| | | | | Sun and patchset from FreeBSD Java Project. | ||||
* | Change PKGDIR from pkg/ to . Also fix places where ${PKGDIR} is | asami | 2000-10-08 | 2 | -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; | sobomax | 2000-09-26 | 2 | -5/+7 |
| | | | | | | - use USE_RUBY. Submitted by: knu | ||||
* | Add openjit - a high-performance reflective Java Just-In-Time (JIT) bytecode | sobomax | 2000-09-26 | 9 | -0/+167 |
| | | | | compiler. | ||||
* | Clarify usage instructions (you have to set LD_LIBRARY_PATH to | sobomax | 2000-09-25 | 4 | -1/+34 |
| | | | | ${PREFIX}/lib/[tya,shujit] in addition to JAVA_COMPILER. | ||||
* | Backout previous JIT-related change - it can cause legal problems. | sobomax | 2000-09-12 | 2 | -4/+0 |
| | | | | Submitted by: nate | ||||
* | Pre-create symlinks pointing to a 2 jits (Just-in-time compilers) - tya and | sobomax | 2000-09-11 | 2 | -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). | sobomax | 2000-09-11 | 1 | -0/+15 |
| | |||||
* | Update to 0.6.5. | sobomax | 2000-09-11 | 3 | -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: | sobomax | 2000-09-11 | 3 | -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. | sobomax | 2000-08-29 | 3 | -7/+7 |
| | |||||
* | Update to version 12Jun2000 | kevlo | 2000-08-14 | 3 | -7/+10 |
| | | | | | PR: 20574 Submitted by: Ports Fury | ||||
* | Update MASTER_SITE | cpiazza | 2000-08-10 | 1 | -1/+1 |
| | | | | | PR: 20487 Submitted by: rwatson | ||||
* | Update to version 1.12. | archie | 2000-08-01 | 7 | -46/+23 |
| | |||||
* | Upgrade to version 1.0.6. | archie | 2000-07-25 | 3 | -12/+15 |
| | |||||
* | Claim maintainership. | sobomax | 2000-07-24 | 2 | -2/+2 |
| | | | | Submitted by: jake (previous maintainer) | ||||
* | Define int_t and uint_t on CURRENT too. This should fix tya and shujit on | sobomax | 2000-07-24 | 4 | -0/+24 |
| | | | | -current systems. | ||||
* | Update port to 1.7.2 and fix it on 4-CURRENT and 5-STABLE (missed uint_t type). | sobomax | 2000-07-22 | 2 | -4/+4 |
| | |||||
* | Update MASTER_SITES. ftp.uk.linux.org doesn't have jdk-1.2.2-RC4-linux. | kevlo | 2000-07-19 | 2 | -2/+2 |
| | |||||
* | Apostrophes in string should be escaped. | sada | 2000-07-15 | 2 | -4/+4 |
| | |||||
* | Version required is no longer needed in the comment section of Makefile. | sada | 2000-07-15 | 2 | -2/+0 |
| | | | | Submitted by: portlint | ||||
* | Correct libc warning message: | sobomax | 2000-07-06 | 1 | -1/+1 |
| | | | | /usr/src/lib/compat/compat3x --> /usr/src/lib/compat/compat3x.${ARCH} | ||||
* | Bump png shared library version. | sobomax | 2000-07-04 | 1 | -1/+1 |
| | | | | Submitted by: Hajimu UMEMOTO <ume@mahoroba.org> | ||||
* | Port has been broken since 12/96..goodbye :-) | kris | 2000-07-03 | 1 | -1/+0 |
| | |||||
* | Fix typo where \ was not added after an intermediate MASTER_SITES. | will | 2000-06-30 | 1 | -1/+1 |
| | | | | | PR: 19590 Submitted by: Dann Lunsford <dann@greycat.com> | ||||
* | Move the stragler's www.freebsd.org/~user distfiles to the offical | obrien | 2000-06-29 | 2 | -2/+4 |
| | | | | MASTER_SITE_LOCAL site. | ||||
* | Create/remove shared among Java ports ditrectories. | sobomax | 2000-06-23 | 2 | -0/+7 |
| | | | | Submitted by: bento | ||||
* | Add "unset JAVA_HOME" to make javavmwrapper working with some brain damaged | sobomax | 2000-06-20 | 2 | -1/+3 |
| | | | | software (Adobe AcrobatViewer). | ||||
* | Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in the | asami | 2000-06-17 | 1 | -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. | sobomax | 2000-06-16 | 2 | -2/+2 |
| | |||||
* | Fix MASTER_SITES. | sobomax | 2000-06-14 | 1 | -1/+3 |
| | | | | Submitted by: bento | ||||
* | Fix typo. | sobomax | 2000-06-12 | 1 | -1/+1 |
| | |||||
* | Activate jre. | sobomax | 2000-06-12 | 1 | -0/+1 |
| | |||||
* | Initial import of JRE - Sun's Java Run Time Enviponment. | sobomax | 2000-06-12 | 6 | -0/+296 |
| | |||||
* | Add support for javavmwrapper. | sobomax | 2000-06-12 | 4 | -0/+14 |
| | |||||
* | Handle comments in all places. | sobomax | 2000-06-12 | 1 | -3/+4 |
| | |||||
* | Activate javavmwrapper. | sobomax | 2000-06-12 | 1 | -0/+1 |
| | |||||
* | Initial import of javavmwrapper - a simple shell script which would allow | sobomax | 2000-06-12 | 5 | -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 upon | sobomax | 2000-05-31 | 4 | -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. | jake | 2000-05-29 | 1 | -1/+1 |
| | |||||
* | Spell NO_WKRSUBDIR correctly and don't write files to the pkg directory. | steve | 2000-05-28 | 2 | -2/+4 |
| | |||||
* | Update to version 0.5.2, cleanup Makefile. | jake | 2000-05-17 | 4 | -18/+9 |
| | | | | | | PR: ports/18492 Submitted by: Palle Girgensohn <girgen@partitur.se>, ade Reviewed by: ade | ||||
* | Activate linux-jdk. | chuckr | 2000-05-16 | 1 | -0/+1 |
| | |||||
* | This is the Linux JDK port. It's marked no package and no cdrom, so | chuckr | 2000-05-16 | 14 | -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. | archie | 2000-05-11 | 1 | -1/+1 |
| | |||||
* | Update to 1.1.3. | knu | 2000-04-25 | 3 | -375/+380 |
| | | | | | PR: ports/17913 Submitted by: Palle Girgensohn <girgen@partitur.se> | ||||
* | Update to 1.1.8_003. (PORTVERSION untouched) | knu | 2000-04-19 | 20 | -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} | knu | 2000-04-15 | 4 | -6/+4 |
| | | | | | PR: ports/18009 Submitted by: tkato@prontomail.ne.jp | ||||
* | Portlint COMMENT's. | knu | 2000-04-15 | 1 | -1/+1 |
| | | | | | | | Everybody should read the Handbook again! PR: ports/18008 Submitted by: tkato@prontomail.ne.jp |