aboutsummaryrefslogtreecommitdiff
path: root/java/jai
Commit message (Collapse)AuthorAgeFilesLines
* Cleanup plistAntoine Brodin2014-11-141-1/+0
| | | | Notes: svn path=/head/; revision=372560
* Convert j* to USES=zipBaptiste Daroussin2014-03-101-1/+1
| | | | Notes: svn path=/head/; revision=347771
* - Stage supportAntoine Brodin2014-02-171-16/+8
| | | | | | | - Remove infozip dependency Notes: svn path=/head/; revision=344813
* 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
* . Don't force a manual download when it's unnecessary. Add the downloadGreg Lewis2013-07-071-5/+1
| | | | | | | location to MASTER_SITES instead and remove the manual download prompt. Notes: svn path=/head/; revision=322451
* "aaargh, quoted Makefile variables"Eitan Adler2013-03-181-1/+1
| | | | | | | Approved by: portmgr (bapt) Notes: svn path=/head/; revision=314605
* - Remove needless quoting of BROKEN/IGNOREBryan Drewery2013-03-161-1/+1
| | | | | | | | | | - Trim headers PR: ports/168908 With hat: portmgr Notes: svn path=/head/; revision=314333
* Decommissioning java 1.5 (EOLed since October 2009):Baptiste Daroussin2012-12-101-6/+2
| | | | | | | suppress any reference to JAVA_VERSION= 1.5+ (part2) Notes: svn path=/head/; revision=308604
* Remove quotes from BROKEN and IGNORE as they are not requiredEitan Adler2012-02-251-1/+1
| | | | | | | Approved by: maintainer timeout Notes: svn path=/head/; revision=292246
* 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
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-0/+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
* . Update to 1.1.3.Greg Lewis2008-03-246-93/+37
| | | | | | | | | | . Don't limit this to i386. PR: 121698 Submitted by: lioux@ Notes: svn path=/head/; revision=209673
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-1/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* SHA256ify (and sometimes SIZEify)Edwin Groothuis2006-01-301-0/+2
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154796
* - Update to bsd.java.mk 2.0Herve Quiroz2005-02-131-5/+6
| | | | | | | - ECHO_CMD -> ECHO_MSG Notes: svn path=/head/; revision=128731
* . Really fix the fallout from the bsd.java.mk update. Grrr.Greg Lewis2004-04-031-1/+1
| | | | Notes: svn path=/head/; revision=106009
* . Fix incompatibilities with the new bsd.java.mk (oops).Greg Lewis2004-04-031-1/+1
| | | | | | | | | JAVA_OS == FreeBSD -> JAVA_PORT_OS == native Bug report by: kris Notes: svn path=/head/; revision=106007
* 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
* Add jai 1.1.2, which is Java Advanced Imaging (JAI) API providesNorikatsu Shigemura2004-01-116-0/+129
a set of object-oriented interfaces that support a simple, high-level programming model which lets you manipulate images easily. PR: CBUG-ML/2572 Submitted by: OISHI Masakuni <yamasa@bsdhouse.org> Notes: svn path=/head/; revision=97917