diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2004-06-09 12:15:32 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2004-06-09 12:15:32 +0000 |
commit | 97033c4d6d0d9833f7312d1ff3ab416b67f99432 (patch) | |
tree | 636db9052d78153cb3cf35b1886e126c863c6195 /textproc/p5-HTML-Tidy | |
parent | f90b3577ae61be7ca2e9f8cf78e51f06e1401181 (diff) |
Notes
Diffstat (limited to 'textproc/p5-HTML-Tidy')
-rw-r--r-- | textproc/p5-HTML-Tidy/Makefile | 32 | ||||
-rw-r--r-- | textproc/p5-HTML-Tidy/distinfo | 2 | ||||
-rw-r--r-- | textproc/p5-HTML-Tidy/pkg-descr | 5 | ||||
-rw-r--r-- | textproc/p5-HTML-Tidy/pkg-plist | 10 |
4 files changed, 49 insertions, 0 deletions
diff --git a/textproc/p5-HTML-Tidy/Makefile b/textproc/p5-HTML-Tidy/Makefile new file mode 100644 index 000000000000..8a72bcc9b761 --- /dev/null +++ b/textproc/p5-HTML-Tidy/Makefile @@ -0,0 +1,32 @@ +# New ports collection makefile for: p5-HTML-Tidy +# Date Created: 8 june 2004 +# Whom: mat +# +# $FreeBSD$ +# + +PORTNAME= HTML-Tidy +PORTVERSION= 1.04 +CATEGORIES= textproc www perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= HTML +PKGNAMEPREFIX= p5- + +MAINTAINER= mat@FreeBSD.org +COMMENT= Web validation in a Perl object using tidy + +BUILD_DEPENDS= ${SITE_PERL}/LWP/UserAgent.pm:${PORTSDIR}/www/p5-libwww +LIB_DEPENDS= tidy:${PORTSDIR}/www/tidy-lib +RUN_DEPENDS= ${BUILD_DEPENDS} + +PERL_CONFIGURE= yes + +MAN3= HTML::Tidy.3 HTML::Tidy::Message.3 + +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} < 500600 +IGNORE= Needs perl 5.6 or higher, install lang/perl5 or lang/perl5.8 and try again +.endif + +.include <bsd.port.post.mk> diff --git a/textproc/p5-HTML-Tidy/distinfo b/textproc/p5-HTML-Tidy/distinfo new file mode 100644 index 000000000000..d86d141054a0 --- /dev/null +++ b/textproc/p5-HTML-Tidy/distinfo @@ -0,0 +1,2 @@ +MD5 (HTML-Tidy-1.04.tar.gz) = daeb58190dec1c9c9b355eaeed6e2970 +SIZE (HTML-Tidy-1.04.tar.gz) = 18931 diff --git a/textproc/p5-HTML-Tidy/pkg-descr b/textproc/p5-HTML-Tidy/pkg-descr new file mode 100644 index 000000000000..178ea6d28cc7 --- /dev/null +++ b/textproc/p5-HTML-Tidy/pkg-descr @@ -0,0 +1,5 @@ +HTML::Tidy is an HTML checker in a handy dandy object. It's meant as a +replacement for HTML::Lint. If you're currently an HTML::Lint user looking to +migrate, see the section "Converting from HTML::Lint". + +WWW: http://search.cpan.org/dist/HTML-Tidy diff --git a/textproc/p5-HTML-Tidy/pkg-plist b/textproc/p5-HTML-Tidy/pkg-plist new file mode 100644 index 000000000000..b0a39cc8829a --- /dev/null +++ b/textproc/p5-HTML-Tidy/pkg-plist @@ -0,0 +1,10 @@ +bin/webtidy +%%SITE_PERL%%/%%PERL_ARCH%%/HTML/Tidy.pm +%%SITE_PERL%%/%%PERL_ARCH%%/HTML/Tidy/Message.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/HTML/Tidy/.packlist +%%SITE_PERL%%/%%PERL_ARCH%%/auto/HTML/Tidy/Tidy.bs +%%SITE_PERL%%/%%PERL_ARCH%%/auto/HTML/Tidy/Tidy.so +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/HTML/Tidy +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/HTML 2>/dev/null || true +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/HTML/Tidy +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/HTML 2>/dev/null || true |