Decommissioning java 1.5 (EOLed since October 2009):
suppress any reference to USE_JAVA= 1.5+ (part1)
This commit is contained in:
parent
13541a38ca
commit
580b0c7423
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=308600
@ -17,7 +17,7 @@ NO_WRKSUBDIR= yes
|
||||
NO_BUILD= yes
|
||||
|
||||
USE_JAVA= yes
|
||||
JAVA_VERSION= 1.5+
|
||||
JAVA_VERSION= 1.6+
|
||||
|
||||
SUB_FILES= gpsprune.sh
|
||||
SUB_LIST= JARNAME=${DISTNAME}
|
||||
|
@ -1,9 +1,5 @@
|
||||
# New ports collection makefile for: musiccontrol
|
||||
# Date created: 9 june 2003
|
||||
# Whom: Christian Laursen <xi@borderworlds.dk>
|
||||
#
|
||||
# Created by: Christian Laursen <xi@borderworlds.dk>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= musiccontrol
|
||||
PORTVERSION= 0.3
|
||||
@ -22,7 +18,7 @@ RUN_DEPENDS= ${LOCALBASE}/bin/mpg123:${PORTSDIR}/audio/mpg123 \
|
||||
${LOCALBASE}/bin/simplemod:${PORTSDIR}/audio/simplemod
|
||||
|
||||
USE_JAVA= yes
|
||||
JAVA_VERSION= 1.5+
|
||||
JAVA_VERSION= 1.6+
|
||||
NO_BUILD= yes
|
||||
PLIST_FILES= share/java/classes/MusicControl-${PORTVERSION}.jar bin/musiccontrol
|
||||
|
||||
|
@ -1,9 +1,5 @@
|
||||
# New ports collection makefile for: scimark2-java
|
||||
# Date created: Sat Apr 05 2003
|
||||
# Whom: thierry@pompo.net
|
||||
#
|
||||
# Created by: thierry@pompo.net
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= scimark2
|
||||
PORTVERSION= 2.0
|
||||
@ -20,7 +16,7 @@ WRKSRC= ${WRKDIR}
|
||||
USE_ZIP= yes
|
||||
|
||||
USE_JAVA= yes
|
||||
JAVA_VERSION= 1.5+
|
||||
JAVA_VERSION= 1.6+
|
||||
NEED_JAVAC= yes
|
||||
JAVAC_OPTS?= -O
|
||||
|
||||
|
@ -15,7 +15,7 @@ COMMENT= A DNA sequence viewer and annotation tool
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||
|
||||
USE_JAVA= yes
|
||||
JAVA_VERSION= 1.5+
|
||||
JAVA_VERSION= 1.6+
|
||||
|
||||
NO_BUILD= yes
|
||||
PLIST_SUB= PORTVERSION="${PORTVERSION}"
|
||||
|
@ -12,7 +12,7 @@ MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= A viewer and editor for multiple sequence alignments
|
||||
|
||||
USE_JAVA= yes
|
||||
JAVA_VERSION= 1.5+
|
||||
JAVA_VERSION= 1.6+
|
||||
USE_ANT= yes
|
||||
ALL_TARGET= makejars
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||
|
@ -1,8 +1,4 @@
|
||||
# New ports collection makefile for: electric-ng
|
||||
# Date created: 2006-07-14
|
||||
# Whom: Stanislav Sedov <ssedov@mbsd.msk.ru>
|
||||
#
|
||||
# $MBSDlabs$
|
||||
# Created by: Stanislav Sedov <ssedov@mbsd.msk.ru>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
@ -21,7 +17,7 @@ MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= A sophisticated VLSI design system
|
||||
|
||||
USE_JAVA= yes
|
||||
JAVA_VERSION= 1.5+
|
||||
JAVA_VERSION= 1.6+
|
||||
NO_BUILD= yes
|
||||
PLIST_FILES= %%JAVAJARDIR%%/${JARFILE} \
|
||||
bin/electric-ng
|
||||
|
@ -1,9 +1,5 @@
|
||||
# New ports collection makefile for: fidocadj
|
||||
# Date created: 2012-05-02
|
||||
# Whom: Nicola Vitale <nivit@FreeBSD.org>
|
||||
#
|
||||
# Created by: Nicola Vitale <nivit@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= fidocadj
|
||||
PORTVERSION= 0.24
|
||||
@ -25,7 +21,7 @@ NO_BUILD= yes
|
||||
|
||||
SUB_FILES= ${PORTNAME}.sh
|
||||
|
||||
JAVA_VERSION= 1.5+
|
||||
JAVA_VERSION= 1.6+
|
||||
USE_JAVA= yes
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
@ -43,10 +39,8 @@ do-install:
|
||||
${INSTALL_DATA} ${DISTDIR}/${FDCJ_MANUAL} ${DOCSDIR}/
|
||||
.endif
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PORT_OPTIONS:MDOCS}
|
||||
DISTFILES+= ${PORTNAME}_manual_en.pdf:docs
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,10 +1,5 @@
|
||||
# ex:ts=8
|
||||
# Ports collection makefile for: impact
|
||||
# Date created: Mar 4, 2005
|
||||
# Whom: ijliao
|
||||
#
|
||||
# Created by: Ying-Chieh Liao <ijliao@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= impact
|
||||
PORTVERSION= 0.7.5.3
|
||||
@ -18,7 +13,7 @@ COMMENT= Dynamic Finite Element Program Suite
|
||||
USE_ZIP= yes
|
||||
WRKSRC= ${WRKDIR}/Impact
|
||||
USE_JAVA= yes
|
||||
JAVA_VERSION= 1.5+
|
||||
JAVA_VERSION= 1.6+
|
||||
NO_BUILD= yes
|
||||
|
||||
DATADIR= ${JAVASHAREDIR}/${PORTNAME}
|
||||
|
@ -1,9 +1,5 @@
|
||||
# New ports collection makefile for: opencascade
|
||||
# Date created: 29 November 2005
|
||||
# Whom: Thierry Thomas <thierry@pompo.net>
|
||||
#
|
||||
# Created by: Thierry Thomas <thierry@pompo.net>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= opencascade
|
||||
PORTVERSION= 6.3
|
||||
@ -33,7 +29,7 @@ USE_TCL_RUN= 84+
|
||||
USE_TCL_THREADS=yes
|
||||
USE_JAVA= yes
|
||||
USE_XORG= xmu
|
||||
JAVA_VERSION= 1.5+
|
||||
JAVA_VERSION= 1.6+
|
||||
#.if defined(MAINTAINER_MODE)
|
||||
# linux-sun-jdk was required for 6.1, but 6.2 is OK with diablo-jdk.
|
||||
#JAVA_OS= linux
|
||||
|
@ -1,9 +1,5 @@
|
||||
# New ports collection makefile for: java freebsd-commapi
|
||||
# Date created: 2001/07/01
|
||||
# Whom: Ari Suutari <ari.suutari@syncrontech.com>
|
||||
#
|
||||
# Created by: Ari Suutari <ari.suutari@syncrontech.com>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= java-commapi-freebsd
|
||||
PORTVERSION= 0.9
|
||||
@ -18,7 +14,7 @@ BUILD_DEPENDS= ${JDKDIR}/jre/lib/ext/comm.jar:${PORTSDIR}/comms/java-commapi
|
||||
RUN_DEPENDS= ${JDKDIR}/jre/lib/ext/comm.jar:${PORTSDIR}/comms/java-commapi
|
||||
|
||||
USE_JAVA= yes
|
||||
JAVA_VERSION= 1.5+
|
||||
JAVA_VERSION= 1.6+
|
||||
JAVA_OS= native
|
||||
JAVA_BUILD= yes
|
||||
|
||||
|
@ -1,6 +1,4 @@
|
||||
# New ports collection makefile for: Java Commapi
|
||||
# Date created: 2001/07/01
|
||||
# Whom: Ari Suutari <ari.suutari@syncrontech.com>
|
||||
# Created by: Ari Suutari <ari.suutari@syncrontech.com>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
@ -17,7 +15,7 @@ COMMENT= Sun's Java Communications API
|
||||
|
||||
USE_ZIP= yes
|
||||
USE_JAVA= yes
|
||||
JAVA_VERSION= 1.5+
|
||||
JAVA_VERSION= 1.6+
|
||||
|
||||
NO_CDROM= Sun has a funky license for this software
|
||||
RESTRICTED= no commercial use
|
||||
|
@ -1,9 +1,5 @@
|
||||
# New ports collection makefile for: rxtx
|
||||
# Whom: Jean-Baptiste Quenot <jb.quenot@caraldi.com>
|
||||
# Date Created: 2004-04-10 00:15:35
|
||||
#
|
||||
# Created by: Jean-Baptiste Quenot <jb.quenot@caraldi.com>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= rxtx
|
||||
PORTVERSION= 2.2p2
|
||||
@ -19,7 +15,7 @@ COMMENT= Native interface to serial ports in Java
|
||||
USE_ZIP= yes
|
||||
USE_GMAKE= yes
|
||||
USE_JAVA= yes
|
||||
JAVA_VERSION= 1.5+
|
||||
JAVA_VERSION= 1.6+
|
||||
JAVA_OS= native
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
|
@ -1,9 +1,5 @@
|
||||
# New ports collection makefile for: antlr
|
||||
# Date created: 5 July 2002
|
||||
# Whom: Geoffrey Mainland <mainland@apeiron.net>
|
||||
#
|
||||
# Created by: Geoffrey Mainland <mainland@apeiron.net>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= antlr
|
||||
PORTVERSION= 2.7.7
|
||||
@ -19,7 +15,7 @@ CONFLICTS= pccts-[0-9]*
|
||||
|
||||
USE_GMAKE= yes
|
||||
USE_JAVA= yes
|
||||
JAVA_VERSION= 1.5+
|
||||
JAVA_VERSION= 1.6+
|
||||
|
||||
OPTIONS_DEFINE= PYTHON DOCS
|
||||
|
||||
|
@ -1,7 +1,4 @@
|
||||
# New ports collection makefile for: antlrworks
|
||||
# Date created: December, 5th 2006
|
||||
# Whom: Matthias Sund <m.sund@arcor.de>
|
||||
#
|
||||
# Created by: Matthias Sund <m.sund@arcor.de>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= antlrworks
|
||||
@ -17,7 +14,7 @@ COMMENT= The ANTLR GUI Development Environment
|
||||
NO_BUILD= yes
|
||||
|
||||
USE_JAVA= yes
|
||||
JAVA_VERSION= 1.5+
|
||||
JAVA_VERSION= 1.6+
|
||||
|
||||
DESKTOP_ENTRIES="ANTLRWorks" \
|
||||
"ANTLR GUI Development Environment" \
|
||||
|
@ -22,7 +22,7 @@ MANPAGE_DISTFILE= ${PORTNAME}-manpage-${MANPAGE_VERSION}.tgz
|
||||
MANPAGE_VERSION= 20030908
|
||||
USE_BZIP2= yes
|
||||
USE_JAVA= yes
|
||||
JAVA_VERSION= 1.5+
|
||||
JAVA_VERSION= 1.6+
|
||||
|
||||
NO_BUILD= YES
|
||||
DATADIR= ${JAVASHAREDIR}/${PORTNAME}
|
||||
|
@ -25,7 +25,7 @@ RUN_DEPENDS= java:${PORTSDIR}/java/javavmwrapper
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
||||
NO_BUILD= yes
|
||||
USE_JAVA= yes
|
||||
JAVA_VERSION= 1.5+
|
||||
JAVA_VERSION= 1.6+
|
||||
|
||||
SUB_FILES= argouml.sh
|
||||
SUB_LIST= JAVA_VERSION=${JAVA_VERSION}
|
||||
|
@ -1,9 +1,5 @@
|
||||
# New ports collection makefile for: avalon-framework
|
||||
# Date created: 2004-03-31
|
||||
# Whom: Herve Quiroz <herve.quiroz@esil.univ-mrs.fr>
|
||||
#
|
||||
# Created by: Herve Quiroz <herve.quiroz@esil.univ-mrs.fr>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= avalon-framework
|
||||
PORTVERSION= 4.2.0
|
||||
@ -16,7 +12,7 @@ MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Apache Avalon core framework for component programming
|
||||
|
||||
USE_JAVA= yes
|
||||
JAVA_VERSION= 1.5+
|
||||
JAVA_VERSION= 1.6+
|
||||
NO_BUILD= yes
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||
|
@ -1,6 +1,4 @@
|
||||
# Ports collection makefile for: charva
|
||||
# Date created: 12 December 2006
|
||||
# Whom: Alex Dupre <ale@FreeBSD.org>
|
||||
# Created by: Alex Dupre <ale@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
@ -20,7 +18,7 @@ RUN_DEPENDS= ${JAVAJARDIR}/commons-logging.jar:${PORTSDIR}/java/jakarta-commons-
|
||||
|
||||
USE_ZIP= yes
|
||||
USE_JAVA= yes
|
||||
JAVA_VERSION= 1.5+
|
||||
JAVA_VERSION= 1.6+
|
||||
USE_ANT= yes
|
||||
ALL_TARGET= clean makeDLL dist
|
||||
|
||||
|
@ -1,10 +1,5 @@
|
||||
# ex:ts=8
|
||||
# Ports collection makefile for: doctorj
|
||||
# Date created: Wed Apr 16, 2003
|
||||
# Whom: Michael L. Hostbaek (mich@freebsdcluster.org)
|
||||
#
|
||||
# Created by: Michael L. Hostbaek <mich@freebsdcluster.org>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= doctorj
|
||||
PORTVERSION= 5.1.2
|
||||
@ -16,7 +11,7 @@ MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= A tool for analyzing Java code and documentation
|
||||
|
||||
USE_JAVA= yes
|
||||
JAVA_VERSION= 1.5+
|
||||
JAVA_VERSION= 1.6+
|
||||
USE_ANT= yes
|
||||
|
||||
ALL_TARGET= jarfile
|
||||
|
@ -1,9 +1,5 @@
|
||||
# New ports collection makefile for: Adobe Flex SDK
|
||||
# Date created: 18 Oct 2007
|
||||
# Whom: Jun Kuriyama <kuriyama@FreeBSD.org>
|
||||
#
|
||||
# Created by: Jun Kuriyama <kuriyama@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= flex-sdk
|
||||
PORTVERSION= 4.6.0.23201
|
||||
@ -19,7 +15,7 @@ RUN_DEPENDS= javavm:${PORTSDIR}/java/javavmwrapper
|
||||
CONFLICTS= ja-flex-sdk-2.* flex-sdk-2.* flex-sdk-3.*
|
||||
USE_ZIP= YES
|
||||
USE_JAVA= YES
|
||||
JAVA_VERSION= 1.5+
|
||||
JAVA_VERSION= 1.6+
|
||||
WRKSRC= ${WRKDIR}
|
||||
SUB_FILES= ${SCRIPTS:C/\$/.sh/g}
|
||||
NO_BUILD= YES
|
||||
|
@ -1,9 +1,5 @@
|
||||
# New ports collection makefile for: Adobe Flex SDK
|
||||
# Date created: 18 Oct 2007
|
||||
# Whom: Jun Kuriyama <kuriyama@FreeBSD.org>
|
||||
#
|
||||
# Created by: Jun Kuriyama <kuriyama@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= flex-sdk
|
||||
PORTVERSION= 2.0.1.194515
|
||||
@ -23,7 +19,7 @@ CONFLICTS= ja-flex-sdk-2.* flex-sdk-3.* flex-sdk-4.*
|
||||
NO_LATEST_LINK= YES
|
||||
USE_ZIP= YES
|
||||
USE_JAVA= YES
|
||||
JAVA_VERSION= 1.5+
|
||||
JAVA_VERSION= 1.6+
|
||||
WRKSRC= ${WRKDIR}
|
||||
DOWNLOAD_URL= http://labs.adobe.com/technologies/flex/sdk/flex2sdk.html
|
||||
SUB_FILES= asdoc.sh compc.sh fdb.sh mxmlc.sh
|
||||
|
@ -1,9 +1,5 @@
|
||||
# New ports collection makefile for: Adobe Flex SDK
|
||||
# Date created: 18 Oct 2007
|
||||
# Whom: Jun Kuriyama <kuriyama@FreeBSD.org>
|
||||
#
|
||||
# Created by: Jun Kuriyama <kuriyama@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= flex-sdk
|
||||
PORTVERSION= 3.5.0.12683
|
||||
@ -21,7 +17,7 @@ CONFLICTS= ja-flex-sdk-2.* flex-sdk-2.* flex-sdk-4.*
|
||||
NO_LATEST_LINK= YES
|
||||
USE_ZIP= YES
|
||||
USE_JAVA= YES
|
||||
JAVA_VERSION= 1.5+
|
||||
JAVA_VERSION= 1.6+
|
||||
WRKSRC= ${WRKDIR}
|
||||
SUB_FILES= ${SCRIPTS:C/\$/.sh/g}
|
||||
NO_BUILD= YES
|
||||
|
@ -1,9 +1,5 @@
|
||||
# New ports collection makefile for: Flex Compiler Shell
|
||||
# Date created: 1 Dec 2007
|
||||
# Whom: Jun Kuriyama <kuriyama@FreeBSD.org>
|
||||
#
|
||||
# Created by: Jun Kuriyama <kuriyama@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= flex_compiler_shell
|
||||
PORTVERSION= 0.20070123
|
||||
@ -23,7 +19,7 @@ CONFLICTS= flex-sdk-3.*
|
||||
|
||||
USE_ZIP= YES
|
||||
USE_JAVA= YES
|
||||
JAVA_VERSION= 1.5+
|
||||
JAVA_VERSION= 1.6+
|
||||
WRKSRC= ${WRKDIR}
|
||||
NO_BUILD= YES
|
||||
SUB_FILES= fcsh
|
||||
|
@ -1,9 +1,5 @@
|
||||
# Ports collection makefile for: FlexJson
|
||||
# Date created: 20 Apr 2006
|
||||
# Whom: Nemo Liu <nemoliu@FreeBSD.org>
|
||||
#
|
||||
# Created by: Nemo Liu <nemoliu@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= flexjson
|
||||
PORTVERSION= 1.6
|
||||
@ -16,7 +12,7 @@ MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= A lightweight Java library to write JSON
|
||||
|
||||
USE_JAVA= yes
|
||||
JAVA_VERSION= 1.5+
|
||||
JAVA_VERSION= 1.6+
|
||||
NO_BUILD= yes
|
||||
USE_ZIP= yes
|
||||
|
||||
|
@ -1,9 +1,5 @@
|
||||
# Ports collection makefile for: Fujaba
|
||||
# Date created: July 14, 2005
|
||||
# Whom: Gerrit Beine (<tux@pinguru.net>)
|
||||
#
|
||||
# Created by: Gerrit Beine <tux@pinguru.net>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= fujaba
|
||||
PORTVERSION= 4.3.2
|
||||
@ -19,7 +15,7 @@ RUN_DEPENDS= java:${PORTSDIR}/java/javavmwrapper
|
||||
|
||||
USE_ZIP= yes
|
||||
USE_JAVA= yes
|
||||
JAVA_VERSION= 1.5+
|
||||
JAVA_VERSION= 1.6+
|
||||
NO_BUILD= yes
|
||||
WRKSRC= ${WRKDIR}/Fujaba\ Tool\ Suite\ ${PORTVERSION}
|
||||
|
||||
|
@ -17,7 +17,7 @@ PKGNAMESUFFIX:= -java
|
||||
USE_ZIP= YES
|
||||
|
||||
USE_JAVA= YES
|
||||
JAVA_VERSION= 1.5+
|
||||
JAVA_VERSION= 1.6+
|
||||
USE_ANT= YES
|
||||
ALL_TARGET= jar
|
||||
|
||||
|
@ -1,10 +1,6 @@
|
||||
# New ports collection makefile for: glib-java
|
||||
# Date created: 26 Oct 2005
|
||||
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
|
||||
#
|
||||
# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
# $MCom: ports/devel/glib-java/Makefile,v 1.4 2006/09/14 12:37:40 ahze Exp $
|
||||
#
|
||||
|
||||
PORTNAME= glib-java
|
||||
PORTVERSION= 0.4.2
|
||||
@ -21,7 +17,7 @@ USE_GMAKE= yes
|
||||
USE_LDCONFIG= yes
|
||||
GNU_CONFIGURE= yes
|
||||
USE_JAVA= yes
|
||||
JAVA_VERSION= 1.5+
|
||||
JAVA_VERSION= 1.6+
|
||||
JAVA_OS= native
|
||||
USE_GNOME= gnomehack glib20
|
||||
CONFIGURE_ARGS= --without-gcj-compile --with-jardir=${JAVAJARDIR}
|
||||
|
@ -1,9 +1,5 @@
|
||||
# New ports collection makefile for: ireport
|
||||
# Date created: 21 May 2005
|
||||
# Whom: Thierry Thomas <thierry@pompo.net>
|
||||
#
|
||||
# Created by: Thierry Thomas <thierry@pompo.net>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= ireport
|
||||
PORTVERSION= 3.7.6
|
||||
@ -17,7 +13,7 @@ COMMENT= A visual report builder/designer for JasperReports
|
||||
RUN_DEPENDS= java:${PORTSDIR}/java/javavmwrapper
|
||||
|
||||
USE_JAVA= yes
|
||||
JAVA_VERSION= 1.5+
|
||||
JAVA_VERSION= 1.6+
|
||||
USE_DOS2UNIX= *.txt
|
||||
NO_BUILD= yes
|
||||
|
||||
|
@ -1,10 +1,5 @@
|
||||
# ex:ts=8
|
||||
# Ports collection makefile for: itext
|
||||
# Date created: Apr 2, 2004
|
||||
# Whom: ijliao
|
||||
#
|
||||
# Created by: Ying-Chieh Liao <ijliao@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= itext
|
||||
PORTVERSION= 4.2.0
|
||||
@ -26,7 +21,7 @@ RUN_DEPENDS= ${JAVAJARDIR}/bcmail.jar:${PORTSDIR}/java/bouncycastle \
|
||||
|
||||
USE_BZIP2= yes
|
||||
USE_JAVA= yes
|
||||
JAVA_VERSION= 1.5+
|
||||
JAVA_VERSION= 1.6+
|
||||
USE_ANT= yes
|
||||
ALL_TARGET= jar jar.rtf jar.rups
|
||||
MAKE_ENV= ANT_INCLUDE_SHARED_JARS=YES
|
||||
|
@ -1,9 +1,5 @@
|
||||
# New ports collection makefile for: Jakarta Commons Configuration
|
||||
# Date created: November 22nd, 2005
|
||||
# Whom: Herve Quiroz <hq@FreeBSD.org>
|
||||
#
|
||||
# Created by: Herve Quiroz <hq@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= commons-configuration
|
||||
PORTVERSION= 1.3
|
||||
@ -21,7 +17,7 @@ RUN_DEPENDS= ${JAVALIBDIR}/commons-beanutils.jar:${PORTSDIR}/java/jakarta-common
|
||||
${JAVALIBDIR}/commons-logging.jar:${PORTSDIR}/java/jakarta-commons-logging
|
||||
|
||||
USE_JAVA= yes
|
||||
JAVA_VERSION= 1.5+
|
||||
JAVA_VERSION= 1.6+
|
||||
NO_BUILD= yes
|
||||
|
||||
.if !defined(NOPORTDOCS)
|
||||
|
@ -1,9 +1,5 @@
|
||||
# New ports collection makefile for: commons-daemon
|
||||
# Date created: 9 July 2007
|
||||
# Whom: Ronald Klop <ronald@echteman.nl>
|
||||
#
|
||||
# Created by: Ronald Klop <ronald@echteman.nl>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= commons-daemon
|
||||
PORTVERSION= 1.0.10
|
||||
@ -22,7 +18,7 @@ COMMENT= Wrapper code to start/stop a Java application as a daemon
|
||||
LICENSE= AL2
|
||||
|
||||
USE_JAVA= yes
|
||||
JAVA_VERSION= 1.5+
|
||||
JAVA_VERSION= 1.6+
|
||||
JAVA_OS= native
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --with-java=${JAVA_HOME}
|
||||
|
@ -1,9 +1,5 @@
|
||||
# Ports collection makefile for: Jakarta Commons JXPATH
|
||||
# Date created: February 08, 2007
|
||||
# Whom: Nemo Liu <nemoliu@FreeBSD.org>
|
||||
#
|
||||
# Created by: Nemo Liu <nemoliu@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= commons-jxpath
|
||||
PORTVERSION= 1.3
|
||||
@ -17,7 +13,7 @@ MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Utilities for manipulating Java Beans using the XPath syntax
|
||||
|
||||
USE_JAVA= yes
|
||||
JAVA_VERSION= 1.5+
|
||||
JAVA_VERSION= 1.6+
|
||||
NO_BUILD= yes
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
@ -1,9 +1,5 @@
|
||||
# ports collection makefile for: Jakarta Commons Modeler
|
||||
# Date created: February 08, 2007
|
||||
# Whom: Nemo Liu <nemoliu@FreeBSD.org>
|
||||
#
|
||||
# Created by: Nemo Liu <nemoliu@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= commons-modeler
|
||||
PORTVERSION= 2.0.1
|
||||
@ -17,7 +13,7 @@ MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Mechanisms to create Model MBeans compatible with JMX specification
|
||||
|
||||
USE_JAVA= yes
|
||||
JAVA_VERSION= 1.5+
|
||||
JAVA_VERSION= 1.6+
|
||||
NO_BUILD= yes
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
@ -1,9 +1,5 @@
|
||||
# New ports collection makefile for: java-util-concurrent
|
||||
# Date created: 2004-11-19
|
||||
# Whom: Herve Quiroz <hq@FreeBSD.org>
|
||||
#
|
||||
# Created by: Herve Quiroz <hq@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= util-concurrent
|
||||
PORTVERSION= 1.3.4
|
||||
@ -17,7 +13,7 @@ MAINTAINER= hq@FreeBSD.org
|
||||
COMMENT= Utility classes for concurrent Java programming
|
||||
|
||||
USE_JAVA= yes
|
||||
JAVA_VERSION= 1.5+
|
||||
JAVA_VERSION= 1.6+
|
||||
|
||||
USE_ANT= yes
|
||||
ALL_TARGET= dist
|
||||
|
@ -1,9 +1,5 @@
|
||||
# Ports collection makefile for: javolution
|
||||
# Date created: 22 September 2007
|
||||
# Whom: Alex Dupre <ale@FreeBSD.org>
|
||||
#
|
||||
# Created by: Alex Dupre <ale@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= javolution
|
||||
PORTVERSION= 5.5.1
|
||||
@ -18,7 +14,7 @@ LICENSE= BSD
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
||||
|
||||
USE_JAVA= yes
|
||||
JAVA_VERSION= 1.5+
|
||||
JAVA_VERSION= 1.6+
|
||||
JDKMVERSION= ${JAVA_PORT_VERSION:C/^([0-9]\.[0-9])(.*)$/\1/}
|
||||
USE_ANT= yes
|
||||
ALL_TARGET= ${JDKMVERSION}
|
||||
|
@ -1,9 +1,5 @@
|
||||
# New ports collection makefile for: jcmdline
|
||||
# Date created: 22 May 2005
|
||||
# Whom: Thierry Thomas <thierry@pompo.net>
|
||||
#
|
||||
# Created by: Thierry Thomas <thierry@pompo.net>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= jcmdline
|
||||
PORTVERSION= 2.0.0
|
||||
@ -14,7 +10,7 @@ MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= A Java command line processor
|
||||
|
||||
USE_JAVA= yes
|
||||
JAVA_VERSION= 1.5+
|
||||
JAVA_VERSION= 1.6+
|
||||
NO_BUILD= yes
|
||||
|
||||
LICENSE= MPL
|
||||
|
@ -13,7 +13,7 @@ MAINTAINER= lwhsu@FreeBSD.org
|
||||
COMMENT= Open-source continuous integration server
|
||||
|
||||
USE_JAVA= yes
|
||||
JAVA_VERSION= 1.5+
|
||||
JAVA_VERSION= 1.6+
|
||||
|
||||
FETCH_ARGS= -Fpr
|
||||
NO_BUILD= yes
|
||||
|
@ -1,9 +1,5 @@
|
||||
# New ports collection makefile for: jep
|
||||
# Date created: 2005-03-04
|
||||
# Whom: Choe, Cheng-Dae
|
||||
#
|
||||
# Created by: Choe, Cheng-Dae
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= jep
|
||||
PORTVERSION= 2.4
|
||||
@ -18,7 +14,7 @@ CONFIGURE_ENV= JAVA_HOME=${JAVA_HOME}
|
||||
MAKE_ENV= JAVA_HOME=${JAVA_HOME}
|
||||
CONFIGURE_ARGS= --prefix=${PREFIX} --exec-prefix=${PREFIX}
|
||||
USE_JAVA= yes
|
||||
JAVA_VERSION= 1.5+
|
||||
JAVA_VERSION= 1.6+
|
||||
USE_PYTHON= 2.2+
|
||||
GNU_CONFIGURE= yes
|
||||
USE_LDCONFIG= yes
|
||||
|
@ -21,7 +21,7 @@ LICENSE= LGPL21
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||
USE_JAVA= yes
|
||||
JAVA_VERSION= 1.5+
|
||||
JAVA_VERSION= 1.6+
|
||||
USE_ANT= yes
|
||||
MAKE_ENV= ANT_INCLUDE_SHARED_JARS=YES
|
||||
ALL_TARGET= jar
|
||||
|
@ -16,7 +16,7 @@ MAINTAINER= hq@FreeBSD.org
|
||||
COMMENT= Java package to parse command-line arguments
|
||||
|
||||
USE_JAVA= yes
|
||||
JAVA_VERSION= 1.5+
|
||||
JAVA_VERSION= 1.6+
|
||||
NO_BUILD= yes
|
||||
|
||||
.if !defined(NOPORTDOCS)
|
||||
|
@ -1,10 +1,6 @@
|
||||
# New ports collection makefile for: libgconf-java
|
||||
# Date created: 09 January 2004
|
||||
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
|
||||
#
|
||||
# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
# $MCom: ports/devel/libgconf-java/Makefile,v 1.9 2005/10/29 22:06:05 marcus Exp $
|
||||
#
|
||||
|
||||
PORTNAME= libgconf-java
|
||||
PORTVERSION= 2.12.6
|
||||
@ -24,7 +20,7 @@ USE_GMAKE= yes
|
||||
USE_LDCONFIG= yes
|
||||
GNU_CONFIGURE= yes
|
||||
USE_JAVA= yes
|
||||
JAVA_VERSION= 1.5+
|
||||
JAVA_VERSION= 1.6+
|
||||
JAVA_OS= native
|
||||
USE_GNOME= gnomehack gconf2
|
||||
CONFIGURE_ARGS= --without-gcj-compile --with-jardir=${JAVAJARDIR}
|
||||
|
@ -1,10 +1,6 @@
|
||||
# New ports collection makefile for: libglade-java
|
||||
# Date created: 28 February 2004
|
||||
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
|
||||
#
|
||||
# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
# $MCom: ports/devel/libglade-java/Makefile,v 1.8 2005/10/29 22:06:06 marcus Exp $
|
||||
#
|
||||
|
||||
PORTNAME= libglade-java
|
||||
PORTVERSION= 2.12.8
|
||||
@ -26,7 +22,7 @@ USE_GMAKE= yes
|
||||
USE_LDCONFIG= yes
|
||||
GNU_CONFIGURE= yes
|
||||
USE_JAVA= yes
|
||||
JAVA_VERSION= 1.5+
|
||||
JAVA_VERSION= 1.6+
|
||||
JAVA_OS= native
|
||||
USE_GNOME= gnomehack libglade2
|
||||
CONFIGURE_ARGS= --without-gcj-compile --with-jardir=${JAVAJARDIR}
|
||||
|
@ -1,9 +1,5 @@
|
||||
# New ports collection makefile for: looks
|
||||
# Date created: 22 May 2005
|
||||
# Whom: Thierry Thomas <thierry@pompo.net>
|
||||
#
|
||||
# Created by: Thierry Thomas <thierry@pompo.net>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= looks
|
||||
PORTVERSION= 2.0.4
|
||||
@ -20,7 +16,7 @@ EXPIRATION_DATE= 2012-10-20
|
||||
|
||||
USE_ZIP= yes
|
||||
USE_JAVA= yes
|
||||
JAVA_VERSION= 1.5+
|
||||
JAVA_VERSION= 1.6+
|
||||
NO_BUILD= yes
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
||||
|
@ -1,9 +1,5 @@
|
||||
# New ports collection makefile for: maven2
|
||||
# Date created: 18 August 2005
|
||||
# Whom: Herve Quiroz <hq@FreeBSD.org>
|
||||
#
|
||||
# Created by: Herve Quiroz <hq@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= maven2
|
||||
DISTVERSION= 2.2.1
|
||||
@ -19,7 +15,7 @@ COMMENT= Java project management tool, 2.0 branch
|
||||
RUN_DEPENDS= mvn:${PORTSDIR}/devel/maven-wrapper
|
||||
|
||||
USE_JAVA= yes
|
||||
JAVA_VERSION= 1.5+
|
||||
JAVA_VERSION= 1.6+
|
||||
NO_BUILD= yes
|
||||
DATADIR= ${JAVASHAREDIR}/${PORTNAME}
|
||||
SUB_FILES= m2.sh
|
||||
|
@ -1,9 +1,5 @@
|
||||
# New ports collection makefile for: maven3
|
||||
# Date created: 2011-08-24
|
||||
# Whom: Herve Quiroz <hq@FreeBSD.org>
|
||||
#
|
||||
# Created by: Herve Quiroz <hq@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= maven3
|
||||
DISTVERSION= 3.0.4
|
||||
@ -20,7 +16,7 @@ LICENSE= AL2
|
||||
RUN_DEPENDS= mvn:${PORTSDIR}/devel/maven-wrapper
|
||||
|
||||
USE_JAVA= yes
|
||||
JAVA_VERSION= 1.5+
|
||||
JAVA_VERSION= 1.6+
|
||||
NO_BUILD= yes
|
||||
DATADIR= ${JAVASHAREDIR}/${PORTNAME}
|
||||
WRKSRC= ${WRKDIR}/apache-maven-${DISTVERSION}
|
||||
|
@ -1,9 +1,5 @@
|
||||
# New ports collection makefile for: netscape-java40
|
||||
# Date created: 25 January 2006
|
||||
# Whom: Thierry Thomas <thierry@pompo.net>
|
||||
#
|
||||
# Created by: Thierry Thomas <thierry@pompo.net>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= netscape-java40
|
||||
PORTVERSION= 1999.11.15
|
||||
@ -17,7 +13,7 @@ MAINTAINER= thierry@FreeBSD.org
|
||||
COMMENT= Classes to allow a Java applet access to JavaScript objects
|
||||
|
||||
USE_JAVA= yes
|
||||
JAVA_VERSION= 1.5+
|
||||
JAVA_VERSION= 1.6+
|
||||
NO_BUILD= yes
|
||||
|
||||
JARFILES= java40.jar LICENSE.java40.txt
|
||||
|
@ -1,9 +1,5 @@
|
||||
# New ports collection makefile for: obfuscatejs
|
||||
# Date created: 2006-04-21
|
||||
# Whom: Nicola Vitale <nivit@email.it>
|
||||
#
|
||||
# Created by: Nicola Vitale <nivit@email.it>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= obfuscatejs
|
||||
PORTVERSION= 0.3.6
|
||||
@ -24,7 +20,7 @@ RUN_DEPENDS= java:${PORTSDIR}/java/javavmwrapper
|
||||
|
||||
NO_BUILD= yes
|
||||
USE_JAVA= yes
|
||||
JAVA_VERSION= 1.5+
|
||||
JAVA_VERSION= 1.6+
|
||||
|
||||
SUB_FILES= ${PORTNAME}
|
||||
SUB_LIST= OBFUSCATEJSJAR=${DATADIR}/${OBFUSCATEJSJAR}
|
||||
|
@ -1,10 +1,5 @@
|
||||
# ex:ts=8
|
||||
# Ports collection makefile for: Inline::Java
|
||||
# Date created: Aug 15, 2002
|
||||
# Whom: ijliao
|
||||
#
|
||||
# Created by: Ying-Chieh Liao <ijliao@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Inline-Java
|
||||
PORTVERSION= 0.53
|
||||
@ -20,7 +15,7 @@ BUILD_DEPENDS= p5-Inline>=0.44:${PORTSDIR}/devel/p5-Inline \
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
USE_JAVA= yes
|
||||
JAVA_VERSION= 1.5+
|
||||
JAVA_VERSION= 1.6+
|
||||
JAVA_OS= native
|
||||
|
||||
MAKE_JOBS_UNSAFE= yes
|
||||
|
@ -1,9 +1,5 @@
|
||||
# New ports collection makefile for: Java
|
||||
# Date Created: 27 January 2006
|
||||
# Whom: Simun Mikecin <numisemis@yahoo.com>
|
||||
#
|
||||
# Created by: Simun Mikecin <numisemis@yahoo.com>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Java
|
||||
PORTVERSION= 4.7
|
||||
@ -18,7 +14,7 @@ COMMENT= Perl extension for accessing a JVM remotely or locally
|
||||
USE_RC_SUBR= javaserver
|
||||
PERL_CONFIGURE= YES
|
||||
USE_JAVA= yes
|
||||
JAVA_VERSION= 1.5+
|
||||
JAVA_VERSION= 1.6+
|
||||
|
||||
MAN3= Java.3 JavaArray.3
|
||||
|
||||
|
@ -1,9 +1,5 @@
|
||||
# New ports collection makefile for: pmd
|
||||
# Date created: 2006-06-07
|
||||
# Whom: Alex Varju <freebsd-ports@varju.ca>
|
||||
#
|
||||
# Created by: Alex Varju <freebsd-ports@varju.ca>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= pmd
|
||||
PORTVERSION= 3.7
|
||||
@ -19,7 +15,7 @@ BUILD_DEPENDS= ${JAVALIBDIR}/junit.jar:${PORTSDIR}/java/junit
|
||||
|
||||
USE_ZIP= yes
|
||||
USE_JAVA= yes
|
||||
JAVA_VERSION= 1.5+
|
||||
JAVA_VERSION= 1.6+
|
||||
USE_ANT= yes
|
||||
|
||||
MAKE_ARGS= -cp ${JAVALIBDIR}/junit.jar
|
||||
|
@ -1,9 +1,5 @@
|
||||
# New ports collection makefile for: jcc
|
||||
# Date created: 16 May 2008
|
||||
# Whom: clsung@FreeBSD.org
|
||||
#
|
||||
# Created by: clsung@FreeBSD.org
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= jcc
|
||||
PORTVERSION= 2.13
|
||||
@ -20,7 +16,7 @@ USE_PYTHON= yes
|
||||
USE_PYDISTUTILS= yes
|
||||
PYDISTUTILS_PKGNAME= JCC
|
||||
USE_JAVA= yes
|
||||
JAVA_VERSION= 1.5+
|
||||
JAVA_VERSION= 1.6+
|
||||
JAVA_VENDOR= freebsd
|
||||
USE_GCC= 4.2+
|
||||
|
||||
|
@ -1,9 +1,5 @@
|
||||
# Ports collection makefile for: sabre
|
||||
# Date created: 28 Jun 2010
|
||||
# Whom: Alex Dupre <ale@FreeBSD.org>
|
||||
#
|
||||
# Created by: Alex Dupre <ale@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= sabre
|
||||
PORTVERSION= 20100501
|
||||
@ -20,7 +16,7 @@ LICENSE= LGPL21
|
||||
WRKSRC= ${WRKDIR}/Simple\ API\ for\ Binary\ REpresentations\ \(SABRE\)
|
||||
USE_ZIP= yes
|
||||
USE_JAVA= yes
|
||||
JAVA_VERSION= 1.5+
|
||||
JAVA_VERSION= 1.6+
|
||||
USE_ANT= yes
|
||||
ALL_TARGET= dist
|
||||
|
||||
|
@ -1,9 +1,5 @@
|
||||
# New ports collection makefile for: simian
|
||||
# Date created: July 8, 2005
|
||||
# Whom: andreas@syndrom23.de
|
||||
#
|
||||
# Created by: andreas@syndrom23.de
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= simian
|
||||
PORTVERSION= 2.3.33
|
||||
@ -28,7 +24,7 @@ NO_WRKSUBDIR= yes
|
||||
|
||||
.if !defined(WITHOUT_JAVA)
|
||||
USE_JAVA= yes
|
||||
JAVA_VERSION= 1.5+
|
||||
JAVA_VERSION= 1.6+
|
||||
PLIST_SUB+= JAVA=""
|
||||
SUB_LIST+= JAVA=""
|
||||
.else
|
||||
|
@ -1,10 +1,5 @@
|
||||
# ex:ts=8
|
||||
# Ports collection makefile for: smc
|
||||
# Date created: Jun 3, 2004
|
||||
# Whom: ijliao
|
||||
#
|
||||
# Created by: Ying-Chieh Liao <ijliao@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= smc
|
||||
PORTVERSION= 4.3.0
|
||||
@ -18,7 +13,7 @@ MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= The State Machine Compiler
|
||||
|
||||
USE_JAVA= yes
|
||||
JAVA_VERSION= 1.5+
|
||||
JAVA_VERSION= 1.6+
|
||||
NO_BUILD= yes
|
||||
|
||||
do-install:
|
||||
|
@ -1,9 +1,5 @@
|
||||
# New ports collection makefile for: statcvs
|
||||
# Date created: 25 Mar 2009
|
||||
# Whom: glarkin
|
||||
#
|
||||
# Created by: Greg Larkin <glarkin@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= statcvs
|
||||
PORTVERSION= 0.7.0
|
||||
@ -22,7 +18,7 @@ DATADIR= ${JAVASHAREDIR}/${PORTNAME}
|
||||
USE_ZIP= yes
|
||||
USE_JAVA= yes
|
||||
USE_ANT= yes
|
||||
JAVA_VERSION= 1.5+
|
||||
JAVA_VERSION= 1.6+
|
||||
|
||||
.if !defined(NOPORTDOCS)
|
||||
ALL_TARGET= jar javadoc
|
||||
|
@ -1,9 +1,5 @@
|
||||
# New ports collection makefile for: statsvn
|
||||
# Date created: 25 Mar 2009
|
||||
# Whom: glarkin
|
||||
#
|
||||
# Created by: glarkin
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= statsvn
|
||||
PORTVERSION= 0.7.0
|
||||
@ -24,7 +20,7 @@ DATADIR= ${JAVASHAREDIR}/${PORTNAME}
|
||||
USE_ZIP= yes
|
||||
USE_JAVA= yes
|
||||
USE_ANT= yes
|
||||
JAVA_VERSION= 1.5+
|
||||
JAVA_VERSION= 1.6+
|
||||
|
||||
.if !defined(NOPORTDOCS)
|
||||
ALL_TARGET= dist javadoc
|
||||
|
@ -1,9 +1,5 @@
|
||||
# New ports collection makefile for: JavaSVN
|
||||
# Date created: 6 Aug 2005
|
||||
# Whom: tux@pinguru.net
|
||||
#
|
||||
# Created by: tux@pinguru.net
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= svnkit
|
||||
PORTVERSION= 1.3.0
|
||||
@ -19,7 +15,7 @@ RUN_DEPENDS= java:${PORTSDIR}/java/javavmwrapper
|
||||
NO_BUILD= yes
|
||||
USE_ZIP= yes
|
||||
USE_JAVA= yes
|
||||
JAVA_VERSION= 1.5+
|
||||
JAVA_VERSION= 1.6+
|
||||
DATADIR= ${JAVASHAREDIR}/${PORTNAME}
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}.5847
|
||||
|
||||
|
@ -1,9 +1,5 @@
|
||||
# Ports collection makefile for: swank-clojure
|
||||
# Date created: Jun 17 2010
|
||||
# Whom: olgeni
|
||||
#
|
||||
# Created by: olgeni
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= swank-clojure
|
||||
PORTVERSION= 1.2.1
|
||||
@ -17,7 +13,7 @@ MAINTAINER= olgeni@FreeBSD.org
|
||||
COMMENT= Swank/SLIME support for Clojure
|
||||
|
||||
USE_JAVA= yes
|
||||
JAVA_VERSION= 1.5+
|
||||
JAVA_VERSION= 1.6+
|
||||
|
||||
WRKSRC= ${WRKDIR}/technomancy-swank-clojure-0af258a
|
||||
|
||||
|
@ -1,9 +1,5 @@
|
||||
# New ports collection makefile for: tinylaf
|
||||
# Date created: 22 May 2005
|
||||
# Whom: Thierry Thomas <thierry@pompo.net>
|
||||
#
|
||||
# Created by: Thierry Thomas <thierry@pompo.net>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= tinylaf
|
||||
PORTVERSION= 1.4.0
|
||||
@ -16,7 +12,7 @@ COMMENT= A pluggable Look and Feel for Java
|
||||
|
||||
USE_ZIP= yes
|
||||
USE_JAVA= yes
|
||||
JAVA_VERSION= 1.5+
|
||||
JAVA_VERSION= 1.6+
|
||||
NO_BUILD= yes
|
||||
|
||||
JARFILE= ${PORTNAME}.jar tinycp.jar
|
||||
|
@ -1,9 +1,5 @@
|
||||
# Ports collection makefile for: umlgraph
|
||||
# Date created: 15 February, 2010
|
||||
# Whom: Kevin Lo <kevlo@FreeBSD.org>
|
||||
#
|
||||
# Created by: Kevin Lo <kevlo@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= umlgraph
|
||||
PORTVERSION= 5.6
|
||||
@ -20,7 +16,7 @@ LICENSE= BSD
|
||||
WRKSRC= ${WRKDIR}/${DISTNAME}
|
||||
USE_ANT= yes
|
||||
USE_JAVA= yes
|
||||
JAVA_VERSION= 1.5+
|
||||
JAVA_VERSION= 1.6+
|
||||
|
||||
BUILD_DEPENDS= dot:${PORTSDIR}/graphics/graphviz \
|
||||
pic2plot:${PORTSDIR}/graphics/plotutils
|
||||
|
Loading…
Reference in New Issue
Block a user