summaryrefslogtreecommitdiffstats
path: root/java
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 0.6.0hq2005-11-283-37/+46
| | | | | | | | | | | | | | | | | " The new version delivers a cumulative update of new developments, bug fixes, and improvements, including an upgrade to JDK 1.4. " - Set JAVA_VERSION=1.4+ - Add 'math' category [1] - Use USE_ANT - Fix COMMENT: some words seemed to be missing, turning the comment to a nonsense sentence - ECHO_CMD -> ECHO_MSG - Cleanup: remove "ex:ts=8" and uneeded targets - Use ${FIND} | ${INSTALL_DATA} to install documentation files - Take maintainership Reported by: portlint [1]
* Fix problem with -encoding flag.archie2005-11-272-0/+18
| | | | PR: ports/89536
* Upgrade to version 1.4.7.archie2005-11-272-3/+3
|
* Upgrade to 0.19; disable evolving graphical stuff for now.archie2005-11-273-19/+6
|
* . Make pkg-install install a symbolic link for the browser plugin if aglewis2005-11-253-12/+84
| | | | | | | | | valid one doesn't currently exist. . Add a pkg-deinstall which removes the symbolic link if this port owns it. . Produce pkg-install and pkg-deinstall with SUB_FILES and SUB_LIST rather than manually using ${SED} ourselves. Approved by: maintainer timeout
* - Add SHA256pav2005-11-2425-0/+26
|
* . Add $FreeBSD$.glewis2005-11-232-0/+2
|
* . Add SHA256.glewis2005-11-233-0/+9
|
* . Make pkg-install install a symbolic link for the browser plugin if aglewis2005-11-236-4/+144
| | | | | | | | | valid one doesn't currently exist. . Add a pkg-deinstall which removes the symbolic link if this port owns it. . Produce pkg-install and pkg-deinstall with SUB_FILES and SUB_LIST rather than manually using ${SED} ourselves. Approved by: maintainer timeout
* - Fix plist by correctly installing and registering the port's man page [1]barner2005-11-233-4/+10
| | | | | | | | - Add SHA256 Reported by: pointyhat via kris [1] PR: ports/89402 [1] Submitted by: "Ronald Klop" <ronald@cs.vu.nl> (maintainer) [1]
* . Add SHA256.glewis2005-11-225-0/+6
|
* . Add SHA256.glewis2005-11-221-0/+2
| | | | . SIZEify.
* BROKEN: Unfetchablekris2005-11-211-0/+2
|
* - Update to 0.9.9.1hq2005-11-162-3/+4
| | | | | | | - Add SHA256 PR: 89151 Submitted by: maintainer
* . Add SHA256.glewis2005-11-163-0/+5
|
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentade2005-11-155-7/+5
| | | | | | | | | | | | | | | | | in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run.
* - Update to 0.48vs2005-11-142-6/+4
| | | | | | | - USE_BISON PR: ports/88550 Submitted by: maintainer
* Assign a new maintainerhq2005-11-141-1/+1
|
* - Update to 1.2.3hq2005-11-133-45/+148
| | | | | | | | - Add SHA256 checksum - Bump PORTEPOCH PR: 88909 Submitted by: Alex Vasylenko <lxv@omut.org>
* Unbreak build with cairo 1.0.bland2005-11-063-5/+2463
| | | | Patch by: Andreas Kohn <andreas@syndrom23.de>
* Chase cairo shared library update, bump the PORTREVISION.mezz2005-11-061-2/+2
|
* Remove expired portskris2005-11-0517-4372/+0
|
* Bump PORTREVISION to chase the glib20 shared library update.marcus2005-11-059-5/+9
|
* Update to 3.0-rc4 release.ale2005-11-032-5/+7
|
* Commons Codec provides implementations of common encoders and decodersale2005-11-035-0/+76
| | | | | | such as Base64, Hex, various phonetic encodings, and URLs. WWW: http://jakarta.apache.org/commons/codec/
* . Avoid an infinite loop by ignoring JAVA_HOME if its set to the locationglewis2005-11-022-8/+11
| | | | | | | | of the wrapper script. I'm using a different patch than Herve submitted, but the idea is the same. . Bump PORTREVISION. Submitted by: hq
* . Update to 1.4.2_10.glewis2005-11-013-4/+6
|
* Update to 3.2.1hq2005-10-312-7/+7
| | | | | PR: 88273 Submitted by: maintainer
* Add %%JAVA_OS%% and %%JAVA_VERSION%% to the list of substitutionshq2005-10-301-0/+2
| | | | | PR: 86860 Submitted by: Loren James Rittle <rittle@latour.waar.labs.mot.com>
* Fix pkg-plist from last upgrade.anholt2005-10-231-0/+4
| | | | Reported by: pointyhat via kris
* New style bsd.java.mk.nork2005-10-231-1/+2
| | | | Pointed out by: hq
* . Update to 3.0.0.glewis2005-10-213-135/+286
| | | | | | | . Try to make the packing list more future proof. PR: 87672 Submitted by: Andreas Kohn <andreas@syndrom23.de>
* . Minor clean up (removed an unused variable, white space).glewis2005-10-211-5/+3
|
* . Update to 1.13.0.glewis2005-10-213-8/+8
| | | | | | | . Minor fixes for the packing list. PR: 87700 Submitted by: Andreas Kohn <andreas@syndrom23.de>
* . Update the required Java version.glewis2005-10-202-23/+26
| | | | | . File off the version from the installed jars to make it possible to keep the same CLASSPATH between releases.
* . Update to 4.0.3.glewis2005-10-194-6/+6
| | | | | PR: 87647 Submitted by: Jonathan Chen <jonc@chen.org.nz> (maintainer)
* . Update to 1.30.glewis2005-10-183-25/+28
| | | | | . Add another MASTER_SITE. . Packing list is a little better, but it still needs some work.
* Fix javavmwrapper support added in last commit: the launcher now enforceshq2005-10-181-1/+1
| | | | | | | | JAVA_VERSION and JAVA_OS values so that no wrong JDK can be picked up by javavm(1). PR: 86860 Discussed with: Panagiotis Astithas <past@ebs.gr>
* Update to 1.1.6. Tested on i386 and amd64 -- only one regression test failure,anholt2005-10-154-20/+26
| | | | and on amd64!
* Update to 3.1RC2.nork2005-10-153-1854/+21
| | | | | | | | o Fix install dependency problems. PR: ports/87469 Submitted by: Mark Hobden <mark@mclgm.net> Approved by: maintainer no response
* Add eclipse-webtools 0.7, webtools for eclipse.nork2005-10-154-0/+53
| | | | | | | | | The Eclipse Web Tools Platform (WTP) project extends the Eclipse platform with tools for developing J2EE Web applications. WWW: http://www.eclipse.org/webtools/ PR: ports/87467 Submitted by: Mark Hobden <mark@mclgm.net>
* Update to 1.1.1.nork2005-10-153-375/+14
| | | | | PR: ports/87450 Submitted by: Mark Hobden <mark@mclgm.net>
* . Update to 1.3.3 (missed in the last commit somehow).glewis2005-10-141-2/+2
| | | | | PR: 87375 Submitted by: Ronald Klop <ronald@cs.vu.nl>
* . Update to 1.3.3.glewis2005-10-141-6/+6
| | | | | PR: 87375 Submitted by: Ronald Klop <ronald@cs.vu.nl>
* . Bump PORTREVISION for the last two fixes.glewis2005-10-132-0/+2
| | | | Approved by: phantom (maintainer)
* . Switch to using XToolkit by default. According toglewis2005-10-134-0/+68
| | | | | | | | | | | | | | | | | http://java.sun.com/j2se/1.5.0/docs/guide/awt/1.5/xawt.html it has some advantages over XToolkit. Its also the default on Linux and Solaris will be switching to it. Some people have reported that it fixes a crash in the browser plugin for them. Please let me know straight away if this causes problems, particularly with Swing, as it hasn't been extensively tested. The web page mentioned above explains how to switch the toolkits dynamically so you can compare them. Submitted by: Huang wen hui <hwh@gddsn.org.cn> (the awt_LoadLibrary.c patch) Approved by: phantom (maintainer)
* . Fix javaws.glewis2005-10-136-0/+108
| | | | Approved by: phantom (maintainer)
* . Fix javaws.glewis2005-10-132-1/+16
| | | | | | | . Bump PORTREVISION. PR: 81176 Submitted by: "Thomas M. Hermann" <__tmh@yahoo.com>
* . No need for ${MKDIR} ${JAVAJARDIR}, its been automatically createdglewis2005-10-116-6/+0
| | | | | | by mtree for more than 3 years now. Pointed out by: hq
* Update maintainer's email address.linimon2005-10-103-3/+3
|
OpenPOWER on IntegriCloud