From 788c558ba92e5de888093e8fbe087bb8e91681d1 Mon Sep 17 00:00:00 2001 From: Chin-San Huang Date: Sat, 25 Aug 2007 12:26:18 +0000 Subject: Add p5-HTML-Copy, Copy a HTML file without breaking links. Submitted by: chinsan Approved by: rafan (mentor, implicit) --- textproc/p5-HTML-Copy/Makefile | 28 ++++++++++++++++++++++++++++ textproc/p5-HTML-Copy/distinfo | 3 +++ textproc/p5-HTML-Copy/pkg-descr | 4 ++++ textproc/p5-HTML-Copy/pkg-plist | 6 ++++++ 4 files changed, 41 insertions(+) create mode 100644 textproc/p5-HTML-Copy/Makefile create mode 100644 textproc/p5-HTML-Copy/distinfo create mode 100644 textproc/p5-HTML-Copy/pkg-descr create mode 100644 textproc/p5-HTML-Copy/pkg-plist (limited to 'textproc/p5-HTML-Copy') 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 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 -- cgit v1.2.3