summaryrefslogtreecommitdiff
path: root/java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Chase cairo shared library update, bump the PORTREVISION.Jeremy Messenger2005-11-061-2/+2
| | | | Notes: svn path=/head/; revision=147430
* Remove expired portsKris Kennaway2005-11-0517-4372/+0
| | | | Notes: svn path=/head/; revision=147349
* Bump PORTREVISION to chase the glib20 shared library update.Joe Marcus Clarke2005-11-059-5/+9
| | | | Notes: svn path=/head/; revision=147269
* Update to 3.0-rc4 release.Alex Dupre2005-11-032-5/+7
| | | | Notes: svn path=/head/; revision=147092
* Commons Codec provides implementations of common encoders and decodersAlex Dupre2005-11-035-0/+76
| | | | | | | | | such as Base64, Hex, various phonetic encodings, and URLs. WWW: http://jakarta.apache.org/commons/codec/ Notes: svn path=/head/; revision=147090
* . Avoid an infinite loop by ignoring JAVA_HOME if its set to the locationGreg Lewis2005-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 Notes: svn path=/head/; revision=147050
* . Update to 1.4.2_10.Greg Lewis2005-11-013-4/+6
| | | | Notes: svn path=/head/; revision=146957
* Update to 3.2.1Herve Quiroz2005-10-312-7/+7
| | | | | | | | PR: 88273 Submitted by: maintainer Notes: svn path=/head/; revision=146873
* Add %%JAVA_OS%% and %%JAVA_VERSION%% to the list of substitutionsHerve Quiroz2005-10-301-0/+2
| | | | | | | | PR: 86860 Submitted by: Loren James Rittle <rittle@latour.waar.labs.mot.com> Notes: svn path=/head/; revision=146744
* Fix pkg-plist from last upgrade.Eric Anholt2005-10-231-0/+4
| | | | | | | Reported by: pointyhat via kris Notes: svn path=/head/; revision=146197
* New style bsd.java.mk.Norikatsu Shigemura2005-10-231-1/+2
| | | | | | | Pointed out by: hq Notes: svn path=/head/; revision=146182
* . Update to 3.0.0.Greg Lewis2005-10-213-135/+286
| | | | | | | | | | . Try to make the packing list more future proof. PR: 87672 Submitted by: Andreas Kohn <andreas@syndrom23.de> Notes: svn path=/head/; revision=146078
* . Minor clean up (removed an unused variable, white space).Greg Lewis2005-10-211-5/+3
| | | | Notes: svn path=/head/; revision=146041
* . Update to 1.13.0.Greg Lewis2005-10-213-8/+8
| | | | | | | | | | . Minor fixes for the packing list. PR: 87700 Submitted by: Andreas Kohn <andreas@syndrom23.de> Notes: svn path=/head/; revision=146040
* . Update the required Java version.Greg Lewis2005-10-202-23/+26
| | | | | | | | . File off the version from the installed jars to make it possible to keep the same CLASSPATH between releases. Notes: svn path=/head/; revision=145911
* . Update to 4.0.3.Greg Lewis2005-10-194-6/+6
| | | | | | | | PR: 87647 Submitted by: Jonathan Chen <jonc@chen.org.nz> (maintainer) Notes: svn path=/head/; revision=145898
* . Update to 1.30.Greg Lewis2005-10-183-25/+28
| | | | | | | | . Add another MASTER_SITE. . Packing list is a little better, but it still needs some work. Notes: svn path=/head/; revision=145816
* Fix javavmwrapper support added in last commit: the launcher now enforcesHerve Quiroz2005-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> Notes: svn path=/head/; revision=145706
* Update to 1.1.6. Tested on i386 and amd64 -- only one regression test failure,Eric Anholt2005-10-154-20/+26
| | | | | | | and on amd64! Notes: svn path=/head/; revision=145480
* Update to 3.1RC2.Norikatsu Shigemura2005-10-153-1854/+21
| | | | | | | | | | | o Fix install dependency problems. PR: ports/87469 Submitted by: Mark Hobden <mark@mclgm.net> Approved by: maintainer no response Notes: svn path=/head/; revision=145459
* Add eclipse-webtools 0.7, webtools for eclipse.Norikatsu Shigemura2005-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> Notes: svn path=/head/; revision=145456
* Update to 1.1.1.Norikatsu Shigemura2005-10-153-375/+14
| | | | | | | | PR: ports/87450 Submitted by: Mark Hobden <mark@mclgm.net> Notes: svn path=/head/; revision=145455
* . Update to 1.3.3 (missed in the last commit somehow).Greg Lewis2005-10-141-2/+2
| | | | | | | | PR: 87375 Submitted by: Ronald Klop <ronald@cs.vu.nl> Notes: svn path=/head/; revision=145323
* . Update to 1.3.3.Greg Lewis2005-10-141-6/+6
| | | | | | | | PR: 87375 Submitted by: Ronald Klop <ronald@cs.vu.nl> Notes: svn path=/head/; revision=145322
* . Bump PORTREVISION for the last two fixes.Greg Lewis2005-10-132-0/+2
| | | | | | | Approved by: phantom (maintainer) Notes: svn path=/head/; revision=145273
* . Switch to using XToolkit by default. According toGreg Lewis2005-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) Notes: svn path=/head/; revision=145272
* . Fix javaws.Greg Lewis2005-10-136-0/+108
| | | | | | | Approved by: phantom (maintainer) Notes: svn path=/head/; revision=145271
* . Fix javaws.Greg Lewis2005-10-132-1/+16
| | | | | | | | | | . Bump PORTREVISION. PR: 81176 Submitted by: "Thomas M. Hermann" <__tmh@yahoo.com> Notes: svn path=/head/; revision=145270
* . No need for ${MKDIR} ${JAVAJARDIR}, its been automatically createdGreg Lewis2005-10-116-6/+0
| | | | | | | | | by mtree for more than 3 years now. Pointed out by: hq Notes: svn path=/head/; revision=144941
* Update maintainer's email address.Mark Linimon2005-10-103-3/+3
| | | | Notes: svn path=/head/; revision=144760
* Reset bouncing maintainer addresses.Mark Linimon2005-10-102-2/+2
| | | | | | | | Hat: portmgr Source: Edwin's updated distfile tracker Notes: svn path=/head/; revision=144759
* Pacify distfile survey.Mark Linimon2005-10-101-1/+1
| | | | Notes: svn path=/head/; revision=144756
* Update to 3.1.1.Norikatsu Shigemura2005-10-104-2436/+491
| | | | | | | | | | | | o The language pack contains translations for German, Spanish, French, Italian, Japanese, Korean, Portuguese (Brazil), Traditional Chinese, Simplified Chinese, Czech, Hungarian, Polish and Russian and Arabic Desired by: Kazumasa Gotoh <kgotoh@cic-kk.co.jp> Notes: svn path=/head/; revision=144740
* Update to 1.12.3.Norikatsu Shigemura2005-10-092-3/+3
| | | | | | | Pointed out by: ports version check via edwin Notes: svn path=/head/; revision=144681
* Update to 3.1.1.Norikatsu Shigemura2005-10-098-144/+71
| | | | | | | | PR: ports/86860, ports/86900 Submitted by: Panagiotis Astithas <past@ebs.gr> Notes: svn path=/head/; revision=144680
* Update to 1.1.0.1 and unBROKEN(fix incomplete pkg-plist).Norikatsu Shigemura2005-10-093-902/+15
| | | | | | | | | PR: ports/86832 Submitted by: Mark Hobden <mark@mclgm.net> Committed at: CBUG Meeting XCAST6 Festival feature with cjh@ Notes: svn path=/head/; revision=144639
* Update to 3.1.1.Norikatsu Shigemura2005-10-093-81/+11
| | | | | | | | | PR: ports/86830 Submitted by: Mark Hobden <mark@mclgm.net> Committed at: CBUG Meeting XCAST6 Festival feature with cjh@ Notes: svn path=/head/; revision=144638
* Update to 2.1.1.Norikatsu Shigemura2005-10-093-906/+9
| | | | | | | | | PR: ports/86828 Submitted by: Mark Hobden <mark@mclgm.net> Committed at: CBUG Meeting XCAST Festival feature with cjh@ Notes: svn path=/head/; revision=144637
* Update master site.Archie Cobbs2005-10-071-1/+2
| | | | Notes: svn path=/head/; revision=144513
* Update to 3.2.0Herve Quiroz2005-10-072-7/+15
| | | | | | | | PR: 87042 Submitted by: maintainer Notes: svn path=/head/; revision=144511
* Turn this one over to the mailing list. Note: this port has already passedMark Linimon2005-10-011-1/+1
| | | | | | | | | | its putative expiration period, so if anyone on the list wants to save it, they should get a PR in before the ports thaw is lifted. Approved by: former maintainer Notes: svn path=/head/; revision=143894
* . Update to 2.2.Greg Lewis2005-09-295-758/+899
| | | | | | | | | PR: 86640 Submitted by: Constantino Michailidis <dinom@balstonresearch.com> Approved by: Panagiotis Astithas <past@ebs.gr> (maintainer) Notes: svn path=/head/; revision=143809
* . Update to 1.4.2_09.Greg Lewis2005-09-283-5/+5
| | | | Notes: svn path=/head/; revision=143724
* o Fix build error with WITH_MOZILA != mozilla.Norikatsu Shigemura2005-09-281-6/+9
| | | | | | | | | | | o Make an Eclipse menu entry visible. (add dependency) o Bump PORTREVISION, accodingly. PR: ports/86649 Submitted by: Panagiotis Astithas <past@ebs.gr> Notes: svn path=/head/; revision=143683
* . Include header files from the JDK that was just built, not from theGreg Lewis2005-09-272-0/+34
| | | | | | | | bootstrap JDK. This fixes using the Linux JDK to bootstrap when you are compiling javaws. Notes: svn path=/head/; revision=143632
* Mark BROKEN and set an EXPIRATION_DATE.Tilman Keskinoz2005-09-271-0/+4
| | | | | | | | PR: 86544 Submitted by: Manfred Riem <mriem@manorrock.org> Notes: svn path=/head/; revision=143619
* Mark as BROKEN (unfetchable) and set an EXPIRATION_DATETilman Keskinoz2005-09-271-0/+4
| | | | | | | | PR: 86546 Submitted by: Manfred Riem <mriem@manorrock.org> Notes: svn path=/head/; revision=143618
* . Fix RUN_DEPENDS (JAVAJARDIR -> JAVALIBDIR).Greg Lewis2005-09-272-86/+36
| | | | | | | | | | | | | . Respect NOPORTDOCS. . Split "docs" into examples and docs as appropriate and install them in the relevant directories. . Use PORTDOCS. . Use appropriate macros in the packing list (%%JAVAJARDIR%% and %%EXAMPLESDIR%%) and adjust it appropriately for the previous two changes. . Bump PORTREVISION. Notes: svn path=/head/; revision=143609
* . Quieten portlint:Greg Lewis2005-09-271-6/+5
| | | | | | | | | | . Add 'devel' as a secondary category. . Unquote IGNORE. . Remove unnecessary EXTRACT_SUFX setting. . Use bsd.java.mk 2.0. Notes: svn path=/head/; revision=143608
* . Update the download URL.Greg Lewis2005-09-271-1/+1
| | | | | | | | PR: 86547 Submitted by: Manfred Riem <mriem@manorrock.org> Notes: svn path=/head/; revision=143606