summaryrefslogtreecommitdiff
path: root/java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 2.2.4Tim Bishop2005-12-054-93/+22
| | | | | | | | | | | | | - Use sourceforge mastersite - Added dependency on eclipse-gef - Automatically generate pkg-plist PR: 88649 Submitted by: SUGIMURA Takashi <sugimura@jp.FreeBSD.org> (maintainer) Approved by: clement (mentor) Notes: svn path=/head/; revision=150463
* . Add $FreeBSD$.Greg Lewis2005-12-034-0/+8
| | | | Notes: svn path=/head/; revision=150284
* . "Privatise" the symbols in libzip.so to avoid conflicting with thoseGreg Lewis2005-12-024-2/+172
| | | | | | | | | | | | | | | | | in the systems libz.so. This conflict broke applications such as Eclipse which is linked with libz.so (via gtk+ I believe). This is a slightly modified version of the submitter's patch. A better solution may be to link with the system's libz.so and remove the JDK's internal zlib code altogether, but I'd like to test that a little more first. Until then this solves the problem. . Bump PORTREVISION since Eclipse seems to be quite widely used. Submitted by: "Arno J. Klaassen" <arno@heho.snv.jussieu.fr> Notes: svn path=/head/; revision=150270
* . The patch to use getaddrinfo() #ifdef'ed out too much code. Change thatGreg Lewis2005-12-022-0/+50
| | | | | | | | | to isReachable() is still available (fixes some JCK tests). Submitted by: Christos Zoulas Notes: svn path=/head/; revision=150269
* . Chase an updated distfile. [1]Greg Lewis2005-12-022-3/+5
| | | | | | | | | | | Although this is only documentation, the changes (fixing of URLs, etc.) were enough for me to bump PORTREVISION. . Add SHA256. Submitted by: Adam Stroud <adam.stroud@gmail.com> Notes: svn path=/head/; revision=150255
* Add missing files to pkglist.Archie Cobbs2005-11-291-0/+4
| | | | Notes: svn path=/head/; revision=149907
* - Update to 0.6.0Herve Quiroz2005-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] Notes: svn path=/head/; revision=149792
* Fix problem with -encoding flag.Archie Cobbs2005-11-272-0/+18
| | | | | | | PR: ports/89536 Notes: svn path=/head/; revision=149681
* Upgrade to version 1.4.7.Archie Cobbs2005-11-272-3/+3
| | | | Notes: svn path=/head/; revision=149680
* Upgrade to 0.19; disable evolving graphical stuff for now.Archie Cobbs2005-11-273-19/+6
| | | | Notes: svn path=/head/; revision=149679
* . Make pkg-install install a symbolic link for the browser plugin if aGreg Lewis2005-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 Notes: svn path=/head/; revision=149373
* - Add SHA256Pav Lucistnik2005-11-2425-0/+26
| | | | Notes: svn path=/head/; revision=149334
* . Add $FreeBSD$.Greg Lewis2005-11-232-0/+2
| | | | Notes: svn path=/head/; revision=149208
* . Add SHA256.Greg Lewis2005-11-233-0/+9
| | | | Notes: svn path=/head/; revision=149194
* . Make pkg-install install a symbolic link for the browser plugin if aGreg Lewis2005-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 Notes: svn path=/head/; revision=149158
* - Fix plist by correctly installing and registering the port's man page [1]Simon 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] Notes: svn path=/head/; revision=149128
* . Add SHA256.Greg Lewis2005-11-225-0/+6
| | | | Notes: svn path=/head/; revision=149005
* . Add SHA256.Greg Lewis2005-11-221-0/+2
| | | | | | | . SIZEify. Notes: svn path=/head/; revision=149004
* BROKEN: UnfetchableKris Kennaway2005-11-211-0/+2
| | | | Notes: svn path=/head/; revision=148895
* - Update to 0.9.9.1Herve Quiroz2005-11-162-3/+4
| | | | | | | | | | - Add SHA256 PR: 89151 Submitted by: maintainer Notes: svn path=/head/; revision=148525
* . Add SHA256.Greg Lewis2005-11-163-0/+5
| | | | Notes: svn path=/head/; revision=148433
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentAde Lovett2005-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. Notes: svn path=/head/; revision=148323
* - Update to 0.48Volker Stolz2005-11-142-6/+4
| | | | | | | | | | - USE_BISON PR: ports/88550 Submitted by: maintainer Notes: svn path=/head/; revision=148243
* Assign a new maintainerHerve Quiroz2005-11-141-1/+1
| | | | Notes: svn path=/head/; revision=148180
* - Update to 1.2.3Herve Quiroz2005-11-133-45/+148
| | | | | | | | | | | - Add SHA256 checksum - Bump PORTEPOCH PR: 88909 Submitted by: Alex Vasylenko <lxv@omut.org> Notes: svn path=/head/; revision=148133
* Unbreak build with cairo 1.0.Alexander Nedotsukov2005-11-063-5/+2463
| | | | | | | Patch by: Andreas Kohn <andreas@syndrom23.de> Notes: svn path=/head/; revision=147440
* 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