This is a simple HTML link extractor

This commit is contained in:
Andrey A. Chernov 2004-07-15 11:16:12 +00:00
parent e0393ad66e
commit b496137ddf
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=113705
5 changed files with 39 additions and 0 deletions

View File

@ -435,6 +435,7 @@
SUBDIR += p5-HTML-Parser SUBDIR += p5-HTML-Parser
SUBDIR += p5-HTML-QuickCheck SUBDIR += p5-HTML-QuickCheck
SUBDIR += p5-HTML-Scrubber SUBDIR += p5-HTML-Scrubber
SUBDIR += p5-HTML-SimpleLinkExtor
SUBDIR += p5-HTML-SimpleParse SUBDIR += p5-HTML-SimpleParse
SUBDIR += p5-HTML-StickyQuery SUBDIR += p5-HTML-StickyQuery
SUBDIR += p5-HTML-Stream SUBDIR += p5-HTML-Stream

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

View File

@ -0,0 +1,2 @@
MD5 (HTML-SimpleLinkExtor-1.06.tar.gz) = b86290d5f29049d198c02ad76f80ee5d
SIZE (HTML-SimpleLinkExtor-1.06.tar.gz) = 4827

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

View 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