summaryrefslogtreecommitdiffstats
path: root/java
Commit message (Collapse)AuthorAgeFilesLines
* . JAVALIBDIR is more appropriate than JAVAJARDIR now we have it.glewis2004-09-032-4/+4
|
* - Fixed DISTNAME [1]hq2004-09-033-419/+46
| | | | | | | | | | | | | | | | | | | - Use LOCALBASE rather than PREFIX in RUN_DEPENDS - Now bsd.java.mk 2.0 compliant - Use CPIO rather than CP - Use JAVAJARDIR and JAVASHAREDIR - Removed pkg-plist (use dynamic plist and PORTDOCS) - Honor NOPORTDOCS - Honor hier(7): documentation in DOCSDIR and examples in EXAMPLESDIR [2] - Honor "best practices for a Java library" from Porter's handbook, Java section: JARs in JAVAJARDIR. [2] - SIZEify - Added 'mail' category PR: 71235 [1] Submitted by: Rainer Duffner <rainer@ultra-secure.de> [1] Reviewed by: glewis [2] Approved by: glewis (mentor)
* - Fixed DISTNAME [1]hq2004-09-033-102/+40
| | | | | | | | | | | | | | | | - Now bsd.java.mk 2.0 compliant - Use CPIO rather than CP - Use JAVAJARDIR and JAVASHAREDIR - Removed pkg-plist (use dynamic plist and PORTDOCS) - Honor NOPORTDOCS - Honor hier(7): documentation in DOCSDIR and examples in EXAMPLESDIR - Honor "best practices for a Java library" from Porter's handbook, Java section: JARs in JAVAJARDIR. - Added 'devel' category - SIZEify Pointed out by: Rainer Duffner <rainer@ultra-secure.de> [1] Approved by: glewis (mentor)
* . Assume (un)registervm is in LOCALBASE _not_ PREFIX.glewis2004-09-023-6/+6
| | | | | . Call unregistervm with the VM we registered, not the comment associated with it (as comments should be optional).
* . Assume (un)registervm is in LOCALBASE _not_ PREFIX.glewis2004-09-011-2/+2
| | | | | . Call unregistervm with the VM we registered, not the comment associated with (as comments should be optional).
* . Assume (un)registervm is in LOCALBASE _not_ PREFIX.glewis2004-09-011-2/+2
| | | | | . Call unregistervm with the VM we registered, not the comment associated with (as comments should be optional).
* . Assume (un)registervm is in LOCALBASE _not_ PREFIX.glewis2004-09-011-2/+2
| | | | | . Call unregistervm with the VM we registered, not the comment associated with (as comments should be optional).
* . Assume (un)registervm is in LOCALBASE _not_ PREFIX.glewis2004-09-011-2/+2
| | | | | . Call unregistervm with the VM we registered, not the comment associated with (as comments should be optional).
* . Assume (un)registervm is in LOCALBASE _not_ PREFIX.glewis2004-09-011-2/+4
| | | | | | | . Make the comment for the registervm call consistent with the conventional naming scheme and the one in Makefile. . Add missing creation and deletion of %%PREFIX%%/share/doc/java for consistency with other JDK pkg-plists.
* . Assume (un)registervm is in LOCALBASE _not_ PREFIX.glewis2004-09-011-2/+4
| | | | | | | . Make the comment for the registervm call consistent with the conventional naming scheme and the one in Makefile. . Add missing creation and deletion of %%PREFIX%%/share/doc/java for consistency with other JDK pkg-plists.
* . Update to 1.4.2 GA.glewis2004-09-013-47/+112
| | | | | . Make DISTNAME and COMMENT version change resistant. . Prefix the comment passed to registervm with "Linux-" for consistency.
* . Consistently prefix the comment in the call to registervm with "Linux-"glewis2004-09-011-1/+1
| | | | for Linux JDKs.
* . Add missing creation and deletion of %%PREFIX%%/share/doc/java forglewis2004-09-011-2/+4
| | | | | consistency with other JDK pkg-plists. . Add a comment to the registervm call (also for consistency)
* . Assume (un)registervm is in LOCALBASE _not_ PREFIX.glewis2004-09-011-2/+2
| | | | | . Call unregistervm with the VM we registered, not the comment associated with (as comments should be optional).
* . Add missing calls to registervm and unregistervm.glewis2004-09-011-0/+4
| | | | | . Add missing creation and deletion of %%PREFIX%%/share/doc/java for consistency with other JDK pkg-plists.
* . Add a missing call to registervm.glewis2004-09-011-1/+4
| | | | | . Add missing creation and deletion of %%PREFIX%%/share/doc/java for consistency with other JDK pkg-plists.
* Fix permissions issue caused by last commit.hq2004-09-011-0/+2
| | | | Approved by: glewis (mentor)
* - Now bsd.java.mk 2.0 complianthq2004-09-012-15/+10
| | | | | | | | | | - Cosmetic changes: removed some unnecessary variable - Use CPIO rather than MKDIR/INSTALL_DATA - Added 'textproc' category - Use my FreeBSD address for maintainership purposes - Removed my name from pkg-descr Approved by: glewis (mentor)
* - Fixed MASTER_SITE_SUBDIR (binary and source releases are the same so this ishq2004-09-013-32/+21
| | | | | | | | | | | | | | not really a fix) - Now bsd.java.mk 2.0 compliant - Cosmetic changes: ECHO_CMD -> ECHO_MSG and removed unnecessary variables - Use CPIO rather than MKDIR/INSTALL_MAN/INSTALL_DATA - Removed JAR file for pkg-plist - Added 'devel' category - Removed unnecessary 'post-install' target - Updated homepage in pkg-descr - Use my FreeBSD address for maintainership purposes Approved by: glewis (mentor)
* - Use MASTER_SITE_APACHEhq2004-09-012-20/+16
| | | | | | | | | | | | - Now bsd.java.mk 2.0 compliant - Cosmetic changes: ECHO_CMD -> ECHO_MSG and removed unnecessary variables - Use CPIO rather than MKDIR/INSTALL_MAN - Removed pkg-plist - Added 'devel' category - Removed unnecessary 'post-install' target - Use my FreeBSD address for maintainership purposes Approved by: glewis (mentor)
* - Build from sourcehq2004-09-014-24/+23
| | | | | | | | | | | | | | - Use USE_ANT - Now bsd.java.mk 2.0 compliant - Cosmetic changes: ECHO_CMD -> ECHO_MSG and removed unnecessary variables - Use CPIO rather than MKDIR/INSTALL_MAN - Removed pkg-plist - Install LICENSE.txt - SIZEify (!) - Use my FreeBSD address for maintainership purposes - Removed my name from pkg-descr Approved by: glewis (mentor)
* add classpath 0.10ijliao2004-09-015-0/+60
| | | | A GNU project to create free core class libraries
* . Assume (un)registervm is in LOCALBASE _not_ PREFIX.glewis2004-09-011-2/+2
| | | | | . Call unregistervm with the VM we registered, not the comment associated with (as comments should be optional).
* . Teach the packing list that we don't care if we can't removeglewis2004-09-011-3/+3
| | | | | | | %D/share/doc/java. . Assume (un)registervm is in LOCALBASE _not_ PREFIX. . Call unregistervm with the VM we registered, not the comment associated with (as comments should be optional).
* . Clean up all the .orig files from patching and do it in post-patch ratherglewis2004-09-011-1/+3
| | | | than do-install. This fixes the packing list.
* . Assume (un)registervm is in LOCALBASE _not_ PREFIX.glewis2004-09-011-2/+2
| | | | | . Call unregistervm with the VM we registered, not the comment associated with (as comments should be optional).
* . Fix the plugin build for gcc 3.4.glewis2004-08-311-0/+22
| | | | Submitted by: Timo Geusch <freebsd@unixconsult.co.uk>
* . Assume (un)registervm is in LOCALBASE _not_ PREFIX.glewis2004-08-311-2/+2
|
* . Don't let find(1) descend into directories that may have already beenglewis2004-08-311-1/+1
| | | | | | | deleted. PR: 71019 Submitted by: Rainer Goellner <rainer@jabbe.de>
* add jcckit 1.0ijliao2004-08-304-0/+62
| | | | Java Chart Construction Kit
* Fix typo.olgeni2004-08-281-1/+1
|
* Update to 1.0M2.linimon2004-08-283-781/+781
| | | | | | PR: ports/70053 Submitted by: SUGIMURA Takashi <sugimura at jp dot FreeBSD dot org> Approved by: maintainer
* Update to 1.0M2. While here, parameterize common parts of plist.linimon2004-08-283-878/+878
| | | | | | PR: ports/70056 Submitted by: SUGIMURA Takashi <sugimura at jp dot FreeBSD dot org> Approved by: maintainer
* Update to 1.0M2. While here, parameterize plist.linimon2004-08-283-61/+62
| | | | | PR: ports/70057 Submitted by: SUGIMURA Takashi <sugimura at jp dot FreeBSD dot org>
* - Update to 0.43vs2004-08-278-50/+44
| | | | | | | - Fix packaging PR: ports/70597 Submitted by: Ronald Klop (maintainer)
* Fix typo.nork2004-08-221-1/+1
| | | | Pointy hat to: myself
* Update to 2.5.0.linimon2004-08-225-10/+110
| | | | | | | By the way, in the future, you can put the Class as 'maintainer-update'. PR: ports/70796 Submitted by: Gerrit Beine <tux at pinguru dot net> (maintainer)
* Add eclipse-cdt 2.0, c/C++ IDE for Eclipse.nork2004-08-215-0/+618
| | | | | | PR: ports/69830 Submitted by: Jeremy Faulkner <gldisater@gldis.ca> Reviewed by: hq
* . The changes to make in -CURRENT to use MAKEFLAGS make us unable toglewis2004-08-183-3/+6
| | | | | | | | | override the MAKEFLAGS ARCH value in the main HotSpot Makefile. Fix this by passing in a blank MAKEFLAGS up front so there is nothing to (try to) override. Submitted by: truckman Requested by: kris
* Change BROKEN to IGNORE since the package builds but is apparently notkris2004-08-171-1/+1
| | | | useful.
* - Update to 1.0b10hq2004-08-163-52/+61
| | | | | | | | | | | | | | | - Use USE_ANT - Set USE_JIKES=no to forbid the use of Jikes to build the port - Use %%JAVAJARDIR%% - Use ${INSTALL_DATA} and ${CPIO} rather than ${CP} [1] - Use ${ECHO_MSG} rather than ${ECHO} - Add 'textproc' category - Fix LOCALBASE/PREFIX issue with JAVAJARDIR [1] PR: 68511 Submitted by: me Reviewed by: glewis [1] Approved by: znerd (maintainer), glewis (mentor)
* - Update to 3.1hq2004-08-143-35/+25
| | | | | | | | | | | | | | - Use USE_ANT - Use %%JAVAJARDIR%% - Use ${INSTALL_DATA} and ${CPIO} rather than ${CP} [1] - ECHO_CMD -> ECHO_MSG - Fix homepage in pkg-descr (and arrange the text a little) - Add 'devel' category PR: 70213 Submitted by: me Reviewed by: glewis [1] Approved by: glewis (mentor), znerd (maintainer)
* . Fix the build for gcc 3.4.glewis2004-08-129-0/+141
| | | | | | PR: 69853 Submitted by: Jake Hamby <jhamby@anobject.com> Approved by: phantom (maintainer)
* - Use bsd.java.mk-2.0 (reminded by hq@)vs2004-08-114-10/+8
| | | | | - Use PKGNAMESUFFIX - Twiddle PLIST_FILES/pkg-plist to hopefully ease merging
* . Fix the main build for gcc 3.4. The HotSpot build may need someglewis2004-08-101-0/+13
| | | | | | | | additional patches. This patch is taken almost verbatim from PR 69853 which was submitted by Jake Hamby <jhamby@anobject.com>. I've applied it to jdk13 rather than jdk14 though.
* . Set CC, CXX and CPP conditionally so that this port will respect themglewis2004-08-101-2/+16
| | | | | if set in the port build. Note that the HotSpot build will likely require additional changes for it to also respect these variables.
* . Call unregistervm with the VM we registered, not the comment associatedglewis2004-08-101-1/+1
| | | | with (as comments should be optional).
* Add eclipse-sysdeo-tomcat 3, sysdeo Tomcat Launcher plugin for Eclipse.nork2004-08-075-0/+78
| | | | | PR: ports/69642 Submitted by: SUGIMURA Takashi <sugimura@jp.FreeBSD.org>
* o Fix PORTNAME.nork2004-08-053-104/+94
| | | | | | | | o Update to 3.0.1. PR: java/69751 Submitted by: SUGIMURA Takashi <sugimura@jp.FreeBSD.org> (maintainer) Pointed out by: Oliver Lietz <freebsd-java@oliverlietz.de>
* o Fix build with KDE WITH_MOTIF. [1]nork2004-07-286-15/+14
| | | | | | | | | | | | | | | o Fix build on 4-stable. [2] o Fix a problem expect using JDK1.4.2. [3] o Respect CC/CXX. [4] o Bump PORTREVISION Accordingly. Reported by: Jiawei Ye <leafy7382@gmail.com> [2] SUGIMURA Takashi <sugimura@jp.FreeBSD.org> [3] Jan-Peter Koopmann <Jan-Peter.Koopmann@seceidos.de> [4] Submitted by: Jeremy Faulkner <gldisater@gldis.ca> [1] [3] Fernan Aguero <fernan@iib.unsam.edu.ar> [2] Reviewed by: Panagiotis Astithas <past@ebs.gr> [1] [3] [4] Pointy hat to: myself [2]
OpenPOWER on IntegriCloud