summaryrefslogtreecommitdiffstats
path: root/java
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 2.5.1miwi2008-02-182-4/+4
| | | | | PR: 120768 Submitted by: Gerrit Beine <gerrit.beine@gmx.de> (maintainer)
* . Update to patchset 4.glewis2008-02-169-66/+50
|
* - Update to 1.1.2.007725nivit2008-02-154-8/+8
|
* - Add backup mirrormiwi2008-02-151-1/+2
| | | | | PR: 120467 Submitted by: Ronald Klop <ronald@echteman.nl> (maintainer)
* . Update to 1.5.0_14 and patchset 8.glewis2008-02-144-776/+18
| | | | . Allow bootstrapping with jdk 1.6.
* Upgrade to version 6.0.1.olgeni2008-02-124-10/+10
|
* - Bump PORTREVISION for previous commitpav2008-02-071-0/+1
|
* . Fix locale generation and hence locale handling in general.glewis2008-02-032-1/+16
| | | | | PR: 119397 Submitted by: Bernhard Froehlich <decke@bluelife.at>
* Mark BROKEN: does not fetcherwin2008-02-021-0/+2
|
* Fix pkg-plist, use USE_RC_SUBR instead.vanilla2008-02-013-41/+46
| | | | Submitted by: maintainer
* Add avis 1.2.0, elvin Publish/Subscribe Message Bus server based on thevanilla2008-01-299-0/+160
| | | | | | | Elvin protocol. PR: ports/120111 Submitted by: Benjamin Close <benjsc at FreeBSD.org>
* The Spring Framework is the leading full stack Java/JEE applicationmiwi2008-01-234-0/+131
| | | | | | | | | | | framework. Spring delivers significant benefits for many projects, increasing development productivity and runtime performance while improving test coverage and application quality. WWW: http://www.springframework.org/ PR: ports/119273 Submitted by: Gerrit Beine <gerrit.beine at gmx.de>
* - Update to 1.1.0.007007 (from 004323)nivit2008-01-234-10/+12
| | | | - Bump PORTEPOCH
* PyDev is a plugin that enables users to use Eclipse for Python and Jythonnivit2008-01-235-0/+60
| | | | | | | | development -- making Eclipse a first class Python IDE -- It comes with many goodies such as code completion, syntax highlighting, syntax analysis, refactor, debug and many others. WWW: http://pydev.sourceforge.net/
* . Make CUPS a build depends only and depend on the header file searchedglewis2008-01-211-2/+2
| | | | | | | for by the JDK sanity check. No CUPS libraries are linked against by the build, so we don't need it at run time. Requested by: Stefan Thurner <thurners@nicsys.de>
* - Mark BROKEN: unfetchablepav2008-01-201-0/+2
| | | | Reported by: pointyhat
* - Update to 1.0.9.araujo2008-01-202-6/+5
| | | | | | - Use SF macro. Approved by: stas (mentor, implicit)
* - Update to 1.0.12.araujo2008-01-202-5/+5
| | | | | | - Use SF macro. Approved by: stas (mentor, implicit)
* . Force eclipse to use one of the jdk* ports rather than the diablo-jdk15glewis2008-01-172-1/+15
| | | | | | | port on FreeBSD 7.x and higher as mixing the native 7.x libraries of eclipse and the native 6.x libraries of diablo-jdk is a recipe for trouble. PR: 118115
* . Make eclipse-devel.desktop point to eclipse-devel as it should ratherglewis2008-01-164-9/+19
| | | | | | | | | | | | | than eclipse. [1] . Use a more consistent naming convention as per other -devel ports. [1] . Remove trailing blank lines in distinfo to make portlint(1) happier. [1] . Force eclipse-devel to use one of the jdk* ports rather than the diablo-jdk15 port on FreeBSD 7.x and higher as mixing the native 7.x libraries of eclipse and the native 6.x libraries of diablo-jdk is a recipe for trouble. [2] PR: 119403 [1], 118115 [2] Submitted by: Daniel Rucci <rucci@smurfbsd.warganizer.com> [1]
* RDT is an open source Ruby IDE for the Eclipse platform.miwi2008-01-144-0/+84
| | | | | | | | | | | | | Features supported are syntax highlighting, on the fly syntax check, graphical outline, Test::Unit view/runner, Ruby application launching, content assist, source formatter, Ruby debugging, Type Hierarchy view, Ruby specific Search, Refactoring, and much, much more. A regular expression plugin is also available (Thanks to the EPIC project). WWW: http://sourceforge.net/projects/rubyeclipse/ PR: ports/119630 Submitted by: rehsack at web.de
* . Install the PKCS#11 JAR and build and install the PKCS#11 native library.glewis2008-01-143-1/+54
| | | | Prompted by: ale, Havard Eidnes <he@uninett.no>
* . Update to 1.6.0_04/6u4.glewis2008-01-133-76/+121
|
* . Update to 1.5.0_14.glewis2008-01-132-5/+5
|
* . Update to 1.4.2_16.glewis2008-01-133-7/+12
|
* . Update to tzupdater 1.3.3.glewis2008-01-132-7/+7
|
* . Update to tzupdater 1.3.3.glewis2008-01-122-7/+7
|
* . Implement OpenFileDescriptorCount for BSD. This requires fdescfs.glewis2008-01-121-3/+55
| | | | PR: 118735
* . Update to tzupdater 1.3.3.glewis2008-01-122-6/+7
|
* . Update to tzupdater 1.3.3.glewis2008-01-126-14/+42
|
* - Update to 1.0.8a.araujo2008-01-012-5/+4
| | | | Approved by: stas (mentor, implicit)
* - Update to 1.0.10.araujo2008-01-012-5/+4
| | | | Approved by: stas (mentor, implicit)
* . Implement or fix more of the OS specific statistics gathering functions.glewis2008-01-012-1/+122
| | | | | | | | | | | | | | | | | | | | | | | | This allows jconsole to show valid statistics for the following OperatingSystem MBean statistics (some of these statistics are also shown in the Summary and VM tab of jconsole): TotalSwapSpaceSize, FreeSwapSpaceSize, FreePhysicalMemorySize and TotalPhysicalMemorySize. Note that MaxFileDescriptorCount has always been correct as far as I can tell. . Also, implement the function for ProcessCpuTime using a non-deprecated function (getrusage(2) rather than times(3)). These changes are restricted to 6.x and higher and have only been tested on 6.x (where they appear to work correctly). The changes are not valid for 4.x. Their validity on 5.x and 7.x is unknown (testing welcome). The PR is not fully addressed by these changes since CommittedVirtualMemorySize and OpenFileDescriptorCount remain bogus. Suggestions on how to get these without using kvm(3) would be appreciated. PR: 118735
* o Switch to a static PLIST instead of a install time generated timelioux2007-12-252-4/+508
| | | | | o PLIST can be automatically generated by the target generate-plist-locally o No PORTREVISION bump since there were no other changes
* New port eclipse-hibernatetools "x-mas" :) version 3.2.0 beta9a:lioux2007-12-245-0/+388
| | | | Hibernate3 Tools for the Eclipse IDE
* o Update to 1.5.1_101607lioux2007-12-243-19/+57
| | | | | | - Use Data Tools SDK distribution from now on for other ports' benefit o Fix typo on "Date Created" tag in the port's Makefile
* Aptana Studio is an IDE, designed for web developers and providesnivit2007-12-227-0/+127
| | | | | | | | robust support for HTML, CSS and Javascript (bundled libraries: ExtJS, jQuery, Mochikit, Scriptaculous, Adobe Spry, YUI, Prototype, and Dojo). This is the plug-in for Eclipse. WWW: http://www.aptana.com/
* Commonclipse is an eclipse plugin for jakarta commons-lang users.miwi2007-12-215-0/+49
| | | | | | | | | | | It features automatic generation of the following methods using commons-lang builders: toString(), hashCode(), equals(Object), compareTo(Object). WWW: http://sourceforge.net/projects/commonclipse/ PR: ports/118890 Submitted by: Sutra Zhou <zhoushuqun at gmail.com>
* upgrade to 4.4ijliao2007-12-202-7/+6
|
* Fix path for grep and gconftool-2 in startup script.olgeni2007-12-194-0/+118
|
* Upgrade to version 6.0.olgeni2007-12-196-26/+22
|
* Update to 4.1 release.ale2007-12-192-4/+4
|
* - Register conflicts against sablevm-classpathpav2007-12-151-0/+2
|
* - Update to 1.13pav2007-12-1511-2915/+5705
| | | | | | | | | - Take maintainership - Split classpath into separate port - Switch to libffi-devel to allow build on !386 PR: ports/118288, ports/118312 Submitted by: Bjoern Koenig <bkoenig@alpha-tierchen.de>
* - update to 5.5.1nemoliu2007-12-142-9/+6
| | | | | | - fix fetch error Approved by: delphij(mentor)
* - Update to 4.2.2rafan2007-12-132-5/+5
| | | | | | | - Restrict to JDK 1.5 only PR: ports/118642 Submitted by: Jonathan Chen <jonc at chen.org.nz> (maintainer)
* Remove obsolete JDK versions 1.1 and 1.2, and the ports depending on them.linimon2007-12-1246-6565/+0
|
* Update to 1.3.0.20071108lioux2007-12-122-11/+63
|
* Drop maintainershiplioux2007-12-121-1/+1
|
* Fix DESCRlioux2007-12-121-14/+2
|
OpenPOWER on IntegriCloud