aboutsummaryrefslogtreecommitdiffstats
path: root/java/infobus
Commit message (Collapse)AuthorAgeFilesLines
* Finish stage supportantoine2014-04-131-6/+6
|
* stage supportbapt2014-04-102-27/+10
| | | | respect examples
* Convert j* to USES=zipbapt2014-03-101-1/+1
|
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-0/+1
| | | | java)
* - Remove bogus conditional IGNORE for PACKAGE_BUILDING; these shouldbdrewery2013-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
* "aaargh, quoted Makefile variables"eadler2013-03-191-1/+1
| | | | Approved by: portmgr (bapt)
* Decommissioning java 1.5 (EOLed since October 2009):bapt2012-12-101-6/+2
| | | | suppress any reference to JAVA_VERSION= 1.5+ (part2)
* Now that the Java 1.3 and Java 1.4 ports are deprecated and will expire soon,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
* - Use canonical format for FreeBSD.org MAINTAINER addressessunpoet2010-12-262-2/+1
| | | | | | | | - Remove obsolete MD5 checksum while I'm here PR: ports/152844 Submitted by: sunpoet (myself) Approved by: miwi (with portmgr hat)
* Bump portrevision due to upgrade of devel/gettext.edwin2008-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)
* . 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.
* - Allow this to install on any jdk versionpav2007-07-221-1/+1
| | | | Suggested by: glewis
* Allow package buildskris2006-09-031-1/+1
|
* SHA256ify (and sometimes SIZEify)edwin2006-01-301-0/+2
| | | | Approved by: krion@
* . Fix RUN_DEPENDS (JAVAJARDIR -> JAVALIBDIR).glewis2005-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.
* . Quieten portlint:glewis2005-09-271-6/+5
| | | | | | | . Add 'devel' as a secondary category. . Unquote IGNORE. . Remove unnecessary EXTRACT_SUFX setting. . Use bsd.java.mk 2.0.
* . Update the download URL.glewis2005-09-271-1/+1
| | | | | PR: 86547 Submitted by: Manfred Riem <mriem@manorrock.org>
* java/infobus: drop maintainer shipdaichi2003-08-191-1/+1
| | | | | PR: 55691 Submitted by: Jose Marques <noway@nohow.demon.co.uk> (maintainer)
* De-pkg-comment.knu2003-02-212-1/+1
|
* Don't remove system directories share/java, share/java/classes, andkris2002-11-111-2/+0
| | | | share/doc
* Fix dependencies to be in sync with the recent JDK ports renaming.glewis2002-06-161-1/+1
| | | | Forgotten by: znerd
* Define NO_WRKSUBDIR = yes instead of setting WRKSRC = ${WRKDIR}knu2000-04-151-1/+1
| | | | | PR: ports/18009 Submitted by: tkato@prontomail.ne.jp
* Convert to the PORTNAME - PORTVERSION syntax.obrien2000-04-121-3/+3
|
* Add $FreeBSD$ tag.steve1999-11-011-1/+1
|
* Initial import of infobus version 1.2.steve1999-11-015-0/+131
Enables dynamic exchange of data between JavaBeans(TM). PR: 13163 Submitted by: Jose Marques <noway@nohow.demon.co.uk>