mirror of
https://git.freebsd.org/ports.git
synced 2025-06-03 20:06:29 -04:00
Extract text contained within an HTML document
WWW: http://search.cpan.org/dist/HTML-ContentExtractor/ PR: ports/124261 Submitted by: Oleg Mamontov <oleg at mamontov.net>
This commit is contained in:
parent
84cc246896
commit
e257fefc35
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=214380
5 changed files with 38 additions and 0 deletions
|
@ -753,6 +753,7 @@
|
|||
SUBDIR += p5-HTML-CalendarMonthSimple
|
||||
SUBDIR += p5-HTML-Chunks
|
||||
SUBDIR += p5-HTML-Clean
|
||||
SUBDIR += p5-HTML-ContentExtractor
|
||||
SUBDIR += p5-HTML-Diff
|
||||
SUBDIR += p5-HTML-Display
|
||||
SUBDIR += p5-HTML-Element-Extended
|
||||
|
|
25
www/p5-HTML-ContentExtractor/Makefile
Normal file
25
www/p5-HTML-ContentExtractor/Makefile
Normal file
|
@ -0,0 +1,25 @@
|
|||
# New ports collection makefile for: p5-HTML-ContentExtractor
|
||||
# Date created: 2008-05-30
|
||||
# Whom: Oleg Mamontov <oleg@mamontov.net>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= HTML-ContentExtractor
|
||||
PORTVERSION= 0.03
|
||||
CATEGORIES= www perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= oleg@mamontov.net
|
||||
COMMENT= Extract text contained within an HTML document
|
||||
|
||||
RUN_DEPENDS= p5-HTML-Tree>=3.13:${PORTSDIR}/www/p5-HTML-Tree \
|
||||
p5-HTML-TableExtract>=2.10:${PORTSDIR}/www/p5-HTML-TableExtract
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= HTML::ContentExtractor.3
|
||||
|
||||
.include <bsd.port.mk>
|
3
www/p5-HTML-ContentExtractor/distinfo
Normal file
3
www/p5-HTML-ContentExtractor/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
MD5 (HTML-ContentExtractor-0.03.tar.gz) = ec63f9ab58887c1bdcfe6e644f807816
|
||||
SHA256 (HTML-ContentExtractor-0.03.tar.gz) = bda3a208ba0f7cb8399d8338eb95ff0563e473429a8e12eca251de60b095020c
|
||||
SIZE (HTML-ContentExtractor-0.03.tar.gz) = 5471
|
3
www/p5-HTML-ContentExtractor/pkg-descr
Normal file
3
www/p5-HTML-ContentExtractor/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
|||
Extract text contained within an HTML document
|
||||
|
||||
WWW: http://search.cpan.org/dist/HTML-ContentExtractor/
|
6
www/p5-HTML-ContentExtractor/pkg-plist
Normal file
6
www/p5-HTML-ContentExtractor/pkg-plist
Normal file
|
@ -0,0 +1,6 @@
|
|||
@comment $FreeBSD$
|
||||
%%SITE_PERL%%/HTML/ContentExtractor.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/HTML/ContentExtractor/.packlist
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/HTML/ContentExtractor
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/HTML
|
||||
@dirrmtry %%SITE_PERL%%/HTML
|
Loading…
Add table
Reference in a new issue