aboutsummaryrefslogtreecommitdiffstats
path: root/java
Commit message (Collapse)AuthorAgeFilesLines
* Update to patchset 7.glewis2002-07-2668-2216/+8
|
* Update to version 1.16.archie2002-07-193-4/+6
|
* Remove unintentional dependency on readlink by replacing the call to itglewis2002-07-154-4/+4
| | | | | with a piece of sh+awk based on a recent post to freebsd-arch by Cyrille Lefevre <cyrille.lefevre@laposte.net>.
* Add missed @unexec keyword to the call to unregistervm as well as missedsobomax2002-07-112-2/+3
| | | | | | @exec registervm [...]. Reported by: phantom
* Add sablepath and sablevm.archie2002-07-101-0/+2
|
* SableVM implements the Java virtual machine specification, second edition.archie2002-07-1012-0/+494
| | | | | | | | | | | | SableVM is a bytecode interpreter. It's goals are to be reasonably small, efficient, and fast, as well as providing a well-designed platform for doing research into different algorithms for bytecode interpretation, garbage collection, memory management, etc. SableVM uses a modified version of the GNU Classpath Java classes; these classes are installed by the "sablepath" port. WWW: http://www.sablevm.org/
* This port builds and installs a version of the GNU Classpath Java classarchie2002-07-1013-0/+1274
| | | | | | and native libraries package that has been customized to work with SableVM. WWW: http://www.sablevm.org/
* Only depend on the Linux JDK when NATIVE_BOOTSTRAP isn't defined.glewis2002-07-084-4/+12
|
* Port update: 1.3.1_03 --> 1.3.1_04.znerd2002-07-052-7/+7
|
* Upgrade to 1.2.0.znerd2002-07-054-24/+11
| | | | | PR: 39956, 37922 Submitted by: maintainer
* Upgrade from JUMP 0.3 to JUMP 0.4.1.znerd2002-06-283-8/+8
| | | | | See: http://sourceforge.net/project/shownotes.php?release_id=97033
* Add a pre-build target to check for a setting of WRKDIRPREFIX which willglewis2002-06-274-0/+52
| | | | | | | | result in the InvokerGen.java target failing. The bootstrapping Linux JDK will confuse itself if WRKDIRPREFIX also exists in /compat/linux as a symbolic link to the directory in the standard FreeBSD hierarchy. Much appreciated sleuth work by: dillon
* Add open-motif to RUN_DEPENDS temporarily until we teach the JDK toglewis2002-06-264-0/+4
| | | | | | statically link with the Motif libraries. Submitted by: "Alexander Zagrebin" <alexz@visp.ru>
* - Use REINPLACE_CMDijliao2002-06-242-3/+5
| | | | | | | - Change maintainer's address PR: 39759 Submitted by: maintainer
* Use "bsd.java.mk".okazaki2002-06-242-184/+175
| | | | | | | Install documents into ${DOCSDIR}. Increment PORTREVISION. Submitted by: des
* fix typo to install docsijliao2002-06-181-3/+3
| | | | | PR: 39112 Submitted by: maintainer
* Renamed jdk-tutorial to java-tutorial.znerd2002-06-186-3400/+1
|
* Fix dependencies to be in sync with the recent JDK ports renaming.glewis2002-06-169-12/+12
| | | | Forgotten by: znerd
* Remove perltools here too.glewis2002-06-161-1/+0
|
* Remove this port, it saves me fixing the dependencies :).glewis2002-06-165-97/+0
| | | | | | | | The java/jakarta-oro port provides the same functionality. PR: 39113 Submitted by: Dave Glowacki <dglo@hyde.ssec.wisc.edu> Approved by: Marcin Cieslak <saper@system.pl> (maintainer)
* Fix dependencies to be in sync with the recent JDK ports renaming.glewis2002-06-166-7/+7
| | | | Forgotten by: znerd
* . Fix dependencies to be in sync with the recent JDK ports renaming.glewis2002-06-161-1/+1
| | | | Forgotten by: znerd (who is even the maintainer of this one :).
* Chase java/jdk repocopy.kuriyama2002-06-151-1/+1
| | | | Submitted by: Greg Lewis <glewis@eyesbeyond.com>
* Upgrade to JUMP 0.3. Added an alternative download location.znerd2002-06-153-45/+70
| | | | | Not removing ${PREFIX}/share/java at deinstallation anymore since it is part of the base hierarchy now.
* . Fix the dependencies for this port following the renaming of the JDKglewis2002-06-151-8/+10
| | | | | | | | ports. . Use (and define if necessary) ${FIND} and ${CPIO}, rather than /usr/bin/find and /usr/bin/cpio, respectively. Reviewed by: znerd
* Fix problems I created with the previous change:glewis2002-06-141-1/+4
| | | | | | | | | . Add a post-patch target to clean up *.orig files (taken from the linux-sun-jdk13 port). . Fix the name of the installation location to be consistent with other JDK ports and to not move with, for example, PORTREVISION changes. Approved by: znerd (maintainer)
* Not installing the packages anymore.znerd2002-06-142-68/+74
| | | | | Fixed the packing list. Bumped PORTREVISION.
* Upgrade to JUMP 0.2.znerd2002-06-142-4/+2
|
* Patches that solve the problem that expr and libjava.soznerd2002-06-143-0/+31
| | | | | | | | cannot be found. Bumped PORTREVISION. Submitted by: glewis
* . Fix dependencies after recent JDK ports repo copy.glewis2002-06-144-64/+76
| | | | | | | | | | | | | PR: 39231 . Don't use -p with ${MKDIR}, its the default. . Define (if necessary) and use ${SORT}, ${CPIO} and ${FIND} rather than hardwiring them as /usr/bin/sort, etc. Apologies to sobomax for not asking for a review, I thought it important to unbreak the port as quickly as possible. Submitted by: alane (dependencies), znerd
* Now removes ${PREFIX}/share/java after deinstallation if itznerd2002-06-132-1/+2
| | | | | is empty. Bumped PORTREVISION.
* Now builds from source using Ant.znerd2002-06-132-58/+338
| | | | | Added some download locations. Bumped PORTREVISION.
* Running Ant in ${WRKSRC} instead of ${WRKDIR}. This does notznerd2002-06-131-1/+1
| | | | change the working of the Makefile since NO_WRKSUBDIR is defined.
* Now builds from source using Ant.znerd2002-06-133-27/+33
| | | | Bumped PORTREVISION.
* Fixed the packing list.znerd2002-06-131-0/+81
|
* New port: JUMP Ultimate Math Package.znerd2002-06-136-0/+76
|
* This port now installs below ${PREFIX}/share/doc, where itznerd2002-06-136-6760/+6738
| | | | | | | | | | | | | | | | | | | | should. The tutorial is not specific to JDK 1.1.8, it pertains to Java versions up to 1.4. That's why I've changed the PORTVERSION from 1.1.8 to 2002.03.04, the date the tutorial was last updated. See: http://java.sun.com/docs/books/tutorial/information/download.html Since this is not really a JDK tutorial but rather a Java tutorial, the port installation directory is now called java-tutorial. Not displaying the message anymore. It is evident where the files go. Changed the pkg-plist to use %%T%% instead of jdk%%VERSION%%/docs/books/tutorial as the prefix.
* Added an entry to MASTER_SITES.znerd2002-06-132-2/+4
|
* Unification of JDK port names.znerd2002-06-1336-5877/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ports/java/Makefile Matches new names and locations of JDK ports. Checked sorting. ports/java/jdk All files removed from CVS. This port is moved to java/jdk11. Checked that the repocopy was okay. ports/java/jdk12-beta All files removed from CVS. This port is moved to java/jdk12. Checked that the repocopy was okay. ports/java/linux-jdk All files removed from CVS. This port is moved to java/linux-blackdown-jdk12. Checked that the repocopy was okay. ports/java/linux-jdk13 All files removed from CVS. This port is moved to java/linux-sun-jdk13. Checked that the repocopy was okay. ports/java/linux-jdk14 All files removed from CVS. This port is moved to java/linux-sun-jdk14. Checked that the repocopy was okay. PR: 27358
* . Fix compilation on FreeBSD 4.2 by including <sys/param.h>glewis2002-06-124-0/+80
| | | | | | | | | | | | PR: 36871 . Fix compilation on -CURRENT using gcc 3.1 by including <string.h> (for strlen(3)) Reported and tested by: John Angelmo <john@veidit.net> Reviewed by: sobomax Approved by: sobomax
* Added jboss3.znerd2002-06-111-0/+1
|
* Changed the name of the control script from jbossctl toznerd2002-06-113-6/+7
| | | | | | | | jboss2ctl. Changed the name of the startup script from 020.jboss.sh to 020.jboss2.sh. Changed the description of this port to include the major version number to distinguish this port from the JBoss 3 port. Bumped the PORTREVISION.
* Upgrade to JBoss 3.0.0.znerd2002-06-1112-3786/+735
|
* Updated the homepage URL.znerd2002-06-101-1/+1
|
* Upgrade to 1.4.0_01.znerd2002-06-066-36/+36
|
* Upgrade from 2.4.4 to 2.4.6.znerd2002-06-0612-4644/+4408
|
* Rename monstrously long patch filenames that were causing tar to exceedkris2002-06-0648-44/+44
| | | | length limitations (100 characters) and fail.
* Switch dependency from open-motif-devel to open-motif, since the formerkris2002-06-042-2/+2
| | | | | | was removed. Pointy hat to: obrien
* Fix typo: USE_PERL -> USE_PERL5petef2002-06-031-1/+1
|
* Improved download URL.znerd2002-05-284-2/+4
| | | | | | Prompted by: obrien Also now unregistering with javavm at deinstallation.
* Use correct Open Motif.obrien2002-05-284-8/+4
|
* Allow `make reinstall' to work.obrien2002-05-282-2/+2
|
* Make sure the Linux bits are loaded before extracting as the extractor isobrien2002-05-282-0/+24
| | | | a Linux binary.
* Upgrade from 1.4.0-beta 3 to 1.4.0.znerd2002-05-243-830/+765
| | | | | Prompted by: Jay Sachs <jay@eziba.com> PR: 38129
* Upgrade to 1.2b6. This is the result of chasing theznerd2002-05-242-4/+2
| | | | | | | | author. Port is now unbroken. Approved by: maintainer
* Added missing download location. This fixesznerd2002-05-232-3/+5
| | | | | | | | | the bento error. Also switched to USE_JAVA. Modified the pkg-comment to be less than 70 characters. Portlint complained about that.
* Upgrade from 2.0.1 to 2.0.6.znerd2002-05-233-21/+6
| | | | | Submitted by: maintainer PR: 38350
* Upgrade to 0.99.znerd2002-05-223-68/+59
| | | | | Submitted by: maintainer PR: 33192
* Created download locations for the distfile. Removedznerd2002-05-161-12/+10
| | | | | | the restrictions because I could find no references to any on the Sun site. And no license needs to be confirmed in order to download the distfile.
* DISTNAME is now computed instead of fixed.znerd2002-05-161-1/+1
| | | | Approved by: maintainer
* Using bin/run.jar for startup. Now the control programznerd2002-05-154-12/+12
| | | | | | | | no longer reports an error at startup. Bumped PORTREVISION. PR: 38069
* Kill evil rcs(1)-injected hunk, which makes do-patch failing.sobomax2002-05-141-9/+0
| | | | Submitted by: bento, Sean McNeil <sean@mcneil.com>
* Making portlint happy. Moved the trailing slash fromznerd2002-05-091-4/+4
| | | | DOWNLOAD_DIR to MASTER_SITES.
* Added download locations.znerd2002-05-091-1/+4
|
* Blackdown JDK 1.3.1 for Linux added.znerd2002-05-091-0/+1
|
* Blackdown JDK 1.3.1 for Linux added.znerd2002-05-095-0/+1210
| | | | | Requested by: Tim Schafer <tim@agship.com> PR: 37875
* Made installation friendlier. The different steps involvedznerd2002-05-091-3/+11
| | | | | are displayed. The output is now similar to the www/orion and www/jakarta-tomcat* ports.
* Upgrade to 1.2.2.012.znerd2002-05-092-2/+2
| | | | | PR: 37872 Requested by: Tim Schafer <tim@agship.com>
* DOWNLOAD_URL is now computed based on JDK_VERSION.znerd2002-05-091-1/+1
|
* DISTNAME is now computed based on JDK_VERSION.znerd2002-05-091-1/+1
|
* Reverting checksum chase. It is unknown what the changesznerd2002-05-092-2/+3
| | | | | | | | | were, so the change should not have been committed. This port is now broken again. Bumped PORTREVISION and marked it as BROKEN. Pointed out by: Kris Kennaway <kris@obsecurity.org>
* Changed daemonctl program to check if the JAR file exists beforeznerd2002-05-094-0/+4
| | | | | trying to start the JVM. This is a serious usability improvement. Bumped PORTREVISION.
* Upgrade from cxia32131-20020302 to cxia32131-20020410.znerd2002-05-084-19/+22
| | | | | | | | Added a message to the pkg-message that explains that the USER_LDT option is needed. Bumped PORTREVISION. PR: 37848
* Bumping PORTREVISION because the distinfo file was fixed.znerd2002-05-081-0/+1
|
* Fix bento error (checksum).znerd2002-05-081-1/+1
|
* Cleaned things up here and there.znerd2002-05-082-399/+406
| | | | | | | | | | | Switched to USE_JAVA. This fixes PR 35080. Improved download URL. Changed do-install target a little. Installing links to the actual JAR files in ${PREFIX}/share/java/classes. The actual JAR files are now in ${PREFIX}/share/java/${PKGNAME}. Bumped PORTREVISION. PR: 35080
* Cleaned things up here and there.znerd2002-05-082-104/+104
| | | | | | | | | | | | | | Switched to USE_JAVA. This fixes PR 35079. Improved download URL. Changed do-install target a little. Installing a link to activation.jar in ${PREFIX}/share/java/classes. The real activation.jar is now in ${PREFIX}/share/java/${PKGNAME}. Bumped PORTREVISION. The maintainer has not responded in months, so I took the freedom to commit this without his approval. PR: 35079
* The JAD homepage seems to have disappeared a long timeznerd2002-05-081-1/+1
| | | | ago. Changed the pkg-descr accordingly.
* Taking care of unmaintained ports in the java category.znerd2002-05-085-5/+5
| | | | | All of these ports are currently listed as problematic at: http://people.freebsd.org/~fenner/portsurvey/ports@freebsd.org.html
* Upgrade from version 20000211 to 20011118.znerd2002-05-072-10/+11
| | | | | | Updated MASTER_SITES. Using USE_JAVA. Changing MAINTAINER to myself because original maintainer did not reply.
* Improved the download URL. It now directly points to the pageznerd2002-05-072-2/+2
| | | | with Terms and Conditions.
* The Jakarta Byte Code Engineering Library.des2002-05-076-0/+832
|
* Upgrade to 2.3.1.des2002-05-065-2857/+2025
| | | | Approved by: znerd
* Add a NATIVE_BOOTSTRAP knob which allows people to bootstrap withglewis2002-05-034-0/+16
| | | | | | | | | | | | | an already installed native JDK rather than insisting on the hardcoded Sun Linux JDK as the bootstrapper. This also means that one can remove the Sun Linux JDK after the initial build if so desired. This may be superseded by a more general method of specifying the bootstrap compiler from bsd.java.mk at a later date. Reviewed by: sobomax Approved by: sobomax
* Really fix the incompatibilities with gettext 0.11. The previousglewis2002-05-0336-40/+704
| | | | | | | | | | | | | | | | | | | bandaid is reverted by this commit and instead patches are added which will remove duplicate message entries from the .po files for the plugin. These are essentially the patches of marius@alchemy.franken.de, with the first part of each patch removed (the message does actually have two spaces in the code!). These patches were verified with the script submitted by KANOU Hiroki-san and against the patches submitted by SUGIMURA Takashi-san. Thanks to all of these people. Apologies for the increasingly long patch names. PR: 37087, 37147 Submitted by: marius@alchemy.franken.de Reviewed by: sobomax Approved by: sobomax
* Master sites now work. This port did not have a properznerd2002-04-281-1/+3
| | | | | | | | download location for ages. For a bento report, see: http://bento.freebsd.org/errorlogs/4-full/cryptix-jce-20000211.log
* Making pkg-plist file a bit smaller by usingznerd2002-04-272-997/+997
| | | | %%T%% instead of %%TARGET_PREFIX%%.
* Update to IBM JDK 1.3.1 (cxia32131-20020302).znerd2002-04-275-580/+335
| | | | | PR: 37397 Submitted by: Hye-Shik Chang <perky@akaraka.yonsei.ac.kr>
* New port: Sun JDK 1.2 for Linux.znerd2002-04-276-0/+899
|
* New port jboss2.znerd2002-04-2729-0/+6417
| | | | | | | | | | | | | | | The jboss2ctl program does not work at this stage. I chose to commit this port anyway because it has been lying around for too long. Once it is in the ports tree, the improved interest may trigger somebody else to fix the problem. JBoss can be started using the supplied shell script anyway, so it is still useful. This is not the JBoss port submitted by Jesse Gallup in PR 35853, but one based on the www/orion port. PR: 35853
* Update to 0.7.12.sobomax2002-04-273-2/+32
|
* respect PREFIX by using GNU_CONFIGURE, not HAS_CONFIGUREbillf2002-04-241-1/+1
| | | | Submitted by: Nick Johnson <freebsd@spatula.net>
* Correct pkg-plist.sobomax2002-04-234-4/+4
|
* Fix the build of libaudio.so on 5-CURRENT by using <sys/soundcard.h>glewis2002-04-178-0/+128
| | | | | | | | | | rather than <machine/soundcard.h>. This doesn't affect the build on 4-STABLE. PR: 36988 Submitted by: Motoyuki Konno <motoyuki@bsdclub.org> Reviewed by: sobomax Approved by: sobomax
* Add a temporary dependency on gettext-old and use msgfmt-old to processglewis2002-04-178-0/+40
| | | | | | | | | | | | messages for the browser plugin. This is a bandaid for the problem expressed in the PR while I evaluate a number of other proposed patches for the correct fix. Hence the PR currently remains open. PR: 37087 Reviewed by: sobomax Approved by: sobomax
* Bump PORTREVISION due to the last two changes to the port.glewis2002-04-164-4/+4
| | | | Approved by: sobomax
* Fix some crash bugs in the browser plugin code by usingglewis2002-04-164-0/+124
| | | | | | | | the correct functions to call static Java methods. Submitted by: Richard Tobin <richard@cogsci.ed.ac.uk> Reviewed by: sobomax Approved by: sobomax
* Add Taiwan Chinese font properties support (if I understandglewis2002-04-1612-0/+1020
| | | | | | | | the locale correctly). Submitted by: Zhenbang Wei <forth@zbwei.net> (via clive) Reviewed by: sobomax Approved by: sobomax
* Re-adding patches to make scripts use the linux exprznerd2002-04-166-2/+90
| | | | | | | | | | and to use green iso linux threads by default. These patches were removed by me when I upgraded the port to FCS, but they should have been ported to this version of the port. Bumped PORTREVISION. Submitted by: glewis
* Start my bid for world domination by taking maintainershipglewis2002-04-164-4/+4
| | | | | | | of the jdk13 port. Reviewed by: sobomax Approved by: sobomax
* Fix user and group ownership of the installed files when they have beenglewis2002-04-132-8/+8
| | | | | | | | | | | | built by someone other than root. Instead of moving the files with tar, move them with cpio and set up ownership. This leaves 11 of the ports listed in the PR still to go. PR: 36411 Submitted by: Alan Eldridge <ports@geeksrus.net> Reviewed by: sobomax Approved by: sobomax
* Hand over maintainership to Java Boy (glewis). :)))sobomax2002-04-132-2/+2
|
* A better fix for creating src.jar. Using tar by itself fails because theglewis2002-04-124-20/+16
| | | | | | | | | | | argument list is too long. Hence the first patch invoked tar once for each file. This works, but is inefficient. This version of the patch uses cpio in pass through mode to copy all the files at once. PR: 35658 Submitted by: "Remco van 't Veer" <rwvtveer@xs4all.nl> Reviewed by: sobomax Approved by: sobomax
* Fix user and group ownership of the installed files when they have beenglewis2002-04-124-16/+16
| | | | | | | | | | | | | built by someone other than root. Instead of moving the files with tar, move them with cpio and set up ownership. Note that I have not closed the PR as there are 12 other ports named in the PR with this problem. PR: 36411 Submitted by: Alan Eldridge <ports@geeksrus.net> Reviewed by: sobomax Approved by: sobomax
* PORTREVISION bumped. This should have been done during lastznerd2002-04-091-0/+1
| | | | commit (files/patch-Makefile).
* Update to the Sun JDK 1.3.1.03 for Linux/i386.znerd2002-04-074-12/+10
| | | | Submitted by: Munehiro Matsuda <haro@h4.dion.ne.jp>
* Now creating an 'ext' directory as a subdirectory ofznerd2002-04-078-4/+12
| | | | | | the application home directory. Prompted by: Marc Recht <recht@contentmedia.de>
* Port does not generate DVI files anymore. This is doneznerd2002-04-052-14/+11
| | | | | | | in order to remove the dependency on latex. PR: 36754 Submitted by: Tilman Linneweh <tilman@arved.de>
* Convert read.me.first from CRLF to LF, too.kuriyama2002-04-021-1/+2
| | | | | | | Use \015 in Makefile instead of literal CR character. PR: ports/36027 Submitted by: parv <parv_@yahoo.com>
* 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>