diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2018-04-18 03:15:03 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2018-04-18 03:15:03 +0800 |
commit | eaddb9cf4069e8661b2efb3a7bed546db89422cd (patch) | |
tree | 63baefddd566583ac3f8cd282cbab82debe4aa63 /textproc | |
parent | 16a03cd8ca9ece9dc3b463b5c0219dc249be1ada (diff) | |
download | freebsd-ports-graphics-eaddb9cf4069e8661b2efb3a7bed546db89422cd.tar.gz freebsd-ports-graphics-eaddb9cf4069e8661b2efb3a7bed546db89422cd.tar.zst freebsd-ports-graphics-eaddb9cf4069e8661b2efb3a7bed546db89422cd.zip |
Add p5-HTML-Tidy5 1.02
HTML::Tidy5 is an HTML checker in a handy dandy object. It's meant as a
replacement for HTML::Lint.
WWW: http://search.cpan.org/dist/HTML-Tidy5/
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/Makefile | 1 | ||||
-rw-r--r-- | textproc/p5-HTML-Tidy5/Makefile | 23 | ||||
-rw-r--r-- | textproc/p5-HTML-Tidy5/distinfo | 3 | ||||
-rw-r--r-- | textproc/p5-HTML-Tidy5/pkg-descr | 4 | ||||
-rw-r--r-- | textproc/p5-HTML-Tidy5/pkg-plist | 8 |
5 files changed, 39 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 1e6c028f114..95c7cef8541 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -602,6 +602,7 @@ SUBDIR += p5-HTML-SuperForm SUBDIR += p5-HTML-TagFilter SUBDIR += p5-HTML-Tidy + SUBDIR += p5-HTML-Tidy5 SUBDIR += p5-HTML-Tiny SUBDIR += p5-HTML-Truncate SUBDIR += p5-Hailo diff --git a/textproc/p5-HTML-Tidy5/Makefile b/textproc/p5-HTML-Tidy5/Makefile new file mode 100644 index 00000000000..f0c1e77c0b8 --- /dev/null +++ b/textproc/p5-HTML-Tidy5/Makefile @@ -0,0 +1,23 @@ +# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= HTML-Tidy5 +PORTVERSION= 1.02 +CATEGORIES= textproc perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= HTML validation in a Perl object + +LICENSE= ART20 + +LIB_DEPENDS= libtidy5.so:www/tidy-html5 + +USE_PERL5= configure +USES= localbase perl5 + +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/HTML/Tidy5/Tidy5.so + +.include <bsd.port.mk> diff --git a/textproc/p5-HTML-Tidy5/distinfo b/textproc/p5-HTML-Tidy5/distinfo new file mode 100644 index 00000000000..b001275fd82 --- /dev/null +++ b/textproc/p5-HTML-Tidy5/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1523980382 +SHA256 (HTML-Tidy5-1.02.tar.gz) = 686ea0d4b01f50a8fb51c6ae509be94e8da8dba665d7a231d97b70ff96a630f4 +SIZE (HTML-Tidy5-1.02.tar.gz) = 29791 diff --git a/textproc/p5-HTML-Tidy5/pkg-descr b/textproc/p5-HTML-Tidy5/pkg-descr new file mode 100644 index 00000000000..c787bf05060 --- /dev/null +++ b/textproc/p5-HTML-Tidy5/pkg-descr @@ -0,0 +1,4 @@ +HTML::Tidy5 is an HTML checker in a handy dandy object. It's meant as a +replacement for HTML::Lint. + +WWW: http://search.cpan.org/dist/HTML-Tidy5/ diff --git a/textproc/p5-HTML-Tidy5/pkg-plist b/textproc/p5-HTML-Tidy5/pkg-plist new file mode 100644 index 00000000000..ed8ca62dd20 --- /dev/null +++ b/textproc/p5-HTML-Tidy5/pkg-plist @@ -0,0 +1,8 @@ +bin/webtidy5 +%%SITE_ARCH%%/HTML/Tidy5.pm +%%SITE_ARCH%%/HTML/Tidy5/Message.pm +%%SITE_ARCH%%/Test/HTML/Tidy5.pm +%%SITE_ARCH%%/auto/HTML/Tidy5/Tidy5.so +%%PERL5_MAN3%%/HTML::Tidy5.3.gz +%%PERL5_MAN3%%/HTML::Tidy5::Message.3.gz +%%PERL5_MAN3%%/Test::HTML::Tidy5.3.gz |