aboutsummaryrefslogtreecommitdiffstats
path: root/java
Commit message (Collapse)AuthorAgeFilesLines
* . Enforce JAVA_VERSION of 1.6 on FreeBSD 7.x and better. While jdk15 willglewis2008-08-291-0/+4
| | | | | | | work, diablo-jdk15 won't, so the safest way to do this is to just enforce jdk16 or diablo-jdk16. . Enforce using something that was compiled on FreeBSD 8.x since the binary packages are likely to cause problems.
* Update to 3.2.1hq2008-08-262-7/+6
| | | | | PR: 125722 Submitted by: Wen heping <wenheping@gmail.com>
* Overhaul the port.rafan2008-08-252-40/+21
| | | | | | | | - Define USE_LINUX as it installs Linux binaries (bump PORTREVISION) - Remove ONLY_FOR_ARCH since it's an Linux binary port - Extract contents in WRKSRC at do-extract target (was done in do-install) - Move patching work from do-install to do-patch - Use SUB_FILES for pkg-message substitution
* - The port contains 32bit Linux binaries and we can run them on amd64, sorafan2008-08-251-2/+2
| | | | | | | | mark this port works for amd64, too. - Update download URL since the old one does not work anymore PR: ports/126755 Submitted by: Douglas William Thrift <douglas at douglasthrift.net>
* . Revert the change to create a build dependency on the bootstrapping JDKglewis2008-08-252-42/+41
| | | | | | if it already exists. Since the bootstrap JDK can be an already installed instance of itself this creates a circular dependency which breaks portmaster and possibly other port management tools.
* - Always define BUILDDIR. This fixes build when NOPORTDOCS is defined.rafan2008-08-241-1/+1
| | | | Reported by: QAT
* . Fix some portlint warnings:glewis2008-08-202-8/+8
| | | | | | | . Unquote RESTRICTED. . Begin IGNORE with a lower case letter. . printf -> ${PRINTF} . Remove some unnecessary whitespace.
* . Remove some unnecessary whitespace.glewis2008-08-201-2/+2
| | | | . printf -> ${PRINTF}.
* . If DISTFILES are missing then print out the instructions to get themglewis2008-08-202-9/+18
| | | | | nicely formatted and error out rather than trying to use IGNORE and resetting ECHO_MSG.
* . A number of small enchancements:glewis2008-08-201-37/+45
| | | | | | | | | | | | | | . Actually create a valid BUILD_DEPENDS for the bootstrap JDK instead of just skipping it. . Make the default bootstrap JDK diablo-jdk16 rather than diablo-jdk15. We should actually try and get this from bsd.java.mk somehow. . Fix some portlint warnings: . No quotes for RESTRICTED and NO_CDROM. . Use variables for executables rather than the raw names. . If DISTFILES are missing then print out the instructions to get them nicely formatted and error out rather than trying to use IGNORE and resetting ECHO_MSG. . Fix some grammar errors in various messages printed out by the port.
* . Fix printing out the download directions.glewis2008-08-182-2/+2
| | | | Reported by: itetcu@
* . Add ports for the Diablo 1.6 (aka 6.0) releases for both the JDK and JRE.glewis2008-08-1813-0/+4791
|
* Drop maintainership on my ports as I'm no longer using FreeBSD.anholt2008-08-071-1/+1
|
* - Update to 2.5.5miwi2008-08-072-5/+4
| | | | | PR: 126220 Submitted by: Gerrit Beine <gerrit.beine@gmx.de> (maintainer)
* - Update to 1.1.7.015414nivit2008-08-024-10/+10
|
* - Remove USE_GCC where it can be satisfied with base compiler on followingpav2008-07-251-1/+0
| | | | FreeBSD versions: 5.3 and up, 6.x, 7.x, 8-CURRENT
* - Remove duplicates from MAKE_ENV after inclusion of CC and CXX in default ↵pav2008-07-251-1/+0
| | | | MAKE_ENV
* Update to 1.40 release.ale2008-07-142-5/+4
|
* . Update to tzupdater 1.3.6.glewis2008-07-142-6/+6
| | | | | PR: 125469 Submitted by: Wayne Sierke <ws@au.dyndns.ws>
* . Update to 1.4.2_18.glewis2008-07-143-6/+7
|
* . Update to 1.5.0_16.glewis2008-07-143-6/+7
|
* . Update to Update 7.glewis2008-07-133-6/+274
|
* . Update to tzupdater 1.3.6.glewis2008-07-132-6/+6
| | | | | PR: 125469 Submitted by: Wayne Sierke <ws@au.dyndns.ws>
* . Update to tzupdater 1.3.6.glewis2008-07-132-6/+6
| | | | | PR: 125469 Submitted by: Wayne Sierke <ws@au.dyndns.ws>
* . Update to tzupdater 1.3.6.glewis2008-07-134-12/+12
| | | | | PR: 125469 Submitted by: Wayne Sierke <ws@au.dyndns.ws>
* - Fix buildmiwi2008-07-092-335/+325
| | | | | | PR: 125418 Submitted by: maintainer Reported by: pavbot
* - Mark BROKEN: does not packagepav2008-07-091-0/+2
|
* - Change mantainership to Brad Clawsieanray2008-07-051-1/+1
| | | | | | PR: ports/122955 Submitted by: maintainer Approved by: clawsie at fastmail dot fm via email
* - Update to 1.3.18nivit2008-07-032-5/+4
|
* (1) Fix bindings dependencies when WITH_FREEBSD_SUBVERSION is setlev2008-07-021-1/+1
| | | | | | | | | (2) Fix CATEGORIES for devel/*-subversion ports (3) Add note to UPDATING about neon26/neon28 transition and binding changes. PR: ports/125168 [2] Submitted by: Dmitry Morozovsky <marck rinet ru> [1,2,3]
* . Update to 1.4.2_17.glewis2008-07-023-7/+7
| | | | | PR 124454 Submitted by: gahr@
* . Report when the time zone data is being updated.glewis2008-07-012-4/+6
| | | | | | | | | | | | | | | | . Error if the time zone update fails. This is a bit of a double edged sword. It prevents installing a broken port with a broken packing list if Diablo won't run on this version of FreeBSD, but it also creates a situation where the install can fail without really needing to if you have to retry it for some reason (e.g. you forget the root password when installing as a user). If the latter is the case, you'll need to first clean to before trying to install again to resolve the issue. Making pre-install somewhat bogusly pre-install or checking for the existence of an updated time zone file before running tzupdate may alleviate the problem with this solution. PR: 125085
* Fix CATEGORIES for subversion & binding ports.lev2008-06-301-1/+1
|
* Add subversion-java: high-level bindings for Java and subversion VCS.lev2008-06-304-0/+56
|
* - respect NOPORTDOCS and NOPORTEXAMPLESitetcu2008-06-282-31/+32
| | | | | | | | - fix plist for -DNOPORTDOCS - bump PORTREVISION Prompted by: QA Tindy run Approved by: maintainer timeout on BotMail
* - s/NOPORTDOCS/NO_INSTALL_MANPAGES/ where neededitetcu2008-06-282-3/+6
| | | | | | | | - use MAN1 for man page anr remove it from plist - fix plist for -DNOPORTDOCS - bump PORTREVISION Prompted by: QA Tindy run
* Unbreak and make fetchable again.olgeni2008-06-266-14/+42
| | | | | | Implement memory detection in startup script. Submitted by: Dr. A. Haakh <bugReporter(at)Haakh.de>
* . Don't cheat on BUILD_DEPENDS in regards to a bootstrap JDK as thisglewis2008-06-251-4/+3
| | | | | | | | | | | | | confuses portmaster, which (understandably) expects that we didn't fake up our bootstrap dependency. Instead, only set up a BUILD_DEPENDS for a bootstrap if there isn't one installed. A more complicated and arguably more correct patch would always set up the BUILD_DEPENDS for the bootstrap JDK but would do so correctly based on what it found to use. This almost certainly needs to happen to the other jdk* ports, but I'm going to await some positive feedback before doing so.
* - Remove java/bsh port after repocopy to lang/bsh, changing your main category.lippe2008-06-235-48/+0
| | | | | | Pointy hat to: lippe Reported by: araujo Approved by: gabor (mentor, implicit)
* - Update to 1.4.1gahr2008-06-232-6/+5
| | | | | | PR: 124206 Submitted by: yours truly Approved by: nemoliu (maintainer)
* - Fix buildmiwi2008-06-231-2/+2
| | | | | Reported by: pavbot Approved by: maintainer implicit
* - Mark BROKEN: unfetchablepav2008-06-232-0/+4
|
* - Fix build with jdk16miwi2008-06-212-3/+5
| | | | | | PR: 123624 Submitted by: Andrew Reilly <areilly@bigpond.net.au> Approved by: maintainer
* JTiger is a unit test framework and tools for the Java 2 Platform. Themiwi2008-06-205-0/+712
| | | | | | | | | | | | | | framework provides a useful abstraction on which to write unit test fixtures and unit test cases. JTiger tools provide functionality that is often desired in software unit testing environments. JTiger development encourages Test Driven Development, though it doesn't mandate it, and any unit testing software development technique is sufficient. WWW: http://www.jtiger.org PR: ports/124209 Submitted by: Wen Heping <wenheping at gmail.com>
* - Update to 1.1.1gahr2008-06-192-7/+6
| | | | | | | | - Adjust download URL PR: 124204 Submitted by: yours truly Approved by: maintainer timeout
* - This port has been BROKEN for more than 6 months. It will be removed unlesspav2008-06-191-0/+2
| | | | | | fixed in next two months. With hat: portmgr
* Set IGNORE if NOPORTDOCS is set: this port installs only documentation.ale2008-06-081-0/+4
|
* - Update to 5.12.0.4. [1]araujo2008-06-072-6/+5
| | | | | | | - Reset maintainer. PR: ports/123162 [1] Submitted by: Wen Heping <wenheping@gmail.com>
* Bump portrevision due to upgrade of devel/gettext.edwin2008-06-06132-97/+132
| | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav)
* Update to 1.4.0 and unbreak.itetcu2008-06-052-9/+6
| | | | | PR: ports/123854 Submitted by: maintainer
* Broken, The URL to manually fetch the DISTFILES gives a 404.itetcu2008-06-051-0/+2
| | | | Submitted by: QA Tindy run
* - Fix buidmiwi2008-05-262-2/+3
| | | | Submitted by: pavbot/maintainer
* - Fix buildmiwi2008-05-222-4/+13
| | | | Submitted by: pavbot/maintainer
* - Update to 1.3.17nivit2008-05-212-4/+4
|
* - Fix build/install problemsmiwi2008-05-183-5576/+5611
| | | | | | PR: 120959 Reported by: Andrew Reilly <areilly@bigpond.net.au> Submitted by: Bjoern Koenig <bkoenig@alpha-tierchen.de> (maintainer)
* Upgrade from 3.2.13 to 3.2.76.mi2008-05-172-6/+5
| | | | | PR: ports/123699 Submitted by: Lapo Luchini
* . Enable system tray support for Enlightenment.glewis2008-05-161-0/+13
| | | | Submitted by: gahr@
* Upgrade to version 6.1.olgeni2008-05-156-26/+24
|
* Add support for running module suites in place on FreeBSD.olgeni2008-05-152-0/+28
| | | | | PR: ports/121001 Submitted by: Stefan Schmidt <stefan.schmidt(at)stadtbuch.de>
* . Update to Eclipse 3.3.2.glewis2008-05-1087-1834/+1276
| | | | Submitted by: Ken Yamada
* . Update to tzupdater 1.3.5. This patch is based on that submitted in theglewis2008-05-062-7/+7
| | | | | | | PR but also fixes the path to tzupdater and bumps PORTREVISION. PR: 123189 Submitted by: Greg Larkin
* - Update to version 4.4 [1]hq2008-05-062-13/+8
| | | | | | | - Remove Java 1.1 related logic PR: 122520 [1] Submitted by: Wen heping <wenheping@gmail.com> [1]
* Drop maintainership, as it looks like i am motivated enough to fix this port.arved2008-05-041-1/+1
|
* . Update to tzupdater 1.3.5. This patch is based on that submitted in theglewis2008-05-032-6/+7
| | | | | | | PR but also fixes the path to tzupdater and bumps PORTREVISION. PR: 123190 Submitted by: Greg Larkin
* . Update to tzupdater 1.3.5. This patch is based on that submitted in theglewis2008-05-032-6/+7
| | | | | | | PR but also fixes the path to tzupdater and bumps PORTREVISION. PR: 123191 Submitted by: Greg Larkin
* . Use the correct specifier for printing a size_t.glewis2008-05-031-0/+13
| | | | Noticed by: Andrei V. Lavreniyuk (via -Wformat)
* - Does not configure: configure: error: cannot find jni.hpav2008-05-031-0/+2
| | | | Reported by: pointyhat
* . Update to tzupdater 1.3.5. This patch is based on that submitted in theglewis2008-05-033-9/+12
| | | | | | | | PR but also fixes the packing list and the path to tzupdater and bumps PORTREVISION. PR: 123188 Submitted by: Greg Larkin
* . Update to tzupdater 1.3.5. This patch is based on that submitted in theglewis2008-05-033-9/+12
| | | | | | | | PR but also fixes the packing list and the path to tzupdater and bumps PORTREVISION. PR: 123187 Submitted by: Greg Larkin
* - Update to 2.5.4miwi2008-05-012-4/+4
| | | | | PR: 123293 Submitted by: Gerrit Beine <gerrit.beine@gmx.de> (maintainer)
* Try jman(1) from ports/japanese/man instead of man(1) for japanese manualjkim2008-05-012-3/+8
| | | | | | | | pages if LANG is set to ja_JP.eucJP and the port is installed. Diablo packages contain japanese manual pages and jman seems to format them mostly fine. Reviewed by: glewis (maintainer)
* . Update to 1.6.0_06/6u6.glewis2008-04-293-5/+7
|
* . Update to 1.5.0_15.glewis2008-04-292-4/+4
|
* - Add support for 1.6 VMs.jkim2008-04-282-8/+11
| | | | | | | - Fix reversed vendors (bsdjava <-> freebsd). - Update port version to 2.3.1. Reviewed by: glewis (maintainer)
* - Update to 2.5.3miwi2008-04-272-4/+4
| | | | | PR: 123114 Submitted by: Gerrit Beine <gerrit.beine@gmx.de> (maintainer)
* - Fix patch reject after xorg cleanupmiwi2008-04-261-11/+11
| | | | Submitted by: pointyhat via pav
* Update to 0.7.3hq2008-04-242-5/+4
| | | | | PR: 122912 Submitted by: Wen heping <wenheping@gmail.com>
* - Fix build after xorg cleanupmiwi2008-04-201-2/+2
|
* - Fix build after xorg cleanupmiwi2008-04-201-2/+2
| | | | Submitted by: pointyhat
* - Remove unneeded dependency from gtk12/gtk20 [1]miwi2008-04-2047-102/+101
| | | | | | | | | | | | | | | - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Remove X11BASE support in favor of LOCALBASE or PREFIX - Use USE_LDCONFIG instead of INSTALLS_SHLIB - Remove unneeded USE_GCC 3.4+ Thanks to all Helpers: Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr, ehaupt, nox, itetcu, flz, pav PR: 116263 Tested on: pointyhat Approved by: portmgr (pav)
* . Point people to the archive for Update 14.glewis2008-04-131-1/+1
| | | | PR: 122704
* - Update to 1.1.6.009905nivit2008-04-114-10/+10
| | | | - New MASTER_SITE address
* - Update to 1.3.15nivit2008-04-112-4/+4
|
* - Update to 1.4.2gahr2008-04-083-6/+6
| | | | | | - Put installed file in PLIST_FILES and remove pkg-plist Approved by: miwi (mentor)
* Update to version 1.1hq2008-04-062-4/+4
| | | | | PR: 122258 Submitted by: Wen heping <wenheping@gmail.com>
* - Cleanup directoriespav2008-04-052-0/+2
| | | | Reported by: pointyhat
* JamVM is an extremely small Java Virtual Machine which conforms to thepav2008-04-045-0/+93
| | | | | | | | | | | | | JVM specification version 2 (blue book). It is designed to support the full specification, and includes support for object finalisation, Soft/Weak/Phantom References, class-unloading, the Java Native Interface (JNI) and the Reflection API. WWW: http://jamvm.sourceforge.net/ PR: ports/122312 Submitted by: Bjoern Koenig <bkoenig@alpha-tierchen.de>
* - Adapt for new libffi, and various fixespav2008-04-041-5/+8
| | | | | PR: ports/122399 Submitted by: Bjoern Koenig <bkoenig@alpha-tierchen.de> (maintainer)
* - Update to 0.93, last that can be built with jikespav2008-04-044-21/+96
| | | | | | | - Take maintainership PR: ports/122311 Submitted by: Bjoern Koenig <bkoenig@alpha-tierchen.de>
* Distfile re-rolled, but no changes.ale2008-04-031-3/+3
|
* . Fix build by correctly setting the arch on recent FreeBSD/pc98 versions.glewis2008-04-021-5/+12
| | | | | PR: 121288 Submitted by: NAKAJI Hiroyuki <nakaji@jp.freebsd.org>
* - Update to 1.3.14nivit2008-04-012-4/+4
| | | | | PR: ports/121966 Submitted by: Dominic Fandrey <kamikaze at bsdforen.de />
* Update to 1.39 release:ale2008-03-313-10/+33
| | | | | | - build from sources - add documentation - add dependencies
* - Update to 3.0.2miwi2008-03-302-18/+15
| | | | | | | - Pass maintainership to submitter PR: 122247 Submitted by: Simon Olofsson <simon@olofsson.de>
* . Update to 1.1.3.glewis2008-03-246-93/+37
| | | | | | | . Don't limit this to i386. PR: 121698 Submitted by: lioux@
* - Fix typogahr2008-03-191-1/+2
| | | | | Reported by: danfe Approved by: miwi (mentor)
* Update to 4.2 release.ale2008-03-182-4/+4
|
* - Update to 0.4.6gahr2008-03-183-86/+83
| | | | Approved by: miwi (mentor)
* - Update to 1.3.2.20080222gahr2008-03-182-8/+9
| | | | Approved by: miwi (mentor)
* - Update to 2.5.2rafan2008-03-102-4/+4
| | | | | PR: ports/121511 Submitted by: Gerrit Beine <gerrit.beine at gmx.de> (maintainer)
* - Update to 0.6.0miwi2008-03-073-46/+17
| | | | | | | - Update maintainer mail adress PR: 121398 Submitted by: Dominic Fandrey <LoN_Kamikaze@gmx.de> (maintainer)
* Update to third edition.ale2008-02-282-8/+6
|
* 2007-12-12 net-im/wildfire: Use net-im/openfire instead of this portmiwi2008-02-288-247/+0
| | | | | | | | | | | 2008-01-20 www/gekko: This port is not being developed anymore. This was replaced by textmotion http://code.google.com/p/textmotion/ 2008-01-20 www/gekko-modules: This port is not being developed anymore. This was replaced by textmotion http://code.google.com/p/textmotion/ 2007-11-01 java/linux-blackdown-jre11: Obsolete version; Support for Java 1.1 is to be removed from the ports tree 2008-01-14 french/pluxml: no active development and known security vulnerabilities, see http://www.securityfocus.com/bid/24607/info for details 2008-01-14 french/pluxml-theme-bridge: pluxml is marked as deprecated 2008-01-14 french/pluxml-theme-snowxml: pluxml is marked as deprecated 2007-09-15 databases/pgbash: Last release in 2003, relies on outdated Postgre 7.3 and bash 2.05a 2007-11-01 audio/nogger: "just makes a humming noise""
* Apache Commons project are no longer hosted under MASTER_SITES_APACHEehaupt2008-02-2711-22/+22
| | | | | | | | | | jakarta/commons subdirectory, they have been moved one directory up. Introduce MASTER_SITE_APACHE_COMMONS_SOURCE and adjust 22 ports accordingly. PR: 121041 Submitted by: Marcin Cieslak <saper@system.pl> Approved by: portmgr (linimon)
* - Update to 1.1.3.007983nivit2008-02-264-8/+8
|
* . Fix a crash caused by the "Open File" dialogue.glewis2008-02-222-1/+40
| | | | Submitted by: Pieter de Goeje <pieter@degoeje.nl>
* - Use devel/libffi instead of devel/libffi-develmiwi2008-02-211-3/+3
| | | | | | | | - Use SF macro - Bump PORTREVISION PR: 120926 Submitted by: Bjoern Koenig (maintainer)
* - Update to 2.5.1miwi2008-02-192-4/+4
| | | | | PR: 120768 Submitted by: Gerrit Beine <gerrit.beine@gmx.de> (maintainer)
* . Update to patchset 4.glewis2008-02-179-66/+50
|
* - Update to 1.1.2.007725nivit2008-02-164-8/+8
|
* - Add backup mirrormiwi2008-02-161-1/+2
| | | | | PR: 120467 Submitted by: Ronald Klop <ronald@echteman.nl> (maintainer)
* . Update to 1.5.0_14 and patchset 8.glewis2008-02-154-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-081-0/+1
|
* . Fix locale generation and hence locale handling in general.glewis2008-02-042-1/+16
| | | | | PR: 119397 Submitted by: Bernhard Froehlich <decke@bluelife.at>
* Mark BROKEN: does not fetcherwin2008-02-031-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-211-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-174-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-143-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-132-7/+7
|
* . Implement OpenFileDescriptorCount for BSD. This requires fdescfs.glewis2008-01-131-3/+55
| | | | PR: 118735
* . Update to tzupdater 1.3.3.glewis2008-01-132-6/+7
|
* . Update to tzupdater 1.3.3.glewis2008-01-136-14/+42
|
* - Update to 1.0.8a.araujo2008-01-022-5/+4
| | | | Approved by: stas (mentor, implicit)
* - Update to 1.0.10.araujo2008-01-022-5/+4
| | | | Approved by: stas (mentor, implicit)
* . Implement or fix more of the OS specific statistics gathering functions.glewis2008-01-022-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-255-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-204-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-161-0/+2
|
* - Update to 1.13pav2007-12-1611-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
|
* Update to 1.38 release.ale2007-12-122-4/+4
|
* Broken: leaves egg file behind on deinstall.linimon2007-11-251-0/+2
| | | | Approved by: portmgr (self)
* . Update to patchset 3, based on 1.6.0_03 (aka 6u3).glewis2007-11-162-18/+16
| | | | Approved by: portmgr (marcus)
* . Update to tzupdater 1.3.0 to fix the default build (the previous versionglewis2007-11-1610-28/+30
| | | | | | of tzupdater is no longer available). Approved by: portmgr (linimon)
* . Chase the eclipse-emf upgrade.glewis2007-11-075-5/+5
| | | | Approved by: portmgr (linimon)
* - Update to 6.0.6miwi2007-11-052-4/+4
| | | | | | | | - Make fetchable PR: 117483 Submitted by: miwi Approved by: portmgr (pav)
* Change Java dependency to the lowest non-deprecated version.brueffer2007-11-021-1/+1
| | | | | Reviewed by: ade Approved by: portmgr (marcus)
* Does not work with Java 1.6. the JVMPI interface used by this port haslinimon2007-10-291-1/+1
| | | | | | | been removed from Java since 1.6. PR: ports/117606 Submitted by: maintainer
* . Update to patchset 2 (based on 1.6.0_02 aka 6u2)glewis2007-10-2916-942/+48
|
* Update to 3.1 release.ale2007-10-283-31/+19
|
* Remove 1.1 and 1.2 as supported Java versions. They are going away.linimon2007-10-281-1/+1
| | | | Hat: portmgr
* - Only support emacs22 (cedet only does that as far as I can see)pav2007-10-281-14/+3
| | | | Reported by: pointyhat
* Adding a port of the Sun Java Runtime Environment 1.6 for Linux.jkim2007-10-277-0/+944
| | | | | | WWW: http://java.sun.com/javase/ Approved by: glewis (mentor)
* Adding a port of the Sun Java Runtime Environment 1.5 for Linux.jkim2007-10-277-0/+864
| | | | | | WWW: http://java.sun.com/j2se/1.5/ Approved by: glewis (mentor)
* . The build now works with JDK 1.5, so update JAVA_VERSION accordingly.glewis2007-10-251-1/+1
| | | | Submitted by: Ken Yamada <ken@tydfam.jp>
* . Update to 3.3.1.glewis2007-10-2467-3813/+1002
| | | | Submitted by: Ken Yamada <ken@tydfam.jp>
* . Remove unused PORTTITLE variable.glewis2007-10-243-3/+0
|
* . Update to patchset 7, based on 1.5.0 Update 13.glewis2007-10-245-97/+14
|
* . Explicitly pull in X dependencies instead of depending on the open-motifglewis2007-10-212-0/+2
| | | | dependency to implicitly pull in the X libraries we need.
* . Temporarily alter the download location until the patchset for u13glewis2007-10-181-1/+1
| | | | is released.
* Migration from bison 1.x to 2.xade2007-10-171-2/+2
| | | | | PR: 117086 Tested by: -exp runs
* ShellEd is a superb shell script editor for Eclipse. The great benefit ofmiwi2007-10-174-0/+53
| | | | | | | | | | this plugin is the integration of man page information for content assist and text hover. WWW: http://sourceforge.net/projects/shelled PR: ports/117174 Submitted by: Sutra Zhou <zhoushuqun at gmail.com>
* . Update to 2.2.4.glewis2007-10-172-5/+5
|
* . Fix MASTER_SITES so that it will correctly cycle through the Eclipseglewis2007-10-171-2/+2
| | | | and FreeBSD local sites.
* . Builds and runs on amd64 as well.glewis2007-10-131-1/+1
|
* . Enlist eclipse-devel to get some wider spread of the Eclipse 3.3 portglewis2007-10-13135-750/+8250
| | | | | | | | | | before it replaces Eclipse 3.2. The submitters (listed in alphabetical order) collaborated on this. Submitted by: Mike Bowie <mbowie@buzmo.com> Dan Rucci <dan@rucci.org> Ken Yamada <ken@tydfam.jp>
* Update to 4.0.1 release.ale2007-10-122-4/+4
|
* Remove expired leaf ports:vd2007-10-124-60/+0
| | | | | | | 2007-07-21 graphics/xpcd: is an abandoned project and might be vulnerable 2007-07-29 comms/ixj: does not work on any supported FreeBSD version 2007-08-19 chinese/emacs20: "editors/emacs is recommended instead for new installations" 2007-08-22 java/collections: only needed for jdk1.1, which is obsolete
* . Explicitly pull in X dependencies instead of depending on the open-motifglewis2007-10-111-0/+1
| | | | | | dependency to implicitly pull in the X libraries we need. Requested by: linimon
* - Update maintainer mail adressmiwi2007-10-111-2/+2
| | | | | PR: 117073 Submitted by: Ronald Klop <ronald@echteman.nl> (maintainer)
* - Unbreakmiwi2007-10-092-8/+4
| | | | | | | - Update to 6.0.5 PR: 117023 Submitted by: Anton Yudin <contact@toha.org.ua> (maintainer)
* . Don't quote NO_CDROM or RESTRICTED to make portlint a little happier.glewis2007-10-071-2/+2
|
* - Remove pr-patchmiwi2007-10-061-84/+0
|
* Development using the properties file is performed by Java by the settingmiwi2007-10-065-0/+138
| | | | | | | | | | | | | | | | | file of J2EE application, internationalization correspondence with desktop application, etc. being sufficient. However, you have to change the multi-byte character in a file into Unicode with the native2ascii tool of attachment in J2SDK on the character platform un-depending. This editor can directly edit property files written in Unicode reference characters, and saves the time and effort of converting into Unicode through native2ascii. In addition to the usual functions of an editor, the plugin is integrated with Eclipse and JBuilder. Files can be opened in the IDE and saved in Unicode. It can use by intuitive and simple operation. WWW: http://propedit.sourceforge.jp/index_en.html PR: ports/116871 Submitted by: Sutra Zhou <zhoushuqun at gmail.com>
* . Update to 1.6.0_03 aka 6u3.glewis2007-10-063-4/+1504
| | | | Reported by: John Prather <john.c.prather@gmail.com>
* . Update to 1.5.0_13.glewis2007-10-053-4/+5
| | | | Reported by: John Prather <john.c.prather@gmail.com>
* . Don't quote NO_CDROM or RESTRICTED to make portlint a little happier.glewis2007-10-051-2/+2
|
* Fix build on i386 with WITHOUT_WEB option.jkim2007-10-052-0/+28
| | | | | | PR: ports/116700 Reported by: Michiel Boland (michiel at boland dot org) Approved by: glewis (mentor)
* Mark as broken with gcc4.2. Note: this looks like abadonware.linimon2007-10-041-1/+7
|
* Remove always-false/true conditions based on OSVERSION 500000edwin2007-10-045-10/+4
|
* Remove support for OSVERSION < 5edwin2007-10-041-2/+2
|
* . Update to 2.2.3.glewis2007-10-032-6/+5
| | | | | PR: 115346 Submitted by: Tomas Verbaitis <tomasv@megalogika.lt>
* Mark the port DEPRECATED and schedule its removal after one monthhq2007-10-021-0/+3
| | | | Approved by: glewis, znerd
* Switch autoconf dependencies from 2.53 or 2.59 to 2.61.linimon2007-09-301-2/+2
| | | | | PR: ports/116639 Submitted by: aDe
* Update to 4.0 release.ale2007-09-292-4/+4
|
* Mark as broken: fails to fetch.linimon2007-09-281-0/+4
|
* - Update to 0.6.13miwi2007-09-282-13/+12
| | | | | PR: 116634 Submitted by: Gerrit Beine <gerrit.beine@gmx.de> (maintainer)
* Implementaion of the OMG OCL for EMF-based models.miwi2007-09-244-0/+46
| | | | | | | WWW: http://www.eclipse.org/modeling/mdt/?project=ocl#ocl PR: ports/115825 Submitted by: Veit Jahns <vj562001 at yahoo.de>
* - Update to 4.2.1.GArafan2007-09-233-7/+7
| | | | | | PR: ports/116465 Submitted by: Sebastian Mindling <dev at mindling.com> Approved by: Jonathan Chen <jonc at chen.org.nz> (maintainer)
* Update to 3.10.1 release:ale2007-09-208-109/+43
| | | | | | | - install files in correct locations - add retrace executable - remove dead pkg-message - take maintainership
* . Default UseThreadPriorities to false on BSD. This can be toggled byglewis2007-09-203-18/+59
| | | | | | | | | | | | | | | | | | passing -XX:+UseThreadPriorities. . Remove the os_sleep hack which was used on FreeBSD to make sure lower priority threads got time slices. Instead, just call pthread_yield(). On FreeBSD 7.x with libthr, this will still give lower priority threads some time (with the above flag turned on), although such behaviour is not guaranteed by POSIX. This boosts FreeBSD performance by 7-fold on an 8 core system, putting it on a par with Solaris (benchmarks by kris@). The Java standard and the JCK tests are somewhat contradictory on thread priority being guaranteed to work, and in this case the performance benefits appear to outweigh any possible side effects. . Pick up DEFAULT_LD_LIBRARY_PATH from the build environment rather than patching it into a file at build time. This simplifies the Makefile. Submitted by: Kurt Miller <kurt@intricatesoftware.com>
* 2007-08-22 java/jdk11-doc: Obsolete version of jdkmiwi2007-09-197-102/+0
| | | | | | | | 2007-08-22 databases/java-sqlrelay: Depends on obsolete version of jdk 2007-08-22 mail/yuzu: Depends on obsolete version of jdk 2007-08-29 net/ng_netflow: already in base in all supported versions of FreeBSD 2007-08-22 java/jdk12-doc: Obsolete version of jdk 2007-08-22 japanese/netypesv: Depends on obsolete version of jdk
* . Fix build problems with cpu.h being picked up from /usr/local/include.glewis2007-09-101-0/+24
| | | | | | Since the structure members being deferenced into the variables are short*, just use short as the variable type and eliminate the use of fastInt and the header include altogether.
* . Fix build failures by setting LC_ALL="C" in MAKE_ENV.glewis2007-09-091-0/+1
| | | | | PR: 116204 Submitted by: nrgmilk <nrgmilk@gmail.com>
* Welcome bsd.perl.mk. Add support for constructs such as USE_PERL5=5.8.0+.linimon2007-09-081-5/+1
| | | | | | | | Drop support for antique perl. Work done by: gabor Sponsored by: Google Summer of Code 2007 Hat: portmgr
* . Update to tzupdater 1.2.2.glewis2007-09-082-6/+6
|
* . Update to tzupdater 1.2.2.glewis2007-09-082-5/+6
|
* . Update to tzupdater 1.2.2.glewis2007-09-072-6/+6
|
* . Update to tzupdater 1.2.2.glewis2007-09-076-40/+14
|
* Remove expired port: Modern versions of jdk support generics nativelyvs2007-09-044-275/+0
|
* . Mark this as BROKEN for gcc 4.2. The HotSpot C++ code needs some workglewis2007-09-021-0/+4
| | | | to be made gcc 4.2 compliant.
* . Fix another problem with exec() by using the same static initialisationglewis2007-09-022-1/+16
| | | | | | | | | block that Linux and Solaris use. This was already fixed in the repo but I'd neglected to commit the fix to the port and it was independently submitted as noted below. Submitted by: Michiel Boland <michiel@boland.org>
* . Sync the BSD specific code with the changes between 1.5 and 1.6 andglewis2007-08-282-1/+32
| | | | | | | | start closing file descriptors at FAIL_FILENO + 1 rather than 3. This fixes the problem with determining the exit code for exec()'ed processes. PR: 115557 Submitted by: Michiel Boland <michiel@boland.org>
* . Correctly respect WITHOUT_WEB. This should fix the default amd64 buildglewis2007-08-231-8/+9
| | | | on 7.x.
* . Add USE_XORG configuration. I'm guessing that prior to the modularglewis2007-08-211-0/+1
| | | | | | | xorg ports the Open Motif dependency pulled in the appropriate X11 libraries since this hasn't been a problem previously. Reported by: pointyhat (via kris)
* . Make sure ${PREFIX}/share/applications exists before installing filesglewis2007-08-211-0/+1
| | | | | | there. Pointed out by: pointyhat (via kris)
* . New port which installs the Java SE 6 documentation as provided by Sun.glewis2007-08-204-0/+55
|
* Correct dependencies to fix package build.nobutaka2007-08-191-5/+14
| | | | Reported by: pointyhat via kris
* . Add unzip to BUILD_DEPENDS.glewis2007-08-181-0/+1
| | | | Pointed out by: pointyhat (via kris)
* Add browser plugin support for amd64. It is turned off by default as it isjkim2007-08-172-1/+707
| | | | | | | still experimental. Tested by: Huang wen hui (hwh at gddsn dot org dot cn) Approved by: glewis (maintainer)
* Unbreak build on -CURRENT.jkim2007-08-173-0/+51
| | | | Approved by: glewis (maintainer)
* Mark IGNORE if NOPORTDOCS is defined since this port cosist only of docs.itetcu2007-08-141-0/+4
|
* Update to the latest version and unbreak.itetcu2007-08-142-12/+10
| | | | Submitted by: linimon@'s broken ports reminder
* . Split the JRL agreement out into a separate script that is only runglewis2007-08-143-195/+195
| | | | | | during the port build and not during the package install. Requested by: kris
* . Split the JRL agreement out into a separate script that is only runglewis2007-08-133-195/+195
| | | | | | during the port build and not during the package install. Requested by: kris
* - Set LANG environment variable to C for non-US locale users.jkim2007-08-101-0/+3
| | | | | | | | - Install FreeBSD-specific NSPR header file instead of default Solaris header. Note the port revision is not updated because it does not affect most users. Approved by: glewis (maintainer)
* . Complete default the bootstrap to Diablo.glewis2007-08-071-3/+1
| | | | Inspired by: scf
* . Default bootstrapping to Diablo JDK. It runs at least as well as theglewis2007-08-071-4/+2
| | | | | | | Linux JDK on all supported FreeBSD versions and doesn't require Linux emulation to be installed. Inspired by: scf
* . Fix the 'shebang' line in jcontrol. [1]glewis2007-08-072-2/+12
| | | | | | | . Update the main commented out MASTER_SITE. . Bump PORTREVISION. Submitted by: "barbara" <barbara.xxx1975@libero.it>
* . Make BUILD_DEPENDS against the Diablo JDK, not the Linux JDK. [2]glewis2007-08-075-13/+97
| | | | | | | | | | | | | | . Add some more make environment variables to control the build of the debug versions. [1] . Allow the setting of ALT_PARALLEL_BUILD_JOBS. [1] . Install more of the Gnome desktop files, and provide them with the correct path for the installation. [1] . Add ${LOCALBASE}/lib to the default library path in HotSpot. [1] . Backwards compatibility in time zone updates. [1] . Bump PORTREVISION. Submitted by: jkim [1] Inspired by: scf [2]
* - Update to 3.9miwi2007-08-062-7/+5
|
* . Add jdk16 subdir.glewis2007-08-061-0/+1
|
* . A native port for JDK 1.6.0 (aka 6.0) Update 1.glewis2007-08-0656-951/+588
|
* . Add linux-sun-jdk16.glewis2007-08-061-0/+1
|
* . New port of Sun's JDK 1.6.x (aka 6.x) for Linux.glewis2007-08-065-75/+482
| | | | | | | The port was done by the submitter for Update 1, I've made the minor changes for Update 2. Submitted by: jkim
* - Remove the DESTDIR modifications from individual ports as we have a new,gabor2007-08-042-2/+2
| | | | | | | fully chrooted DESTDIR, which does not need such any more. Sponsored by: Google Summer of Code 2007 Approved by: portmgr (pav)
* - Update to 3.2.2nemoliu2007-08-038-132/+33
| | | | | | | | | - Assign eclipse@FreeBSD.org as maintainer PR: ports/113435 Submitted by: Rick Petty, tmclaugh Approved by: maintainer timeout (more than 3 months) Approved by: delphij (mentor)
* . Require at least JDK 1.3.glewis2007-08-011-3/+1
| | | | | . Remove dependency on java/collections since they've been a part of the standard runtime library since 1.2.
* . Better fix. Just use 'short' variables and be done with it. Theglewis2007-07-312-6/+28
| | | | | structure members being dereferenced into the variables are 'short*' after all, not 'fastInt*'.
* . Include a different header file for 'fastInt'. The definition in Hint.hglewis2007-07-312-0/+26
| | | | | | | | | appears to actually match the type of variable its being used with in the code (although it seems that it may be even cleaner to just replace 'fastInt' with 'short'). This also partially bandaids a build problem some are seeing since Hint.h is a less common header file name than cpu.h.
* Add browser plugin support for amd64. It is turned off by default as it isjkim2007-07-304-2/+1166
| | | | | | still experimental. Approved by: glewis (maintainer)
* . Unbreak by providing a working MASTER_SITE.glewis2007-07-301-3/+1
|
* - Update to 3.2.8pav2007-07-3010-55/+117
| | | | | | PR: ports/110768 Submitted by: nemoliu Approved by: maintainer (previous version, with reservations)