diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:25:16 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:25:16 +0000 |
commit | 597afc47baba19000afd8ec4880a2c47975b0367 (patch) | |
tree | eb9a806366343ecfc3a5146e70b637f09d4e62c7 /textproc | |
parent | 8d6597e0bb9591c40fc6d0c6e2159fca51178d56 (diff) | |
download | ports-597afc47baba19000afd8ec4880a2c47975b0367.tar.gz ports-597afc47baba19000afd8ec4880a2c47975b0367.zip |
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr
Sponsored by: Absolight
Notes
Notes:
svn path=/head/; revision=412349
Diffstat (limited to 'textproc')
853 files changed, 2393 insertions, 2393 deletions
diff --git a/textproc/R-cran-DT/Makefile b/textproc/R-cran-DT/Makefile index b33311239148..8ad0c08eb588 100644 --- a/textproc/R-cran-DT/Makefile +++ b/textproc/R-cran-DT/Makefile @@ -11,9 +11,9 @@ COMMENT= Wrapper of the JavaScript Library 'DataTables' LICENSE= GPLv3 -RUN_DEPENDS= R-cran-htmltools>0:${PORTSDIR}/textproc/R-cran-htmltools \ - R-cran-htmlwidgets>=0.4:${PORTSDIR}/www/R-cran-htmlwidgets \ - R-cran-magrittr>0:${PORTSDIR}/devel/R-cran-magrittr +RUN_DEPENDS= R-cran-htmltools>0:textproc/R-cran-htmltools \ + R-cran-htmlwidgets>=0.4:www/R-cran-htmlwidgets \ + R-cran-magrittr>0:devel/R-cran-magrittr USES= cran:auto-plist diff --git a/textproc/R-cran-htmltools/Makefile b/textproc/R-cran-htmltools/Makefile index 799ad01b6585..85e59cf15437 100644 --- a/textproc/R-cran-htmltools/Makefile +++ b/textproc/R-cran-htmltools/Makefile @@ -11,8 +11,8 @@ COMMENT= Tools for HTML generation and output LICENSE= GPLv2+ -RUN_DEPENDS= R-cran-digest>0:${PORTSDIR}/security/R-cran-digest \ - R-cran-Rcpp>0:${PORTSDIR}/devel/R-cran-Rcpp +RUN_DEPENDS= R-cran-digest>0:security/R-cran-digest \ + R-cran-Rcpp>0:devel/R-cran-Rcpp USES= cran:auto-plist diff --git a/textproc/R-cran-markdown/Makefile b/textproc/R-cran-markdown/Makefile index 7e59f94e6ff9..a418fee5c127 100644 --- a/textproc/R-cran-markdown/Makefile +++ b/textproc/R-cran-markdown/Makefile @@ -11,7 +11,7 @@ COMMENT= Markdown Rendering for R LICENSE= GPLv2 -RUN_DEPENDS= R-cran-mime>=0.3:${PORTSDIR}/misc/R-cran-mime +RUN_DEPENDS= R-cran-mime>=0.3:misc/R-cran-mime USES= cran:auto-plist diff --git a/textproc/R-cran-rmarkdown/Makefile b/textproc/R-cran-rmarkdown/Makefile index f30cb8ac579e..b1b9e620d5b2 100644 --- a/textproc/R-cran-rmarkdown/Makefile +++ b/textproc/R-cran-rmarkdown/Makefile @@ -11,11 +11,11 @@ COMMENT= Dynamic Documents for R LICENSE= GPLv3 -RUN_DEPENDS= hs-pandoc>=1.12.3:${PORTSDIR}/textproc/hs-pandoc \ - R-cran-knitr>=1.11:${PORTSDIR}/print/R-cran-knitr \ - R-cran-yaml>=2.1.5:${PORTSDIR}/textproc/R-cran-yaml \ - R-cran-htmltools>=0.2.4:${PORTSDIR}/textproc/R-cran-htmltools \ - R-cran-caTools>0:${PORTSDIR}/devel/R-cran-caTools +RUN_DEPENDS= hs-pandoc>=1.12.3:textproc/hs-pandoc \ + R-cran-knitr>=1.11:print/R-cran-knitr \ + R-cran-yaml>=2.1.5:textproc/R-cran-yaml \ + R-cran-htmltools>=0.2.4:textproc/R-cran-htmltools \ + R-cran-caTools>0:devel/R-cran-caTools USES= cran:auto-plist diff --git a/textproc/R-cran-stringi/Makefile b/textproc/R-cran-stringi/Makefile index 8a4f537b176a..5a5ed8de0cd4 100644 --- a/textproc/R-cran-stringi/Makefile +++ b/textproc/R-cran-stringi/Makefile @@ -11,7 +11,7 @@ COMMENT= Character String Processing Facilities LICENSE= BSD3CLAUSE -LIB_DEPENDS= libicui18n.so:${PORTSDIR}/devel/icu +LIB_DEPENDS= libicui18n.so:devel/icu USES= cran:auto-plist pkgconfig:build diff --git a/textproc/R-cran-stringr/Makefile b/textproc/R-cran-stringr/Makefile index b4b3eb535f9b..88e9bb2ea987 100644 --- a/textproc/R-cran-stringr/Makefile +++ b/textproc/R-cran-stringr/Makefile @@ -11,8 +11,8 @@ COMMENT= Make it easier to work with strings LICENSE= GPLv2 -RUN_DEPENDS= R-cran-stringi>=0.4.1:${PORTSDIR}/textproc/R-cran-stringi \ - R-cran-magrittr>0:${PORTSDIR}/devel/R-cran-magrittr +RUN_DEPENDS= R-cran-stringi>=0.4.1:textproc/R-cran-stringi \ + R-cran-magrittr>0:devel/R-cran-magrittr USES= cran:auto-plist diff --git a/textproc/R-cran-xml2/Makefile b/textproc/R-cran-xml2/Makefile index 67b46f3a2bdb..c35e1ac8257f 100644 --- a/textproc/R-cran-xml2/Makefile +++ b/textproc/R-cran-xml2/Makefile @@ -12,8 +12,8 @@ COMMENT= Parse XML LICENSE= GPLv2 GPLv3 LICENSE_COMB= dual -RUN_DEPENDS= R-cran-Rcpp>=0.11.4.6:${PORTSDIR}/devel/R-cran-Rcpp \ - R-cran-BH>0:${PORTSDIR}/devel/R-cran-BH +RUN_DEPENDS= R-cran-Rcpp>=0.11.4.6:devel/R-cran-Rcpp \ + R-cran-BH>0:devel/R-cran-BH USES= cran:auto-plist diff --git a/textproc/ack/Makefile b/textproc/ack/Makefile index e5d707c7869d..9fe4255dbb99 100644 --- a/textproc/ack/Makefile +++ b/textproc/ack/Makefile @@ -13,10 +13,10 @@ COMMENT= Grep-like text finder for large trees of text LICENSE= ART20 -BUILD_DEPENDS= p5-File-Next>=0.40:${PORTSDIR}/sysutils/p5-File-Next +BUILD_DEPENDS= p5-File-Next>=0.40:sysutils/p5-File-Next RUN_DEPENDS:= ${BUILD_DEPENDS} -TEST_DEPENDS= bash:${PORTSDIR}/shells/bash \ - p5-IO-Tty>=0:${PORTSDIR}/devel/p5-IO-Tty +TEST_DEPENDS= bash:shells/bash \ + p5-IO-Tty>=0:devel/p5-IO-Tty CONFLICTS_INSTALL= ja-ack-[0-9]* diff --git a/textproc/adabrowse/Makefile b/textproc/adabrowse/Makefile index 304b6acfff7a..f82bda7c2686 100644 --- a/textproc/adabrowse/Makefile +++ b/textproc/adabrowse/Makefile @@ -13,7 +13,7 @@ COMMENT= HTML generator for Ada 95 library unit specifications LICENSE= GPLv2 -BUILD_DEPENDS= asis>=2011:${PORTSDIR}/lang/asis +BUILD_DEPENDS= asis>=2011:lang/asis USES= ada WRKSRC= ${WRKDIR}/${PORTNAME}_${PORTVERSION} diff --git a/textproc/aiksaurus-gtk/Makefile b/textproc/aiksaurus-gtk/Makefile index 269971b05001..f6a78f14c3b8 100644 --- a/textproc/aiksaurus-gtk/Makefile +++ b/textproc/aiksaurus-gtk/Makefile @@ -6,7 +6,7 @@ PKGNAMESUFFIX= -gtk COMMENT= GTK+2 front-end for Aiksaurus, a thesaurus -LIB_DEPENDS= libAiksaurus.so:${PORTSDIR}/textproc/aiksaurus +LIB_DEPENDS= libAiksaurus.so:textproc/aiksaurus MASTERDIR= ${.CURDIR}/../aiksaurus PKGDIR= ${.CURDIR} diff --git a/textproc/amberfish/Makefile b/textproc/amberfish/Makefile index 332cf7fde952..b33c10a03c7d 100644 --- a/textproc/amberfish/Makefile +++ b/textproc/amberfish/Makefile @@ -11,7 +11,7 @@ MASTER_SITES= SF/${PORTNAME}/Amberfish%20source%20-%20stable/${PORTVERSION} \ MAINTAINER= ports@FreeBSD.org COMMENT= General purpose text retrieval Software -LIB_DEPENDS= libxerces-c.so:${PORTSDIR}/textproc/xerces-c3 +LIB_DEPENDS= libxerces-c.so:textproc/xerces-c3 USES= gmake makeinfo GNU_CONFIGURE= yes diff --git a/textproc/ant-xinclude-task/Makefile b/textproc/ant-xinclude-task/Makefile index a88ecfa45c79..98a228682c98 100644 --- a/textproc/ant-xinclude-task/Makefile +++ b/textproc/ant-xinclude-task/Makefile @@ -11,7 +11,7 @@ PKGNAMEPREFIX= ant- MAINTAINER= ports@FreeBSD.org COMMENT= XInclude task for Jakarta Ant -BUILD_DEPENDS= ${JAVAJARDIR}/xincluder.jar:${PORTSDIR}/textproc/xincluder +BUILD_DEPENDS= ${JAVAJARDIR}/xincluder.jar:textproc/xincluder USE_JAVA= yes JAVA_VERSION= 1.6+ diff --git a/textproc/antiword/Makefile b/textproc/antiword/Makefile index 1d65758941b4..f390fefc673b 100644 --- a/textproc/antiword/Makefile +++ b/textproc/antiword/Makefile @@ -13,8 +13,8 @@ COMMENT= Application for displaying Microsoft(R) Word documents LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/Docs/COPYING -BUILD_DEPENDS= ${LOCALBASE}/share/ghostscript/fonts/n022003l.afm:${PORTSDIR}/print/gsfonts -RUN_DEPENDS= ${LOCALBASE}/share/ghostscript/fonts/n022003l.afm:${PORTSDIR}/print/gsfonts +BUILD_DEPENDS= ${LOCALBASE}/share/ghostscript/fonts/n022003l.afm:print/gsfonts +RUN_DEPENDS= ${LOCALBASE}/share/ghostscript/fonts/n022003l.afm:print/gsfonts USES= cpe gmake shebangfix perl5 CPE_VENDOR= antiword_project diff --git a/textproc/apertium/Makefile b/textproc/apertium/Makefile index 9521dc82ea01..9619514b4a14 100644 --- a/textproc/apertium/Makefile +++ b/textproc/apertium/Makefile @@ -12,10 +12,10 @@ COMMENT= Toolbox to build shallow-transfer machine translation systems LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING -BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash -LIB_DEPENDS= liblttoolbox3.so:${PORTSDIR}/textproc/lttoolbox \ - libpcre.so:${PORTSDIR}/devel/pcre -RUN_DEPENDS= bash:${PORTSDIR}/shells/bash +BUILD_DEPENDS= bash:shells/bash +LIB_DEPENDS= liblttoolbox3.so:textproc/lttoolbox \ + libpcre.so:devel/pcre +RUN_DEPENDS= bash:shells/bash USES= autoreconf pathfix pkgconfig libtool USE_GNOME= libxml2 libxslt diff --git a/textproc/archmage/Makefile b/textproc/archmage/Makefile index 3acd2872cfb9..6f7e95fbbfba 100644 --- a/textproc/archmage/Makefile +++ b/textproc/archmage/Makefile @@ -14,8 +14,8 @@ COMMENT= Extensible reader/decompiler of files in CHM format LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -RUN_DEPENDS= ${PYTHON_SITELIBDIR}/chm/chm.py:${PORTSDIR}/textproc/pychm \ - ${PYTHON_SITELIBDIR}/BeautifulSoup.py:${PORTSDIR}/www/py-beautifulsoup32 +RUN_DEPENDS= ${PYTHON_SITELIBDIR}/chm/chm.py:textproc/pychm \ + ${PYTHON_SITELIBDIR}/BeautifulSoup.py:www/py-beautifulsoup32 NO_BUILD= yes USES= cpe python:2 tar:bzip2 diff --git a/textproc/artha/Makefile b/textproc/artha/Makefile index 59c9949ae1aa..253ab14d7497 100644 --- a/textproc/artha/Makefile +++ b/textproc/artha/Makefile @@ -12,8 +12,8 @@ COMMENT= Free cross-platform English thesaurus LICENSE= GPLv2 -LIB_DEPENDS= libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib \ - libWN.so:${PORTSDIR}/textproc/wordnet +LIB_DEPENDS= libdbus-glib-1.so:devel/dbus-glib \ + libWN.so:textproc/wordnet GNU_CONFIGURE= yes USE_GNOME= gtk20 intltool @@ -28,6 +28,6 @@ LIBS+= `pkg-config --libs gio-2.0` OPTIONS_DEFINE= NOTIFY NOTIFY_DESC= Popup word definition as notification -NOTIFY_LIB_DEPENDS= libnotify.so:${PORTSDIR}/devel/libnotify +NOTIFY_LIB_DEPENDS= libnotify.so:devel/libnotify .include <bsd.port.mk> diff --git a/textproc/asciidoc/Makefile b/textproc/asciidoc/Makefile index 72f664ce9b0a..29e732ba4102 100644 --- a/textproc/asciidoc/Makefile +++ b/textproc/asciidoc/Makefile @@ -14,7 +14,7 @@ LICENSE= GPLv2 MIT LICENSE_COMB= multi LICENSE_FILE_GPLv2= ${WRKSRC}/COPYING -RUN_DEPENDS= docbook-xsl>=0:${PORTSDIR}/textproc/docbook-xsl +RUN_DEPENDS= docbook-xsl>=0:textproc/docbook-xsl NO_ARCH= yes GNU_CONFIGURE= yes diff --git a/textproc/asciinema/Makefile b/textproc/asciinema/Makefile index 95e428cb0a0e..be7359936d11 100644 --- a/textproc/asciinema/Makefile +++ b/textproc/asciinema/Makefile @@ -8,7 +8,7 @@ CATEGORIES= textproc MAINTAINER= swills@FreeBSD.org COMMENT= Terminal session recorder -BUILD_DEPENDS= ${LOCALBASE}/bin/go:${PORTSDIR}/lang/go +BUILD_DEPENDS= ${LOCALBASE}/bin/go:lang/go USE_GITHUB= yes diff --git a/textproc/asm-xml/Makefile b/textproc/asm-xml/Makefile index 7fbfa222dfbe..0b6a90b69817 100644 --- a/textproc/asm-xml/Makefile +++ b/textproc/asm-xml/Makefile @@ -9,7 +9,7 @@ MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= Very fast XML parser and decoder written in pure assembler -BUILD_DEPENDS= fasm:${PORTSDIR}/lang/fasm +BUILD_DEPENDS= fasm:lang/fasm ONLY_FOR_ARCHS= i386 amd64 USES= dos2unix uidfix diff --git a/textproc/aspell-ispell/Makefile b/textproc/aspell-ispell/Makefile index b6a4e1ad374e..795ea556fc71 100644 --- a/textproc/aspell-ispell/Makefile +++ b/textproc/aspell-ispell/Makefile @@ -13,7 +13,7 @@ LICENSE= LGPL21 CONFLICTS+= ispell* ??-ispell* -RUN_DEPENDS= aspell:${PORTSDIR}/textproc/aspell +RUN_DEPENDS= aspell:textproc/aspell NO_BUILD= yes PLIST_FILES= bin/ispell \ diff --git a/textproc/aspell/Makefile.inc b/textproc/aspell/Makefile.inc index 2bd9e70966aa..ba10e608d233 100644 --- a/textproc/aspell/Makefile.inc +++ b/textproc/aspell/Makefile.inc @@ -5,7 +5,7 @@ MASTER_SITES?= GNU/aspell/dict/${DICT} DISTNAME?= aspell${DISTVERSION} PORTVERSION?= ${DISTVERSION:tl:C/cvs/0_/:C/pt_../p/:C/[0-9]?-?[a-z]+-//g:C/([0-9])([a-z])/\1.\2/g:C/:(.)/\1/g:C/[^a-z0-9+]+/./g} -LIB_DEPENDS= libaspell.so:${PORTSDIR}/textproc/aspell +LIB_DEPENDS= libaspell.so:textproc/aspell USES+= gmake tar:bzip2 HAS_CONFIGURE= yes diff --git a/textproc/augeas/Makefile b/textproc/augeas/Makefile index 30f63bc5623a..e00eafdd9f03 100644 --- a/textproc/augeas/Makefile +++ b/textproc/augeas/Makefile @@ -11,8 +11,8 @@ COMMENT= Configuration editing tool LICENSE= LGPL21 -TEST_DEPENDS= bash:${PORTSDIR}/shells/bash \ - gsed:${PORTSDIR}/textproc/gsed +TEST_DEPENDS= bash:shells/bash \ + gsed:textproc/gsed GNU_CONFIGURE= yes USES= autoreconf cpe gmake libtool pkgconfig readline diff --git a/textproc/bibtex2html/Makefile b/textproc/bibtex2html/Makefile index 0a48a0404c91..53413e6a712e 100644 --- a/textproc/bibtex2html/Makefile +++ b/textproc/bibtex2html/Makefile @@ -10,7 +10,7 @@ MASTER_SITES= http://www.lri.fr/~filliatr/ftp/bibtex2html/ MAINTAINER= gerald@FreeBSD.org COMMENT= Tools for searching BibTeX and translating from BibTeX to HTML -BUILD_DEPENDS= ocaml:${PORTSDIR}/lang/ocaml +BUILD_DEPENDS= ocaml:lang/ocaml USES= perl5 GNU_CONFIGURE= yes @@ -20,7 +20,7 @@ PDFDOCS_DESC= ${DOCS_DESC} PDFDOCS_CONFIGURE_ENABLE= doc PDFDOCS_USE= TEX=latex:build -PDFDOCS_BUILD_DEPENDS= hevea:${PORTSDIR}/textproc/hevea +PDFDOCS_BUILD_DEPENDS= hevea:textproc/hevea PDFDOCS_INSTALL_TARGET= install install-doc PLIST_FILES= bin/aux2bib bin/bib2bib bin/bibtex2html \ diff --git a/textproc/cbedic/Makefile b/textproc/cbedic/Makefile index 61b9d96203f9..af7512cdb849 100644 --- a/textproc/cbedic/Makefile +++ b/textproc/cbedic/Makefile @@ -14,7 +14,7 @@ BROKEN= unfetchable LICENSE= GPLv2 -RUN_DEPENDS= ${DICT_DIR}/${DICT_CHECK}:${PORTSDIR}/textproc/bedic-data +RUN_DEPENDS= ${DICT_DIR}/${DICT_CHECK}:textproc/bedic-data DICT_CHECK?= buleng.dat DICT_DIR?= ${LOCALBASE}/share diff --git a/textproc/cgrep/Makefile b/textproc/cgrep/Makefile index f3685f520cb0..18319a52e802 100644 --- a/textproc/cgrep/Makefile +++ b/textproc/cgrep/Makefile @@ -11,16 +11,16 @@ COMMENT= Context-aware grep for source codes LICENSE= GPLv2 -BUILD_DEPENDS= ghc:${PORTSDIR}/lang/ghc \ - hs-ansi-terminal>=0.5:${PORTSDIR}/devel/hs-ansi-terminal \ - hs-cmdargs>=0.10:${PORTSDIR}/devel/hs-cmdargs \ - hs-dlist>=0.3:${PORTSDIR}/devel/hs-dlist \ - hs-regex-posix>=0.90:${PORTSDIR}/textproc/hs-regex-posix \ - hs-safe>=0.3:${PORTSDIR}/devel/hs-safe \ - hs-split>=0.2:${PORTSDIR}/devel/hs-split \ - hs-stm>=2.1:${PORTSDIR}/devel/hs-stm \ - hs-stringsearch>=0.3:${PORTSDIR}/textproc/hs-stringsearch \ - hs-unordered-containers>=0.1:${PORTSDIR}/devel/hs-unordered-containers +BUILD_DEPENDS= ghc:lang/ghc \ + hs-ansi-terminal>=0.5:devel/hs-ansi-terminal \ + hs-cmdargs>=0.10:devel/hs-cmdargs \ + hs-dlist>=0.3:devel/hs-dlist \ + hs-regex-posix>=0.90:textproc/hs-regex-posix \ + hs-safe>=0.3:devel/hs-safe \ + hs-split>=0.2:devel/hs-split \ + hs-stm>=2.1:devel/hs-stm \ + hs-stringsearch>=0.3:textproc/hs-stringsearch \ + hs-unordered-containers>=0.1:devel/hs-unordered-containers USE_GITHUB= yes GH_ACCOUNT= awgn diff --git a/textproc/chm2pdf/Makefile b/textproc/chm2pdf/Makefile index ef0887dfec60..93a0dc644745 100644 --- a/textproc/chm2pdf/Makefile +++ b/textproc/chm2pdf/Makefile @@ -12,8 +12,8 @@ COMMENT= Python script that converts CHM files into PDF files LICENSE= GPLv2 -RUN_DEPENDS= htmldoc:${PORTSDIR}/textproc/htmldoc \ - ${PYTHON_SITELIBDIR}/chm/chm.py:${PORTSDIR}/textproc/pychm +RUN_DEPENDS= htmldoc:textproc/htmldoc \ + ${PYTHON_SITELIBDIR}/chm/chm.py:textproc/pychm USES= python USE_PYTHON= distutils diff --git a/textproc/chpp/Makefile b/textproc/chpp/Makefile index b46bc99f90f7..b3a7b8a802fd 100644 --- a/textproc/chpp/Makefile +++ b/textproc/chpp/Makefile @@ -14,7 +14,7 @@ COMMENT= Non-intrusive full-featured text preprocessor LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING -LIB_DEPENDS= libgc.so:${PORTSDIR}/devel/boehm-gc +LIB_DEPENDS= libgc.so:devel/boehm-gc USES= autoreconf gmake makeinfo GNU_CONFIGURE= yes diff --git a/textproc/cl-meta-sbcl/Makefile b/textproc/cl-meta-sbcl/Makefile index f0ecdb65581e..bbc0e826373e 100644 --- a/textproc/cl-meta-sbcl/Makefile +++ b/textproc/cl-meta-sbcl/Makefile @@ -12,8 +12,8 @@ DISTFILES= # none MAINTAINER= olgeni@FreeBSD.org COMMENT= Parser generator for Common Lisp -BUILD_DEPENDS= ${LOCALBASE}/${CL_LIBDIR_REL}/meta/meta.asd:${PORTSDIR}/textproc/cl-meta -RUN_DEPENDS= ${LOCALBASE}/${CL_LIBDIR_REL}/meta/meta.asd:${PORTSDIR}/textproc/cl-meta +BUILD_DEPENDS= ${LOCALBASE}/${CL_LIBDIR_REL}/meta/meta.asd:textproc/cl-meta +RUN_DEPENDS= ${LOCALBASE}/${CL_LIBDIR_REL}/meta/meta.asd:textproc/cl-meta USE_ASDF_FASL= yes FASL_TARGET= sbcl diff --git a/textproc/cl-ppcre-sbcl/Makefile b/textproc/cl-ppcre-sbcl/Makefile index a30fe43304cc..03cc8adeed36 100644 --- a/textproc/cl-ppcre-sbcl/Makefile +++ b/textproc/cl-ppcre-sbcl/Makefile @@ -10,8 +10,8 @@ DISTFILES= # none MAINTAINER= olgeni@FreeBSD.org COMMENT= Portable Perl-Compatible Regular Expression for Common Lisp -BUILD_DEPENDS= ${LOCALBASE}/${CL_LIBDIR_REL}/cl-ppcre/cl-ppcre.asd:${PORTSDIR}/textproc/cl-ppcre -RUN_DEPENDS= ${LOCALBASE}/${CL_LIBDIR_REL}/cl-ppcre/cl-ppcre.asd:${PORTSDIR}/textproc/cl-ppcre +BUILD_DEPENDS= ${LOCALBASE}/${CL_LIBDIR_REL}/cl-ppcre/cl-ppcre.asd:textproc/cl-ppcre +RUN_DEPENDS= ${LOCALBASE}/${CL_LIBDIR_REL}/cl-ppcre/cl-ppcre.asd:textproc/cl-ppcre USE_ASDF_FASL= yes FASL_TARGET= sbcl diff --git a/textproc/clucene/Makefile b/textproc/clucene/Makefile index 2a6635259b32..c809d70cd49b 100644 --- a/textproc/clucene/Makefile +++ b/textproc/clucene/Makefile @@ -14,7 +14,7 @@ COMMENT= CLucene is a C++ port of Lucene LICENSE= APACHE20 LGPL21 LICENSE_COMB= dual -BUILD_DEPENDS= ${LOCALBASE}/lib/libboost_regex.a:${PORTSDIR}/devel/boost-libs +BUILD_DEPENDS= ${LOCALBASE}/lib/libboost_regex.a:devel/boost-libs USES= cmake ninja USE_LDCONFIG= yes diff --git a/textproc/coccigrep/Makefile b/textproc/coccigrep/Makefile index 5807aeba9427..86e1e441f2a3 100644 --- a/textproc/coccigrep/Makefile +++ b/textproc/coccigrep/Makefile @@ -11,7 +11,7 @@ COMMENT= Semantic grep for the C language LICENSE= GPLv3 -RUN_DEPENDS= spatch:${PORTSDIR}/devel/coccinelle +RUN_DEPENDS= spatch:devel/coccinelle USE_GITHUB= yes GH_ACCOUNT= regit diff --git a/textproc/confetti/Makefile b/textproc/confetti/Makefile index 1ee241d7665f..366eade28bc6 100644 --- a/textproc/confetti/Makefile +++ b/textproc/confetti/Makefile @@ -9,7 +9,7 @@ MASTER_SITES= LOCAL/vg MAINTAINER= vg@FreeBSD.org COMMENT= Configuration file parser generator -BUILD_DEPENDS= ${LOCALBASE}/bin/flex:${PORTSDIR}/textproc/flex +BUILD_DEPENDS= ${LOCALBASE}/bin/flex:textproc/flex USES= bison perl5 gmake tar:bzip2 DATE= 20120801 diff --git a/textproc/confget/Makefile b/textproc/confget/Makefile index 8e7f4b0b8278..ef2c3e786e85 100644 --- a/textproc/confget/Makefile +++ b/textproc/confget/Makefile @@ -23,7 +23,7 @@ PLIST_FILES= bin/confget \ man/man1/confget.1.gz PORTEXAMPLES= t1.ini t2.ini -PCRE_LIB_DEPENDS= libpcre.so:${PORTSDIR}/devel/pcre +PCRE_LIB_DEPENDS= libpcre.so:devel/pcre PCRE_MAKE_ENV_OFF= PCRE_CFLAGS="" PCRE_LIBS="" do-install: diff --git a/textproc/consul-template/Makefile b/textproc/consul-template/Makefile index f291b3b6a532..edf65ea43cd8 100644 --- a/textproc/consul-template/Makefile +++ b/textproc/consul-template/Makefile @@ -9,7 +9,7 @@ CATEGORIES= textproc MAINTAINER= swills@FreeBSD.org COMMENT= Generic template rendering and notifications with Consul -BUILD_DEPENDS= ${LOCALBASE}/bin/go:${PORTSDIR}/lang/go +BUILD_DEPENDS= ${LOCALBASE}/bin/go:lang/go USE_GITHUB= yes GH_ACCOUNT= hashicorp:DEFAULT,consul,go_multierror,go_syslog,hcl,logutils \ diff --git a/textproc/csv2latex/Makefile b/textproc/csv2latex/Makefile index fd14df3d398d..22538eff1f75 100644 --- a/textproc/csv2latex/Makefile +++ b/textproc/csv2latex/Makefile @@ -13,7 +13,7 @@ COMMENT= Converts a well formed csv file to a LaTeX document LICENSE= GPLv2 -BUILD_DEPENDS= docbook-to-man:${PORTSDIR}/textproc/docbook-to-man +BUILD_DEPENDS= docbook-to-man:textproc/docbook-to-man WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} PLIST_FILES= bin/csv2latex man/man1/${PORTNAME}.1.gz diff --git a/textproc/ctpp2/Makefile b/textproc/ctpp2/Makefile index a6d172cf377d..b79a835198ea 100644 --- a/textproc/ctpp2/Makefile +++ b/textproc/ctpp2/Makefile @@ -28,7 +28,7 @@ OPTIONS_SUB= yes DEBUG_CMAKE_ON= -DDEBUG_MODE=ON DEBUG_CMAKE_OFF= -DDEBUG_MODE=OFF -DOCS_BUILD_DEPENDS= rst2html:${PORTSDIR}/textproc/py-docutils +DOCS_BUILD_DEPENDS= rst2html:textproc/py-docutils DOCS_CMAKE_ON= -DENABLE_DOCS=ON DOCS_CMAKE_OFF= -DENABLE_DOCS=OFF MD5_CMAKE_ON= -DMD5_SUPPORT=ON diff --git a/textproc/db2latex/Makefile b/textproc/db2latex/Makefile index 1f2605532525..2f302efe8d72 100644 --- a/textproc/db2latex/Makefile +++ b/textproc/db2latex/Makefile @@ -14,9 +14,9 @@ COMMENT= DocBook to LaTeX XSL stylesheets LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -RUN_DEPENDS= xsltproc:${PORTSDIR}/textproc/libxslt \ - docbook-xml>0:${PORTSDIR}/textproc/docbook-xml \ - ${LOCALBASE}/share/xsl/docbook/VERSION:${PORTSDIR}/textproc/docbook-xsl +RUN_DEPENDS= xsltproc:textproc/libxslt \ + docbook-xml>0:textproc/docbook-xml \ + ${LOCALBASE}/share/xsl/docbook/VERSION:textproc/docbook-xsl NO_BUILD= yes diff --git a/textproc/dbacl/Makefile b/textproc/dbacl/Makefile index d6f2206516b4..aa26f433bc55 100644 --- a/textproc/dbacl/Makefile +++ b/textproc/dbacl/Makefile @@ -9,7 +9,7 @@ MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= Digramic Bayesian classifier -RUN_DEPENDS= bash:${PORTSDIR}/shells/bash +RUN_DEPENDS= bash:shells/bash GNU_CONFIGURE= yes diff --git a/textproc/dblatex/Makefile b/textproc/dblatex/Makefile index 06c0084750a9..ac658a03a718 100644 --- a/textproc/dblatex/Makefile +++ b/textproc/dblatex/Makefile @@ -10,9 +10,9 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= DocBook to LaTeX/ConTeXt Publishing -BUILD_DEPENDS= ${LOCALBASE}/share/texmf-dist/tex/generic/ifxetex/ifxetex.sty:${PORTSDIR}/print/texlive-texmf -RUN_DEPENDS= xsltproc:${PORTSDIR}/textproc/libxslt \ - docbook-xml>0:${PORTSDIR}/textproc/docbook-xml +BUILD_DEPENDS= ${LOCALBASE}/share/texmf-dist/tex/generic/ifxetex/ifxetex.sty:print/texlive-texmf +RUN_DEPENDS= xsltproc:textproc/libxslt \ + docbook-xml>0:textproc/docbook-xml USES= tar:bzip2 python:2 USE_PYTHON= distutils autoplist diff --git a/textproc/denature/Makefile b/textproc/denature/Makefile index 28f1d062067b..8faa0a1a84dd 100644 --- a/textproc/denature/Makefile +++ b/textproc/denature/Makefile @@ -12,11 +12,11 @@ COMMENT= HTML to PDF converter LICENSE= GPLv2 -RUN_DEPENDS= p5-HTML-Parser>=0:${PORTSDIR}/www/p5-HTML-Parser \ - p5-HTML-Tagset>=0:${PORTSDIR}/www/p5-HTML-Tagset \ - p5-HTML-Tree>=0:${PORTSDIR}/www/p5-HTML-Tree \ - p5-CSS-Tiny>=0:${PORTSDIR}/textproc/p5-CSS-Tiny \ - fop:${PORTSDIR}/textproc/fop +RUN_DEPENDS= p5-HTML-Parser>=0:www/p5-HTML-Parser \ + p5-HTML-Tagset>=0:www/p5-HTML-Tagset \ + p5-HTML-Tree>=0:www/p5-HTML-Tree \ + p5-CSS-Tiny>=0:textproc/p5-CSS-Tiny \ + fop:textproc/fop USES= perl5 USE_JAVA= yes diff --git a/textproc/dict/Makefile b/textproc/dict/Makefile index fceac3e04c7f..dff30cf721ef 100644 --- a/textproc/dict/Makefile +++ b/textproc/dict/Makefile @@ -13,7 +13,7 @@ COMMENT= Dictionary Server Protocol (RFC2229) client LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -LIB_DEPENDS= libmaa.so:${PORTSDIR}/devel/libmaa +LIB_DEPENDS= libmaa.so:devel/libmaa ALL_TARGET= dict GNU_CONFIGURE= yes diff --git a/textproc/dictem/Makefile b/textproc/dictem/Makefile index 65d7cbb99132..76723ce6f829 100644 --- a/textproc/dictem/Makefile +++ b/textproc/dictem/Makefile @@ -13,7 +13,7 @@ COMMENT= DictEm is a dict client for [X]Emacs LICENSE= GPLv2 -RUN_DEPENDS= ${LOCALBASE}/bin/dict:${PORTSDIR}/textproc/dict +RUN_DEPENDS= ${LOCALBASE}/bin/dict:textproc/dict USE_EMACS= yes diff --git a/textproc/dictfmt/Makefile b/textproc/dictfmt/Makefile index 876e7d1993a5..aa3ade67a0a7 100644 --- a/textproc/dictfmt/Makefile +++ b/textproc/dictfmt/Makefile @@ -13,7 +13,7 @@ COMMENT= Formats a DICT protocol dictionary database LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -LIB_DEPENDS= libmaa.so:${PORTSDIR}/devel/libmaa +LIB_DEPENDS= libmaa.so:devel/libmaa ALL_TARGET= dictfmt GNU_CONFIGURE= yes diff --git a/textproc/diffutils/Makefile b/textproc/diffutils/Makefile index 0eead88bbfcc..0b75c09e11d1 100644 --- a/textproc/diffutils/Makefile +++ b/textproc/diffutils/Makefile @@ -9,7 +9,7 @@ MASTER_SITES= GNU MAINTAINER= johans@FreeBSD.org COMMENT= The GNU diff utilities -LIB_DEPENDS= libsigsegv.so:${PORTSDIR}/devel/libsigsegv +LIB_DEPENDS= libsigsegv.so:devel/libsigsegv USES= charsetfix tar:xz GNU_CONFIGURE= yes diff --git a/textproc/docbook-sgml/Makefile b/textproc/docbook-sgml/Makefile index 35c0f3fabc6f..aa30728f7df8 100644 --- a/textproc/docbook-sgml/Makefile +++ b/textproc/docbook-sgml/Makefile @@ -11,8 +11,8 @@ DISTFILES= ${DBFILES:C,.*:(.*),\1.zip:\1,:C,:docbook-([0-9]+).([0-9]+),:db\1\2,} MAINTAINER= doceng@FreeBSD.org COMMENT= DocBook SGML DTD -RUN_DEPENDS= ${LOCALBASE}/${ISOCAT}:${PORTSDIR}/textproc/iso8879 \ - ${LOCALBASE}/${XMLCATMGR}:${PORTSDIR}/textproc/xmlcatmgr +RUN_DEPENDS= ${LOCALBASE}/${ISOCAT}:textproc/iso8879 \ + ${LOCALBASE}/${XMLCATMGR}:textproc/xmlcatmgr NO_BUILD= yes diff --git a/textproc/docbook-to-man/Makefile b/textproc/docbook-to-man/Makefile index d672d3c50450..2a32fc517ed5 100644 --- a/textproc/docbook-to-man/Makefile +++ b/textproc/docbook-to-man/Makefile @@ -11,7 +11,7 @@ DISTNAME= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= DocBook SGML DTD into nroff/troff -man macros converter -RUN_DEPENDS= docbook>0:${PORTSDIR}/textproc/docbook +RUN_DEPENDS= docbook>0:textproc/docbook USES= imake XFREE86_HTML_MAN= no @@ -26,10 +26,10 @@ OPENJADE_DESC= Use OpenJade SGML/XML/DSSSL toolkit instead of Jade .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MOPENJADE} -RUN_DEPENDS+= onsgmls:${PORTSDIR}/textproc/openjade +RUN_DEPENDS+= onsgmls:textproc/openjade NSGMLS= onsgmls .else -RUN_DEPENDS+= nsgmls:${PORTSDIR}/textproc/jade +RUN_DEPENDS+= nsgmls:textproc/jade NSGMLS= nsgmls .endif diff --git a/textproc/docbook-utils/Makefile b/textproc/docbook-utils/Makefile index dceb1d8abf48..8f3cd0d9e00d 100644 --- a/textproc/docbook-utils/Makefile +++ b/textproc/docbook-utils/Makefile @@ -10,13 +10,13 @@ MASTER_SITES= SOURCEWARE/docbook-tools/new-trials/SOURCES MAINTAINER= gabor@FreeBSD.org COMMENT= Generates various output formats from DocBook SGML documents -BUILD_DEPENDS+= docbook-sgml>0:${PORTSDIR}/textproc/docbook-sgml \ - dsssl-docbook-modular>0:${PORTSDIR}/textproc/dsssl-docbook-modular \ - nsgmls:${PORTSDIR}/textproc/jade -RUN_DEPENDS+= dsssl-docbook-modular>0:${PORTSDIR}/textproc/dsssl-docbook-modular \ - nsgmls:${PORTSDIR}/textproc/jade \ - sgmlspl:${PORTSDIR}/textproc/p5-SGMLSpm \ - lynx:${PORTSDIR}/www/lynx +BUILD_DEPENDS+= docbook-sgml>0:textproc/docbook-sgml \ + dsssl-docbook-modular>0:textproc/dsssl-docbook-modular \ + nsgmls:textproc/jade +RUN_DEPENDS+= dsssl-docbook-modular>0:textproc/dsssl-docbook-modular \ + nsgmls:textproc/jade \ + sgmlspl:textproc/p5-SGMLSpm \ + lynx:www/lynx CONFLICTS= docbook2X-* diff --git a/textproc/docbook-xml/Makefile b/textproc/docbook-xml/Makefile index 367a80f5caca..fe5272601b73 100644 --- a/textproc/docbook-xml/Makefile +++ b/textproc/docbook-xml/Makefile @@ -11,10 +11,10 @@ DISTFILES= ${DBFILES:C,.*:(.*),\1.zip:\1,:C,:docbook-xml-([0-9]+).([0-9]+).?([0- MAINTAINER= doceng@FreeBSD.org COMMENT= DocBook XML DTD -BUILD_DEPENDS= ${LOCALBASE}/share/xml/xmlcharent/catalog.xml:${PORTSDIR}/textproc/xmlcharent \ - ${XMLCATMGR_CMD}:${PORTSDIR}/textproc/xmlcatmgr -RUN_DEPENDS= ${LOCALBASE}/share/xml/xmlcharent/catalog.xml:${PORTSDIR}/textproc/xmlcharent \ - ${XMLCATMGR_CMD}:${PORTSDIR}/textproc/xmlcatmgr +BUILD_DEPENDS= ${LOCALBASE}/share/xml/xmlcharent/catalog.xml:textproc/xmlcharent \ + ${XMLCATMGR_CMD}:textproc/xmlcatmgr +RUN_DEPENDS= ${LOCALBASE}/share/xml/xmlcharent/catalog.xml:textproc/xmlcharent \ + ${XMLCATMGR_CMD}:textproc/xmlcatmgr NO_BUILD= yes diff --git a/textproc/docbook-xsl-ns/Makefile b/textproc/docbook-xsl-ns/Makefile index f05a84d66604..8d1b44e9e727 100644 --- a/textproc/docbook-xsl-ns/Makefile +++ b/textproc/docbook-xsl-ns/Makefile @@ -14,9 +14,9 @@ COMMENT= Namespace-aware DocBook XSLT stylesheets LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING -BUILD_DEPENDS= xmlcatmgr:${PORTSDIR}/textproc/xmlcatmgr -RUN_DEPENDS= docbook>=0:${PORTSDIR}/textproc/docbook \ - xmlcatmgr:${PORTSDIR}/textproc/xmlcatmgr +BUILD_DEPENDS= xmlcatmgr:textproc/xmlcatmgr +RUN_DEPENDS= docbook>=0:textproc/docbook \ + xmlcatmgr:textproc/xmlcatmgr USES= tar:bzip2 NO_BUILD= yes diff --git a/textproc/docbook-xsl/Makefile b/textproc/docbook-xsl/Makefile index b1553d044f92..65d87ee2b53a 100644 --- a/textproc/docbook-xsl/Makefile +++ b/textproc/docbook-xsl/Makefile @@ -11,9 +11,9 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:src MAINTAINER= gabor@FreeBSD.org COMMENT= XSL DocBook stylesheets -BUILD_DEPENDS= xmlcatmgr:${PORTSDIR}/textproc/xmlcatmgr -RUN_DEPENDS= docbook>=0:${PORTSDIR}/textproc/docbook \ - xmlcatmgr:${PORTSDIR}/textproc/xmlcatmgr +BUILD_DEPENDS= xmlcatmgr:textproc/xmlcatmgr +RUN_DEPENDS= docbook>=0:textproc/docbook \ + xmlcatmgr:textproc/xmlcatmgr USES= tar:bzip2 NO_BUILD= yes diff --git a/textproc/docbook/Makefile b/textproc/docbook/Makefile index 9370bcf80bf1..3157c41fb8bb 100644 --- a/textproc/docbook/Makefile +++ b/textproc/docbook/Makefile @@ -8,9 +8,9 @@ CATEGORIES= textproc MAINTAINER= doceng@FreeBSD.org COMMENT= Meta-port for the different versions of the DocBook DTD -RUN_DEPENDS= ${LOCALBASE}/share/sgml/docbook/catalog:${PORTSDIR}/textproc/docbook-sgml \ - ${LOCALBASE}/share/xml/docbook/catalog.xml:${PORTSDIR}/textproc/docbook-xml \ - sdocbook-xml>0:${PORTSDIR}/textproc/sdocbook-xml +RUN_DEPENDS= ${LOCALBASE}/share/sgml/docbook/catalog:textproc/docbook-sgml \ + ${LOCALBASE}/share/xml/docbook/catalog.xml:textproc/docbook-xml \ + sdocbook-xml>0:textproc/sdocbook-xml USES= metaport diff --git a/textproc/docbook2X/Makefile b/textproc/docbook2X/Makefile index e03a05e0d2e9..ebcd9671f279 100644 --- a/textproc/docbook2X/Makefile +++ b/textproc/docbook2X/Makefile @@ -13,13 +13,13 @@ COMMENT= Convert DocBook documents into UNIX man page and GNU Texinfo formats LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING -BUILD_DEPENDS= OpenSP>=0:${PORTSDIR}/textproc/opensp \ - dsssl-docbook-modular>=0:${PORTSDIR}/textproc/dsssl-docbook-modular \ - p5-XML-NamespaceSupport>=0:${PORTSDIR}/textproc/p5-XML-NamespaceSupport \ - p5-XML-Parser>=0:${PORTSDIR}/textproc/p5-XML-Parser \ - p5-XML-SAX>=0:${PORTSDIR}/textproc/p5-XML-SAX \ - p5-XML-SAX-Expat>=0:${PORTSDIR}/textproc/p5-XML-SAX-Expat \ - sdocbook-xml>=0:${PORTSDIR}/textproc/sdocbook-xml +BUILD_DEPENDS= OpenSP>=0:textproc/opensp \ + dsssl-docbook-modular>=0:textproc/dsssl-docbook-modular \ + p5-XML-NamespaceSupport>=0:textproc/p5-XML-NamespaceSupport \ + p5-XML-Parser>=0:textproc/p5-XML-Parser \ + p5-XML-SAX>=0:textproc/p5-XML-SAX \ + p5-XML-SAX-Expat>=0:textproc/p5-XML-SAX-Expat \ + sdocbook-xml>=0:textproc/sdocbook-xml RUN_DEPENDS:= ${BUILD_DEPENDS} CONFLICTS_INSTALL= docbook-utils-* diff --git a/textproc/docbook2mdoc/Makefile b/textproc/docbook2mdoc/Makefile index ba302096ab14..57aa2f875a09 100644 --- a/textproc/docbook2mdoc/Makefile +++ b/textproc/docbook2mdoc/Makefile @@ -10,7 +10,7 @@ COMMENT= Convert DocBook refentry to mdoc LICENSE= ISCL -LIB_DEPENDS= libexpat.so:${PORTSDIR}/textproc/expat2 +LIB_DEPENDS= libexpat.so:textproc/expat2 PLIST_FILES= bin/docbook2mdoc \ man/man1/docbook2mdoc.1.gz diff --git a/textproc/docbook2odf/Makefile b/textproc/docbook2odf/Makefile index 89bf7a03b5cb..68c31c2eb78a 100644 --- a/textproc/docbook2odf/Makefile +++ b/textproc/docbook2odf/Makefile @@ -11,11 +11,11 @@ COMMENT= Convert docbook document to Oasis Open Document LICENSE= GPLv2 -LIB_DEPENDS= libsablot.so:${PORTSDIR}/textproc/sablotron \ - libxslt.so:${PORTSDIR}/textproc/libxslt -RUN_DEPENDS= convert:${PORTSDIR}/graphics/ImageMagick \ - zip:${PORTSDIR}/archivers/zip \ - p5-Archive-Zip>=0:${PORTSDIR}/archivers/p5-Archive-Zip +LIB_DEPENDS= libsablot.so:textproc/sablotron \ + libxslt.so:textproc/libxslt +RUN_DEPENDS= convert:graphics/ImageMagick \ + zip:archivers/zip \ + p5-Archive-Zip>=0:archivers/p5-Archive-Zip USES= desktop-file-utils perl5 shebangfix SHEBANG_FILES= utils/maketests utils/${PORTNAME} diff --git a/textproc/doclifter/Makefile b/textproc/doclifter/Makefile index 7298b5acc8c7..4881f6780030 100644 --- a/textproc/doclifter/Makefile +++ b/textproc/doclifter/Makefile @@ -10,7 +10,7 @@ MASTER_SITES= http://www.catb.org/~esr/doclifter/ MAINTAINER= araujo@FreeBSD.org COMMENT= Translates documents written in troff macros to DocBook -RUN_DEPENDS+= python2:${PORTSDIR}/lang/python2 +RUN_DEPENDS+= python2:lang/python2 USES= python:2 shebangfix SHEBANG_FILES= manlifter diff --git a/textproc/docproj/Makefile b/textproc/docproj/Makefile index 2bd67b23c338..420e9518399b 100644 --- a/textproc/docproj/Makefile +++ b/textproc/docproj/Makefile @@ -9,19 +9,19 @@ CATEGORIES= textproc MAINTAINER= doceng@FreeBSD.org COMMENT= The "meta-port" for the FreeBSD Documentation Project -RUN_DEPENDS= links:${PORTSDIR}/www/links1 \ - pngtopnm:${PORTSDIR}/graphics/netpbm \ - scr2png:${PORTSDIR}/graphics/scr2png \ - scr2txt:${PORTSDIR}/textproc/scr2txt \ - xsltproc:${PORTSDIR}/textproc/libxslt \ - peps:${PORTSDIR}/graphics/peps \ - ${LOCALBASE}/share/xml/dtd/xhtml/xhtml.soc:${PORTSDIR}/textproc/xhtml \ - docbook-xsl-ns>=1.78.1_4:${PORTSDIR}/textproc/docbook-xsl-ns \ - ${LOCALBASE}/share/xsl/iso-schematron/xslt1/iso_schematron_skeleton_for_xslt1.xsl:${PORTSDIR}/textproc/iso-schematron-xslt \ - docbook>0:${PORTSDIR}/textproc/docbook \ - ${LOCALBASE}/share/xml/xmlcharent/catalog:${PORTSDIR}/textproc/xmlcharent \ - p5-XML-Parser>=2.41:${PORTSDIR}/textproc/p5-XML-Parser \ - zip:${PORTSDIR}/archivers/zip +RUN_DEPENDS= links:www/links1 \ + pngtopnm:graphics/netpbm \ + scr2png:graphics/scr2png \ + scr2txt:textproc/scr2txt \ + xsltproc:textproc/libxslt \ + peps:graphics/peps \ + ${LOCALBASE}/share/xml/dtd/xhtml/xhtml.soc:textproc/xhtml \ + docbook-xsl-ns>=1.78.1_4:textproc/docbook-xsl-ns \ + ${LOCALBASE}/share/xsl/iso-schematron/xslt1/iso_schematron_skeleton_for_xslt1.xsl:textproc/iso-schematron-xslt \ + docbook>0:textproc/docbook \ + ${LOCALBASE}/share/xml/xmlcharent/catalog:textproc/xmlcharent \ + p5-XML-Parser>=2.41:textproc/p5-XML-Parser \ + zip:archivers/zip USES= ghostscript:run metaport perl5 USE_PERL5= run @@ -32,30 +32,30 @@ OPTIONS_DEFAULT= CJK IGOR OPTIONS_DEFAULT+= SVN .endif CJK_DESC= CJK support -CJK_RUN_DEPENDS= html2text:${PORTSDIR}/textproc/html2text +CJK_RUN_DEPENDS= html2text:textproc/html2text SVN_DESC= Subversion support (required to check out sources) -SVN_RUN_DEPENDS= svn:${PORTSDIR}/devel/subversion +SVN_RUN_DEPENDS= svn:devel/subversion IGOR_DESC= Igor automated proofreader for documentation -IGOR_RUN_DEPENDS= igor:${PORTSDIR}/textproc/igor +IGOR_RUN_DEPENDS= igor:textproc/igor FOP_DESC= FOP PDF renderer (requires Java) -FOP_RUN_DEPENDS= fop:${PORTSDIR}/textproc/fop \ +FOP_RUN_DEPENDS= fop:textproc/fop \ ${FONTS} JING_DESC= Jing for advanced RELAX NG validation (optional) -JING_RUN_DEPENDS= jing:${PORTSDIR}/textproc/jing +JING_RUN_DEPENDS= jing:textproc/jing DBLATEX_DESC= dblatex PDF renderer (experimental, requires TeXLive) -DBLATEX_RUN_DEPENDS= dblatex:${PORTSDIR}/textproc/dblatex \ +DBLATEX_RUN_DEPENDS= dblatex:textproc/dblatex \ ${FONTS} DBLATEX_USE= TEX=xetex TRANSLATOR_DESC= Tools for translators -TRANSLATOR_RUN_DEPENDS= itstool:${PORTSDIR}/textproc/itstool +TRANSLATOR_RUN_DEPENDS= itstool:textproc/itstool -FONTS= ${LOCALBASE}/share/fonts/GentiumPlus/GentiumPlus-R.ttf:${PORTSDIR}/x11-fonts/gentium-plus \ - ${LOCALBASE}/share/fonts/Droid/DroidSans.ttf:${PORTSDIR}/x11-fonts/droid-fonts-ttf \ - ${LOCALBASE}/share/fonts/Lohit/Lohit-Bengali.ttf:${PORTSDIR}/x11-fonts/lohit \ - ${LOCALBASE}/share/fonts/dejavu/DejaVuSansMono.ttf:${PORTSDIR}/x11-fonts/dejavu -FONTS_CJK=${LOCALBASE}/share/fonts/TrueType/gkai00mp.ttf:${PORTSDIR}/chinese/arphicttf \ - ${LOCALBASE}/share/fonts/OTF/ipam.otf:${PORTSDIR}/japanese/font-ipa \ - ${LOCALBASE}/share/fonts/nanum-ttf/NanumBarunGothic.ttf:${PORTSDIR}/korean/nanumfonts-ttf +FONTS= ${LOCALBASE}/share/fonts/GentiumPlus/GentiumPlus-R.ttf:x11-fonts/gentium-plus \ + ${LOCALBASE}/share/fonts/Droid/DroidSans.ttf:x11-fonts/droid-fonts-ttf \ + ${LOCALBASE}/share/fonts/Lohit/Lohit-Bengali.ttf:x11-fonts/lohit \ + ${LOCALBASE}/share/fonts/dejavu/DejaVuSansMono.ttf:x11-fonts/dejavu +FONTS_CJK=${LOCALBASE}/share/fonts/TrueType/gkai00mp.ttf:chinese/arphicttf \ + ${LOCALBASE}/share/fonts/OTF/ipam.otf:japanese/font-ipa \ + ${LOCALBASE}/share/fonts/nanum-ttf/NanumBarunGothic.ttf:korean/nanumfonts-ttf .include <bsd.port.options.mk> diff --git a/textproc/domc/Makefile b/textproc/domc/Makefile index 5c524c6b5807..f797869a965e 100644 --- a/textproc/domc/Makefile +++ b/textproc/domc/Makefile @@ -12,8 +12,8 @@ COMMENT= Lightweight implementation of the DOM in ANSI C LICENSE= MIT -LIB_DEPENDS= libexpat.so:${PORTSDIR}/textproc/expat2 \ - libmba.so:${PORTSDIR}/devel/libmba +LIB_DEPENDS= libexpat.so:textproc/expat2 \ + libmba.so:devel/libmba USES= gmake MAKE_ENV= prefix="${LOCALBASE}" INSTDIR="${STAGEDIR}${PREFIX}" diff --git a/textproc/dsssl-docbook-modular/Makefile b/textproc/dsssl-docbook-modular/Makefile index 9cfff584e434..3c2620f87e8a 100644 --- a/textproc/dsssl-docbook-modular/Makefile +++ b/textproc/dsssl-docbook-modular/Makefile @@ -18,7 +18,7 @@ PATCH_DIST_STRIP= -p1 MAINTAINER= kuriyama@FreeBSD.org COMMENT= DSSSL stylesheets for the DocBook DTD by Norman Walsh -BUILD_DEPENDS= ${XMLCATMGR}:${PORTSDIR}/textproc/xmlcatmgr +BUILD_DEPENDS= ${XMLCATMGR}:textproc/xmlcatmgr RUN_DEPENDS:= ${BUILD_DEPENDS} NO_MTREE= yes diff --git a/textproc/dtd-catalogs/Makefile b/textproc/dtd-catalogs/Makefile index be4f605bd3be..a7f9783cae89 100644 --- a/textproc/dtd-catalogs/Makefile +++ b/textproc/dtd-catalogs/Makefile @@ -8,10 +8,10 @@ CATEGORIES= textproc MAINTAINER= ports@FreeBSD.org COMMENT= SGML DTDs catalogs -RUN_DEPENDS= ${ISO8879_CAT}:${PORTSDIR}/textproc/iso8879 \ - ${ISO12083_CAT}:${PORTSDIR}/textproc/iso12083 \ - ${HTML_CAT}:${PORTSDIR}/textproc/html \ - ${LINUXDOC_CAT}:${PORTSDIR}/textproc/linuxdoc +RUN_DEPENDS= ${ISO8879_CAT}:textproc/iso8879 \ + ${ISO12083_CAT}:textproc/iso12083 \ + ${HTML_CAT}:textproc/html \ + ${LINUXDOC_CAT}:textproc/linuxdoc USES= metaport diff --git a/textproc/dtdparse/Makefile b/textproc/dtdparse/Makefile index 33083abb43ed..909ff8c60a99 100644 --- a/textproc/dtdparse/Makefile +++ b/textproc/dtdparse/Makefile @@ -11,8 +11,8 @@ DISTNAME= SGML-DTDParse-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Parse a DTD and produce an XML document that represents it -RUN_DEPENDS= p5-DelimMatch>=0:${PORTSDIR}/textproc/p5-DelimMatch \ - p5-XML-DOM>=0:${PORTSDIR}/textproc/p5-XML-DOM +RUN_DEPENDS= p5-DelimMatch>=0:textproc/p5-DelimMatch \ + p5-XML-DOM>=0:textproc/p5-XML-DOM USES= perl5 USE_PERL5= configure diff --git a/textproc/dwdiff/Makefile b/textproc/dwdiff/Makefile index fd3504465d69..acec742a9acd 100644 --- a/textproc/dwdiff/Makefile +++ b/textproc/dwdiff/Makefile @@ -22,7 +22,7 @@ NLS_CONFIGURE_WITH= gettext NLS_USES= gettext UNICODE_CONFIGURE_WITH= unicode -UNICODE_LIB_DEPENDS= libicudata.so:${PORTSDIR}/devel/icu +UNICODE_LIB_DEPENDS= libicudata.so:devel/icu HAS_CONFIGURE= yes CFLAGS+= -I${LOCALBASE}/include diff --git a/textproc/ebook-tools/Makefile b/textproc/ebook-tools/Makefile index 1b2171963773..7e6beea0216c 100644 --- a/textproc/ebook-tools/Makefile +++ b/textproc/ebook-tools/Makefile @@ -12,7 +12,7 @@ COMMENT= Accesses and converts various ebook file formats LICENSE= MIT -LIB_DEPENDS= libzip.so:${PORTSDIR}/archivers/libzip +LIB_DEPENDS= libzip.so:archivers/libzip USES= cmake USE_LDCONFIG= yes diff --git a/textproc/ecromedos/Makefile b/textproc/ecromedos/Makefile index be032fb45c8d..5b90addecc02 100644 --- a/textproc/ecromedos/Makefile +++ b/textproc/ecromedos/Makefile @@ -12,10 +12,10 @@ COMMENT= Document preparation system that allows concurrent publication LICENSE= GPLv2 -RUN_DEPENDS= ${PYTHON_SITELIBDIR}/libxml2.py:${PORTSDIR}/textproc/py-libxml2 \ - ${PYTHON_SITELIBDIR}/libxslt.py:${PORTSDIR}/textproc/py-libxslt \ - convert:${PORTSDIR}/graphics/ImageMagick \ - pygmentize:${PORTSDIR}/textproc/py-pygments +RUN_DEPENDS= ${PYTHON_SITELIBDIR}/libxml2.py:textproc/py-libxml2 \ + ${PYTHON_SITELIBDIR}/libxslt.py:textproc/py-libxslt \ + convert:graphics/ImageMagick \ + pygmentize:textproc/py-pygments NO_BUILD= yes diff --git a/textproc/elasticsearch-plugin-hq/Makefile b/textproc/elasticsearch-plugin-hq/Makefile index 23c55264e096..8b3f9db0c370 100644 --- a/textproc/elasticsearch-plugin-hq/Makefile +++ b/textproc/elasticsearch-plugin-hq/Makefile @@ -13,7 +13,7 @@ COMMENT= ElasticSearch HQ Plugin LICENSE= APACHE20 -RUN_DEPENDS= elasticsearch>=1.7.0:${PORTSDIR}/textproc/elasticsearch +RUN_DEPENDS= elasticsearch>=1.7.0:textproc/elasticsearch CONFLICTS= elasticsearch2-plugin-hq-2.* diff --git a/textproc/elasticsearch-plugin-marvel/Makefile b/textproc/elasticsearch-plugin-marvel/Makefile index eef961dfe7fb..f0fe13c64ce0 100644 --- a/textproc/elasticsearch-plugin-marvel/Makefile +++ b/textproc/elasticsearch-plugin-marvel/Makefile @@ -16,7 +16,7 @@ LICENSE_TEXT= License available from Elasticsearch for production use. LICENSE_TEXT+= See http://www.elasticsearch.com/marvel/ for more details. LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell no-auto-accept -RUN_DEPENDS:= elasticsearch>=0.90.9:${PORTSDIR}/textproc/elasticsearch +RUN_DEPENDS:= elasticsearch>=0.90.9:textproc/elasticsearch NO_BUILD= yes LEGAL_TEXT= ${LICENSE_NAME_COMMERCIAL} diff --git a/textproc/elasticsearch-plugin-sql/Makefile b/textproc/elasticsearch-plugin-sql/Makefile index 82963a7605d8..38156eb3239d 100644 --- a/textproc/elasticsearch-plugin-sql/Makefile +++ b/textproc/elasticsearch-plugin-sql/Makefile @@ -12,7 +12,7 @@ COMMENT= ElasticSearch SQL plugin LICENSE= APACHE20 -RUN_DEPENDS= elasticsearch>=1.7.0:${PORTSDIR}/textproc/elasticsearch +RUN_DEPENDS= elasticsearch>=1.7.0:textproc/elasticsearch CONFLICTS= elasticsearch2-plugin-sql-2.* diff --git a/textproc/elasticsearch-river-rabbitmq/Makefile b/textproc/elasticsearch-river-rabbitmq/Makefile index e323816e5e37..c10d52323be7 100644 --- a/textproc/elasticsearch-river-rabbitmq/Makefile +++ b/textproc/elasticsearch-river-rabbitmq/Makefile @@ -13,7 +13,7 @@ COMMENT= ElasticSearch RabbitMQ River LICENSE= APACHE20 -RUN_DEPENDS= elasticsearch>=1.6.0:${PORTSDIR}/textproc/elasticsearch +RUN_DEPENDS= elasticsearch>=1.6.0:textproc/elasticsearch USES= zip diff --git a/textproc/elasticsearch/Makefile b/textproc/elasticsearch/Makefile index eb16d8199132..8d98186e215b 100644 --- a/textproc/elasticsearch/Makefile +++ b/textproc/elasticsearch/Makefile @@ -12,7 +12,7 @@ COMMENT= Full-text search engine for Java LICENSE= APACHE20 -RUN_DEPENDS= java-sigar>=0:${PORTSDIR}/java/sigar +RUN_DEPENDS= java-sigar>=0:java/sigar CONFLICTS= elasticsearch2-[0-9]* diff --git a/textproc/elasticsearch2-plugin-hq/Makefile b/textproc/elasticsearch2-plugin-hq/Makefile index 4f791410041e..47d7c80f32e1 100644 --- a/textproc/elasticsearch2-plugin-hq/Makefile +++ b/textproc/elasticsearch2-plugin-hq/Makefile @@ -11,7 +11,7 @@ COMMENT= ElasticSearch HQ Plugin LICENSE= APACHE20 -RUN_DEPENDS= elasticsearch2>=2.0.0:${PORTSDIR}/textproc/elasticsearch2 +RUN_DEPENDS= elasticsearch2>=2.0.0:textproc/elasticsearch2 CONFLICTS= elasticsearch-plugin-hq-1.* diff --git a/textproc/elasticsearch2-plugin-marvel/Makefile b/textproc/elasticsearch2-plugin-marvel/Makefile index 336bd8f77c7a..047ec1d751dd 100644 --- a/textproc/elasticsearch2-plugin-marvel/Makefile +++ b/textproc/elasticsearch2-plugin-marvel/Makefile @@ -20,7 +20,7 @@ LICENSE_TEXT= License available from Elasticsearch for production use. LICENSE_TEXT+= See http://www.elasticsearch.com/marvel/ for more details. LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell no-auto-accept -RUN_DEPENDS:= elasticsearch2>2.0.0:${PORTSDIR}/textproc/elasticsearch2 +RUN_DEPENDS:= elasticsearch2>2.0.0:textproc/elasticsearch2 NO_BUILD= yes LEGAL_TEXT= ${LICENSE_NAME_COMMERCIAL} diff --git a/textproc/elasticsearch2-plugin-sql/Makefile b/textproc/elasticsearch2-plugin-sql/Makefile index a68b6fcdb2b0..9e0f94dc984c 100644 --- a/textproc/elasticsearch2-plugin-sql/Makefile +++ b/textproc/elasticsearch2-plugin-sql/Makefile @@ -12,7 +12,7 @@ COMMENT= ElasticSearch SQL plugin LICENSE= APACHE20 -RUN_DEPENDS= elasticsearch2>=2.1.0:${PORTSDIR}/textproc/elasticsearch2 +RUN_DEPENDS= elasticsearch2>=2.1.0:textproc/elasticsearch2 CONFLICTS= elasticsearch-plugin-sql-1.* diff --git a/textproc/emacs-wiki/Makefile b/textproc/emacs-wiki/Makefile index d9079b0240d7..84772be618e3 100644 --- a/textproc/emacs-wiki/Makefile +++ b/textproc/emacs-wiki/Makefile @@ -19,8 +19,8 @@ OPTIONS_DEFINE= CONTRIB CONTRIB_DESC= Install extra packages. This can shadow versions already there. OPTIONS_SUB= yes -RUN_DEPENDS+= ${LOCALBASE}/${EMACS_SITE_LISPDIR}/xml-parse.el:${PORTSDIR}/textproc/xml-parse.el -RUN_DEPENDS+= ${LOCALBASE}/${EMACS_SITE_LISPDIR}/htmlize.el:${PORTSDIR}/textproc/htmlize.el +RUN_DEPENDS+= ${LOCALBASE}/${EMACS_SITE_LISPDIR}/xml-parse.el:textproc/xml-parse.el +RUN_DEPENDS+= ${LOCALBASE}/${EMACS_SITE_LISPDIR}/htmlize.el:textproc/htmlize.el INFO= emacs-wiki LISPDIR= ${PREFIX}/${EMACS_VERSION_SITE_LISPDIR}/${PORTNAME} diff --git a/textproc/enchant/Makefile b/textproc/enchant/Makefile index e32a7bc87c29..e3101e37eda8 100644 --- a/textproc/enchant/Makefile +++ b/textproc/enchant/Makefile @@ -31,23 +31,23 @@ HSPELL_DESC= Spell checking via Hspell HUNSPELL_DESC= Spell checking via Hunspell ZEMBEREK_DESC= Spell checking via Zemberek -ASPELL_LIB_DEPENDS= libaspell.so:${PORTSDIR}/textproc/aspell +ASPELL_LIB_DEPENDS= libaspell.so:textproc/aspell ASPELL_CONFIGURE_ENABLE= aspell ASPELL_CONFIGURE_ON= --with-aspell-prefix=${LOCALBASE} -HSPELL_BUILD_DEPENDS= ${LOCALBASE}/lib/libhspell.a:${PORTSDIR}/hebrew/hspell +HSPELL_BUILD_DEPENDS= ${LOCALBASE}/lib/libhspell.a:hebrew/hspell HSPELL_CONFIGURE_ENABLE= hspell HSPELL_CONFIGURE_ON= --with-hspell-prefix=${LOCALBASE} -HUNSPELL_LIB_DEPENDS= libhunspell-1.3.so:${PORTSDIR}/textproc/hunspell +HUNSPELL_LIB_DEPENDS= libhunspell-1.3.so:textproc/hunspell HUNSPELL_CONFIGURE_ENABLE= myspell HUNSPELL_CONFIGURE_ON= --with-system-myspell=yes \ --with-myspell-dir=${LOCALBASE}/share/hunspell -ISPELL_RUN_DEPENDS= ispell:${PORTSDIR}/textproc/aspell-ispell +ISPELL_RUN_DEPENDS= ispell:textproc/aspell-ispell ISPELL_CONFIGURE_ENABLE= ispell -ZEMBEREK_LIb_DEPENDS= libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib +ZEMBEREK_LIb_DEPENDS= libdbus-glib-1.so:devel/dbus-glib ZEMBEREK_CONFIGURE_ENABLE= zemberek post-patch: diff --git a/textproc/eqe/Makefile b/textproc/eqe/Makefile index 0eef7ce22fb7..465ee64d08e5 100644 --- a/textproc/eqe/Makefile +++ b/textproc/eqe/Makefile @@ -13,10 +13,10 @@ COMMENT= LaTeX equation editor LICENSE= GPLv2 # only LICENSE_FILE= ${WRKSRC}/GPL.txt -BUILD_DEPENDS= p5-Gtk2>=0:${PORTSDIR}/x11-toolkits/p5-Gtk2 \ - p5-File-Slurp>=0:${PORTSDIR}/devel/p5-File-Slurp \ - p5-Template-Toolkit>=0:${PORTSDIR}/www/p5-Template-Toolkit \ - Magick++-config:${PORTSDIR}/graphics/ImageMagick +BUILD_DEPENDS= p5-Gtk2>=0:x11-toolkits/p5-Gtk2 \ + p5-File-Slurp>=0:devel/p5-File-Slurp \ + p5-Template-Toolkit>=0:www/p5-Template-Toolkit \ + Magick++-config:graphics/ImageMagick USES= perl5 shebangfix tar:bzip2 SHEBANG_FILES= src/eqe src/eqedit diff --git a/textproc/erlang-p1xml/Makefile b/textproc/erlang-p1xml/Makefile index b89a9516ac63..405c05c1323d 100644 --- a/textproc/erlang-p1xml/Makefile +++ b/textproc/erlang-p1xml/Makefile @@ -11,7 +11,7 @@ COMMENT= Fast Expat based Erlang XML parsing library LICENSE= GPLv2 -LIB_DEPENDS= libexpat.so:${PORTSDIR}/textproc/expat2 +LIB_DEPENDS= libexpat.so:textproc/expat2 USES= erlang:rebar USE_GITHUB= yes diff --git a/textproc/estraier/Makefile b/textproc/estraier/Makefile index 0a8d846f8fb3..57a7479f4569 100644 --- a/textproc/estraier/Makefile +++ b/textproc/estraier/Makefile @@ -10,7 +10,7 @@ MASTER_SITES= http://fallabs.com/estraier/ MAINTAINER= ports@FreeBSD.org COMMENT= Full-text search system for personal use -LIB_DEPENDS= libqdbm.so:${PORTSDIR}/databases/qdbm +LIB_DEPENDS= libqdbm.so:databases/qdbm USES= iconv GNU_CONFIGURE= yes @@ -27,16 +27,16 @@ CHASEN_DESC= Japanese Morphological Analysis Support MECAB_DESC= Part-of-Speech and Morphological Analyzer KAKASI_DESC= Language processing filter/converter -CHASEN_LIB_DEPENDS= libchasen.so:${PORTSDIR}/japanese/chasen-base +CHASEN_LIB_DEPENDS= libchasen.so:japanese/chasen-base CHASEN_CONFIGURE_ENABLE= chasen -KAKASI_LIB_DEPENDS= libkakasi.so:${PORTSDIR}/japanese/kakasi +KAKASI_LIB_DEPENDS= libkakasi.so:japanese/kakasi KAKASI_CONFIGURE_ENABLE= kakasi .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MMECAB} && ${ARCH} == "i386" -LIB_DEPENDS+= libmecab.so:${PORTSDIR}/japanese/mecab +LIB_DEPENDS+= libmecab.so:japanese/mecab CONFIGURE_ARGS+= --enable-mecab .endif diff --git a/textproc/exempi/Makefile b/textproc/exempi/Makefile index b28b93d04769..50b72683dc52 100644 --- a/textproc/exempi/Makefile +++ b/textproc/exempi/Makefile @@ -10,7 +10,7 @@ MASTER_SITES= http://libopenraw.freedesktop.org/download/ MAINTAINER= gnome@FreeBSD.org COMMENT= Port of Adobe XMP SDK to work on UNIX -LIB_DEPENDS= libexpat.so:${PORTSDIR}/textproc/expat2 +LIB_DEPENDS= libexpat.so:textproc/expat2 GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-unittest=no diff --git a/textproc/extract_url/Makefile b/textproc/extract_url/Makefile index d6d984a60034..be1efb1b02c9 100644 --- a/textproc/extract_url/Makefile +++ b/textproc/extract_url/Makefile @@ -13,8 +13,8 @@ COMMENT= Perl script that extracts URLs from email in MIME or plain text format LICENSE= BSD2CLAUSE -BUILD_DEPENDS= p5-MIME-Tools>=0:${PORTSDIR}/mail/p5-MIME-Tools \ - p5-HTML-Parser>=0:${PORTSDIR}/www/p5-HTML-Parser +BUILD_DEPENDS= p5-MIME-Tools>=0:mail/p5-MIME-Tools \ + p5-HTML-Parser>=0:www/p5-HTML-Parser RUN_DEPENDS:= ${BUILD_DEPENDS} USES= gmake perl5 @@ -40,10 +40,10 @@ URLVIEW_DESC= Uses urlview for the URL selector menu OPTIONS_SUB= yes -CURSES_UI_RUN_DEPENDS= p5-Curses-UI>=0:${PORTSDIR}/devel/p5-Curses-UI -GETOPT_LONG_RUN_DEPENDS= p5-Getopt-Long>=0:${PORTSDIR}/devel/p5-Getopt-Long -URLVIEW_RUN_DEPENDS= urlview>=0:${PORTSDIR}/textproc/urlview -URI_FIND_RUN_DEPENDS= p5-URI-Find>=0:${PORTSDIR}/textproc/p5-URI-Find +CURSES_UI_RUN_DEPENDS= p5-Curses-UI>=0:devel/p5-Curses-UI +GETOPT_LONG_RUN_DEPENDS= p5-Getopt-Long>=0:devel/p5-Getopt-Long +URLVIEW_RUN_DEPENDS= urlview>=0:textproc/urlview +URI_FIND_RUN_DEPENDS= p5-URI-Find>=0:textproc/p5-URI-Find PORTDOCS= AUTHORS NEWS README diff --git a/textproc/fcitx-m17n/Makefile b/textproc/fcitx-m17n/Makefile index deec5cc2f535..4ec6e8c7600b 100644 --- a/textproc/fcitx-m17n/Makefile +++ b/textproc/fcitx-m17n/Makefile @@ -12,8 +12,8 @@ COMMENT= Multilingualization support for Fcitx LICENSE= LGPL21 -LIB_DEPENDS= libfcitx-config.so:${PORTSDIR}/chinese/fcitx \ - libm17n.so:${PORTSDIR}/devel/m17n-lib +LIB_DEPENDS= libfcitx-config.so:chinese/fcitx \ + libm17n.so:devel/m17n-lib USES= cmake gettext pkgconfig tar:xz diff --git a/textproc/fixrtf/Makefile b/textproc/fixrtf/Makefile index 1cd078116758..f9dc2777cf25 100644 --- a/textproc/fixrtf/Makefile +++ b/textproc/fixrtf/Makefile @@ -15,7 +15,7 @@ EXTRACT_ONLY= # none MAINTAINER= delphij@FreeBSD.org COMMENT= Patch making it possible to embed PNGs into RTFs -LIB_DEPENDS= libpng.so:${PORTSDIR}/graphics/png +LIB_DEPENDS= libpng.so:graphics/png USES= uidfix WRKSRC= ${WRKDIR}/src diff --git a/textproc/fldiff/Makefile b/textproc/fldiff/Makefile index 4117f614fbfc..8d633ec890a7 100644 --- a/textproc/fldiff/Makefile +++ b/textproc/fldiff/Makefile @@ -13,7 +13,7 @@ COMMENT= Graphical diff program using FLTK LICENSE= GPLv2 -LIB_DEPENDS= libfltk.so:${PORTSDIR}/x11-toolkits/fltk +LIB_DEPENDS= libfltk.so:x11-toolkits/fltk GNU_CONFIGURE= yes diff --git a/textproc/flex/Makefile b/textproc/flex/Makefile index a0823d95bc64..d54c41defd20 100644 --- a/textproc/flex/Makefile +++ b/textproc/flex/Makefile @@ -8,9 +8,9 @@ MASTER_SITES= https://github.com/westes/flex/releases/download/v${PORTVERSION}/ MAINTAINER= johans@FreeBSD.org COMMENT= Fast lexical analyzer generator -BUILD_DEPENDS= help2man:${PORTSDIR}/misc/help2man \ - gm4:${PORTSDIR}/devel/m4 -RUN_DEPENDS= gm4:${PORTSDIR}/devel/m4 +BUILD_DEPENDS= help2man:misc/help2man \ + gm4:devel/m4 +RUN_DEPENDS= gm4:devel/m4 USES= bison gmake libtool makeinfo tar:xz GNU_CONFIGURE= yes diff --git a/textproc/fop/Makefile b/textproc/fop/Makefile index ca20fd9b69c4..7f0acf2e7d44 100644 --- a/textproc/fop/Makefile +++ b/textproc/fop/Makefile @@ -14,7 +14,7 @@ EXTRACT_ONLY= ${DISTNAME}.tar.gz MAINTAINER= geoff@sea-incorporated.com COMMENT= Print formatter driven by XSL formatting -EXTRACT_DEPENDS+= ${UNZIP_CMD}:${PORTSDIR}/archivers/unzip +EXTRACT_DEPENDS+= ${UNZIP_CMD}:archivers/unzip OPTIONS_DEFINE= DOCS diff --git a/textproc/fpc-libxml2/Makefile b/textproc/fpc-libxml2/Makefile index a3efdc1ced64..9fd1583d05cd 100644 --- a/textproc/fpc-libxml2/Makefile +++ b/textproc/fpc-libxml2/Makefile @@ -17,6 +17,6 @@ OPTIONS_DEFINE= LIBXML2 LIBXML2_DESC= Install xml2 library OPTIONS_DEFAULT= LIBXML2 -LIBXML2_LIB_DEPENDS= libxml2.so:${PORTSDIR}/textproc/libxml2 +LIBXML2_LIB_DEPENDS= libxml2.so:textproc/libxml2 .include "${MASTERDIR}/Makefile" diff --git a/textproc/gladtex/Makefile b/textproc/gladtex/Makefile index 39bd6fef865a..bfbd42273e85 100644 --- a/textproc/gladtex/Makefile +++ b/textproc/gladtex/Makefile @@ -12,8 +12,8 @@ COMMENT= Program to replace LaTeX formulas in HTML files with images LICENSE= GPLv2 -LIB_DEPENDS= libgif.so:${PORTSDIR}/graphics/giflib \ - libpng.so:${PORTSDIR}/graphics/png +LIB_DEPENDS= libgif.so:graphics/giflib \ + libpng.so:graphics/png USE_TEX= latex dvipsk BINPATH= ${PREFIX}/bin diff --git a/textproc/glpi-plugins-AdditionalReports/Makefile b/textproc/glpi-plugins-AdditionalReports/Makefile index 166fbcaee8ec..8be028396594 100644 --- a/textproc/glpi-plugins-AdditionalReports/Makefile +++ b/textproc/glpi-plugins-AdditionalReports/Makefile @@ -14,7 +14,7 @@ COMMENT= This plugin enables additional reports BROKEN= unfetchable -RUN_DEPENDS= glpi>=0.72:${PORTSDIR}/www/glpi +RUN_DEPENDS= glpi>=0.72:www/glpi WRKSRC= ${WRKDIR}/reports NO_BUILD= yes diff --git a/textproc/glpi-plugins-DataInjection/Makefile b/textproc/glpi-plugins-DataInjection/Makefile index 331612b38203..c79f360536df 100644 --- a/textproc/glpi-plugins-DataInjection/Makefile +++ b/textproc/glpi-plugins-DataInjection/Makefile @@ -14,7 +14,7 @@ COMMENT= This glpi plugin allows data import into GLPI using CSV files BROKEN= unfetchable -RUN_DEPENDS= glpi>=0.72:${PORTSDIR}/www/glpi +RUN_DEPENDS= glpi>=0.72:www/glpi WRKSRC= ${WRKDIR}/datainjection NO_BUILD= yes diff --git a/textproc/gmetadom/Makefile b/textproc/gmetadom/Makefile index ec68dbac76a8..58e644226b1e 100644 --- a/textproc/gmetadom/Makefile +++ b/textproc/gmetadom/Makefile @@ -10,7 +10,7 @@ MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= Collection of DOM Implementations -LIB_DEPENDS= libgdome.so:${PORTSDIR}/textproc/gdome2 +LIB_DEPENDS= libgdome.so:textproc/gdome2 USES= gmake iconv libtool pathfix pkgconfig USE_GNOME= glib20 libxml2 @@ -25,8 +25,8 @@ OPTIONS_SUB= yes OCAML_DESC= OCAML language support -OCAML_BUILD_DEPENDS= ocamlfind:${PORTSDIR}/devel/ocaml-findlib \ - ocamlc:${PORTSDIR}/lang/ocaml +OCAML_BUILD_DEPENDS= ocamlfind:devel/ocaml-findlib \ + ocamlc:lang/ocaml OCAML_CONFIGURE_OFF= HAVE_OCAMLDEP=no HAVE_OCAMLFIND=no HAVE_OCAMLOPT=no post-patch: diff --git a/textproc/gnome-doc-utils/Makefile b/textproc/gnome-doc-utils/Makefile index 687316673aa9..8f852c095c3a 100644 --- a/textproc/gnome-doc-utils/Makefile +++ b/textproc/gnome-doc-utils/Makefile @@ -11,11 +11,11 @@ MASTER_SITES= GNOME MAINTAINER= gnome@FreeBSD.org COMMENT= GNOME doc utils -BUILD_DEPENDS= rarian-sk-config:${PORTSDIR}/textproc/rarian \ - ${PYTHON_SITELIBDIR}/libxml2mod.so:${PORTSDIR}/textproc/py-libxml2 -RUN_DEPENDS= rarian-sk-config:${PORTSDIR}/textproc/rarian \ - ${PYTHON_SITELIBDIR}/libxml2mod.so:${PORTSDIR}/textproc/py-libxml2 \ - docbook-xml>0:${PORTSDIR}/textproc/docbook-xml +BUILD_DEPENDS= rarian-sk-config:textproc/rarian \ + ${PYTHON_SITELIBDIR}/libxml2mod.so:textproc/py-libxml2 +RUN_DEPENDS= rarian-sk-config:textproc/rarian \ + ${PYTHON_SITELIBDIR}/libxml2mod.so:textproc/py-libxml2 \ + docbook-xml>0:textproc/docbook-xml USES= gettext-tools:build,run gmake pathfix pkgconfig python:2 tar:xz USE_GNOME= libxslt intlhack diff --git a/textproc/gnome-spell/Makefile b/textproc/gnome-spell/Makefile index 981d3ace01f7..e60f7c8f8235 100644 --- a/textproc/gnome-spell/Makefile +++ b/textproc/gnome-spell/Makefile @@ -12,7 +12,7 @@ DIST_SUBDIR= gnome MAINTAINER= gnome@FreeBSD.org COMMENT= GNOME/Bonobo component for spell checking -LIB_DEPENDS= libaspell.so:${PORTSDIR}/textproc/aspell +LIB_DEPENDS= libaspell.so:textproc/aspell USE_GNOME= gnomeprefix intlhack libgnomeui USES= gettext gmake libtool pathfix pkgconfig perl5 tar:bzip2 diff --git a/textproc/gnugrep/Makefile b/textproc/gnugrep/Makefile index 00703244abcf..a9bd29396ba2 100644 --- a/textproc/gnugrep/Makefile +++ b/textproc/gnugrep/Makefile @@ -34,7 +34,7 @@ NLS_CONFIGURE_ENABLE= nls NLS_CONFIGURE_ON= --with-libintl-prefix=${LOCALBASE} NLS_CONFIGURE_OFF= --without-libintl-prefix -PCRE_LIB_DEPENDS= libpcre.so:${PORTSDIR}/devel/pcre +PCRE_LIB_DEPENDS= libpcre.so:devel/pcre PCRE_CONFIGURE_ENABLE= perl-regexp PCRE_CPPFLAGS= -I${LOCALBASE}/include PCRE_LDFLAGS= -L${LOCALBASE}/lib diff --git a/textproc/goldendict/Makefile b/textproc/goldendict/Makefile index 9c1368f9eaa1..92a7d2132da1 100644 --- a/textproc/goldendict/Makefile +++ b/textproc/goldendict/Makefile @@ -13,8 +13,8 @@ COMMENT= Feature-rich Qt4 based dictionary lookup program LICENSE= GPLv3 -LIB_DEPENDS= libhunspell-1.3.so:${PORTSDIR}/textproc/hunspell \ - libvorbis.so:${PORTSDIR}/audio/libvorbis +LIB_DEPENDS= libhunspell-1.3.so:textproc/hunspell \ + libvorbis.so:audio/libvorbis NO_WRKSUBDIR= yes HAS_CONFIGURE= yes diff --git a/textproc/google-translate-cli/Makefile b/textproc/google-translate-cli/Makefile index 476389a67c7f..2cf82f6e2bc1 100644 --- a/textproc/google-translate-cli/Makefile +++ b/textproc/google-translate-cli/Makefile @@ -14,14 +14,14 @@ LICENSE_NAME= Beerware LICENSE_TEXT= http://www.sax.de/~joerg/beerware-license.txt LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept -BUILD_DEPENDS= gawk:${PORTSDIR}/lang/gawk -RUN_DEPENDS= bash:${PORTSDIR}/shells/bash \ - gawk:${PORTSDIR}/lang/gawk -TEST_DEPENDS= gawk:${PORTSDIR}/lang/gawk +BUILD_DEPENDS= gawk:lang/gawk +RUN_DEPENDS= bash:shells/bash \ + gawk:lang/gawk +TEST_DEPENDS= gawk:lang/gawk ALL_TARGET= build -FRIBIDI_RUN_DEPENDS= fribidi:${PORTSDIR}/converters/fribidi +FRIBIDI_RUN_DEPENDS= fribidi:converters/fribidi GH_ACCOUNT= soimort GH_PROJECT= translate-shell @@ -31,10 +31,10 @@ OPTIONS_DEFINE= DOCS FRIBIDI READLINE TEXT2SPEECH PLIST_FILES= bin/trans man/man1/trans.1.gz -READLINE_RUN_DEPENDS= rlwrap:${PORTSDIR}/devel/rlwrap +READLINE_RUN_DEPENDS= rlwrap:devel/rlwrap TEXT2SPEECH_DESC= Enable Text-to-Speech functionality via espeak -TEXT2SPEECH_RUN_DEPENDS= espeak:${PORTSDIR}/audio/espeak +TEXT2SPEECH_RUN_DEPENDS= espeak:audio/espeak USE_GITHUB= yes diff --git a/textproc/groff/Makefile b/textproc/groff/Makefile index 600187d4a5ae..86bb21638417 100644 --- a/textproc/groff/Makefile +++ b/textproc/groff/Makefile @@ -12,7 +12,7 @@ COMMENT= Software typesetting package LICENSE= GPLv3 -BUILD_DEPENDS= ${LOCALBASE}/bin/psselect:${PORTSDIR}/print/psutils +BUILD_DEPENDS= ${LOCALBASE}/bin/psselect:print/psutils RUN_DEPENDS:= ${BUILD_DEPENDS} USES= cpe ghostscript gmake perl5 shebangfix @@ -62,8 +62,8 @@ PLIST_SUB+= HTMLDOCS="@comment " .endif .else USE_XORG= x11 xaw xmu -BUILD_DEPENDS+= ${LOCALBASE}/bin/pnmtops:${PORTSDIR}/graphics/netpbm -RUN_DEPENDS+= ${LOCALBASE}/bin/pnmtops:${PORTSDIR}/graphics/netpbm +BUILD_DEPENDS+= ${LOCALBASE}/bin/pnmtops:graphics/netpbm +RUN_DEPENDS+= ${LOCALBASE}/bin/pnmtops:graphics/netpbm CONFIGURE_ARGS+=--with-x --with-appresdir=${PREFIX}/lib/X11/app-defaults PLIST_SUB+= X11="" PLIST_SUB+= HTMLDOCS="" diff --git a/textproc/groonga/Makefile b/textproc/groonga/Makefile index a258aec7ee66..2880e2e91001 100644 --- a/textproc/groonga/Makefile +++ b/textproc/groonga/Makefile @@ -10,7 +10,7 @@ COMMENT= Open-source fulltext search engine and column store LICENSE= LGPL21 -LIB_DEPENDS= libpcre.so:${PORTSDIR}/devel/pcre +LIB_DEPENDS= libpcre.so:devel/pcre USES= gmake libtool pathfix pkgconfig GNU_CONFIGURE= yes @@ -35,12 +35,12 @@ OPTIONS_DEFAULT= MECAB SUGGEST RUBY OPTIONS_SUB= yes MECAB_DESC= Morphological analysis support via MeCab -MECAB_LIB_DEPENDS= libmecab.so:${PORTSDIR}/japanese/mecab +MECAB_LIB_DEPENDS= libmecab.so:japanese/mecab MECAB_CONFIGURE_OFF= --without-mecab SUGGEST_DESC= Suggestions support -SUGGEST_LIB_DEPENDS= libevent.so:${PORTSDIR}/devel/libevent2 \ - libmsgpack.so:${PORTSDIR}/devel/msgpack \ - libzmq.so:${PORTSDIR}/net/libzmq2 +SUGGEST_LIB_DEPENDS= libevent.so:devel/libevent2 \ + libmsgpack.so:devel/msgpack \ + libzmq.so:net/libzmq2 SUGGEST_CONFIGURE_ON= --with-libevent=${LOCALBASE} \ --with-message-pack=${LOCALBASE} \ --enable-zeromq diff --git a/textproc/gspell/Makefile b/textproc/gspell/Makefile index 27dbdf1986f9..412a86c2a093 100644 --- a/textproc/gspell/Makefile +++ b/textproc/gspell/Makefile @@ -12,9 +12,9 @@ COMMENT= Spell checking for GTK+ LICENSE= GPLv2 -BUILD_DEPENDS= valac:${PORTSDIR}/lang/vala \ - iso-codes>=3.57:${PORTSDIR}/misc/iso-codes -LIB_DEPENDS= libenchant.so:${PORTSDIR}/textproc/enchant +BUILD_DEPENDS= valac:lang/vala \ + iso-codes>=3.57:misc/iso-codes +LIB_DEPENDS= libenchant.so:textproc/enchant PORTSCOUT= limit:^0\.1\. diff --git a/textproc/gtk-doc/Makefile b/textproc/gtk-doc/Makefile index 0ffb2459dba8..f0c95edce1b7 100644 --- a/textproc/gtk-doc/Makefile +++ b/textproc/gtk-doc/Makefile @@ -10,15 +10,15 @@ MASTER_SITES= GNOME MAINTAINER= gnome@FreeBSD.org COMMENT= Code documentation system, originally for GTK+ -BUILD_DEPENDS= jade:${PORTSDIR}/textproc/jade \ - itstool:${PORTSDIR}/textproc/itstool \ - docbook-xml>0:${PORTSDIR}/textproc/docbook-xml \ - ${LOCALBASE}/share/xsl/docbook/xhtml/chunk.xsl:${PORTSDIR}/textproc/docbook-xsl \ - rarian-sk-config:${PORTSDIR}/textproc/rarian -RUN_DEPENDS= jade:${PORTSDIR}/textproc/jade \ - docbook-xml>0:${PORTSDIR}/textproc/docbook-xml \ - ${LOCALBASE}/share/xsl/docbook/xhtml/chunk.xsl:${PORTSDIR}/textproc/docbook-xsl \ - rarian-sk-config:${PORTSDIR}/textproc/rarian +BUILD_DEPENDS= jade:textproc/jade \ + itstool:textproc/itstool \ + docbook-xml>0:textproc/docbook-xml \ + ${LOCALBASE}/share/xsl/docbook/xhtml/chunk.xsl:textproc/docbook-xsl \ + rarian-sk-config:textproc/rarian +RUN_DEPENDS= jade:textproc/jade \ + docbook-xml>0:textproc/docbook-xml \ + ${LOCALBASE}/share/xsl/docbook/xhtml/chunk.xsl:textproc/docbook-xsl \ + rarian-sk-config:textproc/rarian DOCBOOK_VERSION= 4.1.2 diff --git a/textproc/gtkspell/Makefile b/textproc/gtkspell/Makefile index 859e2c4518ef..5ac4e6e0401a 100644 --- a/textproc/gtkspell/Makefile +++ b/textproc/gtkspell/Makefile @@ -13,7 +13,7 @@ COMMENT= GTK+ 2 spell checking component .if !defined(REFERENCE_PORT) -LIB_DEPENDS= libenchant.so:${PORTSDIR}/textproc/enchant +LIB_DEPENDS= libenchant.so:textproc/enchant USES= gettext gmake libtool:keepla pathfix pkgconfig USE_GNOME= gnomeprefix gtk20 intlhack diff --git a/textproc/gtkspell3/Makefile b/textproc/gtkspell3/Makefile index 9ba1c861b3dc..e700381e55ab 100644 --- a/textproc/gtkspell3/Makefile +++ b/textproc/gtkspell3/Makefile @@ -9,8 +9,8 @@ MASTER_SITES= SF/gtkspell/${PORTVERSION} MAINTAINER= gnome@FreeBSD.org COMMENT= GTK+ 3 spell checking component -BUILD_DEPENDS= vapigen:${PORTSDIR}/lang/vala -LIB_DEPENDS= libenchant.so:${PORTSDIR}/textproc/enchant +BUILD_DEPENDS= vapigen:lang/vala +LIB_DEPENDS= libenchant.so:textproc/enchant USE_GNOME= gtk30 intlhack introspection:build USES= gettext gmake libtool pathfix pkgconfig diff --git a/textproc/hevea/Makefile b/textproc/hevea/Makefile index 2bef073ee386..da830a18423d 100644 --- a/textproc/hevea/Makefile +++ b/textproc/hevea/Makefile @@ -12,7 +12,7 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= danilo@FreeBSD.org COMMENT= Convert LaTeX to HTML -BUILD_DEPENDS= ocamlc:${PORTSDIR}/lang/ocaml +BUILD_DEPENDS= ocamlc:lang/ocaml OPTIONS_DEFINE= DOCS diff --git a/textproc/hhm/Makefile b/textproc/hhm/Makefile index 7690aafa2e50..2e088c01f36f 100644 --- a/textproc/hhm/Makefile +++ b/textproc/hhm/Makefile @@ -9,7 +9,7 @@ MASTER_SITES= SAVANNAH MAINTAINER= ports@FreeBSD.org COMMENT= HTML Help Maker -LIB_DEPENDS= liblzxcomp.so:${PORTSDIR}/archivers/liblzxcomp +LIB_DEPENDS= liblzxcomp.so:archivers/liblzxcomp USES= uidfix MAKEFILE= ${FILESDIR}/Makefile diff --git a/textproc/highlight/Makefile b/textproc/highlight/Makefile index c1a152cf9e81..f907bd8090be 100644 --- a/textproc/highlight/Makefile +++ b/textproc/highlight/Makefile @@ -10,7 +10,7 @@ MASTER_SITES= http://www.andre-simon.de/zip/ MAINTAINER= kwm@FreeBSD.org COMMENT= Customizable syntax highlighter -BUILD_DEPENDS= boost-libs>0:${PORTSDIR}/devel/boost-libs +BUILD_DEPENDS= boost-libs>0:devel/boost-libs USES= dos2unix gmake lua:52 pkgconfig tar:bzip2 MAKEFILE= makefile diff --git a/textproc/hs-double-conversion/Makefile b/textproc/hs-double-conversion/Makefile index d7e692e25d27..488b9ecc76af 100644 --- a/textproc/hs-double-conversion/Makefile +++ b/textproc/hs-double-conversion/Makefile @@ -15,7 +15,7 @@ USE_CABAL= text>=0.11.0.8 .if ${PORT_OPTIONS:MPCLANG} || ${PORT_OPTIONS:MBCLANG} EXTRA_PATCHES+= ${PATCHDIR}/extra-patch-double-conversion.cabal -LIB_DEPENDS+= libcxxrt.so:${PORTSDIR}/devel/libcxxrt +LIB_DEPENDS+= libcxxrt.so:devel/libcxxrt .endif .include <bsd.port.mk> diff --git a/textproc/hs-libxml-sax/Makefile b/textproc/hs-libxml-sax/Makefile index 575a585c77e5..3f787ea2cb5c 100644 --- a/textproc/hs-libxml-sax/Makefile +++ b/textproc/hs-libxml-sax/Makefile @@ -13,7 +13,7 @@ LICENSE= MIT USE_CABAL= text>=0.7 xml-types>=0.3 USES= pkgconfig -LIB_DEPENDS= libxml2.so:${PORTSDIR}/textproc/libxml2 +LIB_DEPENDS= libxml2.so:textproc/libxml2 .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include <bsd.port.mk> diff --git a/textproc/hs-regex-pcre-builtin/Makefile b/textproc/hs-regex-pcre-builtin/Makefile index fd47ea0cc381..97976c6f36ce 100644 --- a/textproc/hs-regex-pcre-builtin/Makefile +++ b/textproc/hs-regex-pcre-builtin/Makefile @@ -12,7 +12,7 @@ LICENSE= BSD3CLAUSE USE_CABAL= regex-base>=0.93 -LIB_DEPENDS= libpcre.so:${PORTSDIR}/devel/pcre +LIB_DEPENDS= libpcre.so:devel/pcre .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include <bsd.port.mk> diff --git a/textproc/html/Makefile b/textproc/html/Makefile index 47719ad8068b..baae73ec6b9e 100644 --- a/textproc/html/Makefile +++ b/textproc/html/Makefile @@ -10,7 +10,7 @@ MASTER_SITES= LOCAL/kuriyama MAINTAINER= kuriyama@FreeBSD.org COMMENT= All W3C published SGML DTDs for HTML -RUN_DEPENDS= ${XMLCATMGR}:${PORTSDIR}/textproc/xmlcatmgr +RUN_DEPENDS= ${XMLCATMGR}:textproc/xmlcatmgr NO_MTREE= yes NO_BUILD= yes diff --git a/textproc/htmlc/Makefile b/textproc/htmlc/Makefile index f6211e22bc19..b7e0dc53bd2e 100644 --- a/textproc/htmlc/Makefile +++ b/textproc/htmlc/Makefile @@ -10,7 +10,7 @@ MASTER_SITES= http://htmlc.inria.fr/ \ MAINTAINER= beyert@cs.ucr.edu COMMENT= Text file generator -BUILD_DEPENDS= ocamlc:${PORTSDIR}/lang/ocaml +BUILD_DEPENDS= ocamlc:lang/ocaml USES= gmake tar:tgz diff --git a/textproc/htmldoc/Makefile b/textproc/htmldoc/Makefile index 1ada4e6c60b5..737949b498ac 100644 --- a/textproc/htmldoc/Makefile +++ b/textproc/htmldoc/Makefile @@ -14,7 +14,7 @@ COMMENT= Converts HTML to PDF and/or PostScript LICENSE= GPLv2 -LIB_DEPENDS= libpng.so:${PORTSDIR}/graphics/png +LIB_DEPENDS= libpng.so:graphics/png OPTIONS_DEFINE= HTMLDOCGUI HTMLDOCGUI_DESC= Build GUI front-end @@ -37,7 +37,7 @@ INSTALL_TARGET= install \ CPPFLAGS+= -I${OPENSSLINC} LDFLAGS+= -L${LOCALBASE}/lib -HTMLDOCGUI_LIB_DEPENDS= libfltk.so:${PORTSDIR}/x11-toolkits/fltk +HTMLDOCGUI_LIB_DEPENDS= libfltk.so:x11-toolkits/fltk HTMLDOCGUI_CONFIGURE_ON= --with-gui=yes HTMLDOCGUI_CONFIGURE_OFF= --with-gui=no diff --git a/textproc/htmltolatex/Makefile b/textproc/htmltolatex/Makefile index cf9365ea1f04..d69c6dce7f54 100644 --- a/textproc/htmltolatex/Makefile +++ b/textproc/htmltolatex/Makefile @@ -11,7 +11,7 @@ DISTNAME= ${PORTNAME} MAINTAINER= pi@FreeBSD.org COMMENT= HTML to LaTeX to PDF Converter -LIB_DEPENDS= libGraphicsMagick++.so:${PORTSDIR}/graphics/GraphicsMagick +LIB_DEPENDS= libGraphicsMagick++.so:graphics/GraphicsMagick USES= bison gmake MAKEFILE= GNUmakefile diff --git a/textproc/hyperestraier/Makefile b/textproc/hyperestraier/Makefile index 70cca9d69caa..4f57c68b2544 100644 --- a/textproc/hyperestraier/Makefile +++ b/textproc/hyperestraier/Makefile @@ -11,9 +11,9 @@ MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= Full-text search system -BUILD_DEPENDS= qdbm>=1.8.77:${PORTSDIR}/databases/qdbm +BUILD_DEPENDS= qdbm>=1.8.77:databases/qdbm # check configure for min version of qdbm. -LIB_DEPENDS= libqdbm.so.14:${PORTSDIR}/databases/qdbm +LIB_DEPENDS= libqdbm.so.14:databases/qdbm LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/COPYING @@ -31,11 +31,11 @@ LZO_DESC= Enable lzo support MECAB_DESC= Enable mecab support LZO_CONFIGURE_ENABLE= lzo -LZO_LIB_DEPENDS= liblzo2.so:${PORTSDIR}/archivers/lzo2 +LZO_LIB_DEPENDS= liblzo2.so:archivers/lzo2 MECAB_CONFIGURE_ENABLE= mecab -MECAB_LIB_DEPENDS= libmecab.so:${PORTSDIR}/japanese/mecab -MECAB_RUN_DEPENDS= ${LOCALBASE}/lib/mecab/dic/ipadic/matrix.bin:${PORTSDIR}/japanese/mecab-ipadic +MECAB_LIB_DEPENDS= libmecab.so:japanese/mecab +MECAB_RUN_DEPENDS= ${LOCALBASE}/lib/mecab/dic/ipadic/matrix.bin:japanese/mecab-ipadic post-patch: @${REINPLACE_CMD} -e 's|@libdir@/pkgconfig|${PREFIX}/libdata/pkgconfig|' \ diff --git a/textproc/hyphen/Makefile b/textproc/hyphen/Makefile index 612f84d1589b..575d6b9b530f 100644 --- a/textproc/hyphen/Makefile +++ b/textproc/hyphen/Makefile @@ -12,7 +12,7 @@ COMMENT= Library for high quality hyphenation and justification LICENSE= LGPL21 LGPL3 MPL LICENSE_COMB= dual -BUILD_DEPENDS= gawk:${PORTSDIR}/lang/gawk +BUILD_DEPENDS= gawk:lang/gawk CONFIGURE_ENV= ac_cv_prog_AWK=gawk GNU_CONFIGURE= yes diff --git a/textproc/ibus-el/Makefile b/textproc/ibus-el/Makefile index c696f476820e..70ffaa721a35 100644 --- a/textproc/ibus-el/Makefile +++ b/textproc/ibus-el/Makefile @@ -11,8 +11,8 @@ PKGNAMESUFFIX= -${EMACS_PORT_NAME} MAINTAINER= ume@FreeBSD.org COMMENT= IBus client for GNU Emacs -RUN_DEPENDS= ibus-daemon:${PORTSDIR}/textproc/ibus \ - ${PYTHON_SITELIBDIR}/Xlib/X.py:${PORTSDIR}/x11-toolkits/py-xlib +RUN_DEPENDS= ibus-daemon:textproc/ibus \ + ${PYTHON_SITELIBDIR}/Xlib/X.py:x11-toolkits/py-xlib USES= python:run USE_EMACS= yes diff --git a/textproc/ibus-kmfl/Makefile b/textproc/ibus-kmfl/Makefile index cd70846554a6..cbfe135d2a32 100644 --- a/textproc/ibus-kmfl/Makefile +++ b/textproc/ibus-kmfl/Makefile @@ -12,10 +12,10 @@ DIST_SUBDIR= kmfl MAINTAINER= nikola.lecic@anthesphoria.net COMMENT= KMFL IMEngine for IBus framework -LIB_DEPENDS= libibus-1.0.so:${PORTSDIR}/textproc/ibus \ - libkmfl.so:${PORTSDIR}/textproc/libkmfl \ - libkmflcomp.so:${PORTSDIR}/textproc/kmflcomp -RUN_DEPENDS= kmflcomp:${PORTSDIR}/textproc/kmflcomp +LIB_DEPENDS= libibus-1.0.so:textproc/ibus \ + libkmfl.so:textproc/libkmfl \ + libkmflcomp.so:textproc/kmflcomp +RUN_DEPENDS= kmflcomp:textproc/kmflcomp USES= pkgconfig gmake USE_GNOME= glib20 diff --git a/textproc/ibus-m17n/Makefile b/textproc/ibus-m17n/Makefile index d149786bac48..1490339d194d 100644 --- a/textproc/ibus-m17n/Makefile +++ b/textproc/ibus-m17n/Makefile @@ -13,9 +13,9 @@ COMMENT= The m17n IMEngine for IBus framework LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -LIB_DEPENDS= libibus-1.0.so:${PORTSDIR}/textproc/ibus \ - libm17n.so:${PORTSDIR}/devel/m17n-lib -RUN_DEPENDS= ibus-daemon:${PORTSDIR}/textproc/ibus +LIB_DEPENDS= libibus-1.0.so:textproc/ibus \ + libm17n.so:devel/m17n-lib +RUN_DEPENDS= ibus-daemon:textproc/ibus PROJECTHOST= ibus diff --git a/textproc/ibus-qt/Makefile b/textproc/ibus-qt/Makefile index 1b23658c63e2..01c22a2f700d 100644 --- a/textproc/ibus-qt/Makefile +++ b/textproc/ibus-qt/Makefile @@ -15,10 +15,10 @@ COMMENT= IBus input method module for Qt4 LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -BUILD_DEPENDS= ibus>=1.3.7:${PORTSDIR}/textproc/ibus -RUN_DEPENDS= ibus>=1.3.7:${PORTSDIR}/textproc/ibus -LIB_DEPENDS= libdbus-1.so:${PORTSDIR}/devel/dbus \ - libicuuc.so:${PORTSDIR}/devel/icu +BUILD_DEPENDS= ibus>=1.3.7:textproc/ibus +RUN_DEPENDS= ibus>=1.3.7:textproc/ibus +LIB_DEPENDS= libdbus-1.so:devel/dbus \ + libicuuc.so:devel/icu GH_ACCOUNT= ibus diff --git a/textproc/ibus-table/Makefile b/textproc/ibus-table/Makefile index 768c8bc41931..2eac000ad382 100644 --- a/textproc/ibus-table/Makefile +++ b/textproc/ibus-table/Makefile @@ -10,9 +10,9 @@ MASTER_SITES= GOOGLE_CODE MAINTAINER= nikola.lecic@anthesphoria.net COMMENT= Table based input method framework for IBus -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>0:${PORTSDIR}/databases/py-sqlite3 -LIB_DEPENDS= libibus-1.0.so:${PORTSDIR}/textproc/ibus -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>0:${PORTSDIR}/databases/py-sqlite3 +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3 +LIB_DEPENDS= libibus-1.0.so:textproc/ibus +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3 USE_GNOME= pygtk2 USES= gmake pkgconfig python diff --git a/textproc/ibus/Makefile b/textproc/ibus/Makefile index bfdd515fab31..e18b2a55998a 100644 --- a/textproc/ibus/Makefile +++ b/textproc/ibus/Makefile @@ -13,14 +13,14 @@ COMMENT= Intelligent Input Bus for Linux / Unix OS LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/COPYING -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dbus>=0.83.0:${PORTSDIR}/devel/py-dbus \ - ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dbus>=0.83.0:${PORTSDIR}/devel/py-dbus \ - ${PYTHON_SITELIBDIR}/gtk-2.0/pynotify/__init__.py:${PORTSDIR}/devel/py-notify \ - ${PYTHON_SITELIBDIR}/xdg/__init__.py:${PORTSDIR}/devel/py-xdg \ - ${LOCALBASE}/share/xml/iso-codes/iso_639.xml:${PORTSDIR}/misc/iso-codes \ - setxkbmap:${PORTSDIR}/x11/setxkbmap -LIB_DEPENDS= libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dbus>=0.83.0:devel/py-dbus \ + ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:misc/iso-codes +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dbus>=0.83.0:devel/py-dbus \ + ${PYTHON_SITELIBDIR}/gtk-2.0/pynotify/__init__.py:devel/py-notify \ + ${PYTHON_SITELIBDIR}/xdg/__init__.py:devel/py-xdg \ + ${LOCALBASE}/share/xml/iso-codes/iso_639.xml:misc/iso-codes \ + setxkbmap:x11/setxkbmap +LIB_DEPENDS= libdbus-glib-1.so:devel/dbus-glib USES= compiler cpe gmake libtool pathfix pkgconfig python USE_GNOME= glib20 intltool librsvg2 pygobject3 @@ -58,14 +58,14 @@ GTK2_CONFIGURE_ENABLE= gtk2 GTK3_USE= GNOME=gtk30 XORG=x11 GTK3_CONFIGURE_ENABLE= gtk3 libnotify -GTK3_LIB_DEPENDS= libnotify.so:${PORTSDIR}/devel/libnotify +GTK3_LIB_DEPENDS= libnotify.so:devel/libnotify GTK3_LIBS= -lX11 -VALA_BUILD_DEPENDS= vala>=0.20:${PORTSDIR}/lang/vala +VALA_BUILD_DEPENDS= vala>=0.20:lang/vala VALA_CONFIGURE_ENABLE= vala -GINTRO_BUILD_DEPENDS= gobject-introspection>=0.6.8:${PORTSDIR}/devel/gobject-introspection -GINTRO_RUN_DEPENDS= gobject-introspection>=0.6.8:${PORTSDIR}/devel/gobject-introspection +GINTRO_BUILD_DEPENDS= gobject-introspection>=0.6.8:devel/gobject-introspection +GINTRO_RUN_DEPENDS= gobject-introspection>=0.6.8:devel/gobject-introspection GINTRO_CONFIGURE_ON= --enable-introspection=yes GINTRO_CONFIGURE_OFF= --enable-introspection=no diff --git a/textproc/idnits/Makefile b/textproc/idnits/Makefile index c2ec2d704976..59a02e6efbde 100644 --- a/textproc/idnits/Makefile +++ b/textproc/idnits/Makefile @@ -13,7 +13,7 @@ COMMENT= Looks for problems in internet draft formatting LICENSE= GPLv2 GPLv3 LICENSE_COMB= dual -RUN_DEPENDS= bash:${PORTSDIR}/shells/bash +RUN_DEPENDS= bash:shells/bash NO_ARCH= yes NO_BUILD= yes diff --git a/textproc/iksemel/Makefile b/textproc/iksemel/Makefile index 19d4df23320c..87c48f036266 100644 --- a/textproc/iksemel/Makefile +++ b/textproc/iksemel/Makefile @@ -13,7 +13,7 @@ COMMENT= XML parser library mainly designed for Jabber applications LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/COPYING -LIB_DEPENDS= libgnutls.so:${PORTSDIR}/security/gnutls +LIB_DEPENDS= libgnutls.so:security/gnutls USES= autoreconf libtool makeinfo pathfix pkgconfig PATHFIX_MAKEFILEIN= Makefile.am diff --git a/textproc/info2man/Makefile b/textproc/info2man/Makefile index 78a5a0ed568e..3420038f7c96 100644 --- a/textproc/info2man/Makefile +++ b/textproc/info2man/Makefile @@ -12,7 +12,7 @@ DIST_SUBDIR= ${PORTNAME}-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Translate GNU info files into man pages -RUN_DEPENDS= p5-Perl4-CoreLibs>0:${PORTSDIR}/devel/p5-Perl4-CoreLibs +RUN_DEPENDS= p5-Perl4-CoreLibs>0:devel/p5-Perl4-CoreLibs USES= perl5 shebangfix NO_WRKSUBDIR= yes NO_BUILD= yes diff --git a/textproc/intltool/Makefile b/textproc/intltool/Makefile index c36ef6f85fd9..e84b4c1305ff 100644 --- a/textproc/intltool/Makefile +++ b/textproc/intltool/Makefile @@ -11,8 +11,8 @@ DIST_SUBDIR= gnome MAINTAINER= gnome@FreeBSD.org COMMENT= Tools to internationalize various kinds of data files -BUILD_DEPENDS= p5-XML-Parser>=0:${PORTSDIR}/textproc/p5-XML-Parser -RUN_DEPENDS= p5-XML-Parser>=0:${PORTSDIR}/textproc/p5-XML-Parser +BUILD_DEPENDS= p5-XML-Parser>=0:textproc/p5-XML-Parser +RUN_DEPENDS= p5-XML-Parser>=0:textproc/p5-XML-Parser USES= iconv gmake perl5 GNU_CONFIGURE= yes diff --git a/textproc/irstlm/Makefile b/textproc/irstlm/Makefile index 157a8094cbcb..633b78b70be1 100644 --- a/textproc/irstlm/Makefile +++ b/textproc/irstlm/Makefile @@ -10,7 +10,7 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-5.80 MAINTAINER= demon@FreeBSD.org COMMENT= The IRST Language Modeling Toolkit -RUN_DEPENDS= ${LOCALBASE}/bin/bash:${PORTSDIR}/shells/bash +RUN_DEPENDS= ${LOCALBASE}/bin/bash:shells/bash GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-shared diff --git a/textproc/iso12083/Makefile b/textproc/iso12083/Makefile index c82336f08f44..390fcd2bc9c9 100644 --- a/textproc/iso12083/Makefile +++ b/textproc/iso12083/Makefile @@ -12,7 +12,7 @@ EXTRACT_ONLY= # empty MAINTAINER= kuriyama@FreeBSD.org COMMENT= SGML DTDs from the The Electronic Publishing Special Interest Group -RUN_DEPENDS= ${XMLCATMGR}:${PORTSDIR}/textproc/xmlcatmgr +RUN_DEPENDS= ${XMLCATMGR}:textproc/xmlcatmgr DIST_SUBDIR= iso12083 diff --git a/textproc/iso8879/Makefile b/textproc/iso8879/Makefile index 91ef807a8bf3..6bf8a4151b4a 100644 --- a/textproc/iso8879/Makefile +++ b/textproc/iso8879/Makefile @@ -11,7 +11,7 @@ DISTNAME= isoENTS MAINTAINER= kuriyama@FreeBSD.org COMMENT= Character entity sets from ISO 8879:1986 (SGML) -RUN_DEPENDS= ${XMLCATMGR}:${PORTSDIR}/textproc/xmlcatmgr +RUN_DEPENDS= ${XMLCATMGR}:textproc/xmlcatmgr USES= zip NO_BUILD= yes diff --git a/textproc/itstool/Makefile b/textproc/itstool/Makefile index 141a3285f7a2..5dee32c1ec59 100644 --- a/textproc/itstool/Makefile +++ b/textproc/itstool/Makefile @@ -13,8 +13,8 @@ COMMENT= Make XML documents translatable through po files LICENSE= GPLv3 -BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/libxml2.py:${PORTSDIR}/textproc/py-libxml2 -RUN_DEPENDS= ${PYTHON_SITELIBDIR}/libxml2.py:${PORTSDIR}/textproc/py-libxml2 +BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/libxml2.py:textproc/py-libxml2 +RUN_DEPENDS= ${PYTHON_SITELIBDIR}/libxml2.py:textproc/py-libxml2 USES= python:2,run tar:bzip2 GNU_CONFIGURE= yes diff --git a/textproc/jade/Makefile b/textproc/jade/Makefile index 74701006f54b..c6fc83cb9dbb 100644 --- a/textproc/jade/Makefile +++ b/textproc/jade/Makefile @@ -16,7 +16,7 @@ PATCH_DIST_STRIP= -p1 MAINTAINER= kuriyama@FreeBSD.org COMMENT= Object-oriented SGML/XML parser toolkit and DSSSL engine -RUN_DEPENDS= ${XMLCATMGR}:${PORTSDIR}/textproc/xmlcatmgr +RUN_DEPENDS= ${XMLCATMGR}:textproc/xmlcatmgr CONFLICTS= sp-1.* diff --git a/textproc/jakarta-commons-digester/Makefile b/textproc/jakarta-commons-digester/Makefile index 952a3779a12b..f0817902d423 100644 --- a/textproc/jakarta-commons-digester/Makefile +++ b/textproc/jakarta-commons-digester/Makefile @@ -33,11 +33,11 @@ PORTDOCS= * .include <bsd.port.pre.mk> -JAR_DEPENDS= ${JAVALIBDIR}/commons-beanutils.jar:${PORTSDIR}/java/jakarta-commons-beanutils \ - ${JAVALIBDIR}/commons-logging.jar:${PORTSDIR}/java/jakarta-commons-logging \ - ${JAVALIBDIR}/commons-collections.jar:${PORTSDIR}/java/jakarta-commons-collections +JAR_DEPENDS= ${JAVALIBDIR}/commons-beanutils.jar:java/jakarta-commons-beanutils \ + ${JAVALIBDIR}/commons-logging.jar:java/jakarta-commons-logging \ + ${JAVALIBDIR}/commons-collections.jar:java/jakarta-commons-collections .if ${JAVA_PORT_VERSION:C/^([0-9])\.([0-9])(.*)$/\1.\2/} != "1.4" -JAR_DEPENDS+= ${JAVALIBDIR}/xercesImpl.jar:${PORTSDIR}/textproc/xerces-j +JAR_DEPENDS+= ${JAVALIBDIR}/xercesImpl.jar:textproc/xerces-j .endif do-install: diff --git a/textproc/jaxup/Makefile b/textproc/jaxup/Makefile index b94ec0e11f40..a2e082fc542e 100644 --- a/textproc/jaxup/Makefile +++ b/textproc/jaxup/Makefile @@ -14,9 +14,9 @@ COMMENT= Java XUpdate engine BUILD_DEPENDS= ${JAR_DEPENDS} RUN_DEPENDS= ${JAR_DEPENDS} -JAR_DEPENDS= ${JAVALIBDIR}/jdom.jar:${PORTSDIR}/java/jdom \ - ${JAVALIBDIR}/jaxen-full.jar:${PORTSDIR}/java/jaxen \ - ${JAVALIBDIR}/xercesImpl.jar:${PORTSDIR}/textproc/xerces-j +JAR_DEPENDS= ${JAVALIBDIR}/jdom.jar:java/jdom \ + ${JAVALIBDIR}/jaxen-full.jar:java/jaxen \ + ${JAVALIBDIR}/xercesImpl.jar:textproc/xerces-j USES= zip WRKSRC= ${WRKDIR}/${PORTNAME} diff --git a/textproc/jdictionary/Makefile.plugin b/textproc/jdictionary/Makefile.plugin index c2d412c4b13b..dc5d415fe08e 100644 --- a/textproc/jdictionary/Makefile.plugin +++ b/textproc/jdictionary/Makefile.plugin @@ -6,7 +6,7 @@ EXTRACT_SUFX= # MAINTAINER?= jmohacsi@bsd.hu COMMENT?= JDictionary plugin master port -RUN_DEPENDS+= jdictionary:${PORTSDIR}/textproc/jdictionary +RUN_DEPENDS+= jdictionary:textproc/jdictionary # WARNING: USE_JAVA is set to be able to use JAVASHAREDIR. # Please make sure that JAVA_VERSION here is the same as in Makefile. diff --git a/textproc/jq/Makefile b/textproc/jq/Makefile index d402436f8a0a..26659c074289 100644 --- a/textproc/jq/Makefile +++ b/textproc/jq/Makefile @@ -32,7 +32,7 @@ DOCS_MAKE_ARGS_OFF= docdir= DOCS_CONFIGURE_ENABLE= docs ONIGURUMA_DESC= With oniguruma BSDL regular expression library -ONIGURUMA_LIB_DEPENDS= libonig.so:${PORTSDIR}/devel/oniguruma5 +ONIGURUMA_LIB_DEPENDS= libonig.so:devel/oniguruma5 #ONIGURUMA_CONFIGURE_WITH=oniguruma=${LOCALBASE} # pending resolution of https://github.com/stedolan/jq/issues/1021, next line is the workaround ONIGURUMA_CONFIGURE_ON= --with-oniguruma=${LOCALBASE} diff --git a/textproc/jrefentry/Makefile b/textproc/jrefentry/Makefile index 5b48b68edf50..2a806d33821b 100644 --- a/textproc/jrefentry/Makefile +++ b/textproc/jrefentry/Makefile @@ -10,7 +10,7 @@ MASTER_SITES= SF/docbook/OldFiles MAINTAINER= ports@FreeBSD.org COMMENT= DocBook XML JRefEntry DTD -RUN_DEPENDS= docbook-xml>0:${PORTSDIR}/textproc/docbook-xml +RUN_DEPENDS= docbook-xml>0:textproc/docbook-xml NO_BUILD= yes diff --git a/textproc/jshon/Makefile b/textproc/jshon/Makefile index f17af6480b43..71ce4a02d758 100644 --- a/textproc/jshon/Makefile +++ b/textproc/jshon/Makefile @@ -10,7 +10,7 @@ COMMENT= JSON parser for the shell LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -LIB_DEPENDS= libjansson.so:${PORTSDIR}/devel/jansson +LIB_DEPENDS= libjansson.so:devel/jansson USE_GITHUB= yes GH_ACCOUNT= keenerd diff --git a/textproc/kenlm/Makefile b/textproc/kenlm/Makefile index 0a1e01b76c85..63af5ee8d0e7 100644 --- a/textproc/kenlm/Makefile +++ b/textproc/kenlm/Makefile @@ -10,9 +10,9 @@ DISTNAME= ${PORTNAME} MAINTAINER= demon@FreeBSD.org COMMENT= KenLM Language Model Toolkit -BUILD_DEPENDS= bjam:${PORTSDIR}/devel/boost-jam \ - bash:${PORTSDIR}/shells/bash -LIB_DEPENDS= libboost_thread.so:${PORTSDIR}/devel/boost-libs +BUILD_DEPENDS= bjam:devel/boost-jam \ + bash:shells/bash +LIB_DEPENDS= libboost_thread.so:devel/boost-libs USES+= compiler:c++11-lib USE_LDCONFIG= yes diff --git a/textproc/kibana41/Makefile b/textproc/kibana41/Makefile index ea05ed9d965f..72db1d1459be 100644 --- a/textproc/kibana41/Makefile +++ b/textproc/kibana41/Makefile @@ -13,7 +13,7 @@ COMMENT= Browser based analytics and search interface to ElasticSearch LICENSE= APACHE20 -RUN_DEPENDS= node010>=0:${PORTSDIR}/www/node010 +RUN_DEPENDS= node010>=0:www/node010 NO_BUILD= yes NO_ARCH= yes diff --git a/textproc/kibana42/Makefile b/textproc/kibana42/Makefile index 0c69249d5daa..384f0a396d3c 100644 --- a/textproc/kibana42/Makefile +++ b/textproc/kibana42/Makefile @@ -15,7 +15,7 @@ COMMENT= Browser based analytics and search interface to ElasticSearch LICENSE= APACHE20 -RUN_DEPENDS= node012>=0:${PORTSDIR}/www/node012 +RUN_DEPENDS= node012>=0:www/node012 NO_BUILD= yes NO_ARCH= yes diff --git a/textproc/kmfl-european-latin/Makefile b/textproc/kmfl-european-latin/Makefile index 928386bb7557..8e491a3ae4b3 100644 --- a/textproc/kmfl-european-latin/Makefile +++ b/textproc/kmfl-european-latin/Makefile @@ -13,8 +13,8 @@ DIST_SUBDIR= kmfl MAINTAINER= nikola.lecic@anthesphoria.net COMMENT= Paneuropean Latin KMFL keyboard covering 120 languages -BUILD_DEPENDS= base64:${PORTSDIR}/converters/base64 -RUN_DEPENDS= kmflcomp:${PORTSDIR}/textproc/kmflcomp +BUILD_DEPENDS= base64:converters/base64 +RUN_DEPENDS= kmflcomp:textproc/kmflcomp WRKSRC= ${WRKDIR}/EuroLatin\ Source\ Files USES= dos2unix zip diff --git a/textproc/kmfl-khmer/Makefile b/textproc/kmfl-khmer/Makefile index f499d66b9914..5c368ed3298f 100644 --- a/textproc/kmfl-khmer/Makefile +++ b/textproc/kmfl-khmer/Makefile @@ -9,7 +9,7 @@ PKGNAMEPREFIX= kmfl- MAINTAINER= buganini@gmail.com COMMENT= KMFL SCIM IMEngine keyboard for Khmer language -RUN_DEPENDS= kmflcomp:${PORTSDIR}/textproc/kmflcomp +RUN_DEPENDS= kmflcomp:textproc/kmflcomp USE_GITHUB= yes GH_ACCOUNT= buganini diff --git a/textproc/kmfl-sil-ezra/Makefile b/textproc/kmfl-sil-ezra/Makefile index ee292cc43b1b..454be3959daf 100644 --- a/textproc/kmfl-sil-ezra/Makefile +++ b/textproc/kmfl-sil-ezra/Makefile @@ -16,7 +16,7 @@ EXTRACT_ONLY= EzraSIL251_Src.zip MAINTAINER= nikola.lecic@anthesphoria.net COMMENT= KMFL keyboard for Unicode Biblical Hebrew -RUN_DEPENDS= kmflcomp:${PORTSDIR}/textproc/kmflcomp +RUN_DEPENDS= kmflcomp:textproc/kmflcomp WRKSRC= ${WRKDIR}/EzraSIL2.51 USES= dos2unix zip diff --git a/textproc/kmfl-sil-galatia/Makefile b/textproc/kmfl-sil-galatia/Makefile index 1bc54bbcfb42..99778b730e43 100644 --- a/textproc/kmfl-sil-galatia/Makefile +++ b/textproc/kmfl-sil-galatia/Makefile @@ -13,7 +13,7 @@ DIST_SUBDIR= kmfl MAINTAINER= nikola.lecic@anthesphoria.net COMMENT= KMFL Unicode keyboard for typesetting Ancient Greek -RUN_DEPENDS= kmflcomp:${PORTSDIR}/textproc/kmflcomp +RUN_DEPENDS= kmflcomp:textproc/kmflcomp USES= dos2unix zip DOS2UNIX_FILES= GrkPolyCompv${PORTVERSION:S|.||}.KMN diff --git a/textproc/kmfl-sil-ipa-unicode/Makefile b/textproc/kmfl-sil-ipa-unicode/Makefile index 40dbb39c7336..12aa2eafc5b6 100644 --- a/textproc/kmfl-sil-ipa-unicode/Makefile +++ b/textproc/kmfl-sil-ipa-unicode/Makefile @@ -15,7 +15,7 @@ EXTRACT_ONLY= IPAUni_Src12.zip MAINTAINER= nikola.lecic@anthesphoria.net COMMENT= IPA Unicode 5.1 mnemonic keyboard for KMFL IMEngine -RUN_DEPENDS= kmflcomp:${PORTSDIR}/textproc/kmflcomp +RUN_DEPENDS= kmflcomp:textproc/kmflcomp USES= dos2unix zip WRKSRC= ${WRKDIR}/IPA12 diff --git a/textproc/kmfl-sil-panafrican-latin/Makefile b/textproc/kmfl-sil-panafrican-latin/Makefile index a88fdd3c9001..1b60c72e2928 100644 --- a/textproc/kmfl-sil-panafrican-latin/Makefile +++ b/textproc/kmfl-sil-panafrican-latin/Makefile @@ -14,7 +14,7 @@ DIST_SUBDIR= kmfl MAINTAINER= nikola.lecic@anthesphoria.net COMMENT= KMFL keyboard for African Latin writing systems -RUN_DEPENDS= kmflcomp:${PORTSDIR}/textproc/kmflcomp +RUN_DEPENDS= kmflcomp:textproc/kmflcomp WRKSRC= ${WRKDIR} USES= dos2unix zip diff --git a/textproc/kmfl-sil-yi/Makefile b/textproc/kmfl-sil-yi/Makefile index f0ee36237f50..8b28065dcfb1 100644 --- a/textproc/kmfl-sil-yi/Makefile +++ b/textproc/kmfl-sil-yi/Makefile @@ -13,7 +13,7 @@ DIST_SUBDIR= kmfl MAINTAINER= nikola.lecic@anthesphoria.net COMMENT= KMFL Unicode keyboard for standardized Yi script -RUN_DEPENDS= kmflcomp:${PORTSDIR}/textproc/kmflcomp +RUN_DEPENDS= kmflcomp:textproc/kmflcomp WRKSRC= ${WRKDIR} USES= dos2unix zip diff --git a/textproc/kmfl-varamozhi-malayalam/Makefile b/textproc/kmfl-varamozhi-malayalam/Makefile index 9bc2de30d9b8..51920f4f5b39 100644 --- a/textproc/kmfl-varamozhi-malayalam/Makefile +++ b/textproc/kmfl-varamozhi-malayalam/Makefile @@ -13,7 +13,7 @@ DIST_SUBDIR= kmfl MAINTAINER= nikola.lecic@anthesphoria.net COMMENT= KMFL Malayalam keyboard according to the Mozhi scheme -RUN_DEPENDS= kmflcomp:${PORTSDIR}/textproc/kmflcomp +RUN_DEPENDS= kmflcomp:textproc/kmflcomp USES= dos2unix zip DOS2UNIX_FILES= mozhi_1.1.0.kmn diff --git a/textproc/kmflcomp/Makefile b/textproc/kmflcomp/Makefile index 4d1245a23e2e..7f9c6bea2c5d 100644 --- a/textproc/kmflcomp/Makefile +++ b/textproc/kmflcomp/Makefile @@ -16,7 +16,7 @@ EXTRACT_ONLY= ${DISTNAME}.tar.gz MAINTAINER= nikola.lecic@anthesphoria.net COMMENT= Compiler of Keyman KMFL keyboard sources to use with SCIM/IBus -BUILD_DEPENDS= bison:${PORTSDIR}/devel/bison +BUILD_DEPENDS= bison:devel/bison USE_XORG= x11 USE_LDCONFIG= yes diff --git a/textproc/kompare/Makefile b/textproc/kompare/Makefile index b4d64ea8f2bc..e155984d0891 100644 --- a/textproc/kompare/Makefile +++ b/textproc/kompare/Makefile @@ -10,7 +10,7 @@ DIST_SUBDIR= KDE/${PORTVERSION} MAINTAINER= kde@FreeBSD.org COMMENT= Diff/Patch Frontend -LIB_DEPENDS= libkomparediff2.so:${PORTSDIR}/textproc/libkomparediff2 +LIB_DEPENDS= libkomparediff2.so:textproc/libkomparediff2 USE_KDE4= kdelibs kdeprefix automoc4 USES= cmake:outsource tar:xz diff --git a/textproc/lasem/Makefile b/textproc/lasem/Makefile index 12c2c2c726e8..4ecda06dac89 100644 --- a/textproc/lasem/Makefile +++ b/textproc/lasem/Makefile @@ -13,7 +13,7 @@ COMMENT= SVG/Mathml renderer and editor LICENSE= GPLv2 -RUN_DEPENDS= stixfonts>0:${PORTSDIR}/x11-fonts/stix-fonts +RUN_DEPENDS= stixfonts>0:x11-fonts/stix-fonts GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include diff --git a/textproc/latex2html/Makefile b/textproc/latex2html/Makefile index a7ddfa2b8b33..920895226378 100644 --- a/textproc/latex2html/Makefile +++ b/textproc/latex2html/Makefile @@ -10,7 +10,7 @@ MASTER_SITES= TEX_CTAN/support/${PORTNAME} MAINTAINER= hrs@FreeBSD.org COMMENT= Convert LaTeX documents to HTML -BUILD_DEPENDS= ${LOCALBASE}/bin/anytopnm:${PORTSDIR}/graphics/netpbm +BUILD_DEPENDS= ${LOCALBASE}/bin/anytopnm:graphics/netpbm RUN_DEPENDS:= ${BUILD_DEPENDS} CONFLICTS= ja-latex2html-[0-9]* diff --git a/textproc/libabw/Makefile b/textproc/libabw/Makefile index b49b76571351..7da54bbc5c79 100644 --- a/textproc/libabw/Makefile +++ b/textproc/libabw/Makefile @@ -11,8 +11,8 @@ COMMENT= Library providing ability to interpret Abiword documents LICENSE= MPL -BUILD_DEPENDS= ${LOCALBASE}/include/boost/algorithm/string.hpp:${PORTSDIR}/devel/boost-libs -LIB_DEPENDS= librevenge-0.0.so:${PORTSDIR}/textproc/librevenge +BUILD_DEPENDS= ${LOCALBASE}/include/boost/algorithm/string.hpp:devel/boost-libs +LIB_DEPENDS= librevenge-0.0.so:textproc/librevenge USES= gperf perl5 libtool pathfix pkgconfig tar:xz USE_LDCONFIG= yes diff --git a/textproc/libcrm114/Makefile b/textproc/libcrm114/Makefile index 8c7ae8b9dc24..1994dd098b14 100644 --- a/textproc/libcrm114/Makefile +++ b/textproc/libcrm114/Makefile @@ -9,7 +9,7 @@ MASTER_SITES= http://crm114.sourceforge.net/tarballs/ MAINTAINER= info@mschuette.name COMMENT= CRM114 C-callable Library -LIB_DEPENDS= libtre.so:${PORTSDIR}/textproc/libtre +LIB_DEPENDS= libtre.so:textproc/libtre LICENSE= LGPL3 diff --git a/textproc/libcss/Makefile b/textproc/libcss/Makefile index 1500724f1fcf..7541ccb5eaae 100644 --- a/textproc/libcss/Makefile +++ b/textproc/libcss/Makefile @@ -12,9 +12,9 @@ COMMENT= Cascading Style Sheets library LICENSE= MIT -BUILD_DEPENDS= netsurf-buildsystem>=1.5:${PORTSDIR}/devel/netsurf-buildsystem -LIB_DEPENDS= libwapcaplet.so:${PORTSDIR}/textproc/libwapcaplet \ - libparserutils.so:${PORTSDIR}/devel/libparserutils +BUILD_DEPENDS= netsurf-buildsystem>=1.5:devel/netsurf-buildsystem +LIB_DEPENDS= libwapcaplet.so:textproc/libwapcaplet \ + libparserutils.so:devel/libparserutils USES= gmake iconv:wchar_t localbase pkgconfig USE_LDCONFIG= yes diff --git a/textproc/libe-book/Makefile b/textproc/libe-book/Makefile index eacf2f399f3d..e698be1c4e5b 100644 --- a/textproc/libe-book/Makefile +++ b/textproc/libe-book/Makefile @@ -11,9 +11,9 @@ COMMENT= Library for import of reflowable e-book formats LICENSE= MPL -BUILD_DEPENDS= ${LOCALBASE}/include/boost/algorithm/string.hpp:${PORTSDIR}/devel/boost-libs -LIB_DEPENDS= libicui18n.so:${PORTSDIR}/devel/icu \ - librevenge-0.0.so:${PORTSDIR}/textproc/librevenge +BUILD_DEPENDS= ${LOCALBASE}/include/boost/algorithm/string.hpp:devel/boost-libs +LIB_DEPENDS= libicui18n.so:devel/icu \ + librevenge-0.0.so:textproc/librevenge OPTIONS_DEFINE= DOCS @@ -29,7 +29,7 @@ CONFIGURE_ARGS= --disable-werror --disable-tests CPPFLAGS+= -I${LOCALBASE}/include -DBOOST_ERROR_CODE_HEADER_ONLY PORTDOCS= * -DOCS_BUILD_DEPENDS= doxygen:${PORTSDIR}/devel/doxygen +DOCS_BUILD_DEPENDS= doxygen:devel/doxygen DOCS_CONFIGURE_OFF= --without-docs .include <bsd.port.mk> diff --git a/textproc/libextractor/Makefile b/textproc/libextractor/Makefile index 4bccbfeca61d..7a6ec8181470 100644 --- a/textproc/libextractor/Makefile +++ b/textproc/libextractor/Makefile @@ -12,7 +12,7 @@ COMMENT= Library for keyword extraction LICENSE= GPLv3+ -LIB_DEPENDS= libltdl.so:${PORTSDIR}/devel/libltdl +LIB_DEPENDS= libltdl.so:devel/libltdl USES= iconv gettext libtool makeinfo pathfix pkgconfig python USE_GNOME= gtk20 @@ -35,35 +35,35 @@ OPTIONS_DEFAULT= EXIV2 FFMPEG FLAC GIF GSF GSTREAMER MPEG2 MP4 \ RPM SMF TIDY VORBIS OPTIONS_SUB= yes -EXIV2_LIB_DEPENDS= libexiv2.so:${PORTSDIR}/graphics/exiv2 +EXIV2_LIB_DEPENDS= libexiv2.so:graphics/exiv2 EXIV2_CONFIGURE_ENV= EXIV2_H="<exiv2/image.hpp>" EXIV2_CONFIGURE_ENV_OFF= EXIV2_H="" -FLAC_LIB_DEPENDS= libFLAC.so:${PORTSDIR}/audio/flac +FLAC_LIB_DEPENDS= libFLAC.so:audio/flac FLAC_CONFIGURE_ENV_OFF= ac_cv_lib_FLAC_FLAC__stream_decoder_init_stream=no -FFMPEG_LIB_DEPENDS= libavcodec.so:${PORTSDIR}/multimedia/ffmpeg +FFMPEG_LIB_DEPENDS= libavcodec.so:multimedia/ffmpeg FFMPEG_CONFIGURE_ENABLE= ffmpeg -GIF_LIB_DEPENDS= libgif.so:${PORTSDIR}/graphics/giflib +GIF_LIB_DEPENDS= libgif.so:graphics/giflib GIF_CONFIGURE_ENV_OFF= ac_cv_lib_gif_DGifOpen=no GSF_DESC= GSF (OLE2 (MS office) support) GSF_USE= gnome=libgsf GSF_CONFIGURE_ENV_OFF= ac_cv_lib_gsf_1_gsf_init=no GSTREAMER_USE= gstreamer1=yes GSTREAMER_CONFIGURE_WITH= gstreamer -MPEG2_LIB_DEPENDS= libmpeg2.so:${PORTSDIR}/multimedia/libmpeg2 +MPEG2_LIB_DEPENDS= libmpeg2.so:multimedia/libmpeg2 MPEG2_CONFIGURE_ENV_OFF= ac_cv_lib_mpeg2_mpeg2_init=no -MP4_LIB_DEPENDS= libmp4v2.so:${PORTSDIR}/multimedia/mp4v2 +MP4_LIB_DEPENDS= libmp4v2.so:multimedia/mp4v2 MP4_CONFIGURE_ENV_OFF= ac_cv_lib_mp4v2_MP4ReadProvider=no RPM_DESC= RPM support -RPM_LIB_DEPENDS= librpm.so:${PORTSDIR}/archivers/rpm4 +RPM_LIB_DEPENDS= librpm.so:archivers/rpm4 RPM_CONFIGURE_ENV= ac_cv_lib_rpm_rpmReadPackageFile=yes RPM_CONFIGURE_ENV_OFF= ac_cv_lib_rpm_rpmReadPackageFile=no SMF_DESC= Standard MIDI file support via LibSMF -SMF_LIB_DEPENDS= libsmf.so:${PORTSDIR}/audio/libsmf +SMF_LIB_DEPENDS= libsmf.so:audio/libsmf SMF_CONFIGURE_ENV_OFF= ac_cv_lib_smf_smf_load_from_memory=no -TIDY_LIB_DEPENDS= libtidy.so:${PORTSDIR}/www/tidy-lib +TIDY_LIB_DEPENDS= libtidy.so:www/tidy-lib TIDY_CONFIGURE_ENV= TIDY_H="<tidy/tidy.h>" TIDY_CONFIGURE_ENV_OFF= TIDY_H="" -VORBIS_LIB_DEPENDS= libvorbisfile.so:${PORTSDIR}/audio/libvorbis +VORBIS_LIB_DEPENDS= libvorbisfile.so:audio/libvorbis VORBIS_CONFIGURE_ENV_OFF= ac_cv_lib_vorbisfile_ov_open_callbacks=no post-patch: diff --git a/textproc/libguess/Makefile b/textproc/libguess/Makefile index 8e5e5831beaa..61466a6ebd14 100644 --- a/textproc/libguess/Makefile +++ b/textproc/libguess/Makefile @@ -9,7 +9,7 @@ MASTER_SITES= http://distfiles.atheme.org/ MAINTAINER= wg@FreeBSD.org COMMENT= High-speed character set detection library -LIB_DEPENDS= libmowgli.so:${PORTSDIR}/devel/libmowgli +LIB_DEPENDS= libmowgli.so:devel/libmowgli USES= gmake pathfix pkgconfig GNU_CONFIGURE= yes diff --git a/textproc/libkmfl/Makefile b/textproc/libkmfl/Makefile index 9ce26156a2d9..3114e5ada404 100644 --- a/textproc/libkmfl/Makefile +++ b/textproc/libkmfl/Makefile @@ -12,7 +12,7 @@ DIST_SUBDIR= kmfl MAINTAINER= nikola.lecic@anthesphoria.net COMMENT= Engine to interpret compiled KMFL keyboard tables -LIB_DEPENDS= libkmflcomp.so:${PORTSDIR}/textproc/kmflcomp +LIB_DEPENDS= libkmflcomp.so:textproc/kmflcomp USE_LDCONFIG= yes USES= libtool diff --git a/textproc/libkolabxml/Makefile b/textproc/libkolabxml/Makefile index ebf163d4ebdd..ed47d661903e 100644 --- a/textproc/libkolabxml/Makefile +++ b/textproc/libkolabxml/Makefile @@ -13,10 +13,10 @@ COMMENT= Kolab XML Format Schema Definitions Library # are considered LGPL3-licensed, though. LICENSE= LGPL3 -BUILD_DEPENDS= xsdcxx:${PORTSDIR}/devel/xsd -LIB_DEPENDS= libboost_system.so:${PORTSDIR}/devel/boost-libs \ - libcurl.so:${PORTSDIR}/ftp/curl \ - libxerces-c.so.3:${PORTSDIR}/textproc/xerces-c3 +BUILD_DEPENDS= xsdcxx:devel/xsd +LIB_DEPENDS= libboost_system.so:devel/boost-libs \ + libcurl.so:ftp/curl \ + libxerces-c.so.3:textproc/xerces-c3 # TODO: Conditionally enable the bindings based on OPTIONs. CMAKE_ARGS= -DBUILD_TESTS:BOOL=OFF \ diff --git a/textproc/liblrdf/Makefile b/textproc/liblrdf/Makefile index 996ef6b009b7..53430833433f 100644 --- a/textproc/liblrdf/Makefile +++ b/textproc/liblrdf/Makefile @@ -13,11 +13,11 @@ COMMENT= Library for manipulating RDF files describing LADSPA plugins LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -BUILD_DEPENDS= ${LOCALBASE}/include/ladspa.h:${PORTSDIR}/audio/ladspa -LIB_DEPENDS= libicuuc.so:${PORTSDIR}/devel/icu \ - libyajl.so:${PORTSDIR}/devel/yajl \ - libcurl.so:${PORTSDIR}/ftp/curl \ - libraptor2.so:${PORTSDIR}/textproc/raptor2 +BUILD_DEPENDS= ${LOCALBASE}/include/ladspa.h:audio/ladspa +LIB_DEPENDS= libicuuc.so:devel/icu \ + libyajl.so:devel/yajl \ + libcurl.so:ftp/curl \ + libraptor2.so:textproc/raptor2 GNU_CONFIGURE= yes USES= autoreconf iconv libtool pathfix pkgconfig diff --git a/textproc/libmrss-php/Makefile b/textproc/libmrss-php/Makefile index 220a196fcf6d..2bf364d80c8d 100644 --- a/textproc/libmrss-php/Makefile +++ b/textproc/libmrss-php/Makefile @@ -14,7 +14,7 @@ COMMENT= PHP library for parsing, writing, and creating RSS LICENSE= LGPL21+ LICENSE_FILE= ${WRKSRC}/../COPYING -LIB_DEPENDS= libmrss.so:${PORTSDIR}/textproc/libmrss +LIB_DEPENDS= libmrss.so:textproc/libmrss GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include diff --git a/textproc/libmrss/Makefile b/textproc/libmrss/Makefile index 0b2db141de49..8706a057e864 100644 --- a/textproc/libmrss/Makefile +++ b/textproc/libmrss/Makefile @@ -13,8 +13,8 @@ COMMENT= C library for parsing, writing, and creating RSS LICENSE= LGPL21+ LICENSE_FILE= ${WRKSRC}/COPYING -LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl \ - libnxml.so:${PORTSDIR}/textproc/libnxml +LIB_DEPENDS= libcurl.so:ftp/curl \ + libnxml.so:textproc/libnxml GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include diff --git a/textproc/libmwaw03/Makefile b/textproc/libmwaw03/Makefile index 2d4e48ce2bac..1d4064e14689 100644 --- a/textproc/libmwaw03/Makefile +++ b/textproc/libmwaw03/Makefile @@ -12,7 +12,7 @@ COMMENT= Import library for some old mac text documents LICENSE= LGPL21 MPL LICENSE_COMB= dual -LIB_DEPENDS= librevenge-0.0.so:${PORTSDIR}/textproc/librevenge +LIB_DEPENDS= librevenge-0.0.so:textproc/librevenge CONFIGURE_ARGS= --disable-werror --without-docs CPPFLAGS+= -I${LOCALBASE}/include @@ -27,7 +27,7 @@ INSTALL_TARGET= install-strip .if ${COMPILER_FEATURES:Mlibc++} CONFIGURE_ARGS+= --with-sharedptr=c++11 .else -BUILD_DEPENDS+= ${LOCALBASE}/include/boost/shared_ptr.hpp:${PORTSDIR}/devel/boost-libs +BUILD_DEPENDS+= ${LOCALBASE}/include/boost/shared_ptr.hpp:devel/boost-libs CONFIGURE_ARGS+= --with-sharedptr=boost .endif diff --git a/textproc/libnxml/Makefile b/textproc/libnxml/Makefile index ccec237309ab..4ad917ff7fb2 100644 --- a/textproc/libnxml/Makefile +++ b/textproc/libnxml/Makefile @@ -11,7 +11,7 @@ MASTER_SITES= http://www.autistici.org/bakunin/libnxml/ \ MAINTAINER= nivit@FreeBSD.org COMMENT= C library for writing XML 1.0/1.1 files or streams -LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl +LIB_DEPENDS= libcurl.so:ftp/curl USES= libtool pathfix GNU_CONFIGURE= yes diff --git a/textproc/libodfgen01/Makefile b/textproc/libodfgen01/Makefile index 28e2f5204943..6682c40af5d4 100644 --- a/textproc/libodfgen01/Makefile +++ b/textproc/libodfgen01/Makefile @@ -12,7 +12,7 @@ COMMENT= Library for generating documents in Open Document Format (ODF) LICENSE= LGPL21 MPL LICENSE_COMB= dual -LIB_DEPENDS= librevenge-0.0.so:${PORTSDIR}/textproc/librevenge +LIB_DEPENDS= librevenge-0.0.so:textproc/librevenge CONFIGURE_ARGS= --disable-werror --without-docs CPPFLAGS+= -I${LOCALBASE}/include @@ -27,7 +27,7 @@ INSTALL_TARGET= install-strip .if ${COMPILER_FEATURES:Mlibc++} CONFIGURE_ARGS+= --with-sharedptr=c++11 .else -BUILD_DEPENDS+= ${LOCALBASE}/include/boost/shared_ptr.hpp:${PORTSDIR}/devel/boost-libs +BUILD_DEPENDS+= ${LOCALBASE}/include/boost/shared_ptr.hpp:devel/boost-libs CONFIGURE_ARGS+= --with-sharedptr=boost .endif diff --git a/textproc/librevenge/Makefile b/textproc/librevenge/Makefile index 140e8adaf0c4..745d67facacf 100644 --- a/textproc/librevenge/Makefile +++ b/textproc/librevenge/Makefile @@ -16,7 +16,7 @@ USE_LDCONFIG= yes GNU_CONFIGURE= yes INSTALL_TARGET= install-strip -BUILD_DEPENDS= ${LOCALBASE}/include/boost/algorithm/string.hpp:${PORTSDIR}/devel/boost-libs +BUILD_DEPENDS= ${LOCALBASE}/include/boost/algorithm/string.hpp:devel/boost-libs OPTIONS_DEFINE= DOCS @@ -24,7 +24,7 @@ CPPFLAGS= -I${LOCALBASE}/include CONFIGURE_ARGS= -disable-werror --disable-tests PORTDOCS= * -DOCS_BUILD_DEPENDS= doxygen:${PORTSDIR}/devel/doxygen +DOCS_BUILD_DEPENDS= doxygen:devel/doxygen DOCS_CONFIGURE_OFF= --without-docs .include <bsd.port.mk> diff --git a/textproc/libtext-wrapi18n-perl/Makefile b/textproc/libtext-wrapi18n-perl/Makefile index a95f858872e5..91c15bbf98cb 100644 --- a/textproc/libtext-wrapi18n-perl/Makefile +++ b/textproc/libtext-wrapi18n-perl/Makefile @@ -11,7 +11,7 @@ DISTNAME= ${PORTNAME}_${PORTVERSION}.orig MAINTAINER= ports@FreeBSD.org COMMENT= Documentation gettext tools -BUILD_DEPENDS= libtext-charwidth-perl>=0:${PORTSDIR}/textproc/libtext-charwidth-perl +BUILD_DEPENDS= libtext-charwidth-perl>=0:textproc/libtext-charwidth-perl WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} diff --git a/textproc/libtranslate/Makefile b/textproc/libtranslate/Makefile index 5dc529dcb81a..770fbfae02c4 100644 --- a/textproc/libtranslate/Makefile +++ b/textproc/libtranslate/Makefile @@ -37,7 +37,7 @@ post-patch:: .if ${PORT_OPTIONS:MGENERIC} PLIST_SUB+= GENERIC="" USE_GNOME+= libxml2 -LIB_DEPENDS+= libsoup-2.4.so:${PORTSDIR}/devel/libsoup +LIB_DEPENDS+= libsoup-2.4.so:devel/libsoup CPPFLAGS+= -DHAVE_LIBSOUP24 DISTFILES+= libtranslate-0.99-libsoup24.diff EXTRACT_ONLY= ${DISTFILES:M*tar.*} @@ -53,7 +53,7 @@ PLIST_SUB+= GENERIC="@comment " .if ${PORT_OPTIONS:MTALKFILTERS} PLIST_SUB+= TALKFILTERS="" -LIB_DEPENDS+= libtalkfilters.so:${PORTSDIR}/misc/talkfilters +LIB_DEPENDS+= libtalkfilters.so:misc/talkfilters .else CONFIGURE_ARGS+=--disable-talkfilters PLIST_SUB+= TALKFILTERS="@comment " diff --git a/textproc/libutf8proc/Makefile b/textproc/libutf8proc/Makefile index 7eb2da368dd1..454620dc1be8 100644 --- a/textproc/libutf8proc/Makefile +++ b/textproc/libutf8proc/Makefile @@ -12,7 +12,7 @@ COMMENT= UTF8 Processing library LICENSE= MIT -BUILD_DEPENDS= netsurf-buildsystem>=1.5:${PORTSDIR}/devel/netsurf-buildsystem +BUILD_DEPENDS= netsurf-buildsystem>=1.5:devel/netsurf-buildsystem USES= gmake USE_LDCONFIG= yes diff --git a/textproc/libvisio01/Makefile b/textproc/libvisio01/Makefile index f48a26d833fe..42d332362450 100644 --- a/textproc/libvisio01/Makefile +++ b/textproc/libvisio01/Makefile @@ -12,9 +12,9 @@ COMMENT= Library and tools for parsing the visio file format structure LICENSE= LGPL21 MPL GPLv2 LICENSE_COMB= dual -BUILD_DEPENDS= ${LOCALBASE}/include/boost/spirit/include/classic_core.hpp:${PORTSDIR}/devel/boost-libs -LIB_DEPENDS= libicui18n.so:${PORTSDIR}/devel/icu \ - librevenge-0.0.so:${PORTSDIR}/textproc/librevenge +BUILD_DEPENDS= ${LOCALBASE}/include/boost/spirit/include/classic_core.hpp:devel/boost-libs +LIB_DEPENDS= libicui18n.so:devel/icu \ + librevenge-0.0.so:textproc/librevenge CONFIGURE_ARGS= --disable-tests --disable-werror --without-docs CPPFLAGS+= -I${LOCALBASE}/include diff --git a/textproc/libwapcaplet/Makefile b/textproc/libwapcaplet/Makefile index b430d1a06bd2..4bdc4326a272 100644 --- a/textproc/libwapcaplet/Makefile +++ b/textproc/libwapcaplet/Makefile @@ -12,8 +12,8 @@ COMMENT= String internment library LICENSE= MIT -BUILD_DEPENDS= netsurf-buildsystem>=1.5:${PORTSDIR}/devel/netsurf-buildsystem \ - ${LOCALBASE}/bin/flex:${PORTSDIR}/textproc/flex +BUILD_DEPENDS= netsurf-buildsystem>=1.5:devel/netsurf-buildsystem \ + ${LOCALBASE}/bin/flex:textproc/flex USES= gmake USE_LDCONFIG= yes diff --git a/textproc/libwpd010/Makefile b/textproc/libwpd010/Makefile index c3015cabac28..f4efe55df9f4 100644 --- a/textproc/libwpd010/Makefile +++ b/textproc/libwpd010/Makefile @@ -13,7 +13,7 @@ COMMENT= Tools for importing and exporting WordPerfect(tm) documents LICENSE= LGPL21 MPL LICENSE_COMB= dual -LIB_DEPENDS= librevenge-0.0.so:${PORTSDIR}/textproc/librevenge +LIB_DEPENDS= librevenge-0.0.so:textproc/librevenge USES= libtool pathfix pkgconfig tar:bzip2 GNU_CONFIGURE= yes diff --git a/textproc/libwps/Makefile b/textproc/libwps/Makefile index 57a60b338f7e..64c87400ba86 100644 --- a/textproc/libwps/Makefile +++ b/textproc/libwps/Makefile @@ -12,7 +12,7 @@ COMMENT= Microsoft file word processor format import filter library LICENSE= LGPL21 MPL LICENSE_COMB= dual -LIB_DEPENDS= librevenge-0.0.so:${PORTSDIR}/textproc/librevenge +LIB_DEPENDS= librevenge-0.0.so:textproc/librevenge CONFIGURE_ARGS= --disable-werror --without-docs CPPFLAGS+= -I${LOCALBASE}/include @@ -26,7 +26,7 @@ INSTALL_TARGET= install-strip .if ${COMPILER_FEATURES:Mlibc++} CONFIGURE_ARGS+= --with-sharedptr=c++11 .else -BUILD_DEPENDS+= ${LOCALBASE}/include/boost/shared_ptr.hpp:${PORTSDIR}/devel/boost-libs +BUILD_DEPENDS+= ${LOCALBASE}/include/boost/shared_ptr.hpp:devel/boost-libs CONFIGURE_ARGS+= --with-sharedptr=boost .endif diff --git a/textproc/libwps03/Makefile b/textproc/libwps03/Makefile index 1e731dae51f8..a05b09bbb71c 100644 --- a/textproc/libwps03/Makefile +++ b/textproc/libwps03/Makefile @@ -14,7 +14,7 @@ COMMENT= Microsoft file word processor format import filter library LICENSE= LGPL21 MPL LICENSE_COMB= dual -LIB_DEPENDS= librevenge-0.0.so:${PORTSDIR}/textproc/librevenge +LIB_DEPENDS= librevenge-0.0.so:textproc/librevenge CONFIGURE_ARGS= --disable-werror --without-docs CPPFLAGS+= -I${LOCALBASE}/include @@ -28,7 +28,7 @@ INSTALL_TARGET= install-strip .if ${COMPILER_FEATURES:Mlibc++} CONFIGURE_ARGS+= --with-sharedptr=c++11 .else -BUILD_DEPENDS+= ${LOCALBASE}/include/boost/shared_ptr.hpp:${PORTSDIR}/devel/boost-libs +BUILD_DEPENDS+= ${LOCALBASE}/include/boost/shared_ptr.hpp:devel/boost-libs CONFIGURE_ARGS+= --with-sharedptr=boost .endif diff --git a/textproc/libxml++26-reference/Makefile b/textproc/libxml++26-reference/Makefile index 947df3bb6c6a..5056c0b87fd4 100644 --- a/textproc/libxml++26-reference/Makefile +++ b/textproc/libxml++26-reference/Makefile @@ -4,8 +4,8 @@ PORTREVISION= 0 -BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/libxml++-2.6.pc:${PORTSDIR}/textproc/libxml++26 \ - glibmm-reference>=0:${PORTSDIR}/devel/glibmm-reference +BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/libxml++-2.6.pc:textproc/libxml++26 \ + glibmm-reference>=0:devel/glibmm-reference USES= gmake pkgconfig GNU_CONFIGURE= yes diff --git a/textproc/libxml++26/Makefile b/textproc/libxml++26/Makefile index 0686e1267b67..842af5a09bdf 100644 --- a/textproc/libxml++26/Makefile +++ b/textproc/libxml++26/Makefile @@ -17,7 +17,7 @@ PLIST_SUB= VERSION="2.6" API_VERSION="2.6" .if !defined(REFERENCE_PORT) -BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 +BUILD_DEPENDS= gm4:devel/m4 USES+= gmake libtool pathfix pkgconfig USE_GNOME= glibmm libxml2 diff --git a/textproc/libxml2-reference/Makefile b/textproc/libxml2-reference/Makefile index b25b2845f97e..0f88ab209d47 100644 --- a/textproc/libxml2-reference/Makefile +++ b/textproc/libxml2-reference/Makefile @@ -3,7 +3,7 @@ PORTREVISION= 0 -BUILD_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/textproc/libxml2:configure +BUILD_DEPENDS= ${NONEXISTENT}:textproc/libxml2:configure PARENT_WRKSRC!= cd ${.CURDIR}/../libxml2 && ${MAKE} -V WRKSRC EXTRACT_ONLY= diff --git a/textproc/libxode/Makefile b/textproc/libxode/Makefile index f5c8ed092074..f11effd5dad0 100644 --- a/textproc/libxode/Makefile +++ b/textproc/libxode/Makefile @@ -10,7 +10,7 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= XML library which wraps expat -LIB_DEPENDS= libexpat.so:${PORTSDIR}/textproc/expat2 +LIB_DEPENDS= libexpat.so:textproc/expat2 USES= libtool GNU_CONFIGURE= yes diff --git a/textproc/libxslt-reference/Makefile b/textproc/libxslt-reference/Makefile index 61e569b7db82..2928f51cb3c9 100644 --- a/textproc/libxslt-reference/Makefile +++ b/textproc/libxslt-reference/Makefile @@ -3,7 +3,7 @@ PORTREVISION= 0 -BUILD_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/textproc/libxslt:configure +BUILD_DEPENDS= ${NONEXISTENT}:textproc/libxslt:configure PARENT_WRKSRC!= cd ${.CURDIR}/../libxslt && ${MAKE} -V WRKSRC EXTRACT_ONLY= diff --git a/textproc/libxslt/Makefile b/textproc/libxslt/Makefile index e492f9ba1826..7e0f9a33eb40 100644 --- a/textproc/libxslt/Makefile +++ b/textproc/libxslt/Makefile @@ -40,7 +40,7 @@ CRYPTO_DESC= Enable crypto support for exslt MEM_DEBUG_CONFIGURE_ON= --with-mem-debug CRYPTO_CONFIGURE_WITH= crypto -CRYPTO_LIB_DEPENDS= libgcrypt.so:${PORTSDIR}/security/libgcrypt +CRYPTO_LIB_DEPENDS= libgcrypt.so:security/libgcrypt post-patch: @${REINPLACE_CMD} -e '/^install-data-am:/ s|install-data-local||' \ diff --git a/textproc/link-grammar/Makefile b/textproc/link-grammar/Makefile index 370ceb9805ca..452fc16f59f0 100644 --- a/textproc/link-grammar/Makefile +++ b/textproc/link-grammar/Makefile @@ -9,7 +9,7 @@ MASTER_SITES= http://www.abisource.com/downloads/${PORTNAME}/${PORTVERSION}/ MAINTAINER= gnome@FreeBSD.org COMMENT= Grammar checking library -LIB_DEPENDS= libaspell.so:${PORTSDIR}/textproc/aspell +LIB_DEPENDS= libaspell.so:textproc/aspell OPTIONS_DEFINE= DOCS diff --git a/textproc/linuxdoc-tools/Makefile b/textproc/linuxdoc-tools/Makefile index 2bcfa05a1d88..5017fb3ad349 100644 --- a/textproc/linuxdoc-tools/Makefile +++ b/textproc/linuxdoc-tools/Makefile @@ -16,12 +16,12 @@ LICENSE_NAME_LinuxdocTools= The linuxdoc-tools license LICENSE_FILE_LinuxdocTools= ${WRKSRC}/COPYING LICENSE_PERMS_LinuxdocTools= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept -BUILD_DEPENDS= gawk:${PORTSDIR}/lang/gawk \ - nsgmls:${PORTSDIR}/textproc/jade \ - sgmlsasp:${PORTSDIR}/textproc/sgmls -RUN_DEPENDS= gawk:${PORTSDIR}/lang/gawk \ - nsgmls:${PORTSDIR}/textproc/jade \ - sgmlsasp:${PORTSDIR}/textproc/sgmls +BUILD_DEPENDS= gawk:lang/gawk \ + nsgmls:textproc/jade \ + sgmlsasp:textproc/sgmls +RUN_DEPENDS= gawk:lang/gawk \ + nsgmls:textproc/jade \ + sgmlsasp:textproc/sgmls GNU_CONFIGURE= yes USES= gmake perl5 @@ -32,7 +32,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} OPTIONS_DEFINE= DOCS -DOCS_BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash +DOCS_BUILD_DEPENDS= bash:shells/bash DOCS_MAKE_ENV= LANG=C BUILD_DOCS=true post-patch: diff --git a/textproc/linuxdoc/Makefile b/textproc/linuxdoc/Makefile index 7a461bb51044..7dc2055e8333 100644 --- a/textproc/linuxdoc/Makefile +++ b/textproc/linuxdoc/Makefile @@ -11,8 +11,8 @@ MASTER_SITES= http://dist.bsdlab.org/ \ MAINTAINER= kuriyama@FreeBSD.org COMMENT= The Linuxdoc SGML DTD -RUN_DEPENDS= ${ISOCAT}:${PORTSDIR}/textproc/iso8879 \ - ${XMLCATMGR}:${PORTSDIR}/textproc/xmlcatmgr +RUN_DEPENDS= ${ISOCAT}:textproc/iso8879 \ + ${XMLCATMGR}:textproc/xmlcatmgr EXTRACT_ONLY= # empty NO_BUILD= yes diff --git a/textproc/loook/Makefile b/textproc/loook/Makefile index c16e1f36d0e4..2bc50e5ad094 100644 --- a/textproc/loook/Makefile +++ b/textproc/loook/Makefile @@ -14,7 +14,7 @@ COMMENT= Simple Python tool that search in LibreOffice/OpenOffice files LICENSE= GPLv2 -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}tkinter>=0:${PORTSDIR}/x11-toolkits/py-tkinter +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}tkinter>=0:x11-toolkits/py-tkinter WRKSRC= ${WRKDIR} diff --git a/textproc/lttoolbox/Makefile b/textproc/lttoolbox/Makefile index d12d7ba5cbe7..01da5d01a68a 100644 --- a/textproc/lttoolbox/Makefile +++ b/textproc/lttoolbox/Makefile @@ -11,7 +11,7 @@ COMMENT= Tool for lexical, morphological analysis and generation of words LICENSE= GPLv2 -LIB_DEPENDS= libxml2.so:${PORTSDIR}/textproc/libxml2 +LIB_DEPENDS= libxml2.so:textproc/libxml2 APVER= 3.3 APREV= 2 diff --git a/textproc/luaexpat/Makefile b/textproc/luaexpat/Makefile index 7e80a99a7006..48afc0eeadfe 100644 --- a/textproc/luaexpat/Makefile +++ b/textproc/luaexpat/Makefile @@ -11,7 +11,7 @@ PKGNAMEPREFIX= ${LUA_PKGNAMEPREFIX} MAINTAINER= lx@FreeBSD.org COMMENT= LuaExpat is a SAX XML parser based on the Expat library -LIB_DEPENDS= libexpat.so:${PORTSDIR}/textproc/expat2 +LIB_DEPENDS= libexpat.so:textproc/expat2 USES= gmake lua:51 ALL_TARGET= lib diff --git a/textproc/luceneplusplus/Makefile b/textproc/luceneplusplus/Makefile index d9c780c1fb1c..717a1cf98736 100644 --- a/textproc/luceneplusplus/Makefile +++ b/textproc/luceneplusplus/Makefile @@ -11,7 +11,7 @@ COMMENT= C++ port of the Lucene library LICENSE= LGPL3 LICENSE_FILE= ${WRKSRC}/LGPL.license -LIB_DEPENDS= libboost_system.so:${PORTSDIR}/devel/boost-libs +LIB_DEPENDS= libboost_system.so:devel/boost-libs USE_GITHUB= yes GH_ACCOUNT= luceneplusplus diff --git a/textproc/m17n-im-config/Makefile b/textproc/m17n-im-config/Makefile index bf7fd524c1f9..9bceaa7bf2b6 100644 --- a/textproc/m17n-im-config/Makefile +++ b/textproc/m17n-im-config/Makefile @@ -11,7 +11,7 @@ MASTER_SITES= http://www.m17n.org/common/im-config/ \ MAINTAINER= nikola.lecic@anthesphoria.net COMMENT= GUI for per-user configuration of m17n-lib input methods -LIB_DEPENDS= libm17n.so:${PORTSDIR}/devel/m17n-lib +LIB_DEPENDS= libm17n.so:devel/m17n-lib MAKE_JOBS_UNSAFE= yes diff --git a/textproc/mdocml/Makefile b/textproc/mdocml/Makefile index 097212791176..d5b8cb6bff4e 100644 --- a/textproc/mdocml/Makefile +++ b/textproc/mdocml/Makefile @@ -10,7 +10,7 @@ MASTER_SITES= http://mdocml.bsd.lv/snapshots/ \ MAINTAINER= uqs@FreeBSD.org COMMENT= mdoc macro compiler -LIB_DEPENDS= libsqlite3.so:${PORTSDIR}/databases/sqlite3 +LIB_DEPENDS= libsqlite3.so:databases/sqlite3 EXAMPLESDIR= ${PREFIX}/share/examples/mandoc diff --git a/textproc/meld/Makefile b/textproc/meld/Makefile index 345b0105202d..ca050e54ecc8 100644 --- a/textproc/meld/Makefile +++ b/textproc/meld/Makefile @@ -11,8 +11,8 @@ COMMENT= GNOME visual diff and merge tool LICENSE= GPLv2 -BUILD_DEPENDS= itstool:${PORTSDIR}/textproc/itstool -RUN_DEPENDS= gsettings-desktop-schemas>=0:${PORTSDIR}/devel/gsettings-desktop-schemas +BUILD_DEPENDS= itstool:textproc/itstool +RUN_DEPENDS= gsettings-desktop-schemas>=0:devel/gsettings-desktop-schemas USES= desktop-file-utils gettext python:2 shared-mime-info \ shebangfix tar:xz diff --git a/textproc/miller/Makefile b/textproc/miller/Makefile index 86ca3bd9486a..aab781da3ae9 100644 --- a/textproc/miller/Makefile +++ b/textproc/miller/Makefile @@ -21,7 +21,7 @@ PLIST_FILES= bin/mlr man/man1/mlr.1.gz .include <bsd.port.pre.mk> .if ${OPSYS} == FreeBSD && ${OSVERSION} < 1000000 -BUILD_DEPENDS+= ${LOCALBASE}/bin/flex:${PORTSDIR}/textproc/flex +BUILD_DEPENDS+= ${LOCALBASE}/bin/flex:textproc/flex .endif post-configure: diff --git a/textproc/modlogan/Makefile b/textproc/modlogan/Makefile index adde9ec8dfa5..6707b15bae48 100644 --- a/textproc/modlogan/Makefile +++ b/textproc/modlogan/Makefile @@ -10,10 +10,10 @@ MASTER_SITES= http://www.mirrorservice.org/sites/www.ibiblio.org/gentoo/distfile MAINTAINER= netchild@FreeBSD.org COMMENT= Modular log file analysis program -LIB_DEPENDS= libadns.so:${PORTSDIR}/dns/adns \ - libgd.so:${PORTSDIR}/graphics/gd \ - libpcre.so:${PORTSDIR}/devel/pcre \ - libexpat.so:${PORTSDIR}/textproc/expat2 +LIB_DEPENDS= libadns.so:dns/adns \ + libgd.so:graphics/gd \ + libpcre.so:devel/pcre \ + libexpat.so:textproc/expat2 USES= gettext libtool diff --git a/textproc/msort/Makefile b/textproc/msort/Makefile index af0f5652c6e0..9c23bc8092aa 100644 --- a/textproc/msort/Makefile +++ b/textproc/msort/Makefile @@ -13,11 +13,11 @@ COMMENT= Sorting files in sophisticated ways LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING -LIB_DEPENDS= libtre.so:${PORTSDIR}/textproc/libtre \ - libuninum.so:${PORTSDIR}/devel/libuninum \ - libutf8proc.so:${PORTSDIR}/textproc/utf8proc -RUN_DEPENDS= iwidgets>=0:${PORTSDIR}/x11-toolkits/iwidgets -TEST_DEPENDS= ${LOCALBASE}/bin/bash:${PORTSDIR}/shells/bash +LIB_DEPENDS= libtre.so:textproc/libtre \ + libuninum.so:devel/libuninum \ + libutf8proc.so:textproc/utf8proc +RUN_DEPENDS= iwidgets>=0:x11-toolkits/iwidgets +TEST_DEPENDS= ${LOCALBASE}/bin/bash:shells/bash CONFIGURE_ENV= ac_cv_lib_tre_regwcomp=yes CPPFLAGS+= -I${LOCALBASE}/include diff --git a/textproc/mythes/Makefile b/textproc/mythes/Makefile index 1aa97b64176a..c0fcb1971483 100644 --- a/textproc/mythes/Makefile +++ b/textproc/mythes/Makefile @@ -12,7 +12,7 @@ COMMENT= Simple thesaurus library LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING -LIB_DEPENDS= libhunspell-1.3.so:${PORTSDIR}/textproc/hunspell +LIB_DEPENDS= libhunspell-1.3.so:textproc/hunspell USES= libtool pathfix pkgconfig shebangfix SHEBANG_FILES= th_gen_idx.pl diff --git a/textproc/nux/Makefile b/textproc/nux/Makefile index 7177b27d494d..191762ce6f81 100644 --- a/textproc/nux/Makefile +++ b/textproc/nux/Makefile @@ -11,8 +11,8 @@ MASTER_SITES= http://dst.lbl.gov/ACSSoftware/nux/nux-download/releases/ MAINTAINER= ports@FreeBSD.org COMMENT= Small open-source XQuery extension of the XOM library -RUN_DEPENDS= ${JAVALIBDIR}/xom.jar:${PORTSDIR}/textproc/xom \ - ${JAVALIBDIR}/saxon9.jar:${PORTSDIR}/textproc/saxon-devel +RUN_DEPENDS= ${JAVALIBDIR}/xom.jar:textproc/xom \ + ${JAVALIBDIR}/saxon9.jar:textproc/saxon-devel USE_JAVA= yes JAVA_VERSION= 1.6+ @@ -29,7 +29,7 @@ OPTIONS_DEFINE= XQUERY_TOOL DOCS OPTIONS_DEFAULT= XQUERY_TOOL XQUERY_TOOL_DESC= Install the XQuery command-line tool -XQUERY_TOOL_RUN_DEPENDS=${JAVALIBDIR}/java-getopt.jar:${PORTSDIR}/java/java-getopt +XQUERY_TOOL_RUN_DEPENDS=${JAVALIBDIR}/java-getopt.jar:java/java-getopt XQUERY_TOOL_PLIST_FILES=bin/fire-xquery XQUERY_TOOL_SUB_FILES= fire-xquery.sh diff --git a/textproc/ocaml-csv/Makefile b/textproc/ocaml-csv/Makefile index 7dabd1fd6fdd..bfa6c121e903 100644 --- a/textproc/ocaml-csv/Makefile +++ b/textproc/ocaml-csv/Makefile @@ -10,7 +10,7 @@ MASTER_SITES= https://forge.ocamlcore.org/frs/download.php/420/ MAINTAINER= tcrimi@gmail.com COMMENT= OCaml library to read and write CSV files -BUILD_DEPENDS= ${LOCALBASE}/${OCAML_SITELIBDIR}/extlib:${PORTSDIR}/devel/ocaml-extlib +BUILD_DEPENDS= ${LOCALBASE}/${OCAML_SITELIBDIR}/extlib:devel/ocaml-extlib WRKSRC= ${WRKDIR}/csv-${PORTVERSION} USES= gmake diff --git a/textproc/ocaml-expat/Makefile b/textproc/ocaml-expat/Makefile index 41e7fe83d4aa..2a9b223a2e89 100644 --- a/textproc/ocaml-expat/Makefile +++ b/textproc/ocaml-expat/Makefile @@ -12,7 +12,7 @@ DISTNAME= ${PKGNAMEPREFIX}${PORTNAME}-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Stub for the expat parser in OCaml -LIB_DEPENDS= libexpat.so:${PORTSDIR}/textproc/expat2 +LIB_DEPENDS= libexpat.so:textproc/expat2 USES= gmake USE_OCAML= yes diff --git a/textproc/ocaml-pxp/Makefile b/textproc/ocaml-pxp/Makefile index a9982c9eb4ba..2510aae802be 100644 --- a/textproc/ocaml-pxp/Makefile +++ b/textproc/ocaml-pxp/Makefile @@ -10,8 +10,8 @@ PKGNAMEPREFIX= ocaml- MAINTAINER= johans@FreeBSD.org COMMENT= Validating XML parser for OCaml -BUILD_DEPENDS= ${LOCALBASE}/${OCAML_SITELIBDIR}/netstring/netstring.a:${PORTSDIR}/www/ocaml-net -RUN_DEPENDS= ${LOCALBASE}/${OCAML_SITELIBDIR}/netstring/netstring.a:${PORTSDIR}/www/ocaml-net +BUILD_DEPENDS= ${LOCALBASE}/${OCAML_SITELIBDIR}/netstring/netstring.a:www/ocaml-net +RUN_DEPENDS= ${LOCALBASE}/${OCAML_SITELIBDIR}/netstring/netstring.a:www/ocaml-net OPTIONS_DEFINE= ULEX OPTIONS_DEFAULT=ULEX @@ -23,8 +23,8 @@ USE_OCAML_FINDLIB= true USE_OCAML_LDCONFIG= true USE_OCAML_CAMLP4= true -ULEX_BUILD_DEPENDS= ${LOCALBASE}/${OCAML_SITELIBDIR}/ulex/ulexing.a:${PORTSDIR}/devel/ocaml-ulex -ULEX_RUN_DEPENDS= ${LOCALBASE}/${OCAML_SITELIBDIR}/ulex/ulexing.a:${PORTSDIR}/devel/ocaml-ulex +ULEX_BUILD_DEPENDS= ${LOCALBASE}/${OCAML_SITELIBDIR}/ulex/ulexing.a:devel/ocaml-ulex +ULEX_RUN_DEPENDS= ${LOCALBASE}/${OCAML_SITELIBDIR}/ulex/ulexing.a:devel/ocaml-ulex HAS_CONFIGURE= yes CONFIGURE_ARGS+=-without-wlex-compat -without-wlex diff --git a/textproc/ocaml-text/Makefile b/textproc/ocaml-text/Makefile index aa27d6a6140c..7447b66ae829 100644 --- a/textproc/ocaml-text/Makefile +++ b/textproc/ocaml-text/Makefile @@ -31,8 +31,8 @@ OPTIONS_DEFINE= PCRE OPTIONS_DEFAULT= PCRE PCRE_CONFIGURE_ENABLE= pcre -PCRE_BUILD_DEPENDS= ${SA_DIR}/pcre/pcre.a:${PORTSDIR}/devel/ocaml-pcre -PCRE_RUN_DEPENDS= ${SA_DIR}/pcre/pcre.a:${PORTSDIR}/devel/ocaml-pcre +PCRE_BUILD_DEPENDS= ${SA_DIR}/pcre/pcre.a:devel/ocaml-pcre +PCRE_RUN_DEPENDS= ${SA_DIR}/pcre/pcre.a:devel/ocaml-pcre post-patch: @${REINPLACE_CMD} -e 's,"install" :: findlib_name,"install" :: "-destdir ${STAGEDIR}${PREFIX}/lib/ocaml/site-lib" :: "-ldconf /dev/null" :: findlib_name,' \ diff --git a/textproc/ocaml-tyxml/Makefile b/textproc/ocaml-tyxml/Makefile index 01fcd2ae9086..535dbc78abd3 100644 --- a/textproc/ocaml-tyxml/Makefile +++ b/textproc/ocaml-tyxml/Makefile @@ -15,8 +15,8 @@ LICENSE_NAME= Lesser GPL 2.1 with a special OpenSSL exception clause LICENSE_FILE= ${WRKSRC}/COPYING LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept -BUILD_DEPENDS= ${SA_DIR}/netstring/netstring.a:${PORTSDIR}/www/ocaml-net -RUN_DEPENDS= ${SA_DIR}/netstring/netstring.a:${PORTSDIR}/www/ocaml-net +BUILD_DEPENDS= ${SA_DIR}/netstring/netstring.a:www/ocaml-net +RUN_DEPENDS= ${SA_DIR}/netstring/netstring.a:www/ocaml-net USES= gmake USE_OCAML= yes diff --git a/textproc/openfts/Makefile b/textproc/openfts/Makefile index 14e843ac5277..6db82aa31342 100644 --- a/textproc/openfts/Makefile +++ b/textproc/openfts/Makefile @@ -10,7 +10,7 @@ DISTNAME= Search-OpenFTS-${PORTVERSION} MAINTAINER= kuriyama@FreeBSD.org COMMENT= Open Source Full Text Search engine -RUN_DEPENDS= p5-DBD-Pg>=0:${PORTSDIR}/databases/p5-DBD-Pg +RUN_DEPENDS= p5-DBD-Pg>=0:databases/p5-DBD-Pg USES+= perl5 pgsql shebangfix SHEBANG_FILES= examples/*.pl examples/parser/*.pl diff --git a/textproc/opengrm-ngram/Makefile b/textproc/opengrm-ngram/Makefile index 727f1f078c10..0dfcc370874d 100644 --- a/textproc/opengrm-ngram/Makefile +++ b/textproc/opengrm-ngram/Makefile @@ -11,7 +11,7 @@ COMMENT= Library for making n-gram language models encoded as weighted FSTs LICENSE= APACHE20 -LIB_DEPENDS= libfst.so:${PORTSDIR}/math/openfst +LIB_DEPENDS= libfst.so:math/openfst USES= compiler:c++11-lib libtool USE_LDCONFIG= yes diff --git a/textproc/openjade/Makefile b/textproc/openjade/Makefile index 89b7ae82e47e..dfe1b30e1712 100644 --- a/textproc/openjade/Makefile +++ b/textproc/openjade/Makefile @@ -11,8 +11,8 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:S/p/-pre/} MAINTAINER= kuriyama@FreeBSD.org COMMENT= Object-oriented SGML/XML parser toolkit and DSSSL engine -LIB_DEPENDS= libosp.so:${PORTSDIR}/textproc/opensp -RUN_DEPENDS= ${XMLCATMGR}:${PORTSDIR}/textproc/xmlcatmgr +LIB_DEPENDS= libosp.so:textproc/opensp +RUN_DEPENDS= ${XMLCATMGR}:textproc/xmlcatmgr USES= gettext gmake libtool perl5 USE_LDCONFIG= yes diff --git a/textproc/opentoken/Makefile b/textproc/opentoken/Makefile index a79e6549658a..1bfb7e4aa519 100644 --- a/textproc/opentoken/Makefile +++ b/textproc/opentoken/Makefile @@ -12,7 +12,7 @@ COMMENT= Lexical analyser and parser for the Ada language LICENSE= GPLv3 GPLv3RLE LICENSE_COMB= multi -BUILD_DEPENDS= gprbuild>=20130416:${PORTSDIR}/devel/gprbuild +BUILD_DEPENDS= gprbuild>=20130416:devel/gprbuild USES= ada tar:bzip2 diff --git a/textproc/ots/Makefile b/textproc/ots/Makefile index 3c5581ef4315..002b011ed3b8 100644 --- a/textproc/ots/Makefile +++ b/textproc/ots/Makefile @@ -13,7 +13,7 @@ COMMENT= Open Text Summarizer LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING -LIB_DEPENDS= libpopt.so:${PORTSDIR}/devel/popt +LIB_DEPENDS= libpopt.so:devel/popt USES= autoreconf gettext libtool pathfix pkgconfig PATHFIX_MAKEFILEIN= Makefile.am diff --git a/textproc/p5-AI-Categorizer/Makefile b/textproc/p5-AI-Categorizer/Makefile index e3ef4d5147a9..e5d10ce67117 100644 --- a/textproc/p5-AI-Categorizer/Makefile +++ b/textproc/p5-AI-Categorizer/Makefile @@ -14,14 +14,14 @@ COMMENT= Automatic Text Categorization LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-Class-Container>=0:${PORTSDIR}/devel/p5-Class-Container \ - p5-Params-Validate>=0:${PORTSDIR}/devel/p5-Params-Validate \ - p5-Statistics-Contingency>=0:${PORTSDIR}/math/p5-Statistics-Contingency \ - p5-Lingua-Stem>=0:${PORTSDIR}/textproc/p5-Lingua-Stem \ - p5-Time-Progress>=0:${PORTSDIR}/devel/p5-Time-Progress \ - p5-Algorithm-SVM>=0:${PORTSDIR}/devel/p5-Algorithm-SVM \ - p5-AI-DecisionTree>=0:${PORTSDIR}/math/p5-AI-DecisionTree \ - p5-Algorithm-NaiveBayes>=0:${PORTSDIR}/devel/p5-Algorithm-NaiveBayes +BUILD_DEPENDS= p5-Class-Container>=0:devel/p5-Class-Container \ + p5-Params-Validate>=0:devel/p5-Params-Validate \ + p5-Statistics-Contingency>=0:math/p5-Statistics-Contingency \ + p5-Lingua-Stem>=0:textproc/p5-Lingua-Stem \ + p5-Time-Progress>=0:devel/p5-Time-Progress \ + p5-Algorithm-SVM>=0:devel/p5-Algorithm-SVM \ + p5-AI-DecisionTree>=0:math/p5-AI-DecisionTree \ + p5-Algorithm-NaiveBayes>=0:devel/p5-Algorithm-NaiveBayes RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 diff --git a/textproc/p5-Algorithm-CheckDigits/Makefile b/textproc/p5-Algorithm-CheckDigits/Makefile index 253388863b16..65c44dae4df5 100644 --- a/textproc/p5-Algorithm-CheckDigits/Makefile +++ b/textproc/p5-Algorithm-CheckDigits/Makefile @@ -15,7 +15,7 @@ COMMENT= Perl extension to generate and test check digits LICENSE= ART10 GPLv1 LICENSE_COMB= dual -TEST_DEPENDS= p5-Probe-Perl>=0:${PORTSDIR}/sysutils/p5-Probe-Perl +TEST_DEPENDS= p5-Probe-Perl>=0:sysutils/p5-Probe-Perl USES= perl5 USE_PERL5= modbuild diff --git a/textproc/p5-Algorithm-RabinKarp/Makefile b/textproc/p5-Algorithm-RabinKarp/Makefile index 09596c936896..962b19acd2c8 100644 --- a/textproc/p5-Algorithm-RabinKarp/Makefile +++ b/textproc/p5-Algorithm-RabinKarp/Makefile @@ -13,7 +13,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Rabin-Karp streaming hash -BUILD_DEPENDS= p5-File-Temp>=0:${PORTSDIR}/devel/p5-File-Temp +BUILD_DEPENDS= p5-File-Temp>=0:devel/p5-File-Temp RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 diff --git a/textproc/p5-BibTeX-Parser/Makefile b/textproc/p5-BibTeX-Parser/Makefile index 8b3fd540b842..ee288c00a8e5 100644 --- a/textproc/p5-BibTeX-Parser/Makefile +++ b/textproc/p5-BibTeX-Parser/Makefile @@ -14,8 +14,8 @@ COMMENT= Pure perl BibTeX parser LICENSE= ART10 GPLv1 LICENSE_COMB= dual -RUN_DEPENDS= p5-LaTeX-ToUnicode>=0.02:${PORTSDIR}/textproc/p5-LaTeX-ToUnicode \ - p5-IO-String>0:${PORTSDIR}/devel/p5-IO-String +RUN_DEPENDS= p5-LaTeX-ToUnicode>=0.02:textproc/p5-LaTeX-ToUnicode \ + p5-IO-String>0:devel/p5-IO-String USES= perl5 USE_PERL5= configure diff --git a/textproc/p5-Bloom-Filter/Makefile b/textproc/p5-Bloom-Filter/Makefile index e87c7823f429..ed88061af7a4 100644 --- a/textproc/p5-Bloom-Filter/Makefile +++ b/textproc/p5-Bloom-Filter/Makefile @@ -12,7 +12,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Probabilistic algorithm for doing existence tests -BUILD_DEPENDS= p5-Digest-SHA1>=0:${PORTSDIR}/security/p5-Digest-SHA1 +BUILD_DEPENDS= p5-Digest-SHA1>=0:security/p5-Digest-SHA1 RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 diff --git a/textproc/p5-CAM-PDF/Makefile b/textproc/p5-CAM-PDF/Makefile index 82b09bd4ff6b..1f49e6bcc9c9 100644 --- a/textproc/p5-CAM-PDF/Makefile +++ b/textproc/p5-CAM-PDF/Makefile @@ -14,12 +14,12 @@ COMMENT= PDF manipulation library LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-Crypt-RC4>=2.02:${PORTSDIR}/security/p5-Crypt-RC4 \ - p5-Text-PDF>=0.29:${PORTSDIR}/print/p5-Text-PDF +BUILD_DEPENDS= p5-Crypt-RC4>=2.02:security/p5-Crypt-RC4 \ + p5-Text-PDF>=0.29:print/p5-Text-PDF RUN_DEPENDS:= ${BUILD_DEPENDS} -TEST_DEPENDS= p5-Test-Memory-Cycle>=1.02:${PORTSDIR}/devel/p5-Test-Memory-Cycle \ - p5-Test-Pod>=0:${PORTSDIR}/devel/p5-Test-Pod \ - p5-Test-Pod-Coverage>=0:${PORTSDIR}/devel/p5-Test-Pod-Coverage +TEST_DEPENDS= p5-Test-Memory-Cycle>=1.02:devel/p5-Test-Memory-Cycle \ + p5-Test-Pod>=0:devel/p5-Test-Pod \ + p5-Test-Pod-Coverage>=0:devel/p5-Test-Pod-Coverage USES= perl5 USE_PERL5= configure diff --git a/textproc/p5-CQL-Parser/Makefile b/textproc/p5-CQL-Parser/Makefile index f42b33352777..46c673f345a8 100644 --- a/textproc/p5-CQL-Parser/Makefile +++ b/textproc/p5-CQL-Parser/Makefile @@ -15,12 +15,12 @@ COMMENT= Compiles CQL strings into parse trees of Node subtypes LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-Class-Accessor>=0.1:${PORTSDIR}/devel/p5-Class-Accessor \ - p5-Clone>=0.15:${PORTSDIR}/devel/p5-Clone \ - p5-String-Tokenizer>=0.05:${PORTSDIR}/textproc/p5-String-Tokenizer +BUILD_DEPENDS= p5-Class-Accessor>=0.1:devel/p5-Class-Accessor \ + p5-Clone>=0.15:devel/p5-Clone \ + p5-String-Tokenizer>=0.05:textproc/p5-String-Tokenizer RUN_DEPENDS:= ${BUILD_DEPENDS} -TEST_DEPENDS= p5-CPAN-Changes>=0:${PORTSDIR}/devel/p5-CPAN-Changes \ - p5-Test-Exception>=0.21:${PORTSDIR}/devel/p5-Test-Exception +TEST_DEPENDS= p5-CPAN-Changes>=0:devel/p5-CPAN-Changes \ + p5-Test-Exception>=0.21:devel/p5-Test-Exception USES= perl5 USE_PERL5= configure diff --git a/textproc/p5-CSS-Croco/Makefile b/textproc/p5-CSS-Croco/Makefile index 27e2497ec053..c6fffe4655fd 100644 --- a/textproc/p5-CSS-Croco/Makefile +++ b/textproc/p5-CSS-Croco/Makefile @@ -11,9 +11,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Quick CSS parser -BUILD_DEPENDS= p5-URI>=0:${PORTSDIR}/net/p5-URI +BUILD_DEPENDS= p5-URI>=0:net/p5-URI RUN_DEPENDS:= ${BUILD_DEPENDS} -LIB_DEPENDS= libcroco-0.6.so:${PORTSDIR}/textproc/libcroco +LIB_DEPENDS= libcroco-0.6.so:textproc/libcroco USES= perl5 pkgconfig USE_PERL5= configure diff --git a/textproc/p5-CSS-Minifier-XS/Makefile b/textproc/p5-CSS-Minifier-XS/Makefile index fdfb93175d72..45bd205ef3c1 100644 --- a/textproc/p5-CSS-Minifier-XS/Makefile +++ b/textproc/p5-CSS-Minifier-XS/Makefile @@ -14,9 +14,9 @@ COMMENT= XS based CSS minifier LICENSE= ART10 GPLv1 LICENSE_COMB= dual -TEST_DEPENDS= p5-CSS-Minifier>=0:${PORTSDIR}/textproc/p5-CSS-Minifier \ - p5-Test-Pod>=1:${PORTSDIR}/devel/p5-Test-Pod \ - p5-Test-Pod-Coverage>=1:${PORTSDIR}/devel/p5-Test-Pod-Coverage +TEST_DEPENDS= p5-CSS-Minifier>=0:textproc/p5-CSS-Minifier \ + p5-Test-Pod>=1:devel/p5-Test-Pod \ + p5-Test-Pod-Coverage>=1:devel/p5-Test-Pod-Coverage USE_PERL5= configure USES= perl5 diff --git a/textproc/p5-CSS-Packer/Makefile b/textproc/p5-CSS-Packer/Makefile index ecf1ca7bbf6e..b53cbc3d5276 100644 --- a/textproc/p5-CSS-Packer/Makefile +++ b/textproc/p5-CSS-Packer/Makefile @@ -13,9 +13,9 @@ COMMENT= Another CSS minifier LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-Regexp-RegGrp>=1.001001:${PORTSDIR}/devel/p5-Regexp-RegGrp +BUILD_DEPENDS= p5-Regexp-RegGrp>=1.001001:devel/p5-Regexp-RegGrp RUN_DEPENDS:= ${BUILD_DEPENDS} -TEST_DEPENDS= p5-Test-Pod>=1.22:${PORTSDIR}/devel/p5-Test-Pod +TEST_DEPENDS= p5-Test-Pod>=1.22:devel/p5-Test-Pod NO_ARCH= yes USE_PERL5= configure diff --git a/textproc/p5-CSS-SAC/Makefile b/textproc/p5-CSS-SAC/Makefile index 9ad9d5bce6c2..287c080a3fe4 100644 --- a/textproc/p5-CSS-SAC/Makefile +++ b/textproc/p5-CSS-SAC/Makefile @@ -14,7 +14,7 @@ COMMENT= SAC CSS (Simple API for CSS) parser LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-Class-ArrayObjects>=0.04:${PORTSDIR}/devel/p5-Class-ArrayObjects +BUILD_DEPENDS= p5-Class-ArrayObjects>=0.04:devel/p5-Class-ArrayObjects RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 diff --git a/textproc/p5-CSS-Simple/Makefile b/textproc/p5-CSS-Simple/Makefile index 4a90ec768afa..3e378078a7a2 100644 --- a/textproc/p5-CSS-Simple/Makefile +++ b/textproc/p5-CSS-Simple/Makefile @@ -13,8 +13,8 @@ COMMENT= Interface through which to read/write/manipulate CSS files LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-Tie-IxHash>=0:${PORTSDIR}/devel/p5-Tie-IxHash -RUN_DEPENDS= p5-Tie-IxHash>=0:${PORTSDIR}/devel/p5-Tie-IxHash +BUILD_DEPENDS= p5-Tie-IxHash>=0:devel/p5-Tie-IxHash +RUN_DEPENDS= p5-Tie-IxHash>=0:devel/p5-Tie-IxHash USES= perl5 USE_PERL5= configure diff --git a/textproc/p5-CSS-Squish/Makefile b/textproc/p5-CSS-Squish/Makefile index 98cf932e675c..18d41920fb63 100644 --- a/textproc/p5-CSS-Squish/Makefile +++ b/textproc/p5-CSS-Squish/Makefile @@ -11,9 +11,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Compact many CSS files into one big file -RUN_DEPENDS= p5-URI>=0:${PORTSDIR}/net/p5-URI +RUN_DEPENDS= p5-URI>=0:net/p5-URI BUILD_DEPENDS:= ${RUN_DEPENDS} \ - p5-Test-LongString>=0:${PORTSDIR}/devel/p5-Test-LongString + p5-Test-LongString>=0:devel/p5-Test-LongString USES= perl5 USE_PERL5= configure diff --git a/textproc/p5-CSS-Tiny/Makefile b/textproc/p5-CSS-Tiny/Makefile index e6bf4ef87dcb..5c3d3ea91e59 100644 --- a/textproc/p5-CSS-Tiny/Makefile +++ b/textproc/p5-CSS-Tiny/Makefile @@ -12,7 +12,7 @@ COMMENT= Read/Write .css files with as little code as possible LICENSE= ARTPERL10 -RUN_DEPENDS= p5-Clone>=0:${PORTSDIR}/devel/p5-Clone +RUN_DEPENDS= p5-Clone>=0:devel/p5-Clone BUILD_DEPENDS:= ${RUN_DEPENDS} USES= perl5 diff --git a/textproc/p5-CSS/Makefile b/textproc/p5-CSS/Makefile index 3a1d8d5a2599..089a930162a6 100644 --- a/textproc/p5-CSS/Makefile +++ b/textproc/p5-CSS/Makefile @@ -12,7 +12,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Object oriented access to Cascading Style Sheets (CSS) -BUILD_DEPENDS= p5-Parse-RecDescent>=1.94:${PORTSDIR}/devel/p5-Parse-RecDescent +BUILD_DEPENDS= p5-Parse-RecDescent>=1.94:devel/p5-Parse-RecDescent USES= perl5 USE_PERL5= configure diff --git a/textproc/p5-Class-CSV/Makefile b/textproc/p5-Class-CSV/Makefile index f5daadebf9cd..f73853263ae0 100644 --- a/textproc/p5-Class-CSV/Makefile +++ b/textproc/p5-Class-CSV/Makefile @@ -11,8 +11,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Class based CSV parser/writer -BUILD_DEPENDS= p5-Text-CSV_XS>=0.23:${PORTSDIR}/textproc/p5-Text-CSV_XS \ - p5-Class-Accessor>=0.18:${PORTSDIR}/devel/p5-Class-Accessor +BUILD_DEPENDS= p5-Text-CSV_XS>=0.23:textproc/p5-Text-CSV_XS \ + p5-Class-Accessor>=0.18:devel/p5-Class-Accessor RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 diff --git a/textproc/p5-Data-FormValidator-Constraints-DateTime/Makefile b/textproc/p5-Data-FormValidator-Constraints-DateTime/Makefile index 4e84ab989263..8843c59c9e16 100644 --- a/textproc/p5-Data-FormValidator-Constraints-DateTime/Makefile +++ b/textproc/p5-Data-FormValidator-Constraints-DateTime/Makefile @@ -15,10 +15,10 @@ COMMENT= Data::FormValidator constraints for dates and times LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-Data-FormValidator>=0:${PORTSDIR}/textproc/p5-Data-FormValidator \ - p5-DateTime>=0:${PORTSDIR}/devel/p5-DateTime \ - p5-DateTime-Format-Strptime>=0:${PORTSDIR}/devel/p5-DateTime-Format-Strptime \ - p5-DateTime-Format-Builder>=0:${PORTSDIR}/devel/p5-DateTime-Format-Builder +BUILD_DEPENDS= p5-Data-FormValidator>=0:textproc/p5-Data-FormValidator \ + p5-DateTime>=0:devel/p5-DateTime \ + p5-DateTime-Format-Strptime>=0:devel/p5-DateTime-Format-Strptime \ + p5-DateTime-Format-Builder>=0:devel/p5-DateTime-Format-Builder RUN_DEPENDS:= ${BUILD_DEPENDS} NO_ARCH= yes diff --git a/textproc/p5-Data-FormValidator/Makefile b/textproc/p5-Data-FormValidator/Makefile index 17ae138e284c..4cef56efab90 100644 --- a/textproc/p5-Data-FormValidator/Makefile +++ b/textproc/p5-Data-FormValidator/Makefile @@ -11,14 +11,14 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Validates user input (usually from an HTML form) based -BUILD_DEPENDS= p5-CGI>=3.48:${PORTSDIR}/www/p5-CGI \ - p5-Date-Calc>=5.0:${PORTSDIR}/devel/p5-Date-Calc \ - p5-Email-Valid>=0:${PORTSDIR}/mail/p5-Email-Valid \ - p5-File-MMagic>=1.17:${PORTSDIR}/devel/p5-File-MMagic \ - p5-Image-Size>=0:${PORTSDIR}/graphics/p5-Image-Size \ - p5-MIME-Types>=1.005:${PORTSDIR}/mail/p5-MIME-Types \ - p5-Perl6-Junction>=1.10:${PORTSDIR}/devel/p5-Perl6-Junction \ - p5-Regexp-Common>=0:${PORTSDIR}/textproc/p5-Regexp-Common +BUILD_DEPENDS= p5-CGI>=3.48:www/p5-CGI \ + p5-Date-Calc>=5.0:devel/p5-Date-Calc \ + p5-Email-Valid>=0:mail/p5-Email-Valid \ + p5-File-MMagic>=1.17:devel/p5-File-MMagic \ + p5-Image-Size>=0:graphics/p5-Image-Size \ + p5-MIME-Types>=1.005:mail/p5-MIME-Types \ + p5-Perl6-Junction>=1.10:devel/p5-Perl6-Junction \ + p5-Regexp-Common>=0:textproc/p5-Regexp-Common RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 diff --git a/textproc/p5-Data-Phrasebook-Loader-YAML/Makefile b/textproc/p5-Data-Phrasebook-Loader-YAML/Makefile index 6468c2d86b84..0946b6f92f9b 100644 --- a/textproc/p5-Data-Phrasebook-Loader-YAML/Makefile +++ b/textproc/p5-Data-Phrasebook-Loader-YAML/Makefile @@ -13,10 +13,10 @@ COMMENT= Loader class for phrasebook implementations using YAML LICENSE= ART20 -BUILD_DEPENDS= p5-Data-Phrasebook>=0.24:${PORTSDIR}/textproc/p5-Data-Phrasebook \ - p5-YAML>=0.35:${PORTSDIR}/textproc/p5-YAML +BUILD_DEPENDS= p5-Data-Phrasebook>=0.24:textproc/p5-Data-Phrasebook \ + p5-YAML>=0.35:textproc/p5-YAML RUN_DEPENDS:= ${BUILD_DEPENDS} -TEST_DEPENDS= p5-Test-Distribution>=0:${PORTSDIR}/devel/p5-Test-Distribution +TEST_DEPENDS= p5-Test-Distribution>=0:devel/p5-Test-Distribution USES= perl5 USE_PERL5= configure diff --git a/textproc/p5-Data-Report/Makefile b/textproc/p5-Data-Report/Makefile index fd7ff60a45ef..348ed7ddcd44 100644 --- a/textproc/p5-Data-Report/Makefile +++ b/textproc/p5-Data-Report/Makefile @@ -14,9 +14,9 @@ COMMENT= Data::Report - Framework for flexible reporting LICENSE= ART10 GPLv1 LICENSE_COMB= dual -COMMON_DEPENDS= p5-HTML-Parser>0:${PORTSDIR}/www/p5-HTML-Parser \ - p5-Text-CSV_XS>0:${PORTSDIR}/textproc/p5-Text-CSV_XS -BUILD_DEPENDS= p5-Module-Build>=0.28:${PORTSDIR}/devel/p5-Module-Build \ +COMMON_DEPENDS= p5-HTML-Parser>0:www/p5-HTML-Parser \ + p5-Text-CSV_XS>0:textproc/p5-Text-CSV_XS +BUILD_DEPENDS= p5-Module-Build>=0.28:devel/p5-Module-Build \ ${COMMON_DEPENDS} RUN_DEPENDS= ${COMMON_DEPENDS} diff --git a/textproc/p5-Data-SpreadPagination/Makefile b/textproc/p5-Data-SpreadPagination/Makefile index 943b9418928f..eed73e56204b 100644 --- a/textproc/p5-Data-SpreadPagination/Makefile +++ b/textproc/p5-Data-SpreadPagination/Makefile @@ -14,10 +14,10 @@ COMMENT= Page numbering and spread pagination LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-Data-Page>=0:${PORTSDIR}/databases/p5-Data-Page \ - p5-Math-Round>=0:${PORTSDIR}/math/p5-Math-Round +BUILD_DEPENDS= p5-Data-Page>=0:databases/p5-Data-Page \ + p5-Math-Round>=0:math/p5-Math-Round RUN_DEPENDS:= ${BUILD_DEPENDS} -TEST_DEPENDS= p5-Test-Pod>=0:${PORTSDIR}/devel/p5-Test-Pod +TEST_DEPENDS= p5-Test-Pod>=0:devel/p5-Test-Pod USES= perl5 USE_PERL5= configure diff --git a/textproc/p5-Dev-Bollocks/Makefile b/textproc/p5-Dev-Bollocks/Makefile index 174db9a56be7..a87f6291b564 100644 --- a/textproc/p5-Dev-Bollocks/Makefile +++ b/textproc/p5-Dev-Bollocks/Makefile @@ -12,7 +12,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl module to generate bollocks straight from middle management -BUILD_DEPENDS= p5-Math-String>=0:${PORTSDIR}/math/p5-Math-String +BUILD_DEPENDS= p5-Math-String>=0:math/p5-Math-String RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 diff --git a/textproc/p5-Devel-TraceSAX/Makefile b/textproc/p5-Devel-TraceSAX/Makefile index 63fe8b6f3570..e115e6b6e456 100644 --- a/textproc/p5-Devel-TraceSAX/Makefile +++ b/textproc/p5-Devel-TraceSAX/Makefile @@ -11,8 +11,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= lth@FreeBSD.org COMMENT= Trace SAX events -BUILD_DEPENDS= p5-Devel-TraceCalls>=0.03:${PORTSDIR}/devel/p5-Devel-TraceCalls \ - p5-XML-SAX-Machines>=0:${PORTSDIR}/textproc/p5-XML-SAX-Machines +BUILD_DEPENDS= p5-Devel-TraceCalls>=0.03:devel/p5-Devel-TraceCalls \ + p5-XML-SAX-Machines>=0:textproc/p5-XML-SAX-Machines RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 diff --git a/textproc/p5-DocSet/Makefile b/textproc/p5-DocSet/Makefile index d1c16add9bdf..73a00fff9999 100644 --- a/textproc/p5-DocSet/Makefile +++ b/textproc/p5-DocSet/Makefile @@ -11,8 +11,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Documentation projects builder in HTML, PS, and PDF formats -BUILD_DEPENDS= p5-Pod-POM>=0:${PORTSDIR}/textproc/p5-Pod-POM \ - p5-Template-Toolkit>=0:${PORTSDIR}/www/p5-Template-Toolkit +BUILD_DEPENDS= p5-Pod-POM>=0:textproc/p5-Pod-POM \ + p5-Template-Toolkit>=0:www/p5-Template-Toolkit RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 diff --git a/textproc/p5-EBook-Tools/Makefile b/textproc/p5-EBook-Tools/Makefile index 782098a78512..f3fecb13db3c 100644 --- a/textproc/p5-EBook-Tools/Makefile +++ b/textproc/p5-EBook-Tools/Makefile @@ -13,30 +13,30 @@ COMMENT= Object class for manipulating and generating E-books LICENSE= GPLv2 -BUILD_DEPENDS= p5-Archive-Zip>=0:${PORTSDIR}/archivers/p5-Archive-Zip \ - p5-Data-UUID>=0:${PORTSDIR}/devel/p5-Data-UUID \ - p5-Config-IniFiles>=0:${PORTSDIR}/devel/p5-Config-IniFiles \ - p5-Date-Manip>=0:${PORTSDIR}/devel/p5-Date-Manip \ - p5-DBI>=0:${PORTSDIR}/databases/p5-DBI \ - p5-DBD-SQLite>=0:${PORTSDIR}/databases/p5-DBD-SQLite \ - p5-Encode-Detect>=0:${PORTSDIR}/converters/p5-Encode-Detect \ - p5-File-MimeInfo>=0:${PORTSDIR}/devel/p5-File-MimeInfo \ - p5-HTML-Parser>=0:${PORTSDIR}/www/p5-HTML-Parser \ - p5-Lingua-EN-NameParse>=0:${PORTSDIR}/textproc/p5-Lingua-EN-NameParse \ - p5-LWP-Protocol-https>=0:${PORTSDIR}/www/p5-LWP-Protocol-https \ - p5-Mojolicious>=0:${PORTSDIR}/www/p5-Mojolicious \ - p5-Tie-IxHash>=0:${PORTSDIR}/devel/p5-Tie-IxHash \ - p5-XML-Twig>=0:${PORTSDIR}/textproc/p5-XML-Twig \ - p5-File-Slurp>=0:${PORTSDIR}/devel/p5-File-Slurp \ - p5-File-Which>=0:${PORTSDIR}/sysutils/p5-File-Which \ - p5-Palm>=0:${PORTSDIR}/palm/p5-Palm \ - p5-Image-Size>=0:${PORTSDIR}/graphics/p5-Image-Size \ - p5-String-CRC32>=0:${PORTSDIR}/devel/p5-String-CRC32 \ - txt2html>=0:${PORTSDIR}/textproc/txt2html \ - p5-Bit-Vector>=0:${PORTSDIR}/math/p5-Bit-Vector \ - p5-List-MoreUtils>=0:${PORTSDIR}/lang/p5-List-MoreUtils +BUILD_DEPENDS= p5-Archive-Zip>=0:archivers/p5-Archive-Zip \ + p5-Data-UUID>=0:devel/p5-Data-UUID \ + p5-Config-IniFiles>=0:devel/p5-Config-IniFiles \ + p5-Date-Manip>=0:devel/p5-Date-Manip \ + p5-DBI>=0:databases/p5-DBI \ + p5-DBD-SQLite>=0:databases/p5-DBD-SQLite \ + p5-Encode-Detect>=0:converters/p5-Encode-Detect \ + p5-File-MimeInfo>=0:devel/p5-File-MimeInfo \ + p5-HTML-Parser>=0:www/p5-HTML-Parser \ + p5-Lingua-EN-NameParse>=0:textproc/p5-Lingua-EN-NameParse \ + p5-LWP-Protocol-https>=0:www/p5-LWP-Protocol-https \ + p5-Mojolicious>=0:www/p5-Mojolicious \ + p5-Tie-IxHash>=0:devel/p5-Tie-IxHash \ + p5-XML-Twig>=0:textproc/p5-XML-Twig \ + p5-File-Slurp>=0:devel/p5-File-Slurp \ + p5-File-Which>=0:sysutils/p5-File-Which \ + p5-Palm>=0:palm/p5-Palm \ + p5-Image-Size>=0:graphics/p5-Image-Size \ + p5-String-CRC32>=0:devel/p5-String-CRC32 \ + txt2html>=0:textproc/txt2html \ + p5-Bit-Vector>=0:math/p5-Bit-Vector \ + p5-List-MoreUtils>=0:lang/p5-List-MoreUtils RUN_DEPENDS:= ${BUILD_DEPENDS} -RUN_DEPENDS+= ${LOCALBASE}/bin/tidy5:${PORTSDIR}/www/tidy-html5 +RUN_DEPENDS+= ${LOCALBASE}/bin/tidy5:www/tidy-html5 USES= perl5 USE_PERL5= modbuild diff --git a/textproc/p5-ElasticSearch-SearchBuilder/Makefile b/textproc/p5-ElasticSearch-SearchBuilder/Makefile index 5ab84b472820..3930c26f70c0 100644 --- a/textproc/p5-ElasticSearch-SearchBuilder/Makefile +++ b/textproc/p5-ElasticSearch-SearchBuilder/Makefile @@ -14,10 +14,10 @@ COMMENT= ElasticSearch Query Builder LICENSE= ART10 GPLv1 LICENSE_COMB= dual -RUN_DEPENDS= p5-Carp>=0:${PORTSDIR}/devel/p5-Carp -TEST_DEPENDS= p5-Test-Deep>=:${PORTSDIR}/devel/p5-Test-Deep \ - p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception \ - p5-Data-Dump>=0:${PORTSDIR}/devel/p5-Data-Dump +RUN_DEPENDS= p5-Carp>=0:devel/p5-Carp +TEST_DEPENDS= p5-Test-Deep>=:devel/p5-Test-Deep \ + p5-Test-Exception>=0:devel/p5-Test-Exception \ + p5-Data-Dump>=0:devel/p5-Data-Dump DEPRECATED= Use textproc/p5-Elasticsearch which is the official client EXPIRATION_DATE= 2016-04-10 diff --git a/textproc/p5-ElasticSearch-legacy/Makefile b/textproc/p5-ElasticSearch-legacy/Makefile index 82e1225c0d13..293e70658494 100644 --- a/textproc/p5-ElasticSearch-legacy/Makefile +++ b/textproc/p5-ElasticSearch-legacy/Makefile @@ -15,20 +15,20 @@ COMMENT= ElasticSearch API LICENSE= ART10 GPLv1 LICENSE_COMB= dual -RUN_DEPENDS= p5-ElasticSearch-SearchBuilder>=0:${PORTSDIR}/textproc/p5-ElasticSearch-SearchBuilder \ - p5-Any-URI-Escape>=0:${PORTSDIR}/www/p5-Any-URI-Escape \ - p5-PathTools>=0:${PORTSDIR}/devel/p5-PathTools \ - p5-HTTP-Lite>=0:${PORTSDIR}/www/p5-HTTP-Lite \ - p5-HTTP-Message>=0:${PORTSDIR}/www/p5-HTTP-Message \ - p5-HTTP-Tiny>=0:${PORTSDIR}/www/p5-HTTP-Tiny \ - p5-IO-Compress>=0:${PORTSDIR}/archivers/p5-IO-Compress \ - p5-JSON>=0:${PORTSDIR}/converters/p5-JSON \ - p5-libwww>=0:${PORTSDIR}/www/p5-libwww \ - p5-Task-Weaken>=0:${PORTSDIR}/devel/p5-Task-Weaken \ - p5-URI>=0:${PORTSDIR}/net/p5-URI \ - p5-YAML>=0:${PORTSDIR}/textproc/p5-YAML -TEST_DEPENDS= p5-Test-Differences>=0:${PORTSDIR}/devel/p5-Test-Differences \ - p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception +RUN_DEPENDS= p5-ElasticSearch-SearchBuilder>=0:textproc/p5-ElasticSearch-SearchBuilder \ + p5-Any-URI-Escape>=0:www/p5-Any-URI-Escape \ + p5-PathTools>=0:devel/p5-PathTools \ + p5-HTTP-Lite>=0:www/p5-HTTP-Lite \ + p5-HTTP-Message>=0:www/p5-HTTP-Message \ + p5-HTTP-Tiny>=0:www/p5-HTTP-Tiny \ + p5-IO-Compress>=0:archivers/p5-IO-Compress \ + p5-JSON>=0:converters/p5-JSON \ + p5-libwww>=0:www/p5-libwww \ + p5-Task-Weaken>=0:devel/p5-Task-Weaken \ + p5-URI>=0:net/p5-URI \ + p5-YAML>=0:textproc/p5-YAML +TEST_DEPENDS= p5-Test-Differences>=0:devel/p5-Test-Differences \ + p5-Test-Exception>=0:devel/p5-Test-Exception DEPRECATED= Use textproc/p5-Elasticsearch which is the official client EXPIRATION_DATE= 2016-04-10 diff --git a/textproc/p5-Excel-Template/Makefile b/textproc/p5-Excel-Template/Makefile index 9f8027c1980a..48b220e22350 100644 --- a/textproc/p5-Excel-Template/Makefile +++ b/textproc/p5-Excel-Template/Makefile @@ -14,11 +14,11 @@ COMMENT= Perl module for templating Excel files LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-IO-stringy>=0:${PORTSDIR}/devel/p5-IO-stringy \ - p5-Test-Exception>=0.21:${PORTSDIR}/devel/p5-Test-Exception \ - p5-XML-Parser>=0:${PORTSDIR}/textproc/p5-XML-Parser \ - p5-Spreadsheet-WriteExcel>=0:${PORTSDIR}/textproc/p5-Spreadsheet-WriteExcel \ - p5-Test-Deep>=0:${PORTSDIR}/devel/p5-Test-Deep +BUILD_DEPENDS= p5-IO-stringy>=0:devel/p5-IO-stringy \ + p5-Test-Exception>=0.21:devel/p5-Test-Exception \ + p5-XML-Parser>=0:textproc/p5-XML-Parser \ + p5-Spreadsheet-WriteExcel>=0:textproc/p5-Spreadsheet-WriteExcel \ + p5-Test-Deep>=0:devel/p5-Test-Deep RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 diff --git a/textproc/p5-Excel-Writer-XLSX/Makefile b/textproc/p5-Excel-Writer-XLSX/Makefile index e39f174c4b7f..b1ae99ce9c3e 100644 --- a/textproc/p5-Excel-Writer-XLSX/Makefile +++ b/textproc/p5-Excel-Writer-XLSX/Makefile @@ -14,10 +14,10 @@ COMMENT= Create a new file in the Excel 2007+ XLSX format LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-Archive-Zip>=1.30:${PORTSDIR}/archivers/p5-Archive-Zip +BUILD_DEPENDS= p5-Archive-Zip>=1.30:archivers/p5-Archive-Zip RUN_DEPENDS:= ${BUILD_DEPENDS} -TEST_DEPENDS= p5-Date-Calc>=0:${PORTSDIR}/devel/p5-Date-Calc \ - p5-Date-Manip>=0:${PORTSDIR}/devel/p5-Date-Manip +TEST_DEPENDS= p5-Date-Calc>=0:devel/p5-Date-Calc \ + p5-Date-Manip>=0:devel/p5-Date-Manip NO_ARCH= yes USE_PERL5= configure diff --git a/textproc/p5-FormValidator-Lite/Makefile b/textproc/p5-FormValidator-Lite/Makefile index abf4bd8d484f..556c8c1abe5f 100644 --- a/textproc/p5-FormValidator-Lite/Makefile +++ b/textproc/p5-FormValidator-Lite/Makefile @@ -14,14 +14,14 @@ COMMENT= Lightleight form validation library LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-Class-Accessor-Lite>=0.05:${PORTSDIR}/devel/p5-Class-Accessor-Lite \ - p5-Class-Load>=0.11:${PORTSDIR}/devel/p5-Class-Load \ - p5-Email-Valid>=0:${PORTSDIR}/mail/p5-Email-Valid \ - p5-Email-Valid-Loose>=0:${PORTSDIR}/mail/p5-Email-Valid-Loose +BUILD_DEPENDS= p5-Class-Accessor-Lite>=0.05:devel/p5-Class-Accessor-Lite \ + p5-Class-Load>=0.11:devel/p5-Class-Load \ + p5-Email-Valid>=0:mail/p5-Email-Valid \ + p5-Email-Valid-Loose>=0:mail/p5-Email-Valid-Loose RUN_DEPENDS:= ${BUILD_DEPENDS} -TEST_DEPENDS= p5-Test-Requires>=0.05:${PORTSDIR}/devel/p5-Test-Requires \ - p5-Text-TestBase>=0:${PORTSDIR}/textproc/p5-Text-TestBase \ - p5-YAML>=0:${PORTSDIR}/textproc/p5-YAML +TEST_DEPENDS= p5-Test-Requires>=0.05:devel/p5-Test-Requires \ + p5-Text-TestBase>=0:textproc/p5-Text-TestBase \ + p5-YAML>=0:textproc/p5-YAML USE_PERL5= modbuild USES= perl5 diff --git a/textproc/p5-Games-Dissociate/Makefile b/textproc/p5-Games-Dissociate/Makefile index 2ea58569e027..a81e1dfb7faf 100644 --- a/textproc/p5-Games-Dissociate/Makefile +++ b/textproc/p5-Games-Dissociate/Makefile @@ -12,8 +12,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Dissociated Press algorithm and filter -TEST_DEPENDS= p5-Test-Pod>=1.00:${PORTSDIR}/devel/p5-Test-Pod \ - p5-Test-Pod-Coverage>0:${PORTSDIR}/devel/p5-Test-Pod-Coverage +TEST_DEPENDS= p5-Test-Pod>=1.00:devel/p5-Test-Pod \ + p5-Test-Pod-Coverage>0:devel/p5-Test-Pod-Coverage USES= perl5 USE_PERL5= configure diff --git a/textproc/p5-Geo-Parse-OSM/Makefile b/textproc/p5-Geo-Parse-OSM/Makefile index 58c72c672dca..c887859b6208 100644 --- a/textproc/p5-Geo-Parse-OSM/Makefile +++ b/textproc/p5-Geo-Parse-OSM/Makefile @@ -12,8 +12,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= amdmi3@FreeBSD.org COMMENT= OpenStreetMap XML file regexp parser -BUILD_DEPENDS= p5-HTML-Parser>=0:${PORTSDIR}/www/p5-HTML-Parser \ - p5-List-MoreUtils>=0:${PORTSDIR}/lang/p5-List-MoreUtils +BUILD_DEPENDS= p5-HTML-Parser>=0:www/p5-HTML-Parser \ + p5-List-MoreUtils>=0:lang/p5-List-MoreUtils RUN_DEPENDS:= ${BUILD_DEPENDS} PORTSCOUT= skipv:0.221 diff --git a/textproc/p5-Getopt-Lucid/Makefile b/textproc/p5-Getopt-Lucid/Makefile index 4094937baa8f..54826bd71735 100644 --- a/textproc/p5-Getopt-Lucid/Makefile +++ b/textproc/p5-Getopt-Lucid/Makefile @@ -12,9 +12,9 @@ COMMENT= Clear, readable syntax for command line processing LICENSE= APACHE20 -BUILD_DEPENDS= p5-Exception-Class>=1.23:${PORTSDIR}/devel/p5-Exception-Class +BUILD_DEPENDS= p5-Exception-Class>=1.23:devel/p5-Exception-Class RUN_DEPENDS+= ${BUILD_DEPENDS} -TEST_DEPENDS= p5-Exception-Class-TryCatch>=1.10:${PORTSDIR}/devel/p5-Exception-Class-TryCatch +TEST_DEPENDS= p5-Exception-Class-TryCatch>=1.10:devel/p5-Exception-Class-TryCatch NO_ARCH= yes USES= perl5 diff --git a/textproc/p5-Google-Data-JSON/Makefile b/textproc/p5-Google-Data-JSON/Makefile index 881229722930..09784d9ed17c 100644 --- a/textproc/p5-Google-Data-JSON/Makefile +++ b/textproc/p5-Google-Data-JSON/Makefile @@ -13,17 +13,17 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= General XML-JSON converter based on Google Data APIs -BUILD_DEPENDS= p5-File-Slurp>=0:${PORTSDIR}/devel/p5-File-Slurp \ - p5-JSON-Any>=0:${PORTSDIR}/converters/p5-JSON-Any \ - p5-List-MoreUtils>=0:${PORTSDIR}/lang/p5-List-MoreUtils \ - p5-Perl6-Export-Attrs>=0:${PORTSDIR}/devel/p5-Perl6-Export-Attrs \ - p5-UNIVERSAL-require>=0:${PORTSDIR}/devel/p5-UNIVERSAL-require \ - p5-XML-Atom>=0:${PORTSDIR}/textproc/p5-XML-Atom \ - p5-XML-Simple>=0:${PORTSDIR}/textproc/p5-XML-Simple \ - p5-YAML-Syck>=0:${PORTSDIR}/textproc/p5-YAML-Syck +BUILD_DEPENDS= p5-File-Slurp>=0:devel/p5-File-Slurp \ + p5-JSON-Any>=0:converters/p5-JSON-Any \ + p5-List-MoreUtils>=0:lang/p5-List-MoreUtils \ + p5-Perl6-Export-Attrs>=0:devel/p5-Perl6-Export-Attrs \ + p5-UNIVERSAL-require>=0:devel/p5-UNIVERSAL-require \ + p5-XML-Atom>=0:textproc/p5-XML-Atom \ + p5-XML-Simple>=0:textproc/p5-XML-Simple \ + p5-YAML-Syck>=0:textproc/p5-YAML-Syck RUN_DEPENDS:= ${BUILD_DEPENDS} -TEST_DEPENDS= p5-Test-NoWarnings>=0:${PORTSDIR}/devel/p5-Test-NoWarnings \ - p5-Test-Perl-Critic>=0:${PORTSDIR}/textproc/p5-Test-Perl-Critic +TEST_DEPENDS= p5-Test-NoWarnings>=0:devel/p5-Test-NoWarnings \ + p5-Test-Perl-Critic>=0:textproc/p5-Test-Perl-Critic USES= perl5 USE_PERL5= modbuild diff --git a/textproc/p5-Groonga-API/Makefile b/textproc/p5-Groonga-API/Makefile index d34b37172d04..8e211780b31a 100644 --- a/textproc/p5-Groonga-API/Makefile +++ b/textproc/p5-Groonga-API/Makefile @@ -19,12 +19,12 @@ GH_PROJECT= ${PORTNAME:tl} GH_TAGNAME= 314060b RUN_DEPENDS= \ - p5-JSON-XS>0:${PORTSDIR}/converters/p5-JSON-XS \ - p5-Path-Extended>0:${PORTSDIR}/devel/p5-Path-Extended \ - p5-Test-Differences>0:${PORTSDIR}/devel/p5-Test-Differences \ - p5-Test-UseAllModules>=0.10:${PORTSDIR}/devel/p5-Test-UseAllModules + p5-JSON-XS>0:converters/p5-JSON-XS \ + p5-Path-Extended>0:devel/p5-Path-Extended \ + p5-Test-Differences>0:devel/p5-Test-Differences \ + p5-Test-UseAllModules>=0.10:devel/p5-Test-UseAllModules BUILD_DEPENDS= ${RUN_DEPENDS} -LIB_DEPENDS= libgroonga.so:${PORTSDIR}/textproc/groonga +LIB_DEPENDS= libgroonga.so:textproc/groonga USES= perl5 USE_PERL5= configure diff --git a/textproc/p5-HTML-CTPP2/Makefile b/textproc/p5-HTML-CTPP2/Makefile index 3786144d2359..be85d0f20356 100644 --- a/textproc/p5-HTML-CTPP2/Makefile +++ b/textproc/p5-HTML-CTPP2/Makefile @@ -12,8 +12,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= reki@reki.ru COMMENT= Perl interface module to CTPP2 library -BUILD_DEPENDS= ctpp2>=2.5.1:${PORTSDIR}/textproc/ctpp2 -LIB_DEPENDS= libctpp2.so:${PORTSDIR}/textproc/ctpp2 +BUILD_DEPENDS= ctpp2>=2.5.1:textproc/ctpp2 +LIB_DEPENDS= libctpp2.so:textproc/ctpp2 USES= perl5 USE_PERL5= configure diff --git a/textproc/p5-HTML-Copy/Makefile b/textproc/p5-HTML-Copy/Makefile index 7ab1ed6bea49..da1578afb454 100644 --- a/textproc/p5-HTML-Copy/Makefile +++ b/textproc/p5-HTML-Copy/Makefile @@ -11,10 +11,10 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Copy a HTML file without breaking links -RUN_DEPENDS= p5-Class-Accessor>=0:${PORTSDIR}/devel/p5-Class-Accessor \ - p5-HTML-Parser>=3.4:${PORTSDIR}/www/p5-HTML-Parser \ - p5-HTTP-Message>=0:${PORTSDIR}/www/p5-HTTP-Message \ - p5-URI>=0:${PORTSDIR}/net/p5-URI +RUN_DEPENDS= p5-Class-Accessor>=0:devel/p5-Class-Accessor \ + p5-HTML-Parser>=3.4:www/p5-HTML-Parser \ + p5-HTTP-Message>=0:www/p5-HTTP-Message \ + p5-URI>=0:net/p5-URI BUILD_DEPENDS:= ${RUN_DEPENDS} USES= perl5 diff --git a/textproc/p5-HTML-Entities-Interpolate/Makefile b/textproc/p5-HTML-Entities-Interpolate/Makefile index 4f862179c13c..f4c331abe4bf 100644 --- a/textproc/p5-HTML-Entities-Interpolate/Makefile +++ b/textproc/p5-HTML-Entities-Interpolate/Makefile @@ -13,10 +13,10 @@ COMMENT= Call HTML::Entities::encode_entities, via a hash, within a string LICENSE= ART20 LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= p5-HTML-Parser>=3.69:${PORTSDIR}/www/p5-HTML-Parser \ - p5-Tie-Function>=0.02:${PORTSDIR}/devel/p5-Tie-Function +BUILD_DEPENDS= p5-HTML-Parser>=3.69:www/p5-HTML-Parser \ + p5-Tie-Function>=0.02:devel/p5-Tie-Function RUN_DEPENDS:= ${BUILD_DEPENDS} -TEST_DEPENDS= p5-File-Slurper>=0.008:${PORTSDIR}/devel/p5-File-Slurper +TEST_DEPENDS= p5-File-Slurper>=0.008:devel/p5-File-Slurper NO_ARCH= yes USE_PERL5= configure diff --git a/textproc/p5-HTML-EscapeEvil/Makefile b/textproc/p5-HTML-EscapeEvil/Makefile index 9783b6bd5c27..9321bef44288 100644 --- a/textproc/p5-HTML-EscapeEvil/Makefile +++ b/textproc/p5-HTML-EscapeEvil/Makefile @@ -11,9 +11,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Escape evil HTML tags -BUILD_DEPENDS= p5-HTML-Tree>=0:${PORTSDIR}/www/p5-HTML-Tree \ - p5-Class-Accessor>=0:${PORTSDIR}/devel/p5-Class-Accessor \ - p5-HTML-Parser>=0:${PORTSDIR}/www/p5-HTML-Parser +BUILD_DEPENDS= p5-HTML-Tree>=0:www/p5-HTML-Tree \ + p5-Class-Accessor>=0:devel/p5-Class-Accessor \ + p5-HTML-Parser>=0:www/p5-HTML-Parser RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 diff --git a/textproc/p5-HTML-Format/Makefile b/textproc/p5-HTML-Format/Makefile index 82959cbd9357..5a438f3ef197 100644 --- a/textproc/p5-HTML-Format/Makefile +++ b/textproc/p5-HTML-Format/Makefile @@ -14,10 +14,10 @@ COMMENT= Module to format HTML to text or PS LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-Font-AFM>=0:${PORTSDIR}/x11-fonts/p5-Font-AFM \ - p5-HTML-Tree>=3.15:${PORTSDIR}/www/p5-HTML-Tree +BUILD_DEPENDS= p5-Font-AFM>=0:x11-fonts/p5-Font-AFM \ + p5-HTML-Tree>=3.15:www/p5-HTML-Tree RUN_DEPENDS:= ${BUILD_DEPENDS} -TEST_DEPENDS= p5-File-Slurp>=0:${PORTSDIR}/devel/p5-File-Slurp +TEST_DEPENDS= p5-File-Slurp>=0:devel/p5-File-Slurp USES= perl5 USE_PERL5= modbuild diff --git a/textproc/p5-HTML-FormatExternal/Makefile b/textproc/p5-HTML-FormatExternal/Makefile index d3248cc83d6b..02e00700a977 100644 --- a/textproc/p5-HTML-FormatExternal/Makefile +++ b/textproc/p5-HTML-FormatExternal/Makefile @@ -12,9 +12,9 @@ COMMENT= HTML to text formatting using external programs LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING -BUILD_DEPENDS= p5-IPC-Run>0:${PORTSDIR}/devel/p5-IPC-Run \ - p5-URI>=0.08:${PORTSDIR}/net/p5-URI \ - p5-constant-defer>=0:${PORTSDIR}/devel/p5-constant-defer +BUILD_DEPENDS= p5-IPC-Run>0:devel/p5-IPC-Run \ + p5-URI>=0.08:net/p5-URI \ + p5-constant-defer>=0:devel/p5-constant-defer RUN_DEPENDS:= ${BUILD_DEPENDS} OPTIONS_DEFINE= ELINKS HTML2TEXT LINKS LYNX LYNX_CURRENT NETRIK W3M @@ -26,18 +26,18 @@ USES= perl5 USE_PERL5= configure ELINKS_DESC= Install with elinks -ELINKS_RUN_DEPENDS= elinks:${PORTSDIR}/www/elinks +ELINKS_RUN_DEPENDS= elinks:www/elinks HTML2TEXT_DESC= Install with html2text -HTML2TEXT_RUN_DEPENDS= html2text:${PORTSDIR}/textproc/html2text +HTML2TEXT_RUN_DEPENDS= html2text:textproc/html2text LINKS_DESC= Install with links -LINKS_RUN_DEPENDS= links:${PORTSDIR}/www/links +LINKS_RUN_DEPENDS= links:www/links LYNX_DESC= Install with lynx -LYNX_RUN_DEPENDS= lynx:${PORTSDIR}/www/lynx +LYNX_RUN_DEPENDS= lynx:www/lynx LYNX_CURRENT_DESC= Install with lynx-current -LYNX_CURRENT_RUN_DEPENDS= lynx:${PORTSDIR}/www/lynx-current +LYNX_CURRENT_RUN_DEPENDS= lynx:www/lynx-current NETRIK_DESC= Install with netrik -NETRIK_RUN_DEPENDS= netrik:${PORTSDIR}/www/netrik +NETRIK_RUN_DEPENDS= netrik:www/netrik W3M_DESC= Install with w3m -W3M_RUN_DEPENDS= w3m:${PORTSDIR}/www/w3m +W3M_RUN_DEPENDS= w3m:www/w3m .include <bsd.port.mk> diff --git a/textproc/p5-HTML-FormatText-WithLinks-AndTables/Makefile b/textproc/p5-HTML-FormatText-WithLinks-AndTables/Makefile index af2a689f7cca..b994b847d803 100644 --- a/textproc/p5-HTML-FormatText-WithLinks-AndTables/Makefile +++ b/textproc/p5-HTML-FormatText-WithLinks-AndTables/Makefile @@ -13,9 +13,9 @@ COMMENT= Perl5 module to convert HTML to text with tables in tact LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-HTML-Format>=0:${PORTSDIR}/textproc/p5-HTML-Format \ - p5-HTML-FormatText-WithLinks>=0:${PORTSDIR}/textproc/p5-HTML-FormatText-WithLinks \ - p5-HTML-Tree>=0:${PORTSDIR}/www/p5-HTML-Tree +BUILD_DEPENDS= p5-HTML-Format>=0:textproc/p5-HTML-Format \ + p5-HTML-FormatText-WithLinks>=0:textproc/p5-HTML-FormatText-WithLinks \ + p5-HTML-Tree>=0:www/p5-HTML-Tree RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 diff --git a/textproc/p5-HTML-FormatText-WithLinks/Makefile b/textproc/p5-HTML-FormatText-WithLinks/Makefile index 1a560b9be866..a9a0b07be43a 100644 --- a/textproc/p5-HTML-FormatText-WithLinks/Makefile +++ b/textproc/p5-HTML-FormatText-WithLinks/Makefile @@ -14,8 +14,8 @@ COMMENT= Perl5 module to convert HTML to text with links as footnotes LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-HTML-Format>=0:${PORTSDIR}/textproc/p5-HTML-Format \ - p5-URI>=0:${PORTSDIR}/net/p5-URI +BUILD_DEPENDS= p5-HTML-Format>=0:textproc/p5-HTML-Format \ + p5-URI>=0:net/p5-URI RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 diff --git a/textproc/p5-HTML-HTML5-Parser/Makefile b/textproc/p5-HTML-HTML5-Parser/Makefile index ac6e7f05a74f..86d71318b309 100644 --- a/textproc/p5-HTML-HTML5-Parser/Makefile +++ b/textproc/p5-HTML-HTML5-Parser/Makefile @@ -15,11 +15,11 @@ COMMENT= Named entity list for HTML parser LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-HTML-HTML5-Entities>=0.002:${PORTSDIR}/textproc/p5-HTML-HTML5-Entities \ - p5-IO-HTML>0:${PORTSDIR}/devel/p5-IO-HTML \ - p5-Try-Tiny>0:${PORTSDIR}/lang/p5-Try-Tiny \ - p5-URI>0:${PORTSDIR}/net/p5-URI \ - p5-XML-LibXML>=1.94:${PORTSDIR}/textproc/p5-XML-LibXML +BUILD_DEPENDS= p5-HTML-HTML5-Entities>=0.002:textproc/p5-HTML-HTML5-Entities \ + p5-IO-HTML>0:devel/p5-IO-HTML \ + p5-Try-Tiny>0:lang/p5-Try-Tiny \ + p5-URI>0:net/p5-URI \ + p5-XML-LibXML>=1.94:textproc/p5-XML-LibXML RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 diff --git a/textproc/p5-HTML-HTMLDoc/Makefile b/textproc/p5-HTML-HTMLDoc/Makefile index e49eb197078a..45de51e81a72 100644 --- a/textproc/p5-HTML-HTMLDoc/Makefile +++ b/textproc/p5-HTML-HTMLDoc/Makefile @@ -12,7 +12,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= kostjnspb@yandex.ru COMMENT= Perl interface to the htmldoc program -BUILD_DEPENDS= htmldoc>0:${PORTSDIR}/textproc/htmldoc +BUILD_DEPENDS= htmldoc>0:textproc/htmldoc RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 diff --git a/textproc/p5-HTML-Packer/Makefile b/textproc/p5-HTML-Packer/Makefile index 1e89df4b4418..81ca7adef3c1 100644 --- a/textproc/p5-HTML-Packer/Makefile +++ b/textproc/p5-HTML-Packer/Makefile @@ -13,9 +13,9 @@ COMMENT= Another HTML code cleaner LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-Regexp-RegGrp>=1.001001:${PORTSDIR}/devel/p5-Regexp-RegGrp +BUILD_DEPENDS= p5-Regexp-RegGrp>=1.001001:devel/p5-Regexp-RegGrp RUN_DEPENDS:= ${BUILD_DEPENDS} -TEST_DEPENDS= p5-Test-Pod>=1.22:${PORTSDIR}/devel/p5-Test-Pod +TEST_DEPENDS= p5-Test-Pod>=1.22:devel/p5-Test-Pod NO_ARCH= yes USE_PERL5= configure diff --git a/textproc/p5-HTML-QRCode/Makefile b/textproc/p5-HTML-QRCode/Makefile index 8880a0bfa8ac..131d0bb4ed10 100644 --- a/textproc/p5-HTML-QRCode/Makefile +++ b/textproc/p5-HTML-QRCode/Makefile @@ -11,9 +11,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Generate HTML based QR Code -BUILD_DEPENDS= p5-Text-QRCode>0:${PORTSDIR}/textproc/p5-Text-QRCode +BUILD_DEPENDS= p5-Text-QRCode>0:textproc/p5-Text-QRCode RUN_DEPENDS:= ${BUILD_DEPENDS} -LIB_DEPENDS= libqrencode.so:${PORTSDIR}/graphics/libqrencode +LIB_DEPENDS= libqrencode.so:graphics/libqrencode USES= perl5 USE_PERL5= configure diff --git a/textproc/p5-HTML-Quoted/Makefile b/textproc/p5-HTML-Quoted/Makefile index 06bcb5e60b6f..2d0bcc69ef87 100644 --- a/textproc/p5-HTML-Quoted/Makefile +++ b/textproc/p5-HTML-Quoted/Makefile @@ -13,7 +13,7 @@ COMMENT= Extract structure of quoted HTML mail message LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-HTML-Parser>=3.0:${PORTSDIR}/www/p5-HTML-Parser +BUILD_DEPENDS= p5-HTML-Parser>=3.0:www/p5-HTML-Parser RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 diff --git a/textproc/p5-HTML-RewriteAttributes/Makefile b/textproc/p5-HTML-RewriteAttributes/Makefile index d4941ee1661c..255360a46054 100644 --- a/textproc/p5-HTML-RewriteAttributes/Makefile +++ b/textproc/p5-HTML-RewriteAttributes/Makefile @@ -10,9 +10,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Simple yet powerful HTML attribute rewriting -BUILD_DEPENDS= p5-HTML-Parser>0:${PORTSDIR}/www/p5-HTML-Parser \ - p5-HTML-Tagset>0:${PORTSDIR}/www/p5-HTML-Tagset \ - p5-URI>0:${PORTSDIR}/net/p5-URI +BUILD_DEPENDS= p5-HTML-Parser>0:www/p5-HTML-Parser \ + p5-HTML-Tagset>0:www/p5-HTML-Tagset \ + p5-URI>0:net/p5-URI RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 diff --git a/textproc/p5-HTML-SBC/Makefile b/textproc/p5-HTML-SBC/Makefile index 798a946bc0d0..3b43a60785cb 100644 --- a/textproc/p5-HTML-SBC/Makefile +++ b/textproc/p5-HTML-SBC/Makefile @@ -14,7 +14,7 @@ COMMENT= Simple blog code to valid XHTML LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception +BUILD_DEPENDS= p5-Test-Exception>=0:devel/p5-Test-Exception RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 diff --git a/textproc/p5-HTML-TagFilter/Makefile b/textproc/p5-HTML-TagFilter/Makefile index a152b48ed48f..b000c387bd4a 100644 --- a/textproc/p5-HTML-TagFilter/Makefile +++ b/textproc/p5-HTML-TagFilter/Makefile @@ -11,8 +11,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Fine-grained html-filter, xss-blocker and mailto-obfuscator -BUILD_DEPENDS= p5-URI>=0:${PORTSDIR}/net/p5-URI \ - p5-HTML-Parser>=0:${PORTSDIR}/www/p5-HTML-Parser +BUILD_DEPENDS= p5-URI>=0:net/p5-URI \ + p5-HTML-Parser>=0:www/p5-HTML-Parser RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 diff --git a/textproc/p5-HTML-Tidy/Makefile b/textproc/p5-HTML-Tidy/Makefile index bcda51c69a36..6b434f98c35a 100644 --- a/textproc/p5-HTML-Tidy/Makefile +++ b/textproc/p5-HTML-Tidy/Makefile @@ -13,8 +13,8 @@ COMMENT= Web validation in a Perl object using tidy LICENSE= ART20 -BUILD_DEPENDS= p5-libwww>=0:${PORTSDIR}/www/p5-libwww -LIB_DEPENDS= libtidyp.so:${PORTSDIR}/textproc/tidyp +BUILD_DEPENDS= p5-libwww>=0:www/p5-libwww +LIB_DEPENDS= libtidyp.so:textproc/tidyp RUN_DEPENDS:= ${BUILD_DEPENDS} OPTIONS_DEFINE= DOCS diff --git a/textproc/p5-HTML-Truncate/Makefile b/textproc/p5-HTML-Truncate/Makefile index bf56fd371037..47a03d271cba 100644 --- a/textproc/p5-HTML-Truncate/Makefile +++ b/textproc/p5-HTML-Truncate/Makefile @@ -11,8 +11,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Truncate HTML by character count while preserving well-formedness -BUILD_DEPENDS= p5-HTML-Parser>=2:${PORTSDIR}/www/p5-HTML-Parser \ - p5-HTML-Tagset>=3:${PORTSDIR}/www/p5-HTML-Tagset +BUILD_DEPENDS= p5-HTML-Parser>=2:www/p5-HTML-Parser \ + p5-HTML-Tagset>=3:www/p5-HTML-Tagset RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 diff --git a/textproc/p5-Hailo/Makefile b/textproc/p5-Hailo/Makefile index 10be0ff4fa5a..22393f3bc66b 100644 --- a/textproc/p5-Hailo/Makefile +++ b/textproc/p5-Hailo/Makefile @@ -15,33 +15,33 @@ COMMENT= Pluggable Markov engine analogous to MegaHAL LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-Any-Moose>=0.13:${PORTSDIR}/devel/p5-Any-Moose \ - p5-Bot-Training-MegaHAL>=0:${PORTSDIR}/misc/p5-Bot-Training-MegaHAL \ - p5-Bot-Training-StarCraft>=0:${PORTSDIR}/misc/p5-Bot-Training-StarCraft \ - p5-Bot-Training>=0:${PORTSDIR}/misc/p5-Bot-Training \ - p5-Class-Load>=0.06:${PORTSDIR}/devel/p5-Class-Load \ - p5-Data-Dump>=1.17:${PORTSDIR}/devel/p5-Data-Dump \ - p5-Data-Section>=0.101620:${PORTSDIR}/devel/p5-Data-Section \ - p5-Dir-Self>=0.10:${PORTSDIR}/devel/p5-Dir-Self \ - p5-File-CountLines>=0.0.2:${PORTSDIR}/devel/p5-File-CountLines \ - p5-Getopt-Long-Descriptive>=0.085:${PORTSDIR}/devel/p5-Getopt-Long-Descriptive \ - p5-IO-Interactive>=0.0.6:${PORTSDIR}/devel/p5-IO-Interactive \ - p5-IPC-System-Simple>=1.21:${PORTSDIR}/devel/p5-IPC-System-Simple \ - p5-List-MoreUtils>=0.22:${PORTSDIR}/lang/p5-List-MoreUtils \ - p5-MooseX-StrictConstructor>=0.16:${PORTSDIR}/devel/p5-MooseX-StrictConstructor \ - p5-MouseX-Getopt>=0.33:${PORTSDIR}/devel/p5-MouseX-Getopt \ - p5-MouseX-StrictConstructor>=0.02:${PORTSDIR}/devel/p5-MouseX-StrictConstructor \ - p5-Regexp-Common>=2010010201:${PORTSDIR}/textproc/p5-Regexp-Common \ - p5-Term-Sk>=0.06:${PORTSDIR}/devel/p5-Term-Sk \ - p5-namespace-clean>=0.18:${PORTSDIR}/devel/p5-namespace-clean +BUILD_DEPENDS= p5-Any-Moose>=0.13:devel/p5-Any-Moose \ + p5-Bot-Training-MegaHAL>=0:misc/p5-Bot-Training-MegaHAL \ + p5-Bot-Training-StarCraft>=0:misc/p5-Bot-Training-StarCraft \ + p5-Bot-Training>=0:misc/p5-Bot-Training \ + p5-Class-Load>=0.06:devel/p5-Class-Load \ + p5-Data-Dump>=1.17:devel/p5-Data-Dump \ + p5-Data-Section>=0.101620:devel/p5-Data-Section \ + p5-Dir-Self>=0.10:devel/p5-Dir-Self \ + p5-File-CountLines>=0.0.2:devel/p5-File-CountLines \ + p5-Getopt-Long-Descriptive>=0.085:devel/p5-Getopt-Long-Descriptive \ + p5-IO-Interactive>=0.0.6:devel/p5-IO-Interactive \ + p5-IPC-System-Simple>=1.21:devel/p5-IPC-System-Simple \ + p5-List-MoreUtils>=0.22:lang/p5-List-MoreUtils \ + p5-MooseX-StrictConstructor>=0.16:devel/p5-MooseX-StrictConstructor \ + p5-MouseX-Getopt>=0.33:devel/p5-MouseX-Getopt \ + p5-MouseX-StrictConstructor>=0.02:devel/p5-MouseX-StrictConstructor \ + p5-Regexp-Common>=2010010201:textproc/p5-Regexp-Common \ + p5-Term-Sk>=0.06:devel/p5-Term-Sk \ + p5-namespace-clean>=0.18:devel/p5-namespace-clean RUN_DEPENDS:= ${BUILD_DEPENDS} -TEST_DEPENDS= p5-DBD-SQLite>=1.29:${PORTSDIR}/databases/p5-DBD-SQLite \ - p5-Test-Exception>=0.29:${PORTSDIR}/devel/p5-Test-Exception \ - p5-Test-Expect>=0.31:${PORTSDIR}/devel/p5-Test-Expect \ - p5-Test-Output>=0.16:${PORTSDIR}/devel/p5-Test-Output \ - p5-Test-Script>=1.07:${PORTSDIR}/devel/p5-Test-Script \ - p5-Test-Script-Run>=0.04:${PORTSDIR}/devel/p5-Test-Script-Run \ - p5-Test-Synopsis>=0.06:${PORTSDIR}/devel/p5-Test-Synopsis +TEST_DEPENDS= p5-DBD-SQLite>=1.29:databases/p5-DBD-SQLite \ + p5-Test-Exception>=0.29:devel/p5-Test-Exception \ + p5-Test-Expect>=0.31:devel/p5-Test-Expect \ + p5-Test-Output>=0.16:devel/p5-Test-Output \ + p5-Test-Script>=1.07:devel/p5-Test-Script \ + p5-Test-Script-Run>=0.04:devel/p5-Test-Script-Run \ + p5-Test-Synopsis>=0.06:devel/p5-Test-Synopsis USES= perl5 USE_PERL5= configure @@ -52,14 +52,14 @@ OPTIONS_DEFAULT= SQLITE .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MSQLITE} -RUN_DEPENDS+= p5-DBD-SQLite>=1.29:${PORTSDIR}/databases/p5-DBD-SQLite +RUN_DEPENDS+= p5-DBD-SQLite>=1.29:databases/p5-DBD-SQLite .endif .if ${PORT_OPTIONS:MPGSQL} -RUN_DEPENDS+= p5-DBD-Pg>=0:${PORTSDIR}/databases/p5-DBD-Pg +RUN_DEPENDS+= p5-DBD-Pg>=0:databases/p5-DBD-Pg .endif .if ${PORT_OPTIONS:MMYSQL} -RUN_DEPENDS+= p5-DBD-mysql>=0:${PORTSDIR}/databases/p5-DBD-mysql +RUN_DEPENDS+= p5-DBD-mysql>=0:databases/p5-DBD-mysql .endif .include <bsd.port.mk> diff --git a/textproc/p5-Hash-Merge/Makefile b/textproc/p5-Hash-Merge/Makefile index 5dbb461d8dfc..7e74dcdb2135 100644 --- a/textproc/p5-Hash-Merge/Makefile +++ b/textproc/p5-Hash-Merge/Makefile @@ -15,7 +15,7 @@ COMMENT= Merges hashes LICENSE= ART10 GPLv1 LICENSE_COMB= dual -RUN_DEPENDS= p5-Clone>=0:${PORTSDIR}/devel/p5-Clone +RUN_DEPENDS= p5-Clone>=0:devel/p5-Clone BUILD_DEPENDS:= ${RUN_DEPENDS} USES= perl5 diff --git a/textproc/p5-Hatena-Keyword/Makefile b/textproc/p5-Hatena-Keyword/Makefile index d5f6939bcce7..847a7a86514d 100644 --- a/textproc/p5-Hatena-Keyword/Makefile +++ b/textproc/p5-Hatena-Keyword/Makefile @@ -12,20 +12,20 @@ PKGNAMEPREFIX= p5- MAINTAINER= markun@onohara.to COMMENT= Extract Hatena Keywords in a string -BUILD_DEPENDS= p5-Cache>=0:${PORTSDIR}/devel/p5-Cache \ - p5-Class-Accessor>=0:${PORTSDIR}/devel/p5-Class-Accessor \ - p5-Class-Data-Inheritable>=0:${PORTSDIR}/devel/p5-Class-Data-Inheritable \ - p5-Class-ErrorHandler>=0:${PORTSDIR}/devel/p5-Class-ErrorHandler \ - ja-p5-Jcode>=0:${PORTSDIR}/japanese/p5-Jcode \ - p5-RPC-XML>=0:${PORTSDIR}/net/p5-RPC-XML \ - p5-URI>=0:${PORTSDIR}/net/p5-URI -RUN_DEPENDS= p5-Cache>=0:${PORTSDIR}/devel/p5-Cache \ - p5-Class-Accessor>=0:${PORTSDIR}/devel/p5-Class-Accessor \ - p5-Class-Data-Inheritable>=0:${PORTSDIR}/devel/p5-Class-Data-Inheritable \ - p5-Class-ErrorHandler>=0:${PORTSDIR}/devel/p5-Class-ErrorHandler \ - ja-p5-Jcode>=0:${PORTSDIR}/japanese/p5-Jcode \ - p5-RPC-XML>=0:${PORTSDIR}/net/p5-RPC-XML \ - p5-URI>=0:${PORTSDIR}/net/p5-URI +BUILD_DEPENDS= p5-Cache>=0:devel/p5-Cache \ + p5-Class-Accessor>=0:devel/p5-Class-Accessor \ + p5-Class-Data-Inheritable>=0:devel/p5-Class-Data-Inheritable \ + p5-Class-ErrorHandler>=0:devel/p5-Class-ErrorHandler \ + ja-p5-Jcode>=0:japanese/p5-Jcode \ + p5-RPC-XML>=0:net/p5-RPC-XML \ + p5-URI>=0:net/p5-URI +RUN_DEPENDS= p5-Cache>=0:devel/p5-Cache \ + p5-Class-Accessor>=0:devel/p5-Class-Accessor \ + p5-Class-Data-Inheritable>=0:devel/p5-Class-Data-Inheritable \ + p5-Class-ErrorHandler>=0:devel/p5-Class-ErrorHandler \ + ja-p5-Jcode>=0:japanese/p5-Jcode \ + p5-RPC-XML>=0:net/p5-RPC-XML \ + p5-URI>=0:net/p5-URI USES= perl5 USE_PERL5= configure diff --git a/textproc/p5-IO-CSVHeaderFile/Makefile b/textproc/p5-IO-CSVHeaderFile/Makefile index 91f80b71c4ac..cd07b89a38e3 100644 --- a/textproc/p5-IO-CSVHeaderFile/Makefile +++ b/textproc/p5-IO-CSVHeaderFile/Makefile @@ -11,7 +11,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl module to automate reads from CSV formatted text files -BUILD_DEPENDS= p5-Text-CSV_XS>=0:${PORTSDIR}/textproc/p5-Text-CSV_XS +BUILD_DEPENDS= p5-Text-CSV_XS>=0:textproc/p5-Text-CSV_XS RUN_DEPENDS:= ${BUILD_DEPENDS} NO_ARCH= yes diff --git a/textproc/p5-JavaScript-Minifier-XS/Makefile b/textproc/p5-JavaScript-Minifier-XS/Makefile index 7d23bfd54ebe..144d0ad55c14 100644 --- a/textproc/p5-JavaScript-Minifier-XS/Makefile +++ b/textproc/p5-JavaScript-Minifier-XS/Makefile @@ -14,9 +14,9 @@ COMMENT= XS based JavaScript minifier LICENSE= ART10 GPLv1 LICENSE_COMB= dual -TEST_DEPENDS= p5-JavaScript-Minifier>=0:${PORTSDIR}/textproc/p5-JavaScript-Minifier \ - p5-Test-Pod>=1:${PORTSDIR}/devel/p5-Test-Pod \ - p5-Test-Pod-Coverage>=1:${PORTSDIR}/devel/p5-Test-Pod-Coverage +TEST_DEPENDS= p5-JavaScript-Minifier>=0:textproc/p5-JavaScript-Minifier \ + p5-Test-Pod>=1:devel/p5-Test-Pod \ + p5-Test-Pod-Coverage>=1:devel/p5-Test-Pod-Coverage USE_PERL5= configure USES= perl5 diff --git a/textproc/p5-JavaScript-Packer/Makefile b/textproc/p5-JavaScript-Packer/Makefile index bfeffa24f42a..347a86c31deb 100644 --- a/textproc/p5-JavaScript-Packer/Makefile +++ b/textproc/p5-JavaScript-Packer/Makefile @@ -13,9 +13,9 @@ COMMENT= Perl version of Dean Edwards' Packer.js LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-Regexp-RegGrp>=1.001001:${PORTSDIR}/devel/p5-Regexp-RegGrp +BUILD_DEPENDS= p5-Regexp-RegGrp>=1.001001:devel/p5-Regexp-RegGrp RUN_DEPENDS:= ${BUILD_DEPENDS} -TEST_DEPENDS= p5-Test-Pod>=1.22:${PORTSDIR}/devel/p5-Test-Pod +TEST_DEPENDS= p5-Test-Pod>=1.22:devel/p5-Test-Pod USE_PERL5= configure USES= perl5 diff --git a/textproc/p5-KinoSearch1/Makefile b/textproc/p5-KinoSearch1/Makefile index 33ac13e7c209..90b98c4fde1f 100644 --- a/textproc/p5-KinoSearch1/Makefile +++ b/textproc/p5-KinoSearch1/Makefile @@ -12,9 +12,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl search engine library -BUILD_DEPENDS= p5-Lingua-StopWords>=0.02:${PORTSDIR}/textproc/p5-Lingua-StopWords \ - p5-Lingua-Stem-Snowball>=0.94:${PORTSDIR}/textproc/p5-Lingua-Stem-Snowball \ - p5-Clone>=0.18:${PORTSDIR}/devel/p5-Clone +BUILD_DEPENDS= p5-Lingua-StopWords>=0.02:textproc/p5-Lingua-StopWords \ + p5-Lingua-Stem-Snowball>=0.94:textproc/p5-Lingua-Stem-Snowball \ + p5-Clone>=0.18:devel/p5-Clone RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 diff --git a/textproc/p5-LaTeX-Driver/Makefile b/textproc/p5-LaTeX-Driver/Makefile index d2c763dc65c7..0fa6a419f161 100644 --- a/textproc/p5-LaTeX-Driver/Makefile +++ b/textproc/p5-LaTeX-Driver/Makefile @@ -15,11 +15,11 @@ COMMENT= Perl module of LaTeX Driver LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-Class-Accessor>=0:${PORTSDIR}/devel/p5-Class-Accessor \ - p5-Exception-Class>=0:${PORTSDIR}/devel/p5-Exception-Class \ - p5-File-Slurp>=0:${PORTSDIR}/devel/p5-File-Slurp \ - p5-IPC-ShellCmd>=0:${PORTSDIR}/devel/p5-IPC-ShellCmd \ - p5-Readonly>=0:${PORTSDIR}/devel/p5-Readonly +BUILD_DEPENDS= p5-Class-Accessor>=0:devel/p5-Class-Accessor \ + p5-Exception-Class>=0:devel/p5-Exception-Class \ + p5-File-Slurp>=0:devel/p5-File-Slurp \ + p5-IPC-ShellCmd>=0:devel/p5-IPC-ShellCmd \ + p5-Readonly>=0:devel/p5-Readonly RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 diff --git a/textproc/p5-LaTeX-Encode/Makefile b/textproc/p5-LaTeX-Encode/Makefile index 77c22cb1ba8f..6c2053b57671 100644 --- a/textproc/p5-LaTeX-Encode/Makefile +++ b/textproc/p5-LaTeX-Encode/Makefile @@ -13,7 +13,7 @@ COMMENT= Encode characters for LaTeX formatting LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-Readonly>=0:${PORTSDIR}/devel/p5-Readonly +BUILD_DEPENDS= p5-Readonly>=0:devel/p5-Readonly RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 diff --git a/textproc/p5-LaTeX-Pod/Makefile b/textproc/p5-LaTeX-Pod/Makefile index e702c43e24c4..990e54669a4a 100644 --- a/textproc/p5-LaTeX-Pod/Makefile +++ b/textproc/p5-LaTeX-Pod/Makefile @@ -14,10 +14,10 @@ COMMENT= Transform LaTeX source files to POD LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-LaTeX-TOM>=0.9:${PORTSDIR}/textproc/p5-LaTeX-TOM \ - p5-List-MoreUtils>=0:${PORTSDIR}/lang/p5-List-MoreUtils \ - p5-Params-Validate>=0.91:${PORTSDIR}/devel/p5-Params-Validate \ - p5-boolean>=0.20:${PORTSDIR}/devel/p5-boolean +BUILD_DEPENDS= p5-LaTeX-TOM>=0.9:textproc/p5-LaTeX-TOM \ + p5-List-MoreUtils>=0:lang/p5-List-MoreUtils \ + p5-Params-Validate>=0.91:devel/p5-Params-Validate \ + p5-boolean>=0.20:devel/p5-boolean RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 diff --git a/textproc/p5-LaTeX-Table/Makefile b/textproc/p5-LaTeX-Table/Makefile index a6d5a16d0bc7..360365a4f04c 100644 --- a/textproc/p5-LaTeX-Table/Makefile +++ b/textproc/p5-LaTeX-Table/Makefile @@ -15,16 +15,16 @@ COMMENT= Perl extension for the automatic generation of LaTeX tables LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-Moose>=0.76:${PORTSDIR}/devel/p5-Moose \ - p5-Moose-Policy>=0:${PORTSDIR}/devel/p5-Moose-Policy \ - p5-LaTeX-Encode>=0:${PORTSDIR}/textproc/p5-LaTeX-Encode \ - p5-LaTeX-Driver>=0:${PORTSDIR}/textproc/p5-LaTeX-Driver \ - p5-Template-Toolkit>=0:${PORTSDIR}/www/p5-Template-Toolkit \ - p5-Text-CSV>=0:${PORTSDIR}/textproc/p5-Text-CSV \ - p5-Number-Format>=0:${PORTSDIR}/textproc/p5-Number-Format \ - p5-MooseX-FollowPBP>=0.03:${PORTSDIR}/devel/p5-MooseX-FollowPBP +BUILD_DEPENDS= p5-Moose>=0.76:devel/p5-Moose \ + p5-Moose-Policy>=0:devel/p5-Moose-Policy \ + p5-LaTeX-Encode>=0:textproc/p5-LaTeX-Encode \ + p5-LaTeX-Driver>=0:textproc/p5-LaTeX-Driver \ + p5-Template-Toolkit>=0:www/p5-Template-Toolkit \ + p5-Text-CSV>=0:textproc/p5-Text-CSV \ + p5-Number-Format>=0:textproc/p5-Number-Format \ + p5-MooseX-FollowPBP>=0.03:devel/p5-MooseX-FollowPBP RUN_DEPENDS:= ${BUILD_DEPENDS} -TEST_DEPENDS= p5-Test-NoWarnings>=0.084:${PORTSDIR}/devel/p5-Test-NoWarnings +TEST_DEPENDS= p5-Test-NoWarnings>=0.084:devel/p5-Test-NoWarnings USES= perl5 USE_PERL5= modbuild diff --git a/textproc/p5-Lingua-EN-AddressParse/Makefile b/textproc/p5-Lingua-EN-AddressParse/Makefile index e1b387ecdb7a..e368cd75f1d1 100644 --- a/textproc/p5-Lingua-EN-AddressParse/Makefile +++ b/textproc/p5-Lingua-EN-AddressParse/Makefile @@ -12,9 +12,9 @@ COMMENT= Perl module to manipulate geographical addresses LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-Lingua-EN-NameParse>=1.24:${PORTSDIR}/textproc/p5-Lingua-EN-NameParse \ - p5-Locale-SubCountry>=1.41:${PORTSDIR}/misc/p5-Locale-SubCountry \ - p5-Parse-RecDescent>=1:${PORTSDIR}/devel/p5-Parse-RecDescent +BUILD_DEPENDS= p5-Lingua-EN-NameParse>=1.24:textproc/p5-Lingua-EN-NameParse \ + p5-Locale-SubCountry>=1.41:misc/p5-Locale-SubCountry \ + p5-Parse-RecDescent>=1:devel/p5-Parse-RecDescent RUN_DEPENDS:= ${BUILD_DEPENDS} NO_ARCH= yes diff --git a/textproc/p5-Lingua-EN-Fathom/Makefile b/textproc/p5-Lingua-EN-Fathom/Makefile index 59da6ff8e3a6..87a4e444755e 100644 --- a/textproc/p5-Lingua-EN-Fathom/Makefile +++ b/textproc/p5-Lingua-EN-Fathom/Makefile @@ -14,7 +14,7 @@ COMMENT= Lingua::EN::Fathom - Measure readability of English text LICENSE= ART10 GPLv1 LICENSE_COMB= dual -COMMON_DEPENDS= p5-Lingua-EN-Syllable>0:${PORTSDIR}/textproc/p5-Lingua-EN-Syllable +COMMON_DEPENDS= p5-Lingua-EN-Syllable>0:textproc/p5-Lingua-EN-Syllable BUILD_DEPENDS= ${COMMON_DEPENDS} RUN_DEPENDS= ${COMMON_DEPENDS} diff --git a/textproc/p5-Lingua-EN-FindNumber/Makefile b/textproc/p5-Lingua-EN-FindNumber/Makefile index 5d0014d33101..65b280398d7d 100644 --- a/textproc/p5-Lingua-EN-FindNumber/Makefile +++ b/textproc/p5-Lingua-EN-FindNumber/Makefile @@ -13,10 +13,10 @@ COMMENT= Locate (written) numbers in English text LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-Lingua-EN-Words2Nums>=0:${PORTSDIR}/textproc/p5-Lingua-EN-Words2Nums +BUILD_DEPENDS= p5-Lingua-EN-Words2Nums>=0:textproc/p5-Lingua-EN-Words2Nums RUN_DEPENDS:= ${BUILD_DEPENDS} -TEST_DEPENDS= p5-Test-Pod>=1:${PORTSDIR}/devel/p5-Test-Pod \ - p5-Test-Pod-Coverage>=1:${PORTSDIR}/devel/p5-Test-Pod-Coverage +TEST_DEPENDS= p5-Test-Pod>=1:devel/p5-Test-Pod \ + p5-Test-Pod-Coverage>=1:devel/p5-Test-Pod-Coverage NO_ARCH= yes USE_PERL5= configure diff --git a/textproc/p5-Lingua-EN-Inflect-Number/Makefile b/textproc/p5-Lingua-EN-Inflect-Number/Makefile index 62834f195e97..bf51bc09cdc6 100644 --- a/textproc/p5-Lingua-EN-Inflect-Number/Makefile +++ b/textproc/p5-Lingua-EN-Inflect-Number/Makefile @@ -13,7 +13,7 @@ COMMENT= Force number of words to singular or plural LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-Lingua-EN-Inflect>=0:${PORTSDIR}/textproc/p5-Lingua-EN-Inflect +BUILD_DEPENDS= p5-Lingua-EN-Inflect>=0:textproc/p5-Lingua-EN-Inflect RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 diff --git a/textproc/p5-Lingua-EN-Inflect-Phrase/Makefile b/textproc/p5-Lingua-EN-Inflect-Phrase/Makefile index ac2bdbd77cfe..fb2175f8579f 100644 --- a/textproc/p5-Lingua-EN-Inflect-Phrase/Makefile +++ b/textproc/p5-Lingua-EN-Inflect-Phrase/Makefile @@ -14,15 +14,15 @@ LICENSE= ART10 GPLv1 LICENSE_COMB= dual RUN_DEPENDS= \ - p5-Lingua-EN-FindNumber>=0:${PORTSDIR}/textproc/p5-Lingua-EN-FindNumber \ - p5-Lingua-EN-Inflect>=1.89.1:${PORTSDIR}/textproc/p5-Lingua-EN-Inflect \ - p5-Lingua-EN-Inflect-Number>=1.1:${PORTSDIR}/textproc/p5-Lingua-EN-Inflect-Number \ - p5-Lingua-EN-Number-IsOrdinal>0:${PORTSDIR}/textproc/p5-Lingua-EN-Number-IsOrdinal \ - p5-Lingua-EN-Tagger>=0.20:${PORTSDIR}/textproc/p5-Lingua-EN-Tagger + p5-Lingua-EN-FindNumber>=0:textproc/p5-Lingua-EN-FindNumber \ + p5-Lingua-EN-Inflect>=1.89.1:textproc/p5-Lingua-EN-Inflect \ + p5-Lingua-EN-Inflect-Number>=1.1:textproc/p5-Lingua-EN-Inflect-Number \ + p5-Lingua-EN-Number-IsOrdinal>0:textproc/p5-Lingua-EN-Number-IsOrdinal \ + p5-Lingua-EN-Tagger>=0.20:textproc/p5-Lingua-EN-Tagger BUILD_DEPENDS:= ${RUN_DEPENDS} TEST_DEPENDS= \ - p5-Lingua-EN-Number-IsOrdinal>0:${PORTSDIR}/textproc/p5-Lingua-EN-Number-IsOrdinal \ - p5-Test-NoWarnings>=0:${PORTSDIR}/devel/p5-Test-NoWarnings + p5-Lingua-EN-Number-IsOrdinal>0:textproc/p5-Lingua-EN-Number-IsOrdinal \ + p5-Test-NoWarnings>=0:devel/p5-Test-NoWarnings USES= perl5 USE_PERL5= configure diff --git a/textproc/p5-Lingua-EN-MatchNames/Makefile b/textproc/p5-Lingua-EN-MatchNames/Makefile index a644f9572b67..9c61097367d3 100644 --- a/textproc/p5-Lingua-EN-MatchNames/Makefile +++ b/textproc/p5-Lingua-EN-MatchNames/Makefile @@ -13,10 +13,10 @@ COMMENT= Smart matching for human names LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-Lingua-EN-NameParse>=0:${PORTSDIR}/textproc/p5-Lingua-EN-NameParse \ - p5-Lingua-EN-Nickname>=0:${PORTSDIR}/textproc/p5-Lingua-EN-Nickname \ - p5-String-Approx>=0:${PORTSDIR}/devel/p5-String-Approx \ - p5-Text-Metaphone>=0:${PORTSDIR}/textproc/p5-Text-Metaphone +BUILD_DEPENDS= p5-Lingua-EN-NameParse>=0:textproc/p5-Lingua-EN-NameParse \ + p5-Lingua-EN-Nickname>=0:textproc/p5-Lingua-EN-Nickname \ + p5-String-Approx>=0:devel/p5-String-Approx \ + p5-Text-Metaphone>=0:textproc/p5-Text-Metaphone RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 @@ -25,8 +25,8 @@ USE_PERL5= configure .include <bsd.port.pre.mk> .if ${PERL_LEVEL} < 502000 -BUILD_DEPENDS+= p5-Text-Soundex>=0:${PORTSDIR}/textproc/p5-Text-Soundex -RUN_DEPENDS+= p5-Text-Soundex>=0:${PORTSDIR}/textproc/p5-Text-Soundex +BUILD_DEPENDS+= p5-Text-Soundex>=0:textproc/p5-Text-Soundex +RUN_DEPENDS+= p5-Text-Soundex>=0:textproc/p5-Text-Soundex .endif .include <bsd.port.post.mk> diff --git a/textproc/p5-Lingua-EN-NameParse/Makefile b/textproc/p5-Lingua-EN-NameParse/Makefile index ba9d84535d1f..cac7e1ce69e5 100644 --- a/textproc/p5-Lingua-EN-NameParse/Makefile +++ b/textproc/p5-Lingua-EN-NameParse/Makefile @@ -13,7 +13,7 @@ COMMENT= Routines for manipulating a person's name LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-Parse-RecDescent>=1:${PORTSDIR}/devel/p5-Parse-RecDescent +BUILD_DEPENDS= p5-Parse-RecDescent>=1:devel/p5-Parse-RecDescent RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 diff --git a/textproc/p5-Lingua-EN-NamedEntity/Makefile b/textproc/p5-Lingua-EN-NamedEntity/Makefile index 40a1a199061b..f8b6303d93dc 100644 --- a/textproc/p5-Lingua-EN-NamedEntity/Makefile +++ b/textproc/p5-Lingua-EN-NamedEntity/Makefile @@ -13,7 +13,7 @@ COMMENT= Basic Named Entity Extraction algorithm LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-Lingua-Stem>=0:${PORTSDIR}/textproc/p5-Lingua-Stem +BUILD_DEPENDS= p5-Lingua-Stem>=0:textproc/p5-Lingua-Stem RUN_DEPENDS:= ${BUILD_DEPENDS} NO_ARCH= yes diff --git a/textproc/p5-Lingua-EN-Number-IsOrdinal/Makefile b/textproc/p5-Lingua-EN-Number-IsOrdinal/Makefile index 5db421465ce6..e720f8ac364c 100644 --- a/textproc/p5-Lingua-EN-Number-IsOrdinal/Makefile +++ b/textproc/p5-Lingua-EN-Number-IsOrdinal/Makefile @@ -13,11 +13,11 @@ LICENSE= ART10 GPLv1 LICENSE_COMB= dual RUN_DEPENDS= \ - p5-Lingua-EN-FindNumber>0:${PORTSDIR}/textproc/p5-Lingua-EN-FindNumber + p5-Lingua-EN-FindNumber>0:textproc/p5-Lingua-EN-FindNumber BUILD_DEPENDS= ${RUN_DEPENDS} TEST_DEPENDS= \ - p5-Test-Fatal>0:${PORTSDIR}/devel/p5-Test-Fatal \ - p5-Try-Tiny:${PORTSDIR}/lang/p5-Try-Tiny + p5-Test-Fatal>0:devel/p5-Test-Fatal \ + p5-Try-Tiny:lang/p5-Try-Tiny USES= perl5 USE_PERL5= configure diff --git a/textproc/p5-Lingua-EN-Numbers-Easy/Makefile b/textproc/p5-Lingua-EN-Numbers-Easy/Makefile index cc4440556beb..c51bbeaa312d 100644 --- a/textproc/p5-Lingua-EN-Numbers-Easy/Makefile +++ b/textproc/p5-Lingua-EN-Numbers-Easy/Makefile @@ -12,7 +12,7 @@ COMMENT= Perl module providing hash access to Lingua::EN::Numbers objects LICENSE= MIT -BUILD_DEPENDS= p5-Lingua-EN-Numbers>=1.01:${PORTSDIR}/textproc/p5-Lingua-EN-Numbers +BUILD_DEPENDS= p5-Lingua-EN-Numbers>=1.01:textproc/p5-Lingua-EN-Numbers RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 diff --git a/textproc/p5-Lingua-EN-Summarize/Makefile b/textproc/p5-Lingua-EN-Summarize/Makefile index c8f82fe3a6a9..c02ff9af43d5 100644 --- a/textproc/p5-Lingua-EN-Summarize/Makefile +++ b/textproc/p5-Lingua-EN-Summarize/Makefile @@ -11,8 +11,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Simple tool for summarizing bodies of English text -BUILD_DEPENDS= p5-HTML-Summary>=0:${PORTSDIR}/www/p5-HTML-Summary \ - p5-HTML-Parser>=0:${PORTSDIR}/www/p5-HTML-Parser +BUILD_DEPENDS= p5-HTML-Summary>=0:www/p5-HTML-Summary \ + p5-HTML-Parser>=0:www/p5-HTML-Parser RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 diff --git a/textproc/p5-Lingua-EN-Tagger/Makefile b/textproc/p5-Lingua-EN-Tagger/Makefile index 6307d0d2e3ac..3fcc20594e51 100644 --- a/textproc/p5-Lingua-EN-Tagger/Makefile +++ b/textproc/p5-Lingua-EN-Tagger/Makefile @@ -12,10 +12,10 @@ COMMENT= Part-of-speech tagger for English natural language processing LICENSE= GPLv3 -BUILD_DEPENDS= p5-HTML-Parser>=3.45:${PORTSDIR}/www/p5-HTML-Parser \ - p5-HTML-Tagset>=3.20:${PORTSDIR}/www/p5-HTML-Tagset \ - p5-Lingua-Stem>=0.81:${PORTSDIR}/textproc/p5-Lingua-Stem \ - p5-Memoize-ExpireLRU>=0.55:${PORTSDIR}/devel/p5-Memoize-ExpireLRU +BUILD_DEPENDS= p5-HTML-Parser>=3.45:www/p5-HTML-Parser \ + p5-HTML-Tagset>=3.20:www/p5-HTML-Tagset \ + p5-Lingua-Stem>=0.81:textproc/p5-Lingua-Stem \ + p5-Memoize-ExpireLRU>=0.55:devel/p5-Memoize-ExpireLRU RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 diff --git a/textproc/p5-Lingua-Identify-CLD/Makefile b/textproc/p5-Lingua-Identify-CLD/Makefile index 70c266500984..c51457465ec7 100644 --- a/textproc/p5-Lingua-Identify-CLD/Makefile +++ b/textproc/p5-Lingua-Identify-CLD/Makefile @@ -13,12 +13,12 @@ COMMENT= Interface to Chrome language detection library LICENSE= BSD3CLAUSE -LIB_DEPENDS= libcld.so:${PORTSDIR}/devel/cld -BUILD_DEPENDS= p5-Config-AutoConf>=0.16:${PORTSDIR}/devel/p5-Config-AutoConf \ - p5-ExtUtils-CBuilder>0.27:${PORTSDIR}/devel/p5-ExtUtils-CBuilder \ - p5-ExtUtils-ParseXS>=0:${PORTSDIR}/devel/p5-ExtUtils-ParseXS \ - p5-ExtUtils-LibBuilder>=0.02:${PORTSDIR}/devel/p5-ExtUtils-LibBuilder -RUN_DEPENDS= p5-XSLoader>=0:${PORTSDIR}/devel/p5-XSLoader +LIB_DEPENDS= libcld.so:devel/cld +BUILD_DEPENDS= p5-Config-AutoConf>=0.16:devel/p5-Config-AutoConf \ + p5-ExtUtils-CBuilder>0.27:devel/p5-ExtUtils-CBuilder \ + p5-ExtUtils-ParseXS>=0:devel/p5-ExtUtils-ParseXS \ + p5-ExtUtils-LibBuilder>=0.02:devel/p5-ExtUtils-LibBuilder +RUN_DEPENDS= p5-XSLoader>=0:devel/p5-XSLoader USES= perl5 USE_PERL5= modbuild diff --git a/textproc/p5-Lingua-Identify/Makefile b/textproc/p5-Lingua-Identify/Makefile index 456efcfd7ba9..69ca705c4e8b 100644 --- a/textproc/p5-Lingua-Identify/Makefile +++ b/textproc/p5-Lingua-Identify/Makefile @@ -11,9 +11,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= tobez@FreeBSD.org COMMENT= Lingua::Identify - Language identification -BUILD_DEPENDS= p5-Class-Factory-Util>=1.6:${PORTSDIR}/devel/p5-Class-Factory-Util \ - p5-Text-Affixes>=0.04:${PORTSDIR}/textproc/p5-Text-Affixes \ - p5-Text-Ngram>=0.03:${PORTSDIR}/textproc/p5-Text-Ngram +BUILD_DEPENDS= p5-Class-Factory-Util>=1.6:devel/p5-Class-Factory-Util \ + p5-Text-Affixes>=0.04:textproc/p5-Text-Affixes \ + p5-Text-Ngram>=0.03:textproc/p5-Text-Ngram RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 diff --git a/textproc/p5-Lingua-Ispell/Makefile b/textproc/p5-Lingua-Ispell/Makefile index 297e66c7c26f..f92e197f3e04 100644 --- a/textproc/p5-Lingua-Ispell/Makefile +++ b/textproc/p5-Lingua-Ispell/Makefile @@ -14,7 +14,7 @@ COMMENT= Perl module that encapsulates access to the Ispell program LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= ispell:${PORTSDIR}/textproc/aspell-ispell +BUILD_DEPENDS= ispell:textproc/aspell-ispell RUN_DEPENDS:= ${BUILD_DEPENDS} NO_ARCH= yes diff --git a/textproc/p5-Lingua-Preferred/Makefile b/textproc/p5-Lingua-Preferred/Makefile index 99cdf7e46973..83b5cba1b57d 100644 --- a/textproc/p5-Lingua-Preferred/Makefile +++ b/textproc/p5-Lingua-Preferred/Makefile @@ -12,7 +12,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl extension to choose a language -BUILD_DEPENDS= p5-Log-TraceMessages>=0:${PORTSDIR}/devel/p5-Log-TraceMessages +BUILD_DEPENDS= p5-Log-TraceMessages>=0:devel/p5-Log-TraceMessages RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 diff --git a/textproc/p5-Lingua-Stem/Makefile b/textproc/p5-Lingua-Stem/Makefile index 047a50140918..3108247f7217 100644 --- a/textproc/p5-Lingua-Stem/Makefile +++ b/textproc/p5-Lingua-Stem/Makefile @@ -12,14 +12,14 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Provides word stemming algorithms localized by language -BUILD_DEPENDS= p5-Lingua-PT-Stemmer>=0:${PORTSDIR}/textproc/p5-Lingua-PT-Stemmer \ - p5-Lingua-Stem-Fr>=0:${PORTSDIR}/textproc/p5-Lingua-Stem-Fr \ - p5-Lingua-Stem-It>=0:${PORTSDIR}/textproc/p5-Lingua-Stem-It \ - p5-Lingua-Stem-Ru>=0:${PORTSDIR}/textproc/p5-Lingua-Stem-Ru \ - p5-Lingua-Stem-Snowball-Da>=0:${PORTSDIR}/textproc/p5-Lingua-Stem-Snowball-Da \ - p5-Lingua-Stem-Snowball-No>=0:${PORTSDIR}/textproc/p5-Lingua-Stem-Snowball-No \ - p5-Lingua-Stem-Snowball-Se>=0:${PORTSDIR}/textproc/p5-Lingua-Stem-Snowball-Se \ - p5-Text-German>=0:${PORTSDIR}/textproc/p5-Text-German +BUILD_DEPENDS= p5-Lingua-PT-Stemmer>=0:textproc/p5-Lingua-PT-Stemmer \ + p5-Lingua-Stem-Fr>=0:textproc/p5-Lingua-Stem-Fr \ + p5-Lingua-Stem-It>=0:textproc/p5-Lingua-Stem-It \ + p5-Lingua-Stem-Ru>=0:textproc/p5-Lingua-Stem-Ru \ + p5-Lingua-Stem-Snowball-Da>=0:textproc/p5-Lingua-Stem-Snowball-Da \ + p5-Lingua-Stem-Snowball-No>=0:textproc/p5-Lingua-Stem-Snowball-No \ + p5-Lingua-Stem-Snowball-Se>=0:textproc/p5-Lingua-Stem-Snowball-Se \ + p5-Text-German>=0:textproc/p5-Text-German RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 diff --git a/textproc/p5-MARC-Charset/Makefile b/textproc/p5-MARC-Charset/Makefile index d4bd0b1a9bbe..bdb4b4dbbd3d 100644 --- a/textproc/p5-MARC-Charset/Makefile +++ b/textproc/p5-MARC-Charset/Makefile @@ -14,8 +14,8 @@ COMMENT= Convert MARC-8 encoded strings to UTF-8 LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-Class-Accessor>=0:${PORTSDIR}/devel/p5-Class-Accessor \ - p5-XML-SAX>=0:${PORTSDIR}/textproc/p5-XML-SAX +BUILD_DEPENDS= p5-Class-Accessor>=0:devel/p5-Class-Accessor \ + p5-XML-SAX>=0:textproc/p5-XML-SAX RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 diff --git a/textproc/p5-MARC-Lint/Makefile b/textproc/p5-MARC-Lint/Makefile index 354a286fc6e1..774bcceb7159 100644 --- a/textproc/p5-MARC-Lint/Makefile +++ b/textproc/p5-MARC-Lint/Makefile @@ -11,8 +11,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= demon@FreeBSD.org COMMENT= Mechanism for validating MARC records -BUILD_DEPENDS= p5-MARC-Record>=0:${PORTSDIR}/textproc/p5-MARC-Record \ - p5-Business-ISBN>=2.03:${PORTSDIR}/misc/p5-Business-ISBN +BUILD_DEPENDS= p5-MARC-Record>=0:textproc/p5-MARC-Record \ + p5-Business-ISBN>=2.03:misc/p5-Business-ISBN RUN_DEPENDS:= ${BUILD_DEPENDS} WRKSRC= ${WRKDIR}/marc-lint diff --git a/textproc/p5-MARC-XML/Makefile b/textproc/p5-MARC-XML/Makefile index ae59d934ca2d..ace494de0a85 100644 --- a/textproc/p5-MARC-XML/Makefile +++ b/textproc/p5-MARC-XML/Makefile @@ -14,9 +14,9 @@ COMMENT= Extension to the MARC-Record distribution for working with XML data LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-MARC-Record>=2:${PORTSDIR}/textproc/p5-MARC-Record \ - p5-MARC-Charset>=0.98:${PORTSDIR}/textproc/p5-MARC-Charset \ - p5-XML-SAX>=0.12:${PORTSDIR}/textproc/p5-XML-SAX +BUILD_DEPENDS= p5-MARC-Record>=2:textproc/p5-MARC-Record \ + p5-MARC-Charset>=0.98:textproc/p5-MARC-Charset \ + p5-XML-SAX>=0.12:textproc/p5-XML-SAX RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 diff --git a/textproc/p5-Makefile-DOM/Makefile b/textproc/p5-Makefile-DOM/Makefile index b931ca33eebe..bb77adc91907 100644 --- a/textproc/p5-Makefile-DOM/Makefile +++ b/textproc/p5-Makefile-DOM/Makefile @@ -15,9 +15,9 @@ COMMENT= Simple DOM parser for Makefiles LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-Clone>=0.18:${PORTSDIR}/devel/p5-Clone \ - p5-List-MoreUtils>=0.21:${PORTSDIR}/lang/p5-List-MoreUtils \ - p5-Params-Util>=0.22:${PORTSDIR}/devel/p5-Params-Util +BUILD_DEPENDS= p5-Clone>=0.18:devel/p5-Clone \ + p5-List-MoreUtils>=0.21:lang/p5-List-MoreUtils \ + p5-Params-Util>=0.22:devel/p5-Params-Util RUN_DEPENDS:= ${BUILD_DEPENDS} USE_PERL5= configure diff --git a/textproc/p5-Makefile-Parser/Makefile b/textproc/p5-Makefile-Parser/Makefile index 8768e50c010f..39e992820789 100644 --- a/textproc/p5-Makefile-Parser/Makefile +++ b/textproc/p5-Makefile-Parser/Makefile @@ -11,12 +11,12 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Makefile::Parser - A Simple Parser for Makefiles -BUILD_DEPENDS= p5-Class-Accessor>=0:${PORTSDIR}/devel/p5-Class-Accessor \ - p5-Class-Trigger>=0.13:${PORTSDIR}/devel/p5-Class-Trigger \ - p5-File-Slurp>=0:${PORTSDIR}/devel/p5-File-Slurp \ - p5-IPC-Run3>=0.036:${PORTSDIR}/devel/p5-IPC-Run3 \ - p5-List-MoreUtils>=0:${PORTSDIR}/lang/p5-List-MoreUtils \ - p5-Makefile-DOM>=0.005:${PORTSDIR}/textproc/p5-Makefile-DOM +BUILD_DEPENDS= p5-Class-Accessor>=0:devel/p5-Class-Accessor \ + p5-Class-Trigger>=0.13:devel/p5-Class-Trigger \ + p5-File-Slurp>=0:devel/p5-File-Slurp \ + p5-IPC-Run3>=0.036:devel/p5-IPC-Run3 \ + p5-List-MoreUtils>=0:lang/p5-List-MoreUtils \ + p5-Makefile-DOM>=0.005:textproc/p5-Makefile-DOM RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 diff --git a/textproc/p5-Markapl/Makefile b/textproc/p5-Markapl/Makefile index 8a2d4ceb2c6d..2c382d9fa700 100644 --- a/textproc/p5-Markapl/Makefile +++ b/textproc/p5-Markapl/Makefile @@ -14,11 +14,11 @@ COMMENT= Markup as Perl LICENSE= MIT -BUILD_DEPENDS= p5-Exporter-Lite>=0:${PORTSDIR}/devel/p5-Exporter-Lite \ - p5-HTML-Lint>=0:${PORTSDIR}/www/p5-HTML-Lint \ - p5-B-Hooks-EndOfScope>=0.05:${PORTSDIR}/devel/p5-B-Hooks-EndOfScope \ - p5-String-BufferStack>=1.15:${PORTSDIR}/textproc/p5-String-BufferStack \ - p5-Devel-Declare>=0:${PORTSDIR}/devel/p5-Devel-Declare +BUILD_DEPENDS= p5-Exporter-Lite>=0:devel/p5-Exporter-Lite \ + p5-HTML-Lint>=0:www/p5-HTML-Lint \ + p5-B-Hooks-EndOfScope>=0.05:devel/p5-B-Hooks-EndOfScope \ + p5-String-BufferStack>=1.15:textproc/p5-String-BufferStack \ + p5-Devel-Declare>=0:devel/p5-Devel-Declare RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 diff --git a/textproc/p5-Marpa-HTML/Makefile b/textproc/p5-Marpa-HTML/Makefile index 85bcef363731..77ae47614a88 100644 --- a/textproc/p5-Marpa-HTML/Makefile +++ b/textproc/p5-Marpa-HTML/Makefile @@ -16,9 +16,9 @@ COMMENT= High-level HTML Parser LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-HTML-Parser>=3.64:${PORTSDIR}/www/p5-HTML-Parser \ - p5-Marpa-PP>=0.012:${PORTSDIR}/lang/p5-Marpa-PP \ - p5-Marpa-XS>=0.026:${PORTSDIR}/lang/p5-Marpa-XS +BUILD_DEPENDS= p5-HTML-Parser>=3.64:www/p5-HTML-Parser \ + p5-Marpa-PP>=0.012:lang/p5-Marpa-PP \ + p5-Marpa-XS>=0.026:lang/p5-Marpa-XS RUN_DEPENDS:= ${BUILD_DEPENDS} NO_ARCH= yes diff --git a/textproc/p5-Net-Groonga-HTTP/Makefile b/textproc/p5-Net-Groonga-HTTP/Makefile index 16ae04f24c99..dddca9898675 100644 --- a/textproc/p5-Net-Groonga-HTTP/Makefile +++ b/textproc/p5-Net-Groonga-HTTP/Makefile @@ -13,11 +13,11 @@ LICENSE= ART10 GPLv1 LICENSE_COMB= dual RUN_DEPENDS= \ - p5-Data-Page>0:${PORTSDIR}/databases/p5-Data-Page \ - p5-Furl>0:${PORTSDIR}/www/p5-Furl \ - p5-JSON-XS>0:${PORTSDIR}/converters/p5-JSON-XS \ - p5-Mouse>0:${PORTSDIR}/devel/p5-Mouse \ - p5-URI>0:${PORTSDIR}/net/p5-URI + p5-Data-Page>0:databases/p5-Data-Page \ + p5-Furl>0:www/p5-Furl \ + p5-JSON-XS>0:converters/p5-JSON-XS \ + p5-Mouse>0:devel/p5-Mouse \ + p5-URI>0:net/p5-URI BUILD_DEPENDS= ${RUN_DEPENDS} USES= perl5 diff --git a/textproc/p5-Net-IDN-Encode/Makefile b/textproc/p5-Net-IDN-Encode/Makefile index 619320d325d6..52fbc9aafd7d 100644 --- a/textproc/p5-Net-IDN-Encode/Makefile +++ b/textproc/p5-Net-IDN-Encode/Makefile @@ -13,7 +13,7 @@ COMMENT= Internationalizing Domain Names in Applications (RFC 3490) LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-Test-NoWarnings>=0:${PORTSDIR}/devel/p5-Test-NoWarnings +BUILD_DEPENDS= p5-Test-NoWarnings>=0:devel/p5-Test-NoWarnings USES= perl5 USE_PERL5= modbuild diff --git a/textproc/p5-Net-YASA/Makefile b/textproc/p5-Net-YASA/Makefile index f6590d6e39ca..d1de614ecac9 100644 --- a/textproc/p5-Net-YASA/Makefile +++ b/textproc/p5-Net-YASA/Makefile @@ -11,7 +11,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl interface to YASA (Yet Another Suffix Array) -BUILD_DEPENDS= p5-libwww>=0:${PORTSDIR}/www/p5-libwww +BUILD_DEPENDS= p5-libwww>=0:www/p5-libwww RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 diff --git a/textproc/p5-NetAddr-IP-Find/Makefile b/textproc/p5-NetAddr-IP-Find/Makefile index 61a29acf0d88..0f9e2cf05446 100644 --- a/textproc/p5-NetAddr-IP-Find/Makefile +++ b/textproc/p5-NetAddr-IP-Find/Makefile @@ -14,7 +14,7 @@ COMMENT= Iterates over all IP addresses in a text similar to Email::Find LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-NetAddr-IP>0:${PORTSDIR}/net-mgmt/p5-NetAddr-IP +BUILD_DEPENDS= p5-NetAddr-IP>0:net-mgmt/p5-NetAddr-IP RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 diff --git a/textproc/p5-ODF-lpOD/Makefile b/textproc/p5-ODF-lpOD/Makefile index e6504e044e6a..5f8bcdb526af 100644 --- a/textproc/p5-ODF-lpOD/Makefile +++ b/textproc/p5-ODF-lpOD/Makefile @@ -13,12 +13,12 @@ COMMENT= OpenDocument management interface LICENSE= GPLv2 -BUILD_DEPENDS= p5-Archive-Zip>=1.30:${PORTSDIR}/archivers/p5-Archive-Zip \ - p5-XML-Twig>=3.37:${PORTSDIR}/textproc/p5-XML-Twig \ - p5-File-Type>=0:${PORTSDIR}/devel/p5-File-Type \ - p5-Image-Size>=0:${PORTSDIR}/graphics/p5-Image-Size \ - p5-libwww>=0:${PORTSDIR}/www/p5-libwww \ - p5-File-Slurp>=0:${PORTSDIR}/devel/p5-File-Slurp +BUILD_DEPENDS= p5-Archive-Zip>=1.30:archivers/p5-Archive-Zip \ + p5-XML-Twig>=3.37:textproc/p5-XML-Twig \ + p5-File-Type>=0:devel/p5-File-Type \ + p5-Image-Size>=0:graphics/p5-Image-Size \ + p5-libwww>=0:www/p5-libwww \ + p5-File-Slurp>=0:devel/p5-File-Slurp RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 diff --git a/textproc/p5-OpenOffice-OODoc/Makefile b/textproc/p5-OpenOffice-OODoc/Makefile index 086a1975d617..73fb6078bdc5 100644 --- a/textproc/p5-OpenOffice-OODoc/Makefile +++ b/textproc/p5-OpenOffice-OODoc/Makefile @@ -13,8 +13,8 @@ COMMENT= Perl Open OpenDocument Connector LICENSE= LGPL21 -RUN_DEPENDS= p5-Archive-Zip>=1.18:${PORTSDIR}/archivers/p5-Archive-Zip \ - p5-XML-Twig>=3.32:${PORTSDIR}/textproc/p5-XML-Twig +RUN_DEPENDS= p5-Archive-Zip>=1.18:archivers/p5-Archive-Zip \ + p5-XML-Twig>=3.32:textproc/p5-XML-Twig USES= perl5 USE_PERL5= configure diff --git a/textproc/p5-PDF-API2-Simple/Makefile b/textproc/p5-PDF-API2-Simple/Makefile index c242179bf172..68e54e456119 100644 --- a/textproc/p5-PDF-API2-Simple/Makefile +++ b/textproc/p5-PDF-API2-Simple/Makefile @@ -10,7 +10,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= jeremybbaggs@gmail.com COMMENT= Wrapper for the PDF::API2 modules -RUN_DEPENDS= p5-PDF-API2>=0:${PORTSDIR}/textproc/p5-PDF-API2 +RUN_DEPENDS= p5-PDF-API2>=0:textproc/p5-PDF-API2 USES= perl5 USE_PERL5= configure diff --git a/textproc/p5-PDF-API2/Makefile b/textproc/p5-PDF-API2/Makefile index 89f914fb99f4..25736dff68e4 100644 --- a/textproc/p5-PDF-API2/Makefile +++ b/textproc/p5-PDF-API2/Makefile @@ -12,7 +12,7 @@ COMMENT= Facilitates the creation and modification of PDF files LICENSE= LGPL21 -BUILD_DEPENDS= p5-Font-TTF>=0:${PORTSDIR}/x11-fonts/p5-Font-TTF +BUILD_DEPENDS= p5-Font-TTF>=0:x11-fonts/p5-Font-TTF RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 diff --git a/textproc/p5-PDF-FromHTML/Makefile b/textproc/p5-PDF-FromHTML/Makefile index b46ef7dbd1ff..ca817f13ba08 100644 --- a/textproc/p5-PDF-FromHTML/Makefile +++ b/textproc/p5-PDF-FromHTML/Makefile @@ -11,13 +11,13 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Convert HTML documents to PDF -BUILD_DEPENDS= p5-Graphics-ColorNames>=0:${PORTSDIR}/graphics/p5-Graphics-ColorNames \ - p5-HTML-Tidy>=0:${PORTSDIR}/textproc/p5-HTML-Tidy \ - p5-Image-Size>=0:${PORTSDIR}/graphics/p5-Image-Size \ - p5-PDF-API2>=0:${PORTSDIR}/textproc/p5-PDF-API2 \ - p5-PDF-Writer>=0.05:${PORTSDIR}/textproc/p5-PDF-Writer \ - p5-XML-Twig>=0:${PORTSDIR}/textproc/p5-XML-Twig \ - p5-libwww>=0:${PORTSDIR}/www/p5-libwww +BUILD_DEPENDS= p5-Graphics-ColorNames>=0:graphics/p5-Graphics-ColorNames \ + p5-HTML-Tidy>=0:textproc/p5-HTML-Tidy \ + p5-Image-Size>=0:graphics/p5-Image-Size \ + p5-PDF-API2>=0:textproc/p5-PDF-API2 \ + p5-PDF-Writer>=0.05:textproc/p5-PDF-Writer \ + p5-XML-Twig>=0:textproc/p5-XML-Twig \ + p5-libwww>=0:www/p5-libwww RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 diff --git a/textproc/p5-PDF-Table/Makefile b/textproc/p5-PDF-Table/Makefile index 3415b366be32..d0ed281c282f 100644 --- a/textproc/p5-PDF-Table/Makefile +++ b/textproc/p5-PDF-Table/Makefile @@ -11,7 +11,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= danilo@FreeBSD.org COMMENT= Utility class for building table layouts in a PDF::API2 object -BUILD_DEPENDS= p5-PDF-API2>=0:${PORTSDIR}/textproc/p5-PDF-API2 +BUILD_DEPENDS= p5-PDF-API2>=0:textproc/p5-PDF-API2 RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 diff --git a/textproc/p5-PDF-WebKit/Makefile b/textproc/p5-PDF-WebKit/Makefile index bb76482b8e16..c900f4812bd4 100644 --- a/textproc/p5-PDF-WebKit/Makefile +++ b/textproc/p5-PDF-WebKit/Makefile @@ -13,13 +13,13 @@ COMMENT= Use WebKit to Generate PDFs from HTML LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-IPC-Run>=0:${PORTSDIR}/devel/p5-IPC-Run \ - p5-Moo>=0:${PORTSDIR}/devel/p5-Moo \ - p5-XML-LibXML>=1.62:${PORTSDIR}/textproc/p5-XML-LibXML \ - p5-namespace-clean>=0:${PORTSDIR}/devel/p5-namespace-clean +BUILD_DEPENDS= p5-IPC-Run>=0:devel/p5-IPC-Run \ + p5-Moo>=0:devel/p5-Moo \ + p5-XML-LibXML>=1.62:textproc/p5-XML-LibXML \ + p5-namespace-clean>=0:devel/p5-namespace-clean RUN_DEPENDS:= ${BUILD_DEPENDS} \ - wkhtmltopdf:${PORTSDIR}/converters/wkhtmltopdf -TEST_DEPENDS= p5-Test-Spec:${PORTSDIR}/devel/p5-Test-Spec + wkhtmltopdf:converters/wkhtmltopdf +TEST_DEPENDS= p5-Test-Spec:devel/p5-Test-Spec USE_PERL5= configure USES= perl5 diff --git a/textproc/p5-POE-Filter-XML/Makefile b/textproc/p5-POE-Filter-XML/Makefile index ed38f17726a2..89befdf12e60 100644 --- a/textproc/p5-POE-Filter-XML/Makefile +++ b/textproc/p5-POE-Filter-XML/Makefile @@ -13,12 +13,12 @@ COMMENT= POE Filter for parsing XML LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-Moose>=0:${PORTSDIR}/devel/p5-Moose \ - p5-MooseX-InsideOut>=0:${PORTSDIR}/devel/p5-MooseX-InsideOut \ - p5-MooseX-NonMoose>=0:${PORTSDIR}/devel/p5-MooseX-NonMoose \ - p5-POE>=0:${PORTSDIR}/devel/p5-POE \ - p5-XML-LibXML>=0:${PORTSDIR}/textproc/p5-XML-LibXML \ - p5-XML-SAX-Base>=0:${PORTSDIR}/textproc/p5-XML-SAX-Base +BUILD_DEPENDS= p5-Moose>=0:devel/p5-Moose \ + p5-MooseX-InsideOut>=0:devel/p5-MooseX-InsideOut \ + p5-MooseX-NonMoose>=0:devel/p5-MooseX-NonMoose \ + p5-POE>=0:devel/p5-POE \ + p5-XML-LibXML>=0:textproc/p5-XML-LibXML \ + p5-XML-SAX-Base>=0:textproc/p5-XML-SAX-Base RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 diff --git a/textproc/p5-PPI-HTML/Makefile b/textproc/p5-PPI-HTML/Makefile index 0c2f1e585bf5..c94200a4f2ac 100644 --- a/textproc/p5-PPI-HTML/Makefile +++ b/textproc/p5-PPI-HTML/Makefile @@ -15,9 +15,9 @@ COMMENT= Generate syntax-highlighted HTML for Perl using PPI LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-PPI>=0.990:${PORTSDIR}/textproc/p5-PPI \ - p5-CSS-Tiny>=0.10:${PORTSDIR}/textproc/p5-CSS-Tiny \ - p5-Params-Util>=0.05:${PORTSDIR}/devel/p5-Params-Util +BUILD_DEPENDS= p5-PPI>=0.990:textproc/p5-PPI \ + p5-CSS-Tiny>=0.10:textproc/p5-CSS-Tiny \ + p5-Params-Util>=0.05:devel/p5-Params-Util RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 diff --git a/textproc/p5-PPI-XS/Makefile b/textproc/p5-PPI-XS/Makefile index 649b0104dd62..5f810981d3b1 100644 --- a/textproc/p5-PPI-XS/Makefile +++ b/textproc/p5-PPI-XS/Makefile @@ -13,7 +13,7 @@ COMMENT= XS acceleration for the PPI perl parser LICENSE= ART10 GPLv1 LICENSE_COMB= dual -RUN_DEPENDS= p5-PPI>=1.000:${PORTSDIR}/textproc/p5-PPI +RUN_DEPENDS= p5-PPI>=1.000:textproc/p5-PPI BUILD_DEPENDS:= ${RUN_DEPENDS} USES= perl5 diff --git a/textproc/p5-PPI/Makefile b/textproc/p5-PPI/Makefile index 19aa54c75752..dcb1aba627fe 100644 --- a/textproc/p5-PPI/Makefile +++ b/textproc/p5-PPI/Makefile @@ -15,17 +15,17 @@ LICENSE= ART10 GPLv1 LICENSE_COMB= dual BUILD_DEPENDS= \ - p5-Clone>=0.30:${PORTSDIR}/devel/p5-Clone \ - p5-IO-String>=1.07:${PORTSDIR}/devel/p5-IO-String \ - p5-List-MoreUtils>=0.16:${PORTSDIR}/lang/p5-List-MoreUtils \ - p5-Params-Util>=1.00:${PORTSDIR}/devel/p5-Params-Util \ - p5-Task-Weaken>0:${PORTSDIR}/devel/p5-Task-Weaken \ - p5-Class-Inspector>=1.22:${PORTSDIR}/devel/p5-Class-Inspector \ - p5-File-Remove>=1.42:${PORTSDIR}/devel/p5-File-Remove + p5-Clone>=0.30:devel/p5-Clone \ + p5-IO-String>=1.07:devel/p5-IO-String \ + p5-List-MoreUtils>=0.16:lang/p5-List-MoreUtils \ + p5-Params-Util>=1.00:devel/p5-Params-Util \ + p5-Task-Weaken>0:devel/p5-Task-Weaken \ + p5-Class-Inspector>=1.22:devel/p5-Class-Inspector \ + p5-File-Remove>=1.42:devel/p5-File-Remove RUN_DEPENDS:= ${BUILD_DEPENDS} -TEST_DEPENDS= p5-Test-NoWarnings>=0.084:${PORTSDIR}/devel/p5-Test-NoWarnings \ - p5-Test-Object>=0.07:${PORTSDIR}/devel/p5-Test-Object \ - p5-Test-SubCalls>=1.07:${PORTSDIR}/devel/p5-Test-SubCalls +TEST_DEPENDS= p5-Test-NoWarnings>=0.084:devel/p5-Test-NoWarnings \ + p5-Test-Object>=0.07:devel/p5-Test-Object \ + p5-Test-SubCalls>=1.07:devel/p5-Test-SubCalls USES= perl5 USE_PERL5= configure diff --git a/textproc/p5-PPIx-EditorTools/Makefile b/textproc/p5-PPIx-EditorTools/Makefile index 6d9d1d59a41b..f56d67299bae 100644 --- a/textproc/p5-PPIx-EditorTools/Makefile +++ b/textproc/p5-PPIx-EditorTools/Makefile @@ -14,13 +14,13 @@ COMMENT= Utility methods and base class for manipulating Perl via PPI LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-Class-XSAccessor>=1.02:${PORTSDIR}/devel/p5-Class-XSAccessor \ - p5-PPI>=1.215:${PORTSDIR}/textproc/p5-PPI \ - p5-Try-Tiny>=0.11:${PORTSDIR}/lang/p5-Try-Tiny +BUILD_DEPENDS= p5-Class-XSAccessor>=1.02:devel/p5-Class-XSAccessor \ + p5-PPI>=1.215:textproc/p5-PPI \ + p5-Try-Tiny>=0.11:lang/p5-Try-Tiny RUN_DEPENDS:= ${BUILD_DEPENDS} -TEST_DEPENDS= p5-Test-Differences>=0:${PORTSDIR}/devel/p5-Test-Differences \ - p5-Test-Most>=0:${PORTSDIR}/devel/p5-Test-Most \ - p5-Test-NoWarnings>=0.084:${PORTSDIR}/devel/p5-Test-NoWarnings +TEST_DEPENDS= p5-Test-Differences>=0:devel/p5-Test-Differences \ + p5-Test-Most>=0:devel/p5-Test-Most \ + p5-Test-NoWarnings>=0.084:devel/p5-Test-NoWarnings USE_PERL5= configure USES= perl5 diff --git a/textproc/p5-PPIx-Regexp/Makefile b/textproc/p5-PPIx-Regexp/Makefile index 6e65b7d328f3..94bc7cc1c0a4 100644 --- a/textproc/p5-PPIx-Regexp/Makefile +++ b/textproc/p5-PPIx-Regexp/Makefile @@ -11,9 +11,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= ashish@FreeBSD.org COMMENT= PPI regular expression parser -BUILD_DEPENDS= p5-List-MoreUtils>0:${PORTSDIR}/lang/p5-List-MoreUtils \ - p5-PPI>=1.117:${PORTSDIR}/textproc/p5-PPI \ - p5-Task-Weaken>0:${PORTSDIR}/devel/p5-Task-Weaken +BUILD_DEPENDS= p5-List-MoreUtils>0:lang/p5-List-MoreUtils \ + p5-PPI>=1.117:textproc/p5-PPI \ + p5-Task-Weaken>0:devel/p5-Task-Weaken RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 diff --git a/textproc/p5-PPIx-Utilities/Makefile b/textproc/p5-PPIx-Utilities/Makefile index ed2fa88f6452..36105e23fd50 100644 --- a/textproc/p5-PPIx-Utilities/Makefile +++ b/textproc/p5-PPIx-Utilities/Makefile @@ -12,12 +12,12 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Extensions to PPI -RUN_DEPENDS= p5-Exception-Class>=1.23:${PORTSDIR}/devel/p5-Exception-Class \ - p5-PPI>=1.208:${PORTSDIR}/textproc/p5-PPI \ - p5-Readonly>=1.03:${PORTSDIR}/devel/p5-Readonly \ - p5-Task-Weaken>=0:${PORTSDIR}/devel/p5-Task-Weaken +RUN_DEPENDS= p5-Exception-Class>=1.23:devel/p5-Exception-Class \ + p5-PPI>=1.208:textproc/p5-PPI \ + p5-Readonly>=1.03:devel/p5-Readonly \ + p5-Task-Weaken>=0:devel/p5-Task-Weaken BUILD_DEPENDS:= ${RUN_DEPENDS} -TEST_DEPENDS= p5-Test-Deep>=0:${PORTSDIR}/devel/p5-Test-Deep +TEST_DEPENDS= p5-Test-Deep>=0:devel/p5-Test-Deep USES= perl5 USE_PERL5= modbuild diff --git a/textproc/p5-Parse-BooleanLogic/Makefile b/textproc/p5-Parse-BooleanLogic/Makefile index 7f0a2f2b7646..35105acdd628 100644 --- a/textproc/p5-Parse-BooleanLogic/Makefile +++ b/textproc/p5-Parse-BooleanLogic/Makefile @@ -14,10 +14,10 @@ COMMENT= Parser of boolean expressions LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-Regexp-Common>=2.122:${PORTSDIR}/textproc/p5-Regexp-Common \ - p5-Module-Install>=0.91_1:${PORTSDIR}/devel/p5-Module-Install +BUILD_DEPENDS= p5-Regexp-Common>=2.122:textproc/p5-Regexp-Common \ + p5-Module-Install>=0.91_1:devel/p5-Module-Install RUN_DEPENDS:= ${BUILD_DEPENDS} -TEST_DEPENDS= p5-Test-Deep>=0:${PORTSDIR}/devel/p5-Test-Deep +TEST_DEPENDS= p5-Test-Deep>=0:devel/p5-Test-Deep USES= perl5 USE_PERL5= configure diff --git a/textproc/p5-Parse-CSV/Makefile b/textproc/p5-Parse-CSV/Makefile index 29431a21ac9f..4cd9528a3f18 100644 --- a/textproc/p5-Parse-CSV/Makefile +++ b/textproc/p5-Parse-CSV/Makefile @@ -13,8 +13,8 @@ COMMENT= Highly flexible CSV parser for large files LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-Params-Util>=1:${PORTSDIR}/devel/p5-Params-Util \ - p5-Text-CSV_XS>=0.80:${PORTSDIR}/textproc/p5-Text-CSV_XS +BUILD_DEPENDS= p5-Params-Util>=1:devel/p5-Params-Util \ + p5-Text-CSV_XS>=0.80:textproc/p5-Text-CSV_XS RUN_DEPENDS:= ${BUILD_DEPENDS} NO_ARCH= yes diff --git a/textproc/p5-Parse-Syslog/Makefile b/textproc/p5-Parse-Syslog/Makefile index 75729fca4205..79f08b852547 100644 --- a/textproc/p5-Parse-Syslog/Makefile +++ b/textproc/p5-Parse-Syslog/Makefile @@ -11,7 +11,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl5 routines that present a simple interface to parse syslog files -BUILD_DEPENDS= p5-IO-stringy>=0:${PORTSDIR}/devel/p5-IO-stringy +BUILD_DEPENDS= p5-IO-stringy>=0:devel/p5-IO-stringy USES= perl5 USE_PERL5= configure diff --git a/textproc/p5-Perl-Critic-Bangs/Makefile b/textproc/p5-Perl-Critic-Bangs/Makefile index b2792adbe1c2..278aadabe1cf 100644 --- a/textproc/p5-Perl-Critic-Bangs/Makefile +++ b/textproc/p5-Perl-Critic-Bangs/Makefile @@ -14,10 +14,10 @@ COMMENT= Collection of handy Perl::Critic policies LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-Perl-Critic>=0:${PORTSDIR}/textproc/p5-Perl-Critic +BUILD_DEPENDS= p5-Perl-Critic>=0:textproc/p5-Perl-Critic RUN_DEPENDS:= ${BUILD_DEPENDS} -TEST_DEPENDS= p5-Test-Perl-Critic>=0:${PORTSDIR}/textproc/p5-Test-Perl-Critic \ - p5-Perl-Critic-Deprecated>=0:${PORTSDIR}/devel/p5-Perl-Critic-Deprecated +TEST_DEPENDS= p5-Test-Perl-Critic>=0:textproc/p5-Test-Perl-Critic \ + p5-Perl-Critic-Deprecated>=0:devel/p5-Perl-Critic-Deprecated USES= perl5 USE_PERL5= configure diff --git a/textproc/p5-Perl-Critic-Itch/Makefile b/textproc/p5-Perl-Critic-Itch/Makefile index f1d101111b2e..cc554adb43a8 100644 --- a/textproc/p5-Perl-Critic-Itch/Makefile +++ b/textproc/p5-Perl-Critic-Itch/Makefile @@ -12,7 +12,7 @@ COMMENT= A collection of Perl::Critic Policies LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-Perl-Critic>=0:${PORTSDIR}/textproc/p5-Perl-Critic +BUILD_DEPENDS= p5-Perl-Critic>=0:textproc/p5-Perl-Critic RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 diff --git a/textproc/p5-Perl-Critic-Moose/Makefile b/textproc/p5-Perl-Critic-Moose/Makefile index 32cadcefb9d7..2b9c0041c98c 100644 --- a/textproc/p5-Perl-Critic-Moose/Makefile +++ b/textproc/p5-Perl-Critic-Moose/Makefile @@ -12,7 +12,7 @@ COMMENT= Policies for Perl::Critic concerned with using Moose LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-Perl-Critic>=0:${PORTSDIR}/textproc/p5-Perl-Critic +BUILD_DEPENDS= p5-Perl-Critic>=0:textproc/p5-Perl-Critic RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 diff --git a/textproc/p5-Perl-Critic-More/Makefile b/textproc/p5-Perl-Critic-More/Makefile index 2b2101c702d3..c5c57557ea2d 100644 --- a/textproc/p5-Perl-Critic-More/Makefile +++ b/textproc/p5-Perl-Critic-More/Makefile @@ -12,7 +12,7 @@ COMMENT= Supplemental policies for Perl::Critic LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-Perl-Critic>=0:${PORTSDIR}/textproc/p5-Perl-Critic +BUILD_DEPENDS= p5-Perl-Critic>=0:textproc/p5-Perl-Critic RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 diff --git a/textproc/p5-Perl-Critic-Pulp/Makefile b/textproc/p5-Perl-Critic-Pulp/Makefile index 84dcbd756c33..99b1d85b146d 100644 --- a/textproc/p5-Perl-Critic-Pulp/Makefile +++ b/textproc/p5-Perl-Critic-Pulp/Makefile @@ -12,7 +12,7 @@ COMMENT= some add-on perlcritic policies LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-Perl-Critic>=0:${PORTSDIR}/textproc/p5-Perl-Critic +BUILD_DEPENDS= p5-Perl-Critic>=0:textproc/p5-Perl-Critic RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 diff --git a/textproc/p5-Perl-Critic-Swift/Makefile b/textproc/p5-Perl-Critic-Swift/Makefile index 4e7b914b9420..2ecd9e8cad29 100644 --- a/textproc/p5-Perl-Critic-Swift/Makefile +++ b/textproc/p5-Perl-Critic-Swift/Makefile @@ -13,7 +13,7 @@ COMMENT= A set of additional policies for Perl::Critic LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-Perl-Critic>=0:${PORTSDIR}/textproc/p5-Perl-Critic +BUILD_DEPENDS= p5-Perl-Critic>=0:textproc/p5-Perl-Critic RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 diff --git a/textproc/p5-Perl-Critic-Tics/Makefile b/textproc/p5-Perl-Critic-Tics/Makefile index 0ff5c636f9a1..f4ebb2cad906 100644 --- a/textproc/p5-Perl-Critic-Tics/Makefile +++ b/textproc/p5-Perl-Critic-Tics/Makefile @@ -12,7 +12,7 @@ COMMENT= Extra policies for Perl::Critic LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-Perl-Critic>=0:${PORTSDIR}/textproc/p5-Perl-Critic +BUILD_DEPENDS= p5-Perl-Critic>=0:textproc/p5-Perl-Critic RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 diff --git a/textproc/p5-Perl-Critic/Makefile b/textproc/p5-Perl-Critic/Makefile index e12091e758d3..6a9d0807d1bb 100644 --- a/textproc/p5-Perl-Critic/Makefile +++ b/textproc/p5-Perl-Critic/Makefile @@ -14,26 +14,26 @@ COMMENT= Critique Perl source for style and standards LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-B-Keywords>=1.05:${PORTSDIR}/devel/p5-B-Keywords \ - p5-Config-Tiny>=2:${PORTSDIR}/devel/p5-Config-Tiny \ - p5-Email-Address>=1.88.9:${PORTSDIR}/mail/p5-Email-Address \ - p5-Exception-Class>=1.23:${PORTSDIR}/devel/p5-Exception-Class \ - p5-File-HomeDir>=0:${PORTSDIR}/devel/p5-File-HomeDir \ - p5-File-Which>=0:${PORTSDIR}/sysutils/p5-File-Which \ - p5-IO-String>=0:${PORTSDIR}/devel/p5-IO-String \ - p5-List-MoreUtils>=0.19:${PORTSDIR}/lang/p5-List-MoreUtils \ - p5-Pod-Spell>=1:${PORTSDIR}/textproc/p5-Pod-Spell \ - p5-PPI>=1.220:${PORTSDIR}/textproc/p5-PPI \ - p5-PPIx-Regexp>=0.027:${PORTSDIR}/textproc/p5-PPIx-Regexp \ - p5-PPIx-Utilities>=1.001:${PORTSDIR}/textproc/p5-PPIx-Utilities \ - p5-Readonly>=2.00:${PORTSDIR}/devel/p5-Readonly \ - p5-String-Format>=1.13:${PORTSDIR}/textproc/p5-String-Format \ - p5-Task-Weaken>=0:${PORTSDIR}/devel/p5-Task-Weaken \ - p5-Term-ANSIColor>=2.02:${PORTSDIR}/devel/p5-Term-ANSIColor \ - perltidy:${PORTSDIR}/devel/p5-Perl-Tidy +BUILD_DEPENDS= p5-B-Keywords>=1.05:devel/p5-B-Keywords \ + p5-Config-Tiny>=2:devel/p5-Config-Tiny \ + p5-Email-Address>=1.88.9:mail/p5-Email-Address \ + p5-Exception-Class>=1.23:devel/p5-Exception-Class \ + p5-File-HomeDir>=0:devel/p5-File-HomeDir \ + p5-File-Which>=0:sysutils/p5-File-Which \ + p5-IO-String>=0:devel/p5-IO-String \ + p5-List-MoreUtils>=0.19:lang/p5-List-MoreUtils \ + p5-Pod-Spell>=1:textproc/p5-Pod-Spell \ + p5-PPI>=1.220:textproc/p5-PPI \ + p5-PPIx-Regexp>=0.027:textproc/p5-PPIx-Regexp \ + p5-PPIx-Utilities>=1.001:textproc/p5-PPIx-Utilities \ + p5-Readonly>=2.00:devel/p5-Readonly \ + p5-String-Format>=1.13:textproc/p5-String-Format \ + p5-Task-Weaken>=0:devel/p5-Task-Weaken \ + p5-Term-ANSIColor>=2.02:devel/p5-Term-ANSIColor \ + perltidy:devel/p5-Perl-Tidy RUN_DEPENDS:= ${BUILD_DEPENDS} -TEST_DEPENDS= p5-Test-Deep>=0:${PORTSDIR}/devel/p5-Test-Deep \ - p5-Test-Memory-Cycle>=0:${PORTSDIR}/devel/p5-Test-Memory-Cycle +TEST_DEPENDS= p5-Test-Deep>=0:devel/p5-Test-Deep \ + p5-Test-Memory-Cycle>=0:devel/p5-Test-Memory-Cycle USES= perl5 USE_PERL5= modbuild diff --git a/textproc/p5-Perl-Lint/Makefile b/textproc/p5-Perl-Lint/Makefile index cc6c6c7e25f7..bf45e7e1c202 100644 --- a/textproc/p5-Perl-Lint/Makefile +++ b/textproc/p5-Perl-Lint/Makefile @@ -15,17 +15,17 @@ COMMENT= Yet another Perl source code linter LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-B-Keywords>=0:${PORTSDIR}/devel/p5-B-Keywords \ - p5-Compiler-Lexer>=0.22:${PORTSDIR}/devel/p5-Compiler-Lexer \ - p5-Email-Address>=0:${PORTSDIR}/mail/p5-Email-Address \ - p5-List-Flatten>=0:${PORTSDIR}/devel/p5-List-Flatten \ - p5-List-MoreUtils>=0.33:${PORTSDIR}/lang/p5-List-MoreUtils \ - p5-Path-Tiny>=0.068:${PORTSDIR}/devel/p5-Path-Tiny \ - p5-Regexp-Lexer>=0.05:${PORTSDIR}/devel/p5-Regexp-Lexer \ - p5-String-CamelCase>=0:${PORTSDIR}/textproc/p5-String-CamelCase \ - p5-Test-Deep>=0:${PORTSDIR}/devel/p5-Test-Deep +BUILD_DEPENDS= p5-B-Keywords>=0:devel/p5-B-Keywords \ + p5-Compiler-Lexer>=0.22:devel/p5-Compiler-Lexer \ + p5-Email-Address>=0:mail/p5-Email-Address \ + p5-List-Flatten>=0:devel/p5-List-Flatten \ + p5-List-MoreUtils>=0.33:lang/p5-List-MoreUtils \ + p5-Path-Tiny>=0.068:devel/p5-Path-Tiny \ + p5-Regexp-Lexer>=0.05:devel/p5-Regexp-Lexer \ + p5-String-CamelCase>=0:textproc/p5-String-CamelCase \ + p5-Test-Deep>=0:devel/p5-Test-Deep RUN_DEPENDS:= ${BUILD_DEPENDS} -TEST_DEPENDS= p5-Text-TestBase>=0:${PORTSDIR}/textproc/p5-Text-TestBase +TEST_DEPENDS= p5-Text-TestBase>=0:textproc/p5-Text-TestBase USES= perl5 USE_PERL5= modbuildtiny @@ -41,11 +41,11 @@ post-install-EXAMPLES-on: .include <bsd.port.pre.mk> .if ${PERL_LEVEL} >= 502000 -BUILD_DEPENDS+= p5-Module-Pluggable>=0:${PORTSDIR}/devel/p5-Module-Pluggable -RUN_DEPENDS+= p5-Module-Pluggable>=0:${PORTSDIR}/devel/p5-Module-Pluggable +BUILD_DEPENDS+= p5-Module-Pluggable>=0:devel/p5-Module-Pluggable +RUN_DEPENDS+= p5-Module-Pluggable>=0:devel/p5-Module-Pluggable .else -BUILD_DEPENDS+= p5-Scalar-List-Utils>=1.41:${PORTSDIR}/lang/p5-Scalar-List-Utils -RUN_DEPENDS+= p5-Scalar-List-Utils>=1.41:${PORTSDIR}/lang/p5-Scalar-List-Utils +BUILD_DEPENDS+= p5-Scalar-List-Utils>=1.41:lang/p5-Scalar-List-Utils +RUN_DEPENDS+= p5-Scalar-List-Utils>=1.41:lang/p5-Scalar-List-Utils .endif .include <bsd.port.post.mk> diff --git a/textproc/p5-Perl-MinimumVersion/Makefile b/textproc/p5-Perl-MinimumVersion/Makefile index 8c3b566eb8fe..269d63b56330 100644 --- a/textproc/p5-Perl-MinimumVersion/Makefile +++ b/textproc/p5-Perl-MinimumVersion/Makefile @@ -13,14 +13,14 @@ COMMENT= Find a minimum required version of perl for Perl code LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-File-Find-Rule>=0:${PORTSDIR}/devel/p5-File-Find-Rule \ - p5-File-Find-Rule-Perl>=0:${PORTSDIR}/devel/p5-File-Find-Rule-Perl \ - p5-PPI>=1.215:${PORTSDIR}/textproc/p5-PPI \ - p5-PPIx-Regexp>=0.033:${PORTSDIR}/textproc/p5-PPIx-Regexp \ - p5-Perl-Critic>=1.10.4:${PORTSDIR}/textproc/p5-Perl-Critic \ - p5-Params-Util>=0.25:${PORTSDIR}/devel/p5-Params-Util +BUILD_DEPENDS= p5-File-Find-Rule>=0:devel/p5-File-Find-Rule \ + p5-File-Find-Rule-Perl>=0:devel/p5-File-Find-Rule-Perl \ + p5-PPI>=1.215:textproc/p5-PPI \ + p5-PPIx-Regexp>=0.033:textproc/p5-PPIx-Regexp \ + p5-Perl-Critic>=1.10.4:textproc/p5-Perl-Critic \ + p5-Params-Util>=0.25:devel/p5-Params-Util RUN_DEPENDS:= ${BUILD_DEPENDS} -TEST_DEPENDS= p5-Test-Script>=0:${PORTSDIR}/devel/p5-Test-Script +TEST_DEPENDS= p5-Test-Script>=0:devel/p5-Test-Script USES= perl5 USE_PERL5= configure diff --git a/textproc/p5-PerlPoint-Converters/Makefile b/textproc/p5-PerlPoint-Converters/Makefile index 4b87cae702e5..731acd343788 100644 --- a/textproc/p5-PerlPoint-Converters/Makefile +++ b/textproc/p5-PerlPoint-Converters/Makefile @@ -12,8 +12,8 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:C/\.(..)$/\1/} MAINTAINER= perl@FreeBSD.org COMMENT= Convert PerlPoint docs into various formats -BUILD_DEPENDS= p5-PerlPoint-Package>=0:${PORTSDIR}/textproc/p5-PerlPoint-Package \ - p5-Getopt-ArgvFile>=0:${PORTSDIR}/devel/p5-Getopt-ArgvFile +BUILD_DEPENDS= p5-PerlPoint-Package>=0:textproc/p5-PerlPoint-Package \ + p5-Getopt-ArgvFile>=0:devel/p5-Getopt-ArgvFile RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 diff --git a/textproc/p5-PerlPoint-Package/Makefile b/textproc/p5-PerlPoint-Package/Makefile index 08e1208d9415..3e1ca739cbcd 100644 --- a/textproc/p5-PerlPoint-Package/Makefile +++ b/textproc/p5-PerlPoint-Package/Makefile @@ -12,7 +12,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= PerlPoint is both a presentation and a documentation toolset -BUILD_DEPENDS= p5-Digest-SHA1>=0:${PORTSDIR}/security/p5-Digest-SHA1 +BUILD_DEPENDS= p5-Digest-SHA1>=0:security/p5-Digest-SHA1 RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 diff --git a/textproc/p5-Petal-CodePerl/Makefile b/textproc/p5-Petal-CodePerl/Makefile index 71254319ecb3..f16447301052 100644 --- a/textproc/p5-Petal-CodePerl/Makefile +++ b/textproc/p5-Petal-CodePerl/Makefile @@ -12,9 +12,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Make Petal go faster by compiling the expressions -BUILD_DEPENDS= p5-Petal>=0:${PORTSDIR}/textproc/p5-Petal \ - p5-Parse-RecDescent>=0:${PORTSDIR}/devel/p5-Parse-RecDescent \ - p5-Code-Perl>=0:${PORTSDIR}/devel/p5-Code-Perl +BUILD_DEPENDS= p5-Petal>=0:textproc/p5-Petal \ + p5-Parse-RecDescent>=0:devel/p5-Parse-RecDescent \ + p5-Code-Perl>=0:devel/p5-Code-Perl RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 diff --git a/textproc/p5-Petal-Mail/Makefile b/textproc/p5-Petal-Mail/Makefile index 4bbc721d6184..246dbfc15a5a 100644 --- a/textproc/p5-Petal-Mail/Makefile +++ b/textproc/p5-Petal-Mail/Makefile @@ -12,8 +12,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Format text e-mail using Petal -BUILD_DEPENDS= p5-Petal>=0:${PORTSDIR}/textproc/p5-Petal \ - p5-Encode>=0:${PORTSDIR}/converters/p5-Encode +BUILD_DEPENDS= p5-Petal>=0:textproc/p5-Petal \ + p5-Encode>=0:converters/p5-Encode RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 diff --git a/textproc/p5-Petal-Utils/Makefile b/textproc/p5-Petal-Utils/Makefile index 232c4aaaf7d2..92c66b99a27b 100644 --- a/textproc/p5-Petal-Utils/Makefile +++ b/textproc/p5-Petal-Utils/Makefile @@ -12,9 +12,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Useful template modifiers for Petal -BUILD_DEPENDS= p5-Petal>=0:${PORTSDIR}/textproc/p5-Petal \ - p5-TimeDate>=0:${PORTSDIR}/devel/p5-TimeDate \ - p5-URI>=0:${PORTSDIR}/net/p5-URI +BUILD_DEPENDS= p5-Petal>=0:textproc/p5-Petal \ + p5-TimeDate>=0:devel/p5-TimeDate \ + p5-URI>=0:net/p5-URI RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 diff --git a/textproc/p5-Petal/Makefile b/textproc/p5-Petal/Makefile index f1495ef326ea..55a0709c563d 100644 --- a/textproc/p5-Petal/Makefile +++ b/textproc/p5-Petal/Makefile @@ -12,10 +12,10 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl Template Attribute Language - TAL for Perl! -BUILD_DEPENDS= p5-MKDoc-XML>=0.72:${PORTSDIR}/textproc/p5-MKDoc-XML +BUILD_DEPENDS= p5-MKDoc-XML>=0.72:textproc/p5-MKDoc-XML RUN_DEPENDS:= ${BUILD_DEPENDS} -TEST_DEPENDS= p5-Locale-Maketext-Gettext>=0:${PORTSDIR}/devel/p5-Locale-Maketext-Gettext \ - p5-URI>=0:${PORTSDIR}/net/p5-URI +TEST_DEPENDS= p5-Locale-Maketext-Gettext>=0:devel/p5-Locale-Maketext-Gettext \ + p5-URI>=0:net/p5-URI USES= perl5 USE_PERL5= configure diff --git a/textproc/p5-Plagger/Makefile b/textproc/p5-Plagger/Makefile index 7b0d1177fc54..aaa80bdd03d2 100644 --- a/textproc/p5-Plagger/Makefile +++ b/textproc/p5-Plagger/Makefile @@ -15,31 +15,31 @@ COMMENT= Pluggable RSS/Atom feed aggregator written in Perl LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-Class-Accessor>=0:${PORTSDIR}/devel/p5-Class-Accessor \ - p5-DateTime>=0:${PORTSDIR}/devel/p5-DateTime \ - p5-DateTime-TimeZone>=0:${PORTSDIR}/devel/p5-DateTime-TimeZone \ - p5-DateTime-Locale>=0:${PORTSDIR}/devel/p5-DateTime-Locale \ - p5-DateTime-Format-Mail>=0:${PORTSDIR}/devel/p5-DateTime-Format-Mail \ - p5-DateTime-Format-Strptime>=0:${PORTSDIR}/devel/p5-DateTime-Format-Strptime \ - p5-DateTime-Format-W3CDTF>=0:${PORTSDIR}/devel/p5-DateTime-Format-W3CDTF \ - p5-Cache>=0:${PORTSDIR}/devel/p5-Cache \ - p5-Cache-Cache>=0:${PORTSDIR}/devel/p5-Cache-Cache \ - p5-File-Find-Rule>=0:${PORTSDIR}/devel/p5-File-Find-Rule \ - p5-File-HomeDir>=0:${PORTSDIR}/devel/p5-File-HomeDir \ - p5-Module-Install>=0:${PORTSDIR}/devel/p5-Module-Install \ - p5-Module-Pluggable-Fast>=0:${PORTSDIR}/devel/p5-Module-Pluggable-Fast \ - p5-Term-Encoding>=0:${PORTSDIR}/devel/p5-Term-Encoding \ - p5-UNIVERSAL-require>=0:${PORTSDIR}/devel/p5-UNIVERSAL-require \ - p5-Net-DNS>=0:${PORTSDIR}/dns/p5-Net-DNS \ - p5-MIME-Types>=0:${PORTSDIR}/mail/p5-MIME-Types \ - p5-Text-Tags>=0:${PORTSDIR}/textproc/p5-Text-Tags \ - p5-XML-Feed>=0:${PORTSDIR}/textproc/p5-XML-Feed \ - p5-XML-RSS-LibXML>=0:${PORTSDIR}/textproc/p5-XML-RSS-LibXML \ - p5-Template-Toolkit>=0:${PORTSDIR}/www/p5-Template-Toolkit \ - p5-Template-Provider-Encoding>=0:${PORTSDIR}/www/p5-Template-Provider-Encoding \ - p5-HTML-ResolveLink>=0:${PORTSDIR}/www/p5-HTML-ResolveLink \ - p5-URI-Fetch>=0:${PORTSDIR}/www/p5-URI-Fetch \ - p5-YAML>=0:${PORTSDIR}/textproc/p5-YAML +BUILD_DEPENDS= p5-Class-Accessor>=0:devel/p5-Class-Accessor \ + p5-DateTime>=0:devel/p5-DateTime \ + p5-DateTime-TimeZone>=0:devel/p5-DateTime-TimeZone \ + p5-DateTime-Locale>=0:devel/p5-DateTime-Locale \ + p5-DateTime-Format-Mail>=0:devel/p5-DateTime-Format-Mail \ + p5-DateTime-Format-Strptime>=0:devel/p5-DateTime-Format-Strptime \ + p5-DateTime-Format-W3CDTF>=0:devel/p5-DateTime-Format-W3CDTF \ + p5-Cache>=0:devel/p5-Cache \ + p5-Cache-Cache>=0:devel/p5-Cache-Cache \ + p5-File-Find-Rule>=0:devel/p5-File-Find-Rule \ + p5-File-HomeDir>=0:devel/p5-File-HomeDir \ + p5-Module-Install>=0:devel/p5-Module-Install \ + p5-Module-Pluggable-Fast>=0:devel/p5-Module-Pluggable-Fast \ + p5-Term-Encoding>=0:devel/p5-Term-Encoding \ + p5-UNIVERSAL-require>=0:devel/p5-UNIVERSAL-require \ + p5-Net-DNS>=0:dns/p5-Net-DNS \ + p5-MIME-Types>=0:mail/p5-MIME-Types \ + p5-Text-Tags>=0:textproc/p5-Text-Tags \ + p5-XML-Feed>=0:textproc/p5-XML-Feed \ + p5-XML-RSS-LibXML>=0:textproc/p5-XML-RSS-LibXML \ + p5-Template-Toolkit>=0:www/p5-Template-Toolkit \ + p5-Template-Provider-Encoding>=0:www/p5-Template-Provider-Encoding \ + p5-HTML-ResolveLink>=0:www/p5-HTML-ResolveLink \ + p5-URI-Fetch>=0:www/p5-URI-Fetch \ + p5-YAML>=0:textproc/p5-YAML NO_ARCH= yes USES= perl5 shebangfix @@ -134,255 +134,255 @@ OPTIONS_DEFAULT= BETTERENCODING LIBERALXML XPATH BETTERHTML \ .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MBETTERENCODING} -BUILD_DEPENDS+= p5-Encode-Detect>=0:${PORTSDIR}/converters/p5-Encode-Detect +BUILD_DEPENDS+= p5-Encode-Detect>=0:converters/p5-Encode-Detect .endif .if ${PORT_OPTIONS:MPODTESTING} -BUILD_DEPENDS+= p5-Test-Pod>=0:${PORTSDIR}/devel/p5-Test-Pod \ - p5-Test-Pod-Coverage>=0:${PORTSDIR}/devel/p5-Test-Pod-Coverage +BUILD_DEPENDS+= p5-Test-Pod>=0:devel/p5-Test-Pod \ + p5-Test-Pod-Coverage>=0:devel/p5-Test-Pod-Coverage .endif .if ${PORT_OPTIONS:MCOOKIESHARING} -BUILD_DEPENDS+= p5-HTTP-Cookies-Mozilla>=0:${PORTSDIR}/www/p5-HTTP-Cookies-Mozilla +BUILD_DEPENDS+= p5-HTTP-Cookies-Mozilla>=0:www/p5-HTTP-Cookies-Mozilla .endif .if ${PORT_OPTIONS:MLIBERALXML} -BUILD_DEPENDS+= p5-XML-Liberal>=0:${PORTSDIR}/textproc/p5-XML-Liberal \ - p5-XML-RSS-Liberal>=0:${PORTSDIR}/textproc/p5-XML-RSS-Liberal +BUILD_DEPENDS+= p5-XML-Liberal>=0:textproc/p5-XML-Liberal \ + p5-XML-RSS-Liberal>=0:textproc/p5-XML-RSS-Liberal .endif .if ${PORT_OPTIONS:MXPATH} -BUILD_DEPENDS+= p5-HTML-Tree>=0:${PORTSDIR}/www/p5-HTML-Tree \ - p5-HTML-Format>=0:${PORTSDIR}/textproc/p5-HTML-Format +BUILD_DEPENDS+= p5-HTML-Tree>=0:www/p5-HTML-Tree \ + p5-HTML-Format>=0:textproc/p5-HTML-Format .endif .if ${PORT_OPTIONS:MBETTERHTML} -BUILD_DEPENDS+= p5-HTML-TreeBuilder-XPath>=0:${PORTSDIR}/www/p5-HTML-TreeBuilder-XPath +BUILD_DEPENDS+= p5-HTML-TreeBuilder-XPath>=0:www/p5-HTML-TreeBuilder-XPath .endif .if ${PORT_OPTIONS:MPRSJPNDATE} -BUILD_DEPENDS+= ja-p5-DateTime-Format-Japanese>=0:${PORTSDIR}/japanese/p5-DateTime-Format-Japanese +BUILD_DEPENDS+= ja-p5-DateTime-Format-Japanese>=0:japanese/p5-DateTime-Format-Japanese .endif .if ${PORT_OPTIONS:MPUBLISHEXCEL} -BUILD_DEPENDS+= p5-Spreadsheet-WriteExcel>=0:${PORTSDIR}/textproc/p5-Spreadsheet-WriteExcel +BUILD_DEPENDS+= p5-Spreadsheet-WriteExcel>=0:textproc/p5-Spreadsheet-WriteExcel .endif .if ${PORT_OPTIONS:MFILTERPIPE} -BUILD_DEPENDS+= p5-IPC-Run>=0:${PORTSDIR}/devel/p5-IPC-Run +BUILD_DEPENDS+= p5-IPC-Run>=0:devel/p5-IPC-Run .endif .if ${PORT_OPTIONS:MPUBLISHPLANET} -BUILD_DEPENDS+= p5-File-Copy-Recursive>=0:${PORTSDIR}/devel/p5-File-Copy-Recursive \ - p5-HTML-Scrubber>=0:${PORTSDIR}/www/p5-HTML-Scrubber +BUILD_DEPENDS+= p5-File-Copy-Recursive>=0:devel/p5-File-Copy-Recursive \ + p5-HTML-Scrubber>=0:www/p5-HTML-Scrubber .endif .if ${PORT_OPTIONS:MPUBLISHCSV} -BUILD_DEPENDS+= p5-Text-CSV>=0:${PORTSDIR}/textproc/p5-Text-CSV +BUILD_DEPENDS+= p5-Text-CSV>=0:textproc/p5-Text-CSV .endif .if ${PORT_OPTIONS:MFILDEGYT} -BUILD_DEPENDS+= p5-WebService-YouTube>=0:${PORTSDIR}/www/p5-WebService-YouTube +BUILD_DEPENDS+= p5-WebService-YouTube>=0:www/p5-WebService-YouTube .endif .if ${PORT_OPTIONS:MAUTHORNAME} -BUILD_DEPENDS+= p5-Email-Address>=0:${PORTSDIR}/mail/p5-Email-Address +BUILD_DEPENDS+= p5-Email-Address>=0:mail/p5-Email-Address .endif .if ${PORT_OPTIONS:MGUESSLANG} -BUILD_DEPENDS+= p5-Lingua-ZH-HanDetect>=0:${PORTSDIR}/chinese/p5-Lingua-ZH-HanDetect \ - p5-Text-Language-Guess>=0:${PORTSDIR}/textproc/p5-Text-Language-Guess +BUILD_DEPENDS+= p5-Lingua-ZH-HanDetect>=0:chinese/p5-Lingua-ZH-HanDetect \ + p5-Text-Language-Guess>=0:textproc/p5-Text-Language-Guess .endif .if ${PORT_OPTIONS:MGUESSTZ} -BUILD_DEPENDS+= p5-IP-Country>=0:${PORTSDIR}/net/p5-IP-Country +BUILD_DEPENDS+= p5-IP-Country>=0:net/p5-IP-Country .endif .if ${PORT_OPTIONS:MHTMLTIDY} -BUILD_DEPENDS+= p5-HTML-Tidy>=0:${PORTSDIR}/textproc/p5-HTML-Tidy +BUILD_DEPENDS+= p5-HTML-Tidy>=0:textproc/p5-HTML-Tidy .endif .if ${PORT_OPTIONS:MPUBLISHMT} -BUILD_DEPENDS+= p5-Net-MovableType>=0:${PORTSDIR}/net/p5-Net-MovableType +BUILD_DEPENDS+= p5-Net-MovableType>=0:net/p5-Net-MovableType .endif .if ${PORT_OPTIONS:MPUBSERLZR} -BUILD_DEPENDS+= p5-Data-Serializer>=0:${PORTSDIR}/devel/p5-Data-Serializer +BUILD_DEPENDS+= p5-Data-Serializer>=0:devel/p5-Data-Serializer .endif .if ${PORT_OPTIONS:MPUBICAL} -BUILD_DEPENDS+= p5-Data-ICal>=0:${PORTSDIR}/deskutils/p5-Data-ICal \ - p5-DateTime-Format-ICal>=0:${PORTSDIR}/devel/p5-DateTime-Format-ICal +BUILD_DEPENDS+= p5-Data-ICal>=0:deskutils/p5-Data-ICal \ + p5-DateTime-Format-ICal>=0:devel/p5-DateTime-Format-ICal .endif .if ${PORT_OPTIONS:MROMANIZE} -BUILD_DEPENDS+= ja-p5-Text-Kakasi>=0:${PORTSDIR}/japanese/p5-Text-Kakasi +BUILD_DEPENDS+= ja-p5-Text-Kakasi>=0:japanese/p5-Text-Kakasi .endif .if ${PORT_OPTIONS:MJAVASCRIPT} -BUILD_DEPENDS+= p5-Template-Plugin-JavaScript>=0:${PORTSDIR}/www/p5-Template-Plugin-JavaScript +BUILD_DEPENDS+= p5-Template-Plugin-JavaScript>=0:www/p5-Template-Plugin-JavaScript .endif .if ${PORT_OPTIONS:MEMOTICON} -BUILD_DEPENDS+= p5-Text-Emoticon>=0:${PORTSDIR}/textproc/p5-Text-Emoticon +BUILD_DEPENDS+= p5-Text-Emoticon>=0:textproc/p5-Text-Emoticon .endif .if ${PORT_OPTIONS:MFILHATENA} -BUILD_DEPENDS+= p5-Text-Hatena>=0:${PORTSDIR}/textproc/p5-Text-Hatena +BUILD_DEPENDS+= p5-Text-Hatena>=0:textproc/p5-Text-Hatena .endif .if ${PORT_OPTIONS:MFILHATKTAG} -BUILD_DEPENDS+= p5-Hatena-Keyword>=0:${PORTSDIR}/textproc/p5-Hatena-Keyword +BUILD_DEPENDS+= p5-Hatena-Keyword>=0:textproc/p5-Hatena-Keyword .endif .if ${PORT_OPTIONS:MRULEFRESH} -BUILD_DEPENDS+= p5-Time-Duration-Parse>=0:${PORTSDIR}/devel/p5-Time-Duration-Parse +BUILD_DEPENDS+= p5-Time-Duration-Parse>=0:devel/p5-Time-Duration-Parse .endif .if ${PORT_OPTIONS:MSUBSCOPML} -BUILD_DEPENDS+= p5-XML-OPML>=0:${PORTSDIR}/textproc/p5-XML-OPML +BUILD_DEPENDS+= p5-XML-OPML>=0:textproc/p5-XML-OPML .endif .if ${PORT_OPTIONS:MFLICKRSEARCH} -BUILD_DEPENDS+= p5-Flickr-API>=0:${PORTSDIR}/www/p5-Flickr-API \ - p5-DateTime-Format-Epoch>=0:${PORTSDIR}/devel/p5-DateTime-Format-Epoch +BUILD_DEPENDS+= p5-Flickr-API>=0:www/p5-Flickr-API \ + p5-DateTime-Format-Epoch>=0:devel/p5-DateTime-Format-Epoch .endif .if ${PORT_OPTIONS:MHATENABKMK} -BUILD_DEPENDS+= p5-SOAP-Lite>=0:${PORTSDIR}/net/p5-SOAP-Lite +BUILD_DEPENDS+= p5-SOAP-Lite>=0:net/p5-SOAP-Lite .endif .if ${PORT_OPTIONS:MPALMDOC} -BUILD_DEPENDS+= p5-Palm-PalmDoc>=0:${PORTSDIR}/palm/p5-Palm-PalmDoc +BUILD_DEPENDS+= p5-Palm-PalmDoc>=0:palm/p5-Palm-PalmDoc .endif .if ${PORT_OPTIONS:MPUBLISHSWF} -BUILD_DEPENDS+= p5-SWF-Builder>=0:${PORTSDIR}/graphics/p5-SWF-Builder \ - libtext-wrapi18n-perl>=0:${PORTSDIR}/textproc/libtext-wrapi18n-perl +BUILD_DEPENDS+= p5-SWF-Builder>=0:graphics/p5-SWF-Builder \ + libtext-wrapi18n-perl>=0:textproc/libtext-wrapi18n-perl .endif .if ${PORT_OPTIONS:MSUBSCRDBI} -BUILD_DEPENDS+= p5-DBIx-Class>=0:${PORTSDIR}/databases/p5-DBIx-Class +BUILD_DEPENDS+= p5-DBIx-Class>=0:databases/p5-DBIx-Class .endif .if ${PORT_OPTIONS:MFILTERPPT} -BUILD_DEPENDS+= p5-URI-Find>=0:${PORTSDIR}/textproc/p5-URI-Find +BUILD_DEPENDS+= p5-URI-Find>=0:textproc/p5-URI-Find .endif .if ${PORT_OPTIONS:MKINOSEARCH} -BUILD_DEPENDS+= p5-KinoSearch1>=0:${PORTSDIR}/textproc/p5-KinoSearch1 +BUILD_DEPENDS+= p5-KinoSearch1>=0:textproc/p5-KinoSearch1 .endif .if ${PORT_OPTIONS:MPUBLISHGMAIL} -BUILD_DEPENDS+= p5-Net-SMTP-TLS>=0:${PORTSDIR}/mail/p5-Net-SMTP-TLS \ - p5-MIME-Lite>=0:${PORTSDIR}/mail/p5-MIME-Lite \ - p5-Mail-Tools>=0:${PORTSDIR}/mail/p5-Mail-Tools +BUILD_DEPENDS+= p5-Net-SMTP-TLS>=0:mail/p5-Net-SMTP-TLS \ + p5-MIME-Lite>=0:mail/p5-MIME-Lite \ + p5-Mail-Tools>=0:mail/p5-Mail-Tools .endif .if ${PORT_OPTIONS:MPUBDELICIOUS} -BUILD_DEPENDS+= p5-Net-Delicious>=0:${PORTSDIR}/net/p5-Net-Delicious +BUILD_DEPENDS+= p5-Net-Delicious>=0:net/p5-Net-Delicious .endif .if ${PORT_OPTIONS:MESTRAIER} -BUILD_DEPENDS+= p5-Search-Estraier>=0:${PORTSDIR}/textproc/p5-Search-Estraier +BUILD_DEPENDS+= p5-Search-Estraier>=0:textproc/p5-Search-Estraier .endif .if ${PORT_OPTIONS:MSRCHGREP} -BUILD_DEPENDS+= p5-File-Grep>=0:${PORTSDIR}/devel/p5-File-Grep +BUILD_DEPENDS+= p5-File-Grep>=0:devel/p5-File-Grep .endif .if ${PORT_OPTIONS:MPUBJSON} -BUILD_DEPENDS+= p5-YAML-Syck>=0:${PORTSDIR}/textproc/p5-YAML-Syck +BUILD_DEPENDS+= p5-YAML-Syck>=0:textproc/p5-YAML-Syck .endif .if ${PORT_OPTIONS:MFILSPAMASSN} -BUILD_DEPENDS+= spamassassin>=0:${PORTSDIR}/mail/spamassassin +BUILD_DEPENDS+= spamassassin>=0:mail/spamassassin .endif .if ${PORT_OPTIONS:MPROFANITY} -BUILD_DEPENDS+= p5-Regexp-Common-profanity_us>=0:${PORTSDIR}/textproc/p5-Regexp-Common-profanity_us +BUILD_DEPENDS+= p5-Regexp-Common-profanity_us>=0:textproc/p5-Regexp-Common-profanity_us .endif .if ${PORT_OPTIONS:MHATENARSS} -BUILD_DEPENDS+= p5-WWW-Mechanize>=0:${PORTSDIR}/www/p5-WWW-Mechanize +BUILD_DEPENDS+= p5-WWW-Mechanize>=0:www/p5-WWW-Mechanize .endif .if ${PORT_OPTIONS:MSUBSCRFOAF} -BUILD_DEPENDS+= p5-XML-FOAF>=0:${PORTSDIR}/textproc/p5-XML-FOAF +BUILD_DEPENDS+= p5-XML-FOAF>=0:textproc/p5-XML-FOAF .endif .if ${PORT_OPTIONS:MNOTIFYIRC} -BUILD_DEPENDS+= p5-POE-Component-IRC>=0:${PORTSDIR}/irc/p5-POE-Component-IRC \ - p5-POE-Component-IKC>=0:${PORTSDIR}/devel/p5-POE-Component-IKC +BUILD_DEPENDS+= p5-POE-Component-IRC>=0:irc/p5-POE-Component-IRC \ + p5-POE-Component-IKC>=0:devel/p5-POE-Component-IKC .endif .if ${PORT_OPTIONS:MHATENADIARY} -BUILD_DEPENDS+= p5-SOAP-Lite>=0:${PORTSDIR}/net/p5-SOAP-Lite +BUILD_DEPENDS+= p5-SOAP-Lite>=0:net/p5-SOAP-Lite .endif .if ${PORT_OPTIONS:MLIVEDOOR} -BUILD_DEPENDS+= p5-WWW-Mechanize>=0:${PORTSDIR}/www/p5-WWW-Mechanize \ - p5-YAML-Syck>=0:${PORTSDIR}/textproc/p5-YAML-Syck +BUILD_DEPENDS+= p5-WWW-Mechanize>=0:www/p5-WWW-Mechanize \ + p5-YAML-Syck>=0:textproc/p5-YAML-Syck .endif .if ${PORT_OPTIONS:MPINGSERVER} -BUILD_DEPENDS+= p5-HTML-RSSAutodiscovery>=0:${PORTSDIR}/www/p5-HTML-RSSAutodiscovery +BUILD_DEPENDS+= p5-HTML-RSSAutodiscovery>=0:www/p5-HTML-RSSAutodiscovery .endif .if ${PORT_OPTIONS:MIMAGEINFO} -BUILD_DEPENDS+= p5-Image-Info>=0:${PORTSDIR}/graphics/p5-Image-Info +BUILD_DEPENDS+= p5-Image-Info>=0:graphics/p5-Image-Info .endif .if ${PORT_OPTIONS:MFILMRKDWN} -BUILD_DEPENDS+= p5-Text-Markdown>=0:${PORTSDIR}/textproc/p5-Text-Markdown +BUILD_DEPENDS+= p5-Text-Markdown>=0:textproc/p5-Text-Markdown .endif .if ${PORT_OPTIONS:MPUBLISHIMAP} -BUILD_DEPENDS+= p5-Mail-IMAPClient>=0:${PORTSDIR}/mail/p5-Mail-IMAPClient +BUILD_DEPENDS+= p5-Mail-IMAPClient>=0:mail/p5-Mail-IMAPClient .endif .if ${PORT_OPTIONS:MPUBLISHPDF} -BUILD_DEPENDS+= p5-PDF-FromHTML>=0:${PORTSDIR}/textproc/p5-PDF-FromHTML +BUILD_DEPENDS+= p5-PDF-FromHTML>=0:textproc/p5-PDF-FromHTML .endif .if ${PORT_OPTIONS:MBLOGLINES} -BUILD_DEPENDS+= p5-WebService-Bloglines>=0:${PORTSDIR}/www/p5-WebService-Bloglines +BUILD_DEPENDS+= p5-WebService-Bloglines>=0:www/p5-WebService-Bloglines .endif .if ${PORT_OPTIONS:MBABELFISH} -BUILD_DEPENDS+= p5-WWW-Babelfish>=0:${PORTSDIR}/www/p5-WWW-Babelfish +BUILD_DEPENDS+= p5-WWW-Babelfish>=0:www/p5-WWW-Babelfish .endif .if ${PORT_OPTIONS:MCUSFEEDMIXI} -BUILD_DEPENDS+= p5-WWW-Mixi>=0:${PORTSDIR}/www/p5-WWW-Mixi +BUILD_DEPENDS+= p5-WWW-Mixi>=0:www/p5-WWW-Mixi .endif .if ${PORT_OPTIONS:MCUSTOMSVNLOG} -BUILD_DEPENDS+= p5-subversion>=0:${PORTSDIR}/devel/p5-subversion +BUILD_DEPENDS+= p5-subversion>=0:devel/p5-subversion .endif .if ${PORT_OPTIONS:MNTFYNETSEND} -BUILD_DEPENDS+= p5-Net-NetSend>=0:${PORTSDIR}/net-im/p5-Net-NetSend +BUILD_DEPENDS+= p5-Net-NetSend>=0:net-im/p5-Net-NetSend .endif .if ${PORT_OPTIONS:MFILHTMLSCRB} -BUILD_DEPENDS+= p5-HTML-Scrubber>=0:${PORTSDIR}/www/p5-HTML-Scrubber +BUILD_DEPENDS+= p5-HTML-Scrubber>=0:www/p5-HTML-Scrubber .endif .if ${PORT_OPTIONS:MPLANETINI} -BUILD_DEPENDS+= p5-Config-INI-Simple>=0:${PORTSDIR}/devel/p5-Config-INI-Simple +BUILD_DEPENDS+= p5-Config-INI-Simple>=0:devel/p5-Config-INI-Simple .endif .if ${PORT_OPTIONS:MSUMMARYENG} -BUILD_DEPENDS+= p5-Lingua-EN-Summarize>=0:${PORTSDIR}/textproc/p5-Lingua-EN-Summarize +BUILD_DEPENDS+= p5-Lingua-EN-Summarize>=0:textproc/p5-Lingua-EN-Summarize .endif .if ${PORT_OPTIONS:MSUMJPN} -BUILD_DEPENDS+= ja-p5-Lingua-JA-Summarize-Extract>=0:${PORTSDIR}/japanese/p5-Lingua-JA-Summarize-Extract +BUILD_DEPENDS+= ja-p5-Lingua-JA-Summarize-Extract>=0:japanese/p5-Lingua-JA-Summarize-Extract .endif .if ${PORT_OPTIONS:MSUMTEXTORG} -BUILD_DEPENDS+= p5-Text-Original>=0:${PORTSDIR}/textproc/p5-Text-Original +BUILD_DEPENDS+= p5-Text-Original>=0:textproc/p5-Text-Original .endif RUN_DEPENDS:= ${BUILD_DEPENDS} diff --git a/textproc/p5-Plucene-Analysis-CJKAnalyzer/Makefile b/textproc/p5-Plucene-Analysis-CJKAnalyzer/Makefile index 4bed7cc614e3..9bc4fb020f24 100644 --- a/textproc/p5-Plucene-Analysis-CJKAnalyzer/Makefile +++ b/textproc/p5-Plucene-Analysis-CJKAnalyzer/Makefile @@ -15,9 +15,9 @@ COMMENT= Analyzer for CJK texts LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-Plucene>=0:${PORTSDIR}/textproc/p5-Plucene +BUILD_DEPENDS= p5-Plucene>=0:textproc/p5-Plucene RUN_DEPENDS:= ${BUILD_DEPENDS} -TEST_DEPENDS= p5-YAML>=0:${PORTSDIR}/textproc/p5-YAML +TEST_DEPENDS= p5-YAML>=0:textproc/p5-YAML USE_PERL5= configure USES= perl5 diff --git a/textproc/p5-Plucene-Plugin-Analyzer-SnowballAnalyzer/Makefile b/textproc/p5-Plucene-Plugin-Analyzer-SnowballAnalyzer/Makefile index 9c45efa828ea..e329d3c5910c 100644 --- a/textproc/p5-Plucene-Plugin-Analyzer-SnowballAnalyzer/Makefile +++ b/textproc/p5-Plucene-Plugin-Analyzer-SnowballAnalyzer/Makefile @@ -12,9 +12,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= tobez@FreeBSD.org COMMENT= Stemmed analyzer plugin for p5-Plucene search engine -BUILD_DEPENDS= p5-Lingua-StopWords>=0:${PORTSDIR}/textproc/p5-Lingua-StopWords \ - p5-Lingua-Stem-Snowball>=0:${PORTSDIR}/textproc/p5-Lingua-Stem-Snowball \ - p5-Plucene>=0:${PORTSDIR}/textproc/p5-Plucene +BUILD_DEPENDS= p5-Lingua-StopWords>=0:textproc/p5-Lingua-StopWords \ + p5-Lingua-Stem-Snowball>=0:textproc/p5-Lingua-Stem-Snowball \ + p5-Plucene>=0:textproc/p5-Plucene RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 diff --git a/textproc/p5-Plucene-Simple/Makefile b/textproc/p5-Plucene-Simple/Makefile index b6ee3cebc59c..191aa8e86f32 100644 --- a/textproc/p5-Plucene-Simple/Makefile +++ b/textproc/p5-Plucene-Simple/Makefile @@ -13,13 +13,13 @@ DISTNAME= ${PORTNAME:S/-//}-${PORTVERSION} MAINTAINER= perl@FreeBSD.org COMMENT= Interface to Plucene -BUILD_DEPENDS= p5-Time-Piece>=1.08:${PORTSDIR}/devel/p5-Time-Piece \ - p5-Time-Piece-Range>=1.0:${PORTSDIR}/devel/p5-Time-Piece-Range \ - p5-Plucene>=1.09:${PORTSDIR}/textproc/p5-Plucene \ - p5-File-Find-Rule>=0.10:${PORTSDIR}/devel/p5-File-Find-Rule \ - p5-File-Slurp>=2002.1031:${PORTSDIR}/devel/p5-File-Slurp +BUILD_DEPENDS= p5-Time-Piece>=1.08:devel/p5-Time-Piece \ + p5-Time-Piece-Range>=1.0:devel/p5-Time-Piece-Range \ + p5-Plucene>=1.09:textproc/p5-Plucene \ + p5-File-Find-Rule>=0.10:devel/p5-File-Find-Rule \ + p5-File-Slurp>=2002.1031:devel/p5-File-Slurp RUN_DEPENDS:= ${BUILD_DEPENDS} -TEST_DEPENDS= p5-Test-Class>=0.03:${PORTSDIR}/devel/p5-Test-Class +TEST_DEPENDS= p5-Test-Class>=0.03:devel/p5-Test-Class USES= perl5 USE_PERL5= modbuild diff --git a/textproc/p5-Plucene/Makefile b/textproc/p5-Plucene/Makefile index 7d5873e36f39..aef2938300e5 100644 --- a/textproc/p5-Plucene/Makefile +++ b/textproc/p5-Plucene/Makefile @@ -12,14 +12,14 @@ PKGNAMEPREFIX= p5- MAINTAINER= tobez@FreeBSD.org COMMENT= Perl port of the Java Lucene search engine -BUILD_DEPENDS= p5-Tie-Array-Sorted>=0:${PORTSDIR}/devel/p5-Tie-Array-Sorted \ - p5-File-Slurp>=0:${PORTSDIR}/devel/p5-File-Slurp \ - p5-Class-Virtual>=0:${PORTSDIR}/devel/p5-Class-Virtual \ - p5-Class-Accessor>=0:${PORTSDIR}/devel/p5-Class-Accessor \ - p5-Time-Piece>=0:${PORTSDIR}/devel/p5-Time-Piece \ - p5-Lingua-Stem>=0:${PORTSDIR}/textproc/p5-Lingua-Stem \ - p5-Bit-Vector-Minimal>=0:${PORTSDIR}/math/p5-Bit-Vector-Minimal \ - p5-IO-stringy>=0:${PORTSDIR}/devel/p5-IO-stringy +BUILD_DEPENDS= p5-Tie-Array-Sorted>=0:devel/p5-Tie-Array-Sorted \ + p5-File-Slurp>=0:devel/p5-File-Slurp \ + p5-Class-Virtual>=0:devel/p5-Class-Virtual \ + p5-Class-Accessor>=0:devel/p5-Class-Accessor \ + p5-Time-Piece>=0:devel/p5-Time-Piece \ + p5-Lingua-Stem>=0:textproc/p5-Lingua-Stem \ + p5-Bit-Vector-Minimal>=0:math/p5-Bit-Vector-Minimal \ + p5-IO-stringy>=0:devel/p5-IO-stringy RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 diff --git a/textproc/p5-Pod-Abstract/Makefile b/textproc/p5-Pod-Abstract/Makefile index cae249f94862..0840f7771320 100644 --- a/textproc/p5-Pod-Abstract/Makefile +++ b/textproc/p5-Pod-Abstract/Makefile @@ -14,8 +14,8 @@ COMMENT= Abstract document tree for Perl POD documents LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-IO-String>=0:${PORTSDIR}/devel/p5-IO-String \ - p5-Task-Weaken>=0:${PORTSDIR}/devel/p5-Task-Weaken +BUILD_DEPENDS= p5-IO-String>=0:devel/p5-IO-String \ + p5-Task-Weaken>=0:devel/p5-Task-Weaken RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 diff --git a/textproc/p5-Pod-Autopod/Makefile b/textproc/p5-Pod-Autopod/Makefile index 498fe78ec1cd..03e474314e16 100644 --- a/textproc/p5-Pod-Autopod/Makefile +++ b/textproc/p5-Pod-Autopod/Makefile @@ -12,7 +12,7 @@ COMMENT= Generates pod documentation by analysing perl modules LICENSE= LGPL3 -BUILD_DEPENDS= p5-Pod-Abstract>=0:${PORTSDIR}/textproc/p5-Pod-Abstract +BUILD_DEPENDS= p5-Pod-Abstract>=0:textproc/p5-Pod-Abstract RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 diff --git a/textproc/p5-Pod-DocBook/Makefile b/textproc/p5-Pod-DocBook/Makefile index bd59e05f1dfb..422da6711ccf 100644 --- a/textproc/p5-Pod-DocBook/Makefile +++ b/textproc/p5-Pod-DocBook/Makefile @@ -12,8 +12,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Convert Pod data to DocBook SGML -BUILD_DEPENDS= p5-podlators>=0:${PORTSDIR}/textproc/p5-podlators \ - p5-Text-Tabs+Wrap>=0:${PORTSDIR}/textproc/p5-Text-Tabs+Wrap +BUILD_DEPENDS= p5-podlators>=0:textproc/p5-podlators \ + p5-Text-Tabs+Wrap>=0:textproc/p5-Text-Tabs+Wrap RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 diff --git a/textproc/p5-Pod-Elemental/Makefile b/textproc/p5-Pod-Elemental/Makefile index 65b1fdd9ffe0..f004a189b421 100644 --- a/textproc/p5-Pod-Elemental/Makefile +++ b/textproc/p5-Pod-Elemental/Makefile @@ -13,18 +13,18 @@ COMMENT= Treating a Pod document as a tree of elements LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-Class-Load>=0:${PORTSDIR}/devel/p5-Class-Load \ - p5-Mixin-Linewise>=0:${PORTSDIR}/devel/p5-Mixin-Linewise \ - p5-Moose>=0:${PORTSDIR}/devel/p5-Moose \ - p5-MooseX-Types>=0:${PORTSDIR}/devel/p5-MooseX-Types \ - p5-Pod-Eventual>=0:${PORTSDIR}/textproc/p5-Pod-Eventual \ - p5-String-RewritePrefix>=0:${PORTSDIR}/textproc/p5-String-RewritePrefix \ - p5-String-Truncate>=0:${PORTSDIR}/textproc/p5-String-Truncate \ - p5-Sub-Exporter-ForMethods>=0:${PORTSDIR}/devel/p5-Sub-Exporter-ForMethods \ - p5-namespace-autoclean>=0:${PORTSDIR}/devel/p5-namespace-autoclean +BUILD_DEPENDS= p5-Class-Load>=0:devel/p5-Class-Load \ + p5-Mixin-Linewise>=0:devel/p5-Mixin-Linewise \ + p5-Moose>=0:devel/p5-Moose \ + p5-MooseX-Types>=0:devel/p5-MooseX-Types \ + p5-Pod-Eventual>=0:textproc/p5-Pod-Eventual \ + p5-String-RewritePrefix>=0:textproc/p5-String-RewritePrefix \ + p5-String-Truncate>=0:textproc/p5-String-Truncate \ + p5-Sub-Exporter-ForMethods>=0:devel/p5-Sub-Exporter-ForMethods \ + p5-namespace-autoclean>=0:devel/p5-namespace-autoclean RUN_DEPENDS:= ${BUILD_DEPENDS} -TEST_DEPENDS= p5-Test-Deep>=0:${PORTSDIR}/devel/p5-Test-Deep \ - p5-Test-Differences>=0:${PORTSDIR}/devel/p5-Test-Differences +TEST_DEPENDS= p5-Test-Deep>=0:devel/p5-Test-Deep \ + p5-Test-Differences>=0:devel/p5-Test-Differences USES= perl5 USE_PERL5= configure @@ -32,8 +32,8 @@ USE_PERL5= configure .include <bsd.port.pre.mk> .if ${PERL_LEVEL} < 502000 -BUILD_DEPENDS+= p5-Scalar-List-Utils>=1.33:${PORTSDIR}/lang/p5-Scalar-List-Utils -RUN_DEPENDS+= p5-Scalar-List-Utils>=1.33:${PORTSDIR}/lang/p5-Scalar-List-Utils +BUILD_DEPENDS+= p5-Scalar-List-Utils>=1.33:lang/p5-Scalar-List-Utils +RUN_DEPENDS+= p5-Scalar-List-Utils>=1.33:lang/p5-Scalar-List-Utils .endif .include <bsd.port.post.mk> diff --git a/textproc/p5-Pod-Eventual/Makefile b/textproc/p5-Pod-Eventual/Makefile index 39f29c7cf536..3a61b767fa52 100644 --- a/textproc/p5-Pod-Eventual/Makefile +++ b/textproc/p5-Pod-Eventual/Makefile @@ -14,9 +14,9 @@ COMMENT= Read a POD document as a series of trivial events LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-Mixin-Linewise>=0.102:${PORTSDIR}/devel/p5-Mixin-Linewise +BUILD_DEPENDS= p5-Mixin-Linewise>=0.102:devel/p5-Mixin-Linewise RUN_DEPENDS:= ${BUILD_DEPENDS} -TEST_DEPENDS= p5-Test-Deep>=0:${PORTSDIR}/devel/p5-Test-Deep +TEST_DEPENDS= p5-Test-Deep>=0:devel/p5-Test-Deep USES= perl5 USE_PERL5= configure diff --git a/textproc/p5-Pod-HtmlEasy/Makefile b/textproc/p5-Pod-HtmlEasy/Makefile index f2c6ab2d5227..eb248cb50fbf 100644 --- a/textproc/p5-Pod-HtmlEasy/Makefile +++ b/textproc/p5-Pod-HtmlEasy/Makefile @@ -14,12 +14,12 @@ COMMENT= Generate personalized HTML from PODs LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-File-Slurp>=9999.13:${PORTSDIR}/devel/p5-File-Slurp \ - p5-IPC-Run>=0.8:${PORTSDIR}/devel/p5-IPC-Run \ - p5-Exporter-Easy>=0:${PORTSDIR}/devel/p5-Exporter-Easy \ - p5-Readonly>=1.03:${PORTSDIR}/devel/p5-Readonly \ - p5-Regexp-Common>=2.12:${PORTSDIR}/textproc/p5-Regexp-Common \ - p5-Pod-Escapes>=0:${PORTSDIR}/textproc/p5-Pod-Escapes +BUILD_DEPENDS= p5-File-Slurp>=9999.13:devel/p5-File-Slurp \ + p5-IPC-Run>=0.8:devel/p5-IPC-Run \ + p5-Exporter-Easy>=0:devel/p5-Exporter-Easy \ + p5-Readonly>=1.03:devel/p5-Readonly \ + p5-Regexp-Common>=2.12:textproc/p5-Regexp-Common \ + p5-Pod-Escapes>=0:textproc/p5-Pod-Escapes RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 tar:tgz diff --git a/textproc/p5-Pod-Markdown/Makefile b/textproc/p5-Pod-Markdown/Makefile index 82fafd8517e1..6add58148fa4 100644 --- a/textproc/p5-Pod-Markdown/Makefile +++ b/textproc/p5-Pod-Markdown/Makefile @@ -14,7 +14,7 @@ LICENSE= ART10 GPLv1 LICENSE_COMB= dual LICENSE_FILE= ${WRKSRC}/LICENSE -TEST_DEPENDS= p5-Test-Differences>=0:${PORTSDIR}/devel/p5-Test-Differences +TEST_DEPENDS= p5-Test-Differences>=0:devel/p5-Test-Differences NO_ARCH= yes USES= perl5 diff --git a/textproc/p5-Pod-POM-View-HTML-Filter/Makefile b/textproc/p5-Pod-POM-View-HTML-Filter/Makefile index eb29de9d0a8a..f2eafcbb3aa7 100644 --- a/textproc/p5-Pod-POM-View-HTML-Filter/Makefile +++ b/textproc/p5-Pod-POM-View-HTML-Filter/Makefile @@ -11,10 +11,10 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Use filters on sections of your pod documents -BUILD_DEPENDS= p5-Pod-POM>=0:${PORTSDIR}/textproc/p5-Pod-POM \ - p5-Syntax-Highlight-Shell>=0:${PORTSDIR}/www/p5-Syntax-Highlight-Shell \ - perltidy:${PORTSDIR}/devel/p5-Perl-Tidy \ - p5-Syntax-Highlight-HTML>=0:${PORTSDIR}/www/p5-Syntax-Highlight-HTML +BUILD_DEPENDS= p5-Pod-POM>=0:textproc/p5-Pod-POM \ + p5-Syntax-Highlight-Shell>=0:www/p5-Syntax-Highlight-Shell \ + perltidy:devel/p5-Perl-Tidy \ + p5-Syntax-Highlight-HTML>=0:www/p5-Syntax-Highlight-HTML RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 diff --git a/textproc/p5-Pod-POM/Makefile b/textproc/p5-Pod-POM/Makefile index bc6ad01af9f1..ab8b6ce4ec0a 100644 --- a/textproc/p5-Pod-POM/Makefile +++ b/textproc/p5-Pod-POM/Makefile @@ -13,9 +13,9 @@ COMMENT= POD Object Model LICENSE= ART10 GPLv1 LICENSE_COMB= dual -TEST_DEPENDS= p5-File-Slurper>=0.004:${PORTSDIR}/devel/p5-File-Slurper \ - p5-Test-Differences>=0:${PORTSDIR}/devel/p5-Test-Differences \ - p5-Text-Diff>=0:${PORTSDIR}/textproc/p5-Text-Diff +TEST_DEPENDS= p5-File-Slurper>=0.004:devel/p5-File-Slurper \ + p5-Test-Differences>=0:devel/p5-Test-Differences \ + p5-Text-Diff>=0:textproc/p5-Text-Diff NO_ARCH= yes USES= perl5 diff --git a/textproc/p5-Pod-ProjectDocs/Makefile b/textproc/p5-Pod-ProjectDocs/Makefile index c0d0ce42c8e6..de9f5eff5e1b 100644 --- a/textproc/p5-Pod-ProjectDocs/Makefile +++ b/textproc/p5-Pod-ProjectDocs/Makefile @@ -11,12 +11,12 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Generates CPAN like pod pages -BUILD_DEPENDS= p5-Class-Accessor>=0:${PORTSDIR}/devel/p5-Class-Accessor \ - p5-Class-Data-Inheritable>=0:${PORTSDIR}/devel/p5-Class-Data-Inheritable \ - p5-JSON>=2.04:${PORTSDIR}/converters/p5-JSON \ - p5-Readonly>=0:${PORTSDIR}/devel/p5-Readonly \ - p5-Template-Toolkit>=0:${PORTSDIR}/www/p5-Template-Toolkit \ - p5-URI>=0:${PORTSDIR}/net/p5-URI +BUILD_DEPENDS= p5-Class-Accessor>=0:devel/p5-Class-Accessor \ + p5-Class-Data-Inheritable>=0:devel/p5-Class-Data-Inheritable \ + p5-JSON>=2.04:converters/p5-JSON \ + p5-Readonly>=0:devel/p5-Readonly \ + p5-Template-Toolkit>=0:www/p5-Template-Toolkit \ + p5-URI>=0:net/p5-URI RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 diff --git a/textproc/p5-Pod-Readme/Makefile b/textproc/p5-Pod-Readme/Makefile index 2fb5786fd700..2c8edabd6a5d 100644 --- a/textproc/p5-Pod-Readme/Makefile +++ b/textproc/p5-Pod-Readme/Makefile @@ -13,7 +13,7 @@ COMMENT= Convert POD to README file LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-Regexp-Common>=0:${PORTSDIR}/textproc/p5-Regexp-Common +BUILD_DEPENDS= p5-Regexp-Common>=0:textproc/p5-Regexp-Common RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 shebangfix dos2unix diff --git a/textproc/p5-Pod-Spell/Makefile b/textproc/p5-Pod-Spell/Makefile index 52d44e4aa481..f1f66f4273c4 100644 --- a/textproc/p5-Pod-Spell/Makefile +++ b/textproc/p5-Pod-Spell/Makefile @@ -12,13 +12,13 @@ COMMENT= Formatter for spellchecking Pod LICENSE= ART20 -BUILD_DEPENDS= p5-Class-Tiny>=0:${PORTSDIR}/devel/p5-Class-Tiny \ - p5-File-ShareDir-ProjectDistDir>=1.000:${PORTSDIR}/devel/p5-File-ShareDir-ProjectDistDir \ - devel/p5-File-ShareDir-Install>=0.06:${PORTSDIR}/devel/p5-File-ShareDir-Install \ - p5-Lingua-EN-Inflect>=0:${PORTSDIR}/textproc/p5-Lingua-EN-Inflect \ - p5-Pod-Escapes>=1.01:${PORTSDIR}/textproc/p5-Pod-Escapes +BUILD_DEPENDS= p5-Class-Tiny>=0:devel/p5-Class-Tiny \ + p5-File-ShareDir-ProjectDistDir>=1.000:devel/p5-File-ShareDir-ProjectDistDir \ + devel/p5-File-ShareDir-Install>=0.06:devel/p5-File-ShareDir-Install \ + p5-Lingua-EN-Inflect>=0:textproc/p5-Lingua-EN-Inflect \ + p5-Pod-Escapes>=1.01:textproc/p5-Pod-Escapes RUN_DEPENDS:= ${BUILD_DEPENDS} -TEST_DEPENDS= p5-Test-Deep>=0:${PORTSDIR}/devel/p5-Test-Deep +TEST_DEPENDS= p5-Test-Deep>=0:devel/p5-Test-Deep USES= perl5 USE_PERL5= configure diff --git a/textproc/p5-Pod-Tree/Makefile b/textproc/p5-Pod-Tree/Makefile index 220f79a1dbad..ecb88a8734fe 100644 --- a/textproc/p5-Pod-Tree/Makefile +++ b/textproc/p5-Pod-Tree/Makefile @@ -13,13 +13,13 @@ COMMENT= Create a static syntax tree for a POD LICENSE= ART10 GPLv1 LICENSE_COMB= dual -RUN_DEPENDS= p5-HTML-Stream>=1.49:${PORTSDIR}/www/p5-HTML-Stream \ - p5-IO-String>=1:${PORTSDIR}/devel/p5-IO-String \ - p5-Path-Tiny>=0.068:${PORTSDIR}/devel/p5-Path-Tiny \ - p5-Text-Template>=1:${PORTSDIR}/textproc/p5-Text-Template +RUN_DEPENDS= p5-HTML-Stream>=1.49:www/p5-HTML-Stream \ + p5-IO-String>=1:devel/p5-IO-String \ + p5-Path-Tiny>=0.068:devel/p5-Path-Tiny \ + p5-Text-Template>=1:textproc/p5-Text-Template BUILD_DEPENDS:= ${RUN_DEPENDS} -TEST_DEPENDS= p5-Path-Tiny>=0.068:${PORTSDIR}/devel/p5-Path-Tiny \ - p5-Test-Compile>1.2.1:${PORTSDIR}/devel/p5-Test-Compile +TEST_DEPENDS= p5-Path-Tiny>=0.068:devel/p5-Path-Tiny \ + p5-Test-Compile>1.2.1:devel/p5-Test-Compile USES= perl5 USE_PERL5= configure @@ -33,7 +33,7 @@ post-patch: .include <bsd.port.pre.mk> .if ${PERL_LEVEL} < 502000 -TEST_DEPENDS+= p5-Test-Simple>=1:${PORTSDIR}/devel/p5-Test-Simple +TEST_DEPENDS+= p5-Test-Simple>=1:devel/p5-Test-Simple .endif .include <bsd.port.post.mk> diff --git a/textproc/p5-Pod-WSDL/Makefile b/textproc/p5-Pod-WSDL/Makefile index 6ccf56b39bd2..543a7e1f90e0 100644 --- a/textproc/p5-Pod-WSDL/Makefile +++ b/textproc/p5-Pod-WSDL/Makefile @@ -14,9 +14,9 @@ COMMENT= Create WSDL documents from (extended) pod LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-IO-stringy>=2.110:${PORTSDIR}/devel/p5-IO-stringy \ - p5-XML-Writer>=0.531:${PORTSDIR}/textproc/p5-XML-Writer \ - p5-XML-XPath>=1.13:${PORTSDIR}/textproc/p5-XML-XPath +BUILD_DEPENDS= p5-IO-stringy>=2.110:devel/p5-IO-stringy \ + p5-XML-Writer>=0.531:textproc/p5-XML-Writer \ + p5-XML-XPath>=1.13:textproc/p5-XML-XPath RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 diff --git a/textproc/p5-Pod-WikiDoc/Makefile b/textproc/p5-Pod-WikiDoc/Makefile index a815a7aa948c..d3cbf2e21148 100644 --- a/textproc/p5-Pod-WikiDoc/Makefile +++ b/textproc/p5-Pod-WikiDoc/Makefile @@ -14,11 +14,11 @@ COMMENT= Generate Pod from inline wiki style text LICENSE= APACHE20 BUILD_DEPENDS:= ${RUN_DEPENDS} -RUN_DEPENDS= p5-File-pushd>=0:${PORTSDIR}/devel/p5-File-pushd \ - p5-Getopt-Lucid>=0.14:${PORTSDIR}/textproc/p5-Getopt-Lucid \ - p5-IPC-Run3>=0.033:${PORTSDIR}/devel/p5-IPC-Run3 \ - p5-Parse-RecDescent>=1.967.006:${PORTSDIR}/devel/p5-Parse-RecDescent \ - p5-Probe-Perl>=0.01:${PORTSDIR}/sysutils/p5-Probe-Perl +RUN_DEPENDS= p5-File-pushd>=0:devel/p5-File-pushd \ + p5-Getopt-Lucid>=0.14:textproc/p5-Getopt-Lucid \ + p5-IPC-Run3>=0.033:devel/p5-IPC-Run3 \ + p5-Parse-RecDescent>=1.967.006:devel/p5-Parse-RecDescent \ + p5-Probe-Perl>=0.01:sysutils/p5-Probe-Perl USES= perl5 USE_PERL5= configure diff --git a/textproc/p5-Pod-XML/Makefile b/textproc/p5-Pod-XML/Makefile index 8eebd6fc03b5..9057bae370a9 100644 --- a/textproc/p5-Pod-XML/Makefile +++ b/textproc/p5-Pod-XML/Makefile @@ -11,9 +11,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Module to convert POD to XML -BUILD_DEPENDS= p5-IO-stringy>=0:${PORTSDIR}/devel/p5-IO-stringy +BUILD_DEPENDS= p5-IO-stringy>=0:devel/p5-IO-stringy RUN_DEPENDS:= ${BUILD_DEPENDS} -TEST_DEPENDS= p5-Test-File-Contents>=0:${PORTSDIR}/devel/p5-Test-File-Contents +TEST_DEPENDS= p5-Test-File-Contents>=0:devel/p5-Test-File-Contents USES= perl5 USE_PERL5= configure diff --git a/textproc/p5-Pod-Xhtml/Makefile b/textproc/p5-Pod-Xhtml/Makefile index 6395a0980162..86649819059c 100644 --- a/textproc/p5-Pod-Xhtml/Makefile +++ b/textproc/p5-Pod-Xhtml/Makefile @@ -11,9 +11,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Generate well-formed XHTML documents from POD format documentation -BUILD_DEPENDS= p5-URI>=0:${PORTSDIR}/net/p5-URI +BUILD_DEPENDS= p5-URI>=0:net/p5-URI RUN_DEPENDS:= ${BUILD_DEPENDS} -TEST_DEPENDS= p5-Test-Assertions>0:${PORTSDIR}/devel/p5-Test-Assertions +TEST_DEPENDS= p5-Test-Assertions>0:devel/p5-Test-Assertions USES= perl5 USE_PERL5= configure diff --git a/textproc/p5-RADIUS-UserFile/Makefile b/textproc/p5-RADIUS-UserFile/Makefile index 9511c1c5df90..388e707c4eab 100644 --- a/textproc/p5-RADIUS-UserFile/Makefile +++ b/textproc/p5-RADIUS-UserFile/Makefile @@ -14,7 +14,7 @@ COMMENT= Perl extension for manipulating a RADIUS users file LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-Tie-IxHash>=0:${PORTSDIR}/devel/p5-Tie-IxHash +BUILD_DEPENDS= p5-Tie-IxHash>=0:devel/p5-Tie-IxHash RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 diff --git a/textproc/p5-RDF-Core/Makefile b/textproc/p5-RDF-Core/Makefile index 04314d0643a1..0e1e226a1a3c 100644 --- a/textproc/p5-RDF-Core/Makefile +++ b/textproc/p5-RDF-Core/Makefile @@ -11,9 +11,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Object oriented Perl modules for handling tasks related to RDF -BUILD_DEPENDS= p5-XML-Parser>=0:${PORTSDIR}/textproc/p5-XML-Parser \ - p5-DBI>=0:${PORTSDIR}/databases/p5-DBI \ - p5-URI>=0:${PORTSDIR}/net/p5-URI +BUILD_DEPENDS= p5-XML-Parser>=0:textproc/p5-XML-Parser \ + p5-DBI>=0:databases/p5-DBI \ + p5-URI>=0:net/p5-URI RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 diff --git a/textproc/p5-RDF-Notation3/Makefile b/textproc/p5-RDF-Notation3/Makefile index e1503cba8f01..e680cb4059e0 100644 --- a/textproc/p5-RDF-Notation3/Makefile +++ b/textproc/p5-RDF-Notation3/Makefile @@ -11,9 +11,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= RDF Notation3 parser -BUILD_DEPENDS= p5-XML-SAX>=0:${PORTSDIR}/textproc/p5-XML-SAX \ - p5-RDF-Core>=0:${PORTSDIR}/textproc/p5-RDF-Core \ - p5-RDFStore>=0:${PORTSDIR}/textproc/p5-RDFStore +BUILD_DEPENDS= p5-XML-SAX>=0:textproc/p5-XML-SAX \ + p5-RDF-Core>=0:textproc/p5-RDF-Core \ + p5-RDFStore>=0:textproc/p5-RDFStore RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 diff --git a/textproc/p5-RDF-Simple/Makefile b/textproc/p5-RDF-Simple/Makefile index ee2d4c2bb6e3..107ac33fb199 100644 --- a/textproc/p5-RDF-Simple/Makefile +++ b/textproc/p5-RDF-Simple/Makefile @@ -12,15 +12,15 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E} MAINTAINER= perl@FreeBSD.org COMMENT= Read and write RDF without complication -RUN_DEPENDS= p5-Class-MakeMethods>=0:${PORTSDIR}/devel/p5-Class-MakeMethods \ - p5-File-Slurp>=0:${PORTSDIR}/devel/p5-File-Slurp \ - p5-Regexp-Common>=0:${PORTSDIR}/textproc/p5-Regexp-Common \ - p5-URI>=0:${PORTSDIR}/net/p5-URI \ - p5-XML-SAX>=0:${PORTSDIR}/textproc/p5-XML-SAX \ - p5-libwww>=0:${PORTSDIR}/www/p5-libwww +RUN_DEPENDS= p5-Class-MakeMethods>=0:devel/p5-Class-MakeMethods \ + p5-File-Slurp>=0:devel/p5-File-Slurp \ + p5-Regexp-Common>=0:textproc/p5-Regexp-Common \ + p5-URI>=0:net/p5-URI \ + p5-XML-SAX>=0:textproc/p5-XML-SAX \ + p5-libwww>=0:www/p5-libwww BUILD_DEPENDS:= ${RUN_DEPENDS} -TEST_DEPENDS= p5-IO-CaptureOutput>0:${PORTSDIR}/devel/p5-IO-CaptureOutput \ - p5-Test-File>=0:${PORTSDIR}/devel/p5-Test-File +TEST_DEPENDS= p5-IO-CaptureOutput>0:devel/p5-IO-CaptureOutput \ + p5-Test-File>=0:devel/p5-Test-File USES= perl5 USE_PERL5= configure diff --git a/textproc/p5-RDF-Trine/Makefile b/textproc/p5-RDF-Trine/Makefile index aa3d5a41dad5..4874e1b6ef21 100644 --- a/textproc/p5-RDF-Trine/Makefile +++ b/textproc/p5-RDF-Trine/Makefile @@ -14,36 +14,36 @@ COMMENT= RDF Framework for Perl LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-Algorithm-Combinatorics>=0:${PORTSDIR}/math/p5-Algorithm-Combinatorics \ - p5-Cache-LRU>=0.04:${PORTSDIR}/devel/p5-Cache-LRU \ - p5-DBD-SQLite>=1.14:${PORTSDIR}/databases/p5-DBD-SQLite \ - p5-DBI>=0:${PORTSDIR}/databases/p5-DBI \ - p5-DBIx-Connector>=0:${PORTSDIR}/databases/p5-DBIx-Connector \ - p5-Data-UUID>=0:${PORTSDIR}/devel/p5-Data-UUID \ - p5-Digest-MD5>=0:${PORTSDIR}/security/p5-Digest-MD5 \ - p5-Digest-SHA>=0:${PORTSDIR}/security/p5-Digest-SHA \ - p5-Error>=0:${PORTSDIR}/lang/p5-Error \ - p5-HTTP-Negotiate>=0:${PORTSDIR}/www/p5-HTTP-Negotiate \ - p5-JSON>=2.0:${PORTSDIR}/converters/p5-JSON \ - p5-List-MoreUtils>=0.413:${PORTSDIR}/lang/p5-List-MoreUtils \ - p5-Log-Log4perl>=0:${PORTSDIR}/devel/p5-Log-Log4perl \ - p5-Math-BigInt>=0:${PORTSDIR}/math/p5-Math-BigInt \ - p5-Module-Load-Conditional>=0.38:${PORTSDIR}/devel/p5-Module-Load-Conditional \ - p5-Moose>=0:${PORTSDIR}/devel/p5-Moose \ - p5-MooseX-ArrayRef>=0:${PORTSDIR}/devel/p5-MooseX-ArrayRef \ - p5-Set-Scalar>=0:${PORTSDIR}/devel/p5-Set-Scalar \ - p5-Storable>=0:${PORTSDIR}/devel/p5-Storable \ - p5-Text-CSV>=0:${PORTSDIR}/textproc/p5-Text-CSV \ - p5-Text-Table>=0:${PORTSDIR}/textproc/p5-Text-Table \ - p5-Time-HiRes>=1.9726:${PORTSDIR}/devel/p5-Time-HiRes \ - p5-URI>=1.30:${PORTSDIR}/net/p5-URI \ - p5-Unicode-Escape>=0.0.2:${PORTSDIR}/textproc/p5-Unicode-Escape \ - p5-Unicode-String>=2.09:${PORTSDIR}/converters/p5-Unicode-String \ - p5-XML-CommonNS>=0.04:${PORTSDIR}/textproc/p5-XML-CommonNS \ - p5-XML-LibXML>=2.0124:${PORTSDIR}/textproc/p5-XML-LibXML \ - p5-XML-Namespace>=0:${PORTSDIR}/textproc/p5-XML-Namespace \ - p5-XML-SAX>=0.96:${PORTSDIR}/textproc/p5-XML-SAX \ - p5-libwww>=0:${PORTSDIR}/www/p5-libwww +BUILD_DEPENDS= p5-Algorithm-Combinatorics>=0:math/p5-Algorithm-Combinatorics \ + p5-Cache-LRU>=0.04:devel/p5-Cache-LRU \ + p5-DBD-SQLite>=1.14:databases/p5-DBD-SQLite \ + p5-DBI>=0:databases/p5-DBI \ + p5-DBIx-Connector>=0:databases/p5-DBIx-Connector \ + p5-Data-UUID>=0:devel/p5-Data-UUID \ + p5-Digest-MD5>=0:security/p5-Digest-MD5 \ + p5-Digest-SHA>=0:security/p5-Digest-SHA \ + p5-Error>=0:lang/p5-Error \ + p5-HTTP-Negotiate>=0:www/p5-HTTP-Negotiate \ + p5-JSON>=2.0:converters/p5-JSON \ + p5-List-MoreUtils>=0.413:lang/p5-List-MoreUtils \ + p5-Log-Log4perl>=0:devel/p5-Log-Log4perl \ + p5-Math-BigInt>=0:math/p5-Math-BigInt \ + p5-Module-Load-Conditional>=0.38:devel/p5-Module-Load-Conditional \ + p5-Moose>=0:devel/p5-Moose \ + p5-MooseX-ArrayRef>=0:devel/p5-MooseX-ArrayRef \ + p5-Set-Scalar>=0:devel/p5-Set-Scalar \ + p5-Storable>=0:devel/p5-Storable \ + p5-Text-CSV>=0:textproc/p5-Text-CSV \ + p5-Text-Table>=0:textproc/p5-Text-Table \ + p5-Time-HiRes>=1.9726:devel/p5-Time-HiRes \ + p5-URI>=1.30:net/p5-URI \ + p5-Unicode-Escape>=0.0.2:textproc/p5-Unicode-Escape \ + p5-Unicode-String>=2.09:converters/p5-Unicode-String \ + p5-XML-CommonNS>=0.04:textproc/p5-XML-CommonNS \ + p5-XML-LibXML>=2.0124:textproc/p5-XML-LibXML \ + p5-XML-Namespace>=0:textproc/p5-XML-Namespace \ + p5-XML-SAX>=0.96:textproc/p5-XML-SAX \ + p5-libwww>=0:www/p5-libwww RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 @@ -52,8 +52,8 @@ USE_PERL5= configure .include <bsd.port.pre.mk> .if ${PERL_LEVEL} < 502000 -BUILD_DEPENDS+= p5-Scalar-List-Utils>=1.33:${PORTSDIR}/lang/p5-Scalar-List-Utils -RUN_DEPENDS+= p5-Scalar-List-Utils>=1.33:${PORTSDIR}/lang/p5-Scalar-List-Utils +BUILD_DEPENDS+= p5-Scalar-List-Utils>=1.33:lang/p5-Scalar-List-Utils +RUN_DEPENDS+= p5-Scalar-List-Utils>=1.33:lang/p5-Scalar-List-Utils .endif .include <bsd.port.post.mk> diff --git a/textproc/p5-RDFStore/Makefile b/textproc/p5-RDFStore/Makefile index 850c61897ea4..3e0a0f9a4b88 100644 --- a/textproc/p5-RDFStore/Makefile +++ b/textproc/p5-RDFStore/Makefile @@ -12,9 +12,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl API for RDF Storage -BUILD_DEPENDS= p5-XML-Parser>=0:${PORTSDIR}/textproc/p5-XML-Parser \ - p5-URI>=0:${PORTSDIR}/net/p5-URI \ - p5-DBI>=0:${PORTSDIR}/databases/p5-DBI +BUILD_DEPENDS= p5-XML-Parser>=0:textproc/p5-XML-Parser \ + p5-URI>=0:net/p5-URI \ + p5-DBI>=0:databases/p5-DBI RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 diff --git a/textproc/p5-RTF-Parser/Makefile b/textproc/p5-RTF-Parser/Makefile index d89d670aa785..718066954c44 100644 --- a/textproc/p5-RTF-Parser/Makefile +++ b/textproc/p5-RTF-Parser/Makefile @@ -13,7 +13,7 @@ COMMENT= Perl module for parsing RTF files LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-RTF-Tokenizer>=1.16:${PORTSDIR}/textproc/p5-RTF-Tokenizer +BUILD_DEPENDS= p5-RTF-Tokenizer>=1.16:textproc/p5-RTF-Tokenizer RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 diff --git a/textproc/p5-RTF-Writer/Makefile b/textproc/p5-RTF-Writer/Makefile index 82618a54e118..b7f9c3589662 100644 --- a/textproc/p5-RTF-Writer/Makefile +++ b/textproc/p5-RTF-Writer/Makefile @@ -11,7 +11,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl module for generating documents in Rich Text Format -BUILD_DEPENDS= p5-Image-Size>=0:${PORTSDIR}/graphics/p5-Image-Size +BUILD_DEPENDS= p5-Image-Size>=0:graphics/p5-Image-Size RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 diff --git a/textproc/p5-Regexp-Common-Email-Address/Makefile b/textproc/p5-Regexp-Common-Email-Address/Makefile index ab3dbc3a473d..d02d894fc57a 100644 --- a/textproc/p5-Regexp-Common-Email-Address/Makefile +++ b/textproc/p5-Regexp-Common-Email-Address/Makefile @@ -11,8 +11,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Regex pattern for Email Addresses -BUILD_DEPENDS= p5-Email-Address>=0:${PORTSDIR}/mail/p5-Email-Address \ - p5-Regexp-Common>=0:${PORTSDIR}/textproc/p5-Regexp-Common +BUILD_DEPENDS= p5-Email-Address>=0:mail/p5-Email-Address \ + p5-Regexp-Common>=0:textproc/p5-Regexp-Common RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 diff --git a/textproc/p5-Regexp-Common-net-CIDR/Makefile b/textproc/p5-Regexp-Common-net-CIDR/Makefile index c603831bb4e3..4e04caf9cc0b 100644 --- a/textproc/p5-Regexp-Common-net-CIDR/Makefile +++ b/textproc/p5-Regexp-Common-net-CIDR/Makefile @@ -10,7 +10,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= lth@FreeBSD.org COMMENT= Provide patterns for CIDR blocks -BUILD_DEPENDS= p5-Regexp-Common>0:${PORTSDIR}/textproc/p5-Regexp-Common +BUILD_DEPENDS= p5-Regexp-Common>0:textproc/p5-Regexp-Common RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 diff --git a/textproc/p5-Regexp-Common-profanity_us/Makefile b/textproc/p5-Regexp-Common-profanity_us/Makefile index 7473765cd5de..ef9154dbcd46 100644 --- a/textproc/p5-Regexp-Common-profanity_us/Makefile +++ b/textproc/p5-Regexp-Common-profanity_us/Makefile @@ -14,7 +14,7 @@ COMMENT= Provide regexes for U.S. profanity LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-Regexp-Common>=0:${PORTSDIR}/textproc/p5-Regexp-Common +BUILD_DEPENDS= p5-Regexp-Common>=0:textproc/p5-Regexp-Common RUN_DEPENDS:= ${BUILD_DEPENDS} USE_PERL5= configure diff --git a/textproc/p5-Regexp-Log-Common/Makefile b/textproc/p5-Regexp-Log-Common/Makefile index d4d7d055465e..281f90cf3599 100644 --- a/textproc/p5-Regexp-Log-Common/Makefile +++ b/textproc/p5-Regexp-Log-Common/Makefile @@ -12,7 +12,7 @@ COMMENT= Regexp::Log::Common, a parser for the Common Log Format LICENSE= ART20 -RUN_DEPENDS= p5-Regexp-Log>=0:${PORTSDIR}/textproc/p5-Regexp-Log +RUN_DEPENDS= p5-Regexp-Log>=0:textproc/p5-Regexp-Log BUILD_DEPENDS:= ${RUN_DEPENDS} USES= perl5 diff --git a/textproc/p5-SGML-DTDParse/Makefile b/textproc/p5-SGML-DTDParse/Makefile index 1f03c4d82460..28e96a0a57bc 100644 --- a/textproc/p5-SGML-DTDParse/Makefile +++ b/textproc/p5-SGML-DTDParse/Makefile @@ -11,10 +11,10 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Parse an SGML or XML DTD -BUILD_DEPENDS= p5-DelimMatch>=1.05:${PORTSDIR}/textproc/p5-DelimMatch \ - p5-libxml>=0.08:${PORTSDIR}/textproc/p5-libxml \ - p5-XML-DOM>=1.44:${PORTSDIR}/textproc/p5-XML-DOM \ - p5-XML-Parser>=2.3:${PORTSDIR}/textproc/p5-XML-Parser +BUILD_DEPENDS= p5-DelimMatch>=1.05:textproc/p5-DelimMatch \ + p5-libxml>=0.08:textproc/p5-libxml \ + p5-XML-DOM>=1.44:textproc/p5-XML-DOM \ + p5-XML-Parser>=2.3:textproc/p5-XML-Parser RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 diff --git a/textproc/p5-SGML-Parser-OpenSP/Makefile b/textproc/p5-SGML-Parser-OpenSP/Makefile index 379506748daa..003963148e7e 100644 --- a/textproc/p5-SGML-Parser-OpenSP/Makefile +++ b/textproc/p5-SGML-Parser-OpenSP/Makefile @@ -16,9 +16,9 @@ COMMENT= Parse SGML documents using OpenSP LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= onsgmls:${PORTSDIR}/textproc/opensp \ - p5-Class-Accessor>=0:${PORTSDIR}/devel/p5-Class-Accessor \ - p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception +BUILD_DEPENDS= onsgmls:textproc/opensp \ + p5-Class-Accessor>=0:devel/p5-Class-Accessor \ + p5-Test-Exception>=0:devel/p5-Test-Exception RUN_DEPENDS:= ${BUILD_DEPENDS} USES= dos2unix perl5 diff --git a/textproc/p5-SVG-Parser/Makefile b/textproc/p5-SVG-Parser/Makefile index 323b060b20d6..90171a14dd3a 100644 --- a/textproc/p5-SVG-Parser/Makefile +++ b/textproc/p5-SVG-Parser/Makefile @@ -14,9 +14,9 @@ COMMENT= XML Parser for SVG documents LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-SVG>=2:${PORTSDIR}/textproc/p5-SVG \ - p5-XML-Parser>=0:${PORTSDIR}/textproc/p5-XML-Parser \ - p5-XML-SAX>=0:${PORTSDIR}/textproc/p5-XML-SAX +BUILD_DEPENDS= p5-SVG>=2:textproc/p5-SVG \ + p5-XML-Parser>=0:textproc/p5-XML-Parser \ + p5-XML-SAX>=0:textproc/p5-XML-SAX RUN_DEPENDS:= ${BUILD_DEPENDS} USE_PERL5= modbuild diff --git a/textproc/p5-Search-Elasticsearch/Makefile b/textproc/p5-Search-Elasticsearch/Makefile index 1a1bddc871a6..b2695c4c2e78 100644 --- a/textproc/p5-Search-Elasticsearch/Makefile +++ b/textproc/p5-Search-Elasticsearch/Makefile @@ -13,28 +13,28 @@ COMMENT= ElasticSearch API LICENSE= APACHE20 -BUILD_DEPENDS= p5-Any-URI-Escape>=0:${PORTSDIR}/www/p5-Any-URI-Escape \ - p5-Devel-GlobalDestruction>=0:${PORTSDIR}/devel/p5-Devel-GlobalDestruction \ - p5-HTTP-Message>=0:${PORTSDIR}/www/p5-HTTP-Message \ - p5-HTTP-Tiny>=0.043:${PORTSDIR}/www/p5-HTTP-Tiny \ - p5-Hijk>=0.20:${PORTSDIR}/www/p5-Hijk \ - p5-JSON-MaybeXS>=1.002002:${PORTSDIR}/converters/p5-JSON-MaybeXS \ - p5-Log-Any>=1.02:${PORTSDIR}/devel/p5-Log-Any \ - p5-Module-Runtime>=0:${PORTSDIR}/devel/p5-Module-Runtime \ - p5-Moo>=1.003:${PORTSDIR}/devel/p5-Moo \ - p5-Package-Stash>=0:${PORTSDIR}/devel/p5-Package-Stash \ - p5-Sub-Exporter>=0:${PORTSDIR}/devel/p5-Sub-Exporter \ - p5-Try-Tiny>=0:${PORTSDIR}/lang/p5-Try-Tiny \ - p5-URI-Escape-XS>=0:${PORTSDIR}/www/p5-URI-Escape-XS \ - p5-URI>=0:${PORTSDIR}/net/p5-URI \ - p5-libwww>=0:${PORTSDIR}/www/p5-libwww \ - p5-namespace-clean>=0:${PORTSDIR}/devel/p5-namespace-clean +BUILD_DEPENDS= p5-Any-URI-Escape>=0:www/p5-Any-URI-Escape \ + p5-Devel-GlobalDestruction>=0:devel/p5-Devel-GlobalDestruction \ + p5-HTTP-Message>=0:www/p5-HTTP-Message \ + p5-HTTP-Tiny>=0.043:www/p5-HTTP-Tiny \ + p5-Hijk>=0.20:www/p5-Hijk \ + p5-JSON-MaybeXS>=1.002002:converters/p5-JSON-MaybeXS \ + p5-Log-Any>=1.02:devel/p5-Log-Any \ + p5-Module-Runtime>=0:devel/p5-Module-Runtime \ + p5-Moo>=1.003:devel/p5-Moo \ + p5-Package-Stash>=0:devel/p5-Package-Stash \ + p5-Sub-Exporter>=0:devel/p5-Sub-Exporter \ + p5-Try-Tiny>=0:lang/p5-Try-Tiny \ + p5-URI-Escape-XS>=0:www/p5-URI-Escape-XS \ + p5-URI>=0:net/p5-URI \ + p5-libwww>=0:www/p5-libwww \ + p5-namespace-clean>=0:devel/p5-namespace-clean RUN_DEPENDS:= ${BUILD_DEPENDS} -TEST_DEPENDS= p5-IO-Socket-SSL>=0:${PORTSDIR}/security/p5-IO-Socket-SSL \ - p5-JSON-XS>=0:${PORTSDIR}/converters/p5-JSON-XS \ - p5-Log-Any-Adapter-Callback>=0:${PORTSDIR}/devel/p5-Log-Any-Adapter-Callback \ - p5-Test-Deep>=0:${PORTSDIR}/devel/p5-Test-Deep \ - p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception +TEST_DEPENDS= p5-IO-Socket-SSL>=0:security/p5-IO-Socket-SSL \ + p5-JSON-XS>=0:converters/p5-JSON-XS \ + p5-Log-Any-Adapter-Callback>=0:devel/p5-Log-Any-Adapter-Callback \ + p5-Test-Deep>=0:devel/p5-Test-Deep \ + p5-Test-Exception>=0:devel/p5-Test-Exception USES= perl5 USE_PERL5= configure diff --git a/textproc/p5-Search-Estraier/Makefile b/textproc/p5-Search-Estraier/Makefile index b898a9280d00..81001e6dd207 100644 --- a/textproc/p5-Search-Estraier/Makefile +++ b/textproc/p5-Search-Estraier/Makefile @@ -11,10 +11,10 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Pure perl module to use Hyper Estraier search engine -BUILD_DEPENDS= p5-URI>=0:${PORTSDIR}/net/p5-URI \ - p5-libwww>=0:${PORTSDIR}/www/p5-libwww +BUILD_DEPENDS= p5-URI>=0:net/p5-URI \ + p5-libwww>=0:www/p5-libwww RUN_DEPENDS:= ${BUILD_DEPENDS} -TEST_DEPENDS= p5-Test-Exception>0:${PORTSDIR}/devel/p5-Test-Exception +TEST_DEPENDS= p5-Test-Exception>0:devel/p5-Test-Exception USES= perl5 shebangfix SHEBANG_FILES= scripts/* diff --git a/textproc/p5-Search-Odeum/Makefile b/textproc/p5-Search-Odeum/Makefile index be42d3a4ebae..5d555468bf7c 100644 --- a/textproc/p5-Search-Odeum/Makefile +++ b/textproc/p5-Search-Odeum/Makefile @@ -14,7 +14,7 @@ COMMENT= Perl interface to the Odeum inverted index API LICENSE= ART10 GPLv1 LICENSE_COMB= dual -LIB_DEPENDS= libqdbm.so:${PORTSDIR}/databases/qdbm +LIB_DEPENDS= libqdbm.so:databases/qdbm USE_PERL5= configure USES= localbase perl5 diff --git a/textproc/p5-Search-QueryParser-SQL/Makefile b/textproc/p5-Search-QueryParser-SQL/Makefile index b7d8a73175ff..688f85638278 100644 --- a/textproc/p5-Search-QueryParser-SQL/Makefile +++ b/textproc/p5-Search-QueryParser-SQL/Makefile @@ -11,13 +11,13 @@ COMMENT= Perl module to turn free-text queries into SQL WHERE clauses LICENSE= GPLv2 -BUILD_DEPENDS= p5-Class-Accessor>=0:${PORTSDIR}/devel/p5-Class-Accessor \ - p5-Data-Dump>=0:${PORTSDIR}/devel/p5-Data-Dump \ - p5-Search-QueryParser>=0.93:${PORTSDIR}/textproc/p5-Search-QueryParser +BUILD_DEPENDS= p5-Class-Accessor>=0:devel/p5-Class-Accessor \ + p5-Data-Dump>=0:devel/p5-Data-Dump \ + p5-Search-QueryParser>=0.93:textproc/p5-Search-QueryParser -RUN_DEPENDS:= p5-Class-Accessor>=0:${PORTSDIR}/devel/p5-Class-Accessor \ - p5-Data-Dump>=0:${PORTSDIR}/devel/p5-Data-Dump \ - p5-Search-QueryParser>=0.93:${PORTSDIR}/textproc/p5-Search-QueryParser +RUN_DEPENDS:= p5-Class-Accessor>=0:devel/p5-Class-Accessor \ + p5-Data-Dump>=0:devel/p5-Data-Dump \ + p5-Search-QueryParser>=0.93:textproc/p5-Search-QueryParser USES= perl5 USE_PERL5= configure diff --git a/textproc/p5-Search-Saryer/Makefile b/textproc/p5-Search-Saryer/Makefile index 5f1bb3a6b559..7cca7202bb12 100644 --- a/textproc/p5-Search-Saryer/Makefile +++ b/textproc/p5-Search-Saryer/Makefile @@ -11,7 +11,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl interface to the Sary library -LIB_DEPENDS= libsary.so:${PORTSDIR}/textproc/sary +LIB_DEPENDS= libsary.so:textproc/sary USES= perl5 pkgconfig USE_PERL5= configure diff --git a/textproc/p5-Search-VectorSpace/Makefile b/textproc/p5-Search-VectorSpace/Makefile index 7bd28fb83d0a..429b359962c2 100644 --- a/textproc/p5-Search-VectorSpace/Makefile +++ b/textproc/p5-Search-VectorSpace/Makefile @@ -11,8 +11,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Very basic vector-space search engine perl module -BUILD_DEPENDS= PDL>=0:${PORTSDIR}/math/PDL \ - p5-Lingua-Stem>=0:${PORTSDIR}/textproc/p5-Lingua-Stem +BUILD_DEPENDS= PDL>=0:math/PDL \ + p5-Lingua-Stem>=0:textproc/p5-Lingua-Stem RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 diff --git a/textproc/p5-Senna/Makefile b/textproc/p5-Senna/Makefile index 12ae10d27369..6d03879e668d 100644 --- a/textproc/p5-Senna/Makefile +++ b/textproc/p5-Senna/Makefile @@ -13,7 +13,7 @@ COMMENT= Perl module for Embeddable Fulltext Search Engine LICENSE= LGPL21 -BUILD_DEPENDS= senna-cfg:${PORTSDIR}/textproc/senna +BUILD_DEPENDS= senna-cfg:textproc/senna RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 diff --git a/textproc/p5-Solr/Makefile b/textproc/p5-Solr/Makefile index 9f833284c84b..d63dec392b2e 100644 --- a/textproc/p5-Solr/Makefile +++ b/textproc/p5-Solr/Makefile @@ -14,10 +14,10 @@ COMMENT= Perl extension for interfacing with Solr LICENSE= APACHE20 -BUILD_DEPENDS= p5-File-Slurp>=0:${PORTSDIR}/devel/p5-File-Slurp \ - p5-Log-Log4perl>=0:${PORTSDIR}/devel/p5-Log-Log4perl \ - p5-XML-Simple>=0:${PORTSDIR}/textproc/p5-XML-Simple \ - p5-libwww>=0:${PORTSDIR}/www/p5-libwww +BUILD_DEPENDS= p5-File-Slurp>=0:devel/p5-File-Slurp \ + p5-Log-Log4perl>=0:devel/p5-Log-Log4perl \ + p5-XML-Simple>=0:textproc/p5-XML-Simple \ + p5-libwww>=0:www/p5-libwww RUN_DEPENDS:= ${BUILD_DEPENDS} USE_PERL5= configure diff --git a/textproc/p5-Sphinx-Config/Makefile b/textproc/p5-Sphinx-Config/Makefile index d3975c441997..f4ca75b7bd81 100644 --- a/textproc/p5-Sphinx-Config/Makefile +++ b/textproc/p5-Sphinx-Config/Makefile @@ -13,7 +13,7 @@ COMMENT= Sphinx search engine configuration file read/modify/write LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-List-MoreUtils>=0:${PORTSDIR}/lang/p5-List-MoreUtils +BUILD_DEPENDS= p5-List-MoreUtils>=0:lang/p5-List-MoreUtils RUN_DEPENDS:= ${BUILD_DEPENDS} USE_PERL5= configure diff --git a/textproc/p5-Sphinx-Manager/Makefile b/textproc/p5-Sphinx-Manager/Makefile index f4a5669bfcc4..dcbe28dbcfa8 100644 --- a/textproc/p5-Sphinx-Manager/Makefile +++ b/textproc/p5-Sphinx-Manager/Makefile @@ -14,10 +14,10 @@ COMMENT= Sphinx search engine management (start/stop) LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-Class-Accessor>=0:${PORTSDIR}/devel/p5-Class-Accessor \ - p5-Path-Class>=0:${PORTSDIR}/devel/p5-Path-Class \ - p5-Proc-ProcessTable>=0:${PORTSDIR}/devel/p5-Proc-ProcessTable \ - p5-Sphinx-Config>=0.09:${PORTSDIR}/textproc/p5-Sphinx-Config +BUILD_DEPENDS= p5-Class-Accessor>=0:devel/p5-Class-Accessor \ + p5-Path-Class>=0:devel/p5-Path-Class \ + p5-Proc-ProcessTable>=0:devel/p5-Proc-ProcessTable \ + p5-Sphinx-Config>=0.09:textproc/p5-Sphinx-Config RUN_DEPENDS:= ${BUILD_DEPENDS} USE_PERL5= configure diff --git a/textproc/p5-Sphinx-Search/Makefile b/textproc/p5-Sphinx-Search/Makefile index e940f46b1fcd..47d6f7c1ddbc 100644 --- a/textproc/p5-Sphinx-Search/Makefile +++ b/textproc/p5-Sphinx-Search/Makefile @@ -14,11 +14,11 @@ COMMENT= Sphinx search engine API Perl client LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-Class-Accessor>=0:${PORTSDIR}/devel/p5-Class-Accessor \ - p5-DBI>=0:${PORTSDIR}/databases/p5-DBI \ - p5-File-SearchPath>=0:${PORTSDIR}/devel/p5-File-SearchPath \ - p5-List-MoreUtils>=0:${PORTSDIR}/lang/p5-List-MoreUtils \ - p5-Path-Class>=0:${PORTSDIR}/devel/p5-Path-Class +BUILD_DEPENDS= p5-Class-Accessor>=0:devel/p5-Class-Accessor \ + p5-DBI>=0:databases/p5-DBI \ + p5-File-SearchPath>=0:devel/p5-File-SearchPath \ + p5-List-MoreUtils>=0:lang/p5-List-MoreUtils \ + p5-Path-Class>=0:devel/p5-Path-Class RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 diff --git a/textproc/p5-Spork/Makefile b/textproc/p5-Spork/Makefile index b387628b0b96..5adf4b99db3f 100644 --- a/textproc/p5-Spork/Makefile +++ b/textproc/p5-Spork/Makefile @@ -12,8 +12,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Creating standalone HTML slideshows from Kwiki markup -BUILD_DEPENDS= p5-Kwiki>=0.38:${PORTSDIR}/www/p5-Kwiki \ - p5-Spoon>=0.22:${PORTSDIR}/devel/p5-Spoon +BUILD_DEPENDS= p5-Kwiki>=0.38:www/p5-Kwiki \ + p5-Spoon>=0.22:devel/p5-Spoon RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 diff --git a/textproc/p5-Spreadsheet-ParseExcel/Makefile b/textproc/p5-Spreadsheet-ParseExcel/Makefile index 92ce7cc876e0..d7d7452dbeb5 100644 --- a/textproc/p5-Spreadsheet-ParseExcel/Makefile +++ b/textproc/p5-Spreadsheet-ParseExcel/Makefile @@ -12,9 +12,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Get information from Excel file -BUILD_DEPENDS= p5-OLE-Storage_Lite>=0.19:${PORTSDIR}/devel/p5-OLE-Storage_Lite \ - p5-Crypt-RC4>=0:${PORTSDIR}/security/p5-Crypt-RC4 \ - p5-Digest-Perl-MD5>=0:${PORTSDIR}/security/p5-Digest-Perl-MD5 +BUILD_DEPENDS= p5-OLE-Storage_Lite>=0.19:devel/p5-OLE-Storage_Lite \ + p5-Crypt-RC4>=0:security/p5-Crypt-RC4 \ + p5-Digest-Perl-MD5>=0:security/p5-Digest-Perl-MD5 RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 shebangfix diff --git a/textproc/p5-Spreadsheet-Read/Makefile b/textproc/p5-Spreadsheet-Read/Makefile index b15423a5d94b..7b83cf0f065e 100644 --- a/textproc/p5-Spreadsheet-Read/Makefile +++ b/textproc/p5-Spreadsheet-Read/Makefile @@ -14,13 +14,13 @@ COMMENT= Read the data from a spreadsheet LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-IO-stringy>0:${PORTSDIR}/devel/p5-IO-stringy \ - p5-Text-CSV_XS>=0.71:${PORTSDIR}/textproc/p5-Text-CSV_XS \ - p5-Text-CSV>=1.33:${PORTSDIR}/textproc/p5-Text-CSV \ - p5-Spreadsheet-ReadSXC>=0.20:${PORTSDIR}/textproc/p5-Spreadsheet-ReadSXC \ - p5-Spreadsheet-ParseExcel>=0.13:${PORTSDIR}/textproc/p5-Spreadsheet-ParseExcel +BUILD_DEPENDS= p5-IO-stringy>0:devel/p5-IO-stringy \ + p5-Text-CSV_XS>=0.71:textproc/p5-Text-CSV_XS \ + p5-Text-CSV>=1.33:textproc/p5-Text-CSV \ + p5-Spreadsheet-ReadSXC>=0.20:textproc/p5-Spreadsheet-ReadSXC \ + p5-Spreadsheet-ParseExcel>=0.13:textproc/p5-Spreadsheet-ParseExcel RUN_DEPENDS:= ${BUILD_DEPENDS} -TEST_DEPENDS= p5-Test-NoWarnings>0:${PORTSDIR}/devel/p5-Test-NoWarnings +TEST_DEPENDS= p5-Test-NoWarnings>0:devel/p5-Test-NoWarnings USES= perl5 tar:tgz USE_PERL5= configure diff --git a/textproc/p5-Spreadsheet-ReadSXC/Makefile b/textproc/p5-Spreadsheet-ReadSXC/Makefile index 7b49de9cbbf3..a75c7cdb555a 100644 --- a/textproc/p5-Spreadsheet-ReadSXC/Makefile +++ b/textproc/p5-Spreadsheet-ReadSXC/Makefile @@ -12,10 +12,10 @@ PKGNAMEPREFIX= p5- MAINTAINER= swills@FreeBSD.org COMMENT= Extract OpenOffice 1.x spreadsheet data -BUILD_DEPENDS= p5-Archive-Zip>=0:${PORTSDIR}/archivers/p5-Archive-Zip \ - p5-XML-Parser>=0:${PORTSDIR}/textproc/p5-XML-Parser -RUN_DEPENDS= p5-Archive-Zip>=0:${PORTSDIR}/archivers/p5-Archive-Zip \ - p5-XML-Parser>=0:${PORTSDIR}/textproc/p5-XML-Parser +BUILD_DEPENDS= p5-Archive-Zip>=0:archivers/p5-Archive-Zip \ + p5-XML-Parser>=0:textproc/p5-XML-Parser +RUN_DEPENDS= p5-Archive-Zip>=0:archivers/p5-Archive-Zip \ + p5-XML-Parser>=0:textproc/p5-XML-Parser USES= perl5 USE_PERL5= configure diff --git a/textproc/p5-Spreadsheet-WriteExcel-FromXML/Makefile b/textproc/p5-Spreadsheet-WriteExcel-FromXML/Makefile index 15a38e3b2ac0..cede3f4b803f 100644 --- a/textproc/p5-Spreadsheet-WriteExcel-FromXML/Makefile +++ b/textproc/p5-Spreadsheet-WriteExcel-FromXML/Makefile @@ -12,9 +12,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Create an Excel Spreadsheet from XML -BUILD_DEPENDS= p5-OLE-Storage_Lite>=0:${PORTSDIR}/devel/p5-OLE-Storage_Lite \ - p5-XML-Parser>=0:${PORTSDIR}/textproc/p5-XML-Parser \ - p5-Spreadsheet-WriteExcel>=0:${PORTSDIR}/textproc/p5-Spreadsheet-WriteExcel +BUILD_DEPENDS= p5-OLE-Storage_Lite>=0:devel/p5-OLE-Storage_Lite \ + p5-XML-Parser>=0:textproc/p5-XML-Parser \ + p5-Spreadsheet-WriteExcel>=0:textproc/p5-Spreadsheet-WriteExcel RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 diff --git a/textproc/p5-Spreadsheet-WriteExcel/Makefile b/textproc/p5-Spreadsheet-WriteExcel/Makefile index 11739386f6dd..c55edad63880 100644 --- a/textproc/p5-Spreadsheet-WriteExcel/Makefile +++ b/textproc/p5-Spreadsheet-WriteExcel/Makefile @@ -14,10 +14,10 @@ COMMENT= Write to a cross-platform Excel binary file LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-Date-Calc>=0:${PORTSDIR}/devel/p5-Date-Calc \ - p5-Date-Manip>=0:${PORTSDIR}/devel/p5-Date-Manip \ - p5-OLE-Storage_Lite>=0:${PORTSDIR}/devel/p5-OLE-Storage_Lite \ - p5-Parse-RecDescent>=0:${PORTSDIR}/devel/p5-Parse-RecDescent +BUILD_DEPENDS= p5-Date-Calc>=0:devel/p5-Date-Calc \ + p5-Date-Manip>=0:devel/p5-Date-Manip \ + p5-OLE-Storage_Lite>=0:devel/p5-OLE-Storage_Lite \ + p5-Parse-RecDescent>=0:devel/p5-Parse-RecDescent RUN_DEPENDS:= ${BUILD_DEPENDS} OPTIONS_DEFINE= DOCS EXAMPLES diff --git a/textproc/p5-Spreadsheet-XLSX/Makefile b/textproc/p5-Spreadsheet-XLSX/Makefile index 57e3803bbfd5..cfef4b2c4f20 100644 --- a/textproc/p5-Spreadsheet-XLSX/Makefile +++ b/textproc/p5-Spreadsheet-XLSX/Makefile @@ -13,8 +13,8 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}-withoutworldwriteables MAINTAINER= swills@FreeBSD.org COMMENT= Perl extension for reading MS Excel 2007 files -BUILD_DEPENDS= p5-Spreadsheet-ParseExcel>0:${PORTSDIR}/textproc/p5-Spreadsheet-ParseExcel \ - p5-Archive-Zip>0:${PORTSDIR}/archivers/p5-Archive-Zip +BUILD_DEPENDS= p5-Spreadsheet-ParseExcel>0:textproc/p5-Spreadsheet-ParseExcel \ + p5-Archive-Zip>0:archivers/p5-Archive-Zip RUN_DEPENDS:= ${BUILD_DEPENDS} WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} diff --git a/textproc/p5-String-Flogger/Makefile b/textproc/p5-String-Flogger/Makefile index 1b2622f8d672..4e6ec713ae30 100644 --- a/textproc/p5-String-Flogger/Makefile +++ b/textproc/p5-String-Flogger/Makefile @@ -15,11 +15,11 @@ COMMENT= String munging for loggers LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-Params-Util>0:${PORTSDIR}/devel/p5-Params-Util \ - p5-Sub-Exporter>0:${PORTSDIR}/devel/p5-Sub-Exporter \ - p5-JSON>0:${PORTSDIR}/converters/p5-JSON +BUILD_DEPENDS= p5-Params-Util>0:devel/p5-Params-Util \ + p5-Sub-Exporter>0:devel/p5-Sub-Exporter \ + p5-JSON>0:converters/p5-JSON RUN_DEPENDS:= ${BUILD_DEPENDS} -TEST_DEPENDS= p5-Test-Simple>=0.82:${PORTSDIR}/devel/p5-Test-Simple +TEST_DEPENDS= p5-Test-Simple>=0.82:devel/p5-Test-Simple USES= perl5 USE_PERL5= configure diff --git a/textproc/p5-String-Fraction/Makefile b/textproc/p5-String-Fraction/Makefile index ebf09bb29b0e..be0d9655fef6 100644 --- a/textproc/p5-String-Fraction/Makefile +++ b/textproc/p5-String-Fraction/Makefile @@ -14,7 +14,7 @@ COMMENT= Convert fractions into Unicode chars LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-HTML-Fraction>=0.40:${PORTSDIR}/textproc/p5-HTML-Fraction +BUILD_DEPENDS= p5-HTML-Fraction>=0.40:textproc/p5-HTML-Fraction RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 diff --git a/textproc/p5-String-Koremutake/Makefile b/textproc/p5-String-Koremutake/Makefile index 22be9ac3fa8f..b72c8393e37b 100644 --- a/textproc/p5-String-Koremutake/Makefile +++ b/textproc/p5-String-Koremutake/Makefile @@ -14,8 +14,8 @@ COMMENT= Convert to/from Koremutake Memorable Random Strings LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-Error>=0:${PORTSDIR}/lang/p5-Error \ - p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception +BUILD_DEPENDS= p5-Error>=0:lang/p5-Error \ + p5-Test-Exception>=0:devel/p5-Test-Exception RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 diff --git a/textproc/p5-String-Print/Makefile b/textproc/p5-String-Print/Makefile index f8320657fa79..bf2ad045d80c 100644 --- a/textproc/p5-String-Print/Makefile +++ b/textproc/p5-String-Print/Makefile @@ -13,7 +13,7 @@ COMMENT= Alternative of printf LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-Unicode-LineBreak>=0:${PORTSDIR}/textproc/p5-Unicode-LineBreak +BUILD_DEPENDS= p5-Unicode-LineBreak>=0:textproc/p5-Unicode-LineBreak RUN_DEPENDS:= ${BUILD_DEPENDS} USE_PERL5= configure diff --git a/textproc/p5-String-RewritePrefix/Makefile b/textproc/p5-String-RewritePrefix/Makefile index e2b93dcf87f2..1104a05258ba 100644 --- a/textproc/p5-String-RewritePrefix/Makefile +++ b/textproc/p5-String-RewritePrefix/Makefile @@ -15,7 +15,7 @@ COMMENT= Rewrite strings based on a set of known prefixes LICENSE= ART10 GPLv1 LICENSE_COMB= dual -TEST_DEPENDS= p5-Sub-Exporter>0:${PORTSDIR}/devel/p5-Sub-Exporter +TEST_DEPENDS= p5-Sub-Exporter>0:devel/p5-Sub-Exporter USES= perl5 USE_PERL5= configure diff --git a/textproc/p5-String-ShowDiff/Makefile b/textproc/p5-String-ShowDiff/Makefile index 8d6bee324b61..5d679a1b8960 100644 --- a/textproc/p5-String-ShowDiff/Makefile +++ b/textproc/p5-String-ShowDiff/Makefile @@ -11,8 +11,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl extension to help visualize differences between strings -BUILD_DEPENDS= p5-Algorithm-Diff>=0:${PORTSDIR}/devel/p5-Algorithm-Diff \ - p5-Term-ANSIColor>=0:${PORTSDIR}/devel/p5-Term-ANSIColor +BUILD_DEPENDS= p5-Algorithm-Diff>=0:devel/p5-Algorithm-Diff \ + p5-Term-ANSIColor>=0:devel/p5-Term-ANSIColor RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 diff --git a/textproc/p5-String-ToIdentifier-EN/Makefile b/textproc/p5-String-ToIdentifier-EN/Makefile index 3cee70adfd44..9256726b0c2a 100644 --- a/textproc/p5-String-ToIdentifier-EN/Makefile +++ b/textproc/p5-String-ToIdentifier-EN/Makefile @@ -14,12 +14,12 @@ COMMENT= Convert Strings to English Program Identifiers LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-Lingua-EN-Inflect-Phrase>=0:${PORTSDIR}/textproc/p5-Lingua-EN-Inflect-Phrase \ - p5-Text-Unidecode>=0:${PORTSDIR}/converters/p5-Text-Unidecode \ - p5-namespace-clean>=0:${PORTSDIR}/devel/p5-namespace-clean +BUILD_DEPENDS= p5-Lingua-EN-Inflect-Phrase>=0:textproc/p5-Lingua-EN-Inflect-Phrase \ + p5-Text-Unidecode>=0:converters/p5-Text-Unidecode \ + p5-namespace-clean>=0:devel/p5-namespace-clean RUN_DEPENDS:= ${BUILD_DEPENDS} -TEST_DEPENDS= p5-Test-Pod>=1.14:${PORTSDIR}/devel/p5-Test-Pod \ - p5-Test-Pod-Coverage>=1.04:${PORTSDIR}/devel/p5-Test-Pod-Coverage +TEST_DEPENDS= p5-Test-Pod>=1.14:devel/p5-Test-Pod \ + p5-Test-Pod-Coverage>=1.04:devel/p5-Test-Pod-Coverage USE_PERL5= configure USES= perl5 diff --git a/textproc/p5-String-Truncate/Makefile b/textproc/p5-String-Truncate/Makefile index 3db31410280b..a7d8be33d426 100644 --- a/textproc/p5-String-Truncate/Makefile +++ b/textproc/p5-String-Truncate/Makefile @@ -14,8 +14,8 @@ COMMENT= Module for when strings are too long to be displayed in... LICENSE= ART10 GPLv1 LICENSE_COMB= dual -RUN_DEPENDS= p5-Sub-Exporter>=0.953:${PORTSDIR}/devel/p5-Sub-Exporter \ - p5-Sub-Install>=0.03:${PORTSDIR}/devel/p5-Sub-Install +RUN_DEPENDS= p5-Sub-Exporter>=0.953:devel/p5-Sub-Exporter \ + p5-Sub-Install>=0.03:devel/p5-Sub-Install BUILD_DEPENDS:= ${RUN_DEPENDS} USES= perl5 diff --git a/textproc/p5-String-Urandom/Makefile b/textproc/p5-String-Urandom/Makefile index 8465ad964302..6e0b50e6fe0f 100644 --- a/textproc/p5-String-Urandom/Makefile +++ b/textproc/p5-String-Urandom/Makefile @@ -14,7 +14,7 @@ LICENSE= ART10 GPLv1 LICENSE_COMB= dual RUN_DEPENDS= \ - p5-Params-Validate>0:${PORTSDIR}/devel/p5-Params-Validate + p5-Params-Validate>0:devel/p5-Params-Validate BUILD_DEPENDS:= ${RUN_DEPENDS} USES= perl5 diff --git a/textproc/p5-String-Util/Makefile b/textproc/p5-String-Util/Makefile index d70161453c09..4410468d5adc 100644 --- a/textproc/p5-String-Util/Makefile +++ b/textproc/p5-String-Util/Makefile @@ -13,7 +13,7 @@ LICENSE= ART10 GPLv1 LICENSE_COMB= dual RUN_DEPENDS= \ - p5-Number-Misc>=0:${PORTSDIR}/math/p5-Number-Misc + p5-Number-Misc>=0:math/p5-Number-Misc BUILD_DEPENDS= ${RUN_DEPENDS} USES= perl5 diff --git a/textproc/p5-Syntax-Highlight-Engine-Kate/Makefile b/textproc/p5-Syntax-Highlight-Engine-Kate/Makefile index 433ce11fe234..9378ce8565c3 100644 --- a/textproc/p5-Syntax-Highlight-Engine-Kate/Makefile +++ b/textproc/p5-Syntax-Highlight-Engine-Kate/Makefile @@ -13,7 +13,7 @@ COMMENT= Port of the syntax highlight engine of the Kate texteditor LICENSE= ART10 GPLv1 LICENSE_COMB= dual -TEST_DEPENDS= p5-Test-Differences>0:${PORTSDIR}/devel/p5-Test-Differences +TEST_DEPENDS= p5-Test-Differences>0:devel/p5-Test-Differences USES= perl5 shebangfix SHEBANG_FILES= bin/hlansi.pl bin/hlhtml.pl diff --git a/textproc/p5-TeX-Encode/Makefile b/textproc/p5-TeX-Encode/Makefile index f835ab0aadcd..ac24436e422a 100644 --- a/textproc/p5-TeX-Encode/Makefile +++ b/textproc/p5-TeX-Encode/Makefile @@ -12,9 +12,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Encode/decode Perl utf-8 strings into TeX -BUILD_DEPENDS= p5-HTML-Parser>=3.35:${PORTSDIR}/www/p5-HTML-Parser +BUILD_DEPENDS= p5-HTML-Parser>=3.35:www/p5-HTML-Parser RUN_DEPENDS:= ${BUILD_DEPENDS} -TEST_DEPENDS= p5-Test-Pod-Coverage>=0:${PORTSDIR}/devel/p5-Test-Pod-Coverage +TEST_DEPENDS= p5-Test-Pod-Coverage>=0:devel/p5-Test-Pod-Coverage USES= perl5 USE_PERL5= configure diff --git a/textproc/p5-Template-Declare/Makefile b/textproc/p5-Template-Declare/Makefile index 1b395702656d..88b06079a07b 100644 --- a/textproc/p5-Template-Declare/Makefile +++ b/textproc/p5-Template-Declare/Makefile @@ -14,12 +14,12 @@ COMMENT= Perlish declarative templates LICENSE= ART10 GPLv1 LICENSE_COMB= dual -COMMON_DEPENDS= p5-Test-Warn>=0.11:${PORTSDIR}/devel/p5-Test-Warn \ - p5-Class-Accessor>0:${PORTSDIR}/devel/p5-Class-Accessor \ - p5-Class-Data-Inheritable>0:${PORTSDIR}/devel/p5-Class-Data-Inheritable \ - p5-HTML-Lint>0:${PORTSDIR}/www/p5-HTML-Lint \ - p5-Class-ISA>0:${PORTSDIR}/devel/p5-Class-ISA \ - p5-String-BufferStack>=1.10:${PORTSDIR}/textproc/p5-String-BufferStack +COMMON_DEPENDS= p5-Test-Warn>=0.11:devel/p5-Test-Warn \ + p5-Class-Accessor>0:devel/p5-Class-Accessor \ + p5-Class-Data-Inheritable>0:devel/p5-Class-Data-Inheritable \ + p5-HTML-Lint>0:www/p5-HTML-Lint \ + p5-Class-ISA>0:devel/p5-Class-ISA \ + p5-String-BufferStack>=1.10:textproc/p5-String-BufferStack BUILD_DEPENDS= ${COMMON_DEPENDS} RUN_DEPENDS= ${COMMON_DEPENDS} diff --git a/textproc/p5-Template-Extract/Makefile b/textproc/p5-Template-Extract/Makefile index 3c899d5b5a6a..2dbdfbaf6635 100644 --- a/textproc/p5-Template-Extract/Makefile +++ b/textproc/p5-Template-Extract/Makefile @@ -11,7 +11,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Use TT2 syntax to extract data from documents -BUILD_DEPENDS= p5-Template-Toolkit>=0:${PORTSDIR}/www/p5-Template-Toolkit +BUILD_DEPENDS= p5-Template-Toolkit>=0:www/p5-Template-Toolkit RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 diff --git a/textproc/p5-Template-Magic/Makefile b/textproc/p5-Template-Magic/Makefile index 1d686c9b70bd..7d6b9c9671a8 100644 --- a/textproc/p5-Template-Magic/Makefile +++ b/textproc/p5-Template-Magic/Makefile @@ -11,9 +11,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl Module with magic merger of runtime values with templates -BUILD_DEPENDS= p5-IO-Util>=0:${PORTSDIR}/devel/p5-IO-Util \ - p5-OOTools>=0:${PORTSDIR}/devel/p5-OOTools \ - p5-HTML-TableTiler>=0:${PORTSDIR}/www/p5-HTML-TableTiler +BUILD_DEPENDS= p5-IO-Util>=0:devel/p5-IO-Util \ + p5-OOTools>=0:devel/p5-OOTools \ + p5-HTML-TableTiler>=0:www/p5-HTML-TableTiler RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 diff --git a/textproc/p5-Template-Plugin-Autoformat/Makefile b/textproc/p5-Template-Plugin-Autoformat/Makefile index 32ccb9a1ca8b..153750f44395 100644 --- a/textproc/p5-Template-Plugin-Autoformat/Makefile +++ b/textproc/p5-Template-Plugin-Autoformat/Makefile @@ -13,10 +13,10 @@ COMMENT= Template Toolkit interface to Text::Autoformat module LICENSE= ART10 GPLv1 LICENSE_COMB= dual -RUN_DEPENDS= p5-Template-Toolkit>=2.22:${PORTSDIR}/www/p5-Template-Toolkit \ - p5-Text-Autoformat>0:${PORTSDIR}/textproc/p5-Text-Autoformat -BUILD_DEPENDS= p5-Template-Toolkit>=2.22:${PORTSDIR}/www/p5-Template-Toolkit \ - p5-Text-Autoformat>0:${PORTSDIR}/textproc/p5-Text-Autoformat +RUN_DEPENDS= p5-Template-Toolkit>=2.22:www/p5-Template-Toolkit \ + p5-Text-Autoformat>0:textproc/p5-Text-Autoformat +BUILD_DEPENDS= p5-Template-Toolkit>=2.22:www/p5-Template-Toolkit \ + p5-Text-Autoformat>0:textproc/p5-Text-Autoformat USES= perl5 USE_PERL5= configure diff --git a/textproc/p5-Template-Plugin-CSV/Makefile b/textproc/p5-Template-Plugin-CSV/Makefile index cd819f2f580e..3dcc0d38debe 100644 --- a/textproc/p5-Template-Plugin-CSV/Makefile +++ b/textproc/p5-Template-Plugin-CSV/Makefile @@ -11,7 +11,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= dgeo@centrale-marseille.fr COMMENT= Template::Plugin::CSV - Plugin for generating CSV -BUILD_DEPENDS= p5-Template-Toolkit>0:${PORTSDIR}/www/p5-Template-Toolkit +BUILD_DEPENDS= p5-Template-Toolkit>0:www/p5-Template-Toolkit RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 diff --git a/textproc/p5-Template-Plugin-Filter-Minify-CSS-XS/Makefile b/textproc/p5-Template-Plugin-Filter-Minify-CSS-XS/Makefile index 038a018fb1be..d97a6924a959 100644 --- a/textproc/p5-Template-Plugin-Filter-Minify-CSS-XS/Makefile +++ b/textproc/p5-Template-Plugin-Filter-Minify-CSS-XS/Makefile @@ -14,8 +14,8 @@ COMMENT= CSS::Minifier::XS filter for Template Toolkit LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-CSS-Minifier-XS>=0:${PORTSDIR}/textproc/p5-CSS-Minifier-XS \ - p5-Template-Toolkit>=2:${PORTSDIR}/www/p5-Template-Toolkit +BUILD_DEPENDS= p5-CSS-Minifier-XS>=0:textproc/p5-CSS-Minifier-XS \ + p5-Template-Toolkit>=2:www/p5-Template-Toolkit RUN_DEPENDS:= ${BUILD_DEPENDS} USE_PERL5= configure diff --git a/textproc/p5-Template-Plugin-Filter-Minify-CSS/Makefile b/textproc/p5-Template-Plugin-Filter-Minify-CSS/Makefile index e2bd245c0ed8..e8ec93accde8 100644 --- a/textproc/p5-Template-Plugin-Filter-Minify-CSS/Makefile +++ b/textproc/p5-Template-Plugin-Filter-Minify-CSS/Makefile @@ -14,8 +14,8 @@ COMMENT= CSS::Minifier filter for Template Toolkit LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-CSS-Minifier>=0:${PORTSDIR}/textproc/p5-CSS-Minifier \ - p5-Template-Toolkit>=2:${PORTSDIR}/www/p5-Template-Toolkit +BUILD_DEPENDS= p5-CSS-Minifier>=0:textproc/p5-CSS-Minifier \ + p5-Template-Toolkit>=2:www/p5-Template-Toolkit RUN_DEPENDS:= ${BUILD_DEPENDS} USE_PERL5= configure diff --git a/textproc/p5-Template-Plugin-Filter-Minify-JavaScript-XS/Makefile b/textproc/p5-Template-Plugin-Filter-Minify-JavaScript-XS/Makefile index a795039f4ca2..d98a1e0ad6d0 100644 --- a/textproc/p5-Template-Plugin-Filter-Minify-JavaScript-XS/Makefile +++ b/textproc/p5-Template-Plugin-Filter-Minify-JavaScript-XS/Makefile @@ -14,8 +14,8 @@ COMMENT= JavaScript::Minifier::XS filter for Template Toolkit LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-JavaScript-Minifier-XS>=0:${PORTSDIR}/textproc/p5-JavaScript-Minifier-XS \ - p5-Template-Toolkit>=2:${PORTSDIR}/www/p5-Template-Toolkit +BUILD_DEPENDS= p5-JavaScript-Minifier-XS>=0:textproc/p5-JavaScript-Minifier-XS \ + p5-Template-Toolkit>=2:www/p5-Template-Toolkit RUN_DEPENDS:= ${BUILD_DEPENDS} USE_PERL5= configure diff --git a/textproc/p5-Template-Plugin-Filter-Minify-JavaScript/Makefile b/textproc/p5-Template-Plugin-Filter-Minify-JavaScript/Makefile index df6aa4b2dc02..bd58e1d06525 100644 --- a/textproc/p5-Template-Plugin-Filter-Minify-JavaScript/Makefile +++ b/textproc/p5-Template-Plugin-Filter-Minify-JavaScript/Makefile @@ -14,8 +14,8 @@ COMMENT= JavaScript::Minifier filter for Template Toolkit LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-JavaScript-Minifier>=0:${PORTSDIR}/textproc/p5-JavaScript-Minifier \ - p5-Template-Toolkit>=2:${PORTSDIR}/www/p5-Template-Toolkit +BUILD_DEPENDS= p5-JavaScript-Minifier>=0:textproc/p5-JavaScript-Minifier \ + p5-Template-Toolkit>=2:www/p5-Template-Toolkit RUN_DEPENDS:= ${BUILD_DEPENDS} USE_PERL5= configure diff --git a/textproc/p5-Template-Plugin-HTML-SuperForm/Makefile b/textproc/p5-Template-Plugin-HTML-SuperForm/Makefile index 036e352663ca..ce8a554b8b12 100644 --- a/textproc/p5-Template-Plugin-HTML-SuperForm/Makefile +++ b/textproc/p5-Template-Plugin-HTML-SuperForm/Makefile @@ -10,8 +10,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Interface Template Toolkit to Lingua::EN::Inflect module -BUILD_DEPENDS= p5-Template-Toolkit>0:${PORTSDIR}/www/p5-Template-Toolkit \ - p5-HTML-SuperForm>0:${PORTSDIR}/textproc/p5-HTML-SuperForm +BUILD_DEPENDS= p5-Template-Toolkit>0:www/p5-Template-Toolkit \ + p5-HTML-SuperForm>0:textproc/p5-HTML-SuperForm RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 diff --git a/textproc/p5-Template-Plugin-Lingua-EN-Inflect/Makefile b/textproc/p5-Template-Plugin-Lingua-EN-Inflect/Makefile index 0b7220b325ee..f73d5a2f0fb8 100644 --- a/textproc/p5-Template-Plugin-Lingua-EN-Inflect/Makefile +++ b/textproc/p5-Template-Plugin-Lingua-EN-Inflect/Makefile @@ -10,8 +10,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= tobez@FreeBSD.org COMMENT= Interface Template Toolkit to Lingua::EN::Inflect module -BUILD_DEPENDS= p5-Lingua-EN-Inflect>=0:${PORTSDIR}/textproc/p5-Lingua-EN-Inflect \ - p5-Template-Toolkit>=0:${PORTSDIR}/www/p5-Template-Toolkit +BUILD_DEPENDS= p5-Lingua-EN-Inflect>=0:textproc/p5-Lingua-EN-Inflect \ + p5-Template-Toolkit>=0:www/p5-Template-Toolkit RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 diff --git a/textproc/p5-Template-Plugin-XML-Escape/Makefile b/textproc/p5-Template-Plugin-XML-Escape/Makefile index 07952866814b..56c10fdfbd7a 100644 --- a/textproc/p5-Template-Plugin-XML-Escape/Makefile +++ b/textproc/p5-Template-Plugin-XML-Escape/Makefile @@ -11,7 +11,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= simarg@gmail.com COMMENT= Escape variables to suit being placed into XML -BUILD_DEPENDS= p5-Template-Toolkit>=2.20:${PORTSDIR}/www/p5-Template-Toolkit +BUILD_DEPENDS= p5-Template-Toolkit>=2.20:www/p5-Template-Toolkit RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 diff --git a/textproc/p5-Template-Semantic/Makefile b/textproc/p5-Template-Semantic/Makefile index 8283fab132f3..a41fd089b7c6 100644 --- a/textproc/p5-Template-Semantic/Makefile +++ b/textproc/p5-Template-Semantic/Makefile @@ -14,11 +14,11 @@ LICENSE= ART10 GPLv1 LICENSE_COMB= dual RUN_DEPENDS= \ - p5-HTML-Selector-XPath>=0.09:${PORTSDIR}/www/p5-HTML-Selector-XPath \ - p5-XML-LibXML>=1.69:${PORTSDIR}/textproc/p5-XML-LibXML + p5-HTML-Selector-XPath>=0.09:www/p5-HTML-Selector-XPath \ + p5-XML-LibXML>=1.69:textproc/p5-XML-LibXML BUILD_DEPENDS= ${RUN_DEPENDS} TEST_DEPENDS= \ - p5-Text-Pipe>0:${PORTSDIR}/textproc/p5-Text-Pipe + p5-Text-Pipe>0:textproc/p5-Text-Pipe USES= perl5 USE_PERL5= configure diff --git a/textproc/p5-Term-QRCode/Makefile b/textproc/p5-Term-QRCode/Makefile index 39438a6635f6..c62b2cb79afa 100644 --- a/textproc/p5-Term-QRCode/Makefile +++ b/textproc/p5-Term-QRCode/Makefile @@ -14,8 +14,8 @@ COMMENT= Generate QR Code on Terminal LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= libqrencode>=2.0.0:${PORTSDIR}/graphics/libqrencode \ - p5-Text-QRCode>0:${PORTSDIR}/textproc/p5-Text-QRCode +BUILD_DEPENDS= libqrencode>=2.0.0:graphics/libqrencode \ + p5-Text-QRCode>0:textproc/p5-Text-QRCode RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 diff --git a/textproc/p5-Test-Groonga/Makefile b/textproc/p5-Test-Groonga/Makefile index 800cda9e32c4..eca32ea9b9cb 100644 --- a/textproc/p5-Test-Groonga/Makefile +++ b/textproc/p5-Test-Groonga/Makefile @@ -14,8 +14,8 @@ LICENSE= ART10 GPLv1 LICENSE_COMB= dual RUN_DEPENDS= \ - p5-File-Which>=0:${PORTSDIR}/sysutils/p5-File-Which \ - p5-Test-TCP>=1.1:${PORTSDIR}/devel/p5-Test-TCP + p5-File-Which>=0:sysutils/p5-File-Which \ + p5-Test-TCP>=1.1:devel/p5-Test-TCP BUILD_DEPENDS= ${RUN_DEPENDS} USES= perl5 diff --git a/textproc/p5-Test-Perl-Critic/Makefile b/textproc/p5-Test-Perl-Critic/Makefile index 9cfad2036211..4b729c27689a 100644 --- a/textproc/p5-Test-Perl-Critic/Makefile +++ b/textproc/p5-Test-Perl-Critic/Makefile @@ -14,8 +14,8 @@ LICENSE= ART10 GPLv1 LICENSE_COMB= dual LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= p5-Perl-Critic>=0:${PORTSDIR}/textproc/p5-Perl-Critic \ - p5-MCE>=1.52:${PORTSDIR}/devel/p5-MCE +BUILD_DEPENDS= p5-Perl-Critic>=0:textproc/p5-Perl-Critic \ + p5-MCE>=1.52:devel/p5-MCE RUN_DEPENDS:= ${BUILD_DEPENDS} NO_ARCH= yes diff --git a/textproc/p5-Text-Aligner/Makefile b/textproc/p5-Text-Aligner/Makefile index 5b6b4357aadd..fc5d041cfe06 100644 --- a/textproc/p5-Text-Aligner/Makefile +++ b/textproc/p5-Text-Aligner/Makefile @@ -13,7 +13,7 @@ COMMENT= Align text in columns LICENSE= MIT -BUILD_DEPENDS= p5-Term-ANSIColor>=2.02:${PORTSDIR}/devel/p5-Term-ANSIColor +BUILD_DEPENDS= p5-Term-ANSIColor>=2.02:devel/p5-Term-ANSIColor RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 diff --git a/textproc/p5-Text-Aspell/Makefile b/textproc/p5-Text-Aspell/Makefile index 1c638242f4f5..81d308c38fe1 100644 --- a/textproc/p5-Text-Aspell/Makefile +++ b/textproc/p5-Text-Aspell/Makefile @@ -11,7 +11,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl interface to the GNU Aspell library -LIB_DEPENDS= libaspell.so:${PORTSDIR}/textproc/aspell +LIB_DEPENDS= libaspell.so:textproc/aspell USES= perl5 USE_PERL5= configure diff --git a/textproc/p5-Text-Autoformat/Makefile b/textproc/p5-Text-Autoformat/Makefile index 6a71f723383f..10c7c0e191c5 100644 --- a/textproc/p5-Text-Autoformat/Makefile +++ b/textproc/p5-Text-Autoformat/Makefile @@ -16,7 +16,7 @@ COMMENT= Automatic and manual text wrapping and reformating formatting LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-Text-Reform>=1.11:${PORTSDIR}/textproc/p5-Text-Reform +BUILD_DEPENDS= p5-Text-Reform>=1.11:textproc/p5-Text-Reform RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 diff --git a/textproc/p5-Text-BibTeX/Makefile b/textproc/p5-Text-BibTeX/Makefile index 343954aa9a4b..052359d4b9dd 100644 --- a/textproc/p5-Text-BibTeX/Makefile +++ b/textproc/p5-Text-BibTeX/Makefile @@ -13,9 +13,9 @@ COMMENT= Manipulate BibTeX files from perl LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-Config-AutoConf>=0.16:${PORTSDIR}/devel/p5-Config-AutoConf \ - p5-ExtUtils-LibBuilder>=0.02:${PORTSDIR}/devel/p5-ExtUtils-LibBuilder -TEST_DEPENDS= p5-Capture-Tiny>=0.06:${PORTSDIR}/devel/p5-Capture-Tiny +BUILD_DEPENDS= p5-Config-AutoConf>=0.16:devel/p5-Config-AutoConf \ + p5-ExtUtils-LibBuilder>=0.02:devel/p5-ExtUtils-LibBuilder +TEST_DEPENDS= p5-Capture-Tiny>=0.06:devel/p5-Capture-Tiny USES= perl5 USE_PERL5= modbuild diff --git a/textproc/p5-Text-CSV-Encoded/Makefile b/textproc/p5-Text-CSV-Encoded/Makefile index 4b65d533fe21..26b6925f5387 100644 --- a/textproc/p5-Text-CSV-Encoded/Makefile +++ b/textproc/p5-Text-CSV-Encoded/Makefile @@ -13,9 +13,9 @@ COMMENT= Perl module for Encoding aware CVS files parsing LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-Test-Simple>=0:${PORTSDIR}/devel/p5-Test-Simple \ - p5-Test-Harness>=0:${PORTSDIR}/devel/p5-Test-Harness \ - p5-Text-CSV>=0:${PORTSDIR}/textproc/p5-Text-CSV +BUILD_DEPENDS= p5-Test-Simple>=0:devel/p5-Test-Simple \ + p5-Test-Harness>=0:devel/p5-Test-Harness \ + p5-Text-CSV>=0:textproc/p5-Text-CSV RUN_DEPENDS:= ${BUILD_DEPENDS} NO_ARCH= yes diff --git a/textproc/p5-Text-CSV-Hashify/Makefile b/textproc/p5-Text-CSV-Hashify/Makefile index 7fb6e61e6a4a..4130ba860b25 100644 --- a/textproc/p5-Text-CSV-Hashify/Makefile +++ b/textproc/p5-Text-CSV-Hashify/Makefile @@ -14,7 +14,7 @@ COMMENT= Composition and decomposition of comma-separated values into hashes LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-Text-CSV>=0:${PORTSDIR}/textproc/p5-Text-CSV +BUILD_DEPENDS= p5-Text-CSV>=0:textproc/p5-Text-CSV RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 diff --git a/textproc/p5-Text-CSV-Simple/Makefile b/textproc/p5-Text-CSV-Simple/Makefile index 4647f98dbab8..44ceb6517616 100644 --- a/textproc/p5-Text-CSV-Simple/Makefile +++ b/textproc/p5-Text-CSV-Simple/Makefile @@ -10,9 +10,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= kuriyama@FreeBSD.org COMMENT= Perl module for Simpler parsing of CSV files -BUILD_DEPENDS= p5-Text-CSV_XS>=0:${PORTSDIR}/textproc/p5-Text-CSV_XS \ - p5-File-Slurp>=0:${PORTSDIR}/devel/p5-File-Slurp \ - p5-Class-Trigger>=0:${PORTSDIR}/devel/p5-Class-Trigger +BUILD_DEPENDS= p5-Text-CSV_XS>=0:textproc/p5-Text-CSV_XS \ + p5-File-Slurp>=0:devel/p5-File-Slurp \ + p5-Class-Trigger>=0:devel/p5-Class-Trigger RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 diff --git a/textproc/p5-Text-CSV_XS/Makefile b/textproc/p5-Text-CSV_XS/Makefile index 08b5419697e0..5440a7717dc4 100644 --- a/textproc/p5-Text-CSV_XS/Makefile +++ b/textproc/p5-Text-CSV_XS/Makefile @@ -14,8 +14,8 @@ COMMENT= Comma-separated values manipulation routines LICENSE= ART10 GPLv1 LICENSE_COMB= dual -TEST_DEPENDS= p5-Test-Pod>=0:${PORTSDIR}/devel/p5-Test-Pod \ - p5-Test-Pod-Coverage>=0:${PORTSDIR}/devel/p5-Test-Pod-Coverage \ +TEST_DEPENDS= p5-Test-Pod>=0:devel/p5-Test-Pod \ + p5-Test-Pod-Coverage>=0:devel/p5-Test-Pod-Coverage \ USES= perl5 tar:tgz USE_PERL5= configure diff --git a/textproc/p5-Text-Capitalize/Makefile b/textproc/p5-Text-Capitalize/Makefile index 033f4c33f6aa..294b1f3acba2 100644 --- a/textproc/p5-Text-Capitalize/Makefile +++ b/textproc/p5-Text-Capitalize/Makefile @@ -11,7 +11,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= amdmi3@FreeBSD.org COMMENT= Capitalize strings ("to WORK AS titles" becomes "To Work as Titles") -TEST_DEPENDS= p5-PerlIO-locale>=0:${PORTSDIR}/devel/p5-PerlIO-locale +TEST_DEPENDS= p5-PerlIO-locale>=0:devel/p5-PerlIO-locale USES= perl5 USE_PERL5= configure diff --git a/textproc/p5-Text-ClearSilver/Makefile b/textproc/p5-Text-ClearSilver/Makefile index 11b26ca42e45..e1e6ad5bf0a5 100644 --- a/textproc/p5-Text-ClearSilver/Makefile +++ b/textproc/p5-Text-ClearSilver/Makefile @@ -14,8 +14,8 @@ LICENSE= ART10 GPLv1 LICENSE_COMB= dual TEST_DEPENDS= \ - p5-Test-Requires>0:${PORTSDIR}/devel/p5-Test-Requires \ - p5-Mouse>0:${PORTSDIR}/devel/p5-Mouse + p5-Test-Requires>0:devel/p5-Test-Requires \ + p5-Mouse>0:devel/p5-Mouse USES= perl5 gmake USE_PERL5= configure diff --git a/textproc/p5-Text-Colorizer/Makefile b/textproc/p5-Text-Colorizer/Makefile index 4a1da959cd7b..841f1efec3af 100644 --- a/textproc/p5-Text-Colorizer/Makefile +++ b/textproc/p5-Text-Colorizer/Makefile @@ -13,8 +13,8 @@ COMMENT= Create colored text from text and color description LICENSE= ART20 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-Readonly>=0:${PORTSDIR}/devel/p5-Readonly \ - p5-Sub-Exporter>=0:${PORTSDIR}/devel/p5-Sub-Exporter +BUILD_DEPENDS= p5-Readonly>=0:devel/p5-Readonly \ + p5-Sub-Exporter>=0:devel/p5-Sub-Exporter RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 diff --git a/textproc/p5-Text-Context/Makefile b/textproc/p5-Text-Context/Makefile index 7c3a7a42d45b..aca200c50ad1 100644 --- a/textproc/p5-Text-Context/Makefile +++ b/textproc/p5-Text-Context/Makefile @@ -11,9 +11,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Handle highlighting search result context snippets -BUILD_DEPENDS= p5-Text-Context-EitherSide>=1.1:${PORTSDIR}/textproc/p5-Text-Context-EitherSide \ - p5-UNIVERSAL-require>=0.03:${PORTSDIR}/devel/p5-UNIVERSAL-require \ - p5-HTML-Parser>0:${PORTSDIR}/www/p5-HTML-Parser +BUILD_DEPENDS= p5-Text-Context-EitherSide>=1.1:textproc/p5-Text-Context-EitherSide \ + p5-UNIVERSAL-require>=0.03:devel/p5-UNIVERSAL-require \ + p5-HTML-Parser>0:www/p5-HTML-Parser RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 diff --git a/textproc/p5-Text-Decorator/Makefile b/textproc/p5-Text-Decorator/Makefile index a50f6dded9c9..38921f03c757 100644 --- a/textproc/p5-Text-Decorator/Makefile +++ b/textproc/p5-Text-Decorator/Makefile @@ -14,9 +14,9 @@ COMMENT= Apply a chain of filters to text LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-Template-Toolkit>=0:${PORTSDIR}/www/p5-Template-Toolkit \ - p5-UNIVERSAL-require>=0:${PORTSDIR}/devel/p5-UNIVERSAL-require \ - p5-URI-Find>=0:${PORTSDIR}/textproc/p5-URI-Find +BUILD_DEPENDS= p5-Template-Toolkit>=0:www/p5-Template-Toolkit \ + p5-UNIVERSAL-require>=0:devel/p5-UNIVERSAL-require \ + p5-URI-Find>=0:textproc/p5-URI-Find RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 diff --git a/textproc/p5-Text-Diff-HTML/Makefile b/textproc/p5-Text-Diff-HTML/Makefile index b06a463ff786..dc925ada9373 100644 --- a/textproc/p5-Text-Diff-HTML/Makefile +++ b/textproc/p5-Text-Diff-HTML/Makefile @@ -14,8 +14,8 @@ COMMENT= Text::Diff::HTML - XHTML format for Text::Diff::Unified LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-Text-Diff>=0:${PORTSDIR}/textproc/p5-Text-Diff \ - p5-HTML-Parser>=0:${PORTSDIR}/www/p5-HTML-Parser +BUILD_DEPENDS= p5-Text-Diff>=0:textproc/p5-Text-Diff \ + p5-HTML-Parser>=0:www/p5-HTML-Parser RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 diff --git a/textproc/p5-Text-Diff/Makefile b/textproc/p5-Text-Diff/Makefile index 51a8c0d6a427..8f58c43eac20 100644 --- a/textproc/p5-Text-Diff/Makefile +++ b/textproc/p5-Text-Diff/Makefile @@ -14,7 +14,7 @@ COMMENT= Text::Diff - Perform diffs on files and record sets LICENSE= ART10 GPLv1 LICENSE_COMB= dual -COMMON_DEPENDS= p5-Algorithm-Diff>=1.19:${PORTSDIR}/devel/p5-Algorithm-Diff +COMMON_DEPENDS= p5-Algorithm-Diff>=1.19:devel/p5-Algorithm-Diff BUILD_DEPENDS= ${COMMON_DEPENDS} RUN_DEPENDS= ${COMMON_DEPENDS} diff --git a/textproc/p5-Text-Diff3/Makefile b/textproc/p5-Text-Diff3/Makefile index 9b839a42e441..93197213c59e 100644 --- a/textproc/p5-Text-Diff3/Makefile +++ b/textproc/p5-Text-Diff3/Makefile @@ -11,7 +11,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Compute three-way differences between texts -TEST_DEPENDS= p5-Test-Base>=0:${PORTSDIR}/devel/p5-Test-Base +TEST_DEPENDS= p5-Test-Base>=0:devel/p5-Test-Base USES= perl5 USE_PERL5= configure diff --git a/textproc/p5-Text-Emoticon-GoogleTalk/Makefile b/textproc/p5-Text-Emoticon-GoogleTalk/Makefile index a1fb769ac103..78d2dfff3c45 100644 --- a/textproc/p5-Text-Emoticon-GoogleTalk/Makefile +++ b/textproc/p5-Text-Emoticon-GoogleTalk/Makefile @@ -11,7 +11,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Emoticon filter of GoogleTalk -BUILD_DEPENDS= p5-Text-Emoticon>=0:${PORTSDIR}/textproc/p5-Text-Emoticon +BUILD_DEPENDS= p5-Text-Emoticon>=0:textproc/p5-Text-Emoticon RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 diff --git a/textproc/p5-Text-Emoticon-MSN/Makefile b/textproc/p5-Text-Emoticon-MSN/Makefile index 802e265d706f..a3cf72d27468 100644 --- a/textproc/p5-Text-Emoticon-MSN/Makefile +++ b/textproc/p5-Text-Emoticon-MSN/Makefile @@ -13,7 +13,7 @@ COMMENT= Emoticon filter of MSN Messenger LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-Text-Emoticon>=0.02:${PORTSDIR}/textproc/p5-Text-Emoticon +BUILD_DEPENDS= p5-Text-Emoticon>=0.02:textproc/p5-Text-Emoticon RUN_DEPENDS:= ${BUILD_DEPENDS} USE_PERL5= configure diff --git a/textproc/p5-Text-Emoticon/Makefile b/textproc/p5-Text-Emoticon/Makefile index 5aecfd32adfa..51255c43913b 100644 --- a/textproc/p5-Text-Emoticon/Makefile +++ b/textproc/p5-Text-Emoticon/Makefile @@ -14,7 +14,7 @@ COMMENT= Factory class for Yahoo! and MSN emoticons LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-UNIVERSAL-require>=0:${PORTSDIR}/devel/p5-UNIVERSAL-require +BUILD_DEPENDS= p5-UNIVERSAL-require>=0:devel/p5-UNIVERSAL-require RUN_DEPENDS:= ${BUILD_DEPENDS} USE_PERL5= configure diff --git a/textproc/p5-Text-EtText/Makefile b/textproc/p5-Text-EtText/Makefile index 8a0976a54fa1..2b87cef4f17c 100644 --- a/textproc/p5-Text-EtText/Makefile +++ b/textproc/p5-Text-EtText/Makefile @@ -14,7 +14,7 @@ COMMENT= Simple plain-text to HTML converter LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-HTML-Parser>=0:${PORTSDIR}/www/p5-HTML-Parser +BUILD_DEPENDS= p5-HTML-Parser>=0:www/p5-HTML-Parser RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 diff --git a/textproc/p5-Text-Extract-Word/Makefile b/textproc/p5-Text-Extract-Word/Makefile index 51eee6609b61..c139963852a1 100644 --- a/textproc/p5-Text-Extract-Word/Makefile +++ b/textproc/p5-Text-Extract-Word/Makefile @@ -13,7 +13,7 @@ COMMENT= Simple module for extracting the text from a Microsoft Word file LICENSE= ART20 -BUILD_DEPENDS= p5-OLE-Storage_Lite>0:${PORTSDIR}/devel/p5-OLE-Storage_Lite +BUILD_DEPENDS= p5-OLE-Storage_Lite>0:devel/p5-OLE-Storage_Lite RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 diff --git a/textproc/p5-Text-Filter-Chain/Makefile b/textproc/p5-Text-Filter-Chain/Makefile index 51c01bb93511..61c8ccb56c77 100644 --- a/textproc/p5-Text-Filter-Chain/Makefile +++ b/textproc/p5-Text-Filter-Chain/Makefile @@ -11,7 +11,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= tobez@FreeBSD.org COMMENT= Chains multiple Text::Filter objects and runs them in sequence -BUILD_DEPENDS= p5-Text-Filter>=0:${PORTSDIR}/textproc/p5-Text-Filter +BUILD_DEPENDS= p5-Text-Filter>=0:textproc/p5-Text-Filter USES= perl5 USE_PERL5= configure diff --git a/textproc/p5-Text-FixedLength-Extra/Makefile b/textproc/p5-Text-FixedLength-Extra/Makefile index 6dc6ba4c24b1..1e5ff85f5ea8 100644 --- a/textproc/p5-Text-FixedLength-Extra/Makefile +++ b/textproc/p5-Text-FixedLength-Extra/Makefile @@ -11,7 +11,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= tobez@FreeBSD.org COMMENT= Various niceties for p5-Text-FixedLength lovers -BUILD_DEPENDS= p5-Text-FixedLength>=0:${PORTSDIR}/textproc/p5-Text-FixedLength +BUILD_DEPENDS= p5-Text-FixedLength>=0:textproc/p5-Text-FixedLength RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 diff --git a/textproc/p5-Text-Flow/Makefile b/textproc/p5-Text-Flow/Makefile index 0963e5eb70ce..fcd6c035c441 100644 --- a/textproc/p5-Text-Flow/Makefile +++ b/textproc/p5-Text-Flow/Makefile @@ -11,10 +11,10 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Flexible text flowing and word wrapping for not just ASCII output -BUILD_DEPENDS= p5-Moose>=0.45:${PORTSDIR}/devel/p5-Moose +BUILD_DEPENDS= p5-Moose>=0.45:devel/p5-Moose RUN_DEPENDS:= ${BUILD_DEPENDS} -TEST_DEPENDS= p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception \ - p5-Test-LongString>=0:${PORTSDIR}/devel/p5-Test-LongString +TEST_DEPENDS= p5-Test-Exception>=0:devel/p5-Test-Exception \ + p5-Test-LongString>=0:devel/p5-Test-LongString USES= perl5 USE_PERL5= configure diff --git a/textproc/p5-Text-Graphics/Makefile b/textproc/p5-Text-Graphics/Makefile index 4fc61bd70c64..4f517552f078 100644 --- a/textproc/p5-Text-Graphics/Makefile +++ b/textproc/p5-Text-Graphics/Makefile @@ -11,7 +11,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= tobez@FreeBSD.org COMMENT= Text graphics rendering toolkit -BUILD_DEPENDS= p5-Text-Wrapper>=0:${PORTSDIR}/textproc/p5-Text-Wrapper +BUILD_DEPENDS= p5-Text-Wrapper>=0:textproc/p5-Text-Wrapper RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 diff --git a/textproc/p5-Text-Haml/Makefile b/textproc/p5-Text-Haml/Makefile index 2fcda4d472da..81e9e38be0fe 100644 --- a/textproc/p5-Text-Haml/Makefile +++ b/textproc/p5-Text-Haml/Makefile @@ -10,7 +10,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= kuriyama@FreeBSD.org COMMENT= Perl extension for Haml parser -RUN_DEPENDS= p5-URI>0:${PORTSDIR}/net/p5-URI +RUN_DEPENDS= p5-URI>0:net/p5-URI BUILD_DEPENDS= ${RUN_DEPENDS} USES= perl5 diff --git a/textproc/p5-Text-Hatena/Makefile b/textproc/p5-Text-Hatena/Makefile index 01374836a5da..ed4d2c1afbd2 100644 --- a/textproc/p5-Text-Hatena/Makefile +++ b/textproc/p5-Text-Hatena/Makefile @@ -11,11 +11,11 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl extension for formatting text with Hatena Style -BUILD_DEPENDS= p5-Class-Data-Inheritable>=0:${PORTSDIR}/devel/p5-Class-Data-Inheritable \ - p5-Parse-RecDescent>=1.94:${PORTSDIR}/devel/p5-Parse-RecDescent \ - p5-Regexp-Assemble>=0.28:${PORTSDIR}/devel/p5-Regexp-Assemble +BUILD_DEPENDS= p5-Class-Data-Inheritable>=0:devel/p5-Class-Data-Inheritable \ + p5-Parse-RecDescent>=1.94:devel/p5-Parse-RecDescent \ + p5-Regexp-Assemble>=0.28:devel/p5-Regexp-Assemble RUN_DEPENDS:= ${BUILD_DEPENDS} -TEST_DEPENDS= p5-Test-Base>=0:${PORTSDIR}/devel/p5-Test-Base +TEST_DEPENDS= p5-Test-Base>=0:devel/p5-Test-Base USES= perl5 USE_PERL5= configure diff --git a/textproc/p5-Text-LTSV/Makefile b/textproc/p5-Text-LTSV/Makefile index 4c2681d5e4e0..a771ddce19b9 100644 --- a/textproc/p5-Text-LTSV/Makefile +++ b/textproc/p5-Text-LTSV/Makefile @@ -14,10 +14,10 @@ LICENSE= ART10 GPLv1 LICENSE_COMB= dual RUN_DEPENDS= \ - p5-Project-Libs>0:${PORTSDIR}/devel/p5-Project-Libs \ - p5-Tie-IxHash>0:${PORTSDIR}/devel/p5-Tie-IxHash \ - p5-UNIVERSAL-require>0:${PORTSDIR}/devel/p5-UNIVERSAL-require \ - p5-YAML-Tiny-Color>0:${PORTSDIR}/textproc/p5-YAML-Tiny-Color + p5-Project-Libs>0:devel/p5-Project-Libs \ + p5-Tie-IxHash>0:devel/p5-Tie-IxHash \ + p5-UNIVERSAL-require>0:devel/p5-UNIVERSAL-require \ + p5-YAML-Tiny-Color>0:textproc/p5-YAML-Tiny-Color BUILD_DEPENDS= ${RUN_DEPENDS} USES= perl5 diff --git a/textproc/p5-Text-Language-Guess/Makefile b/textproc/p5-Text-Language-Guess/Makefile index b48cb045c808..b1182f666439 100644 --- a/textproc/p5-Text-Language-Guess/Makefile +++ b/textproc/p5-Text-Language-Guess/Makefile @@ -12,9 +12,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= markun@onohara.to COMMENT= Trained module to guess a document's language -BUILD_DEPENDS= p5-Log-Log4perl>=1.0:${PORTSDIR}/devel/p5-Log-Log4perl \ - p5-Text-ExtractWords>=0:${PORTSDIR}/textproc/p5-Text-ExtractWords \ - p5-Lingua-StopWords>=0:${PORTSDIR}/textproc/p5-Lingua-StopWords +BUILD_DEPENDS= p5-Log-Log4perl>=1.0:devel/p5-Log-Log4perl \ + p5-Text-ExtractWords>=0:textproc/p5-Text-ExtractWords \ + p5-Lingua-StopWords>=0:textproc/p5-Lingua-StopWords RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 diff --git a/textproc/p5-Text-Markdown/Makefile b/textproc/p5-Text-Markdown/Makefile index 014175e0a178..45ad9b21c6c3 100644 --- a/textproc/p5-Text-Markdown/Makefile +++ b/textproc/p5-Text-Markdown/Makefile @@ -13,10 +13,10 @@ COMMENT= Markdown Perl5 module LICENSE= BSD3CLAUSE -BUILD_DEPENDS= p5-List-MoreUtils>=0:${PORTSDIR}/lang/p5-List-MoreUtils +BUILD_DEPENDS= p5-List-MoreUtils>=0:lang/p5-List-MoreUtils RUN_DEPENDS:= ${BUILD_DEPENDS} -TEST_DEPENDS= p5-Test-Differences>=0:${PORTSDIR}/devel/p5-Test-Differences \ - p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception +TEST_DEPENDS= p5-Test-Differences>=0:devel/p5-Test-Differences \ + p5-Test-Exception>=0:devel/p5-Test-Exception USES= perl5 USE_PERL5= configure diff --git a/textproc/p5-Text-MicroMason/Makefile b/textproc/p5-Text-MicroMason/Makefile index ea2d0866a336..965e3d23e92c 100644 --- a/textproc/p5-Text-MicroMason/Makefile +++ b/textproc/p5-Text-MicroMason/Makefile @@ -14,7 +14,7 @@ LICENSE= ART10 GPLv1 LICENSE_COMB= dual RUN_DEPENDS= \ - p5-Class-MixinFactory>=0.9:${PORTSDIR}/devel/p5-Class-MixinFactory + p5-Class-MixinFactory>=0.9:devel/p5-Class-MixinFactory BUILD_DEPENDS= ${RUN_DEPENDS} USES= perl5 diff --git a/textproc/p5-Text-MicroTemplate-Extended/Makefile b/textproc/p5-Text-MicroTemplate-Extended/Makefile index 2f7b997a8a09..8682e4f260ad 100644 --- a/textproc/p5-Text-MicroTemplate-Extended/Makefile +++ b/textproc/p5-Text-MicroTemplate-Extended/Makefile @@ -14,7 +14,7 @@ LICENSE= ART10 GPLv1 LICENSE_COMB= dual RUN_DEPENDS= \ - p5-Text-MicroTemplate>=0.18:${PORTSDIR}/textproc/p5-Text-MicroTemplate + p5-Text-MicroTemplate>=0.18:textproc/p5-Text-MicroTemplate BUILD_DEPENDS= ${RUN_DEPENDS} USES= perl5 diff --git a/textproc/p5-Text-MicroTemplate/Makefile b/textproc/p5-Text-MicroTemplate/Makefile index 1c80f21bd5f5..304edfa80522 100644 --- a/textproc/p5-Text-MicroTemplate/Makefile +++ b/textproc/p5-Text-MicroTemplate/Makefile @@ -12,7 +12,7 @@ COMMENT= Perl extension for standalone, fast and intelligent template engine LICENSE= ART10 GPLv1 LICENSE_COMB= dual -TEST_DEPENDS= p5-IO-stringy>0:${PORTSDIR}/devel/p5-IO-stringy +TEST_DEPENDS= p5-IO-stringy>0:devel/p5-IO-stringy USES= perl5 USE_PERL5= configure diff --git a/textproc/p5-Text-MultiMarkdown/Makefile b/textproc/p5-Text-MultiMarkdown/Makefile index 6e12f834bf6b..606049a60a5c 100644 --- a/textproc/p5-Text-MultiMarkdown/Makefile +++ b/textproc/p5-Text-MultiMarkdown/Makefile @@ -13,11 +13,11 @@ COMMENT= Convert MultiMarkdown syntax to (X)HTML LICENSE= BSD3CLAUSE -BUILD_DEPENDS= p5-Text-Markdown>=1.0.26:${PORTSDIR}/textproc/p5-Text-Markdown -RUN_DEPENDS:= p5-HTML-Parser>0:${PORTSDIR}/www/p5-HTML-Parser \ +BUILD_DEPENDS= p5-Text-Markdown>=1.0.26:textproc/p5-Text-Markdown +RUN_DEPENDS:= p5-HTML-Parser>0:www/p5-HTML-Parser \ ${BUILD_DEPENDS} -TEST_DEPENDS= p5-List-MoreUtils>=0:${PORTSDIR}/lang/p5-List-MoreUtils \ - p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception +TEST_DEPENDS= p5-List-MoreUtils>=0:lang/p5-List-MoreUtils \ + p5-Test-Exception>=0:devel/p5-Test-Exception USES= perl5 USE_PERL5= configure diff --git a/textproc/p5-Text-Ngram/Makefile b/textproc/p5-Text-Ngram/Makefile index dee856d82774..6e7b389cdee8 100644 --- a/textproc/p5-Text-Ngram/Makefile +++ b/textproc/p5-Text-Ngram/Makefile @@ -14,7 +14,7 @@ COMMENT= Perl module for n-gram analysis LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-Unicode-CaseFold>=1.00:${PORTSDIR}/textproc/p5-Unicode-CaseFold +BUILD_DEPENDS= p5-Unicode-CaseFold>=1.00:textproc/p5-Unicode-CaseFold RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 diff --git a/textproc/p5-Text-Padding/Makefile b/textproc/p5-Text-Padding/Makefile index 539413f4fd59..5fd555d7ae9a 100644 --- a/textproc/p5-Text-Padding/Makefile +++ b/textproc/p5-Text-Padding/Makefile @@ -13,9 +13,9 @@ COMMENT= Simple way of formatting a text LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-Moose>=0:${PORTSDIR}/devel/p5-Moose \ - p5-MooseX-Has-Sugar>=0:${PORTSDIR}/devel/p5-MooseX-Has-Sugar \ - p5-Text-Truncate>=0:${PORTSDIR}/textproc/p5-Text-Truncate +BUILD_DEPENDS= p5-Moose>=0:devel/p5-Moose \ + p5-MooseX-Has-Sugar>=0:devel/p5-MooseX-Has-Sugar \ + p5-Text-Truncate>=0:textproc/p5-Text-Truncate RUN_DEPENDS:= ${BUILD_DEPENDS} USE_PERL5= modbuild diff --git a/textproc/p5-Text-ParagraphDiff/Makefile b/textproc/p5-Text-ParagraphDiff/Makefile index b46034522ad6..08eca2c44fae 100644 --- a/textproc/p5-Text-ParagraphDiff/Makefile +++ b/textproc/p5-Text-ParagraphDiff/Makefile @@ -11,8 +11,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Visual difference for paragraphed text -BUILD_DEPENDS= p5-Algorithm-Diff>=0:${PORTSDIR}/devel/p5-Algorithm-Diff \ - p5-HTML-Parser>=0:${PORTSDIR}/www/p5-HTML-Parser +BUILD_DEPENDS= p5-Algorithm-Diff>=0:devel/p5-Algorithm-Diff \ + p5-HTML-Parser>=0:www/p5-HTML-Parser RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 shebangfix diff --git a/textproc/p5-Text-Patch/Makefile b/textproc/p5-Text-Patch/Makefile index 015f751f5c57..30f7f12f2e87 100644 --- a/textproc/p5-Text-Patch/Makefile +++ b/textproc/p5-Text-Patch/Makefile @@ -10,7 +10,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= kuriyama@FreeBSD.org COMMENT= Perl extension to patch text with given patch -RUN_DEPENDS= p5-Text-Diff>0:${PORTSDIR}/textproc/p5-Text-Diff +RUN_DEPENDS= p5-Text-Diff>0:textproc/p5-Text-Diff BUILD_DEPENDS:= ${RUN_DEPENDS} USES= perl5 diff --git a/textproc/p5-Text-Pipe/Makefile b/textproc/p5-Text-Pipe/Makefile index 452200dafefa..b8b2bbb5a5e8 100644 --- a/textproc/p5-Text-Pipe/Makefile +++ b/textproc/p5-Text-Pipe/Makefile @@ -14,10 +14,10 @@ LICENSE= ART10 GPLv1 LICENSE_COMB= dual RUN_DEPENDS= \ - p5-Class-Accessor-Complex>0:${PORTSDIR}/devel/p5-Class-Accessor-Complex \ - p5-Class-Accessor-Constructor>0:${PORTSDIR}/devel/p5-Class-Accessor-Constructor \ - p5-Sub-Name>0:${PORTSDIR}/devel/p5-Sub-Name \ - p5-UNIVERSAL-require>0:${PORTSDIR}/devel/p5-UNIVERSAL-require + p5-Class-Accessor-Complex>0:devel/p5-Class-Accessor-Complex \ + p5-Class-Accessor-Constructor>0:devel/p5-Class-Accessor-Constructor \ + p5-Sub-Name>0:devel/p5-Sub-Name \ + p5-UNIVERSAL-require>0:devel/p5-UNIVERSAL-require BUILD_DEPENDS= ${RUN_DEPENDS} USES= perl5 diff --git a/textproc/p5-Text-Prefix-XS/Makefile b/textproc/p5-Text-Prefix-XS/Makefile index 57d6268b5b4f..9d726e4adf8e 100644 --- a/textproc/p5-Text-Prefix-XS/Makefile +++ b/textproc/p5-Text-Prefix-XS/Makefile @@ -14,9 +14,9 @@ COMMENT= Fast prefix searching LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-Digest-SHA1>=1:${PORTSDIR}/security/p5-Digest-SHA1 +BUILD_DEPENDS= p5-Digest-SHA1>=1:security/p5-Digest-SHA1 RUN_DEPENDS:= ${BUILD_DEPENDS} -TEST_DEPENDS= p5-Test-Deep>=0.108:${PORTSDIR}/devel/p5-Test-Deep +TEST_DEPENDS= p5-Test-Deep>=0.108:devel/p5-Test-Deep USE_PERL5= configure USES= perl5 shebangfix diff --git a/textproc/p5-Text-QRCode/Makefile b/textproc/p5-Text-QRCode/Makefile index 3d0c5475e528..55bc3568859e 100644 --- a/textproc/p5-Text-QRCode/Makefile +++ b/textproc/p5-Text-QRCode/Makefile @@ -14,7 +14,7 @@ COMMENT= Generate text based QR Code LICENSE= ART10 GPLv1 LICENSE_COMB= dual -LIB_DEPENDS= libqrencode.so:${PORTSDIR}/graphics/libqrencode +LIB_DEPENDS= libqrencode.so:graphics/libqrencode USES= perl5 pkgconfig USE_PERL5= configure diff --git a/textproc/p5-Text-Quote/Makefile b/textproc/p5-Text-Quote/Makefile index b436f66afc05..f0861432788c 100644 --- a/textproc/p5-Text-Quote/Makefile +++ b/textproc/p5-Text-Quote/Makefile @@ -14,7 +14,7 @@ COMMENT= Quotes strings as required for perl to eval them back correctly LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-Carp-Assert>=0.13:${PORTSDIR}/devel/p5-Carp-Assert +BUILD_DEPENDS= p5-Carp-Assert>=0.13:devel/p5-Carp-Assert RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 diff --git a/textproc/p5-Text-Quoted/Makefile b/textproc/p5-Text-Quoted/Makefile index af1571c1fc67..03a531ba61cf 100644 --- a/textproc/p5-Text-Quoted/Makefile +++ b/textproc/p5-Text-Quoted/Makefile @@ -13,7 +13,7 @@ COMMENT= Text::Quoted - Extract the structure of a quoted mail message LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-Text-Autoformat>=0:${PORTSDIR}/textproc/p5-Text-Autoformat +BUILD_DEPENDS= p5-Text-Autoformat>=0:textproc/p5-Text-Autoformat RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 diff --git a/textproc/p5-Text-RecordParser/Makefile b/textproc/p5-Text-RecordParser/Makefile index fb8593f4d2e6..e9f29c79af78 100644 --- a/textproc/p5-Text-RecordParser/Makefile +++ b/textproc/p5-Text-RecordParser/Makefile @@ -13,16 +13,16 @@ COMMENT= Read record-oriented files LICENSE= GPLv2 -BUILD_DEPENDS= p5-Class-Accessor>=0:${PORTSDIR}/devel/p5-Class-Accessor \ - p5-IO-stringy>=0:${PORTSDIR}/devel/p5-IO-stringy \ - p5-List-MoreUtils>=0:${PORTSDIR}/lang/p5-List-MoreUtils \ - p5-Pod-Markdown>=0:${PORTSDIR}/textproc/p5-Pod-Markdown \ - p5-Pod-Readme>=0:${PORTSDIR}/textproc/p5-Pod-Readme \ - p5-Readonly>=0:${PORTSDIR}/devel/p5-Readonly \ - p5-Text-Autoformat>=0:${PORTSDIR}/textproc/p5-Text-Autoformat \ - p5-Text-TabularDisplay>=0:${PORTSDIR}/textproc/p5-Text-TabularDisplay +BUILD_DEPENDS= p5-Class-Accessor>=0:devel/p5-Class-Accessor \ + p5-IO-stringy>=0:devel/p5-IO-stringy \ + p5-List-MoreUtils>=0:lang/p5-List-MoreUtils \ + p5-Pod-Markdown>=0:textproc/p5-Pod-Markdown \ + p5-Pod-Readme>=0:textproc/p5-Pod-Readme \ + p5-Readonly>=0:devel/p5-Readonly \ + p5-Text-Autoformat>=0:textproc/p5-Text-Autoformat \ + p5-Text-TabularDisplay>=0:textproc/p5-Text-TabularDisplay RUN_DEPENDS:= ${BUILD_DEPENDS} -TEST_DEPENDS= p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception +TEST_DEPENDS= p5-Test-Exception>=0:devel/p5-Test-Exception USES= perl5 USE_PERL5= modbuild diff --git a/textproc/p5-Text-Report/Makefile b/textproc/p5-Text-Report/Makefile index ee218f0e38a0..1cd7dfa77637 100644 --- a/textproc/p5-Text-Report/Makefile +++ b/textproc/p5-Text-Report/Makefile @@ -11,7 +11,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= snowfly@yuntech.edu.tw COMMENT= For generating mixed columnar formatted reports and report templates -RUN_DEPENDS= p5-Test-Simple>=0:${PORTSDIR}/devel/p5-Test-Simple +RUN_DEPENDS= p5-Test-Simple>=0:devel/p5-Test-Simple BUILD_DEPENDS:= ${RUN_DEPENDS} USES= perl5 diff --git a/textproc/p5-Text-Sass/Makefile b/textproc/p5-Text-Sass/Makefile index c61201306d46..cb32ca2c4863 100644 --- a/textproc/p5-Text-Sass/Makefile +++ b/textproc/p5-Text-Sass/Makefile @@ -15,10 +15,10 @@ LICENSE= ART10 GPLv1 LICENSE_COMB= dual RUN_DEPENDS= \ - p5-Readonly>=1.03:${PORTSDIR}/devel/p5-Readonly \ - p5-Convert-Color>0:${PORTSDIR}/graphics/p5-Convert-Color + p5-Readonly>=1.03:devel/p5-Readonly \ + p5-Convert-Color>0:graphics/p5-Convert-Color BUILD_DEPENDS:= ${RUN_DEPENDS} -TEST_DEPENDS= p5-Try-Tiny>0:${PORTSDIR}/lang/p5-Try-Tiny +TEST_DEPENDS= p5-Try-Tiny>0:lang/p5-Try-Tiny USES= perl5 USE_PERL5= modbuild diff --git a/textproc/p5-Text-SimpleTable-AutoWidth/Makefile b/textproc/p5-Text-SimpleTable-AutoWidth/Makefile index 097fa94f2827..e543fc8497d0 100644 --- a/textproc/p5-Text-SimpleTable-AutoWidth/Makefile +++ b/textproc/p5-Text-SimpleTable-AutoWidth/Makefile @@ -13,8 +13,8 @@ LICENSE= ART10 GPLv1 LICENSE_COMB= dual RUN_DEPENDS= \ - p5-Moo>0:${PORTSDIR}/devel/p5-Moo \ - p5-Text-SimpleTable>0:${PORTSDIR}/textproc/p5-Text-SimpleTable + p5-Moo>0:devel/p5-Moo \ + p5-Text-SimpleTable>0:textproc/p5-Text-SimpleTable BUILD_DEPENDS= ${RUN_DEPENDS} USES= perl5 diff --git a/textproc/p5-Text-SpellChecker-GUI/Makefile b/textproc/p5-Text-SpellChecker-GUI/Makefile index 8cfbd424b4cc..7136298c3265 100644 --- a/textproc/p5-Text-SpellChecker-GUI/Makefile +++ b/textproc/p5-Text-SpellChecker-GUI/Makefile @@ -15,10 +15,10 @@ COMMENT= Implements a user interface to Text::SpellChecker using ZConf::GUI LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-Curses-UI>=0:${PORTSDIR}/devel/p5-Curses-UI \ - p5-String-ShellQuote>=0:${PORTSDIR}/textproc/p5-String-ShellQuote \ - p5-ZConf-GUI>=0:${PORTSDIR}/devel/p5-ZConf-GUI \ - p5-Text-SpellChecker>=0:${PORTSDIR}/textproc/p5-Text-SpellChecker +BUILD_DEPENDS= p5-Curses-UI>=0:devel/p5-Curses-UI \ + p5-String-ShellQuote>=0:textproc/p5-String-ShellQuote \ + p5-ZConf-GUI>=0:devel/p5-ZConf-GUI \ + p5-Text-SpellChecker>=0:textproc/p5-Text-SpellChecker USES= perl5 shebangfix SHEBANG_FILES= bin/curses-textspellchecker bin/textspellchecker diff --git a/textproc/p5-Text-SpellChecker/Makefile b/textproc/p5-Text-SpellChecker/Makefile index a4316e7593e9..958c45f8f848 100644 --- a/textproc/p5-Text-SpellChecker/Makefile +++ b/textproc/p5-Text-SpellChecker/Makefile @@ -10,7 +10,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl5 OO interface for spell-checking a block of text -RUN_DEPENDS= p5-Text-Aspell>=0:${PORTSDIR}/textproc/p5-Text-Aspell +RUN_DEPENDS= p5-Text-Aspell>=0:textproc/p5-Text-Aspell USES= perl5 USE_PERL5= configure diff --git a/textproc/p5-Text-Table/Makefile b/textproc/p5-Text-Table/Makefile index 9f8f9b7ec7da..3d5b080573aa 100644 --- a/textproc/p5-Text-Table/Makefile +++ b/textproc/p5-Text-Table/Makefile @@ -14,8 +14,8 @@ COMMENT= Organize Data in Tables LICENSE= ISCL LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= p5-Text-Aligner>=0.05:${PORTSDIR}/textproc/p5-Text-Aligner -RUN_DEPENDS= p5-Text-Aligner>=0.05:${PORTSDIR}/textproc/p5-Text-Aligner +BUILD_DEPENDS= p5-Text-Aligner>=0.05:textproc/p5-Text-Aligner +RUN_DEPENDS= p5-Text-Aligner>=0.05:textproc/p5-Text-Aligner USES= perl5 USE_PERL5= configure diff --git a/textproc/p5-Text-TestBase/Makefile b/textproc/p5-Text-TestBase/Makefile index c22137f73d9d..38fafcf0623f 100644 --- a/textproc/p5-Text-TestBase/Makefile +++ b/textproc/p5-Text-TestBase/Makefile @@ -13,9 +13,9 @@ COMMENT= Parser for Test::Base format LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-Class-Accessor-Lite>=0.05:${PORTSDIR}/devel/p5-Class-Accessor-Lite +BUILD_DEPENDS= p5-Class-Accessor-Lite>=0.05:devel/p5-Class-Accessor-Lite RUN_DEPENDS:= ${BUILD_DEPENDS} -TEST_DEPENDS= p5-Test-Requires>0:${PORTSDIR}/devel/p5-Test-Requires +TEST_DEPENDS= p5-Test-Requires>0:devel/p5-Test-Requires NO_ARCH= yes USES= perl5 diff --git a/textproc/p5-Text-Trac/Makefile b/textproc/p5-Text-Trac/Makefile index ced0f65cebb1..384baf83947c 100644 --- a/textproc/p5-Text-Trac/Makefile +++ b/textproc/p5-Text-Trac/Makefile @@ -13,15 +13,15 @@ COMMENT= Perl extension for formatting text with Trac Wiki Style LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-Class-Accessor>=0:${PORTSDIR}/devel/p5-Class-Accessor \ - p5-Class-Data-Inheritable>=0:${PORTSDIR}/devel/p5-Class-Data-Inheritable \ - p5-HTML-Parser>=0:${PORTSDIR}/www/p5-HTML-Parser \ - p5-List-MoreUtils>=0:${PORTSDIR}/lang/p5-List-MoreUtils \ - p5-Tie-IxHash>=0:${PORTSDIR}/devel/p5-Tie-IxHash \ - p5-Path-Tiny>=0:${PORTSDIR}/devel/p5-Path-Tiny \ - p5-UNIVERSAL-require>=0:${PORTSDIR}/devel/p5-UNIVERSAL-require +BUILD_DEPENDS= p5-Class-Accessor>=0:devel/p5-Class-Accessor \ + p5-Class-Data-Inheritable>=0:devel/p5-Class-Data-Inheritable \ + p5-HTML-Parser>=0:www/p5-HTML-Parser \ + p5-List-MoreUtils>=0:lang/p5-List-MoreUtils \ + p5-Tie-IxHash>=0:devel/p5-Tie-IxHash \ + p5-Path-Tiny>=0:devel/p5-Path-Tiny \ + p5-UNIVERSAL-require>=0:devel/p5-UNIVERSAL-require RUN_DEPENDS:= ${BUILD_DEPENDS} -TEST_DEPENDS= p5-Test-Base>=0:${PORTSDIR}/devel/p5-Test-Base +TEST_DEPENDS= p5-Test-Base>=0:devel/p5-Test-Base USES= perl5 USE_PERL5= configure diff --git a/textproc/p5-Text-VimColor/Makefile b/textproc/p5-Text-VimColor/Makefile index ec705cb2fe9b..443fbf52c697 100644 --- a/textproc/p5-Text-VimColor/Makefile +++ b/textproc/p5-Text-VimColor/Makefile @@ -13,13 +13,13 @@ COMMENT= Syntax color text in HTML or XML using Vim LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-File-ShareDir>=0:${PORTSDIR}/devel/p5-File-ShareDir \ - p5-File-ShareDir-Install>=0.03:${PORTSDIR}/devel/p5-File-ShareDir-Install \ - p5-Path-Class>=0:${PORTSDIR}/devel/p5-Path-Class \ - ${LOCALBASE}/bin/vim:${PORTSDIR}/editors/vim -RUN_DEPENDS= p5-File-ShareDir>=0:${PORTSDIR}/devel/p5-File-ShareDir \ - p5-Path-Class>=0:${PORTSDIR}/devel/p5-Path-Class \ - ${LOCALBASE}/bin/vim:${PORTSDIR}/editors/vim +BUILD_DEPENDS= p5-File-ShareDir>=0:devel/p5-File-ShareDir \ + p5-File-ShareDir-Install>=0.03:devel/p5-File-ShareDir-Install \ + p5-Path-Class>=0:devel/p5-Path-Class \ + ${LOCALBASE}/bin/vim:editors/vim +RUN_DEPENDS= p5-File-ShareDir>=0:devel/p5-File-ShareDir \ + p5-Path-Class>=0:devel/p5-Path-Class \ + ${LOCALBASE}/bin/vim:editors/vim USES= perl5 USE_PERL5= configure diff --git a/textproc/p5-Text-WikiFormat/Makefile b/textproc/p5-Text-WikiFormat/Makefile index 0201745c953e..fb8abbc6eb5c 100644 --- a/textproc/p5-Text-WikiFormat/Makefile +++ b/textproc/p5-Text-WikiFormat/Makefile @@ -14,7 +14,7 @@ COMMENT= Module for translating Wiki formatted text into other formats LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-URI>=0.01:${PORTSDIR}/net/p5-URI +BUILD_DEPENDS= p5-URI>=0.01:net/p5-URI RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 diff --git a/textproc/p5-Text-WordDiff/Makefile b/textproc/p5-Text-WordDiff/Makefile index e8ce0e20fadf..d6a8a6ef39b3 100644 --- a/textproc/p5-Text-WordDiff/Makefile +++ b/textproc/p5-Text-WordDiff/Makefile @@ -14,8 +14,8 @@ COMMENT= Track changes between documents LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-Algorithm-Diff>=0:${PORTSDIR}/devel/p5-Algorithm-Diff \ - p5-HTML-Parser>=0:${PORTSDIR}/www/p5-HTML-Parser +BUILD_DEPENDS= p5-Algorithm-Diff>=0:devel/p5-Algorithm-Diff \ + p5-HTML-Parser>=0:www/p5-HTML-Parser RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 diff --git a/textproc/p5-Text-WrapI18N/Makefile b/textproc/p5-Text-WrapI18N/Makefile index de4ac6b759de..7268feae7630 100644 --- a/textproc/p5-Text-WrapI18N/Makefile +++ b/textproc/p5-Text-WrapI18N/Makefile @@ -14,7 +14,7 @@ COMMENT= Line wrapping module LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-Text-CharWidth>=0.02:${PORTSDIR}/textproc/p5-Text-CharWidth +BUILD_DEPENDS= p5-Text-CharWidth>=0.02:textproc/p5-Text-CharWidth RUN_DEPENDS:= ${BUILD_DEPENDS} USE_PERL5= configure diff --git a/textproc/p5-Text-Xslate-Bridge-TT2Like/Makefile b/textproc/p5-Text-Xslate-Bridge-TT2Like/Makefile index 9d79e2a3c3ca..3f277d754c2b 100644 --- a/textproc/p5-Text-Xslate-Bridge-TT2Like/Makefile +++ b/textproc/p5-Text-Xslate-Bridge-TT2Like/Makefile @@ -14,7 +14,7 @@ LICENSE= ART10 GPLv1 LICENSE_COMB= dual RUN_DEPENDS= \ - p5-Text-Xslate>=1.3000:${PORTSDIR}/textproc/p5-Text-Xslate + p5-Text-Xslate>=1.3000:textproc/p5-Text-Xslate BUILD_DEPENDS= ${RUN_DEPENDS} USES= perl5 diff --git a/textproc/p5-Text-Xslate/Makefile b/textproc/p5-Text-Xslate/Makefile index cc5ded7e4a56..562e65998728 100644 --- a/textproc/p5-Text-Xslate/Makefile +++ b/textproc/p5-Text-Xslate/Makefile @@ -14,8 +14,8 @@ COMMENT= High performance template engine LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-Data-MessagePack>=0.38:${PORTSDIR}/devel/p5-Data-MessagePack \ - p5-Mouse>=0.61:${PORTSDIR}/devel/p5-Mouse +BUILD_DEPENDS= p5-Data-MessagePack>=0.38:devel/p5-Data-MessagePack \ + p5-Mouse>=0.61:devel/p5-Mouse RUN_DEPENDS:= ${BUILD_DEPENDS} MAKE_JOBS_UNSAFE= yes diff --git a/textproc/p5-Text-vCard/Makefile b/textproc/p5-Text-vCard/Makefile index b65ce06e6502..55f704874517 100644 --- a/textproc/p5-Text-vCard/Makefile +++ b/textproc/p5-Text-vCard/Makefile @@ -10,9 +10,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= ehaupt@FreeBSD.org COMMENT= Package to parse, edit and create multiple vCards (RFC 2426) -BUILD_DEPENDS= p5-File-Slurp>=0:${PORTSDIR}/devel/p5-File-Slurp \ - p5-Text-vFile-asData>=0:${PORTSDIR}/devel/p5-Text-vFile-asData \ - p5-Unicode-LineBreak>=0:${PORTSDIR}/textproc/p5-Unicode-LineBreak +BUILD_DEPENDS= p5-File-Slurp>=0:devel/p5-File-Slurp \ + p5-Text-vFile-asData>=0:devel/p5-Text-vFile-asData \ + p5-Unicode-LineBreak>=0:textproc/p5-Unicode-LineBreak RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 diff --git a/textproc/p5-Tiffany/Makefile b/textproc/p5-Tiffany/Makefile index bbda84c971dc..a39f8ca2746a 100644 --- a/textproc/p5-Tiffany/Makefile +++ b/textproc/p5-Tiffany/Makefile @@ -12,17 +12,17 @@ MAINTAINER= kuriyama@FreeBSD.org COMMENT= Perl extension for generic interface for Perl5 template engines TEST_DEPENDS= \ - p5-Test-Requires>0:${PORTSDIR}/devel/p5-Test-Requires \ - p5-Text-Xslate>0:${PORTSDIR}/textproc/p5-Text-Xslate \ - p5-Template-Toolkit>0:${PORTSDIR}/www/p5-Template-Toolkit \ - p5-HTML-Template>0:${PORTSDIR}/www/p5-HTML-Template \ - p5-Text-MicroTemplate>0:${PORTSDIR}/textproc/p5-Text-MicroTemplate \ - p5-Template-Semantic>0:${PORTSDIR}/textproc/p5-Template-Semantic \ - p5-Text-MicroMason>0:${PORTSDIR}/textproc/p5-Text-MicroMason \ - p5-Template-Declare>0:${PORTSDIR}/textproc/p5-Template-Declare \ - p5-Text-MicroTemplate-Extended>0:${PORTSDIR}/textproc/p5-Text-MicroTemplate-Extended \ - p5-Text-ClearSilver>0:${PORTSDIR}/textproc/p5-Text-ClearSilver \ - p5-HTML-Template-Pro>0:${PORTSDIR}/www/p5-HTML-Template-Pro + p5-Test-Requires>0:devel/p5-Test-Requires \ + p5-Text-Xslate>0:textproc/p5-Text-Xslate \ + p5-Template-Toolkit>0:www/p5-Template-Toolkit \ + p5-HTML-Template>0:www/p5-HTML-Template \ + p5-Text-MicroTemplate>0:textproc/p5-Text-MicroTemplate \ + p5-Template-Semantic>0:textproc/p5-Template-Semantic \ + p5-Text-MicroMason>0:textproc/p5-Text-MicroMason \ + p5-Template-Declare>0:textproc/p5-Template-Declare \ + p5-Text-MicroTemplate-Extended>0:textproc/p5-Text-MicroTemplate-Extended \ + p5-Text-ClearSilver>0:textproc/p5-Text-ClearSilver \ + p5-HTML-Template-Pro>0:www/p5-HTML-Template-Pro USES= perl5 USE_PERL5= modbuild diff --git a/textproc/p5-Tk-Pod/Makefile b/textproc/p5-Tk-Pod/Makefile index 03a99d28df79..e620fe16e65d 100644 --- a/textproc/p5-Tk-Pod/Makefile +++ b/textproc/p5-Tk-Pod/Makefile @@ -13,7 +13,7 @@ COMMENT= Simple Pod browser with hypertext capabilities in a Toplevel widget LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-Tk>=800.004:${PORTSDIR}/x11-toolkits/p5-Tk +BUILD_DEPENDS= p5-Tk>=800.004:x11-toolkits/p5-Tk RUN_DEPENDS:= ${BUILD_DEPENDS} NO_ARCH= yes diff --git a/textproc/p5-Tk-XMLViewer/Makefile b/textproc/p5-Tk-XMLViewer/Makefile index 74e0412bcc50..fc69fdf41cf1 100644 --- a/textproc/p5-Tk-XMLViewer/Makefile +++ b/textproc/p5-Tk-XMLViewer/Makefile @@ -11,8 +11,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Tk::XMLViewer - Tk widget to display XML -BUILD_DEPENDS= p5-Tk>=0:${PORTSDIR}/x11-toolkits/p5-Tk \ - p5-XML-Parser>=0:${PORTSDIR}/textproc/p5-XML-Parser +BUILD_DEPENDS= p5-Tk>=0:x11-toolkits/p5-Tk \ + p5-XML-Parser>=0:textproc/p5-XML-Parser RUN_DEPENDS:= ${BUILD_DEPENDS} NO_ARCH= yes diff --git a/textproc/p5-Tree-Suffix/Makefile b/textproc/p5-Tree-Suffix/Makefile index 68b28c3076b0..1bc127cfb3f5 100644 --- a/textproc/p5-Tree-Suffix/Makefile +++ b/textproc/p5-Tree-Suffix/Makefile @@ -13,8 +13,8 @@ COMMENT= Perl interface to the libstree library LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-Devel-CheckLib>=0:${PORTSDIR}/devel/p5-Devel-CheckLib -LIB_DEPENDS= libstree.so:${PORTSDIR}/textproc/libstree +BUILD_DEPENDS= p5-Devel-CheckLib>=0:devel/p5-Devel-CheckLib +LIB_DEPENDS= libstree.so:textproc/libstree USES= perl5 USE_PERL5= configure diff --git a/textproc/p5-UML-Class-Simple/Makefile b/textproc/p5-UML-Class-Simple/Makefile index 984ec7c5b0de..dba0c2a9ebbe 100644 --- a/textproc/p5-UML-Class-Simple/Makefile +++ b/textproc/p5-UML-Class-Simple/Makefile @@ -12,15 +12,15 @@ COMMENT= Render simple UML class diagrams, by loading the code LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-Class-Inspector>=1.16:${PORTSDIR}/devel/p5-Class-Inspector \ - p5-File-Slurp>0:${PORTSDIR}/devel/p5-File-Slurp \ - p5-IPC-Run3>0:${PORTSDIR}/devel/p5-IPC-Run3 \ - p5-List-MoreUtils>0:${PORTSDIR}/lang/p5-List-MoreUtils \ - p5-PPI>0:${PORTSDIR}/textproc/p5-PPI \ - p5-Template-Toolkit>0:${PORTSDIR}/www/p5-Template-Toolkit \ - p5-XML-LibXML>0:${PORTSDIR}/textproc/p5-XML-LibXML \ - p5-YAML-Syck>0:${PORTSDIR}/textproc/p5-YAML-Syck \ - dot:${PORTSDIR}/graphics/graphviz +BUILD_DEPENDS= p5-Class-Inspector>=1.16:devel/p5-Class-Inspector \ + p5-File-Slurp>0:devel/p5-File-Slurp \ + p5-IPC-Run3>0:devel/p5-IPC-Run3 \ + p5-List-MoreUtils>0:lang/p5-List-MoreUtils \ + p5-PPI>0:textproc/p5-PPI \ + p5-Template-Toolkit>0:www/p5-Template-Toolkit \ + p5-XML-LibXML>0:textproc/p5-XML-LibXML \ + p5-YAML-Syck>0:textproc/p5-YAML-Syck \ + dot:graphics/graphviz RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 diff --git a/textproc/p5-UML-Sequence/Makefile b/textproc/p5-UML-Sequence/Makefile index c3c5e41ae53a..a71933f39dd3 100644 --- a/textproc/p5-UML-Sequence/Makefile +++ b/textproc/p5-UML-Sequence/Makefile @@ -11,9 +11,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl module that produce UML sequence diagrams -BUILD_DEPENDS= p5-XML-DOM>=1.25:${PORTSDIR}/textproc/p5-XML-DOM \ - p5-GD>=2.30:${PORTSDIR}/graphics/p5-GD \ - p5-GD-TextUtil>=0.86:${PORTSDIR}/graphics/p5-GD-TextUtil +BUILD_DEPENDS= p5-XML-DOM>=1.25:textproc/p5-XML-DOM \ + p5-GD>=2.30:graphics/p5-GD \ + p5-GD-TextUtil>=0.86:graphics/p5-GD-TextUtil RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 diff --git a/textproc/p5-UML-State/Makefile b/textproc/p5-UML-State/Makefile index 1ac0a76ce4cd..28ad17c187ef 100644 --- a/textproc/p5-UML-State/Makefile +++ b/textproc/p5-UML-State/Makefile @@ -11,7 +11,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl module that produce simple UML state diagrams -BUILD_DEPENDS= p5-XML-DOM>=0:${PORTSDIR}/textproc/p5-XML-DOM +BUILD_DEPENDS= p5-XML-DOM>=0:textproc/p5-XML-DOM RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 diff --git a/textproc/p5-URI-Find/Makefile b/textproc/p5-URI-Find/Makefile index 8bb91368c1ac..418abcc55d26 100644 --- a/textproc/p5-URI-Find/Makefile +++ b/textproc/p5-URI-Find/Makefile @@ -11,7 +11,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl module to find URIs in arbitrary text -BUILD_DEPENDS= p5-URI>=1:${PORTSDIR}/net/p5-URI +BUILD_DEPENDS= p5-URI>=1:net/p5-URI RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 diff --git a/textproc/p5-Unicode-Escape/Makefile b/textproc/p5-Unicode-Escape/Makefile index a799d1136fef..5b965a3ff0c4 100644 --- a/textproc/p5-Unicode-Escape/Makefile +++ b/textproc/p5-Unicode-Escape/Makefile @@ -14,7 +14,7 @@ COMMENT= Escape and unescape Unicode characters other than ASCII LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-Unicode-String>=0:${PORTSDIR}/converters/p5-Unicode-String +BUILD_DEPENDS= p5-Unicode-String>=0:converters/p5-Unicode-String RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 diff --git a/textproc/p5-Unicode-LineBreak/Makefile b/textproc/p5-Unicode-LineBreak/Makefile index 29ef4403793a..6c33f95c9bb6 100644 --- a/textproc/p5-Unicode-LineBreak/Makefile +++ b/textproc/p5-Unicode-LineBreak/Makefile @@ -15,7 +15,7 @@ COMMENT= Unicode-LineBreak package LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-MIME-Charset>=1.006.2:${PORTSDIR}/mail/p5-MIME-Charset +BUILD_DEPENDS= p5-MIME-Charset>=1.006.2:mail/p5-MIME-Charset RUN_DEPENDS:= ${BUILD_DEPENDS} MAKE_JOBS_UNSAFE= yes @@ -30,7 +30,7 @@ OPTIONS_DEFAULT=THAI THAI_DESC= Thai word segmentation support through libthai THAI_USES= pkgconfig -THAI_LIB_DEPENDS= libthai.so:${PORTSDIR}/devel/libthai +THAI_LIB_DEPENDS= libthai.so:devel/libthai THAI_CONFIGURE_OFF= --disable-libthai post-install: diff --git a/textproc/p5-Validator-Custom/Makefile b/textproc/p5-Validator-Custom/Makefile index 6376fc0cac00..c0ea01f4bd3d 100644 --- a/textproc/p5-Validator-Custom/Makefile +++ b/textproc/p5-Validator-Custom/Makefile @@ -15,10 +15,10 @@ COMMENT= Validator::Custom for simple data validation LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-Object-Simple>=3.0616:${PORTSDIR}/devel/p5-Object-Simple +BUILD_DEPENDS= p5-Object-Simple>=3.0616:devel/p5-Object-Simple RUN_DEPENDS:= ${BUILD_DEPENDS} -TEST_DEPENDS= p5-JSON>=2:${PORTSDIR}/converters/p5-JSON \ - p5-Test-Pod>=1.22:${PORTSDIR}/devel/p5-Test-Pod +TEST_DEPENDS= p5-JSON>=2:converters/p5-JSON \ + p5-Test-Pod>=1.22:devel/p5-Test-Pod NO_ARCH= yes USE_PERL5= configure diff --git a/textproc/p5-Version-Next/Makefile b/textproc/p5-Version-Next/Makefile index b945d912fdf6..b336a427f4d3 100644 --- a/textproc/p5-Version-Next/Makefile +++ b/textproc/p5-Version-Next/Makefile @@ -12,7 +12,7 @@ COMMENT= Increment module version numbers simply and correctly LICENSE= APACHE20 -BUILD_DEPENDS= p5-Sub-Exporter>=0:${PORTSDIR}/devel/p5-Sub-Exporter +BUILD_DEPENDS= p5-Sub-Exporter>=0:devel/p5-Sub-Exporter RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 diff --git a/textproc/p5-Vroom/Makefile b/textproc/p5-Vroom/Makefile index 2ad09a355ea6..14be70aa076a 100644 --- a/textproc/p5-Vroom/Makefile +++ b/textproc/p5-Vroom/Makefile @@ -15,11 +15,11 @@ COMMENT= Slide Shows in Vim LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-File-HomeDir>=0:${PORTSDIR}/devel/p5-File-HomeDir \ - p5-IO-All>=0:${PORTSDIR}/devel/p5-IO-All \ - p5-Template-Toolkit-Simple>=0:${PORTSDIR}/www/p5-Template-Toolkit-Simple \ - p5-Term-Size>=0:${PORTSDIR}/devel/p5-Term-Size \ - p5-YAML-LibYAML>=0:${PORTSDIR}/textproc/p5-YAML-LibYAML +BUILD_DEPENDS= p5-File-HomeDir>=0:devel/p5-File-HomeDir \ + p5-IO-All>=0:devel/p5-IO-All \ + p5-Template-Toolkit-Simple>=0:www/p5-Template-Toolkit-Simple \ + p5-Term-Size>=0:devel/p5-Term-Size \ + p5-YAML-LibYAML>=0:textproc/p5-YAML-LibYAML RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 diff --git a/textproc/p5-WDDX/Makefile b/textproc/p5-WDDX/Makefile index af2564f5eaee..d6debc8847b0 100644 --- a/textproc/p5-WDDX/Makefile +++ b/textproc/p5-WDDX/Makefile @@ -12,7 +12,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl module to parse WDDX Packets -BUILD_DEPENDS= p5-XML-Parser>=0:${PORTSDIR}/textproc/p5-XML-Parser +BUILD_DEPENDS= p5-XML-Parser>=0:textproc/p5-XML-Parser RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 diff --git a/textproc/p5-WWW-Google-SiteMap/Makefile b/textproc/p5-WWW-Google-SiteMap/Makefile index 87ec62a402fe..e67f974f3a50 100644 --- a/textproc/p5-WWW-Google-SiteMap/Makefile +++ b/textproc/p5-WWW-Google-SiteMap/Makefile @@ -15,8 +15,8 @@ COMMENT= Perl extension for managing Google SiteMaps LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-XML-Twig>=0:${PORTSDIR}/textproc/p5-XML-Twig \ - p5-URI>=0:${PORTSDIR}/net/p5-URI +BUILD_DEPENDS= p5-XML-Twig>=0:textproc/p5-XML-Twig \ + p5-URI>=0:net/p5-URI RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 diff --git a/textproc/p5-WWW-Wordnik-API/Makefile b/textproc/p5-WWW-Wordnik-API/Makefile index 2fec6e594719..6a89c0c74a71 100644 --- a/textproc/p5-WWW-Wordnik-API/Makefile +++ b/textproc/p5-WWW-Wordnik-API/Makefile @@ -15,8 +15,8 @@ COMMENT= Wordnik API implementation LICENSE= GPLv3 -RUN_DEPENDS= p5-libwww>=0:${PORTSDIR}/www/p5-libwww -TEST_DEPENDS= p5-JSON>=0:${PORTSDIR}/converters/p5-JSON +RUN_DEPENDS= p5-libwww>=0:www/p5-libwww +TEST_DEPENDS= p5-JSON>=0:converters/p5-JSON USES= perl5 USE_PERL5= configure diff --git a/textproc/p5-WordNet-QueryData/Makefile b/textproc/p5-WordNet-QueryData/Makefile index 4fd2082e3810..214d1f11046c 100644 --- a/textproc/p5-WordNet-QueryData/Makefile +++ b/textproc/p5-WordNet-QueryData/Makefile @@ -11,7 +11,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl interface to the WordNet database files -LIB_DEPENDS= libWN.so:${PORTSDIR}/textproc/wordnet +LIB_DEPENDS= libWN.so:textproc/wordnet WNHOME?= ${LOCALBASE}/share/WordNet diff --git a/textproc/p5-WordNet-Similarity/Makefile b/textproc/p5-WordNet-Similarity/Makefile index f81f242bdd20..788128871b13 100644 --- a/textproc/p5-WordNet-Similarity/Makefile +++ b/textproc/p5-WordNet-Similarity/Makefile @@ -13,9 +13,9 @@ COMMENT= Modules/CLI to determine semantic relatedness using the WordNet LICENSE= GPLv2 GPLv3 LICENSE_COMB= dual -BUILD_DEPENDS= p5-Digest-SHA1>=0:${PORTSDIR}/security/p5-Digest-SHA1 \ - p5-Text-Similarity>=0.10:${PORTSDIR}/textproc/p5-Text-Similarity \ - p5-WordNet-QueryData>=1.49:${PORTSDIR}/textproc/p5-WordNet-QueryData +BUILD_DEPENDS= p5-Digest-SHA1>=0:security/p5-Digest-SHA1 \ + p5-Text-Similarity>=0.10:textproc/p5-Text-Similarity \ + p5-WordNet-QueryData>=1.49:textproc/p5-WordNet-QueryData RUN_DEPENDS:= ${BUILD_DEPENDS} WNHOME?= ${LOCALBASE}/share/WordNet diff --git a/textproc/p5-XML-Atom-Ext-OpenSearch/Makefile b/textproc/p5-XML-Atom-Ext-OpenSearch/Makefile index 4f0b98119564..f651bbe27d61 100644 --- a/textproc/p5-XML-Atom-Ext-OpenSearch/Makefile +++ b/textproc/p5-XML-Atom-Ext-OpenSearch/Makefile @@ -11,7 +11,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= culot@FreeBSD.org COMMENT= XML::Atom extension for OpenSearch data -BUILD_DEPENDS= p5-XML-Atom>=0:${PORTSDIR}/textproc/p5-XML-Atom +BUILD_DEPENDS= p5-XML-Atom>=0:textproc/p5-XML-Atom RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 diff --git a/textproc/p5-XML-Atom-Filter/Makefile b/textproc/p5-XML-Atom-Filter/Makefile index e1a53d940c14..216c9fc57151 100644 --- a/textproc/p5-XML-Atom-Filter/Makefile +++ b/textproc/p5-XML-Atom-Filter/Makefile @@ -11,7 +11,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Easy creation of command line Atom processing tools -BUILD_DEPENDS= p5-XML-Atom>=0:${PORTSDIR}/textproc/p5-XML-Atom +BUILD_DEPENDS= p5-XML-Atom>=0:textproc/p5-XML-Atom RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 diff --git a/textproc/p5-XML-Atom-Stream/Makefile b/textproc/p5-XML-Atom-Stream/Makefile index 7e956ca90cd9..e62a91f04df5 100644 --- a/textproc/p5-XML-Atom-Stream/Makefile +++ b/textproc/p5-XML-Atom-Stream/Makefile @@ -11,11 +11,11 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Client interface for AtomStream -BUILD_DEPENDS= p5-libwww>=0:${PORTSDIR}/www/p5-libwww \ - p5-XML-SAX>=0.12:${PORTSDIR}/textproc/p5-XML-SAX \ - p5-XML-Handler-Trees>=0.02:${PORTSDIR}/textproc/p5-XML-Handler-Trees \ - p5-XML-Atom>=0.20:${PORTSDIR}/textproc/p5-XML-Atom \ - p5-XML-LibXML>=1.59:${PORTSDIR}/textproc/p5-XML-LibXML +BUILD_DEPENDS= p5-libwww>=0:www/p5-libwww \ + p5-XML-SAX>=0.12:textproc/p5-XML-SAX \ + p5-XML-Handler-Trees>=0.02:textproc/p5-XML-Handler-Trees \ + p5-XML-Atom>=0.20:textproc/p5-XML-Atom \ + p5-XML-LibXML>=1.59:textproc/p5-XML-LibXML RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 diff --git a/textproc/p5-XML-Atom-Syndication/Makefile b/textproc/p5-XML-Atom-Syndication/Makefile index 26faeb909e9e..5c7725077455 100644 --- a/textproc/p5-XML-Atom-Syndication/Makefile +++ b/textproc/p5-XML-Atom-Syndication/Makefile @@ -13,9 +13,9 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E} MAINTAINER= perl@FreeBSD.org COMMENT= Simple lightweight client for consuming Atom syndication feeds -BUILD_DEPENDS= p5-Class-ErrorHandler>=0:${PORTSDIR}/devel/p5-Class-ErrorHandler \ - p5-XML-Elemental>=2:${PORTSDIR}/textproc/p5-XML-Elemental \ - p5-XML-Writer>=0.6:${PORTSDIR}/textproc/p5-XML-Writer +BUILD_DEPENDS= p5-Class-ErrorHandler>=0:devel/p5-Class-ErrorHandler \ + p5-XML-Elemental>=2:textproc/p5-XML-Elemental \ + p5-XML-Writer>=0.6:textproc/p5-XML-Writer RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 diff --git a/textproc/p5-XML-Atom/Makefile b/textproc/p5-XML-Atom/Makefile index 2952a2845067..cc6e5c541b87 100644 --- a/textproc/p5-XML-Atom/Makefile +++ b/textproc/p5-XML-Atom/Makefile @@ -11,16 +11,16 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl5 modules for Atom feed and API implementation -BUILD_DEPENDS= p5-Class-Data-Inheritable>=0:${PORTSDIR}/devel/p5-Class-Data-Inheritable \ - p5-DateTime>=0:${PORTSDIR}/devel/p5-DateTime \ - p5-DateTime-TimeZone>=0:${PORTSDIR}/devel/p5-DateTime-TimeZone \ - p5-Digest-SHA1>=0:${PORTSDIR}/security/p5-Digest-SHA1 \ - p5-HTML-Parser>=0:${PORTSDIR}/www/p5-HTML-Parser \ - p5-LWP-Authen-Wsse>=0:${PORTSDIR}/www/p5-LWP-Authen-Wsse \ - p5-URI>=0:${PORTSDIR}/net/p5-URI \ - p5-XML-LibXML>=1.69:${PORTSDIR}/textproc/p5-XML-LibXML \ - p5-XML-XPath>=0:${PORTSDIR}/textproc/p5-XML-XPath \ - p5-libwww>=0:${PORTSDIR}/www/p5-libwww +BUILD_DEPENDS= p5-Class-Data-Inheritable>=0:devel/p5-Class-Data-Inheritable \ + p5-DateTime>=0:devel/p5-DateTime \ + p5-DateTime-TimeZone>=0:devel/p5-DateTime-TimeZone \ + p5-Digest-SHA1>=0:security/p5-Digest-SHA1 \ + p5-HTML-Parser>=0:www/p5-HTML-Parser \ + p5-LWP-Authen-Wsse>=0:www/p5-LWP-Authen-Wsse \ + p5-URI>=0:net/p5-URI \ + p5-XML-LibXML>=1.69:textproc/p5-XML-LibXML \ + p5-XML-XPath>=0:textproc/p5-XML-XPath \ + p5-libwww>=0:www/p5-libwww RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 diff --git a/textproc/p5-XML-AutoWriter/Makefile b/textproc/p5-XML-AutoWriter/Makefile index 9fe09020fdfe..70c20dfb6661 100644 --- a/textproc/p5-XML-AutoWriter/Makefile +++ b/textproc/p5-XML-AutoWriter/Makefile @@ -14,7 +14,7 @@ COMMENT= Perl module for DOCTYPE based XML output LICENSE= ART10 GPLv1 BSD4CLAUSE LICENSE_COMB= dual -TEST_DEPENDS= p5-XML-Parser>=0:${PORTSDIR}/textproc/p5-XML-Parser +TEST_DEPENDS= p5-XML-Parser>=0:textproc/p5-XML-Parser USES= perl5 USE_PERL5= configure diff --git a/textproc/p5-XML-Canonical/Makefile b/textproc/p5-XML-Canonical/Makefile index b355ef6d32c1..d41460787e06 100644 --- a/textproc/p5-XML-Canonical/Makefile +++ b/textproc/p5-XML-Canonical/Makefile @@ -14,8 +14,8 @@ COMMENT= Perl Implementation of Canonical XML LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-XML-GDOME>=0:${PORTSDIR}/textproc/p5-XML-GDOME -LIB_DEPENDS= libgdome.so:${PORTSDIR}/textproc/gdome2 +BUILD_DEPENDS= p5-XML-GDOME>=0:textproc/p5-XML-GDOME +LIB_DEPENDS= libgdome.so:textproc/gdome2 RUN_DEPENDS:= ${BUILD_DEPENDS} USE_PERL5= configure diff --git a/textproc/p5-XML-CanonicalizeXML/Makefile b/textproc/p5-XML-CanonicalizeXML/Makefile index 397a0ebcc83e..66c93fd9f916 100644 --- a/textproc/p5-XML-CanonicalizeXML/Makefile +++ b/textproc/p5-XML-CanonicalizeXML/Makefile @@ -14,7 +14,7 @@ COMMENT= Extension for inclusive/exclusive canonicalization of XML LICENSE= ART10 GPLv1 LICENSE_COMB= dual -LIB_DEPENDS= libxml2.so:${PORTSDIR}/textproc/libxml2 +LIB_DEPENDS= libxml2.so:textproc/libxml2 USE_PERL5= configure USES= perl5 diff --git a/textproc/p5-XML-Catalog/Makefile b/textproc/p5-XML-Catalog/Makefile index f9c5a59552c5..aee8faf18650 100644 --- a/textproc/p5-XML-Catalog/Makefile +++ b/textproc/p5-XML-Catalog/Makefile @@ -15,10 +15,10 @@ COMMENT= Resolve public identifiers and remap system identifiers LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-URI>=0:${PORTSDIR}/net/p5-URI \ - p5-XML-Parser>=0:${PORTSDIR}/textproc/p5-XML-Parser \ - p5-Text-ParseWords>0:${PORTSDIR}/textproc/p5-Text-ParseWords \ - p5-libwww>=0:${PORTSDIR}/www/p5-libwww +BUILD_DEPENDS= p5-URI>=0:net/p5-URI \ + p5-XML-Parser>=0:textproc/p5-XML-Parser \ + p5-Text-ParseWords>0:textproc/p5-Text-ParseWords \ + p5-libwww>=0:www/p5-libwww RUN_DEPENDS:= ${BUILD_DEPENDS} USES= dos2unix perl5 diff --git a/textproc/p5-XML-CommonNS/Makefile b/textproc/p5-XML-CommonNS/Makefile index e5b9d2bd8d0d..e8da98b7b1c8 100644 --- a/textproc/p5-XML-CommonNS/Makefile +++ b/textproc/p5-XML-CommonNS/Makefile @@ -14,7 +14,7 @@ COMMENT= List of commonly used namespaces LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-XML-NamespaceFactory>=0:${PORTSDIR}/textproc/p5-XML-NamespaceFactory +BUILD_DEPENDS= p5-XML-NamespaceFactory>=0:textproc/p5-XML-NamespaceFactory RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 diff --git a/textproc/p5-XML-Compile-Cache/Makefile b/textproc/p5-XML-Compile-Cache/Makefile index a403f9097db2..e292edcae58c 100644 --- a/textproc/p5-XML-Compile-Cache/Makefile +++ b/textproc/p5-XML-Compile-Cache/Makefile @@ -13,11 +13,11 @@ COMMENT= Cache Compiled XML Translators LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-Log-Report>=0.19:${PORTSDIR}/devel/p5-Log-Report \ - p5-XML-Compile>=1.48:${PORTSDIR}/textproc/p5-XML-Compile \ - p5-XML-LibXML-Simple>=0.95:${PORTSDIR}/textproc/p5-XML-LibXML-Simple +BUILD_DEPENDS= p5-Log-Report>=0.19:devel/p5-Log-Report \ + p5-XML-Compile>=1.48:textproc/p5-XML-Compile \ + p5-XML-LibXML-Simple>=0.95:textproc/p5-XML-LibXML-Simple RUN_DEPENDS:= ${BUILD_DEPENDS} -TEST_DEPENDS= p5-XML-Compile-Tester>=0.02:${PORTSDIR}/devel/p5-XML-Compile-Tester +TEST_DEPENDS= p5-XML-Compile-Tester>=0.02:devel/p5-XML-Compile-Tester USES= perl5 USE_PERL5= configure diff --git a/textproc/p5-XML-Compile-Dumper/Makefile b/textproc/p5-XML-Compile-Dumper/Makefile index 0a20390d3fc2..2a3234d48da2 100644 --- a/textproc/p5-XML-Compile-Dumper/Makefile +++ b/textproc/p5-XML-Compile-Dumper/Makefile @@ -14,12 +14,12 @@ COMMENT= Dump Compiled XML Translators LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-Data-Dump-Streamer>=2.08:${PORTSDIR}/devel/p5-Data-Dump-Streamer \ - p5-Log-Report>=0.19:${PORTSDIR}/devel/p5-Log-Report \ - p5-Test-Pod>=1.00:${PORTSDIR}/devel/p5-Test-Pod \ - p5-XML-Compile-Tester>=0.02:${PORTSDIR}/devel/p5-XML-Compile-Tester \ - p5-XML-Compile>=1.1:${PORTSDIR}/textproc/p5-XML-Compile \ - p5-XML-LibXML-Simple>=0.13:${PORTSDIR}/textproc/p5-XML-LibXML-Simple +BUILD_DEPENDS= p5-Data-Dump-Streamer>=2.08:devel/p5-Data-Dump-Streamer \ + p5-Log-Report>=0.19:devel/p5-Log-Report \ + p5-Test-Pod>=1.00:devel/p5-Test-Pod \ + p5-XML-Compile-Tester>=0.02:devel/p5-XML-Compile-Tester \ + p5-XML-Compile>=1.1:textproc/p5-XML-Compile \ + p5-XML-LibXML-Simple>=0.13:textproc/p5-XML-LibXML-Simple RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 diff --git a/textproc/p5-XML-Compile/Makefile b/textproc/p5-XML-Compile/Makefile index 9cca52b04041..75c80f5f76c9 100644 --- a/textproc/p5-XML-Compile/Makefile +++ b/textproc/p5-XML-Compile/Makefile @@ -13,11 +13,11 @@ COMMENT= Compilation based XML processing LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-Log-Report>=1.03:${PORTSDIR}/devel/p5-Log-Report \ - p5-XML-LibXML>=2.0100:${PORTSDIR}/textproc/p5-XML-LibXML +BUILD_DEPENDS= p5-Log-Report>=1.03:devel/p5-Log-Report \ + p5-XML-LibXML>=2.0100:textproc/p5-XML-LibXML RUN_DEPENDS:= ${BUILD_DEPENDS} -TEST_DEPENDS= p5-Test-Deep>=0.095:${PORTSDIR}/devel/p5-Test-Deep \ - p5-XML-Compile-Tester>=0.90:${PORTSDIR}/devel/p5-XML-Compile-Tester +TEST_DEPENDS= p5-Test-Deep>=0.095:devel/p5-Test-Deep \ + p5-XML-Compile-Tester>=0.90:devel/p5-XML-Compile-Tester NO_ARCH= yes USES= perl5 diff --git a/textproc/p5-XML-DBMS/Makefile b/textproc/p5-XML-DBMS/Makefile index 049e256c1e62..d1cda9d87619 100644 --- a/textproc/p5-XML-DBMS/Makefile +++ b/textproc/p5-XML-DBMS/Makefile @@ -12,10 +12,10 @@ DISTNAME= perl-${PORTNAME:tl}-${PORTVERSION} MAINTAINER= bofh@FreeBSD.org COMMENT= Perl port of Java package XML-DBMS v1.0 -BUILD_DEPENDS= p5-libxml>=0:${PORTSDIR}/textproc/p5-libxml \ - p5-XML-LibXML>=0:${PORTSDIR}/textproc/p5-XML-LibXML \ - p5-TimeDate>=0:${PORTSDIR}/devel/p5-TimeDate \ - p5-DBI>=0:${PORTSDIR}/databases/p5-DBI +BUILD_DEPENDS= p5-libxml>=0:textproc/p5-libxml \ + p5-XML-LibXML>=0:textproc/p5-XML-LibXML \ + p5-TimeDate>=0:devel/p5-TimeDate \ + p5-DBI>=0:databases/p5-DBI RUN_DEPENDS:= ${BUILD_DEPENDS} OPTIONS_DEFINE= EXAMPLES diff --git a/textproc/p5-XML-DOM-XPath/Makefile b/textproc/p5-XML-DOM-XPath/Makefile index e7151d37f0e0..ae89b5c19cdc 100644 --- a/textproc/p5-XML-DOM-XPath/Makefile +++ b/textproc/p5-XML-DOM-XPath/Makefile @@ -11,8 +11,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= mauricio@arareko.net COMMENT= Adds XPath support to XML::DOM, using XML::XPath engine -RUN_DEPENDS= p5-XML-DOM>=0:${PORTSDIR}/textproc/p5-XML-DOM \ - p5-XML-XPathEngine>=0:${PORTSDIR}/textproc/p5-XML-XPathEngine +RUN_DEPENDS= p5-XML-DOM>=0:textproc/p5-XML-DOM \ + p5-XML-XPathEngine>=0:textproc/p5-XML-XPathEngine USES= perl5 USE_PERL5= configure diff --git a/textproc/p5-XML-DOM/Makefile b/textproc/p5-XML-DOM/Makefile index 070693f3311b..4b9d6542450d 100644 --- a/textproc/p5-XML-DOM/Makefile +++ b/textproc/p5-XML-DOM/Makefile @@ -10,10 +10,10 @@ PKGNAMEPREFIX= p5- MAINTAINER= kuriyama@FreeBSD.org COMMENT= Perl module for building DOM Level 1 compliant document structures -RUN_DEPENDS= p5-XML-Parser>=0:${PORTSDIR}/textproc/p5-XML-Parser \ - p5-libxml>=0:${PORTSDIR}/textproc/p5-libxml \ - p5-libwww>=0:${PORTSDIR}/www/p5-libwww \ - p5-XML-RegExp>=0:${PORTSDIR}/textproc/p5-XML-RegExp +RUN_DEPENDS= p5-XML-Parser>=0:textproc/p5-XML-Parser \ + p5-libxml>=0:textproc/p5-libxml \ + p5-libwww>=0:www/p5-libwww \ + p5-XML-RegExp>=0:textproc/p5-XML-RegExp BUILD_DEPENDS:= ${RUN_DEPENDS} USES= perl5 diff --git a/textproc/p5-XML-DOM2/Makefile b/textproc/p5-XML-DOM2/Makefile index 76e44f437b33..256d9bddc497 100644 --- a/textproc/p5-XML-DOM2/Makefile +++ b/textproc/p5-XML-DOM2/Makefile @@ -11,7 +11,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= DOM controlled, strict XML module for extentable xml objects -BUILD_DEPENDS= p5-XML-SAX>=0:${PORTSDIR}/textproc/p5-XML-SAX +BUILD_DEPENDS= p5-XML-SAX>=0:textproc/p5-XML-SAX RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 diff --git a/textproc/p5-XML-DT/Makefile b/textproc/p5-XML-DT/Makefile index 4f1d97507f4c..ef0f567bb49f 100644 --- a/textproc/p5-XML-DT/Makefile +++ b/textproc/p5-XML-DT/Makefile @@ -11,9 +11,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= tobez@FreeBSD.org COMMENT= Perl module for down translation of XML to strings -BUILD_DEPENDS= p5-XML-LibXML>=1.54:${PORTSDIR}/textproc/p5-XML-LibXML \ - p5-libwww>=1.35:${PORTSDIR}/www/p5-libwww \ - p5-XML-DTDParser>=2.00:${PORTSDIR}/textproc/p5-XML-DTDParser +BUILD_DEPENDS= p5-XML-LibXML>=1.54:textproc/p5-XML-LibXML \ + p5-libwww>=1.35:www/p5-libwww \ + p5-XML-DTDParser>=2.00:textproc/p5-XML-DTDParser RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 diff --git a/textproc/p5-XML-Declare/Makefile b/textproc/p5-XML-Declare/Makefile index d3f398db34cf..0f6a662a2db1 100644 --- a/textproc/p5-XML-Declare/Makefile +++ b/textproc/p5-XML-Declare/Makefile @@ -14,11 +14,11 @@ COMMENT= Create XML documents with declaration style LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-XML-LibXML>=1.70:${PORTSDIR}/textproc/p5-XML-LibXML +BUILD_DEPENDS= p5-XML-LibXML>=1.70:textproc/p5-XML-LibXML RUN_DEPENDS:= ${BUILD_DEPENDS} -TEST_DEPENDS= p5-Test-NoWarnings>=0:${PORTSDIR}/devel/p5-Test-NoWarnings \ - p5-lib-abs>=0.90:${PORTSDIR}/devel/p5-lib-abs \ - p5-namespace-autoclean>=0:${PORTSDIR}/devel/p5-namespace-autoclean +TEST_DEPENDS= p5-Test-NoWarnings>=0:devel/p5-Test-NoWarnings \ + p5-lib-abs>=0.90:devel/p5-lib-abs \ + p5-namespace-autoclean>=0:devel/p5-namespace-autoclean USE_PERL5= configure USES= perl5 diff --git a/textproc/p5-XML-Descent/Makefile b/textproc/p5-XML-Descent/Makefile index c49e87c9a3ba..df52bd9f3124 100644 --- a/textproc/p5-XML-Descent/Makefile +++ b/textproc/p5-XML-Descent/Makefile @@ -11,9 +11,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= mike@urgle.com COMMENT= Recursive descent XML parsing -BUILD_DEPENDS= p5-XML-TokeParser>=0:${PORTSDIR}/textproc/p5-XML-TokeParser \ - p5-Test-Differences>=0:${PORTSDIR}/devel/p5-Test-Differences -RUN_DEPENDS= p5-XML-TokeParser>=0:${PORTSDIR}/textproc/p5-XML-TokeParser +BUILD_DEPENDS= p5-XML-TokeParser>=0:textproc/p5-XML-TokeParser \ + p5-Test-Differences>=0:devel/p5-Test-Differences +RUN_DEPENDS= p5-XML-TokeParser>=0:textproc/p5-XML-TokeParser USES= perl5 USE_PERL5= configure diff --git a/textproc/p5-XML-DifferenceMarkup/Makefile b/textproc/p5-XML-DifferenceMarkup/Makefile index 3c421fba76ad..88314a7be063 100644 --- a/textproc/p5-XML-DifferenceMarkup/Makefile +++ b/textproc/p5-XML-DifferenceMarkup/Makefile @@ -13,9 +13,9 @@ COMMENT= This module implements an XML diff producing XML output LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-XML-LibXML>=0:${PORTSDIR}/textproc/p5-XML-LibXML +BUILD_DEPENDS= p5-XML-LibXML>=0:textproc/p5-XML-LibXML RUN_DEPENDS:= ${BUILD_DEPENDS} -LIB_DEPENDS= libdiffmark.so:${PORTSDIR}/textproc/diffmark +LIB_DEPENDS= libdiffmark.so:textproc/diffmark USES= perl5 USE_PERL5= configure diff --git a/textproc/p5-XML-Directory/Makefile b/textproc/p5-XML-Directory/Makefile index a60672281200..d878572de4a2 100644 --- a/textproc/p5-XML-Directory/Makefile +++ b/textproc/p5-XML-Directory/Makefile @@ -11,8 +11,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Returns a content of directory as XML -BUILD_DEPENDS= p5-RDF-Notation3>=0:${PORTSDIR}/textproc/p5-RDF-Notation3 \ - p5-XML-SAX>=0:${PORTSDIR}/textproc/p5-XML-SAX +BUILD_DEPENDS= p5-RDF-Notation3>=0:textproc/p5-RDF-Notation3 \ + p5-XML-SAX>=0:textproc/p5-XML-SAX RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 diff --git a/textproc/p5-XML-Driver-HTML/Makefile b/textproc/p5-XML-Driver-HTML/Makefile index ce44e244c3a4..e6e13233c0d6 100644 --- a/textproc/p5-XML-Driver-HTML/Makefile +++ b/textproc/p5-XML-Driver-HTML/Makefile @@ -11,8 +11,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl SAX Driver for non wellformed HTML -BUILD_DEPENDS= p5-XML-TreeBuilder>=0:${PORTSDIR}/textproc/p5-XML-TreeBuilder \ - p5-XML-Handler-YAWriter>=0:${PORTSDIR}/textproc/p5-XML-Handler-YAWriter +BUILD_DEPENDS= p5-XML-TreeBuilder>=0:textproc/p5-XML-TreeBuilder \ + p5-XML-Handler-YAWriter>=0:textproc/p5-XML-Handler-YAWriter RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 diff --git a/textproc/p5-XML-Dumper/Makefile b/textproc/p5-XML-Dumper/Makefile index b53a47c0ec60..bf0d063ddbd0 100644 --- a/textproc/p5-XML-Dumper/Makefile +++ b/textproc/p5-XML-Dumper/Makefile @@ -14,7 +14,7 @@ COMMENT= Perl module for dumping Perl objects from/to XML LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-XML-Parser>=0:${PORTSDIR}/textproc/p5-XML-Parser +BUILD_DEPENDS= p5-XML-Parser>=0:textproc/p5-XML-Parser RUN_DEPENDS:= ${BUILD_DEPENDS} NO_ARCH= yes diff --git a/textproc/p5-XML-Elemental/Makefile b/textproc/p5-XML-Elemental/Makefile index 28f6cd304f9b..8c0f0d5e6517 100644 --- a/textproc/p5-XML-Elemental/Makefile +++ b/textproc/p5-XML-Elemental/Makefile @@ -12,8 +12,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Generic classes for simplistic and perlish handling of XML data -BUILD_DEPENDS= p5-XML-SAX>=0:${PORTSDIR}/textproc/p5-XML-SAX \ - p5-Task-Weaken>=1.02:${PORTSDIR}/devel/p5-Task-Weaken +BUILD_DEPENDS= p5-XML-SAX>=0:textproc/p5-XML-SAX \ + p5-Task-Weaken>=1.02:devel/p5-Task-Weaken RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 diff --git a/textproc/p5-XML-Encoding/Makefile b/textproc/p5-XML-Encoding/Makefile index 7df8ea81523a..cf720c9b06ea 100644 --- a/textproc/p5-XML-Encoding/Makefile +++ b/textproc/p5-XML-Encoding/Makefile @@ -14,7 +14,7 @@ COMMENT= Perl module for parsing XML encoding maps LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-XML-Parser>=0:${PORTSDIR}/textproc/p5-XML-Parser +BUILD_DEPENDS= p5-XML-Parser>=0:textproc/p5-XML-Parser RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 diff --git a/textproc/p5-XML-Entities/Makefile b/textproc/p5-XML-Entities/Makefile index 76b417fb203a..b3790648a151 100644 --- a/textproc/p5-XML-Entities/Makefile +++ b/textproc/p5-XML-Entities/Makefile @@ -10,8 +10,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= tj@FreeBSD.org COMMENT= Generic classes for simplistic and perlish handling of XML data -BUILD_DEPENDS= p5-HTML-Parser>=0:${PORTSDIR}/www/p5-HTML-Parser \ - p5-libwww>=0:${PORTSDIR}/www/p5-libwww +BUILD_DEPENDS= p5-HTML-Parser>=0:www/p5-HTML-Parser \ + p5-libwww>=0:www/p5-libwww RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 diff --git a/textproc/p5-XML-FOAF/Makefile b/textproc/p5-XML-FOAF/Makefile index ea3fc7855041..7d9b8fbe73ef 100644 --- a/textproc/p5-XML-FOAF/Makefile +++ b/textproc/p5-XML-FOAF/Makefile @@ -12,9 +12,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= markun@onohara.to COMMENT= Parse FOAF (Friend of a Friend) data -RUN_DEPENDS= p5-Filter>=0:${PORTSDIR}/devel/p5-Filter \ - p5-RDF-Core>=0:${PORTSDIR}/textproc/p5-RDF-Core \ - p5-libwww>=0:${PORTSDIR}/www/p5-libwww +RUN_DEPENDS= p5-Filter>=0:devel/p5-Filter \ + p5-RDF-Core>=0:textproc/p5-RDF-Core \ + p5-libwww>=0:www/p5-libwww BUILD_DEPENDS:= ${RUN_DEPENDS} USES= perl5 diff --git a/textproc/p5-XML-Feed-Deduper/Makefile b/textproc/p5-XML-Feed-Deduper/Makefile index f1ca2554da46..c65cc784e60e 100644 --- a/textproc/p5-XML-Feed-Deduper/Makefile +++ b/textproc/p5-XML-Feed-Deduper/Makefile @@ -14,10 +14,10 @@ COMMENT= Remove duplicated entries from feed LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-Mouse>0:${PORTSDIR}/devel/p5-Mouse \ - p5-XML-Feed>=0.41:${PORTSDIR}/textproc/p5-XML-Feed -RUN_DEPENDS= p5-Mouse>0:${PORTSDIR}/devel/p5-Mouse \ - p5-XML-Feed>=0.41:${PORTSDIR}/textproc/p5-XML-Feed +BUILD_DEPENDS= p5-Mouse>0:devel/p5-Mouse \ + p5-XML-Feed>=0.41:textproc/p5-XML-Feed +RUN_DEPENDS= p5-Mouse>0:devel/p5-Mouse \ + p5-XML-Feed>=0.41:textproc/p5-XML-Feed USES= perl5 USE_PERL5= modbuild diff --git a/textproc/p5-XML-Feed/Makefile b/textproc/p5-XML-Feed/Makefile index ba473bccb79b..b02f484a6d1d 100644 --- a/textproc/p5-XML-Feed/Makefile +++ b/textproc/p5-XML-Feed/Makefile @@ -13,20 +13,20 @@ COMMENT= Perl5 modules for Syndication feed parser and auto-discovery LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-Class-ErrorHandler>=0:${PORTSDIR}/devel/p5-Class-ErrorHandler \ - p5-DateTime>=0:${PORTSDIR}/devel/p5-DateTime \ - p5-DateTime-Format-Mail>=0:${PORTSDIR}/devel/p5-DateTime-Format-Mail \ - p5-DateTime-Format-W3CDTF>=0:${PORTSDIR}/devel/p5-DateTime-Format-W3CDTF \ - p5-Feed-Find>=0:${PORTSDIR}/www/p5-Feed-Find \ - p5-HTML-Parser>=0:${PORTSDIR}/www/p5-HTML-Parser \ - p5-URI>=0:${PORTSDIR}/net/p5-URI \ - p5-URI-Fetch>=0:${PORTSDIR}/www/p5-URI-Fetch \ - p5-XML-Atom>=0.38:${PORTSDIR}/textproc/p5-XML-Atom \ - p5-XML-LibXML>=1.66:${PORTSDIR}/textproc/p5-XML-LibXML \ - p5-XML-RSS>=1.47:${PORTSDIR}/textproc/p5-XML-RSS \ - p5-libwww>=0:${PORTSDIR}/www/p5-libwww +BUILD_DEPENDS= p5-Class-ErrorHandler>=0:devel/p5-Class-ErrorHandler \ + p5-DateTime>=0:devel/p5-DateTime \ + p5-DateTime-Format-Mail>=0:devel/p5-DateTime-Format-Mail \ + p5-DateTime-Format-W3CDTF>=0:devel/p5-DateTime-Format-W3CDTF \ + p5-Feed-Find>=0:www/p5-Feed-Find \ + p5-HTML-Parser>=0:www/p5-HTML-Parser \ + p5-URI>=0:net/p5-URI \ + p5-URI-Fetch>=0:www/p5-URI-Fetch \ + p5-XML-Atom>=0.38:textproc/p5-XML-Atom \ + p5-XML-LibXML>=1.66:textproc/p5-XML-LibXML \ + p5-XML-RSS>=1.47:textproc/p5-XML-RSS \ + p5-libwww>=0:www/p5-libwww RUN_DEPENDS:= ${BUILD_DEPENDS} -TEST_DEPENDS= p5-XML-RSS-LibXML>=0.30.04:${PORTSDIR}/textproc/p5-XML-RSS-LibXML +TEST_DEPENDS= p5-XML-RSS-LibXML>=0.30.04:textproc/p5-XML-RSS-LibXML USES= perl5 USE_PERL5= configure diff --git a/textproc/p5-XML-FeedPP/Makefile b/textproc/p5-XML-FeedPP/Makefile index 0d50d17ee573..1d8b9621af1e 100644 --- a/textproc/p5-XML-FeedPP/Makefile +++ b/textproc/p5-XML-FeedPP/Makefile @@ -14,7 +14,7 @@ COMMENT= Get an RSS file and parse it LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-XML-TreePP>=0.39:${PORTSDIR}/textproc/p5-XML-TreePP +BUILD_DEPENDS= p5-XML-TreePP>=0.39:textproc/p5-XML-TreePP RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 diff --git a/textproc/p5-XML-Filter-BufferText/Makefile b/textproc/p5-XML-Filter-BufferText/Makefile index 30d677276a34..8cf4547dfb83 100644 --- a/textproc/p5-XML-Filter-BufferText/Makefile +++ b/textproc/p5-XML-Filter-BufferText/Makefile @@ -11,7 +11,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Filter to put all characters() in one event -BUILD_DEPENDS= p5-XML-SAX>=0:${PORTSDIR}/textproc/p5-XML-SAX +BUILD_DEPENDS= p5-XML-SAX>=0:textproc/p5-XML-SAX RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 diff --git a/textproc/p5-XML-Filter-DOMFilter-LibXML/Makefile b/textproc/p5-XML-Filter-DOMFilter-LibXML/Makefile index 70150da9e3e0..7d9084b0732e 100644 --- a/textproc/p5-XML-Filter-DOMFilter-LibXML/Makefile +++ b/textproc/p5-XML-Filter-DOMFilter-LibXML/Makefile @@ -10,9 +10,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl SAX Filter allowing DOM processing of selected subtrees -BUILD_DEPENDS= p5-XML-LibXML>=0:${PORTSDIR}/textproc/p5-XML-LibXML +BUILD_DEPENDS= p5-XML-LibXML>=0:textproc/p5-XML-LibXML RUN_DEPENDS:= ${BUILD_DEPENDS} -TEST_DEPENDS= p5-XML-SAX-Writer>=0:${PORTSDIR}/textproc/p5-XML-SAX-Writer +TEST_DEPENDS= p5-XML-SAX-Writer>=0:textproc/p5-XML-SAX-Writer NO_ARCH= yes USES= perl5 diff --git a/textproc/p5-XML-Filter-DetectWS/Makefile b/textproc/p5-XML-Filter-DetectWS/Makefile index d125232a496f..36fd11787811 100644 --- a/textproc/p5-XML-Filter-DetectWS/Makefile +++ b/textproc/p5-XML-Filter-DetectWS/Makefile @@ -11,7 +11,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= PerlSAX filter that detects ignorable whitespace -BUILD_DEPENDS= p5-XML-Filter-SAXT>=0:${PORTSDIR}/textproc/p5-XML-Filter-SAXT +BUILD_DEPENDS= p5-XML-Filter-SAXT>=0:textproc/p5-XML-Filter-SAXT RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 diff --git a/textproc/p5-XML-Filter-GenericChunk/Makefile b/textproc/p5-XML-Filter-GenericChunk/Makefile index 87440cbf12e3..065c87d5d937 100644 --- a/textproc/p5-XML-Filter-GenericChunk/Makefile +++ b/textproc/p5-XML-Filter-GenericChunk/Makefile @@ -14,8 +14,8 @@ COMMENT= Base Class for SAX Filters parsing WellBallanced Chunks LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-XML-LibXML>=1.4:${PORTSDIR}/textproc/p5-XML-LibXML \ - p5-XML-SAX>=0:${PORTSDIR}/textproc/p5-XML-SAX |