aboutsummaryrefslogtreecommitdiff
path: root/java
Commit message (Collapse)AuthorAgeFilesLines
* Now gettext 0.12.1 is gettext-old.Trevor Johnson2004-01-232-2/+2
| | | | Notes: svn path=/head/; revision=98909
* . Unbreak the build after the recent changes to ant. I've done it slightlyGreg Lewis2004-01-232-2/+4
| | | | | | | | | | differently than the PR, using the ANT_INCLUDE_SHARED_JARS variable. PR: 61711 Submitted by: Anton Yudin <toha@toha.org.ua> (maintainer) Notes: svn path=/head/; revision=98864
* Use LS macro.Trevor Johnson2004-01-233-3/+3
| | | | Notes: svn path=/head/; revision=98863
* move xalan-j from java to textprocOliver Eikemeier2004-01-226-2271/+0
| | | | | | | | | PR: 34442 Submitted by: Kimura Fuyuki <fuyuki@mj.0038.net> Approved by: linimon Notes: svn path=/head/; revision=98850
* Use the CPIO macro defined in bsd.port.mk.Trevor Johnson2004-01-2223-41/+0
| | | | Notes: svn path=/head/; revision=98793
* Use the SORT macro from bsd.port.mk.Trevor Johnson2004-01-2212-12/+6
| | | | Notes: svn path=/head/; revision=98788
* I have no idea how these features* files made the way to my machine,Alexander Langer2004-01-221-10/+0
| | | | | | | | | | but they are obviously not in the dist, so remove them from the plist and fix build on bento. Submitted by: kris Notes: svn path=/head/; revision=98787
* . Add ${LOCALBASE}/lib to the default search path for JNI libraries forGreg Lewis2004-01-202-3/+21
| | | | | | | HotSpot as well. Notes: svn path=/head/; revision=98672
* . Add ${LOCALBASE}/lib to the default search path for libraries when usingGreg Lewis2004-01-192-1/+19
| | | | | | | | | | | | JNI. XXX: Maybe ${X11BASE}/lib and /lib (5.x dynamic root support) should also be added? /lib is part of the default search path on Linux. Requested by: marcus Notes: svn path=/head/; revision=98594
* . Add ${LOCALBASE}/lib to the default search path for libraries when usingGreg Lewis2004-01-192-2/+17
| | | | | | | | | | | | JNI. XXX: Maybe ${X11BASE}/lib and /lib (5.x dynamic root support) should also be added? /lib is part of the default search path on Linux. Requested by: marcus Notes: svn path=/head/; revision=98578
* . Convert spaces to tabs.Greg Lewis2004-01-191-8/+8
| | | | Notes: svn path=/head/; revision=98577
* . More standard format for substitution in pkg-message.Greg Lewis2004-01-192-2/+7
| | | | | | | | | . Generate a substituted pkg-message in ${WRKDIR} for packaging rather than just echoing it during the port install and leaving the package with an unsubstituted version. Notes: svn path=/head/; revision=98573
* Update to 1.2.6Tilman Keskinoz2004-01-194-37/+13
| | | | | | | | PR: 61225 Submitted by: Conor McDermottroe <mcdermc@tcd.ie> Notes: svn path=/head/; revision=98562
* Fix install.Norikatsu Shigemura2004-01-172-3/+9
| | | | | | | Requested by: many Notes: svn path=/head/; revision=98415
* . Check the return value of stat(2) when trying to read the javawsGreg Lewis2004-01-176-0/+51
| | | | | | | | | | | configuration file and behave appropriately if its -1. Fixes a SEGV caused by ignoring the return value and just carrying on. . Bump PORTREVISION. PR: 61392 Notes: svn path=/head/; revision=98375
* . Install an updated cacerts file. This was produced by taking theGreg Lewis2004-01-162-1/+2
| | | | | | | | | | standard 1.2.2 cacerts file and updating it with the new root certificates using the procedure described in: http://sunsolve.sun.com/pub-cgi/retrieve.pl?doc=fsalert%2F57436 Notes: svn path=/head/; revision=98354
* . Install an updated cacerts file. This was produced by taking theGreg Lewis2004-01-162-0/+2
| | | | | | | | | | standard 1.2.2 cacerts file and updating it with the new root certificates using the procedure described in: http://sunsolve.sun.com/pub-cgi/retrieve.pl?doc=fsalert%2F57436 Notes: svn path=/head/; revision=98336
* . Adjust download instructions for new download URL.Greg Lewis2004-01-161-2/+3
| | | | Notes: svn path=/head/; revision=98334
* . Convert a space to a tab.Greg Lewis2004-01-161-2/+3
| | | | | | | . Use a download URL which is one less hop away from the actual download. Notes: svn path=/head/; revision=98333
* . Add cacerts file missed in last commit.Greg Lewis2004-01-161-0/+0
| | | | Notes: svn path=/head/; revision=98331
* . Install the cacerts file from Sun's 1.3.1_10 release to avoid someGreg Lewis2004-01-161-1/+2
| | | | | | | | | problems associated with expired root certificates described in: http://sunsolve.sun.com/pub-cgi/retrieve.pl?doc=fsalert%2F57436 Notes: svn path=/head/; revision=98330
* . Update to 1.3.1 SR6 [1]Greg Lewis2004-01-163-2/+3
| | | | | | | | | | | | | . Install the cacerts file from Sun's 1.3.1_10 release to avoid some problems associated with expired root certificates described in: http://sunsolve.sun.com/pub-cgi/retrieve.pl?doc=fsalert%2F57436 PR: 59867 [1] Submitted by: Krzysztof Stryjek <wtp@bsdguru.org> [1] Notes: svn path=/head/; revision=98329
* . Install an updated cacerts file. This was produced by taking theGreg Lewis2004-01-162-0/+3
| | | | | | | | | | standard 1.2.2 cacerts file and updating it with the new root certificates using the procedure described in: http://sunsolve.sun.com/pub-cgi/retrieve.pl?doc=fsalert%2F57436 Notes: svn path=/head/; revision=98256
* . Use the correct variables for appending to CPPFLAGS and LDFLAGS. ThisGreg Lewis2004-01-151-0/+15
| | | | | | | | also avoids grabbing the jni.h header from gcj, which really causes problems. Notes: svn path=/head/; revision=98222
* . Update to 1.4.2 patchset 6.Greg Lewis2004-01-1421-114/+60
| | | | | | | | | | | | . Install the cacerts file from Sun's 1.4.2_03 release to avoid some problems associated with expired root certificates described in: http://sunsolve.sun.com/pub-cgi/retrieve.pl?doc=fsalert%2F57436 Hopefully not objected to by: phantom Notes: svn path=/head/; revision=98174
* . Install the cacerts file from Sun's 1.3.1_10 release to avoid someGreg Lewis2004-01-142-0/+2
| | | | | | | | | problems associated with expired root certificates described in: http://sunsolve.sun.com/pub-cgi/retrieve.pl?doc=fsalert%2F57436 Notes: svn path=/head/; revision=98170
* Add missing rundepends to eclipse-emf (reminded by olgeni),Alexander Langer2004-01-141-1/+3
| | | | | | | and fix the version number, while I'm here. Notes: svn path=/head/; revision=98141
* Improved download URL to be more specific.Ernst de Haan2004-01-131-1/+1
| | | | Notes: svn path=/head/; revision=98120
* Improved download URL to be more specific.Ernst de Haan2004-01-131-1/+1
| | | | Notes: svn path=/head/; revision=98118
* Minor patch to remove bogus dependancy and to stop portlint FATAL error.Ernst de Haan2004-01-133-9/+0
| | | | | | | | PR: 61220 Submitted by: jonc@chen.org.nz (maintainer) Notes: svn path=/head/; revision=98111
* First-class GUI building tools for EclipseAlexander Langer2004-01-135-0/+777
| | | | Notes: svn path=/head/; revision=98096
* Add Eclipse Modeling FrameworkAlexander Langer2004-01-135-0/+459
| | | | Notes: svn path=/head/; revision=98093
* Add Eclipse XML Schema Infoset ModelAlexander Langer2004-01-135-0/+256
| | | | Notes: svn path=/head/; revision=98086
* . Use MASTER_SITE_APACHE_JAKARTA to fetch the distfile.Greg Lewis2004-01-131-1/+2
| | | | | | | | PR: 61311 Submitted by: Herve Quiroz <herve.quiroz@esil.univ-mrs.fr> (maintainer) Notes: svn path=/head/; revision=98082
* Add phpeclipse_phphelp 1.0.4, PHP Eclipse Help for the Eclipse IDEAlexander Langer2004-01-135-0/+39
| | | | | | | | | | Framework. PR: 58402 Submitted by: rtdean@cytherianage.net Notes: svn path=/head/; revision=98074
* Add phpeclipse_tidy 1.0.2, PHP Eclipse HTML tidier plugin for EclipseAlexander Langer2004-01-135-0/+46
| | | | | | | | | | IDE Framework. PR: 58401 Submitted by: rtdean@cytherianage.net Notes: svn path=/head/; revision=98070
* Add phpeclipse_sql 1.0.1, PHP Eclipse SQL Utility plugin for Eclipse IDEAlexander Langer2004-01-135-0/+71
| | | | | | | | | | Framework. PR: 58400 Submitted by: rtdean@cytherianage.net Notes: svn path=/head/; revision=98068
* Add phpeclipse 1.0.8, PHP Eclipse adds PHP support to the Eclipse IDEAlexander Langer2004-01-135-0/+128
| | | | | | | | | | Framework. PR: 58399 Submitted by: rtdean@cytherianage.net Notes: svn path=/head/; revision=98065
* Log:Ernst de Haan2004-01-123-71/+169
| | | | | | | | | - Update to 2.0 - Now uses MASTER_SITE_APACHE_JAKARTAm, as it should - Properly using PORTDOCS in pkg-plist Notes: svn path=/head/; revision=98020
* Removed share/nls/POSIX and share/nls/en_US.US-ASCII.Ernst de Haan2004-01-122-4/+0
| | | | | | | These were added erroneously by my build-plist script. Notes: svn path=/head/; revision=98018
* Using MASTER_SITE_APACHE_JAKARTA.Ernst de Haan2004-01-122-3/+5
| | | | | | | Distfile changed name only. Notes: svn path=/head/; revision=98006
* . Update to 0.38.Greg Lewis2004-01-112-2/+2
| | | | | | | | PR: 61208 Submitted by: Ronald Klop <ronald@cs.vu.nl> (maintainer) Notes: svn path=/head/; revision=97950
* Add jai-imageio 1.0, which is JAI Image I/O Tools provides reader,Norikatsu Shigemura2004-01-117-0/+129
| | | | | | | | | | | | writer, and stream plug-ins for the Java Image I/O Framework and Image I/O-based read and write operations for Java Advanced Imaging. PR: CBUG-ML/2572 Submitted by: OISHI Masakuni <yamasa@bsdhouse.org> Committed at: CBUG 2004 New Year Party Notes: svn path=/head/; revision=97919
* Add jai 1.1.2, which is Java Advanced Imaging (JAI) API providesNorikatsu Shigemura2004-01-117-0/+130
| | | | | | | | | | | a set of object-oriented interfaces that support a simple, high-level programming model which lets you manipulate images easily. PR: CBUG-ML/2572 Submitted by: OISHI Masakuni <yamasa@bsdhouse.org> Notes: svn path=/head/; revision=97917
* o Print pkg-message for setting libmap.conf.Norikatsu Shigemura2004-01-114-7/+62
| | | | | | | | | | | | o Cosmetic change. PR: CBUG-ML/2572 Submitted by: OISHI Masakuni <yamasa@bsdhouse.org> Committed at: CBUG 2004 New Year Party Reviewed by: OISHI Masakuni <yamasa@bsdhouse.org> Notes: svn path=/head/; revision=97916
* . Update to 1.3.1_10.Greg Lewis2004-01-112-9/+5
| | | | Notes: svn path=/head/; revision=97906
* Add eclipse-pmd 1.1.2, scan Java source code and look for potentialPete Fritchman2004-01-105-0/+92
| | | | | | | | | | problems. PR: 57956 Submitted by: Bruno Van Den Bossche <bruno.van.den.bossche@pandora.be> Notes: svn path=/head/; revision=97834
* assign maintainer to java@, requested by maintainer des.Alfred Perlstein2004-01-091-1/+1
| | | | Notes: svn path=/head/; revision=97766
* Update to 2.1.2.Norikatsu Shigemura2004-01-073-454/+1981
| | | | | | | | PR: ports/61008 Submitted by: HASHI Hiroaki <hashiz@tomba.cskk-sv.co.jp> Notes: svn path=/head/; revision=97578
* Update to 3.2.3 and enable building from source. It remains to beMark Linimon2004-01-079-5232/+120
| | | | | | | | | | | determined whether or not this fixes the problem with attempting to use JDK1.3 to run the binary (see ports/57854). PR: ports/60996 Submitted by: Jonathan Chen <jonc@chen.org.nz> (maintainer) Notes: svn path=/head/; revision=97562