mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
Add p5-HTML-TableExtract 1.05, a Perl extension for extracting the text
contained in tables within an HTML document. PR: 22180 Submitted by: Sergey Osokin <osa@FreeBSD.org.ru>
This commit is contained in:
parent
0444c438dc
commit
f0043cbbc4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=34337
@ -137,6 +137,7 @@
|
||||
SUBDIR += p5-HTML-QuickCheck
|
||||
SUBDIR += p5-HTML-Stream
|
||||
SUBDIR += p5-HTML-Summary
|
||||
SUBDIR += p5-HTML-TableExtract
|
||||
SUBDIR += p5-HTML-TableLayout
|
||||
SUBDIR += p5-HTML-Tagset
|
||||
SUBDIR += p5-HTML-Template
|
||||
|
26
www/p5-HTML-TableExtract/Makefile
Normal file
26
www/p5-HTML-TableExtract/Makefile
Normal file
@ -0,0 +1,26 @@
|
||||
# New ports collection makefile for: p5-HTML-TableExtract
|
||||
# Date created: October 21th 2000
|
||||
# Whom: Sergey Osokin aka oZZ <ozz@FreeBSD.org.ru>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= HTML-TableExtract
|
||||
PORTVERSION= 1.05
|
||||
CATEGORIES= www perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= HTML
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= ozz@FreeBSD.org.ru
|
||||
|
||||
USE_PERL5= yes
|
||||
|
||||
MAN3= HTML::TableExtract.3
|
||||
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
|
||||
|
||||
do-configure:
|
||||
@cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL \
|
||||
CC="${CC}" CCFLAGS="${CFLAGS}"
|
||||
|
||||
.include <bsd.port.mk>
|
1
www/p5-HTML-TableExtract/distinfo
Normal file
1
www/p5-HTML-TableExtract/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (HTML-TableExtract-1.05.tar.gz) = 3a515de85c93e688a37c07e042901a11
|
1
www/p5-HTML-TableExtract/pkg-comment
Normal file
1
www/p5-HTML-TableExtract/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
Perl extension for extracting the text contained in tables within an HTML document
|
6
www/p5-HTML-TableExtract/pkg-descr
Normal file
6
www/p5-HTML-TableExtract/pkg-descr
Normal file
@ -0,0 +1,6 @@
|
||||
HTML::TableExtract is a module that simplifies the extraction
|
||||
of information contained in tables within HTML documents.
|
||||
|
||||
Tables of note may be specified using Headers, Depth, Count,
|
||||
or some combination of the three. See the module documentation
|
||||
for details.
|
3
www/p5-HTML-TableExtract/pkg-plist
Normal file
3
www/p5-HTML-TableExtract/pkg-plist
Normal file
@ -0,0 +1,3 @@
|
||||
lib/perl5/site_perl/%%PERL_VER%%/HTML/TableExtract.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/HTML-TableExtract/.packlist
|
||||
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/HTML-TableExtract
|
Loading…
Reference in New Issue
Block a user