diff options
author | Chin-San Huang <chinsan@FreeBSD.org> | 2007-08-25 12:26:18 +0000 |
---|---|---|
committer | Chin-San Huang <chinsan@FreeBSD.org> | 2007-08-25 12:26:18 +0000 |
commit | 788c558ba92e5de888093e8fbe087bb8e91681d1 (patch) | |
tree | 2b3384cf83da0c918dcb6c1e0bc722c6f6d48053 /textproc/p5-HTML-Copy | |
parent | 1c7cd4a711a38e6e14a61b90b00261a0ae70abc6 (diff) |
Add p5-HTML-Copy, Copy a HTML file without breaking links.
Submitted by: chinsan
Approved by: rafan (mentor, implicit)
Notes
Notes:
svn path=/head/; revision=198284
Diffstat (limited to 'textproc/p5-HTML-Copy')
-rw-r--r-- | textproc/p5-HTML-Copy/Makefile | 28 | ||||
-rw-r--r-- | textproc/p5-HTML-Copy/distinfo | 3 | ||||
-rw-r--r-- | textproc/p5-HTML-Copy/pkg-descr | 4 | ||||
-rw-r--r-- | textproc/p5-HTML-Copy/pkg-plist | 6 |
4 files changed, 41 insertions, 0 deletions
diff --git a/textproc/p5-HTML-Copy/Makefile b/textproc/p5-HTML-Copy/Makefile new file mode 100644 index 000000000000..179f30a40292 --- /dev/null +++ b/textproc/p5-HTML-Copy/Makefile @@ -0,0 +1,28 @@ +# New ports collection makefile for: p5-HTML-Copy +# Date created: 2007/08/25 +# Whom: chinsan +# +# $FreeBSD$ +# + +PORTNAME= HTML-Copy +PORTVERSION= 1.22 +CATEGORIES= textproc perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= HTML/TKURITA +PKGNAMEPREFIX= p5- + +MAINTAINER= chinsan@FreeBSD.org +COMMENT= Copy a HTML file without breaking links + +BUILD_DEPENDS= p5-HTML-Parser>=0:${PORTSDIR}/www/p5-HTML-Parser \ + p5-libwww>=0:${PORTSDIR}/www/p5-libwww \ + p5-Class-Accessor>=0:${PORTSDIR}/devel/p5-Class-Accessor \ + p5-URI>=0:${PORTSDIR}/net/p5-URI + +PERL_CONFIGURE= yes + +MAN1= htmlcopy.1 +MAN3= HTML::Copy.3 + +.include <bsd.port.mk> diff --git a/textproc/p5-HTML-Copy/distinfo b/textproc/p5-HTML-Copy/distinfo new file mode 100644 index 000000000000..2bacbdbbcfe0 --- /dev/null +++ b/textproc/p5-HTML-Copy/distinfo @@ -0,0 +1,3 @@ +MD5 (HTML-Copy-1.22.tar.gz) = 1a2d8f9e1e892b42fb875e82e089921d +SHA256 (HTML-Copy-1.22.tar.gz) = 8e3984401fb1c9f2d1f571e32aa2ce29e1575c5e3dc241b19d69e5ef2b78eafd +SIZE (HTML-Copy-1.22.tar.gz) = 5764 diff --git a/textproc/p5-HTML-Copy/pkg-descr b/textproc/p5-HTML-Copy/pkg-descr new file mode 100644 index 000000000000..358c28596259 --- /dev/null +++ b/textproc/p5-HTML-Copy/pkg-descr @@ -0,0 +1,4 @@ +This module is to copy a HTML file without beaking links in the file. +This module is a sub class of HTML::Parser. + +WWW: http://search.cpan.org/dist/HTML-Copy/ diff --git a/textproc/p5-HTML-Copy/pkg-plist b/textproc/p5-HTML-Copy/pkg-plist new file mode 100644 index 000000000000..a283424330b7 --- /dev/null +++ b/textproc/p5-HTML-Copy/pkg-plist @@ -0,0 +1,6 @@ +bin/htmlcopy +%%SITE_PERL%%/%%PERL_ARCH%%/auto/HTML/Copy/.packlist +%%SITE_PERL%%/HTML/Copy.pm +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/HTML/Copy +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/HTML +@dirrmtry %%SITE_PERL%%/HTML |