summaryrefslogtreecommitdiff
path: root/java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Installing API documentation in ${DOCSDIR}/apidocs instead of in ${DOCSDIR}.Ernst de Haan2003-07-172-1804/+838
| | | | | | | | | Bumped PORTREVISION. Pointed out by: Joshua Sahala <ntranc3d@yahoo.com> Notes: svn path=/head/; revision=85037
* Whitespace.Jimmy Olgeni2003-07-151-1/+1
| | | | Notes: svn path=/head/; revision=84922
* The refactor/rename option would not work when building from sources, asJimmy Olgeni2003-07-142-1/+48
| | | | | | | | | | | | stated in Eclipse PR 37846. https://bugs.eclipse.org/bugs/show_bug.cgi?id=37846 The REINPLACE_CMD-powered "refactoring" is somewhat brutal, but it is better than 50+ patchfiles or a single large diff. Notes: svn path=/head/; revision=84894
* Add ANT_OPTS to MAKE_ENV to expand the java heap at runtime.Jimmy Olgeni2003-07-141-0/+1
| | | | | | | | | | | It may happen that ant does not have sufficient heap to zip the plugins during installation. Obtained from: Jan Schulz (from the eclipse.tools.jdt newsgroup) Verified by: Edmond Nolan <eddie@eddienolan.com> Notes: svn path=/head/; revision=84892
* Make this look and behave more like a FreeBSD port.Dag-Erling Smørgrav2003-07-149-4398/+4248
| | | | Notes: svn path=/head/; revision=84870
* Update to 2.4.11.Ernst de Haan2003-07-143-4/+9
| | | | | | | Submitted by: Ivanchenko V. I. <webmaster@asiamusic.ru> Notes: svn path=/head/; revision=84865
* Handing over maintainership to des.Ernst de Haan2003-07-143-3/+3
| | | | | | | Requested by: des Notes: svn path=/head/; revision=84862
* Forgot a @dirrm.Jimmy Olgeni2003-07-121-0/+1
| | | | Notes: svn path=/head/; revision=84777
* Let the port build and install the source code related features andJimmy Olgeni2003-07-124-54/+338
| | | | | | | | | | | | | | | plugins. This basically means that Javadoc help and editor hover links will work on Eclipse libraries when developing plugins and SWT applications. It requires some zipping and unzipping but at least we get the correct tree installed (much like the available binaries for other platforms). Obtained from: Jan Schulz (from the eclipse.tools.jdt newsgroup) Notes: svn path=/head/; revision=84775
* Fix typo in progress message.Jimmy Olgeni2003-07-111-1/+1
| | | | Notes: svn path=/head/; revision=84720
* . Try to ensure that we get the correct version of some Netscape headerGreg Lewis2003-07-111-0/+13
| | | | | | | | | | files. This will hopefully fix some build problems people have been experiencing with bogus versions of these files being installed by Qt. PR: 54180 Notes: svn path=/head/; revision=84718
* . Update to 0.32.Greg Lewis2003-07-113-15/+2
| | | | | | | | PR: 54337, 54364 Submitted by: Ronald Klop <ronald@cs.vu.nl> (maintainer) Notes: svn path=/head/; revision=84681
* . Update to 1.4.1-01.Greg Lewis2003-07-113-1322/+1735
| | | | | | | | | | . Ensure correct ownership after copying files. . More consistent VM registration. . Create/destroy the ${LOCALBASE}/share/doc/java in the packing list. . Register/unregister the VM in the packing list. Notes: svn path=/head/; revision=84677
* Update to 3.2.1.Ernst de Haan2003-07-119-2499/+4047
| | | | Notes: svn path=/head/; revision=84668
* Patch to delete the symbol CR (carriage return) in some files.Ernst de Haan2003-07-114-9/+57
| | | | | | | | | Bumped PORTREVISION. Submitted by: Ivanchenko V. I. <webmaster@asiamusic.ru> Notes: svn path=/head/; revision=84653
* Update to 3.1.Ernst de Haan2003-07-112-2/+2
| | | | | | | Approved by: MAINTAINER Notes: svn path=/head/; revision=84652
* 1. Update to 1.2.2Greg Lewis2003-07-103-20/+90
| | | | | | | | | | | 2. Install a symbolic link to the main shell script in ${PREFIX}/bin so that people won't have to change $PATH to run it. PR: 50481 Submitted by: Volker Stolz <stolz@i2.informatik.rwth-aachen.de> [1 partially] Notes: svn path=/head/; revision=84610
* Update to 1.2b3, the last beta anticipated for the 1.2 release.Sheldon Hearn2003-07-103-406/+165
| | | | | | | Over 160 bugs fixed, including some really annoying ejb tag mishandling. Notes: svn path=/head/; revision=84591
* USE_REINPLACE and change ant's buildfile verbose flags to "false"Jimmy Olgeni2003-07-101-0/+4
| | | | | | | (should speed up the build a bit). Notes: svn path=/head/; revision=84586
* Update to 3.0.7.Ernst de Haan2003-07-109-543/+2292
| | | | | | | Submitted by: Ivanchenko V. I. <webmaster@asiamusic.ru> Notes: svn path=/head/; revision=84582
* Update to JBoss 2.4.10.Ernst de Haan2003-07-103-931/+935
| | | | | | | Submitted by: Ivanchenko V. I. <webmaster@asiamusic.ru> Notes: svn path=/head/; revision=84574
* fix java/javamail: Fix pkg-plist of port java/javamail 1.3.1.Daichi GOTO2003-07-101-3/+4
| | | | | | | | | PR: 54275 Submitted by: Ronald Klop <ronald@cs.vu.nl> Pointed out by: "Sergey A. Osokin" <osa@freebsd.org> Notes: svn path=/head/; revision=84561
* . Update to 1.4.2.Greg Lewis2003-07-093-1313/+1372
| | | | Notes: svn path=/head/; revision=84537
* 1. Update to 1.4.1.Greg Lewis2003-07-093-35/+40
| | | | | | | | | | | 2. More consistent javavm usage. 3. Create/delete /usr/local/share/doc/java in the packing list for consistency. Suggested by: des [1] Notes: svn path=/head/; revision=84536
* update java/javamail: 1.3 -> 1.3.1Daichi GOTO2003-07-092-3/+3
| | | | | | | | PR: 54239 Submitted by: Ronald Klop <ronald@cs.vu.nl> Notes: svn path=/head/; revision=84501
* Add example feature for the Graphical Editing Framework.Jimmy Olgeni2003-07-085-0/+48
| | | | Notes: svn path=/head/; revision=84465
* Add the Graphical Editing Framework for Eclipse.Jimmy Olgeni2003-07-085-0/+101
| | | | Notes: svn path=/head/; revision=84463
* Unbreak and grab maintainership.Dag-Erling Smørgrav2003-07-082-5/+11
| | | | Notes: svn path=/head/; revision=84451
* Add jakarta-struts 1.1-rc2, struts framework.Daichi GOTO2003-07-075-0/+126
| | | | | | | | PR: 53764 Submitted by: Anton Yudin <toha@toha.org.ua> Notes: svn path=/head/; revision=84355
* Fix typo in message.Jimmy Olgeni2003-07-061-1/+1
| | | | Notes: svn path=/head/; revision=84319
* Use MASTER_SITE_ECLIPSE.Jimmy Olgeni2003-07-041-4/+1
| | | | Notes: svn path=/head/; revision=84226
* Use MASTER_SITE_ECLIPSE, and use PORTVERSION in DISTNAME.Jimmy Olgeni2003-07-041-2/+2
| | | | Notes: svn path=/head/; revision=84225
* Update to version 2.1.1.Jimmy Olgeni2003-07-043-2405/+2418
| | | | Notes: svn path=/head/; revision=84208
* Enable full javadoc build.Jimmy Olgeni2003-07-041-1/+1
| | | | Notes: svn path=/head/; revision=84197
* Add examples for the Eclipse IDE.Jimmy Olgeni2003-07-035-0/+296
| | | | Notes: svn path=/head/; revision=84153
* Fix build for -CURRENT (malloc.h issue).Jimmy Olgeni2003-06-291-0/+13
| | | | | | | | PR: 53778 Submitted by: maintainer Notes: svn path=/head/; revision=83805
* Update to version 0.31.Jimmy Olgeni2003-06-292-2/+2
| | | | | | | | PR: 53703 Submitted by: maintainer Notes: svn path=/head/; revision=83804
* Java 2 SDK Enterprise Edition 1.3.1Dag-Erling Smørgrav2003-06-275-0/+1059
| | | | Notes: svn path=/head/; revision=83740
* libtool uber-patchAde Lovett2003-06-263-2130/+10
| | | | | | | | | | | | | | * kill devel/libtool and move to devel/libtool13, upgrading to 1.3.5 * upgrade repo-copied devel/libtool14 to 1.4.3 * break out libltdl into its own separate port * move to version-numbered binaries/scripts (ie: there is *no* 'libtool' any more -- USE_LIBTOOL and USE_LIBTOOL_VER are your friends) Approved by: portmgr (kris) - for the bsd.port.mk hooks Tested by: bento 4-exp builds (repeatedly) Notes: svn path=/head/; revision=83696
* DE is a java package containing a decompiler and an optimizer forMikhail Teterin2003-06-247-0/+110
| | | | | | | java. Can be used from command line or through the Swing-based GUI. Notes: svn path=/head/; revision=83547
* . Fix packing list.Greg Lewis2003-06-171-0/+1
| | | | | | | Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk> Notes: svn path=/head/; revision=83197
* . Instead of hardwiring JAVA_HOME, put in a USE_JAVA statement that shouldGreg Lewis2003-06-171-2/+1
| | | | | | | | | | be sufficient. The Eclipse documentation mentions needing 1.3 or better. PR: 53426 (hopefully) Suggested by: kan Notes: svn path=/head/; revision=83196
* Refuse to assume a maintainership of something I never wanted to maintainAlexander Kabaev2003-06-171-1/+1
| | | | | | | | | in the first place. Assign maintainership to java@. Notes: svn path=/head/; revision=83185
* Add eclipse 2.1, An open extensible IDE for anything and nothingNorikatsu Shigemura2003-06-1717-0/+3004
| | | | | | | | | in particular. Submitted by: kan Notes: svn path=/head/; revision=83172
* . Update to 0.30Greg Lewis2003-06-174-59/+2
| | | | | | | | PR: 52628 Submitted by: Ronald Klop <ronald@cs.vu.nl> (maintainer) Notes: svn path=/head/; revision=83165
* fix of pkg-plistDaichi GOTO2003-06-161-182/+173
| | | | Notes: svn path=/head/; revision=83106
* fix of MD5.Daichi GOTO2003-06-161-1/+1
| | | | Notes: svn path=/head/; revision=83105
* New port added, thanks!Daichi GOTO2003-06-166-0/+524
| | | | | | | | PR: 45275 Submitted by: Scott Lambert <lambert@lambertfam.org> Notes: svn path=/head/; revision=83104
* . In the cases where we need gtar, its an EXTRACT_DEPENDS, not aGreg Lewis2003-06-151-2/+2
| | | | | | | BUILD_DEPENDS. Notes: svn path=/head/; revision=83001
* . Reorder the check for the source and patchset so that the failureGreg Lewis2003-06-152-22/+22
| | | | | | | messages are produced in the order that they were intended. Notes: svn path=/head/; revision=83000