Commit graph

1313 commits

Author SHA1 Message Date
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
Greg Lewis
32b76352de . Fix the port to work with both JDK 1.3 and JDK 1.4 by using the
PORTDOCS macro.  Also trims the pkg-plist considerably.

Hopefully not objected to by:	znerd
2004-04-15 16:26:43 +00:00
Greg Lewis
6735630176 . This port actually requires JDK 1.4 to build, JDK 1.3 won't cut it.
Maintainer informed.
2004-04-15 16:21:25 +00:00
Kris Kennaway
430ae1fcbd BROKEN: Checksum mismatch 2004-04-12 00:48:24 +00:00
Mark Linimon
035666ecaa Add SIZE info. Reminded by: kris. 2004-04-11 05:03:51 +00:00
Trevor Johnson
c0669efed5 Tidy up whitespace. 2004-04-10 17:26:55 +00:00
Trevor Johnson
f844f89eae Cram into 80 columns by 24 rows. 2004-04-10 17:11:02 +00:00
Thierry Thomas
a9d787e4d7 The submitter accepted to become the maintainer.
Thanks!

PR:		ports/65303
Approved by:	pav (mentor).
2004-04-09 21:48:02 +00:00
Greg Lewis
73afac411e . Update to 1.1b3
. Use PLIST_FILES and get rid of pkg-plist.
. Switch MASTER_SITES to MASTER_SITE_SOURCEFORGE_EXTENDED
. Cleaned up the Makefile.

PR:		65298
Submitted by:	Herve Quiroz <herve.quiroz@esil.univ-mrs.fr> (maintainer)
2004-04-09 17:56:05 +00:00
Thierry Thomas
c3ef36353e Add poseidon 2.2.1, a popular UML CASE tool.
PR:		65303
Submitted by:	gerrit@beine-computer.de
Approved by:	pav (mentor).
2004-04-09 17:43:25 +00:00
Ying-Chieh Liao
41fb7ad5de add jcalendar 1.1.4
Java Date Chooser
2004-04-07 08:37:29 +00:00
Norikatsu Shigemura
13dc50ac46 Fix build error by GNOME2.6. This is a temporary fix. 2004-04-06 16:50:30 +00:00
Greg Lewis
7e664ebc65 . Use new bsd.java.mk features [1]
. Respect NOPORTDOCS [1]
. Install documentation in DOCSDIR [1]
. Use PORTDOCS and PLIST_FILES so that pkg-plist is no longer required. [1]
. Use JAVAJARDIR [1]
. More informative install messages [1]
. SIZEify [1]
. More informative message regarding fetching the distfile.

PR:		65215
Submitted by:	Herve Quiroz <herve.quiroz@esil.univ-mrs.fr>
2004-04-06 16:29:19 +00:00
Greg Lewis
8a785c78ac . Convert to the newer bsd.java.mk syntax.
Submitted by:	Herve Quiroz <herve.quiroz@esil.univ-mrs.fr> (maintainer)
2004-04-06 06:41:31 +00:00
Joe Marcus Clarke
731798cdcf Chase the glib20 update, and bump all affected ports' PORTREVISIONs. 2004-04-05 03:31:02 +00:00
Mark Linimon
80beeb084c Update to 2.3.3: updated to support CheckStyle 3.1; added compatibility fix
for older versions of XEmacs; many other minor bugfixes and improvements.
See lisp/ChangeLog for details.

Changes to the port involve respecting ANT_HOME, and, from the PR:

  One conceivably controversial thing I added was a
  second symlink from %%EMACS_VERSION_SITE_LISP%%/java to
  $PREFIX/share/java/jde.

  Otherwise jde cannot find the BeanShell jar files.

PR:		ports/64388
Submitted by:	David Bremner <bremner@unb.ca> (maintainer)
2004-04-04 16:08:41 +00:00
Greg Lewis
1c640e7248 . Use MASTER_SITE_APACHE_JAKARTA, which should greatly improve the
fetchability of this port.

Approved by:	Herve Quiroz <herve.quiroz@esil.univ-mrs.fr> (maintainer)
2004-04-03 16:30:08 +00:00
Greg Lewis
69fbb40b0d . Really fix the fallout from the bsd.java.mk update. Grrr. 2004-04-03 06:38:05 +00:00
Greg Lewis
db024caf95 . Fix incompatibilities with the new bsd.java.mk (oops).
JAVA_OS == FreeBSD -> JAVA_PORT_OS == native

Bug report by:	kris
2004-04-03 06:26:11 +00:00
Ying-Chieh Liao
7190f84077 utilize PORTDOCS, NOPORTDOCS, and PLIST_FILES 2004-04-02 10:49:30 +00:00
Kris Kennaway
98dd96ee20 Remove category pkg/COMMENT files in favour of a COMMENT variable in the
category makefile.

Submitted by:	Matthew Seaman <m.seaman@infracaninophile.co.uk>
PR:		59651
2004-04-02 07:29:48 +00:00
Mark Linimon
4c3391b5d4 Changes for 0.41 include:
* Added an object allocation level, meaning that after a reset only objects
  allocated at that level are shown in allocation and string lists.
* Show owners is now possible to do on a given string and a given object
  instance.
* Heap dump no longer loses allocation point if object tracing is on when
  the heap dump is done.

PR:		ports/64633
Submitted by:	Ronald Klop <ronald@cs.vu.nl> (maintainer)
2004-04-01 15:49:48 +00:00
Dag-Erling Smørgrav
d811cc16ac Add a classpath script. 2004-04-01 13:40:14 +00:00
Trevor Johnson
8232e82f85 SIZEify (maintainer timeout) 2004-03-31 03:12:58 +00:00
Kirill Ponomarev
4efa9ce4ab - Use USE_ICONV knob
Approved by:	portmgr
2004-03-30 19:20:22 +00:00
Greg Lewis
fb5a4b2e5e . Hopefully fix the build for JDK 1.1.
Submitted by:	bento via kris
2004-03-29 15:52:20 +00:00
Archie Cobbs
3f47dbb20f Build fix for 5.x. 2004-03-28 21:38:40 +00:00
Kirill Ponomarev
feb704163e - SIZE info in distinfo
- Use of PLIST_FILES so pkg-plist is no longer needed

PR:		ports/64742
Submitted by:	maintainer
2004-03-26 23:45:46 +00:00
Ernst de Haan
82da586667 Fixed generation of pkg-plist.
PR:		60722
Submitted by:	Ulrich Spoerlein <q@uni.de>
2004-03-26 07:14:09 +00:00
SADA Kenji
e1726ff240 PR: ports/64602
Update to Mar 11, 2004
Submitted by: maintainer
Reminded by: Gerald Mixa <Symicon@t-online.de>
2004-03-25 15:34:02 +00:00
Greg Lewis
5947382881 . Update to 10.k.
. Make this port act more like the other java ports.

The actual change is based on the followup submitted by Conor McDermottroe
plus some tweaks from the patch in the PR and myself.

PR:		63582
Submitted by:	Conor McDermottroe <ports@mcdermottroe.com>
                Matthew West <mwest@uct.ac.za>
Approved by:	maintainer timeout
2004-03-23 18:23:57 +00:00
Clement Laforet
3eb0bd5e34 SIZEify.
PR:             64562
Submitted by:   Anton Yudin <toha@toha.org.ua> (maintainer)
2004-03-22 12:07:27 +00:00
Volker Stolz
c7cdb6b054 SIZE-ify distinfo
Reminded by: trevor
Approved by: linimon (mentor)
2004-03-22 10:38:34 +00:00
Jimmy Olgeni
19d9ddbc29 Upgrade to version 2.1.3. 2004-03-20 17:05:36 +00:00
Jimmy Olgeni
f04d0f908c Upgrade to 2.1.3. 2004-03-20 13:33:34 +00:00
Alexey Zelkin
941aa55a95 SIZEfy 2004-03-20 13:14:47 +00:00
Greg Lewis
95ab4c7adc . SIZEify.
Submitted by:	trevor (except diablo-jre13)
2004-03-18 21:02:01 +00:00
Trevor Johnson
3bca696b10 Add size data, approved by maintainers. 2004-03-18 18:01:13 +00:00
Daichi GOTO
95d35ddb1a Add SIZE into distinfo
Submitted by:	trevor
2004-03-18 12:07:18 +00:00
Daichi GOTO
d502556778 Add SIZE into distinfo
Submitted by:	trevor
2004-03-18 11:52:05 +00:00
Trevor Johnson
37451dd720 Update bouncing e-mail address for maintainer.
Obtained from:	follow-up to PR 61290
2004-03-18 04:11:09 +00:00
Trevor Johnson
e1177f5c54 Add size data.
Approved by:	maintainers
2004-03-18 02:27:55 +00:00
Archie Cobbs
41ad1572ae Build fix for 5.x. 2004-03-17 23:21:15 +00:00
Trevor Johnson
33fdc4cde2 SIZEify. 2004-03-17 18:29:46 +00:00
Greg Lewis
869b5db5ee . Try to make things non-interactive when building on bento. Works for
me, but failed when kris tried the patch on bento.  I can't figure
  out why, but maybe someone looking at this will have a clue.
2004-03-17 16:44:11 +00:00
Greg Lewis
fbdb1126e5 . SIZEify. 2004-03-17 16:42:14 +00:00
Ernst de Haan
1ec9b285b4 Fixed issue in installation of cacerts file.
Bumped PORTREVISION.

Reporter wrote:
"Hi: there seems to be a small bug in the

ports/java/linux-ibm-jdk13/Makefile
in the do-install part:

${INSTALL_DATA} ${FILESDIR}/cacerts ${PREFIX}/jdk${JDK_VERSION
/jre/lib/security/cacerts

should read

${INSTALL_DATA} ${FILESDIR}/cacerts ${PREFIX}/linux-ibm-jdk${JDK_VERSION
/jre/lib/security/cacerts"

Reported by:	Rahul Siddharthan <rsidd@online.fr>
2004-03-15 08:21:50 +00:00
Ade Lovett
3f651573ad Whoa there, boy, that's a mighty big commit y'all have there...
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".

For ports-in-waiting:

	USE_LIBTOOL=YES		->	USE_LIBTOOL_VER=13
	USE_AUTOCONF=YES	->	USE_AUTOCONF_VER=213
	USE_AUTOMAKE=YES	->	USE_AUTOMAKE_VER=14

Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.
2004-03-14 06:17:56 +00:00
Greg Lewis
b8f5af00fb . Update to 1.4.2_04.
. SIZEify.
2004-03-11 21:35:31 +00:00
Edwin Groothuis
c9f0a0a775 Break for alpha
Submitted by:	Mark Huizer via irc
2004-03-11 11:58:43 +00:00
Archie Cobbs
2dd045a933 Fix build with a patch from CVS. 2004-03-10 19:43:18 +00:00
Volker Stolz
f94ee3fd39 - Update MAINTAINER-line of my ports to new @FreeBSD.org address
- Nuke 2x USE_SIZE while here

Approved by: linimon (mentor)
2004-03-10 13:16:50 +00:00
Greg Lewis
6c0885b7f5 . Update to 1.3.5 (packing list clean up by me).
. Change to a new maintainer.

PR:		63968
Submitted by:	karlj000@unbc.ca (previous maintainer)
2004-03-09 17:51:15 +00:00
Archie Cobbs
434d3cefb4 Add USE_LIBTOOL. 2004-03-08 18:15:30 +00:00
Norikatsu Shigemura
60cc65a664 Use MASTER_SITE_ECLIPSE.
PR:		ports/63909
Submitted by:	NIIMI Satoshi <sa2c@sa2c.net>
2004-03-08 10:54:09 +00:00
Ernst de Haan
8ed865f5b0 Fixed ONLY_FOR_ARCHS from 'arm i386 ppc sparc' to 'i386'.
Reported by:	kris
2004-03-08 10:37:11 +00:00
Ernst de Haan
fb965b9791 Set LATEST_LINK.
Reported by:	kris
2004-03-08 10:01:12 +00:00
Ernst de Haan
28d6be7ebc Set LATEST_LINK.
Suggested by:	kris
2004-03-08 09:56:50 +00:00
Greg Lewis
98f4274880 . Update to 0.40.
PR:		63899
Submitted by:	Ronald Klop <ronald@cs.vu.nl>
2004-03-08 06:54:16 +00:00
Alexey Zelkin
17eaf80bc2 . Set LATEST_LINK [1]
. Fix rare NULL pointer de-reference bug in plugin code [2]

. Use better chinese fonts [3]

. Bump PORTREVISION

Requested by:	kris [1]
Submitted by:	Georg-W. Koltermann <gwk@rahn-koltermann.de> [2],
		Clive Lin <clive@tongi.org> [3]
2004-03-05 13:43:41 +00:00
Edwin Groothuis
e921ba97b4 Update to version 1.1.3
Use OPTIONS

Submitted by:   Mark Huizer <xaa+ports@timewasters.nl>
2004-03-05 10:59:06 +00:00
Greg Lewis
356f82577d . Replace unresponsive MASTER_SITE with two working ones.
Submitted by:	bento, distfiles survey
2004-03-02 19:45:23 +00:00
Michael Nottebrock
5671ee6559 Kaffe doesn't like !=i386. 2004-02-26 22:19:53 +00:00
Michael Nottebrock
4b3a657ae5 Add dependency on esound & unbreak. 2004-02-26 22:11:29 +00:00
Archie Cobbs
f870b05d91 Update to version 1.0.1. 2004-02-26 17:26:16 +00:00
Archie Cobbs
93127ddf4f Restrict to i386. 2004-02-23 23:10:37 +00:00
Archie Cobbs
ce05b1c07f Set ONLY_FOR_ARCHS i386. Remove extraneous "exit 1". 2004-02-23 23:08:53 +00:00
Kirill Ponomarev
86ed1ef43e - Use %%DOCSDIR%% and %%EXAMPLESDIR%%
PR:		ports/63208
Submitted by:	maintainer
2004-02-23 23:03:14 +00:00
Kris Kennaway
2f61d49926 BROKEN on alpha: does not compile 2004-02-23 22:01:29 +00:00
Archie Cobbs
c5eb551448 New port.
JC is a Java virtual machine implementation that converts class
    files into C source files using the Soot Java bytecode analysis
    framework, compiles them with GCC, and loads them using a built-in
    ELF object file loader. JC utilizes the GNU Classpath class library
    and provides support for most features you would expect such as
    reflection, user class loaders, etc.

    WWW: http://jcvm.sourceforge.net/
2004-02-22 21:34:31 +00:00
Kris Kennaway
f2b166f185 This port is scheduled for removal on April 21 if it is still broken at that
time.
2004-02-22 04:43:07 +00:00
Kris Kennaway
88a1e33a66 This is also broken on 4.x. 2004-02-22 04:42:09 +00:00
Archie Cobbs
e64fffb2e7 Fix incorrect MASTER_SITES. 2004-02-21 21:47:39 +00:00
Greg Lewis
1f2b695433 . Don't patch out a line that doesn't need to be removed. 2004-02-19 18:14:45 +00:00
Greg Lewis
580b44012f . Add $FreeBSD$ 2004-02-19 17:33:29 +00:00
Greg Lewis
2c05ea7502 . Fix the build for JDK 1.1.8.
Submitted by:	bento (via kris)
2004-02-19 17:26:35 +00:00
Greg Lewis
c4757e3373 . Add a secondary category of devel, which seems appropriate. 2004-02-18 19:58:24 +00:00
Greg Lewis
a69622a594 Add a port of jflex:
JFlex is a lexical analyzer generator for Java written in Java.
It is also a rewrite of the very useful tool JLex which was developed
by Elliot Berk at Princeton University. As Vern Paxon states for his C/C++
tool flex: They do not share any code though.

WWW: http://www.jflex.de/

I've done some clean up to the submitted version of the port.

PR:		62043
Submitted by:	Conor McDermottroe <ports@mcdermottroe.com>
2004-02-18 19:50:33 +00:00
Greg Lewis
2a10c1e848 . Add OPTIONS.
PR:		62712
Submitted by:	Ronald Klop <ronald@cs.vu.nl> (maintainer)
2004-02-14 00:03:13 +00:00
Ernst de Haan
d49bbd6333 Update to official 1.5.0beta1.
Bumped PORTEPOCH, because this second beta is called 'beta1'.

See:
http://java.sun.com/j2se/1.5.0/
2004-02-11 07:42:58 +00:00
Mark Linimon
ec4b949f77 Update to version 0.39 (2004-02-03):
Added menu separators in some menus. Added a
 string dumper that makes it easy to inspect all strings in
 memory, it also has the ability to dump all strings to a file.
 Fixed a bug in down link handling that caused instance numbers
 to increase for arrays (thanks to matze who tried to use the
 string inspector and did send back traces from crashes).

PR:		ports/62365
Submitted by:	maintainer
2004-02-10 18:35:20 +00:00
Ernst de Haan
bc1ba6bc77 Added LATEST_LINK.
Reported by:	kris
2004-02-10 13:19:44 +00:00
Ernst de Haan
c7a99a779e Slightly improved the COMMENT.
Requested by:	lofi
2004-02-10 13:01:16 +00:00
Greg Lewis
b280d2679a . Add a new port, java/jmf:
Java Media Framework API

The Java Media Framework API (JMF) enables audio, video and other
time-based media to be added to Java applications and applets. This
optional package, which can capture, playback, stream and transcode
multiple media formats, extends the multimedia capabilities on the
J2SE platform, and gives multimedia developers a powerful toolkit to
develop scalable, cross-platform technology.

WWW: http://java.sun.com/products/java-media/jmf/

PR:		58524
Submitted by:	Anton Yudin <toha@toha.org.ua> (plus some tweaks by me)
2004-02-09 16:22:27 +00:00
Yen-Ming Lee
c5450c5795 add USE_GCC=2.95 and unbreak this port. 2004-02-08 05:04:42 +00:00
Kris Kennaway
37b36b9f67 BROKEN on 5.x: does not compile 2004-02-07 23:29:51 +00:00
Kris Kennaway
0e515ac301 BROKEN on 5.x: broken pkg-plist 2004-02-07 23:28:10 +00:00
Clement Laforet
29d345be06 - Set correct LATEST_LINK
Reported/Requested by:	kris
2004-02-07 16:29:17 +00:00
Greg Lewis
79644f5967 . Set LATEST_LINK to avoid conflict with other JBoss ports.
. Restrict usage of the port to JDK1.4.

PR:		62458
Submitted by:	Jonathan Chen <jonc@chen.org.nz> (maintainer)
2004-02-07 06:04:50 +00:00
Greg Lewis
7b2c9a4d91 . Set LATEST_LINK to avoid conflicting with other jdk ports.
Reminded by:	kris
2004-02-06 17:45:31 +00:00
Greg Lewis
2f5df15115 . It appears as though diablo is problematic on 5.x still, so default to
bootstrapping with the Linux JDK if there isn't a previously compiled
  native one.
2004-02-06 17:03:09 +00:00
Greg Lewis
73ae1039cb . Set an appropriate LATEST_LINK to avoid conflicts with other jdk ports.
Reminded by:	kris
2004-02-06 16:51:50 +00:00
Greg Lewis
fd3d5c6045 1. Take maintainership.
2. Set an approptiate LATEST_LINK to avoid conflicts with other jdk ports.

Reminded by:	kris [2]
2004-02-06 16:47:26 +00:00
Trevor Johnson
a049dd78cc Use PLIST_FILES (bento-tested, marcus-reviewed). 2004-02-06 13:12:53 +00:00
Trevor Johnson
3c175cb569 Use PLIST_FILES.
Reviewed by:	marcus
2004-02-05 20:38:07 +00:00
Joe Marcus Clarke
053fdb6a6b Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2)
2004-02-04 05:21:48 +00:00
Joe Marcus Clarke
186b8ba82f Add USE_GETTEXT and bump PORTREVISION.
Submitted by:	trevor
Tested by:	bento
2004-02-04 04:36:30 +00:00
Archie Cobbs
42fad40dab Upgrade to version 1.19. 2004-02-02 19:43:09 +00:00
Edwin Groothuis
533b75de68 Add NOT_FOR_ARCHS=amd64
Submitted by:	xaa+ports@timewasters.nl
2004-02-01 22:01:22 +00:00
Greg Lewis
65d738c35c . Update to 0.9.16. There are a few tweaks to the original submission.
PR:		62061
Submitted by:	Sepherosa Ziehau <sepherosa@softhome.net>
2004-02-01 07:20:14 +00:00
Mark Linimon
391b3f9f3b Fix plist.
PR:		ports/61580
Submitted by:	Simun Mikecin <sime@logos.hr> (maintainer)
2004-01-30 04:17:30 +00:00
Erwin Lansing
7a82c82ca8 Add SIZE
PR:		62076
Submitted by:	maintainer
2004-01-29 19:53:44 +00:00
Pav Lucistnik
20f602183d - Fix fetching by adding missed MASTER_SITE_SUBDIR
PR:		ports/62057
Submitted by:	Tom McLaughlin <tmclaugh@sdf.lonestar.org>
2004-01-29 15:08:13 +00:00
Trevor Johnson
0c881ba59c SIZEify. 2004-01-29 07:24:56 +00:00
Alexey Zelkin
ae179afb91 1. Switch 5.x version of jdk14 back to libc_r as default threading library.
We switched FreeBSD-5.x port to libkse as default threading library before
   releasing of patchset 6, but users who has most of stuff linked against
   libc_r and attempted to use jdk linked against libkse got into local hell
   of threading libraries mix.  So, rollback to libc_r by default and add
   PTHREAD_LIBS support for this port.

   IMPORTANT: In order to use libkse as threading library for jdk14 you
   have to use rtld's libmap feature or recompile your ports stuff (like
   mozilla) with libkse.

   NOTE: libkse still has issues with java debug support, so if you're going
   to use debuging (JVMDI) stuff - leave with libc_r for now.

2. Disable IPv6 support by default.  Unfortunatelly due to security reasons
   IPv4-to-IPv6 addresses mapping is disabled by default in FreeBSD-5.x, so
   those who would like to use Java Networking stuff had to manually
   enable it.  To make jdk14 port more user-friendly IPv6 is disabled now
   on compile time.  Those who need this stuff enabled have to use WITH_IPV6
   compile time option.

3. Add MINIMAL compile option.  If this option is used to build
   jdk14 port then plugin, javaws and demos stuff will not be installed
   and/or packaged.  Also (as noted in [5]) X11 runtime dependancy will
   not be registered into built package.

4. Strip runtime depends of jdk14 port.  There's no need to require open-motif
   to be runtime depends since libXm is staticly linked into libawt.so.

5. Make X11 runtime dependancy conditional (via urwfonts) in !WITHOUT_PLUGIN
   case only.  This should affect only prebuilt package users:  there's no
   need to install X11 libraries if you're going to use non-GUI stuff only
   (i.e. tomcat or jboss)

6. Add ${LOCALBASE}/lib to the deafult search path for JNI libraries.

7. Bump PORTVERSION

Reported by:	many [1]
Submitted by:	glewis [6]
Requested by:	marcus [6]
2004-01-28 14:00:27 +00:00
Alexey Zelkin
78155f931b Update license to most recent SCSL license version. 2004-01-28 13:55:23 +00:00
Trevor Johnson
78da40aa98 Now gettext 0.12.1 is gettext-old. 2004-01-23 18:12:26 +00:00
Greg Lewis
8837524ab6 . Unbreak the build after the recent changes to ant. I've done it slightly
differently than the PR, using the ANT_INCLUDE_SHARED_JARS variable.

PR:		61711
Submitted by:	Anton Yudin <toha@toha.org.ua> (maintainer)
2004-01-23 06:26:08 +00:00
Trevor Johnson
06acd13c21 Use LS macro. 2004-01-23 05:28:50 +00:00
Oliver Eikemeier
88b0d9a0e6 move xalan-j from java to textproc
PR:		34442
Submitted by:	Kimura Fuyuki <fuyuki@mj.0038.net>
Approved by:	linimon
2004-01-22 23:57:26 +00:00
Trevor Johnson
439b8a040c Use the CPIO macro defined in bsd.port.mk. 2004-01-22 12:18:43 +00:00
Trevor Johnson
fbd1108f49 Use the SORT macro from bsd.port.mk. 2004-01-22 11:06:02 +00:00
Alexander Langer
4bf1b98ed9 I have no idea how these features* files made the way to my machine,
but they are obviously not in the dist, so remove them from the plist and
fix build on bento.

Submitted by:	kris
2004-01-22 10:54:14 +00:00
Greg Lewis
a0c1e8baae . Add ${LOCALBASE}/lib to the default search path for JNI libraries for
HotSpot as well.
2004-01-20 19:53:55 +00:00
Greg Lewis
d0903cc2f9 . Add ${LOCALBASE}/lib to the default search path for libraries when using
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
2004-01-19 20:38:23 +00:00
Greg Lewis
21c8a9307f . Add ${LOCALBASE}/lib to the default search path for libraries when using
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
2004-01-19 19:28:40 +00:00
Greg Lewis
d278524c30 . Convert spaces to tabs. 2004-01-19 19:22:31 +00:00
Greg Lewis
da9d8db27e . More standard format for substitution in pkg-message.
. 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.
2004-01-19 16:26:22 +00:00
Tilman Keskinoz
d940a6aeb1 Update to 1.2.6
PR:		61225
Submitted by:	Conor McDermottroe <mcdermc@tcd.ie>
2004-01-19 14:33:28 +00:00
Norikatsu Shigemura
58708c8147 Fix install.
Requested by:	many
2004-01-17 20:31:28 +00:00
Greg Lewis
db3bca7b78 . Check the return value of stat(2) when trying to read the javaws
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
2004-01-17 07:11:12 +00:00
Greg Lewis
b6da5a5a5c . Install an updated cacerts file. This was produced by taking the
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
2004-01-16 22:09:55 +00:00
Greg Lewis
68c65d48be . Install an updated cacerts file. This was produced by taking the
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
2004-01-16 20:54:02 +00:00
Greg Lewis
46a35203e5 . Adjust download instructions for new download URL. 2004-01-16 20:11:03 +00:00
Greg Lewis
28785491ce . Convert a space to a tab.
. Use a download URL which is one less hop away from the actual download.
2004-01-16 20:06:34 +00:00
Greg Lewis
382480394e . Add cacerts file missed in last commit. 2004-01-16 19:56:34 +00:00
Greg Lewis
dfc7d6bc2e . 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
2004-01-16 19:55:30 +00:00
Greg Lewis
afead5248c . Update to 1.3.1 SR6 [1]
. 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]
2004-01-16 19:39:17 +00:00
Greg Lewis
258da93d21 . Install an updated cacerts file. This was produced by taking the
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
2004-01-16 01:21:20 +00:00
Greg Lewis
7571311008 . Use the correct variables for appending to CPPFLAGS and LDFLAGS. This
also avoids grabbing the jni.h header from gcj, which really causes
  problems.
2004-01-15 20:26:36 +00:00
Greg Lewis
df0cd23644 . Update to 1.4.2 patchset 6.
. 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
2004-01-14 21:21:53 +00:00
Greg Lewis
ecf10fa88a . 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
2004-01-14 19:44:47 +00:00
Alexander Langer
b0389cc5b8 Add missing rundepends to eclipse-emf (reminded by olgeni),
and fix the version number, while I'm here.
2004-01-14 08:40:45 +00:00
Ernst de Haan
863da84459 Improved download URL to be more specific. 2004-01-13 22:42:33 +00:00
Ernst de Haan
4908226c2e Improved download URL to be more specific. 2004-01-13 22:33:36 +00:00
Ernst de Haan
c9039bd5c2 Minor patch to remove bogus dependancy and to stop portlint FATAL error.
PR:		61220
Submitted by:	jonc@chen.org.nz (maintainer)
2004-01-13 21:27:46 +00:00
Alexander Langer
b04e1f2dc8 First-class GUI building tools for Eclipse 2004-01-13 18:01:13 +00:00
Alexander Langer
868bdd01eb Add Eclipse Modeling Framework 2004-01-13 17:41:00 +00:00
Alexander Langer
daff514a0a Add Eclipse XML Schema Infoset Model 2004-01-13 17:17:43 +00:00
Greg Lewis
6b28ac21da . Use MASTER_SITE_APACHE_JAKARTA to fetch the distfile.
PR:		61311
Submitted by:	Herve Quiroz <herve.quiroz@esil.univ-mrs.fr> (maintainer)
2004-01-13 16:19:52 +00:00
Alexander Langer
c8c449de04 Add phpeclipse_phphelp 1.0.4, PHP Eclipse Help for the Eclipse IDE
Framework.

PR:		58402
Submitted by:	rtdean@cytherianage.net
2004-01-13 15:33:02 +00:00
Alexander Langer
87e0b7e965 Add phpeclipse_tidy 1.0.2, PHP Eclipse HTML tidier plugin for Eclipse
IDE Framework.

PR:		58401
Submitted by:	rtdean@cytherianage.net
2004-01-13 15:18:19 +00:00
Alexander Langer
c02b4c58f6 Add phpeclipse_sql 1.0.1, PHP Eclipse SQL Utility plugin for Eclipse IDE
Framework.

PR:		58400
Submitted by:	rtdean@cytherianage.net
2004-01-13 15:05:56 +00:00
Alexander Langer
4eee38c9fc Add phpeclipse 1.0.8, PHP Eclipse adds PHP support to the Eclipse IDE
Framework.

PR:		58399
Submitted by:	rtdean@cytherianage.net
2004-01-13 14:52:53 +00:00
Ernst de Haan
553b1f8027 Log:
- Update to 2.0
- Now uses MASTER_SITE_APACHE_JAKARTAm, as it should
- Properly using PORTDOCS in pkg-plist
2004-01-12 21:27:36 +00:00
Ernst de Haan
7404b987e1 Removed share/nls/POSIX and share/nls/en_US.US-ASCII.
These were added erroneously by my build-plist script.
2004-01-12 21:19:07 +00:00
Ernst de Haan
40d3dbf236 Using MASTER_SITE_APACHE_JAKARTA.
Distfile changed name only.
2004-01-12 19:39:50 +00:00
Greg Lewis
a5307c47a4 . Update to 0.38.
PR:		61208
Submitted by:	Ronald Klop <ronald@cs.vu.nl> (maintainer)
2004-01-11 20:53:00 +00:00
Norikatsu Shigemura
d57c59a200 Add jai-imageio 1.0, which is JAI Image I/O Tools provides reader,
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
2004-01-11 10:53:07 +00:00
Norikatsu Shigemura
38e6b80612 Add jai 1.1.2, which is Java Advanced Imaging (JAI) API provides
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>
2004-01-11 10:48:33 +00:00
Norikatsu Shigemura
46ca85118a o Print pkg-message for setting libmap.conf.
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>
2004-01-11 10:38:28 +00:00
Greg Lewis
f06f7333d1 . Update to 1.3.1_10. 2004-01-11 07:00:54 +00:00
Pete Fritchman
c07e17d8bc Add eclipse-pmd 1.1.2, scan Java source code and look for potential
problems.

PR:		57956
Submitted by:	Bruno Van Den Bossche <bruno.van.den.bossche@pandora.be>
2004-01-10 04:14:06 +00:00
Alfred Perlstein
be6fe76b0a assign maintainer to java@, requested by maintainer des. 2004-01-09 12:19:12 +00:00
Norikatsu Shigemura
43cfba0a52 Update to 2.1.2.
PR:		ports/61008
Submitted by:	HASHI Hiroaki <hashiz@tomba.cskk-sv.co.jp>
2004-01-07 16:49:17 +00:00
Mark Linimon
e8d7350321 Update to 3.2.3 and enable building from source. It remains to be
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)
2004-01-07 09:30:15 +00:00
Greg Lewis
ee92ed6602 . Update to 1.4.2-rc1. 2004-01-07 00:02:47 +00:00
Edwin Groothuis
70af86bdd5 [maintainer update] java/kaffe-devel update to 1.1.3
Upgrade to 1.1.3

PR:		ports/60762
Submitted by:	Mark Huizer <xaa+ports@timewasters.nl>
2004-01-02 22:58:53 +00:00
Alfred Perlstein
05746372fd Don't use a leading zero in PORTREVISION, it confuses the pkg* tools and
portupgrade with "missing origin".

Properly detect that the distfile doesn't exist.  We can't use
${DISTDIR}/${DISTFILES} because it's not defined until after
bsd.port.post.mk, but after inclusion of bsd.port.post.mk we
can not define IGNORE.  To fix use the already known variables
as so: ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}

Reviewed by: maintainer timeout.
PR: ports/60652
2004-01-02 19:11:16 +00:00
Ernst de Haan
dc78890adf Improved DOWNLOAD_URL. 2004-01-02 13:01:56 +00:00
Norikatsu Shigemura
58f23dcd20 Add Linux Blackdown Java3D 1.3.1, provides a set of object-oriented
interfaces that support a simple, high-level programming model.

Reviewed by:	OISHI Masakuni <yamasa@bsdhouse.org>
2003-12-30 08:58:41 +00:00
Edwin Groothuis
8361eab494 Remove java/orion again, it was a duplicate of www/orion
Gimme da pointy hat.
2003-12-29 10:37:58 +00:00
Edwin Groothuis
9b5f411bd5 [new port]: java/orion
Orion version 2.0.2 has all the features of J2EE 1.3, such
      as JSP 1.2, Servlet 2.3, EJB 2.0, Connector 1.0, client jars
      for remote and emdedded clients. The new EJB 2.0 features
      will make it easier than ever to take advantage of third party
      tools. The Orion 2.0.2 features gives you a full J2EE 1.3
      compliant Application Server with extremely good performance
      for an affordable price.

PR:		ports/60522
Submitted by:	Jerry <unidevel@yahoo.com.cn>
2003-12-29 07:16:54 +00:00
Ernst de Haan
68ea92c3cd New port: Sun JDK 1.5.x for Linux.
Current version is 1.5.0 beta 1.

See:
http://javalobby.org/thread.jspa?forumID=61&threadID=10482
2003-12-24 14:16:19 +00:00
Greg Lewis
42137ff178 . Update to 1.3.1 patchset 9. 2003-12-19 19:00:06 +00:00
Alexey Zelkin
ae130fdf6b Don't use patch release number while setting up BUILD_DEPENDS for
linux-sun-jdk.
2003-12-16 06:50:59 +00:00
Greg Lewis
642de06d76 . Update to 3.2.
PR:		59187
Submitted by:	Dave Glowacki <dglo@glowacki.dyndns.org>
2003-12-15 18:01:20 +00:00
Greg Lewis
ebaae469b6 Add a port of jaxen:
The Jaxen project is a Java XPath Engine. jaxen is a universal object model
walker, capable of evaluating XPath expressions across multiple models.
Currently supported are dom4j and JDOM .

Jaxen provides a single point for XPath expression evaluation, regardless of
the target object model, whether its dom4j, JDOM, DOM, JavaBeans, or whatnot.

WWW: http://jaxen.org

PR:		60085
Submitted by:	Herve Quiroz <herve.quiroz@esil.univ-mrs.fr>
2003-12-15 16:49:25 +00:00
Greg Lewis
21ffff3ac9 . Update to jmp 0.37.
PR:		60100
Submitted by:	ronald@cs.vu.nl (maintainer)
2003-12-15 16:14:20 +00:00
Ernst de Haan
3a0061061b Update to 1.4.2_03.
Noticed by:	Andrew Edwards <andrew@shavers.co.uk>
2003-12-15 07:26:25 +00:00
Ernst de Haan
4d31ee4af9 Updated message:
- This JDK may be quite stable.
- Advice to use the native FreeBSD JDK 1.4, not the
  1.3 JDKs anymore.
2003-12-15 07:18:34 +00:00
Greg Lewis
f4cfc096bc . Simplify the documentation handling using PORTDOCS. This also means
the documentation is now handled correctly in pkg-plist.
. Use EXAMPLESDIR and JAVAJARDIR in Makefile and pkg-plist.

PR:		59022
Submitted by:	Herve Quiroz <herve.quiroz@esil.univ-mrs.fr> (maintainer)
2003-12-09 19:43:34 +00:00
Greg Lewis
7a61260ac1 . Simplify the packing list by using PORTDOCS.
. Add support for %%JAVAJARDIR%% in pkg-plist.
. Don't define INSTALL_JAR as INSTALL_DATA, just use INSTALL_DATA.

PR:		59039
Submitted by:	Herve Quiroz <herve.quiroz@esil.univ-mrs.fr>
2003-12-08 23:16:58 +00:00
Greg Lewis
080e6db266 New port jakarta-commons-primitives:
Apache Jakarta Commons Primitives provides a collection of types and utilities
optimized for working with Java primitives (boolean, byte, char, double, float,
int, long, short). Generally, the Commons-Primitives classes are faster,
smaller and easier to work with than their purely Object based alternatives.

Currently Commons Primitives is primarily composed of implementations of the
java.util collections adapted for the primitive types.

WWW: http://jakarta.apache.org/commons/primitives

PR:		59017
Submitted by:	Herve Quiroz <herve.quiroz@esil.univ-mrs.fr>
2003-12-08 22:26:29 +00:00
Greg Lewis
e9a6149ae6 . Wrap the PORTDOCS setting in .if !defined(NOPORTDOCS) .. .endif.
Forgotten by:	glewis
2003-12-08 20:50:01 +00:00
Greg Lewis
0d256c5493 New port java/avalon-logkit:
LogKit is a logging toolkit designed for secure performance oriented logging in
applications.

The LogKit provides the following features:
  - Decouples LogEvent generation from LogEvent handling.
  - Is simple to use and simple to configure.
  - Designed with security in mind.
  - Allow users fine control of logging based on priority and/or category.
  - Has hierarchical logging namespace to enable inheritance of LogTargets and
    Priorities.
  - Lightweight.
  - Designed to be integrated into existing products.
  - Performance oriented.
  - Enables users to plug in filters to filter out or modify LogEvents before
    they are written out.
  - Allow users to specify the serialization format of LogEvents via
    Formatters.
  - Comes with a number of existing LogTargets to ease integration.
  - The LogKit has existed for a number years and been used in a number of
    different environments which demonstrates it's reliability and stability.

WWW: http://avalon.apache.org/logkit/index.html

PR:		59040
Submitted by:	Herve Quiroz <herve.quiroz@esil.univ-mrs.fr>
2003-12-08 19:47:25 +00:00
Jimmy Olgeni
ec15891f82 Upgrade to Eclipse 2.1.2. 2003-12-04 10:26:11 +00:00
Greg Lewis
6bd0b534a8 . Simplify packing list [1]
. Minor simplification of BUILD_DEPENDS.

PR:		59179 [1]
Submitted by:	Anton Yudin <toha@toha.org.ua> (maintainer) [1]
2003-11-20 23:30:15 +00:00
Greg Lewis
fe28c4529a . Simplify the packing list [1]
. Add missing BUILD_DEPENDS entry.

PR:		59179 [1]
Submitted by:	Anton Yudin <toha@toha.org.ua> (maintainer) [1]
2003-11-20 23:21:26 +00:00
Trevor Johnson
b3ba3ae427 USE_REINPLACE need be defined only when REINPLACE_CMD is used. 2003-11-17 12:29:10 +00:00
Trevor Johnson
e99ceadaf6 Use the FIND and XARGS macros introduced in bsd.port.mk 1.391. 2003-11-13 14:45:08 +00:00
Alexey Zelkin
1db29d0ac9 Fix path to patched file.
Reported by:	Nelis Lamprecht <nelis@brabys.co.za>
2003-11-12 14:11:39 +00:00