aboutsummaryrefslogtreecommitdiff
path: root/java/infobus
Commit message (Collapse)AuthorAgeFilesLines
* Finish stage supportAntoine Brodin2014-04-131-6/+6
| | | | Notes: svn path=/head/; revision=351217
* stage supportBaptiste Daroussin2014-04-102-27/+10
| | | | | | | respect examples Notes: svn path=/head/; revision=350777
* Convert j* to USES=zipBaptiste Daroussin2014-03-101-1/+1
| | | | Notes: svn path=/head/; revision=347771
* 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
* - Remove bogus conditional IGNORE for PACKAGE_BUILDING; these shouldBryan Drewery2013-08-291-1/+1
| | | | | | | | | | | | | be IGNOREd regardless of PACKAGE_BUILDING. Soem have no MASTER_SITES and require manual fetching, others are already marked RESTRICTED. - Trim headers - Convert some pre-fetch errors into IGNORE - Remove needless quoting in java/jdk7-doc IGNORE With hat: portmgr Notes: svn path=/head/; revision=325598
* "aaargh, quoted Makefile variables"Eitan Adler2013-03-181-1/+1
| | | | | | | Approved by: portmgr (bapt) Notes: svn path=/head/; revision=314605
* 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
* 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
* - Use canonical format for FreeBSD.org MAINTAINER addressesSunpoet Po-Chuan Hsieh2010-12-252-2/+1
| | | | | | | | | | | - Remove obsolete MD5 checksum while I'm here PR: ports/152844 Submitted by: sunpoet (myself) Approved by: miwi (with portmgr hat) Notes: svn path=/head/; revision=266895
* 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
* . Require at least JDK 1.3.Greg Lewis2007-08-011-3/+1
| | | | | | | | . Remove dependency on java/collections since they've been a part of the standard runtime library since 1.2. Notes: svn path=/head/; revision=196904
* - Allow this to install on any jdk versionPav Lucistnik2007-07-211-1/+1
| | | | | | | Suggested by: glewis Notes: svn path=/head/; revision=196011
* Allow package buildsKris Kennaway2006-09-031-1/+1
| | | | Notes: svn path=/head/; revision=172020
* SHA256ify (and sometimes SIZEify)Edwin Groothuis2006-01-301-0/+2
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154796
* . Fix RUN_DEPENDS (JAVAJARDIR -> JAVALIBDIR).Greg Lewis2005-09-272-86/+36
| | | | | | | | | | | | | . Respect NOPORTDOCS. . Split "docs" into examples and docs as appropriate and install them in the relevant directories. . Use PORTDOCS. . Use appropriate macros in the packing list (%%JAVAJARDIR%% and %%EXAMPLESDIR%%) and adjust it appropriately for the previous two changes. . Bump PORTREVISION. Notes: svn path=/head/; revision=143609
* . Quieten portlint:Greg Lewis2005-09-271-6/+5
| | | | | | | | | | . Add 'devel' as a secondary category. . Unquote IGNORE. . Remove unnecessary EXTRACT_SUFX setting. . Use bsd.java.mk 2.0. Notes: svn path=/head/; revision=143608
* . Update the download URL.Greg Lewis2005-09-271-1/+1
| | | | | | | | PR: 86547 Submitted by: Manfred Riem <mriem@manorrock.org> Notes: svn path=/head/; revision=143606
* java/infobus: drop maintainer shipDaichi GOTO2003-08-191-1/+1
| | | | | | | | PR: 55691 Submitted by: Jose Marques <noway@nohow.demon.co.uk> (maintainer) Notes: svn path=/head/; revision=87258
* De-pkg-comment.Akinori MUSHA2003-02-212-1/+1
| | | | Notes: svn path=/head/; revision=76037
* Don't remove system directories share/java, share/java/classes, andKris Kennaway2002-11-101-2/+0
| | | | | | | share/doc Notes: svn path=/head/; revision=69861
* Fix dependencies to be in sync with the recent JDK ports renaming.Greg Lewis2002-06-161-1/+1
| | | | | | | Forgotten by: znerd Notes: svn path=/head/; revision=61337
* Define NO_WRKSUBDIR = yes instead of setting WRKSRC = ${WRKDIR}Akinori MUSHA2000-04-141-1/+1
| | | | | | | | PR: ports/18009 Submitted by: tkato@prontomail.ne.jp Notes: svn path=/head/; revision=27539
* Convert to the PORTNAME - PORTVERSION syntax.David E. O'Brien2000-04-121-3/+3
| | | | Notes: svn path=/head/; revision=27458
* Add $FreeBSD$ tag.Steve Price1999-11-011-1/+1
| | | | Notes: svn path=/head/; revision=22834
* Initial import of infobus version 1.2.Steve Price1999-11-015-0/+131
Enables dynamic exchange of data between JavaBeans(TM). PR: 13163 Submitted by: Jose Marques <noway@nohow.demon.co.uk> Notes: svn path=/head/; revision=22833