diff options
author | bapt <bapt@FreeBSD.org> | 2014-03-11 00:45:37 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-03-11 00:45:37 +0800 |
commit | 52f2eaf91f4cd8fd145d7e3e26bcf75231a7fecb (patch) | |
tree | 3504a0effa84d51ccaecf06127a496b66c8582ee /print | |
parent | 687c839315eefb81d0ff35d859879941ba84eab3 (diff) | |
download | freebsd-ports-gnome-52f2eaf91f4cd8fd145d7e3e26bcf75231a7fecb.tar.gz freebsd-ports-gnome-52f2eaf91f4cd8fd145d7e3e26bcf75231a7fecb.tar.zst freebsd-ports-gnome-52f2eaf91f4cd8fd145d7e3e26bcf75231a7fecb.zip |
Convert p* to USES=zip
Diffstat (limited to 'print')
-rw-r--r-- | print/bophook/Makefile | 2 | ||||
-rw-r--r-- | print/cm-super/Makefile | 2 | ||||
-rw-r--r-- | print/dot2tex/Makefile | 2 | ||||
-rw-r--r-- | print/examplep/Makefile | 2 | ||||
-rw-r--r-- | print/ifxetex/Makefile | 2 | ||||
-rw-r--r-- | print/kpdftool/Makefile | 3 | ||||
-rw-r--r-- | print/latex-acm/Makefile | 2 | ||||
-rw-r--r-- | print/latex-biblatex/Makefile | 2 | ||||
-rw-r--r-- | print/latex-circ/Makefile | 2 | ||||
-rw-r--r-- | print/latex-csquotes/Makefile | 2 | ||||
-rw-r--r-- | print/latex-etoolbox/Makefile | 2 | ||||
-rw-r--r-- | print/latex-logreq/Makefile | 2 | ||||
-rw-r--r-- | print/latex-ltablex/Makefile | 2 | ||||
-rw-r--r-- | print/latex-mathabx/Makefile | 2 | ||||
-rw-r--r-- | print/latex-pgf/Makefile | 2 | ||||
-rw-r--r-- | print/latex-prettyref/Makefile | 2 | ||||
-rw-r--r-- | print/latexdiff/Makefile | 3 | ||||
-rw-r--r-- | print/latexmk/Makefile | 3 | ||||
-rw-r--r-- | print/passivetex/Makefile | 2 | ||||
-rw-r--r-- | print/pdf-renderer/Makefile | 2 | ||||
-rw-r--r-- | print/pdftk/Makefile | 4 | ||||
-rw-r--r-- | print/tex-mfpic/Makefile | 2 |
22 files changed, 22 insertions, 27 deletions
diff --git a/print/bophook/Makefile b/print/bophook/Makefile index 84aaa92c6607..633a80b15510 100644 --- a/print/bophook/Makefile +++ b/print/bophook/Makefile @@ -12,7 +12,7 @@ MAINTAINER= hiroto.kagotani@gmail.com COMMENT= Style file providing a beginning-of-page hook for LaTeX WRKSRC= ${WRKDIR}/${PORTNAME} -USE_ZIP= yes +USES= zip USE_TEX= latex PLIST= ${WRKDIR}/pkg-plist diff --git a/print/cm-super/Makefile b/print/cm-super/Makefile index f29c54a5e77d..858ee72315cc 100644 --- a/print/cm-super/Makefile +++ b/print/cm-super/Makefile @@ -18,7 +18,7 @@ COMMENT= Computer Modern Font Families in Type 1 Fonts BUILD_DEPENDS= ${LOCALBASE}/bin/type1inst:${PORTSDIR}/x11-fonts/p5-type1inst .endif -USE_ZIP= yes +USES= zip USE_TEX= base texmf tetex WRKSRC= ${WRKDIR}/${PORTNAME} diff --git a/print/dot2tex/Makefile b/print/dot2tex/Makefile index 2fd896bbf35f..b86f1b48f860 100644 --- a/print/dot2tex/Makefile +++ b/print/dot2tex/Makefile @@ -16,7 +16,7 @@ RUN_DEPENDS= ${PYTHON_SITELIBDIR}/pyparsing.py:${PORTSDIR}/devel/py-parsing \ USE_PYDISTUTILS=yes USE_PYTHON= yes # The .tar.gz sucks! -USE_ZIP= yes +USES= zip NO_STAGE= yes .include <bsd.port.mk> diff --git a/print/examplep/Makefile b/print/examplep/Makefile index c8ba5c6e40c8..b4d351977f2e 100644 --- a/print/examplep/Makefile +++ b/print/examplep/Makefile @@ -12,7 +12,7 @@ MAINTAINER= hiroto.kagotani@gmail.com COMMENT= LaTeX style files for typesetting verbatim source code listings WRKSRC= ${WRKDIR}/${PORTNAME} -USE_ZIP= yes +USES= zip USE_TEX= latex PLIST= ${WRKDIR}/pkg-plist diff --git a/print/ifxetex/Makefile b/print/ifxetex/Makefile index 26d7dc87b9b4..3137ecf4caac 100644 --- a/print/ifxetex/Makefile +++ b/print/ifxetex/Makefile @@ -13,7 +13,7 @@ MAINTAINER= martin.dieringer@gmx.de COMMENT= The file ifxetex.sty tests whether XeTeX is being used WRKSRC= ${WRKDIR}/${PORTNAME} -USE_ZIP= yes +USES= zip USE_TEX= latex PLIST= ${WRKDIR}/pkg-plist diff --git a/print/kpdftool/Makefile b/print/kpdftool/Makefile index cc9bf2b17ca3..da913bad4aa5 100644 --- a/print/kpdftool/Makefile +++ b/print/kpdftool/Makefile @@ -13,10 +13,9 @@ COMMENT= Simple utility to manipulate PS and PDF files RUN_DEPENDS= convert:${PORTSDIR}/graphics/ImageMagick -USE_ZIP= yes USE_QT4= qt3support moc_build porting_build uic3_build USE_GHOSTSCRIPT_RUN= yes -USES= qmake +USES= qmake zip DESKTOP_ENTRIES= "KPDFTool" "${COMMENT}" "kpdftool" \ "kpdftool" "Qt;Utility;" true diff --git a/print/latex-acm/Makefile b/print/latex-acm/Makefile index 123d82d5427a..97a85e56976f 100644 --- a/print/latex-acm/Makefile +++ b/print/latex-acm/Makefile @@ -12,7 +12,7 @@ DISTFILES= acm-small-v1-1.zip \ MAINTAINER= rea@FreeBSD.org COMMENT= LaTeX styles for ACM journals -USE_ZIP= yes +USES= zip USE_TEX= latex NO_BUILD= yes diff --git a/print/latex-biblatex/Makefile b/print/latex-biblatex/Makefile index a96c62df9f48..d3d9037fb1e0 100644 --- a/print/latex-biblatex/Makefile +++ b/print/latex-biblatex/Makefile @@ -14,7 +14,7 @@ COMMENT= Reimplementation of the LaTeX bibliographic facilities RUN_DEPENDS= ${LOCALBASE}/${TEXMFLOCAL}/tex/latex/etoolbox/etoolbox.sty:${PORTSDIR}/print/latex-etoolbox -USE_ZIP= YES +USES= zip USE_TEX= latex NO_BUILD= YES PLIST= ${WRKDIR}/pkg-plist diff --git a/print/latex-circ/Makefile b/print/latex-circ/Makefile index 52deaf26699e..5785f9726209 100644 --- a/print/latex-circ/Makefile +++ b/print/latex-circ/Makefile @@ -13,7 +13,7 @@ DISTNAME= ${PORTNAME} MAINTAINER= nivit@FreeBSD.org COMMENT= A LaTeX package for typesetting circuit diagrams -USE_ZIP= yes +USES= zip USE_TEX= latex # We need to install in the global texmf-local directory diff --git a/print/latex-csquotes/Makefile b/print/latex-csquotes/Makefile index b98c9e7c2cc2..1401baa722e4 100644 --- a/print/latex-csquotes/Makefile +++ b/print/latex-csquotes/Makefile @@ -14,7 +14,7 @@ COMMENT= Context sensitive quotation facilities RUN_DEPENDS= ${LOCALBASE}/${TEXMFLOCAL}/tex/latex/etoolbox/etoolbox.sty:${PORTSDIR}/print/latex-etoolbox -USE_ZIP= YES +USES= zip USE_TEX= latex NO_BUILD= YES PLIST= ${WRKDIR}/pkg-plist diff --git a/print/latex-etoolbox/Makefile b/print/latex-etoolbox/Makefile index 1bee9040c9d4..ecfe95ca5bf9 100644 --- a/print/latex-etoolbox/Makefile +++ b/print/latex-etoolbox/Makefile @@ -13,7 +13,7 @@ DIST_SUBDIR= ${PORTNAME}/${DISTVERSION} MAINTAINER= idolum@users.sourceforge.net COMMENT= A toolbox providing programming facilities for LaTeX -USE_ZIP= YES +USES= zip USE_TEX= latex NO_BUILD= YES PLIST= ${WRKDIR}/pkg-plist diff --git a/print/latex-logreq/Makefile b/print/latex-logreq/Makefile index 7d23caf88658..d869ea529f2e 100644 --- a/print/latex-logreq/Makefile +++ b/print/latex-logreq/Makefile @@ -14,7 +14,7 @@ COMMENT= Support for automation of the LaTeX workflow RUN_DEPENDS= ${LOCALBASE}/${TEXMFLOCAL}/tex/latex/etoolbox/etoolbox.sty:${PORTSDIR}/print/latex-etoolbox -USE_ZIP= YES +USES= zip USE_TEX= latex NO_BUILD= YES PLIST= ${WRKDIR}/pkg-plist diff --git a/print/latex-ltablex/Makefile b/print/latex-ltablex/Makefile index 7473cb7ce4fa..549b5329d958 100644 --- a/print/latex-ltablex/Makefile +++ b/print/latex-ltablex/Makefile @@ -16,7 +16,7 @@ DIST_SUBDIR= latex MAINTAINER= rakuco@FreeBSD.org COMMENT= Combines the features of both the tabularx and longtable packages -USE_ZIP= YES +USES= zip USE_TEX= latex NO_BUILD= YES PLIST_SUB= MKTEXLSR=${MKTEXLSR} \ diff --git a/print/latex-mathabx/Makefile b/print/latex-mathabx/Makefile index 126d45bdecd9..32ac80f6588a 100644 --- a/print/latex-mathabx/Makefile +++ b/print/latex-mathabx/Makefile @@ -11,7 +11,7 @@ DISTFILES= mathabx${EXTRACT_SUFX} abxtype1${EXTRACT_SUFX} MAINTAINER= hrs@FreeBSD.org COMMENT= Math series, aka mathabx MetaFont fontset for TeX/LaTeX -USE_ZIP= YES +USES= zip USE_TEX= latex NO_BUILD= YES PLIST_SUB= TEXMFLOCALDIR=${TEXMFLOCALDIR} \ diff --git a/print/latex-pgf/Makefile b/print/latex-pgf/Makefile index 7771bd9f6aaf..f7298aa8ab78 100644 --- a/print/latex-pgf/Makefile +++ b/print/latex-pgf/Makefile @@ -12,7 +12,7 @@ MAINTAINER= hrs@FreeBSD.org COMMENT= A LaTeX package for TeX Portable Graphic Format NO_BUILD= YES -USE_ZIP= YES +USES= zip USE_TEX= latex PLIST_SUB= MKTEXLSR=${MKTEXLSR} \ CLASSDIR=${CLASSDIR} \ diff --git a/print/latex-prettyref/Makefile b/print/latex-prettyref/Makefile index 92e0155a1503..aad727ef7630 100644 --- a/print/latex-prettyref/Makefile +++ b/print/latex-prettyref/Makefile @@ -13,7 +13,7 @@ DIST_SUBDIR= latex MAINTAINER= yokota@res.otaru-uc.ac.jp COMMENT= Improved reference formatting for LaTeX2e -USE_ZIP= yes +USES= zip USE_TEX= latex PLIST_SUB= MKTEXLSR=${MKTEXLSR} diff --git a/print/latexdiff/Makefile b/print/latexdiff/Makefile index b9b0c29be921..85fbe349170e 100644 --- a/print/latexdiff/Makefile +++ b/print/latexdiff/Makefile @@ -14,9 +14,8 @@ COMMENT= Determine and mark up significant differences between latex files RUN_DEPENDS+= bash:${PORTSDIR}/shells/bash -USES= perl5 +USES= perl5 zip USE_PERL5= run -USE_ZIP= yes NO_BUILD= yes MAN1= latexdiff.1 \ diff --git a/print/latexmk/Makefile b/print/latexmk/Makefile index 3b31fbec6478..54a65362903f 100644 --- a/print/latexmk/Makefile +++ b/print/latexmk/Makefile @@ -16,8 +16,7 @@ OPTIONS_DEFINE= DOCS EXAMPLES NO_WRKSUBDIR= yes NO_BUILD= yes -USES= perl5 -USE_ZIP= yes +USES= perl5 zip USE_PERL5= run USE_TEX= latex diff --git a/print/passivetex/Makefile b/print/passivetex/Makefile index 6f42c93c8af6..06763bcc0ac6 100644 --- a/print/passivetex/Makefile +++ b/print/passivetex/Makefile @@ -13,7 +13,7 @@ MAINTAINER= hrs@FreeBSD.org COMMENT= XSL FO processor, written in TeX NO_BUILD= yes -USE_ZIP= yes +USES= zip USE_TEX= tetex xmltex texhash TEXHASHDIRS= ${TEXMFDIR} WRKSRC= ${WRKDIR}/passivetex diff --git a/print/pdf-renderer/Makefile b/print/pdf-renderer/Makefile index 0833239c4d72..8e46299a66b0 100644 --- a/print/pdf-renderer/Makefile +++ b/print/pdf-renderer/Makefile @@ -13,7 +13,7 @@ COMMENT= A 100% Java PDF renderer and viewer LICENSE= LGPL21 -USE_ZIP= yes +USES= zip NO_WRKSUBDIR= yes USE_JAVA= yes JAVA_VERSION= 1.6+ diff --git a/print/pdftk/Makefile b/print/pdftk/Makefile index 22ccf0ae0e1c..f1241be62c85 100644 --- a/print/pdftk/Makefile +++ b/print/pdftk/Makefile @@ -13,13 +13,11 @@ COMMENT= Simple tool for doing everyday things with PDF documents LICENSE= GPLv2 -USE_ZIP= yes - # Get GCC version suffix without the dot in USE_GCC CSUFF= ${_USE_GCC:S/.//} USE_GCC= yes -USES= iconv gmake +USES= iconv gmake zip # gcj/libgcj don't exist on some platforms ONLY_FOR_ARCHS= i386 amd64 diff --git a/print/tex-mfpic/Makefile b/print/tex-mfpic/Makefile index e399f9844e7d..62dc412acf8c 100644 --- a/print/tex-mfpic/Makefile +++ b/print/tex-mfpic/Makefile @@ -13,7 +13,7 @@ DIST_SUBDIR= teTeX MAINTAINER= hrs@FreeBSD.org COMMENT= A TeX package that supports drawing pictures -USE_ZIP= yes +USES= zip USE_TEX= latex PLIST_SUB= MKTEXLSR=${MKTEXLSR} \ TEXMFDIR=${TEXMFDIR} |