aboutsummaryrefslogtreecommitdiff
path: root/java/trove4j
Commit message (Collapse)AuthorAgeFilesLines
* java/trove4j: Drop maintainershipDanilo Egea Gondolfo2021-05-191-1/+1
|
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* - Unbreak. Repository was renamedDanilo Egea Gondolfo2020-04-232-4/+4
| | | | | | | - Add license Notes: svn path=/head/; revision=532710
* Deprecate ports broken for more than 6 monthsAntoine Brodin2020-04-041-0/+2
| | | | Notes: svn path=/head/; revision=530719
* Clean up after java/openjdk6 and java/openjdk6-jre removalJung-uk Kim2019-11-261-1/+0
| | | | | | | | | | | | | | | java/openjdk6 support was removed from Mk/bsd.java.mk (r512662) and java/openjdk6 and java/openjdk6-jre were removed from the ports tree (r512663). Now this patch completely removes remaining stuff from the ports tree. PR: 241953 (exp-run) Reviewed by: glewis Approved by: portmgr (antoine) Differential Revision: https://reviews.freebsd.org/D22342 Notes: svn path=/head/; revision=518482
* Mark a few ports BROKEN, unfetchableAntoine Brodin2019-11-061-0/+2
| | | | Notes: svn path=/head/; revision=516880
* - Fix trailing whitespace in pkg-descrs, categories [g-n]*Dmitry Marakasov2016-05-191-2/+2
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=415499
* - Update from 1.1b5 to 3.1a1Danilo Egea Gondolfo2014-08-033-9/+10
| | | | | | | | | - Update MASTER_SITES - Take maintainership - Update WWW Notes: svn path=/head/; revision=363845
* - Reassign ports to the heapThomas Abthorpe2014-03-021-1/+1
| | | | | | | - Thank you hq@ for your years of service! Notes: svn path=/head/; revision=346734
* Stage supportAntoine Brodin2014-02-171-12/+4
| | | | Notes: svn path=/head/; revision=344811
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | java) Notes: svn path=/head/; revision=327738
* Decommissioning java 1.5 (EOLed since October 2009):Baptiste Daroussin2012-12-101-5/+2
| | | | | | | suppress any reference to JAVA_VERSION= 1.5+ (part2) Notes: svn path=/head/; revision=308604
* Remove more tags from pkg-descr files fo the form:Doug Barton2011-10-241-3/+0
| | | | | | | | | | | - Name em@i.l or variations thereof. While I'm here also fix some whitespace and other formatting errors, including moving WWW: to the last line in the file. Notes: svn path=/head/; revision=284232
* Now that the Java 1.3 and Java 1.4 ports are deprecated and will expire soon,Mark Linimon2011-07-211-1/+1
| | | | | | | | | | | | | | | | | | | remove support for them from bsd.java.mk. As Jikes is not available in Java 1.5 or higher, remove it from bsd.java.mk too (suggested by hq@) and from the ports which used it (only occurences were USE_JIKES=no). Support for the Blackdown VM is also removed, as it is not available in Java 1.5 and higher. Also remove the mapping from Java 1.1-1.4 to Java 1.5+ in bsd.java.mk to detect old, broken ports; therefore bump the minimal value of JAVA_VERSION to 1.5. While here, replace static values of JAVA_VERSION in files/*.in by %%JAVA_VERSION%% . PR: ports/158969 Submitted by: rene Tested on: pointyhat-west -exp Notes: svn path=/head/; revision=278068
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* - Retire MASTER_SITE_SOURCEFORGE_EXTENDED, it's no longer needed - all ↵Dmitry Marakasov2009-09-021-2/+1
| | | | | | | | | | | | mirrors actually have all distfiles - Merge all SF mirrors to MASTER_SITE_SOURCEFORGE, resort according to quick download speed survey - Fix MASTER_SITES for all port that have used SOURCEFORGE_EXTENTED Approved by: portmgr (pav) Notes: svn path=/head/; revision=240715
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-1/+1
| | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=214430
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-0/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* Update to 1.1b5Herve Quiroz2006-01-052-3/+4
| | | | Notes: svn path=/head/; revision=152807
* - Update to 1.1b4Herve Quiroz2005-06-172-7/+5
| | | | | | | | | - Don't try to mkdir ${JAVAJARDIR} as it has been part of mtree for more than 3 years now - Use FIND | INSTALL_DATA to install documentation Notes: svn path=/head/; revision=137631
* - Remove unneeded JAVA_RUN statementHerve Quiroz2004-11-031-10/+6
| | | | | | | | | | - Remove redundant port name in COMMENT - Use CPIO to make docs install stage more simple - Use %%JAVAJARDIR%% - Use INSTALL_DATA for JAR file Notes: svn path=/head/; revision=120680
* Use my FreeBSD address in MAINTAINERHerve Quiroz2004-10-231-1/+1
| | | | Notes: svn path=/head/; revision=119982
* . Update to 1.1b3Greg Lewis2004-04-093-30/+21
| | | | | | | | | | | | . Use PLIST_FILES and get rid of pkg-plist. . Switch MASTER_SITES to MASTER_SITE_SOURCEFORGE_EXTENDED . Cleaned up the Makefile. PR: 65298 Submitted by: Herve Quiroz <herve.quiroz@esil.univ-mrs.fr> (maintainer) Notes: svn path=/head/; revision=106590
* . Convert to the newer bsd.java.mk syntax.Greg Lewis2004-04-061-1/+3
| | | | | | | Submitted by: Herve Quiroz <herve.quiroz@esil.univ-mrs.fr> (maintainer) Notes: svn path=/head/; revision=106293
* SIZEify (maintainer timeout)Trevor Johnson2004-03-311-0/+1
| | | | Notes: svn path=/head/; revision=105747
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-0/+1
| | | | | | | (Part 2) Notes: svn path=/head/; revision=99920
* . Simplify the packing list by using PORTDOCS.Greg Lewis2003-12-082-360/+8
| | | | | | | | | | | . Add support for %%JAVAJARDIR%% in pkg-plist. . Don't define INSTALL_JAR as INSTALL_DATA, just use INSTALL_DATA. PR: 59039 Submitted by: Herve Quiroz <herve.quiroz@esil.univ-mrs.fr> Notes: svn path=/head/; revision=95430
* Update to version 1.0.2 of Trove4j.Ernst de Haan2003-05-083-6/+7
| | | | | | | | | The port now uses the JAVAJARDIR variable defined in bsd.java.mk. Submitted by: maintainer Notes: svn path=/head/; revision=80430
* New port: trove4j.Ernst de Haan2003-03-274-0/+422
PR: 45287 Submitted by: Herve Quiroz <herve.quiroz@esil.univ-mrs.fr> Notes: svn path=/head/; revision=77533