summaryrefslogtreecommitdiff
path: root/java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Castor is a data binding framework for Java. It's the shortest pathHerve Quiroz2005-05-144-0/+45
| | | | | | | | | | | | | 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> Notes: svn path=/head/; revision=135248
* . Ensure that when files are extracted that their fully resolved path liesGreg Lewis2005-05-126-2/+144
| | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=135102
* . Fix various problems with time zone handling including:Greg Lewis2005-05-122-0/+200
| | | | | | | | | | | . /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 Notes: svn path=/head/; revision=135101
* . Using dladdr(3) to determine the path to the current executable, andGreg Lewis2005-05-122-0/+124
| | | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=135100
* . Ensure that when files are extracted that their fully resolved path liesGreg Lewis2005-05-113-0/+72
| | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=135087
* Update to version 1.4.4.Archie Cobbs2005-05-112-5/+4
| | | | Notes: svn path=/head/; revision=135056
* Fix size mismatch. According to the submitter:Thierry Thomas2005-05-083-6/+3
| | | | | | | | | | | | | | | | 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> Notes: svn path=/head/; revision=134877
* BROKEN: Incomplete pkg-plistKris Kennaway2005-05-072-0/+4
| | | | Notes: svn path=/head/; revision=134815
* Add eclipse-devel 3.1M6, an open extensible IDE for anything and nothingNorikatsu Shigemura2005-05-0731-0/+1104
| | | | | | | | | | in particular. PR: ports/79917 Submitted by: various members of freebsd-java Notes: svn path=/head/; revision=134751
* . Update to 1.3.2.Greg Lewis2005-05-032-6/+5
| | | | | | | Submitted by: "DAIGU" <daigu@pop02.odn.ne.jp> Notes: svn path=/head/; revision=134566
* . Ensure that when files are extracted that their fully resolved path liesGreg Lewis2005-05-023-1/+72
| | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=134505
* . Update to 1.5.0_03.Greg Lewis2005-04-296-254/+1194
| | | | Notes: svn path=/head/; revision=134363
* . Add $FreeBSD$.Greg Lewis2005-04-282-0/+4
| | | | Notes: svn path=/head/; revision=134332
* . Bump PORTREVISION for the previous fix for jar(1).Greg Lewis2005-04-271-8/+8
| | | | | | | . Don't build the plugin by default as it has security flaws. Notes: svn path=/head/; revision=134276
* . Ensure that when files are extracted that their fully resolved path liesGreg Lewis2005-04-272-0/+67
| | | | | | | | | | | 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. Notes: svn path=/head/; revision=134275
* - Update to 3.2 [1]Herve Quiroz2005-04-275-55/+111
| | | | | | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=134274
* - Upgrade to version 1.4.3.Archie Cobbs2005-04-253-7/+19
| | | | | | | - Change JAVA_BUILD from "yes" to "jre" Notes: svn path=/head/; revision=134159
* . Update description.Greg Lewis2005-04-251-2/+4
| | | | | | | Suggested by: hq Notes: svn path=/head/; revision=134145
* - Update to version 2005.04.15Herve Quiroz2005-04-192-10/+10
| | | | | | | | | | | - Add 'devel' category [1] PR: 80120 Submitted by: maintainer Reported by: portlint [1] Notes: svn path=/head/; revision=133715
* . Fix various problems with time zone handling including:Greg Lewis2005-04-181-0/+101
| | | | | | | | | | . /etc/localtime is a symlink. . /etc/localtime contains a time zone not recognised by the JDK. Submitted by: Kurt Miller <truk@optonline.net> Notes: svn path=/head/; revision=133601
* . Try to clarify that the BUGS section is talking about the Java VMGreg Lewis2005-04-181-3/+4
| | | | | | | | | | 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 Notes: svn path=/head/; revision=133600
* . Update to 1.4.2_08.Greg Lewis2005-04-142-4/+4
| | | | Notes: svn path=/head/; revision=133344
* Upgrade to version 1.4.2.Archie Cobbs2005-04-143-15/+3
| | | | Notes: svn path=/head/; revision=133331
* . A big mdoc fixup kindly provided by the mdoc police. Any problems shouldGreg Lewis2005-04-124-33/+72
| | | | | | | | | | be attributed to my merging of the mdoc fixes with some content changes I had made. Submitted by: simon Notes: svn path=/head/; revision=133176
* . Yet more clarification of how the selection of the Java VM can beGreg Lewis2005-04-121-1/+4
| | | | | | | different depending on whether bsd.java.mk exists on the system. Notes: svn path=/head/; revision=133159
* . Fix some sentence breaks.Greg Lewis2005-04-122-6/+29
| | | | | | | | | . Add some more details on how javavmwrapper selects the VM. [2] Suggested by: hq [2] Notes: svn path=/head/; revision=133155
* . Document that the environment variables can also be a space delimitedGreg Lewis2005-04-121-9/+13
| | | | | | | | | list of values, not just a single value. Pointed out by: hq Notes: svn path=/head/; revision=133152
* . Install manual pages for javavmwrapper.Greg Lewis2005-04-115-1/+318
| | | | | | | | | . Bump PORTREVISION. PR: 27075 Notes: svn path=/head/; revision=133092
* . Ignore errors from the call to registervm, otherwise one sees a wholeGreg Lewis2005-04-111-2/+2
| | | | | | | slew of spurious errors when upgrading the port. Notes: svn path=/head/; revision=133091
* . Separate standard variables from variables local to this Makefile.Greg Lewis2005-04-111-1/+2
| | | | Notes: svn path=/head/; revision=133085
* BROKEN: Size mismatchKris Kennaway2005-04-101-0/+2
| | | | Notes: svn path=/head/; revision=132969
* . When linprocfs is not mounted the Linux JDK will output a warning message,Greg Lewis2005-04-082-0/+34
| | | | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=132777
* . Bump PORTREVISION, forgotten when doing the fixes prior to the portsGreg Lewis2005-04-082-6/+8
| | | | | | | | | | freeze. . Fix a typo and improve some grammar in some user output. Approved by: phantom (maintainer) Notes: svn path=/head/; revision=132768
* . Fix the build on FreeBSD 4.x by using <inttypes.h> rather than <stdint.h>Greg Lewis2005-04-076-0/+92
| | | | | | | | | (which FreeBSD 4.x lacks). Approved by: phantom (maintainer) Notes: svn path=/head/; revision=132721
* - Update to 2.05 [1]Herve Quiroz2005-04-055-31/+52
| | | | | | | | | | | | | | | - 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] Notes: svn path=/head/; revision=132599
* - Update to 1.1 (thus unbreaking the port) [1]Herve Quiroz2005-04-052-7/+4
| | | | | | | | | | | - Add 'graphics' category [2] PR: 79555 [1] Submitted by: Sam Lawrance <boris@brooknet.com.au> [1] Reported by: portlint [2] Notes: svn path=/head/; revision=132555
* - Update to bsd.java.mk 2.0Herve Quiroz2005-04-052-1040/+450
| | | | | | | | | | - Use ${JAVAJARDIR} and %%JAVAJARDIR%% - Use %%EXAMPLESDIR%% - Use PORTDOCS (and honor NOPORTDOCS) - Add $FreeBSD$ tag in pkg-plist Notes: svn path=/head/; revision=132512
* . Update to 1.5.0_02.Greg Lewis2005-04-044-6/+6
| | | | Notes: svn path=/head/; revision=132497
* . Build from source.Greg Lewis2005-04-041-6/+11
| | | | | | | . Ensure the documentation is installed with the correct permissions. Notes: svn path=/head/; revision=132496
* Reset inactive maintainer. Thanks for your work in the past!Kris Kennaway2005-04-031-1/+1
| | | | Notes: svn path=/head/; revision=132381
* Bump PORTREVISION for previous commit which fixed a bug.Archie Cobbs2005-04-021-0/+1
| | | | | | | Approved by: portmgr Notes: svn path=/head/; revision=132150
* Add patch to fix a bug.Archie Cobbs2005-04-011-0/+11
| | | | | | | Approved by: portmgr Notes: svn path=/head/; revision=132138
* . Unbreak the packing list by adding explicit PLIST_FILES/PLIST_DIRS forGreg Lewis2005-03-302-0/+8
| | | | | | | | | | 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) Notes: svn path=/head/; revision=132124
* . Unbreak the packing list by adding explicit PLIST_FILES/PLIST_DIRS forGreg Lewis2005-03-301-0/+4
| | | | | | | | | | 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) Notes: svn path=/head/; revision=132123
* . Unbreak by updating to 1.2.2.Greg Lewis2005-03-302-8/+7
| | | | | | | Approved by: portmgr (krion) Notes: svn path=/head/; revision=132122
* Use ${ECHO_CMD} instead of ${ECHO} for "real" echoing.Archie Cobbs2005-03-291-1/+1
| | | | | | | Approved by: portmgr (implicitly) Notes: svn path=/head/; revision=132112
* Fix previous commit: use ${ECHO} instead of echo.Archie Cobbs2005-03-281-1/+1
| | | | | | | Approved by: portmgr (implicitly) Notes: svn path=/head/; revision=132103
* Unbreak by removing directory at uninstall time.Archie Cobbs2005-03-281-2/+1
| | | | | | | Approved by: portmgr Notes: svn path=/head/; revision=132102
* BROKEN: Incomplete pkg-plistKris Kennaway2005-03-271-0/+2
| | | | | | | Approved by: portmgr (self) Notes: svn path=/head/; revision=132079
* BROKEN: Incorrect pkg-plistKris Kennaway2005-03-261-0/+2
| | | | | | | Approved by: portmgr (self) Notes: svn path=/head/; revision=131996