mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
This is a simple HTML link extractor
This commit is contained in:
parent
e0393ad66e
commit
b496137ddf
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=113705
@ -435,6 +435,7 @@
|
||||
SUBDIR += p5-HTML-Parser
|
||||
SUBDIR += p5-HTML-QuickCheck
|
||||
SUBDIR += p5-HTML-Scrubber
|
||||
SUBDIR += p5-HTML-SimpleLinkExtor
|
||||
SUBDIR += p5-HTML-SimpleParse
|
||||
SUBDIR += p5-HTML-StickyQuery
|
||||
SUBDIR += p5-HTML-Stream
|
||||
|
26
www/p5-HTML-SimpleLinkExtor/Makefile
Normal file
26
www/p5-HTML-SimpleLinkExtor/Makefile
Normal file
@ -0,0 +1,26 @@
|
||||
# New ports collection makefile for: p5-HTML-SimpleLinkExtor
|
||||
# Date created: 15 July 2004
|
||||
# Whom: Andrey Chernov <ache@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= HTML-SimpleLinkExtor
|
||||
PORTVERSION= 1.06
|
||||
CATEGORIES= www perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= HTML
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= This is a simple HTML link extractor
|
||||
|
||||
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/HTML/Parser.pm:${PORTSDIR}/www/p5-HTML-Parser \
|
||||
${SITE_PERL}/URI.pm:${PORTSDIR}/net/p5-URI
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= HTML::SimpleLinkExtor.3
|
||||
|
||||
.include <bsd.port.mk>
|
2
www/p5-HTML-SimpleLinkExtor/distinfo
Normal file
2
www/p5-HTML-SimpleLinkExtor/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
MD5 (HTML-SimpleLinkExtor-1.06.tar.gz) = b86290d5f29049d198c02ad76f80ee5d
|
||||
SIZE (HTML-SimpleLinkExtor-1.06.tar.gz) = 4827
|
5
www/p5-HTML-SimpleLinkExtor/pkg-descr
Normal file
5
www/p5-HTML-SimpleLinkExtor/pkg-descr
Normal file
@ -0,0 +1,5 @@
|
||||
This is a simple HTML link extractor designed for the person who does
|
||||
not want to deal with the intricacies of "HTML::Parser" or the de-ref-
|
||||
erencing needed to get links out of "HTML::LinkExtor".
|
||||
|
||||
WWW: http://search.cpan.org/dist/HTML-SimpleLinkExtor/
|
5
www/p5-HTML-SimpleLinkExtor/pkg-plist
Normal file
5
www/p5-HTML-SimpleLinkExtor/pkg-plist
Normal file
@ -0,0 +1,5 @@
|
||||
%%SITE_PERL%%/HTML/SimpleLinkExtor.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/HTML/SimpleLinkExtor/.packlist
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/HTML/SimpleLinkExtor
|
||||
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/HTML 2>/dev/null || true
|
||||
@unexec rmdir %D/%%SITE_PERL%%/HTML 2>/dev/null || true
|
Loading…
Reference in New Issue
Block a user