Add p5-WWW-Robot 0.022, a perl interface to a generic web traversal
engine.
This commit is contained in:
parent
8b1d416e7c
commit
67f64b8151
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=36740
@ -169,6 +169,7 @@
|
||||
SUBDIR += p5-HTTPD-Tools
|
||||
SUBDIR += p5-ParallelUA
|
||||
SUBDIR += p5-WWW-Babelfish
|
||||
SUBDIR += p5-WWW-Robot
|
||||
SUBDIR += p5-WWW-Search
|
||||
SUBDIR += p5-libapreq
|
||||
SUBDIR += p5-libwww
|
||||
|
28
www/p5-WWW-Robot/Makefile
Normal file
28
www/p5-WWW-Robot/Makefile
Normal file
@ -0,0 +1,28 @@
|
||||
# New ports collection makefile for: WWW-Robot
|
||||
# Date created: Wed Jan 3 08:06:35 2001
|
||||
# Whom: will
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= WWW-Robot
|
||||
PORTVERSION= 0.022
|
||||
CATEGORIES= www perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= WWW
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
|
||||
BUILD_DEPENDS= ${SITE_PERL}/HTML/Element.pm:${PORTSDIR}/www/p5-HTML-Tree \
|
||||
${SITE_PERL}/${PERL_ARCH}/HTML/Parser.pm:${PORTSDIR}/www/p5-HTML-Parser \
|
||||
${SITE_PERL}/HTML/Tagset.pm:${PORTSDIR}/www/p5-HTML-Tagset
|
||||
|
||||
SITE_PERL= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}
|
||||
USE_PERL5= yes
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
|
||||
MAN3= WWW::Robot.3
|
||||
|
||||
.include <bsd.port.mk>
|
1
www/p5-WWW-Robot/distinfo
Normal file
1
www/p5-WWW-Robot/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (WWW-Robot-0.022.tar.gz) = 051485687d3df6fe3c2e318eb388817b
|
1
www/p5-WWW-Robot/pkg-comment
Normal file
1
www/p5-WWW-Robot/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
Perl interface to a generic web traversal engine
|
6
www/p5-WWW-Robot/pkg-descr
Normal file
6
www/p5-WWW-Robot/pkg-descr
Normal file
@ -0,0 +1,6 @@
|
||||
WWW::Robot is a perl interface that provides a web traversal engine
|
||||
for use in web robots.
|
||||
|
||||
Author: Neil Bowers <neilb@cre.canon.co.uk>
|
||||
|
||||
--will
|
3
www/p5-WWW-Robot/pkg-plist
Normal file
3
www/p5-WWW-Robot/pkg-plist
Normal file
@ -0,0 +1,3 @@
|
||||
lib/perl5/site_perl/%%PERL_VER%%/WWW/Robot.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/WWW/Robot/.packlist
|
||||
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/WWW/Robot
|
Loading…
Reference in New Issue
Block a user