summaryrefslogtreecommitdiff
path: root/java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* . Since this is a 1.5 VM, reference the native 1.5 port, not the nativeGreg Lewis2005-02-182-2/+2
| | | | | | | 1.4 port. Notes: svn path=/head/; revision=129232
* . Update to 1.5.0_01.Greg Lewis2005-02-186-14/+28
| | | | | | | | | . 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. Notes: svn path=/head/; revision=129231
* . Move the invocation of unregistervm to the top of the packing list.Greg Lewis2005-02-183-3/+3
| | | | | | | | | | | 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) Notes: svn path=/head/; revision=129191
* - Update to bsd.java.mk 2.0Herve Quiroz2005-02-181-2/+3
| | | | | | | - Minor cosmetic improvement Notes: svn path=/head/; revision=129186
* . Move the invocation of unregistervm to the top of the packing list.Greg Lewis2005-02-174-4/+4
| | | | | | | | | 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). Notes: svn path=/head/; revision=129110
* . Move the invocation of unregistervm to the top of the packing list.Greg Lewis2005-02-174-4/+4
| | | | | | | | | 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). Notes: svn path=/head/; revision=129107
* . Move the invocation of unregistervm to the top of the packing list.Greg Lewis2005-02-174-4/+4
| | | | | | | | | 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). Notes: svn path=/head/; revision=129106
* . Move the invocation of unregistervm to the top of the packing list.Greg Lewis2005-02-172-2/+2
| | | | | | | | | 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). Notes: svn path=/head/; revision=129105
* - Change maintainer address [1]Herve Quiroz2005-02-172-3760/+11
| | | | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=129104
* - Update to bsd.java.mk 2.0Herve Quiroz2005-02-172-58/+30
| | | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=129103
* Update to bsd.java.mk 2.0Herve Quiroz2005-02-172-2/+3
| | | | Notes: svn path=/head/; revision=129101
* . Sort.Greg Lewis2005-02-171-1/+1
| | | | Notes: svn path=/head/; revision=129056
* . Move the invocation of unregistervm to the top of the packing list.Greg Lewis2005-02-171-1/+1
| | | | | | | | | | | 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. Notes: svn path=/head/; revision=129055
* . Update to 1.4.2_07.Greg Lewis2005-02-162-4/+4
| | | | Notes: svn path=/head/; revision=129038
* Pass maintainershipHerve Quiroz2005-02-151-1/+1
| | | | | | | | | PR: 77547 Submitted by: Parv <parv@pair.com> (former maintainer) Approved by: Michael C. Shultz <reso3w83@verizon.net> (new maintainer) Notes: svn path=/head/; revision=128944
* Add drexelsnmp, another Java SNMP package.Anders Nordby2005-02-155-0/+49
| | | | | | | Sponsored by: University of Tromsø & University of Bergen Notes: svn path=/head/; revision=128922
* - Update to bsd.java.mk 2.0Herve Quiroz2005-02-132-10/+12
| | | | | | | - ECHO_CMD -> ECHO_MSG Notes: svn path=/head/; revision=128731
* - Update to bsd.java.mk 2.0Herve Quiroz2005-02-132-94/+94
| | | | | | | | | | - Add 'devel' category - Use DATADIR=${JAVASHAREDIR}/${PORTNAME} - Use %%JAVAJARDIR%% and %%DATADIR%% in pkg-plist - CP -> INSTALL_DATA Notes: svn path=/head/; revision=128730
* With portmgr hat on, reset maintainership of these ports. Maintainer'sMark Linimon2005-02-131-1/+1
| | | | | | | | | | | | old email address bounces, and he has not been responsive to email on the only other one we have for him. These ports are now available for adoption. Come back coop, we miss ya ... Notes: svn path=/head/; revision=128714
* - Update to bsd.java.mk 2.0 (and use JAVA_OS=native)Herve Quiroz2005-02-091-27/+18
| | | | | | | | | | | | - Unbreak on 5.3+ [1] - JAVALIBDIR -> JDKLIBDIR (JAVALIBDIR is used for something else) - portlint: fix COMMENT length - Use PKGNAMESUFFIX to allow multiple instances with different JDKs Submitted by: mat [1] (via IRC) Notes: svn path=/head/; revision=128396
* Update to 3.0.1.03Herve Quiroz2005-02-062-9/+9
| | | | | | | | PR: 77126 Submitted by: maintainer Notes: svn path=/head/; revision=128163
* Update to 3.0.1.Norikatsu Shigemura2005-02-065-2014/+2450
| | | | Notes: svn path=/head/; revision=128159
* Remove some uninstall files, and bump PORTREVISION.Norikatsu Shigemura2005-02-062-3/+1
| | | | Notes: svn path=/head/; revision=128157
* This is a port of 'JE', or Berkeley DB Java Edition -- a pure JavaMikhail Teterin2005-02-056-0/+437
| | | | | | | | | | | implementation of "db". See: http://www.sleepycat.com/products/je.shtml for more information. Notes: svn path=/head/; revision=128054
* . Update to 3.5.Greg Lewis2005-02-042-7/+9
| | | | | | | | PR: 77102 Submitted by: Dave Glowacki <dglo@icecube.wisc.edu> (maintainer) Notes: svn path=/head/; revision=128042
* Fix build on 4.x (gcc295)Volker Stolz2005-02-031-0/+14
| | | | | | | | PR: ports/77036 Submitted by: Ronald Klop (maintainer) Notes: svn path=/head/; revision=127965
* - Update to bsd.java.mk 2.0Herve Quiroz2005-02-031-11/+5
| | | | | | | | | - Use JAVAJARDIR - ECHO -> ECHO_MSG - CP -> INSTALL_DATA Notes: svn path=/head/; revision=127948
* - Update to bsd.java.mk 2.0Herve Quiroz2005-02-033-3/+13
| | | | | | | | - Add a new launcher shell script: 'jlex' - Update pkg-message accordingly and bump PORTREVISION Notes: svn path=/head/; revision=127947
* Update to bsd.java.mk 2.0Herve Quiroz2005-02-032-2/+3
| | | | Notes: svn path=/head/; revision=127946
* - Update to bsd.java.mk 2.0Herve Quiroz2005-02-032-12/+11
| | | | | | | - Use JAVAJARDIR Notes: svn path=/head/; revision=127945
* - Update to bsd.java.mk 2.0Herve Quiroz2005-02-032-5/+10
| | | | | | | | - Use JAVAJARDIR - Add a launcher shell script: 'bsh' Notes: svn path=/head/; revision=127942
* nork is workingDaichi GOTO2005-02-021-1/+0
| | | | | | | Submitted by: nork Notes: svn path=/head/; revision=127909
* Update to 2.3Volker Stolz2005-02-012-4/+3
| | | | Notes: svn path=/head/; revision=127841
* Add support for picking up of motif includes and libraries via newlyAlexey Zelkin2005-01-311-3/+22
| | | | | | | | | added open-motif-jdk port. It's controlled via WITH_OPENMOTIF_JDK knob and currently disabled by default (it still requires additional testing and checking) Notes: svn path=/head/; revision=127791
* Unbreak plist generationAlexey Zelkin2005-01-293-24/+15
| | | | Notes: svn path=/head/; revision=127599
* Update description, Makefile-wibbleVolker Stolz2005-01-244-44/+44
| | | | | | | | PR: ports/76523 Submitted by: Jonathan Chen (maintainer) Notes: svn path=/head/; revision=127176
* Add 'devel' categoryHerve Quiroz2005-01-211-1/+1
| | | | | | | Approved by: Jonathan Chen <jonc@chen.org.nz> Notes: svn path=/head/; revision=127044
* Add 'devel' categoryHerve Quiroz2005-01-211-1/+1
| | | | | | | Approved by: maintainer Notes: svn path=/head/; revision=127042
* - Update to bsd.java.mk 2.0Herve Quiroz2005-01-212-216/+25
| | | | | | | | | | | | | - Use JAVAJARDIR and JAVALIBDIR - Dynamic plist - Unroll documentation install loop - Honor hier(7): install samples in ${EXAMPLESDIR} PR: 74285 Submitted by: me Notes: svn path=/head/; revision=127041
* Pass maintainership to hq.OKAZAKI Tetsurou2005-01-211-1/+1
| | | | Notes: svn path=/head/; revision=127019
* One more place to reflect existence of jdk 1.5.Alexey Zelkin2005-01-212-5/+8
| | | | | | | Bump PORTREVISION Notes: svn path=/head/; revision=126997
* Connect jdk15 to buildAlexey Zelkin2005-01-201-0/+1
| | | | Notes: svn path=/head/; revision=126910
* Please welcome new participant of FreeBSD ports tree and Java portsAlexey Zelkin2005-01-2026-4050/+220
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | family -- first public patchset of native Sun JDK 1.5.0 port. Most valuable addition of this patchset is native amd64 support. And special thanks goes to Daniel Seuffert <ds@freeBSD.org> for making it possible by providing amd64 hardware. This patchset was tested on following configurations: i386/4.10, i386/5.3, amd64/5.3. 5.3-RELEASE support is quite strong and shown no huge visible problems over last week. But even mentioning above note, keep in mind -- THIS IS ALPHA PATCHSET and suitable for testers/developers ONLY! Known issues are including (but for sure not limited to): . Browser plugin support is missing . JVMTI, JDWP and JMX are not tested yet . FreeBSD i386/4.10 support is suffering from hidden memory allocation failres (ideas and patches are welcome) NOTE ABOUT BOOTSTRAPING: It's possible to bootstrap jdk 1.5.0 using jdk 1.4.2 (either native or linux one). There's no need to have java/linux_jdk15 installed and working. Supported by: FreeBSD Foundation Notes: svn path=/head/; revision=126909
* Update to 2.1.0.Norikatsu Shigemura2005-01-183-9/+66
| | | | | | | | PR: ports/75779 Submitted by: Tom McLaughlin <tmclaugh@sdf.lonestar.org> Notes: svn path=/head/; revision=126717
* - Update to bsd.java.mk 2.0 [1]Herve Quiroz2005-01-186-9/+17
| | | | | | | | | | | | | - Remove redundant PLIST_SUB entry - Use %%JAVAJARDIR%% in pkg-plist - Add $FreeBSD$ tags - Some portlint tweaks PR: 76036 [1] Submitted by: maintainer [1] Notes: svn path=/head/; revision=126700
* - Update to bsd.java.mk 2.0 [1]Herve Quiroz2005-01-181-2/+3
| | | | | | | | | | - Add 'devel' category PR: 76036 [1] Submitted by: maintainer [1] Notes: svn path=/head/; revision=126699
* - Update to bsd.java.mk 2.0 [1]Herve Quiroz2005-01-183-23/+25
| | | | | | | | | | | | | | | | | | | - Use USE_ANT - Remove unneeded PLIST_SUB entries - Dynamic packing list - Use JAVALIBDIR in BUILD_DEPENDS - Use INSTALL_DATA to install documentation and JAR files - Use ECHO_MSG rather than ECHO - Use MASTER_SITE_APACHE_JAKARTA - Remove DIST_SUBDIR - Add 'devel' category PR: 76036 Submitted by: maintainer [1] Approved by: maintainer Notes: svn path=/head/; revision=126697
* Update to 1.1.0.Norikatsu Shigemura2005-01-162-6/+6
| | | | | | | | PR: ports/76082 Submitted by: mitsuru@riken.jp (maintainer) Notes: svn path=/head/; revision=126555
* Fix plist.Kirill Ponomarev2005-01-151-0/+11
| | | | Notes: svn path=/head/; revision=126489
* Remove unused fileAlexey Zelkin2005-01-141-1763/+0
| | | | Notes: svn path=/head/; revision=126439