Commit graph

867 commits

Author SHA1 Message Date
Sheldon Hearn
eee48e2cb7 1) Include xjavadoc, which I had installed locally, and without which
xdoclet doesn't work.

2) Remove empty stylesheets directory that was messing up packaging.
2003-07-17 20:00:30 +00:00
Ernst de Haan
b49d8d8c52 Installing API documentation in ${DOCSDIR}/apidocs instead of in ${DOCSDIR}.
Bumped PORTREVISION.

Pointed out by:	Joshua Sahala <ntranc3d@yahoo.com>
2003-07-17 07:08:02 +00:00
Jimmy Olgeni
c784a7dc37 Whitespace. 2003-07-15 14:08:24 +00:00
Jimmy Olgeni
cc601c7d34 The refactor/rename option would not work when building from sources, as
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.
2003-07-14 21:17:22 +00:00
Jimmy Olgeni
5286f73056 Add ANT_OPTS to MAKE_ENV to expand the java heap at runtime.
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>
2003-07-14 20:54:08 +00:00
Dag-Erling Smørgrav
17f2303497 Make this look and behave more like a FreeBSD port. 2003-07-14 10:03:13 +00:00
Ernst de Haan
93b8d91d64 Update to 2.4.11.
Submitted by:	Ivanchenko V. I. <webmaster@asiamusic.ru>
2003-07-14 08:46:38 +00:00
Ernst de Haan
fd2b81642a Handing over maintainership to des.
Requested by:	des
2003-07-14 07:27:12 +00:00
Jimmy Olgeni
29feb35f75 Forgot a @dirrm. 2003-07-12 13:48:59 +00:00
Jimmy Olgeni
2ab9d80d68 Let the port build and install the source code related features and
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)
2003-07-12 13:04:06 +00:00
Jimmy Olgeni
92aad7c7b3 Fix typo in progress message. 2003-07-11 21:43:18 +00:00
Greg Lewis
6b6e1f94e7 . Try to ensure that we get the correct version of some Netscape header
files.  This will hopefully fix some build problems people have been
  experiencing with bogus versions of these files being installed by Qt.

PR:		54180
2003-07-11 21:01:00 +00:00
Greg Lewis
8d6cfbb7ba . Update to 0.32.
PR:		54337, 54364
Submitted by:	Ronald Klop <ronald@cs.vu.nl> (maintainer)
2003-07-11 17:12:08 +00:00
Greg Lewis
4c7d6941e1 . Update to 1.4.1-01.
. 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.
2003-07-11 16:47:12 +00:00
Ernst de Haan
f7924d5f28 Update to 3.2.1. 2003-07-11 12:53:50 +00:00
Ernst de Haan
4e657c8927 Patch to delete the symbol CR (carriage return) in some files.
Bumped PORTREVISION.

Submitted by:	Ivanchenko V. I. <webmaster@asiamusic.ru>
2003-07-11 07:14:31 +00:00
Ernst de Haan
a96818ac36 Update to 3.1.
Approved by:	MAINTAINER
2003-07-11 07:10:46 +00:00
Greg Lewis
9dac54ed6f 1. Update to 1.2.2
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]
2003-07-10 16:18:54 +00:00
Sheldon Hearn
8070c31221 Update to 1.2b3, the last beta anticipated for the 1.2 release.
Over 160 bugs fixed, including some really annoying ejb tag mishandling.
2003-07-10 12:13:49 +00:00
Jimmy Olgeni
8f99336972 USE_REINPLACE and change ant's buildfile verbose flags to "false"
(should speed up the build a bit).
2003-07-10 11:27:06 +00:00
Ernst de Haan
a2fcfaf1e5 Update to 3.0.7.
Submitted by:	Ivanchenko V. I. <webmaster@asiamusic.ru>
2003-07-10 10:15:56 +00:00
Ernst de Haan
ef8ec57faf Update to JBoss 2.4.10.
Submitted by:	Ivanchenko V. I. <webmaster@asiamusic.ru>
2003-07-10 07:30:10 +00:00
Daichi GOTO
44ade3c00a fix java/javamail: Fix pkg-plist of port java/javamail 1.3.1.
PR:		54275
Submitted by:	Ronald Klop <ronald@cs.vu.nl>
Pointed out by:	"Sergey A. Osokin" <osa@freebsd.org>
2003-07-10 04:15:01 +00:00
Greg Lewis
c6b2a64123 . Update to 1.4.2. 2003-07-09 18:04:57 +00:00
Greg Lewis
ff5c682650 1. Update to 1.4.1.
2. More consistent javavm usage.
3. Create/delete /usr/local/share/doc/java in the packing list for
   consistency.

Suggested by:	des [1]
2003-07-09 17:57:20 +00:00
Daichi GOTO
2ef8f6bd9d update java/javamail: 1.3 -> 1.3.1
PR:		54239
Submitted by:	Ronald Klop <ronald@cs.vu.nl>
2003-07-09 05:22:22 +00:00
Jimmy Olgeni
ff778bcbab Add example feature for the Graphical Editing Framework. 2003-07-08 10:22:09 +00:00
Jimmy Olgeni
9070a6b3b8 Add the Graphical Editing Framework for Eclipse. 2003-07-08 10:21:02 +00:00
Dag-Erling Smørgrav
582b8cc56e Unbreak and grab maintainership. 2003-07-08 08:48:57 +00:00
Daichi GOTO
c95cbae3f2 Add jakarta-struts 1.1-rc2, struts framework.
PR:		53764
Submitted by:	Anton Yudin <toha@toha.org.ua>
2003-07-07 06:54:52 +00:00
Jimmy Olgeni
9601bcffc3 Fix typo in message. 2003-07-06 15:41:16 +00:00
Jimmy Olgeni
971fc1d533 Use MASTER_SITE_ECLIPSE. 2003-07-04 22:33:40 +00:00
Jimmy Olgeni
0d30f7f05f Use MASTER_SITE_ECLIPSE, and use PORTVERSION in DISTNAME. 2003-07-04 22:33:09 +00:00
Jimmy Olgeni
8a3abba3d8 Update to version 2.1.1. 2003-07-04 14:22:36 +00:00
Jimmy Olgeni
8bf97b0f80 Enable full javadoc build. 2003-07-04 11:56:56 +00:00
Jimmy Olgeni
9398e98b8c Add examples for the Eclipse IDE. 2003-07-03 16:21:31 +00:00
Jimmy Olgeni
aeacf70455 Fix build for -CURRENT (malloc.h issue).
PR:		53778
Submitted by:	maintainer
2003-06-29 09:07:24 +00:00
Jimmy Olgeni
d09ef49a86 Update to version 0.31.
PR:		53703
Submitted by:	maintainer
2003-06-29 09:01:22 +00:00
Dag-Erling Smørgrav
c9dc1dea98 Java 2 SDK Enterprise Edition 1.3.1 2003-06-27 09:31:51 +00:00
Ade Lovett
b2fd75e438 libtool uber-patch
* 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)
2003-06-26 22:58:32 +00:00
Mikhail Teterin
61c93d2ba2 DE is a java package containing a decompiler and an optimizer for
java. Can be used from command line or through the Swing-based GUI.
2003-06-24 20:34:03 +00:00
Greg Lewis
ef52bdf913 . Fix packing list.
Submitted by:	Matthew Seaman <m.seaman@infracaninophile.co.uk>
2003-06-17 23:22:44 +00:00
Greg Lewis
6f309db8f3 . Instead of hardwiring JAVA_HOME, put in a USE_JAVA statement that should
be sufficient.  The Eclipse documentation mentions needing 1.3 or better.

PR:		53426 (hopefully)
Suggested by:	kan
2003-06-17 23:15:25 +00:00
Alexander Kabaev
f35fce99d0 Refuse to assume a maintainership of something I never wanted to maintain
in the first place.

Assign maintainership to java@.
2003-06-17 21:07:31 +00:00
Norikatsu Shigemura
5362074527 Add eclipse 2.1, An open extensible IDE for anything and nothing
in particular.

Submitted by:	kan
2003-06-17 17:39:48 +00:00
Greg Lewis
c2d516ed4b . Update to 0.30
PR:		52628
Submitted by:	Ronald Klop <ronald@cs.vu.nl> (maintainer)
2003-06-17 16:29:53 +00:00
Daichi GOTO
c20e4a9da9 fix of pkg-plist 2003-06-16 13:58:48 +00:00
Daichi GOTO
9047c942e4 fix of MD5. 2003-06-16 13:41:31 +00:00
Daichi GOTO
9edb69066e New port added, thanks!
PR:		45275
Submitted by:	Scott Lambert <lambert@lambertfam.org>
2003-06-16 13:37:04 +00:00
Greg Lewis
b0106e2794 . In the cases where we need gtar, its an EXTRACT_DEPENDS, not a
BUILD_DEPENDS.
2003-06-15 05:55:36 +00:00