summaryrefslogtreecommitdiff
path: root/java (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Add eclipse-clay-core 1.0.5, a database design toolNorikatsu Shigemura2004-09-035-0/+145
| | | | | | | | | | for the Eclipse development environment. PR: ports-jp/14991 Submitted by: Mitsuru Yoshida <mitsuru@riken.jp> Notes: svn path=/head/; revision=118093
* Add eclipse-log4e 0.7.6, eclipse plugin to use logger easilyNorikatsu Shigemura2004-09-035-0/+72
| | | | | | | | | | in Java projects. PR: java/71148 Submitted by: SUGIMURA Takashi <sugimura@jp.FreeBSD.org> Notes: svn path=/head/; revision=118091
* Add eclipse-sqlexplorer 2.2.2, a visual database queryNorikatsu Shigemura2004-09-035-0/+119
| | | | | | | | | | tool for Eclipse. PR: ports/70441 Submitted by: SUGIMURA Takashi <sugimura@jp.FreeBSD.org> Notes: svn path=/head/; revision=118089
* Add eclipse-checkstyle 3.4.1.0, integrates the Checkstyle JavaNorikatsu Shigemura2004-09-035-0/+116
| | | | | | | | | | code auditor into Eclipse. PR: ports/70146 Submitted by: Jeremy Faulkner <gldisater@gldis.ca> Notes: svn path=/head/; revision=118087
* Add eclipse-quantum 2.4.1, database access and SQL editorNorikatsu Shigemura2004-09-035-0/+173
| | | | | | | | | | for the Eclipse IDE. PR: ports/70145 Submitted by: Jeremy Faulkner <gldisater@gldis.ca> Notes: svn path=/head/; revision=118085
* Upgrade eclipse pmd plugin to support eclipse3.Norikatsu Shigemura2004-09-033-52/+95
| | | | | | | | PR: java/71078 Submitted by: Bruno Van Den Bossche <brvdboss@spymac.com> Notes: svn path=/head/; revision=118081
* . JAVALIBDIR is more appropriate than JAVAJARDIR now we have it.Greg Lewis2004-09-032-4/+4
| | | | Notes: svn path=/head/; revision=118047
* - Fixed DISTNAME [1]Herve Quiroz2004-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) Notes: svn path=/head/; revision=117996
* - Fixed DISTNAME [1]Herve Quiroz2004-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) Notes: svn path=/head/; revision=117995
* . Assume (un)registervm is in LOCALBASE _not_ PREFIX.Greg Lewis2004-09-023-6/+6
| | | | | | | | . Call unregistervm with the VM we registered, not the comment associated with it (as comments should be optional). Notes: svn path=/head/; revision=117883
* . Assume (un)registervm is in LOCALBASE _not_ PREFIX.Greg Lewis2004-09-011-2/+2
| | | | | | | | . Call unregistervm with the VM we registered, not the comment associated with (as comments should be optional). Notes: svn path=/head/; revision=117868
* . Assume (un)registervm is in LOCALBASE _not_ PREFIX.Greg Lewis2004-09-011-2/+2
| | | | | | | | . Call unregistervm with the VM we registered, not the comment associated with (as comments should be optional). Notes: svn path=/head/; revision=117867
* . Assume (un)registervm is in LOCALBASE _not_ PREFIX.Greg Lewis2004-09-011-2/+2
| | | | | | | | . Call unregistervm with the VM we registered, not the comment associated with (as comments should be optional). Notes: svn path=/head/; revision=117866
* . Assume (un)registervm is in LOCALBASE _not_ PREFIX.Greg Lewis2004-09-011-2/+2
| | | | | | | | . Call unregistervm with the VM we registered, not the comment associated with (as comments should be optional). Notes: svn path=/head/; revision=117865
* . Assume (un)registervm is in LOCALBASE _not_ PREFIX.Greg Lewis2004-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. Notes: svn path=/head/; revision=117862
* . Assume (un)registervm is in LOCALBASE _not_ PREFIX.Greg Lewis2004-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. Notes: svn path=/head/; revision=117859
* . Update to 1.4.2 GA.Greg Lewis2004-09-013-47/+112
| | | | | | | | . Make DISTNAME and COMMENT version change resistant. . Prefix the comment passed to registervm with "Linux-" for consistency. Notes: svn path=/head/; revision=117857
* . Consistently prefix the comment in the call to registervm with "Linux-"Greg Lewis2004-09-011-1/+1
| | | | | | | for Linux JDKs. Notes: svn path=/head/; revision=117853
* . Add missing creation and deletion of %%PREFIX%%/share/doc/java forGreg Lewis2004-09-011-2/+4
| | | | | | | | consistency with other JDK pkg-plists. . Add a comment to the registervm call (also for consistency) Notes: svn path=/head/; revision=117852
* . Assume (un)registervm is in LOCALBASE _not_ PREFIX.Greg Lewis2004-09-011-2/+2
| | | | | | | | . Call unregistervm with the VM we registered, not the comment associated with (as comments should be optional). Notes: svn path=/head/; revision=117849
* . Add missing calls to registervm and unregistervm.Greg Lewis2004-09-011-0/+4
| | | | | | | | . Add missing creation and deletion of %%PREFIX%%/share/doc/java for consistency with other JDK pkg-plists. Notes: svn path=/head/; revision=117845
* . Add a missing call to registervm.Greg Lewis2004-09-011-1/+4
| | | | | | | | . Add missing creation and deletion of %%PREFIX%%/share/doc/java for consistency with other JDK pkg-plists. Notes: svn path=/head/; revision=117844
* Fix permissions issue caused by last commit.Herve Quiroz2004-09-011-0/+2
| | | | | | | Approved by: glewis (mentor) Notes: svn path=/head/; revision=117841
* - Now bsd.java.mk 2.0 compliantHerve Quiroz2004-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) Notes: svn path=/head/; revision=117831
* - Fixed MASTER_SITE_SUBDIR (binary and source releases are the same so this isHerve Quiroz2004-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) Notes: svn path=/head/; revision=117830
* - Use MASTER_SITE_APACHEHerve Quiroz2004-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) Notes: svn path=/head/; revision=117829
* - Build from sourceHerve Quiroz2004-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) Notes: svn path=/head/; revision=117828
* add classpath 0.10Ying-Chieh Liao2004-09-015-0/+60
| | | | | | | A GNU project to create free core class libraries Notes: svn path=/head/; revision=117813
* . Assume (un)registervm is in LOCALBASE _not_ PREFIX.Greg Lewis2004-09-011-2/+2
| | | | | | | | . Call unregistervm with the VM we registered, not the comment associated with (as comments should be optional). Notes: svn path=/head/; revision=117789
* . Teach the packing list that we don't care if we can't removeGreg Lewis2004-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). Notes: svn path=/head/; revision=117781
* . Clean up all the .orig files from patching and do it in post-patch ratherGreg Lewis2004-09-011-1/+3
| | | | | | | than do-install. This fixes the packing list. Notes: svn path=/head/; revision=117780
* . Assume (un)registervm is in LOCALBASE _not_ PREFIX.Greg Lewis2004-09-011-2/+2
| | | | | | | | . Call unregistervm with the VM we registered, not the comment associated with (as comments should be optional). Notes: svn path=/head/; revision=117779
* . Fix the plugin build for gcc 3.4.Greg Lewis2004-08-311-0/+22
| | | | | | | Submitted by: Timo Geusch <freebsd@unixconsult.co.uk> Notes: svn path=/head/; revision=117760
* . Assume (un)registervm is in LOCALBASE _not_ PREFIX.Greg Lewis2004-08-311-2/+2
| | | | Notes: svn path=/head/; revision=117758
* . Don't let find(1) descend into directories that may have already beenGreg Lewis2004-08-311-1/+1
| | | | | | | | | | deleted. PR: 71019 Submitted by: Rainer Goellner <rainer@jabbe.de> Notes: svn path=/head/; revision=117757
* add jcckit 1.0Ying-Chieh Liao2004-08-304-0/+62
| | | | | | | Java Chart Construction Kit Notes: svn path=/head/; revision=117625
* Fix typo.Jimmy Olgeni2004-08-281-1/+1
| | | | Notes: svn path=/head/; revision=117515
* Update to 1.0M2.Mark Linimon2004-08-283-781/+781
| | | | | | | | | PR: ports/70053 Submitted by: SUGIMURA Takashi <sugimura at jp dot FreeBSD dot org> Approved by: maintainer Notes: svn path=/head/; revision=117468
* Update to 1.0M2. While here, parameterize common parts of plist.Mark Linimon2004-08-283-878/+878
| | | | | | | | | PR: ports/70056 Submitted by: SUGIMURA Takashi <sugimura at jp dot FreeBSD dot org> Approved by: maintainer Notes: svn path=/head/; revision=117467
* Update to 1.0M2. While here, parameterize plist.Mark Linimon2004-08-283-61/+62
| | | | | | | | PR: ports/70057 Submitted by: SUGIMURA Takashi <sugimura at jp dot FreeBSD dot org> Notes: svn path=/head/; revision=117466
* - Update to 0.43Volker Stolz2004-08-278-50/+44
| | | | | | | | | | - Fix packaging PR: ports/70597 Submitted by: Ronald Klop (maintainer) Notes: svn path=/head/; revision=117412
* Fix typo.Norikatsu Shigemura2004-08-221-1/+1
| | | | | | | Pointy hat to: myself Notes: svn path=/head/; revision=117009
* Update to 2.5.0.Mark 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) Notes: svn path=/head/; revision=117006
* Add eclipse-cdt 2.0, c/C++ IDE for Eclipse.Norikatsu Shigemura2004-08-215-0/+618
| | | | | | | | | PR: ports/69830 Submitted by: Jeremy Faulkner <gldisater@gldis.ca> Reviewed by: hq Notes: svn path=/head/; revision=116988
* . The changes to make in -CURRENT to use MAKEFLAGS make us unable toGreg Lewis2004-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 Notes: svn path=/head/; revision=116566
* Change BROKEN to IGNORE since the package builds but is apparently notKris Kennaway2004-08-171-1/+1
| | | | | | | useful. Notes: svn path=/head/; revision=116496
* - Update to 1.0b10Herve Quiroz2004-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) Notes: svn path=/head/; revision=116395
* - Update to 3.1Herve Quiroz2004-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) Notes: svn path=/head/; revision=116201
* . Fix the build for gcc 3.4.Greg Lewis2004-08-129-0/+141
| | | | | | | | | PR: 69853 Submitted by: Jake Hamby <jhamby@anobject.com> Approved by: phantom (maintainer) Notes: svn path=/head/; revision=116077
* - Use bsd.java.mk-2.0 (reminded by hq@)Volker Stolz2004-08-114-10/+8
| | | | | | | | - Use PKGNAMESUFFIX - Twiddle PLIST_FILES/pkg-plist to hopefully ease merging Notes: svn path=/head/; revision=115926