Commit Graph

1194 Commits

Author SHA1 Message Date
Dag-Erling Smørgrav
75a28f1683 Upgrade to 5.1. 2004-06-01 10:39:25 +00:00
Mark Linimon
1d0059865f Add "ant" build dependancy; correct ${PKGINSTALL} usage (picked up by
Andreas Kasparz <andy at interface-business.de>)

PR:		ports/67282
Submitted by:	Jonathan Chen <jonc at chen.org.nz> (maintainer)
2004-05-31 00:15:48 +00:00
Mark Linimon
1229c672c4 Upgrade to 0.9.18. Tweak original port a little according to ports'
CHANGES file.  Assign maintainership.

PR:		ports/67322
Submitted by:	Sepherosa Ziehau <sepherosa at softhome.org>
2004-05-30 03:41:00 +00:00
Mark Linimon
b5236d6bbb Upgrade java/jcommon to 0.9.3. Tweak the original port a little according
to ports' CHANGES file.  Assign maintainership.

PR:		ports/67323
Submitted by:	Sepherosa Ziehau <sepherosa at softhome.net>
2004-05-30 03:38:17 +00:00
Volker Stolz
44e2c83e66 Add jasmin 1.06, java Assembler Interface.
PR:		ports/62708
Submitted by:	Oliver Fischer
Tweaked by:	me
2004-05-28 15:19:03 +00:00
Pav Lucistnik
fcb1548297 - Add missed dependency on java/jakarta-commons-collections
PR:		ports/66982
Submitted by:	Herve Quiroz <herve.quiroz@esil.univ-mrs.fr>
Approved by:	maintainer
2004-05-26 10:27:00 +00:00
Kris Kennaway
18710df4cf BROKEN: Configure fails with diablo-jdk13 (default). See
http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.5.2004050402/openjit-1.1.16_1.log
2004-05-23 09:48:53 +00:00
Jimmy Olgeni
1af4a89cec Unbreak: unzip is needed to install this port. 2004-05-22 10:35:20 +00:00
Kris Kennaway
48bf311b1a BROKEN: Broken pkg-plist 2004-05-21 05:31:23 +00:00
Mark Linimon
ccf1a03312 Update to latest bsd.java.mk; remove pkg-plist; pacify portlint (including
its recommendation to use MASTER_SITE_APACHE_JAKARTA -- maintainer, I hope
that's ok.)

PR:		java/66061
Submitted by:	Dave Glowacki <dglo at glowacki.dyndns.org> (maintainer)
2004-05-18 01:37:03 +00:00
Mark Linimon
6b8521edc3 Update to 2.0.8, remove pkg-plist, update to latest bsd.java.mk.
PR:		ports/66060
Submitted by:	Dave Glowacki <dglo at glowacki.dyndns.org> (maintainer)
2004-05-18 01:28:19 +00:00
Mark Linimon
a7942e04b0 Change BROKEN to IGNORE when no configuration option is set. Should
only affect the build cluster.  (The maintainer has agreed that possibly
just picking one of the defaults would be better).

Approved by:	maintainer
2004-05-16 20:57:11 +00:00
Archie Cobbs
a11f4fc4f9 Upgrade to version 1.21. 2004-05-16 19:06:40 +00:00
Mark Linimon
fcc83fd470 Update to 1.4.
PR:		ports/66231
Submitted by:	Conor McDermottroe <ports@mcdermottroe.com> (maintainer)
2004-05-10 18:38:26 +00:00
Dag-Erling Smørgrav
1c39a1eabb shujit should only be used with jdk versions up to and including 1.3. 2004-05-06 20:42:32 +00:00
Tilman Keskinoz
5d7a71e16f Update to 3.4
PR:		66059
Submitted by:	Dave Glowacki <dglo@glowacki.dyndns.org>
2004-05-02 17:13:53 +00:00
Ernst de Haan
2a4bcaef5b - Removed pkg-plist (missed in last commit)
PR:		61357
Submitted by:	Herve Quiroz <herve.quiroz@esil.univ-mrs.fr>
2004-04-20 19:50:07 +00:00
Ernst de Haan
0a85d28a37 - Fix PORTDOCS [1]
- bsd.java.mk 2.0 compliant
- Removed pkg-plist
- Done some cleanning (PLIST_SUB statement)

PR:		61357
Submitted by:	Herve Quiroz <herve.quiroz@esil.univ-mrs.fr>
Reported by:	Oliver Eikemeier <eikemeier@fillmore-labs.com> [1]
2004-04-20 19:48:50 +00:00
Greg Lewis
d97ab57471 . Unbreak the build by setting ANT_INCLUDE_SHARED_JARS. Found during
bsd.java.mk testing on bento.

Done now to get this fixed for 4.10.

PR:		65614
Submitted by:	Herve Quiroz <herve.quiroz@esil.univ-mrs.fr>
Hopefully not objected to by:	znerd
2004-04-20 19:38:19 +00:00
Archie Cobbs
1a2575b4ea Update to version 1.20. 2004-04-20 14:24:19 +00:00
Greg Lewis
b97389634f Add a port of jakarta-commons-discovery.
The Discovery Component is about discovering, or finding, implementations for
pluggable interfaces. It provides facilities intantiating classes in general,
and for lifecycle management of singleton (factory) classes.

Fundamentally, Discovery locates classes that implement a given Java interface.
The discovery pattern, though not necessarily this package, is used in many
projects including JAXP (SaxParserFactory and others) and commons-logging
(LogFactory). By extracting this pattern, other projects can (re)use it and
take advantage of improvements to the pattern as Discovery evolves.

Discovery improves over previous implementations by establishing facilities for
working within managed environments. These allow configuration and property
overrides without appealing to the global System properties (which are scoped
across an entire JVM).

PR:		65490
Submitted by:	Herve Quiroz <herve.quiroz@esil.univ-mrs.fr>
2004-04-18 06:18:19 +00:00
Kirill Ponomarev
1bfc650214 - Fix plist 2004-04-17 15:42:09 +00:00
Greg Lewis
6554e5f610 . Fix packing list. [1]
. Remove bogus BUILD_DEPENDS (BUILD_DEPENDS and NO_BUILD?).

Submitted by:	bento via kris
2004-04-16 19:16:12 +00:00
Greg Lewis
8b76648e17 . Require JDK 1.4 or better (fixes bento build). [1, 2]
. Use MASTER_SITE_APACHE_JAKARTA. [1]
. bsd.java.mk 2.0 compliant. [1]
. Removed pkg-plist using PLIST_FILES. [1]
. Forced ANT to use the selected version of Java.

PR:		65617 [1], 65349 [2]
Submitted by:	Herve Quiroz <herve.quiroz@esil.univ-mrs.fr>
		Anton Yudin <toha@toha.org.ua>
Approved by:	Anton Yudin <toha@toha.org.ua> (maintainer)
2004-04-16 15:26:10 +00:00
Jimmy Olgeni
024cdc752e Upgrade to version 3.6.
Submitted by:	Conrad Sabatier <conrads(at)cox.net>
2004-04-16 13:51:23 +00:00
Ernst de Haan
2059d64391 Add jdk15-doc:
Java Development Kit 1.5 Documentation. Contains release information,
API documentation, guides to new features and tool documentation.

The documentation will be installed in ${PREFIX}/share/doc/jdk1.5/

WWW: http://java.sun.com/j2se/1.5/
2004-04-15 23:46:28 +00:00
Ernst de Haan
1312cea9fc Using PORTDOCS macro. 2004-04-15 23:43:26 +00:00
Ernst de Haan
4ab45882f5 Using PORTDOCS macro. 2004-04-15 23:27:41 +00:00
Ernst de Haan
583ef52daf Slightly improved phrasing of RESTRICTED. 2004-04-15 23:16:48 +00:00
Ernst de Haan
166deda508 - Removed non-existent download site metaverse.nl
- Fixed removal of files after deinstall [1]
- Using PORTDOCS macro

Reported by:	kris [1]
2004-04-15 23:14:26 +00:00
Ernst de Haan
fbda0a0a29 Removed unused DOWNLOAD_URL variable. 2004-04-15 23:10:25 +00:00
Ernst de Haan
6272e9dfa2 Made cp -R silent again, like previously. 2004-04-15 23:05:17 +00:00
Ernst de Haan
b9ee6e75d4 Cleverly determine version-related variable values
based on other variables.
2004-04-15 23:03:16 +00:00
Ernst de Haan
6cbcc623e3 - Removed non-existent download site metaverse.nl.
- Using PORTDOCS macro.
- Fixed issue with files staying being after deinstall [1].

Reported by:	kris [1]
2004-04-15 23:00:48 +00:00
Greg Lewis
fd6758b954 . Update to 1.4.1 SR2.
. SIZEify.
2004-04-15 22:55:14 +00:00
Ernst de Haan
4b17be02e3 Now consistent with other JDK ports. Also added WWW: line. 2004-04-15 22:42:30 +00:00
Ernst de Haan
ac6f62dc4e Removed non-existent master site metaverse.nl. 2004-04-15 22:40:29 +00:00
Ernst de Haan
9ab4692433 Removed non-existent metaverse.nl download site.
Added category: security.
2004-04-15 22:38:09 +00:00
Ernst de Haan
acb14315e0 ABA website seems to have disappeared. 2004-04-15 22:36:53 +00:00
Ernst de Haan
48dbfd72f4 Only using preferred download sites. 2004-04-15 22:32:33 +00:00
Ernst de Haan
4986d67f83 Homepage re-appeared. 2004-04-15 22:31:05 +00:00
Ernst de Haan
357cf67b9f No longer using non-existent metaverse.nl download site. 2004-04-15 22:29:28 +00:00
Ernst de Haan
4932a3ba74 - Update to JUMP 0.5
- Unbroken
- Using PORTDOCS macro
- Removed non-existent metaverse.nl download site
2004-04-15 22:07:40 +00:00
Ernst de Haan
ee5b9a9ffa Removed pkg-plist file. This was missed in the last commit. 2004-04-15 21:57:53 +00:00
Ernst de Haan
cc87d472ad Log:
- Use the PORTDOCS macro to build dynamically pkg-plist (no more
  Javadoc 1.3/1.4 issues hopefully, and pkg-plist is now one line
  long)
- Define the ANT_INCLUDE_SHARED_JARS variable so Ant now correctly
  gets JARs from ${JAVAJARDIR}

PR:		61357
Submitted by:	Herve Quiroz <herve.quiroz@esil.univ-mrs.fr>
2004-04-15 21:17:26 +00:00
Ernst de Haan
fadcf89898 Log:
- Now using PORTDOCS macro for automated PLIST build (should fix the deinstall
  issue)
- Now using OPTIONS macro for dependency setting:
  - WITH_LOG4J:    Enable Jakarta Log4j log factory (default: on)
  - WITH_LOGKIT:   Enable Avalon LogKit log factory (default: off)
  - WITH_JDK14LOG: Enable JDK 1.4 log factory       (default: off)
- Changed Ant target 'dist' to 'compile' (to produce only JAR when NOPORTDOCS
  is set)
- Now using Ant target 'javadoc' (see above)
- Fixed an issue with shared JARs not in classpath (by setting
  ANT_INCLUDE_SHARED_JARS=YES)
- Now bsd.java.mk 2.0 compliant
- Fixed a bug with ant targets (adding rather than overwriting)
- Use JAVAJARDIR everywhere
- Fixed the ugly '*' in PORTDOCS
- ECHO -> ECHO_CMD
- Fixed indentation (previously 4 spaces)
- Use MASTER_SITE_APACHE_JAKARTA
- Removed the WRKSRC override stuff (it's the default value anyway)

PR:		63928
Submitted by:	Herve Quiroz <herve.quiroz@esil.univ-mrs.fr>
2004-04-15 20:58:17 +00:00
Ernst de Haan
44aa7ae911 Log:
- Update to version 3.0
- Now using PORTDOCS macro for automated PLIST build (should fix the deinstall
  issue)
- Now using MASTER_SITE_APACHE_JAKARTA
- Now installs various additional docs: e.g. DEVELOPERS-GUIDE.html
- Now using JAVAJARDIR instead of JAVASHAREDIR/classes
- bsd.java.mk 2.0 compliant
- ECHO_CMD instead of ECHO
- Make JAVAJARDIR
- Echo doc files as they are installed
- Removed pkg-plist entirely (use PLIST_FILES)
- Changed the name of the installed JAR (no more version number in it as
  it is the case for other Java libraries)

PR:		64171
Submitted by:	Herve Quiroz <herve.quiroz@esil.univ-mrs.fr>
2004-04-15 20:53:59 +00:00
Ernst de Haan
66aec4a7b0 Log:
- Now using JAVAJARDIR instead of PREFIX/share/java/classes
- Now using PORTDOCS macro (to reduce pkg-plist size and fix the apidocs
  deinstall issue with some JDKs)
- Now using PLIST_FILES macro (to reduce pkg-plist size)
- No longer installing JARs from 'lib' directory (but rather have them
  declared
  as run dependencies)
- No longer installing junk files (such as perl CVS commiter scripts)
- No longer installing class nor source files
- Now installing samples in EXAMPLESDIR
- Now installing README and such in DOCSDIR
- Will not install docs and samples when NOPORTDOCS is set
- Bumped PORTREVISION

PR:		64703
Submitted by:	Herve Quiroz <herve.quiroz@esil.univ-mrs.fr>
2004-04-15 20:48:24 +00:00
Ernst de Haan
33bb1dbe0a Fixed LATEST_LINK. It referred to linux-blackdown-jdk13.
PR:		65127
Submitted by:	Kang Liu <liukang@bjpu.edu.cn>
2004-04-15 20:41:01 +00:00
Ernst de Haan
b26b1d3529 Improved description. In fact it related to jakarta-commons-validator.
PR:		65491
Submitted by:	Herve Quiroz <herve.quiroz@esil.univ-mrs.fr>
2004-04-15 20:38:11 +00:00