Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 Mar 2014 15:21:21 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r347771 - in head: japanese/ASCIIdates98-fpw japanese/CGdic-fpw japanese/ajaxzip2-core japanese/another-htmllint japanese/bible_names-fpw japanese/cmigemo japanese/devil-fpw japanese/eb...
Message-ID:  <201403101521.s2AFLLGM008952@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Mon Mar 10 15:21:21 2014
New Revision: 347771
URL: http://svnweb.freebsd.org/changeset/ports/347771
QAT: https://qat.redports.org/buildarchive/r347771/

Log:
  Convert j* to USES=zip

Modified:
  head/japanese/ASCIIdates98-fpw/Makefile
  head/japanese/CGdic-fpw/Makefile
  head/japanese/ajaxzip2-core/Makefile
  head/japanese/another-htmllint/Makefile
  head/japanese/bible_names-fpw/Makefile
  head/japanese/cmigemo/Makefile
  head/japanese/devil-fpw/Makefile
  head/japanese/ebd-fpw/Makefile
  head/japanese/edict-fpw/Makefile
  head/japanese/flex-sdk/Makefile
  head/japanese/flower-fpw/Makefile
  head/japanese/foldoc-fpw/Makefile
  head/japanese/font-ipa-uigothic/Makefile
  head/japanese/font-ipa/Makefile
  head/japanese/font-ipaex/Makefile
  head/japanese/font-migmix/Makefile
  head/japanese/font-migu/Makefile
  head/japanese/fumeikai-fpw/Makefile
  head/japanese/jargon-fpw/Makefile
  head/japanese/lsd-fpw/Makefile
  head/japanese/monafonts-ttf/Makefile
  head/japanese/p5-PDFJ/Makefile
  head/japanese/pejv-fpw/Makefile
  head/japanese/platex-japanese/Makefile
  head/japanese/platex-jsclasses/Makefile
  head/japanese/qkc/Makefile
  head/japanese/roget-fpw/Makefile
  head/japanese/ryaku-fpw/Makefile
  head/japanese/seaside/Makefile
  head/japanese/tegaki-zinnia-japanese/Makefile
  head/japanese/vera-fpw/Makefile
  head/japanese/wdic-fpw/Makefile
  head/japanese/web1913-fpw/Makefile
  head/japanese/wordnet-fpw/Makefile
  head/japanese/wwasw-fpw/Makefile
  head/japanese/yasou-fpw/Makefile
  head/java/avis/Makefile
  head/java/cacao/Makefile
  head/java/commonclipse/Makefile
  head/java/cos/Makefile
  head/java/cryptix-jce/Makefile
  head/java/eclipse-EPIC/Makefile
  head/java/eclipse-RDT/Makefile
  head/java/eclipse-aptana-radrails/Makefile
  head/java/eclipse-aptana/Makefile
  head/java/eclipse-aptana2/Makefile
  head/java/eclipse-cdt/Makefile
  head/java/eclipse-checkstyle/Makefile
  head/java/eclipse-datatools/Makefile
  head/java/eclipse-drjava/Makefile
  head/java/eclipse-emf/Makefile
  head/java/eclipse-examples/Makefile
  head/java/eclipse-findbugs/Makefile
  head/java/eclipse-gef-examples/Makefile
  head/java/eclipse-gef/Makefile
  head/java/eclipse-hibernatetools/Makefile
  head/java/eclipse-langpack/Makefile
  head/java/eclipse-log4e/Makefile
  head/java/eclipse-lomboz/Makefile
  head/java/eclipse-ocl/Makefile
  head/java/eclipse-pmd/Makefile
  head/java/eclipse-propedit/Makefile
  head/java/eclipse-pydev/Makefile
  head/java/eclipse-quantum/Makefile
  head/java/eclipse-shelled/Makefile
  head/java/eclipse-sqlexplorer/Makefile
  head/java/eclipse-sysdeo-tomcat/Makefile
  head/java/eclipse-uml/Makefile
  head/java/eclipse-vep-examples/Makefile
  head/java/eclipse-vep/Makefile
  head/java/eclipse-viplugin/Makefile
  head/java/eclipse-webtools/Makefile
  head/java/infobus/Makefile
  head/java/jad/Makefile
  head/java/jaf/Makefile
  head/java/jai/Makefile
  head/java/jakarta-struts/Makefile
  head/java/jasmin/Makefile
  head/java/javahelp/Makefile
  head/java/javamail/Makefile
  head/java/jcalendar/Makefile
  head/java/jcckit/Makefile
  head/java/jdk16-doc/Makefile
  head/java/jdk7-doc/Makefile
  head/java/jgraph/Makefile
  head/java/jgrapht/Makefile
  head/java/jmf/Makefile
  head/java/jrosetta/Makefile
  head/java/jta/Makefile
  head/java/langspec/Makefile
  head/java/netbeans-devel/Makefile
  head/java/netbeans/Makefile
  head/java/netcomponents/Makefile
  head/java/netrexx/Makefile
  head/java/openjdk7/Makefile
  head/java/phpeclipse/Makefile
  head/java/poseidon/Makefile
  head/java/servingxml/Makefile
  head/java/springframework/Makefile
  head/java/springframework31/Makefile
  head/java/visualvm/Makefile
  head/java/xdoclet/Makefile

Modified: head/japanese/ASCIIdates98-fpw/Makefile
==============================================================================
--- head/japanese/ASCIIdates98-fpw/Makefile	Mon Mar 10 15:15:55 2014	(r347770)
+++ head/japanese/ASCIIdates98-fpw/Makefile	Mon Mar 10 15:21:21 2014	(r347771)
@@ -11,7 +11,7 @@ DISTNAME=	${PORTNAME:S/-fpw//}-${PORTVER
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	A Japanese dictionary for PC terms in '98 ASCII Dates Book (EPWING V1 format)
 
-USE_ZIP=	yes
+USES=		zip:infozip
 NO_BUILD=	yes
 WRKSRC=		${WRKDIR}/ascdates
 EXTRACT_BEFORE_ARGS=	-qL

Modified: head/japanese/CGdic-fpw/Makefile
==============================================================================
--- head/japanese/CGdic-fpw/Makefile	Mon Mar 10 15:15:55 2014	(r347770)
+++ head/japanese/CGdic-fpw/Makefile	Mon Mar 10 15:21:21 2014	(r347771)
@@ -11,7 +11,7 @@ DISTNAME=	CGdic1.5h-${PORTVERSION}
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	A Japanese dictionary for CG (EPWING V1 format)
 
-USE_ZIP=	yes
+USES=		zip:infozip
 NO_BUILD=	yes
 WRKSRC=		${WRKDIR}/cg
 EXTRACT_BEFORE_ARGS=	-qL

Modified: head/japanese/ajaxzip2-core/Makefile
==============================================================================
--- head/japanese/ajaxzip2-core/Makefile	Mon Mar 10 15:15:55 2014	(r347770)
+++ head/japanese/ajaxzip2-core/Makefile	Mon Mar 10 15:21:21 2014	(r347771)
@@ -12,11 +12,9 @@ DISTNAME=	${PORTNAME}-${PORTVERSION}${PK
 MAINTAINER=	kuriyama@FreeBSD.org
 COMMENT=	ajaxzip2 (Japanese ZIP code utility) core scripts
 
-USES=		shebangfix
+USES=		dos2unix shebangfix zip
 WRKSRC=		${WRKDIR}/${PORTNAME}
-USE_ZIP=	YES
 NO_BUILD=	YES
-USE_DOS2UNIX=	YES
 SHEBANG_FILES=	work/csv2jsonzip.pl
 
 NO_STAGE=	yes

Modified: head/japanese/another-htmllint/Makefile
==============================================================================
--- head/japanese/another-htmllint/Makefile	Mon Mar 10 15:15:55 2014	(r347770)
+++ head/japanese/another-htmllint/Makefile	Mon Mar 10 15:21:21 2014	(r347771)
@@ -11,8 +11,7 @@ COMMENT=	Another HTML-lint (all messages
 RUN_DEPENDS=	p5-libwww>=0:${PORTSDIR}/www/p5-libwww \
 		ja-p5-Jcode>=0:${PORTSDIR}/japanese/p5-Jcode
 
-USES=		perl5
-USE_ZIP=	YES
+USES=		perl5 zip:infozip
 WRKSRC=		${WRKDIR}
 EXTRACT_BEFORE_ARGS=	-a -q
 

Modified: head/japanese/bible_names-fpw/Makefile
==============================================================================
--- head/japanese/bible_names-fpw/Makefile	Mon Mar 10 15:15:55 2014	(r347770)
+++ head/japanese/bible_names-fpw/Makefile	Mon Mar 10 15:21:21 2014	(r347771)
@@ -11,7 +11,7 @@ DISTNAME=	${PORTNAME}${PORTVERSION}
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	A dictionary for HITCHCOCK'S BIBLE NAMES (EPWING V1 format)
 
-USE_ZIP=	yes
+USES=		zip:infozip
 NO_BUILD=	yes
 WRKSRC=		${WRKDIR}/biblenam
 EXTRACT_BEFORE_ARGS=	-qL

Modified: head/japanese/cmigemo/Makefile
==============================================================================
--- head/japanese/cmigemo/Makefile	Mon Mar 10 15:15:55 2014	(r347770)
+++ head/japanese/cmigemo/Makefile	Mon Mar 10 15:21:21 2014	(r347771)
@@ -26,8 +26,7 @@ DOCSDIR=	${PREFIX}/share/doc/ja/${PORTNA
 PORTDOCS=	README_j.txt
 .endif
 
-USE_ZIP=	yes
-USES+=		iconv gmake
+USES+=		iconv gmake zip
 
 HAS_CONFIGURE=	yes
 CONFIGURE_ARGS=	--prefix=${PREFIX}

Modified: head/japanese/devil-fpw/Makefile
==============================================================================
--- head/japanese/devil-fpw/Makefile	Mon Mar 10 15:15:55 2014	(r347770)
+++ head/japanese/devil-fpw/Makefile	Mon Mar 10 15:21:21 2014	(r347771)
@@ -11,7 +11,7 @@ DISTNAME=	${PORTNAME}${PORTVERSION}
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Devil's dictionary (EPWING V1 format)
 
-USE_ZIP=	yes
+USES=		zip:infozip
 NO_BUILD=	yes
 WRKSRC=		${WRKDIR}/devil
 EXTRACT_BEFORE_ARGS=	-qL

Modified: head/japanese/ebd-fpw/Makefile
==============================================================================
--- head/japanese/ebd-fpw/Makefile	Mon Mar 10 15:15:55 2014	(r347770)
+++ head/japanese/ebd-fpw/Makefile	Mon Mar 10 15:21:21 2014	(r347771)
@@ -11,7 +11,7 @@ DISTNAME=	${PORTNAME}${PORTVERSION}
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Easton's 1897 Bible Dictionary (EPWING V1 format)
 
-USE_ZIP=	yes
+USES=		zip:infozip
 NO_BUILD=	yes
 WRKSRC=		${WRKDIR}/ebd
 EXTRACT_BEFORE_ARGS=	-qL

Modified: head/japanese/edict-fpw/Makefile
==============================================================================
--- head/japanese/edict-fpw/Makefile	Mon Mar 10 15:15:55 2014	(r347770)
+++ head/japanese/edict-fpw/Makefile	Mon Mar 10 15:21:21 2014	(r347771)
@@ -11,7 +11,7 @@ DISTNAME=	${PORTNAME}${PORTVERSION}
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	A Japanese <-> English Dictionary (EPWING V1 format)
 
-USE_ZIP=	yes
+USES=		zip:infozip
 NO_BUILD=	yes
 WRKSRC=		${WRKDIR}/edict
 EXTRACT_BEFORE_ARGS=	-qL

Modified: head/japanese/flex-sdk/Makefile
==============================================================================
--- head/japanese/flex-sdk/Makefile	Mon Mar 10 15:15:55 2014	(r347770)
+++ head/japanese/flex-sdk/Makefile	Mon Mar 10 15:21:21 2014	(r347771)
@@ -15,7 +15,7 @@ RUN_DEPENDS=	javavm:${PORTSDIR}/java/jav
 RESTRICTED=	Need agreement before download
 
 CONFLICTS=	flex-sdk-2.* flex-sdk-3.* flex-sdk-4.*
-USE_ZIP=	YES
+USES=		zip
 USE_JAVA=	YES
 JAVA_VERSION=	1.6+
 WRKSRC=		${WRKDIR}

Modified: head/japanese/flower-fpw/Makefile
==============================================================================
--- head/japanese/flower-fpw/Makefile	Mon Mar 10 15:15:55 2014	(r347770)
+++ head/japanese/flower-fpw/Makefile	Mon Mar 10 15:21:21 2014	(r347771)
@@ -11,7 +11,7 @@ DISTNAME=	Flower-${PORTVERSION}
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	A dictionary for flowers (EPWING V1 format)
 
-USE_ZIP=	yes
+USES=		zip:infozip
 NO_BUILD=	yes
 WRKSRC=		${WRKDIR}/flower
 EXTRACT_BEFORE_ARGS=	-qL

Modified: head/japanese/foldoc-fpw/Makefile
==============================================================================
--- head/japanese/foldoc-fpw/Makefile	Mon Mar 10 15:15:55 2014	(r347770)
+++ head/japanese/foldoc-fpw/Makefile	Mon Mar 10 15:21:21 2014	(r347771)
@@ -11,7 +11,7 @@ DISTNAME=	${PORTNAME}${PORTVERSION}
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	The Free On-line Dictionary of Computing (EPWING V1 format)
 
-USE_ZIP=	yes
+USES=		zip:infozip
 NO_BUILD=	yes
 WRKSRC=		${WRKDIR}/foldoc
 EXTRACT_BEFORE_ARGS=	-qL

Modified: head/japanese/font-ipa-uigothic/Makefile
==============================================================================
--- head/japanese/font-ipa-uigothic/Makefile	Mon Mar 10 15:15:55 2014	(r347770)
+++ head/japanese/font-ipa-uigothic/Makefile	Mon Mar 10 15:21:21 2014	(r347771)
@@ -16,7 +16,7 @@ RUN_DEPENDS=	fc-cache:${PORTSDIR}/x11-fo
 CONFLICTS=	ja-font-mplus-ipa-1.0.20060520.p1 \
 		ja-ipa-ttfonts-[0-9]*
 
-USE_ZIP=	yes
+USES=		zip:infozip
 NO_BUILD=	yes
 PKGINSTALL=	${WRKDIR}/pkg-install
 PKGDEINSTALL=	${WRKDIR}/pkg-install

Modified: head/japanese/font-ipa/Makefile
==============================================================================
--- head/japanese/font-ipa/Makefile	Mon Mar 10 15:15:55 2014	(r347770)
+++ head/japanese/font-ipa/Makefile	Mon Mar 10 15:21:21 2014	(r347771)
@@ -15,7 +15,7 @@ RUN_DEPENDS=	fc-cache:${PORTSDIR}/x11-fo
 
 CONFLICTS=	ja-ipa-ttfonts-[0-9]*
 
-USE_ZIP=	yes
+USES=		zip
 NO_BUILD=	yes
 PKGINSTALL=	${WRKDIR}/pkg-install
 PKGDEINSTALL=	${WRKDIR}/pkg-install

Modified: head/japanese/font-ipaex/Makefile
==============================================================================
--- head/japanese/font-ipaex/Makefile	Mon Mar 10 15:15:55 2014	(r347770)
+++ head/japanese/font-ipaex/Makefile	Mon Mar 10 15:21:21 2014	(r347771)
@@ -13,7 +13,7 @@ COMMENT=	IPAex Japanese fonts
 
 RUN_DEPENDS=	fc-cache:${PORTSDIR}/x11-fonts/fontconfig
 
-USE_ZIP=	yes
+USES=		zip
 NO_BUILD=	yes
 PKGINSTALL=	${WRKDIR}/pkg-install
 PKGDEINSTALL=	${WRKDIR}/pkg-install

Modified: head/japanese/font-migmix/Makefile
==============================================================================
--- head/japanese/font-migmix/Makefile	Mon Mar 10 15:15:55 2014	(r347770)
+++ head/japanese/font-migmix/Makefile	Mon Mar 10 15:21:21 2014	(r347771)
@@ -15,7 +15,7 @@ COMMENT=	Mixed Japanese font with IPA Go
 
 RUN_DEPENDS=	fc-cache:${PORTSDIR}/x11-fonts/fontconfig
 
-USE_ZIP=	yes
+USES=		zip
 NO_BUILD=	yes
 PKGINSTALL=	${WRKDIR}/pkg-install
 PKGDEINSTALL=	${WRKDIR}/pkg-install

Modified: head/japanese/font-migu/Makefile
==============================================================================
--- head/japanese/font-migu/Makefile	Mon Mar 10 15:15:55 2014	(r347770)
+++ head/japanese/font-migu/Makefile	Mon Mar 10 15:21:21 2014	(r347771)
@@ -16,7 +16,7 @@ COMMENT=	Another Japanese font set based
 
 RUN_DEPENDS=	fc-cache:${PORTSDIR}/x11-fonts/fontconfig
 
-USE_ZIP=	yes
+USES=		zip
 NO_BUILD=	yes
 PKGINSTALL=	${WRKDIR}/pkg-install
 PKGDEINSTALL=	${WRKDIR}/pkg-install

Modified: head/japanese/fumeikai-fpw/Makefile
==============================================================================
--- head/japanese/fumeikai-fpw/Makefile	Mon Mar 10 15:15:55 2014	(r347770)
+++ head/japanese/fumeikai-fpw/Makefile	Mon Mar 10 15:21:21 2014	(r347771)
@@ -11,7 +11,7 @@ DISTNAME=	Fumeikai-${PORTVERSION}
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	An abbreviation (alphabet-->Japanese) dictionary (EPWING V1 format)
 
-USE_ZIP=	yes
+USES=		zip:infozip
 NO_BUILD=	yes
 WRKSRC=		${WRKDIR}/fumeikai
 EXTRACT_BEFORE_ARGS=	-qL

Modified: head/japanese/jargon-fpw/Makefile
==============================================================================
--- head/japanese/jargon-fpw/Makefile	Mon Mar 10 15:15:55 2014	(r347770)
+++ head/japanese/jargon-fpw/Makefile	Mon Mar 10 15:21:21 2014	(r347771)
@@ -11,8 +11,7 @@ DISTNAME=	jargon-fpw${PORTVERSION}
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	The famous jargon file (EPWING V1 format)
 
-
-USE_ZIP=	yes
+USES=		zip
 NO_BUILD=	yes
 WRKSRC=		${WRKDIR}/jargon
 EXTRACT_BEFORE_ARGS=	-qL

Modified: head/japanese/lsd-fpw/Makefile
==============================================================================
--- head/japanese/lsd-fpw/Makefile	Mon Mar 10 15:15:55 2014	(r347770)
+++ head/japanese/lsd-fpw/Makefile	Mon Mar 10 15:21:21 2014	(r347771)
@@ -11,7 +11,7 @@ DISTNAME=	${PORTNAME}${PORTVERSION}
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	A Japanese - English Dictionary for Life Science (EPWING V1 format)
 
-USE_ZIP=	yes
+USES=		zip:infozip
 NO_BUILD=	yes
 WRKSRC=		${WRKDIR}/lsd
 EXTRACT_BEFORE_ARGS=	-qL

Modified: head/japanese/monafonts-ttf/Makefile
==============================================================================
--- head/japanese/monafonts-ttf/Makefile	Mon Mar 10 15:15:55 2014	(r347770)
+++ head/japanese/monafonts-ttf/Makefile	Mon Mar 10 15:21:21 2014	(r347771)
@@ -11,7 +11,7 @@ DISTNAME=	monafont-ttf-${PORTVERSION}
 MAINTAINER=	nobutaka@FreeBSD.org
 COMMENT=	X11 TrueType Kanji fonts
 
-USE_ZIP=	yes
+USES=		zip
 NO_BUILD=	yes
 NO_WRKSUBDIR=	yes
 FONTSDIR=	lib/X11/fonts/TrueType

Modified: head/japanese/p5-PDFJ/Makefile
==============================================================================
--- head/japanese/p5-PDFJ/Makefile	Mon Mar 10 15:15:55 2014	(r347770)
+++ head/japanese/p5-PDFJ/Makefile	Mon Mar 10 15:21:21 2014	(r347771)
@@ -9,8 +9,7 @@ MASTER_SITES=	http://hp1.jonex.ne.jp/%7E
 MAINTAINER=	kuriyama@FreeBSD.org
 COMMENT=	PDFJ module provides methods to generate Japanese PDF file
 
-USES=		perl5
-USE_ZIP=	YES
+USES=		perl5 zip:infozip
 USE_PERL5=	configure
 WRKSRC=		${WRKDIR}
 EXTRACT_BEFORE_ARGS=	-qo -a

Modified: head/japanese/pejv-fpw/Makefile
==============================================================================
--- head/japanese/pejv-fpw/Makefile	Mon Mar 10 15:15:55 2014	(r347770)
+++ head/japanese/pejv-fpw/Makefile	Mon Mar 10 15:21:21 2014	(r347771)
@@ -11,7 +11,7 @@ DISTNAME=	${PORTNAME}${PORTVERSION}
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	An Esperanto-Japanese dictionary (EPWING V1 format)
 
-USE_ZIP=	yes
+USES=		zip:infozip
 NO_BUILD=	yes
 WRKSRC=		${WRKDIR}/pejv
 EXTRACT_BEFORE_ARGS=	-qL

Modified: head/japanese/platex-japanese/Makefile
==============================================================================
--- head/japanese/platex-japanese/Makefile	Mon Mar 10 15:15:55 2014	(r347770)
+++ head/japanese/platex-japanese/Makefile	Mon Mar 10 15:21:21 2014	(r347771)
@@ -14,9 +14,8 @@ DIST_SUBDIR=	latex
 MAINTAINER=	yokota@res.otaru-uc.ac.jp
 COMMENT=	pLaTeX package that literally provides Japanese option to babel
 
-USE_ZIP=	yes
 USE_TEX=	latex ptex
-USES=		iconv:build
+USES=		iconv:build zip
 
 TEXMFDIR=	share/texmf
 STYDIR=		tex/generic/babel

Modified: head/japanese/platex-jsclasses/Makefile
==============================================================================
--- head/japanese/platex-jsclasses/Makefile	Mon Mar 10 15:15:55 2014	(r347770)
+++ head/japanese/platex-jsclasses/Makefile	Mon Mar 10 15:21:21 2014	(r347771)
@@ -13,7 +13,7 @@ DISTFILES=	${PORTNAME}-${PORTVERSION:S/^
 MAINTAINER=	hrs@FreeBSD.org
 COMMENT=	New document class files for pLaTeX
 
-USE_ZIP=	YES
+USES=		zip
 USE_TEX=	tetex latex ptex
 NO_BUILD=	YES
 PLIST_SUB=	CLASSDIR=${CLASSDIR} TFMDIR=${TFMDIR} \

Modified: head/japanese/qkc/Makefile
==============================================================================
--- head/japanese/qkc/Makefile	Mon Mar 10 15:15:55 2014	(r347770)
+++ head/japanese/qkc/Makefile	Mon Mar 10 15:21:21 2014	(r347771)
@@ -10,7 +10,7 @@ DISTNAME=	${PORTNAME}c100
 MAINTAINER=	hrs@FreeBSD.org
 COMMENT=	Quick Kanji Code Converter (C version)
 
-USE_ZIP=	yes
+USES=		zip
 NO_WRKSUBDIR=	yes
 ALL_TARGET=
 PLIST_FILES=	bin/qkc man/ja/man1/qkc.1.gz

Modified: head/japanese/roget-fpw/Makefile
==============================================================================
--- head/japanese/roget-fpw/Makefile	Mon Mar 10 15:15:55 2014	(r347770)
+++ head/japanese/roget-fpw/Makefile	Mon Mar 10 15:21:21 2014	(r347771)
@@ -11,7 +11,7 @@ DISTNAME=	${PORTNAME}${PORTVERSION}
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Roget's Thesaurus (EPWING V1 format)
 
-USE_ZIP=	yes
+USES=		zip:infozip
 NO_BUILD=	yes
 WRKSRC=		${WRKDIR}/roget
 EXTRACT_BEFORE_ARGS=	-qL

Modified: head/japanese/ryaku-fpw/Makefile
==============================================================================
--- head/japanese/ryaku-fpw/Makefile	Mon Mar 10 15:15:55 2014	(r347770)
+++ head/japanese/ryaku-fpw/Makefile	Mon Mar 10 15:21:21 2014	(r347771)
@@ -11,7 +11,7 @@ DISTNAME=	Ryaku-${PORTVERSION}
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	An abbreviation (alphabet-->Japanese) dictionary (EPWING V1 format)
 
-USE_ZIP=	yes
+USES=		zip:infozip
 NO_BUILD=	yes
 WRKSRC=		${WRKDIR}/ryaku
 EXTRACT_BEFORE_ARGS=	-qL

Modified: head/japanese/seaside/Makefile
==============================================================================
--- head/japanese/seaside/Makefile	Mon Mar 10 15:15:55 2014	(r347770)
+++ head/japanese/seaside/Makefile	Mon Mar 10 15:21:21 2014	(r347771)
@@ -13,8 +13,8 @@ COMMENT=	Seaside: squeak based WWW appli
 
 RUN_DEPENDS=	squeak:${PORTSDIR}/lang/squeak
 
+USES=		zip
 NO_BUILD=	yes
-USE_ZIP=	yes
 
 DIST_SUBDIR=	squeak
 

Modified: head/japanese/tegaki-zinnia-japanese/Makefile
==============================================================================
--- head/japanese/tegaki-zinnia-japanese/Makefile	Mon Mar 10 15:15:55 2014	(r347770)
+++ head/japanese/tegaki-zinnia-japanese/Makefile	Mon Mar 10 15:21:21 2014	(r347771)
@@ -1,11 +1,6 @@
+# Created by: Timothy Beyer <beyert@cs.ucr.edu>
 # $FreeBSD$
 
-# Date created:				15 Aug 2010
-# Whom:					Timothy Beyer <beyert@cs.ucr.edu>
-#
-# $FreeBSD$
-#
-
 PORTNAME=	tegaki
 PORTVERSION=	0.3
 CATEGORIES=	japanese python
@@ -19,7 +14,7 @@ COMMENT=	Handwriting Recognition Models 
 LICENSE=	LGPL21
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-USE_ZIP=	yes
+USES=		zip
 
 NO_STAGE=	yes
 do-build:

Modified: head/japanese/vera-fpw/Makefile
==============================================================================
--- head/japanese/vera-fpw/Makefile	Mon Mar 10 15:15:55 2014	(r347770)
+++ head/japanese/vera-fpw/Makefile	Mon Mar 10 15:21:21 2014	(r347771)
@@ -11,7 +11,7 @@ DISTNAME=	vera-${VERA_VER}-fpw${VERAFPW_
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Virtual Entity of Relevant Aconyms (EPWING V1 format)
 
-USE_ZIP=	yes
+USES=		zip:infozip
 NO_BUILD=	yes
 WRKSRC=		${WRKDIR}/vera
 EXTRACT_BEFORE_ARGS=	-qL

Modified: head/japanese/wdic-fpw/Makefile
==============================================================================
--- head/japanese/wdic-fpw/Makefile	Mon Mar 10 15:15:55 2014	(r347770)
+++ head/japanese/wdic-fpw/Makefile	Mon Mar 10 15:21:21 2014	(r347771)
@@ -11,7 +11,7 @@ DISTNAME=	${PORTNAME}${PORTVERSION}
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Wired and Wireless Dictionary in Japanese (EPWING V1 format)
 
-USE_ZIP=	yes
+USES=		zip:infozip
 NO_BUILD=	yes
 WRKSRC=		${WRKDIR}/wdic
 EXTRACT_BEFORE_ARGS=	-qL

Modified: head/japanese/web1913-fpw/Makefile
==============================================================================
--- head/japanese/web1913-fpw/Makefile	Mon Mar 10 15:15:55 2014	(r347770)
+++ head/japanese/web1913-fpw/Makefile	Mon Mar 10 15:21:21 2014	(r347771)
@@ -11,7 +11,7 @@ DISTNAME=	${PORTNAME}${WEBFPW_VER}
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Webster's Revised Unabridged Dictionary (1913) (EPWING V1 format)
 
-USE_ZIP=	yes
+USES=		zip:infozip
 NO_BUILD=	yes
 WRKSRC=		${WRKDIR}/web
 EXTRACT_BEFORE_ARGS=	-qL

Modified: head/japanese/wordnet-fpw/Makefile
==============================================================================
--- head/japanese/wordnet-fpw/Makefile	Mon Mar 10 15:15:55 2014	(r347770)
+++ head/japanese/wordnet-fpw/Makefile	Mon Mar 10 15:21:21 2014	(r347771)
@@ -11,7 +11,7 @@ DISTNAME=	wordnet-${WN_VER}-fpw${WNFPW_V
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	A English - English Dictionary (EPWING V1 format)
 
-USE_ZIP=	yes
+USES=		zip:infozip
 NO_BUILD=	yes
 WRKSRC=		${WRKDIR}/wordnet
 EXTRACT_BEFORE_ARGS=	-qL

Modified: head/japanese/wwasw-fpw/Makefile
==============================================================================
--- head/japanese/wwasw-fpw/Makefile	Mon Mar 10 15:15:55 2014	(r347770)
+++ head/japanese/wwasw-fpw/Makefile	Mon Mar 10 15:21:21 2014	(r347771)
@@ -11,7 +11,7 @@ DISTNAME=	${PORTNAME}${PORTVERSION}
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	A biographical dictionary (EPWING V1 format)
 
-USE_ZIP=	yes
+USES=		zip:infozip
 NO_BUILD=	yes
 WRKSRC=		${WRKDIR}/wwasw
 EXTRACT_BEFORE_ARGS=	-qL

Modified: head/japanese/yasou-fpw/Makefile
==============================================================================
--- head/japanese/yasou-fpw/Makefile	Mon Mar 10 15:15:55 2014	(r347770)
+++ head/japanese/yasou-fpw/Makefile	Mon Mar 10 15:21:21 2014	(r347771)
@@ -12,7 +12,7 @@ COMMENT=	Yasou picture book (EPWING V1 f
 
 NO_CDROM=	No commercial use, and no redistribution allowed with fee except media and/or shipping cost
 
-USE_ZIP=	yes
+USES=		zip:infozip
 NO_BUILD=	yes
 WRKSRC=		${WRKDIR}/yasou
 EXTRACT_BEFORE_ARGS=	-qL

Modified: head/java/avis/Makefile
==============================================================================
--- head/java/avis/Makefile	Mon Mar 10 15:15:55 2014	(r347770)
+++ head/java/avis/Makefile	Mon Mar 10 15:21:21 2014	(r347771)
@@ -12,7 +12,7 @@ MAINTAINER=	benjsc@FreeBSD.org
 COMMENT=	Elvin Publish/Subscribe Message Bus server based on the Elvin protocol
 
 USE_RC_SUBR=	yes
-USE_ZIP=	yes
+USES=		zip
 USE_JAVA=	yes
 JAVA_VERSION=	1.6+
 WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}

Modified: head/java/cacao/Makefile
==============================================================================
--- head/java/cacao/Makefile	Mon Mar 10 15:15:55 2014	(r347770)
+++ head/java/cacao/Makefile	Mon Mar 10 15:21:21 2014	(r347771)
@@ -14,8 +14,8 @@ LICENSE=	GPLv2
 BUILD_DEPENDS=	${LOCALBASE}/share/classpath/glibj.zip:${PORTSDIR}/java/classpath
 RUN_DEPENDS=	${LOCALBASE}/share/classpath/glibj.zip:${PORTSDIR}/java/classpath
 
+USES=		gmake
 GNU_CONFIGURE=	yes
-USE_GMAKE=	yes
 USE_XZ=		yes
 
 MAN1=		cacao.1

Modified: head/java/commonclipse/Makefile
==============================================================================
--- head/java/commonclipse/Makefile	Mon Mar 10 15:15:55 2014	(r347770)
+++ head/java/commonclipse/Makefile	Mon Mar 10 15:21:21 2014	(r347771)
@@ -7,7 +7,6 @@ PORTREVISION=	4
 CATEGORIES=	java devel
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}%20for%20eclipse%203.1M6%20and%20up
 DISTNAME=	net.sf.commonclipse_${PORTVERSION}
-EXTRACT_SUFX=	.zip
 DIST_SUBDIR=	eclipse
 
 MAINTAINER=	zhoushuqun@gmail.com
@@ -15,6 +14,7 @@ COMMENT=	Commonclipse is an eclipse plug
 
 RUN_DEPENDS=	eclipse:${PORTSDIR}/java/eclipse
 
+USES=		zip
 NO_BUILD=	yes
 NO_WRKSUBDIR=	yes
 USE_JAVA=	yes

Modified: head/java/cos/Makefile
==============================================================================
--- head/java/cos/Makefile	Mon Mar 10 15:15:55 2014	(r347770)
+++ head/java/cos/Makefile	Mon Mar 10 15:21:21 2014	(r347771)
@@ -9,12 +9,12 @@ CATEGORIES=	java devel
 MASTER_SITES=	http://www.servlets.com/cos/ \
 		http://www.oreilly.com.tw/bookcode/
 DISTNAME=	${PORTNAME}-05Nov2002
-EXTRACT_SUFX=	.zip
 
 MAINTAINER=	java@FreeBSD.org
 COMMENT=	The O'Reilly package of utility classes for servlet developers
 
 NO_WRKSUBDIR=	yes
+USES=		zip
 USE_JAVA=	yes
 NO_BUILD=	yes
 RESTRICTED=	Special conditions apply for commercial use, see licence

Modified: head/java/cryptix-jce/Makefile
==============================================================================
--- head/java/cryptix-jce/Makefile	Mon Mar 10 15:15:55 2014	(r347770)
+++ head/java/cryptix-jce/Makefile	Mon Mar 10 15:21:21 2014	(r347771)
@@ -6,11 +6,11 @@ PORTREVISION=	2
 CATEGORIES=	java security
 MASTER_SITES=	http://www.cryptix.org/
 DISTNAME=	${PORTNAME}-${PORTVERSION}-snap
-EXTRACT_SUFX=	.zip
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	JCE (Java Cryptography Extension) by Cryptix
 
+USES=		zip
 USE_JAVA=	yes
 JAVA_VERSION=	1.6+
 NO_BUILD=	yes

Modified: head/java/eclipse-EPIC/Makefile
==============================================================================
--- head/java/eclipse-EPIC/Makefile	Mon Mar 10 15:15:55 2014	(r347770)
+++ head/java/eclipse-EPIC/Makefile	Mon Mar 10 15:21:21 2014	(r347771)
@@ -15,7 +15,7 @@ COMMENT=	EPIC adds Perl support to the E
 RUN_DEPENDS=	${LOCALBASE}/bin/eclipse:${PORTSDIR}/java/eclipse
 
 NO_BUILD=	yes
-USE_ZIP=	yes
+USES=		zip:infozip
 WRKSRC=		${WRKDIR}/${EPIC}
 
 EPIC=		org.epic.updatesite

Modified: head/java/eclipse-RDT/Makefile
==============================================================================
--- head/java/eclipse-RDT/Makefile	Mon Mar 10 15:15:55 2014	(r347770)
+++ head/java/eclipse-RDT/Makefile	Mon Mar 10 15:21:21 2014	(r347771)
@@ -15,7 +15,7 @@ COMMENT=	RDT adds Ruby support to the Ec
 RUN_DEPENDS=	${LOCALBASE}/bin/eclipse:${PORTSDIR}/java/eclipse
 
 NO_BUILD=	yes
-USE_ZIP=	yes
+USES=		zip:infozip
 USE_RUBY=	yes
 USE_JAVA=	yes
 WRKSRC=		${WRKDIR}/${RDT}

Modified: head/java/eclipse-aptana-radrails/Makefile
==============================================================================
--- head/java/eclipse-aptana-radrails/Makefile	Mon Mar 10 15:15:55 2014	(r347770)
+++ head/java/eclipse-aptana-radrails/Makefile	Mon Mar 10 15:21:21 2014	(r347771)
@@ -10,13 +10,13 @@ MASTER_SITES=	http://update1.aptana.org/
 PKGNAMEPREFIX=	eclipse-
 PKGNAMESUFFIX=	-radrails
 DISTNAME=	org.radrails.rails_feature-${PORTVERSION}-278787EUNvWohWG-fz0019H9P9Y9
-EXTRACT_SUFX=	.zip
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	IDE for Ruby and the Ruby on Rails framework (Eclipse plugin)
 
 RUN_DEPENDS=	${LOCALBASE}/lib/eclipse/features/com.aptana.ide.feature_1.2.7.024747.jar:${PORTSDIR}/java/eclipse-aptana
 
+USES=		zip
 JAVA_VERSION=	1.6+
 
 NO_BUILD=	yes

Modified: head/java/eclipse-aptana/Makefile
==============================================================================
--- head/java/eclipse-aptana/Makefile	Mon Mar 10 15:15:55 2014	(r347770)
+++ head/java/eclipse-aptana/Makefile	Mon Mar 10 15:21:21 2014	(r347771)
@@ -9,7 +9,6 @@ CATEGORIES=	java devel
 MASTER_SITES=	http://update1.aptana.org/studio/3.2/024747/
 PKGNAMEPREFIX=	eclipse-
 DISTNAME=	aptana_update_${PORTVERSION:E}
-EXTRACT_SUFX=	.zip
 
 MAINTAINER=	nivit@FreeBSD.org
 COMMENT=	Aptana Web Development Tools (Eclipse plugin)
@@ -18,6 +17,7 @@ RUN_DEPENDS=	${LOCALBASE}/bin/eclipse:${
 
 CONFLICTS_INSTALL=	eclipse-aptana-[2-9]*
 
+USES=		zip
 JAVA_VERSION=	1.6+
 
 NO_BUILD=	yes

Modified: head/java/eclipse-aptana2/Makefile
==============================================================================
--- head/java/eclipse-aptana2/Makefile	Mon Mar 10 15:15:55 2014	(r347770)
+++ head/java/eclipse-aptana2/Makefile	Mon Mar 10 15:21:21 2014	(r347771)
@@ -9,7 +9,6 @@ MASTER_SITES=	http://nivi.interfree.it/d
 PKGNAMEPREFIX=	eclipse-
 PKGNAMESUFFIX=	2
 DISTNAME=	com.aptana.ide.feature.studio-${PORTVERSION}-5-7857HJ97CFF61HN1HZHtem5tN7
-EXTRACT_SUFX=	.zip
 
 MAINTAINER=	nivit@FreeBSD.org
 COMMENT=	Aptana Studio 2 Web Development Tools (Eclipse plugin)
@@ -18,6 +17,7 @@ RUN_DEPENDS=	${LOCALBASE}/bin/eclipse:${
 
 CONFLICTS_INSTALL=	eclipse-aptana-1*
 
+USES=		zip
 JAVA_VERSION=	1.6+
 
 NO_BUILD=	yes

Modified: head/java/eclipse-cdt/Makefile
==============================================================================
--- head/java/eclipse-cdt/Makefile	Mon Mar 10 15:15:55 2014	(r347770)
+++ head/java/eclipse-cdt/Makefile	Mon Mar 10 15:21:21 2014	(r347771)
@@ -9,13 +9,13 @@ MASTER_SITES=	${MASTER_SITE_ECLIPSE}
 MASTER_SITE_SUBDIR=tools/${PLUGIN}/releases/${ECLIPSE_CODENAME}/dist
 PKGNAMEPREFIX=	eclipse-
 DISTNAME=	${PLUGIN}-master-${PORTVERSION}
-EXTRACT_SUFX=	.zip
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	C/C++ plugin for Eclipse IDE
 
 RUN_DEPENDS=	eclipse:${PORTSDIR}/java/eclipse
 
+USES=		zip
 USE_JAVA=	YES
 JAVA_OS=	native
 JAVA_RUN=	YES

Modified: head/java/eclipse-checkstyle/Makefile
==============================================================================
--- head/java/eclipse-checkstyle/Makefile	Mon Mar 10 15:15:55 2014	(r347770)
+++ head/java/eclipse-checkstyle/Makefile	Mon Mar 10 15:21:21 2014	(r347771)
@@ -8,7 +8,6 @@ CATEGORIES=	java devel
 MASTER_SITES=	SF/eclipse-cs/Eclipse%20Checkstyle%20Plug-in/v3.4.1
 PKGNAMEPREFIX=	eclipse-
 DISTNAME=	com.atlassw.tools.eclipse.checkstyle_${PORTVERSION}
-EXTRACT_SUFX=	.zip
 DIST_SUBDIR=	eclipse
 
 MAINTAINER=	freebsd-eclipse@FreeBSD.org
@@ -16,6 +15,7 @@ COMMENT=	Integrates the Checkstyle Java 
 
 RUN_DEPENDS=	eclipse:${PORTSDIR}/java/eclipse
 
+USES=		zip
 NO_WRKSUBDIR=	yes
 NO_BUILD=	yes
 USE_JAVA=	yes

Modified: head/java/eclipse-datatools/Makefile
==============================================================================
--- head/java/eclipse-datatools/Makefile	Mon Mar 10 15:15:55 2014	(r347770)
+++ head/java/eclipse-datatools/Makefile	Mon Mar 10 15:21:21 2014	(r347771)
@@ -8,7 +8,6 @@ MASTER_SITES=	${MASTER_SITE_ECLIPSE:S,/e
 MASTER_SITE_SUBDIR=	${PORTVERSION}
 PKGNAMEPREFIX=	eclipse-
 DISTNAME=	dtp-sdk_${PORTVERSION}
-EXTRACT_SUFX=	.zip
 DIST_SUBDIR=	eclipse
 
 MAINTAINER=	ports@FreeBSD.org
@@ -21,6 +20,7 @@ RUN_DEPENDS=	eclipse:${PORTSDIR}/java/ec
 LICENSE=	EPL
 
 WRKSRC=		${WRKDIR}/eclipse
+USES=		zip
 
 .include "${.CURDIR}/../eclipse/Makefile.plugins"
 

Modified: head/java/eclipse-drjava/Makefile
==============================================================================
--- head/java/eclipse-drjava/Makefile	Mon Mar 10 15:15:55 2014	(r347770)
+++ head/java/eclipse-drjava/Makefile	Mon Mar 10 15:21:21 2014	(r347771)
@@ -8,13 +8,13 @@ CATEGORIES=	java devel
 MASTER_SITES=	SF/${PORTNAME}/3.%20DrJava%20Eclipse%20Plug-in/${PORTNAME}-eclipse-${PORTVERSION}
 PKGNAMEPREFIX=	eclipse-
 DISTNAME=	drjava-eclipse-${PORTVERSION}
-EXTRACT_SUFX=	.zip
 
 MAINTAINER=	nivit@FreeBSD.org
 COMMENT=	DrJava plugin for Eclipse
 
 RUN_DEPENDS=	${LOCALBASE}/bin/eclipse:${PORTSDIR}/java/eclipse
 
+USES=		zip
 NO_BUILD=	yes
 NO_WRKSUBDIR=	yes
 USE_JAVA=	yes

Modified: head/java/eclipse-emf/Makefile
==============================================================================
--- head/java/eclipse-emf/Makefile	Mon Mar 10 15:15:55 2014	(r347770)
+++ head/java/eclipse-emf/Makefile	Mon Mar 10 15:21:21 2014	(r347771)
@@ -8,7 +8,6 @@ MASTER_SITES=	${MASTER_SITE_ECLIPSE:S,/e
 MASTER_SITE_SUBDIR=${PORTVERSION}/R201201300943
 PKGNAMEPREFIX=	eclipse-
 DISTNAME=	emf-xsd-SDK-${PORTVERSION}
-EXTRACT_SUFX=	.zip
 DIST_SUBDIR=	eclipse
 
 MAINTAINER=	kamikaze@bsdforen.de
@@ -16,6 +15,7 @@ COMMENT=	Eclipse Modeling Framework
 
 RUN_DEPENDS=	eclipse:${PORTSDIR}/java/eclipse
 
+USES=		zip
 WRKSRC=		${WRKDIR}/eclipse
 
 .include "${.CURDIR}/../eclipse/Makefile.plugins"

Modified: head/java/eclipse-examples/Makefile
==============================================================================
--- head/java/eclipse-examples/Makefile	Mon Mar 10 15:15:55 2014	(r347770)
+++ head/java/eclipse-examples/Makefile	Mon Mar 10 15:21:21 2014	(r347771)
@@ -9,7 +9,6 @@ MASTER_SITES=	${MASTER_SITE_ECLIPSE}
 MASTER_SITE_SUBDIR=	R-3.0-200406251208
 PKGNAMEPREFIX=	eclipse-
 DISTNAME=	${PKGNAMEPREFIX}${PORTNAME}-${PORTVERSION}
-EXTRACT_SUFX=	.zip
 DIST_SUBDIR=	eclipse
 
 MAINTAINER=	freebsd-eclipse@FreeBSD.org
@@ -17,6 +16,7 @@ COMMENT=	Examples for the Eclipse IDE
 
 RUN_DEPENDS=    ${LOCALBASE}/bin/eclipse:${PORTSDIR}/java/eclipse
 
+USES=		zip
 NO_BUILD=	yes
 NO_WRKSUBDIR=	yes
 

Modified: head/java/eclipse-findbugs/Makefile
==============================================================================
--- head/java/eclipse-findbugs/Makefile	Mon Mar 10 15:15:55 2014	(r347770)
+++ head/java/eclipse-findbugs/Makefile	Mon Mar 10 15:21:21 2014	(r347771)
@@ -8,7 +8,6 @@ CATEGORIES=	java devel
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}%20eclipse%20plugin/1.3.2
 PKGNAMEPREFIX=	eclipse-
 DISTNAME=	edu.umd.cs.findbugs.plugin.eclipse_${DISTVERSION}
-EXTRACT_SUFX=	.zip
 DIST_SUBDIR=	eclipse
 
 MAINTAINER=	ports@FreeBSD.org
@@ -16,6 +15,7 @@ COMMENT=	Eclipse plug-in that provides F
 
 RUN_DEPENDS=	eclipse:${PORTSDIR}/java/eclipse
 
+USES=		zip
 NO_BUILD=	yes
 USE_JAVA=	yes
 JAVA_VERSION=	1.6+

Modified: head/java/eclipse-gef-examples/Makefile
==============================================================================
--- head/java/eclipse-gef-examples/Makefile	Mon Mar 10 15:15:55 2014	(r347770)
+++ head/java/eclipse-gef-examples/Makefile	Mon Mar 10 15:21:21 2014	(r347771)
@@ -9,7 +9,6 @@ MASTER_SITES=	http://download.eclipse.or
 PKGNAMEPREFIX=	eclipse-
 PKGNAMESUFFIX=	-examples
 DISTNAME=	GEF-examples-${PORTVERSION}
-EXTRACT_SUFX=	.zip
 DIST_SUBDIR=	eclipse
 
 MAINTAINER=	freebsd-eclipse@FreeBSD.org
@@ -17,6 +16,7 @@ COMMENT=	Graphical Editing Framework for
 
 RUN_DEPENDS=    ${LOCALBASE}/bin/eclipse:${PORTSDIR}/java/eclipse
 
+USES=		zip
 NO_BUILD=	yes
 NO_WRKSUBDIR=	yes
 

Modified: head/java/eclipse-gef/Makefile
==============================================================================
--- head/java/eclipse-gef/Makefile	Mon Mar 10 15:15:55 2014	(r347770)
+++ head/java/eclipse-gef/Makefile	Mon Mar 10 15:21:21 2014	(r347771)
@@ -16,7 +16,7 @@ COMMENT=	Graphical Editing Framework for
 RUN_DEPENDS=	eclipse:${PORTSDIR}/java/eclipse
 
 WRKSRC=		${WRKDIR}/eclipse
-USE_ZIP=	yes
+USES=		zip
 
 .include "${.CURDIR}/../eclipse/Makefile.plugins"
 

Modified: head/java/eclipse-hibernatetools/Makefile
==============================================================================
--- head/java/eclipse-hibernatetools/Makefile	Mon Mar 10 15:15:55 2014	(r347770)
+++ head/java/eclipse-hibernatetools/Makefile	Mon Mar 10 15:21:21 2014	(r347771)
@@ -8,7 +8,6 @@ CATEGORIES=	java devel databases
 MASTER_SITES=	SF/jboss/JBossTools/JBossTools%202.1.2.GA
 PKGNAMEPREFIX=	eclipse-
 DISTNAME=	HibernateTools-${DISTVERSION}
-EXTRACT_SUFX=	.zip
 DIST_SUBDIR=	eclipse
 
 MAINTAINER=	ports@FreeBSD.org
@@ -23,6 +22,7 @@ RUN_DEPENDS=	eclipse:${PORTSDIR}/java/ec
 		${LOCALBASE}/share/eclipse/dropins/gef:${PORTSDIR}/java/eclipse-gef \
 		${LOCALBASE}/share/eclipse/dropins/webtools:${PORTSDIR}/java/eclipse-webtools
 
+USES=		zip
 NO_BUILD=	yes
 NO_WRKSUBDIR=	yes
 USE_JAVA=	yes

Modified: head/java/eclipse-langpack/Makefile
==============================================================================
--- head/java/eclipse-langpack/Makefile	Mon Mar 10 15:15:55 2014	(r347770)
+++ head/java/eclipse-langpack/Makefile	Mon Mar 10 15:21:21 2014	(r347771)
@@ -19,8 +19,8 @@ COMMENT=	Eclipse Language Pack Feature
 
 RUN_DEPENDS=	${LOCALBASE}/bin/eclipse:${PORTSDIR}/java/eclipse
 
+USES=		zip
 NO_WRKSUBDIR=	yes
-USE_ZIP=	yes
 PLIST=		${WRKDIR}/pkg-plist
 
 NO_STAGE=	yes

Modified: head/java/eclipse-log4e/Makefile
==============================================================================
--- head/java/eclipse-log4e/Makefile	Mon Mar 10 15:15:55 2014	(r347770)
+++ head/java/eclipse-log4e/Makefile	Mon Mar 10 15:21:21 2014	(r347771)
@@ -8,7 +8,6 @@ CATEGORIES=	java
 MASTER_SITES=	http://log4e.jayefem.de/download/eclipse3/
 PKGNAMEPREFIX=	eclipse-
 DISTNAME=	de.jayefem.${PORTNAME}_free_${PORTVERSION}
-EXTRACT_SUFX=	.zip
 DIST_SUBDIR=	eclipse
 
 MAINTAINER=	freebsd-eclipse@FreeBSD.org
@@ -16,9 +15,9 @@ COMMENT=	Eclipse plugin to use logger ea
 
 RUN_DEPENDS=	${LOCALBASE}/bin/eclipse:${PORTSDIR}/java/eclipse
 
+USES=		zip
 NO_BUILD=	yes
 NO_WRKSUBDIR=	yes
-USE_ZIP=	yes
 
 NO_STAGE=	yes
 do-install:

Modified: head/java/eclipse-lomboz/Makefile
==============================================================================
--- head/java/eclipse-lomboz/Makefile	Mon Mar 10 15:15:55 2014	(r347770)
+++ head/java/eclipse-lomboz/Makefile	Mon Mar 10 15:21:21 2014	(r347771)
@@ -19,9 +19,9 @@ RUN_DEPENDS=	${LOCALBASE}/bin/eclipse:${
 
 CONFLICTS=	eclipse-webtools-0.7*
 
+USES=		zip
 NO_BUILD=	yes
 NO_WRKSUBDIR=	yes
-USE_ZIP=	yes
 USE_JAVA=	yes
 JAVA_VERSION=	1.6+
 JAVA_OS=	native

Modified: head/java/eclipse-ocl/Makefile
==============================================================================
--- head/java/eclipse-ocl/Makefile	Mon Mar 10 15:15:55 2014	(r347770)
+++ head/java/eclipse-ocl/Makefile	Mon Mar 10 15:21:21 2014	(r347771)
@@ -17,9 +17,9 @@ COMMENT=	Implementation of the OCL OMG s
 RUN_DEPENDS=	eclipse:${PORTSDIR}/java/eclipse \
 		${LOCALBASE}/share/eclipse/dropins/emf:${PORTSDIR}/java/eclipse-emf
 
+USES=		zip
 NO_BUILD=	yes
 NO_WRKSUBDIR=	yes
-USE_ZIP=	yes
 USE_JAVA=	yes
 JAVA_VERSION=	1.6+
 JAVA_OS=	native

Modified: head/java/eclipse-pmd/Makefile
==============================================================================
--- head/java/eclipse-pmd/Makefile	Mon Mar 10 15:15:55 2014	(r347770)
+++ head/java/eclipse-pmd/Makefile	Mon Mar 10 15:21:21 2014	(r347771)
@@ -15,9 +15,9 @@ COMMENT=	Scan Java source code and look 
 
 RUN_DEPENDS=	${LOCALBASE}/bin/eclipse:${PORTSDIR}/java/eclipse
 
+USES=		zip
 NO_BUILD=	yes
 NO_WRKSUBDIR=	yes
-USE_ZIP=	yes
 USE_JAVA=	yes
 JAVA_EXTRACT=	jre
 

Modified: head/java/eclipse-propedit/Makefile
==============================================================================
--- head/java/eclipse-propedit/Makefile	Mon Mar 10 15:15:55 2014	(r347770)
+++ head/java/eclipse-propedit/Makefile	Mon Mar 10 15:21:21 2014	(r347771)
@@ -16,9 +16,9 @@ COMMENT=	Properties editor for eclipse
 
 RUN_DEPENDS=	eclipse:${PORTSDIR}/java/eclipse
 
+USES=		zip
 NO_BUILD=	yes
 NO_WRKSUBDIR=	yes
-USE_ZIP=	yes
 USE_JAVA=	yes
 JAVA_VERSION=	1.6+
 JAVA_OS=	native

Modified: head/java/eclipse-pydev/Makefile
==============================================================================
--- head/java/eclipse-pydev/Makefile	Mon Mar 10 15:15:55 2014	(r347770)
+++ head/java/eclipse-pydev/Makefile	Mon Mar 10 15:21:21 2014	(r347771)
@@ -21,6 +21,8 @@ NO_WRKSUBDIR=	yes
 OPTIONS_DEFINE=	JYTHON
 JYTHON_DESC=	Use Jython as Python interpreter
 
+USES=		zip
+
 NO_STAGE=	yes
 .include <bsd.port.options.mk>
 
@@ -29,7 +31,6 @@ RUN_DEPENDS+=	jython:${PORTSDIR}/lang/jy
 .endif
 
 USE_PYTHON=	yes
-USE_ZIP=	yes
 
 DISTDATE=	2013072611
 

Modified: head/java/eclipse-quantum/Makefile
==============================================================================
--- head/java/eclipse-quantum/Makefile	Mon Mar 10 15:15:55 2014	(r347770)
+++ head/java/eclipse-quantum/Makefile	Mon Mar 10 15:21:21 2014	(r347771)
@@ -16,12 +16,12 @@ COMMENT=	Database access and SQL editor 
 RUN_DEPENDS=	eclipse:${PORTSDIR}/java/eclipse \
                 ${LOCALBASE}/share/eclipse/dropins/gef:${PORTSDIR}/java/eclipse-gef
 
+USES=		zip
 NO_WRKSUBDIR=	yes
 NO_BUILD=	yes
 NO_EXTRACT=	yes
 USE_JAVA=	yes
 JAVA_VERSION=	1.6+
-USE_ZIP=	yes
 PLIST_SUB+=	VERSION=${PORTVERSION}
 
 NO_STAGE=	yes

Modified: head/java/eclipse-shelled/Makefile
==============================================================================
--- head/java/eclipse-shelled/Makefile	Mon Mar 10 15:15:55 2014	(r347770)
+++ head/java/eclipse-shelled/Makefile	Mon Mar 10 15:21:21 2014	(r347771)
@@ -15,9 +15,9 @@ COMMENT=	ShellEd is a superb shell scrip
 
 RUN_DEPENDS=	eclipse:${PORTSDIR}/java/eclipse
 
+USES=		zip
 NO_BUILD=	yes
 NO_WRKSUBDIR=	yes
-USE_ZIP=	yes
 USE_JAVA=	yes
 JAVA_VERSION=	1.6+
 JAVA_OS=	native

Modified: head/java/eclipse-sqlexplorer/Makefile
==============================================================================
--- head/java/eclipse-sqlexplorer/Makefile	Mon Mar 10 15:15:55 2014	(r347770)
+++ head/java/eclipse-sqlexplorer/Makefile	Mon Mar 10 15:21:21 2014	(r347771)
@@ -8,7 +8,6 @@ CATEGORIES=	java
 MASTER_SITES=	SF/eclipsesql/SQL%20Explorer%20Plugin/${PORTVERSION}
 PKGNAMEPREFIX=	eclipse-
 DISTNAME=	net.sourceforge.${PORTNAME}_${PORTVERSION}
-EXTRACT_SUFX=	.zip
 DIST_SUBDIR=	eclipse
 
 MAINTAINER=	freebsd-eclipse@FreeBSD.org
@@ -17,9 +16,9 @@ COMMENT=	A visual database query tool fo
 RUN_DEPENDS=	eclipse:${PORTSDIR}/java/eclipse \
 		${LOCALBASE}/share/eclipse/dropins/gef:${PORTSDIR}/java/eclipse-gef
 
+USES=		zip
 NO_BUILD=	yes
 NO_WRKSUBDIR=	yes
-USE_ZIP=	yes
 
 NO_STAGE=	yes
 do-install:

Modified: head/java/eclipse-sysdeo-tomcat/Makefile
==============================================================================
--- head/java/eclipse-sysdeo-tomcat/Makefile	Mon Mar 10 15:15:55 2014	(r347770)
+++ head/java/eclipse-sysdeo-tomcat/Makefile	Mon Mar 10 15:21:21 2014	(r347771)
@@ -16,9 +16,9 @@ COMMENT=	Sysdeo Tomcat Launcher plugin f
 
 RUN_DEPENDS+=	${LOCALBASE}/bin/eclipse:${PORTSDIR}/java/eclipse
 
+USES=		zip
 NO_BUILD=	yes
 NO_WRKSUBDIR=	yes
-USE_ZIP=	yes
 
 NO_STAGE=	yes
 do-install:

Modified: head/java/eclipse-uml/Makefile
==============================================================================
--- head/java/eclipse-uml/Makefile	Mon Mar 10 15:15:55 2014	(r347770)
+++ head/java/eclipse-uml/Makefile	Mon Mar 10 15:21:21 2014	(r347771)
@@ -16,9 +16,9 @@ COMMENT=	A framework creating UML diagra
 RUN_DEPENDS=	eclipse:${PORTSDIR}/java/eclipse \
 		${LOCALBASE}/share/eclipse/dropins/emf:${PORTSDIR}/java/eclipse-emf
 
+USES=		zip
 NO_BUILD=	yes
 NO_WRKSUBDIR=	yes
-USE_ZIP=	yes
 USE_JAVA=	yes
 JAVA_VERSION=	1.6+
 JAVA_OS=	native

Modified: head/java/eclipse-vep-examples/Makefile
==============================================================================
--- head/java/eclipse-vep-examples/Makefile	Mon Mar 10 15:15:55 2014	(r347770)
+++ head/java/eclipse-vep-examples/Makefile	Mon Mar 10 15:21:21 2014	(r347771)
@@ -16,9 +16,9 @@ COMMENT=	Visual Editor Project for the E
 
 RUN_DEPENDS=	${LOCALBASE}/bin/eclipse:${PORTSDIR}/java/eclipse
 
+USES=		zip
 NO_BUILD=	yes
 NO_WRKSUBDIR=	yes
-USE_ZIP=	yes
 PLIST_SUB=	RELEASEVERSION=1.1.0.1
 
 NO_STAGE=	yes

Modified: head/java/eclipse-vep/Makefile
==============================================================================
--- head/java/eclipse-vep/Makefile	Mon Mar 10 15:15:55 2014	(r347770)
+++ head/java/eclipse-vep/Makefile	Mon Mar 10 15:21:21 2014	(r347771)
@@ -19,9 +19,9 @@ RUN_DEPENDS=	eclipse:${PORTSDIR}/java/ec
 		${LOCALBASE}/share/eclipse/dropins/emf:${PORTSDIR}/java/eclipse-emf \
 		${LOCALBASE}/share/eclipse/dropins/gef:${PORTSDIR}/java/eclipse-gef
 
+USES=		zip
 NO_BUILD=	yes
 NO_WRKSUBDIR=	yes
-USE_ZIP=	yes
 USE_JAVA=	yes
 JAVA_VERSION=	1.6+
 JAVA_OS=	native

Modified: head/java/eclipse-viplugin/Makefile
==============================================================================
--- head/java/eclipse-viplugin/Makefile	Mon Mar 10 15:15:55 2014	(r347770)
+++ head/java/eclipse-viplugin/Makefile	Mon Mar 10 15:21:21 2014	(r347771)
@@ -15,9 +15,9 @@ COMMENT=	Vi like keybinding Eclipse plug
 
 RUN_DEPENDS=	${LOCALBASE}/bin/eclipse:${PORTSDIR}/java/eclipse
 
+USES=		zip
 NO_WRKSUBDIR=	yes
 NO_BUILD=	yes
-USE_ZIP=	yes
 USE_JAVA=	yes
 JAVA_VERSION=	1.6+
 JAVA_OS=	native

Modified: head/java/eclipse-webtools/Makefile
==============================================================================
--- head/java/eclipse-webtools/Makefile	Mon Mar 10 15:15:55 2014	(r347770)
+++ head/java/eclipse-webtools/Makefile	Mon Mar 10 15:21:21 2014	(r347771)
@@ -19,7 +19,7 @@ RUN_DEPENDS=	eclipse:${PORTSDIR}/java/ec
 		${LOCALBASE}/share/eclipse/dropins/datatools:${PORTSDIR}/java/eclipse-datatools
 
 WRKSRC=		${WRKDIR}/eclipse
-USE_ZIP=	yes
+USES=		zip
 
 NO_STAGE=	yes
 .include "${.CURDIR}/../eclipse/Makefile.plugins"

Modified: head/java/infobus/Makefile
==============================================================================
--- head/java/infobus/Makefile	Mon Mar 10 15:15:55 2014	(r347770)
+++ head/java/infobus/Makefile	Mon Mar 10 15:21:21 2014	(r347771)
@@ -10,7 +10,7 @@ DISTNAME=	ib12
 MAINTAINER=	java@FreeBSD.org
 COMMENT=	Enables dynamic exchange of data between JavaBeans(TM)
 
-USE_ZIP=	YES
+USES=		zip
 USE_JAVA=	YES
 JAVA_VERSION=	1.6+
 

Modified: head/java/jad/Makefile
==============================================================================
--- head/java/jad/Makefile	Mon Mar 10 15:15:55 2014	(r347770)
+++ head/java/jad/Makefile	Mon Mar 10 15:21:21 2014	(r347771)
@@ -6,11 +6,11 @@ PORTVERSION=	1.5.8c
 CATEGORIES=	java devel
 MASTER_SITES=	http://www.varaneckas.com/sites/default/files/jad/
 DISTNAME=	jad158c.freebsd
-EXTRACT_SUFX=	.zip
 
 MAINTAINER=	ale@FreeBSD.org
 COMMENT=	Java Decompiler
 
+USES=		zip
 NO_WRKSUBDIR=	yes
 NO_BUILD=	yes
 

Modified: head/java/jaf/Makefile
==============================================================================
--- head/java/jaf/Makefile	Mon Mar 10 15:15:55 2014	(r347770)
+++ head/java/jaf/Makefile	Mon Mar 10 15:21:21 2014	(r347771)
@@ -10,7 +10,7 @@ DISTNAME=	${PORTNAME}-${PORTVERSION:S,.,
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	JavaBeansTM Activation Framework
 

*** DIFF OUTPUT TRUNCATED AT 1000 LINES ***



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201403101521.s2AFLLGM008952>