Add p5-HTML-Element-Library 3.51, HTML::Element convenience functions.
PR: ports/109305 Submitted by: chinsan
This commit is contained in:
parent
f38a428a20
commit
75b9dfaad4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=185525
5 changed files with 55 additions and 0 deletions
|
@ -634,6 +634,7 @@
|
||||||
SUBDIR += p5-HTML-Clean
|
SUBDIR += p5-HTML-Clean
|
||||||
SUBDIR += p5-HTML-Diff
|
SUBDIR += p5-HTML-Diff
|
||||||
SUBDIR += p5-HTML-Element-Extended
|
SUBDIR += p5-HTML-Element-Extended
|
||||||
|
SUBDIR += p5-HTML-Element-Library
|
||||||
SUBDIR += p5-HTML-Embperl
|
SUBDIR += p5-HTML-Embperl
|
||||||
SUBDIR += p5-HTML-Encoding
|
SUBDIR += p5-HTML-Encoding
|
||||||
SUBDIR += p5-HTML-FillInForm
|
SUBDIR += p5-HTML-FillInForm
|
||||||
|
|
37
www/p5-HTML-Element-Library/Makefile
Normal file
37
www/p5-HTML-Element-Library/Makefile
Normal file
|
@ -0,0 +1,37 @@
|
||||||
|
# New ports collection makefile for: p5-HTML-Element-Library
|
||||||
|
# Date created: 2007/02/14
|
||||||
|
# Whom: chinsan
|
||||||
|
#
|
||||||
|
# $FreeBSD$
|
||||||
|
#
|
||||||
|
|
||||||
|
PORTNAME= HTML-Element-Library
|
||||||
|
PORTVERSION= 3.51
|
||||||
|
CATEGORIES= www perl5
|
||||||
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||||
|
MASTER_SITE_SUBDIR= HTML
|
||||||
|
PKGNAMEPREFIX= p5-
|
||||||
|
|
||||||
|
MAINTAINER= chinsan@FreeBSD.org
|
||||||
|
COMMENT= HTML::Element convenience functions
|
||||||
|
|
||||||
|
BUILD_DEPENDS= p5-Array-Group>=0:${PORTSDIR}/devel/p5-Array-Group \
|
||||||
|
p5-File-Slurp>=0:${PORTSDIR}/devel/p5-File-Slurp \
|
||||||
|
p5-List-MoreUtils>=0:${PORTSDIR}/lang/p5-List-MoreUtils \
|
||||||
|
p5-List-Rotation-Cycle>=0:${PORTSDIR}/devel/p5-List-Rotation-Cycle \
|
||||||
|
p5-Params-Validate>=0:${PORTSDIR}/devel/p5-Params-Validate \
|
||||||
|
p5-Scalar-Listify>=0:${PORTSDIR}/devel/p5-Scalar-Listify \
|
||||||
|
p5-HTML-PrettyPrinter>=0:${PORTSDIR}/www/p5-HTML-PrettyPrinter \
|
||||||
|
p5-HTML-Tree>=0:${PORTSDIR}/www/p5-HTML-Tree
|
||||||
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||||
|
|
||||||
|
MAN3= HTML::Element::Library.3 HTML::Element::Library::Changes.3
|
||||||
|
|
||||||
|
PERL_CONFIGURE= yes
|
||||||
|
|
||||||
|
.include <bsd.port.pre.mk>
|
||||||
|
|
||||||
|
post-extract:
|
||||||
|
@${CP} ${WRKSRC}/Changes ${WRKSRC}/CHANGES
|
||||||
|
|
||||||
|
.include <bsd.port.post.mk>
|
3
www/p5-HTML-Element-Library/distinfo
Normal file
3
www/p5-HTML-Element-Library/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
MD5 (HTML-Element-Library-3.51.tar.gz) = a3d1b131036014a0ebcc3dbcb32d6b61
|
||||||
|
SHA256 (HTML-Element-Library-3.51.tar.gz) = c5c6291361fccf44298d4fbc94fa925f672d594dcddcd77319cbc768df881b57
|
||||||
|
SIZE (HTML-Element-Library-3.51.tar.gz) = 32943
|
5
www/p5-HTML-Element-Library/pkg-descr
Normal file
5
www/p5-HTML-Element-Library/pkg-descr
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
HTML::Element::Library - HTML::Element convenience functions
|
||||||
|
This method provides API calls for common actions on trees when using
|
||||||
|
HTML::Tree.
|
||||||
|
|
||||||
|
WWW: http://search.cpan.org/dist/HTML-Element-Library/
|
9
www/p5-HTML-Element-Library/pkg-plist
Normal file
9
www/p5-HTML-Element-Library/pkg-plist
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
%%SITE_PERL%%/%%PERL_ARCH%%/auto/HTML/Element/Library/.packlist
|
||||||
|
%%SITE_PERL%%/HTML/Element/Library.pm
|
||||||
|
%%SITE_PERL%%/HTML/Element/Library/Changes.pod
|
||||||
|
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/HTML/Element/Library
|
||||||
|
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/HTML/Element
|
||||||
|
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/HTML
|
||||||
|
@dirrmtry %%SITE_PERL%%/HTML/Element/Library
|
||||||
|
@dirrmtry %%SITE_PERL%%/HTML/Element
|
||||||
|
@dirrmtry %%SITE_PERL%%/HTML
|
Loading…
Reference in a new issue