1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-30 01:15:52 +00:00
Commit Graph

1639 Commits

Author SHA1 Message Date
Herve Quiroz
f7753b6ade - Install commons-logging-api.jar
- Add 'devel' category to calm portlint

Submitted by:	thierry
2005-05-23 14:18:12 +00:00
Herve Quiroz
69ebfe3e04 Update to 4.0.2
PR:		81173
Submitted by:	maintainer
2005-05-18 19:36:43 +00:00
Greg Lewis
4348e7f10f . This port is working well enough for me under 5.4 that I can run
graphical applications with it, so restrict the IGNORE setting regarding
  bad system calls to earlier versions of FreeBSD.  One suspects that
  the actual change to fix things happened sometime earlier in 5.x, but
  until we figure out exactly what change enabled it or have empirical
  evidence regarding this 5.4 is a good cutoff.
2005-05-17 20:57:51 +00:00
Anders Nordby
ad606baef4 Unbreak: plist fix, do not remove common Java class dir. 2005-05-17 17:02:11 +00:00
Archie Cobbs
340e736c60 Update to version 1.4.5. 2005-05-17 14:04:17 +00:00
Sam Lawrance
3b338c89d9 - Use find and install
- Unpack jar files before installing (bump PORTREVISION for this)

PR:		ports/77068
Submitted by:	Gerrit Beine <tux@pinguru.net> (maintainer)
		Phil Schulz <ph.schulz@gmx.de>
Approved by:	clement (mentor)
2005-05-17 10:31:58 +00:00
Jimmy Olgeni
26aa6f026e Fix DOWNLOAD_URL.
Submitted by:	Ralf Folkerts <ralf.folkerts(at)gmx.de>
2005-05-17 08:59:25 +00:00
Herve Quiroz
1461dc8ee5 - Allow installation on amd64
- Use PLIST_FILES
- Add 'devel' category [1]

PR:		81086
Submitted by:	Alex Varju <freebsd-ports@varju.ca>
Reported by:	portlint [1]
2005-05-16 20:39:54 +00:00
Jimmy Olgeni
22da1138bc Upgrade to version 4.1 (plus JDK home fix from ports/76670)
PR:		ports/76670
Submitted by:	Miguel Mendez <flynn(at)energyhq.es.eu.org>
2005-05-16 18:57:59 +00:00
Archie Cobbs
204bb58ee9 Upgrade to 0.15. 2005-05-16 14:13:09 +00:00
Herve Quiroz
50ed27ab74 Castor is a data binding framework for Java. It's the shortest path
between Java objects, XML documents, and relational tables.  Castor
provides Java-to-XML binding, Java-to-SQL persistence, and more.

WWW: http://www.castor.org/

PR:		80942
Submitted by:	Adam VanderHook <acidos@bandwidth-junkies.net>
2005-05-14 17:05:49 +00:00
Greg Lewis
83c1e8c44a . Ensure that when files are extracted that their fully resolved path lies
in or below the current working directory.  Fixes a security problem with
  jar(1).

  This fix may change to be compatible with whatever fix Sun applies when
  they release the next version of 1.5.
. Bump PORTREVISION for this fix.

Security: http://vuxml.FreeBSD.org/18e5428f-ae7c-11d9-837d-000e0c2e438a.html
Reviewed by:	maintainer timeout
2005-05-12 04:14:52 +00:00
Greg Lewis
a4f95e9588 . Fix various problems with time zone handling including:
. /etc/localtime is a symlink.
  . /etc/localtime contains a time zone not recognised by the JDK.

Submitted by:	Kurt Miller <truk@optonline.net>
Reviewed by:	maintainer timeout
2005-05-12 04:13:55 +00:00
Greg Lewis
60df7b3098 . Using dladdr(3) to determine the path to the current executable, and
hence the path for the shared libraries doesn't always work on FreeBSD.
  It definitely fails on FreeBSD 4.11 and FreeBSD 6-CURRENT under the
  tested environments.  In fact, the dladdr(3) man page even warns of
  these problems.  While there is work under way to fix this, it isn't
  available yet.

  Given that situation, switch to trying /proc/curproc/file, which is
  similar to what Linux does, and if that fails, drop back to checking
  argv[0] and iterating through $PATH as in jdk 1.4.  Both these methods
  work correctly in testing.

Reported by:	das
Reviewed by:	maintainer timeout
2005-05-12 04:12:33 +00:00
Greg Lewis
0be8478644 . Ensure that when files are extracted that their fully resolved path lies
in or below the current working directory.  Fixes a security problem with
  jar(1).

  This fix may change to be compatible with whatever fix Sun applies when
  they release a fixed version of 1.5.
. Bump PORTREVISION for this fix.

Approved by:	maintainer timeout
Security: http://vuxml.FreeBSD.org/18e5428f-ae7c-11d9-837d-000e0c2e438a.html
2005-05-11 21:18:39 +00:00
Archie Cobbs
43e1fb61ca Update to version 1.4.4. 2005-05-11 14:59:58 +00:00
Thierry Thomas
5b2af2ee0e Fix size mismatch. According to the submitter:
It looks like IBM released an updated version of the NetRexx 2.05 zip file
on Jan 14 2005, which includes modifications to the documentation,
NetRexx[RC].jar files and the pinger and tablet zip (sample?) files.

I could not find a CHANGELOG file nor the mailing list archives that would
have provided info into the exact changes made without a version or
revision number bump.

PR:		ports/80716
Submitted by:	Linh Pham <question+fbsdports (at) closedsrc.org>
2005-05-08 19:18:55 +00:00
Kris Kennaway
c39cc2164b BROKEN: Incomplete pkg-plist 2005-05-07 23:09:34 +00:00
Norikatsu Shigemura
0bc453c3e6 Add eclipse-devel 3.1M6, an open extensible IDE for anything and nothing
in particular.

PR:		ports/79917
Submitted by:	various members of freebsd-java
2005-05-07 05:00:40 +00:00
Greg Lewis
cc43899174 . Update to 1.3.2.
Submitted by:	"DAIGU" <daigu@pop02.odn.ne.jp>
2005-05-03 17:55:01 +00:00
Greg Lewis
8805fa551a . Ensure that when files are extracted that their fully resolved path lies
in or below the current working directory.  Fixes a security problem with
  jar(1).

  This fix may change to be compatible with whatever fix Sun applies when
  they release the next version of 1.5.
. Bump PORTREVISION for this fix.

Security: http://vuxml.FreeBSD.org/18e5428f-ae7c-11d9-837d-000e0c2e438a.html
2005-05-02 18:55:36 +00:00
Greg Lewis
3350aea7c5 . Update to 1.5.0_03. 2005-04-29 17:14:39 +00:00
Greg Lewis
f40ff1cda1 . Add $FreeBSD$. 2005-04-28 20:08:01 +00:00
Greg Lewis
6519b90663 . Bump PORTREVISION for the previous fix for jar(1).
. Don't build the plugin by default as it has security flaws.
2005-04-27 20:32:47 +00:00
Greg Lewis
85d91b0060 . Ensure that when files are extracted that their fully resolved path lies
in or below the current working directory.  Fixes a security problem with
  jar(1).

  This fix may change to be compatible with whatever fix Sun applies when
  they release the next version of 1.5.
2005-04-27 20:31:32 +00:00
Herve Quiroz
81af795833 - Update to 3.2 [1]
- Sort plist [1]
- Update to bsd.java.mk 2.0
- Add two new launcher scripts: 'proguard' and 'proguard-gui'
- Use FIND | INSTALL_DATA to install data files
- Use %%DATADIR%%
- Add $FreeBSD$ tag

PR:		79735 [1]
Submitted by:	Manfred Riem <mriem@manorrock.org> [1]
Approved by:	maintainer timeout
2005-04-27 20:05:12 +00:00
Archie Cobbs
29533ff55f - Upgrade to version 1.4.3.
- Change JAVA_BUILD from "yes" to "jre"
2005-04-25 20:44:19 +00:00
Greg Lewis
2cad98267f . Update description.
Suggested by:	hq
2005-04-25 15:00:34 +00:00
Herve Quiroz
c00f766e56 - Update to version 2005.04.15
- Add 'devel' category [1]

PR:		80120
Submitted by:	maintainer
Reported by:	portlint [1]
2005-04-19 23:30:50 +00:00
Greg Lewis
7db17950b3 . Fix various problems with time zone handling including:
. /etc/localtime is a symlink.
  . /etc/localtime contains a time zone not recognised by the JDK.

Submitted by:	Kurt Miller <truk@optonline.net>
2005-04-18 17:56:04 +00:00
Greg Lewis
4f7387e2e5 . Try to clarify that the BUGS section is talking about the Java VM
selection procedure used when ${PORTSDIR}/Mk/bsd.java.mk isn't present.
. Fix a typo (JAVA_PREFERRED_PORT -> JAVA_PREFERRED_PORTS).

Pointed out by:	hq
2005-04-18 17:44:30 +00:00
Greg Lewis
0e0caa7c35 . Update to 1.4.2_08. 2005-04-14 15:53:54 +00:00
Archie Cobbs
d71cd101c3 Upgrade to version 1.4.2. 2005-04-14 14:04:39 +00:00
Greg Lewis
5729185ae1 . A big mdoc fixup kindly provided by the mdoc police. Any problems should
be attributed to my merging of the mdoc fixes with some content changes
  I had made.

Submitted by:	simon
2005-04-12 20:17:46 +00:00
Greg Lewis
0c91c97816 . Yet more clarification of how the selection of the Java VM can be
different depending on whether bsd.java.mk exists on the system.
2005-04-12 16:25:01 +00:00
Greg Lewis
3d485a44fb . Fix some sentence breaks.
. Add some more details on how javavmwrapper selects the VM. [2]

Suggested by:	hq [2]
2005-04-12 16:07:21 +00:00
Greg Lewis
5d2e3b3a6f . Document that the environment variables can also be a space delimited
list of values, not just a single value.

Pointed out by:	hq
2005-04-12 15:46:57 +00:00
Greg Lewis
d964895873 . Install manual pages for javavmwrapper.
. Bump PORTREVISION.

PR:		27075
2005-04-11 21:22:43 +00:00
Greg Lewis
7ea5326d8e . Ignore errors from the call to registervm, otherwise one sees a whole
slew of spurious errors when upgrading the port.
2005-04-11 21:21:16 +00:00
Greg Lewis
df7dcddd09 . Separate standard variables from variables local to this Makefile. 2005-04-11 20:57:57 +00:00
Kris Kennaway
68f6b4caf4 BROKEN: Size mismatch 2005-04-10 21:55:52 +00:00
Greg Lewis
84df29c245 . When linprocfs is not mounted the Linux JDK will output a warning message,
unfortunately sending it to stdout.  When using such a JDK to bootstrap
  this line ends up at the head of generated classes, leaving them
  uncompilable.  Add a filter to the class generation to strip out such
  lines with egrep.

  A similar patch is present in the jdk14 port and prevents a semi-common
  class of error reports.

Approved by:	phantom (maintainer)
2005-04-08 18:29:29 +00:00
Greg Lewis
22667dd171 . Bump PORTREVISION, forgotten when doing the fixes prior to the ports
freeze.
. Fix a typo and improve some grammar in some user output.

Approved by:	phantom (maintainer)
2005-04-08 15:33:00 +00:00
Greg Lewis
b729cc5280 . Fix the build on FreeBSD 4.x by using <inttypes.h> rather than <stdint.h>
(which FreeBSD 4.x lacks).

Approved by:	phantom (maintainer)
2005-04-07 20:47:03 +00:00
Herve Quiroz
4b7746a712 - Update to 2.05 [1]
- Since NetRexxC.cmd and NetRexxC.sh do same thing, only install .sh version
  and remove dependency on rexx-imc (and remove the patch for NetRexxC.cmd) [1]
- Add a patch for NetRexxC.sh so the user is able to override JAVA_HOME at
  runtime [1]
- Use FIND | {MKDIR,INSTALL_DATA} to install documentation
- Add $FreeBSD$ tag in pkg-plist

PR:		79564 [1]
Submitted by:	Sam Lawrance <boris@brooknet.com.au> [1]
2005-04-05 23:02:27 +00:00
Herve Quiroz
a299b61b82 - Update to 1.1 (thus unbreaking the port) [1]
- Add 'graphics' category [2]

PR:		79555 [1]
Submitted by:	Sam Lawrance <boris@brooknet.com.au> [1]
Reported by:	portlint [2]
2005-04-05 12:35:15 +00:00
Herve Quiroz
7a4dc0b2ba - Update to bsd.java.mk 2.0
- Use ${JAVAJARDIR} and %%JAVAJARDIR%%
- Use %%EXAMPLESDIR%%
- Use PORTDOCS (and honor NOPORTDOCS)
- Add $FreeBSD$ tag in pkg-plist
2005-04-05 00:28:07 +00:00
Greg Lewis
6827b57be1 . Update to 1.5.0_02. 2005-04-04 19:55:10 +00:00
Greg Lewis
004a0209bf . Build from source.
. Ensure the documentation is installed with the correct permissions.
2005-04-04 19:54:23 +00:00
Kris Kennaway
21b72b7724 Reset inactive maintainer. Thanks for your work in the past! 2005-04-03 21:30:39 +00:00
Archie Cobbs
d61cc78947 Bump PORTREVISION for previous commit which fixed a bug.
Approved by:	portmgr
2005-04-02 00:05:56 +00:00
Archie Cobbs
ef738311c7 Add patch to fix a bug.
Approved by:	portmgr
2005-04-01 15:20:45 +00:00
Greg Lewis
4d4b949e11 . Unbreak the packing list by adding explicit PLIST_FILES/PLIST_DIRS for
files that are generated by the post-install script (which runs after
  the dynamic packing list has been generated).

Approved by:	portmgr (krion), phantom (maintainer)
2005-03-30 16:51:59 +00:00
Greg Lewis
9606aa53d0 . Unbreak the packing list by adding explicit PLIST_FILES/PLIST_DIRS for
files that are generated by the post-install script (which runs after
  the dynamic packing list has been generated).

Approved by:	portmgr (krion), phantom (maintainer)
2005-03-30 15:45:52 +00:00
Greg Lewis
268b4bf864 . Unbreak by updating to 1.2.2.
Approved by:	portmgr (krion)
2005-03-30 15:42:11 +00:00
Archie Cobbs
0104af0f3c Use ${ECHO_CMD} instead of ${ECHO} for "real" echoing.
Approved by:	portmgr (implicitly)
2005-03-29 14:59:38 +00:00
Archie Cobbs
17e32a18a4 Fix previous commit: use ${ECHO} instead of echo.
Approved by:	portmgr (implicitly)
2005-03-28 23:01:36 +00:00
Archie Cobbs
84eaef83b2 Unbreak by removing directory at uninstall time.
Approved by:	portmgr
2005-03-28 22:16:58 +00:00
Kris Kennaway
0216d5d962 BROKEN: Incomplete pkg-plist
Approved by:    portmgr (self)
2005-03-27 02:35:51 +00:00
Kris Kennaway
2d50c86fdb BROKEN: Incorrect pkg-plist
Approved by:    portmgr (self)
2005-03-26 20:43:58 +00:00
Kris Kennaway
f78bb3abde Switch over NOT_FOR_ARCHS to ONLY_FOR_ARCHS=i386 since the configure
script does not seem to allow anything else.

Approved by:    portmgr (self)
2005-03-26 20:31:39 +00:00
Kris Kennaway
b919d86778 BROKEN: Incorrect pkg-plist
Approved by:    portmgr (self)
2005-03-26 20:29:49 +00:00
Kris Kennaway
11b32e61d2 BROKEN: Unfetchable
Approved by:    portmgr (self)
2005-03-26 20:15:05 +00:00
Kris Kennaway
0a64cde632 BROKEN: Unfetchable
Approved by:    portmgr (self)
2005-03-26 19:46:20 +00:00
Kris Kennaway
654d5b9628 BROKEN: Size mismatch
Approved by:    portmgr (kris)
2005-03-26 07:08:21 +00:00
Kris Kennaway
e0e7cc9d88 BROKEN: Size mismatch
Approved by:	portmgr (kris)
2005-03-26 07:02:24 +00:00
Mikhail Teterin
e1463c2f89 Upgrade from 1.7.0 to 1.7.1. The former is no longer available on the
vendor's site.

Approved by:	portmgr	(kris)
2005-03-25 00:59:41 +00:00
Greg Lewis
3e5f30ab66 . Fix a typo that results in an undefined reference (sizof -> sizeof).
PR:		77725
Submitted by:	Anthony Ginepro <anthony.ginepro@laposte.net>
2005-03-21 05:49:33 +00:00
Greg Lewis
760bd5c4bb . Fix a performance issue by using the correct INTERRUPTIBLE_NORESTART
macro.  This will be in patchset 2.

PR:		77162
Submitted by:	phantom
2005-03-21 05:48:04 +00:00
Archie Cobbs
db5bbcfd50 Update to version 1.4.0. 2005-03-21 02:27:56 +00:00
Archie Cobbs
0eeb561272 Update to version 0.14. 2005-03-21 02:27:48 +00:00
Herve Quiroz
17963408e4 - Install Sun Code Conventions sample file [1]
- Disable jikes

PR:		78229 [1]
Submitted by:	Daniel Grund <daniel@dgrund.de> [1]
Approved by:	maintainer timeout
2005-03-20 14:38:06 +00:00
Kirill Ponomarev
732588f89d Remove hardcoded WRKDIR.
Proposed by:	des
2005-03-19 19:00:27 +00:00
Alex Dupre
13e1379905 Unbreak: fix dependency and add a master site. 2005-03-16 15:39:14 +00:00
Wes Peters
71af1d1be7 v4all visual editor toolkit for eclipse.
Supports graphic editing of user interfaces for Swing and SWT.
2005-03-14 05:41:18 +00:00
Joe Marcus Clarke
b3458f652e Bump PORTREVISION to chase the glib20 shared lib version change. 2005-03-12 10:54:27 +00:00
Roman Bogorodskiy
ba8c695480 Change maintainer's e-mail.
PR:	78669
Submitted by:	maintainer
Approved by:	krion (mentor)
2005-03-10 17:24:59 +00:00
Trevor Johnson
e66743b7d5 Respect the user's USE_LINUX setting. 2005-03-01 21:51:48 +00:00
Volker Stolz
2e7c78f174 - Update to 1.1 (which means we need to bump PORTEPOCH because we must have
been sleeping when we imported 1.06). Since 'jasmin' now uses 'ant',
   Java 1.2+ is required, although you still might get away with 1.1 if you
   build it by hand.
- Add secondary category 'lang'

PR:		ports/78068
Approved by:	maintainer, hq
2005-03-01 21:29:29 +00:00
Archie Cobbs
8121ec3a81 Update project home page. 2005-02-28 01:08:32 +00:00
Herve Quiroz
35306eaa39 - Move WITH_EXTRAS knob explanation in pre-extract
- Move some useful information into PKGMESSAGE
- ECHO -> ECHO_MSG

PR:		77983
Submitted by:	maintainer
2005-02-24 02:11:11 +00:00
Archie Cobbs
2b3e4df23c Upgrade to version 1.3.2. 2005-02-23 15:34:14 +00:00
Herve Quiroz
c79c04ae1f - Update to version 2005.02.17
- Add WITH_EXTRAS knob to include source code examples
- Improve pkg-descr

PR:		77796
Submitted by:	maintainer
2005-02-21 00:58:30 +00:00
Herve Quiroz
4313297a0c MX4J is a project to build an Open Source implementation of the
Java(TM) Management Extensions (JMX) and of the JMX Remote API
(JSR 160) specifications, and to build tools relating to JMX.

JMX is an optional package for J2SE that provides a standard
way to manage applications. It can also be used to wrap legacy
systems and provide a standard interface to the outside world,
enabling the development of web services. JMX allows developers
to write more modular and loosely coupled system components and
reduce the complexity of large, interoperating systems.

WWW: http://mx4j.sourceforge.net

PR:		77642
Submitted by:	filippo@widestore.net
2005-02-20 23:01:02 +00:00
Herve Quiroz
dce0f466da Add 'devel' category 2005-02-19 00:54:43 +00:00
Greg Lewis
1ca853b76c . Since this is a 1.5 VM, reference the native 1.5 port, not the native
1.4 port.
2005-02-18 23:19:40 +00:00
Greg Lewis
8a40390bb7 . Update to 1.5.0_01.
. Since the Makefile does a registervm, do the correct
  registervm/unregistervm dance in the packing list or we get stuck
  with a registered non-existent VM when the package is deinstalled.
2005-02-18 23:18:31 +00:00
Greg Lewis
8feb88e6e0 . Move the invocation of unregistervm to the top of the packing list.
This ensures that this command is run before the files in the package
  are deleted (which is necessary for it to correctly delete the symbolic
  links created by registervm).

Approved by:	phantom (maintainer)
2005-02-18 17:21:52 +00:00
Herve Quiroz
78613323a4 - Update to bsd.java.mk 2.0
- Minor cosmetic improvement
2005-02-18 15:23:34 +00:00
Greg Lewis
e09d999d99 . Move the invocation of unregistervm to the top of the packing list.
This ensures that this command is run before the files in the package
  are deleted (which is necessary for it to correctly delete the symbolic
  links created by registervm).
2005-02-17 20:56:32 +00:00
Greg Lewis
1c9b9b269f . Move the invocation of unregistervm to the top of the packing list.
This ensures that this command is run before the files in the package
  are deleted (which is necessary for it to correctly delete the symbolic
  links created by registervm).
2005-02-17 19:57:59 +00:00
Greg Lewis
6253055c55 . Move the invocation of unregistervm to the top of the packing list.
This ensures that this command is run before the files in the package
  are deleted (which is necessary for it to correctly delete the symbolic
  links created by registervm).
2005-02-17 19:41:13 +00:00
Greg Lewis
1d15db125a . Move the invocation of unregistervm to the top of the packing list.
This ensures that this command is run before the files in the package
  are deleted (which is necessary for it to correctly delete the symbolic
  links created by registervm).
2005-02-17 19:32:02 +00:00
Herve Quiroz
0be226e7de - Change maintainer address [1]
- Install in DOCSDIR [1]
- Use PORTDOCS to get rid of pkg-plist
- ECHO -> ECHO_MSG
- Bump PORTREVISION

PR:		77583 [1]
Submitted by:	maintainer [1]
Approved by:	maintainer
2005-02-17 19:21:00 +00:00
Herve Quiroz
8fe3431f51 - Update to bsd.java.mk 2.0
- Add 'databases' category
- Use ${JAVAJARDIR} and %%JAVAJARDIR%%
- CP -> INSTALL_DATA
- Honor hier(7): install docs in DOCSDIR and samples in EXAMPLESDIR
- Honor NOPORTDOCS
- Minor cosmetic improvements
- Bump PORTREVISION
2005-02-17 18:41:09 +00:00
Herve Quiroz
91f785b086 Update to bsd.java.mk 2.0 2005-02-17 18:08:05 +00:00
Greg Lewis
5f64f10a76 . Sort. 2005-02-17 01:45:03 +00:00
Greg Lewis
ef7cb8d5fa . Move the invocation of unregistervm to the top of the packing list.
This ensures that this command is run before the files in the package
  are deleted (which is necessary for it to correctly delete the symbolic
  links created by registervm).

  This fixes the packing list failures seen on pointyhat.
2005-02-17 01:43:48 +00:00
Greg Lewis
8ad8853ee7 . Update to 1.4.2_07. 2005-02-16 18:30:44 +00:00
Herve Quiroz
67da479e96 Pass maintainership
PR:		77547
Submitted by:	Parv <parv@pair.com> (former maintainer)
Approved by:	Michael C. Shultz <reso3w83@verizon.net> (new maintainer)
2005-02-15 17:19:23 +00:00