Add p5-HTML-Copy, Copy a HTML file without breaking links.

Submitted by:	chinsan
Approved by:	rafan (mentor, implicit)
This commit is contained in:
Chin-San Huang 2007-08-25 12:26:18 +00:00
parent 1c7cd4a711
commit 788c558ba9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=198284
5 changed files with 42 additions and 0 deletions

View File

@ -360,6 +360,7 @@
SUBDIR += p5-FormValidator-Simple
SUBDIR += p5-Games-Dissociate
SUBDIR += p5-Google-Data-JSON
SUBDIR += p5-HTML-Copy
SUBDIR += p5-HTML-Entities-ImodePictogram
SUBDIR += p5-HTML-Entities-Numbered
SUBDIR += p5-HTML-EscapeEvil

View File

@ -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>

View File

@ -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

View File

@ -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/

View File

@ -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