diff options
author | dbaio <dbaio@FreeBSD.org> | 2018-03-17 22:43:34 +0800 |
---|---|---|
committer | dbaio <dbaio@FreeBSD.org> | 2018-03-17 22:43:34 +0800 |
commit | 0cdb69130df6aed3c464fa6c811443268af53c83 (patch) | |
tree | c9a3b025eacc65cf8afe994dbec747b6af16855a /textproc | |
parent | a9fbd41bba766c86fbd0504480b821453e856915 (diff) | |
download | freebsd-ports-gnome-0cdb69130df6aed3c464fa6c811443268af53c83.tar.gz freebsd-ports-gnome-0cdb69130df6aed3c464fa6c811443268af53c83.tar.zst freebsd-ports-gnome-0cdb69130df6aed3c464fa6c811443268af53c83.zip |
Fix order of variables
Ports maintained by me in categories: science security sysutils textproc
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/extract_url/Makefile | 7 | ||||
-rw-r--r-- | textproc/pear-File_MARC/Makefile | 6 | ||||
-rw-r--r-- | textproc/pecl-xdiff/Makefile | 7 | ||||
-rw-r--r-- | textproc/pecl-xdiff2/Makefile | 7 | ||||
-rw-r--r-- | textproc/pecl-yaml/Makefile | 3 | ||||
-rw-r--r-- | textproc/pecl-yaml1/Makefile | 3 | ||||
-rw-r--r-- | textproc/py-guess-language/Makefile | 2 | ||||
-rw-r--r-- | textproc/py-html2text/Makefile | 2 | ||||
-rw-r--r-- | textproc/py-parsimonious/Makefile | 2 |
9 files changed, 22 insertions, 17 deletions
diff --git a/textproc/extract_url/Makefile b/textproc/extract_url/Makefile index 81d64e2771dc..05884c0cbdb8 100644 --- a/textproc/extract_url/Makefile +++ b/textproc/extract_url/Makefile @@ -17,14 +17,15 @@ BUILD_DEPENDS= p5-MIME-Tools>=0:mail/p5-MIME-Tools \ RUN_DEPENDS:= ${BUILD_DEPENDS} USES= gmake perl5 -MAKE_ARGS= all prefix=${PREFIX} man_prefix=${PREFIX} -SUB_FILES= pkg-message -NO_ARCH= yes USE_GITHUB= yes GH_ACCOUNT= m3m0ryh0l3 GH_PROJECT= extracturl +MAKE_ARGS= all prefix=${PREFIX} man_prefix=${PREFIX} +SUB_FILES= pkg-message +NO_ARCH= yes + PLIST_FILES= bin/extract_url \ share/extract_url/extract_urlview.sample \ man/man1/extract_url.1.gz diff --git a/textproc/pear-File_MARC/Makefile b/textproc/pear-File_MARC/Makefile index 7d737175a6ce..28bff66e926f 100644 --- a/textproc/pear-File_MARC/Makefile +++ b/textproc/pear-File_MARC/Makefile @@ -11,12 +11,12 @@ COMMENT= Parse, modify, and create MARC records LICENSE= LGPL21+ LICENSE_FILE= ${WRKSRC}/LICENSE +USES= pear +NO_ARCH= yes + OPTIONS_DEFINE= ISPN ISPN_DESC= Validation class for ISPN (International Standard Product Numbers) ISPN_RUN_DEPENDS= ${PEARDIR}/Validate/ISPN.php:textproc/pear-Validate_ISPN@${PHP_FLAVOR} -USES= pear -NO_ARCH= yes - .include <bsd.port.mk> diff --git a/textproc/pecl-xdiff/Makefile b/textproc/pecl-xdiff/Makefile index 032118faa511..f52762b2e4ab 100644 --- a/textproc/pecl-xdiff/Makefile +++ b/textproc/pecl-xdiff/Makefile @@ -11,13 +11,14 @@ COMMENT= PECL extension to create/apply binary and text patches LICENSE= PHP301 -LIB_DEPENDS= libxdiff.so:textproc/libxdiff +IGNORE_WITH_PHP= 70 71 72 -PORTSCOUT= limit:^1.* +LIB_DEPENDS= libxdiff.so:textproc/libxdiff USES= php:pecl -IGNORE_WITH_PHP= 70 71 72 LDFLAGS+= -L${LOCALBASE}/lib +PORTSCOUT= limit:^1.* + .include <bsd.port.mk> diff --git a/textproc/pecl-xdiff2/Makefile b/textproc/pecl-xdiff2/Makefile index e74f17a7a19a..eb77f7f602a2 100644 --- a/textproc/pecl-xdiff2/Makefile +++ b/textproc/pecl-xdiff2/Makefile @@ -10,14 +10,15 @@ COMMENT= PECL extension to create/apply binary and text patches LICENSE= PHP301 LICENSE_FILE= ${WRKSRC}/LICENSE -LIB_DEPENDS= libxdiff.so:textproc/libxdiff +IGNORE_WITH_PHP= 56 -PORTSCOUT= limit:^2.* +LIB_DEPENDS= libxdiff.so:textproc/libxdiff USES= php:pecl -IGNORE_WITH_PHP= 56 CONFLICTS= pecl-xdiff-1* LDFLAGS+= -L${LOCALBASE}/lib +PORTSCOUT= limit:^2.* + .include <bsd.port.mk> diff --git a/textproc/pecl-yaml/Makefile b/textproc/pecl-yaml/Makefile index 6754ce80f06d..7715311e7c85 100644 --- a/textproc/pecl-yaml/Makefile +++ b/textproc/pecl-yaml/Makefile @@ -11,9 +11,10 @@ COMMENT= YAML-1.1 parser and emitter LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE +IGNORE_WITH_PHP= 56 + LIB_DEPENDS= libyaml.so:textproc/libyaml USES= php:pecl -IGNORE_WITH_PHP= 56 .include <bsd.port.mk> diff --git a/textproc/pecl-yaml1/Makefile b/textproc/pecl-yaml1/Makefile index f968bbfe2daa..c050674dae79 100644 --- a/textproc/pecl-yaml1/Makefile +++ b/textproc/pecl-yaml1/Makefile @@ -11,11 +11,12 @@ COMMENT= YAML-1.1 parser and emitter LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE +IGNORE_WITH_PHP= 70 71 72 + LIB_DEPENDS= libyaml.so:textproc/libyaml PORTSCOUT= limit:^1.* USES= php:pecl -IGNORE_WITH_PHP= 70 71 72 .include <bsd.port.mk> diff --git a/textproc/py-guess-language/Makefile b/textproc/py-guess-language/Makefile index 8bcc6a73aa57..4b2026a33d1e 100644 --- a/textproc/py-guess-language/Makefile +++ b/textproc/py-guess-language/Makefile @@ -11,8 +11,8 @@ COMMENT= Guess the natural language of a text in Python LICENSE= LGPL21+ -NO_ARCH= yes USES= python USE_PYTHON= autoplist distutils +NO_ARCH= yes .include <bsd.port.mk> diff --git a/textproc/py-html2text/Makefile b/textproc/py-html2text/Makefile index 6d5edd76c2cb..bc04da41734a 100644 --- a/textproc/py-html2text/Makefile +++ b/textproc/py-html2text/Makefile @@ -15,9 +15,9 @@ LICENSE_FILE= ${WRKSRC}/COPYING TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}coverage>=0:devel/py-coverage -NO_ARCH= yes USES= python USE_PYTHON= distutils autoplist +NO_ARCH= yes CONFLICTS= html2text diff --git a/textproc/py-parsimonious/Makefile b/textproc/py-parsimonious/Makefile index d768089ec48d..257a106539c9 100644 --- a/textproc/py-parsimonious/Makefile +++ b/textproc/py-parsimonious/Makefile @@ -14,8 +14,8 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=1.9.0:devel/py-six@${FLAVOR} -NO_ARCH= yes USES= python USE_PYTHON= autoplist distutils +NO_ARCH= yes .include <bsd.port.mk> |