summaryrefslogtreecommitdiff
path: root/java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* . ! -z -> -n for clarity.Greg Lewis2006-06-041-25/+25
| | | | | | | Suggested by: hq Notes: svn path=/head/; revision=164323
* . Allow the setting up of command line options to be passed to theGreg Lewis2006-06-038-13/+236
| | | | | | | | | invoked Java VM. Reviewed by: hq Notes: svn path=/head/; revision=164308
* - Update to bsd.java.mk 2.0Herve Quiroz2006-06-013-6/+7
| | | | | | | | | | | | | | - Set JAVA_VERSION (for javavmwrapper) in the launcher script - Use an absolute path to launch javavmwrapper - JAVAJARDIR -> JAVALIBDIR (for JAR dependencies) - Use %%JAVAJARDIR%% in pkg-plist PR: 97856 Submitted by: hq Approved by: maintainer Notes: svn path=/head/; revision=164177
* Update to 4.1.2Herve Quiroz2006-05-292-10/+10
| | | | | | | | PR: 98033 Submitted by: maintainer Notes: svn path=/head/; revision=163857
* - Renamed port graphics/libart_lgpl2 -> graphics/libart_lgplPav Lucistnik2006-05-281-1/+1
| | | | Notes: svn path=/head/; revision=163701
* Add a note for BROKEN lineMaho Nakata2006-05-281-1/+1
| | | | Notes: svn path=/head/; revision=163679
* - Update to bsd.java.mk 2.0Herve Quiroz2006-05-242-6/+7
| | | | | | | | | | | | | | - Use MASTER_SITE_APACHE_JAKARTA [1] - Re-order PKGNAMEPREFIX [1] - Add $FreeBSD$ tag in pkg-plist PR: 97760 Submitted by: hq Reported by: portlint [1] Approved by: maintainer Notes: svn path=/head/; revision=163280
* Distfile rerolled without LICENSE file.Alex Dupre2006-05-243-11/+9
| | | | | | | | PR: ports/97539 Submitted by: Tian-Jian Jiang <tmjiang@iis.sinica.edu.tw> Notes: svn path=/head/; revision=163228
* - Update to bsd.java.mk 2.0Herve Quiroz2006-05-234-14/+17
| | | | | | | | | | | | | - Use %%JAVAJARDIR%% in pkg-plist - Add $FreeBSD$ tag - Use SUB_FILES (rather than PKGINSTALL) to configure launcher shell script - Set JAVA_VERSION for javavmwrapper in launcher shell script - Renamed launcher script: jasmin.sh -> jasmin - Register java/javavmwrapper in RUN_DEPENDS - Bump PORTREVISION Notes: svn path=/head/; revision=163212
* Upgrade from 0.50.1 to 0.50.2Mikhail Teterin2006-05-222-4/+4
| | | | Notes: svn path=/head/; revision=163109
* BROKEN on !i386: Broken dependencyKris Kennaway2006-05-211-1/+7
| | | | Notes: svn path=/head/; revision=162993
* Solve JDK 1.5 incompatibility.Stefan Walter2006-05-212-2/+33
| | | | | | | | | PR: 96922 Submitted by: Anton Yudin <toha@toha.org.ua> (maintainer) Approved by: arved (mentor) Notes: svn path=/head/; revision=162935
* - Update to 3.8.2Herve Quiroz2006-05-202-5/+4
| | | | | | | - Do not mkdir ${JAVAJARDIR} (already in mtree now) Notes: svn path=/head/; revision=162877
* JDE's stable code does not properly detect the version of newer versions of ↵Volker Stolz2006-05-172-0/+49
| | | | | | | | | | | | CEDET, and will fail to load. Add patch from CVS. PR: ports/95609 Submitted by: maintainer Notes: svn path=/head/; revision=162648
* Update to 3.2Herve Quiroz2006-05-162-6/+4
| | | | Notes: svn path=/head/; revision=162579
* - Update to 1.1Herve Quiroz2006-05-162-40/+15
| | | | | | | | | - Do not build the port since it requires Maven to build documentation - No longer install commons-logging-api.jar - Disable OPTIONS: the full package is installed Notes: svn path=/head/; revision=162577
* - Update to 0.90Ion-Mihai Tetcu2006-05-143-26/+174
| | | | | | | | | | | - Pass maintainership to submiter PR: ports/97150 Submitted by: Rainer Alves <rainer.alves@gmail.com> Approved by: lawrance (metor) Notes: svn path=/head/; revision=162274
* Remove whitespace from line endings in pkg-plist files.Vasil Dimov2006-05-121-11/+11
| | | | | | | | | | | | | Those spaces used to hinder searching for the corresponding files with portsearch -f '/FILENAME$' for obvious reasons. Although currently portsearch removes those spaces itself remove them anyway. Inspired by: ports/94078 Approved by: portmgr (during freeze: krion, then kris advised to wait; at present: erwin) Notes: svn path=/head/; revision=162181
* - Update to 0.50.1Stefan Walter2006-05-104-33/+29
| | | | | | | | | | | | - Evaluate OPTIONS _after_ inclusion of bsd.port.pre.mk. - Mark BROKEN on FreeBSD < 5.x PR: 96989 Submitted by: Ronald Klop <ronald@cs.vu.nl> (maintainer) Approved by: arved (mentor) Notes: svn path=/head/; revision=161963
* Update to 3.0.1 release.Alex Dupre2006-05-102-4/+4
| | | | Notes: svn path=/head/; revision=161931
* Chase gmp library and bump PORTREVISION.Alex Dupre2006-05-101-2/+2
| | | | Notes: svn path=/head/; revision=161929
* Remove USE_REINPLACE from categories starting with a JEdwin Groothuis2006-05-0922-26/+0
| | | | Notes: svn path=/head/; revision=161761
* Mark RESTRICTED and require manual fetching (netcomponents may not beSam Lawrance2006-05-071-2/+11
| | | | | | | | | redistributed except as part of a substantially different product). Prompted by: fenner's distfile survey Notes: svn path=/head/; revision=161601
* Update distfile name. Checksum unchanged.Sam Lawrance2006-05-072-4/+3
| | | | | | | Reported by: fenner's distfile survey Notes: svn path=/head/; revision=161593
* . Add a pkg-message file describing the known problems. The SIGBUS on MPGreg Lewis2006-05-032-0/+24
| | | | | | | | | | systems in particular is causing lots of support email. Obtained from: Kurt Miller's release notes. Suggest by: hq Notes: svn path=/head/; revision=161285
* - Update to 4.1.1 [1]Herve Quiroz2006-05-033-14/+13
| | | | | | | | | | | | | - Remove USE_REINPLACE [2] - Unquote USE_PACKAGE [2] - Use 'exec' to launch JVM PR: 96518 [1] Submitted by: maintainer [1] Reported by: portlint [2] Notes: svn path=/head/; revision=161264
* . Bump PORTREVISION for the previous fix.Greg Lewis2006-04-271-1/+1
| | | | | | | Suggested by: hq Notes: svn path=/head/; revision=160601
* . Avoid stomping on environment variables by prefixing variable names withGreg Lewis2006-04-261-123/+121
| | | | | | | | | | _JAVAVM_. The notable exception is JAVA_HOME, which is deliberately set by the wrapper. PR: 88048 Notes: svn path=/head/; revision=160533
* . Make diablo-jdk15 the default bootstrap JDK for i386.Greg Lewis2006-04-252-2/+8
| | | | | | | Suggested by: "Nikolas Britton" <nikolas.britton@gmail.com> Notes: svn path=/head/; revision=160470
* . Fix key recognition problems when NumLock is on.Greg Lewis2006-04-254-0/+120
| | | | | | | | PR: 85997 Submitted by: Kurt Miller <lists@intricatesoftware.com> Notes: svn path=/head/; revision=160465
* . Remove the diablo-jdk13 and diablo-jre13 ports for the following reasons:Greg Lewis2006-04-2413-2006/+0
| | | | | | | | | | . They have been FORBIDDEN for almost a year (by default). . The DISTFILEs are no longer distributed. . They don't work on FreeBSD 5 and higher. . There are now updated (1.5) binaries available. Notes: svn path=/head/; revision=160336
* - fix plist and unbreak under FreeBSD 5+Maho Nakata2006-04-242-15/+18
| | | | | | | | | | | | - fix pthread problem and unbreak under FreeBSD 4 - utilize INFO - replace spaces with tabs and make portlint happier PR: 96246 Submitted by: leeym Notes: svn path=/head/; revision=160278
* BROKEN: Does not compileKris Kennaway2006-04-221-0/+2
| | | | Notes: svn path=/head/; revision=160181
* Gjdoc is a documentation generation framework for java source files;Maho Nakata2006-04-176-0/+95
| | | | | | | | | | | | | | | espcially generating API documentation in HTML format from doc comments in source code. Also, ANTLR (ANother Tool for Language Recognition) is used; this is a language tool that provides a framework for constructing recognizers, compilers, and translators from grammatical descriptions containing Java, C#, C++, or Python actions. WWW: http://www.gnu.org/software/classpath/cp-tools/ http://www.antlr.org/ Notes: svn path=/head/; revision=159766
* Maintainer mailaddress mass changeEdwin Groothuis2006-04-152-2/+2
| | | | | | | | | | Maintainers mailaddress has changed, so the ports should be updated. PR: ports/95796 Submitted by: Gerrit Beine <gerrit.beine@gmx.de> Notes: svn path=/head/; revision=159577
* Update to 1.0Volker Stolz2006-04-092-4/+4
| | | | | | | | PR: ports/95470 Submitted by: maintainer Notes: svn path=/head/; revision=159205
* . Update to 1.5.0 patchset 3.Greg Lewis2006-04-0738-782/+28
| | | | Notes: svn path=/head/; revision=158993
* . Add entries for diablo-jdk15 and diablo-jre15.Greg Lewis2006-04-061-0/+2
| | | | Notes: svn path=/head/; revision=158966
* . Add a port of the Diablo Latte (native FreeBSD JRE) 1.5 binaries.Greg Lewis2006-04-067-0/+1087
| | | | | | | | | | | This will help people keep up with any updates. "The Java Runtime Environment (JRE) implements the Java Virtual machine and base classes, and permits the execution of Java applications on FreeBSD." Notes: svn path=/head/; revision=158965
* . Add a port of the Diablo Caffe (native FreeBSD JDK) 1.5 binaries.Greg Lewis2006-04-067-0/+3274
| | | | | | | | | | | This will help people keep up with any updates. "The Java Development Kit (JDK) provides the Java Virtual Machine, base classes, and development tools to permit developers to create new Java applications, applets, and components on FreeBSD." Notes: svn path=/head/; revision=158964
* . Update to 1.2.1.Greg Lewis2006-04-033-18/+4
| | | | Notes: svn path=/head/; revision=158745
* Reassign these ports from inactive maintainer to glewis, who has been doingMark Linimon2006-03-313-3/+3
| | | | | | | | | most of the work over the past year. Hat: portmgr Notes: svn path=/head/; revision=158466
* . Update to 1.4.2_11.Greg Lewis2006-03-303-15/+23
| | | | Notes: svn path=/head/; revision=158427
* . Update to 1.3.1_18.Greg Lewis2006-03-302-4/+4
| | | | Notes: svn path=/head/; revision=158425
* Install port in ${PREFIX}/netbeans4 so that it could be usedJimmy Olgeni2006-03-286-3333/+3333
| | | | | | | | | concurrently with java/netbeans. Submitted by: Andreas Haakh <bugReporter(at)Haakh.de> Notes: svn path=/head/; revision=158356
* Takeover maintainershipHerve Quiroz2006-03-271-1/+1
| | | | | | | | PR: 94192 Submitted by: Ion-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com> Notes: svn path=/head/; revision=158287
* - Use 'exec' in the launcher shell script to comply with Porter's HandbookHerve Quiroz2006-03-221-1/+4
| | | | | | | | guidelines - Reduce line length in launcher shell script Notes: svn path=/head/; revision=157975
* Automatically detect netbeans_jdkhome.Jimmy Olgeni2006-03-204-2/+8
| | | | | | | Submitted by: hq Notes: svn path=/head/; revision=157774
* Update to 1.13.3.Norikatsu Shigemura2006-03-183-5/+4
| | | | | | | | PR: ports/94639 Submitted by: Andreas Kohn <andreas@syndrom23.de> Notes: svn path=/head/; revision=157569
* - Fix fetchingPav Lucistnik2006-03-161-2/+1
| | | | | | | | PR: ports/94193 Submitted by: Jean-Francois BOEUF <jfb@minet.net> Notes: svn path=/head/; revision=157398