diff options
author | Anton Berezin <tobez@FreeBSD.org> | 2005-12-04 15:53:30 +0000 |
---|---|---|
committer | Anton Berezin <tobez@FreeBSD.org> | 2005-12-04 15:53:30 +0000 |
commit | 552df2c53c72f6b3ec428e67e22c608f03b32f58 (patch) | |
tree | 8e505f6a22284c1f3e97bfdfeddf525cc3b0cc6d /www | |
parent | Update to 0.13. (diff) |
Retire p5-WWW-Automate, folks should really be using p5-WWW-Mechanize
instead.
Notes
Notes:
svn path=/head/; revision=150381
Diffstat (limited to 'www')
-rw-r--r-- | www/Makefile | 1 | ||||
-rw-r--r-- | www/p5-WWW-Automate/Makefile | 33 | ||||
-rw-r--r-- | www/p5-WWW-Automate/distinfo | 2 | ||||
-rw-r--r-- | www/p5-WWW-Automate/pkg-descr | 12 | ||||
-rw-r--r-- | www/p5-WWW-Automate/pkg-plist | 5 |
5 files changed, 0 insertions, 53 deletions
diff --git a/www/Makefile b/www/Makefile index 0003a285709f..37be31881910 100644 --- a/www/Makefile +++ b/www/Makefile @@ -649,7 +649,6 @@ SUBDIR += p5-URI-Sequin SUBDIR += p5-W3C-LinkChecker SUBDIR += p5-W3C-LogValidator - SUBDIR += p5-WWW-Automate SUBDIR += p5-WWW-Babelfish SUBDIR += p5-WWW-Curl SUBDIR += p5-WWW-Dilbert diff --git a/www/p5-WWW-Automate/Makefile b/www/p5-WWW-Automate/Makefile deleted file mode 100644 index 88b6133e621f..000000000000 --- a/www/p5-WWW-Automate/Makefile +++ /dev/null @@ -1,33 +0,0 @@ -# New ports collection makefile for: p5-WWW-Automate -# Date created: 07 June 2002 -# Whom: Anton Berezin <tobez@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= WWW-Automate -PORTVERSION= 0.20 -CATEGORIES= www perl5 -MASTER_SITES= ${MASTER_SITE_PERL_CPAN} -MASTER_SITE_SUBDIR= WWW -PKGNAMEPREFIX= p5- - -MAINTAINER= tobez@FreeBSD.org -COMMENT= A perl5 module to automate interaction with websites - -BUILD_DEPENDS= ${SITE_PERL}/LWP/UserAgent.pm:${PORTSDIR}/www/p5-libwww \ - ${SITE_PERL}/${PERL_ARCH}/HTML/TokeParser.pm:${PORTSDIR}/www/p5-HTML-Parser \ - ${SITE_PERL}/${PERL_ARCH}/Clone.pm:${PORTSDIR}/devel/p5-Clone \ - ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple -RUN_DEPENDS= ${BUILD_DEPENDS} - -PERL_CONFIGURE= yes - -MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} -MAN3= WWW::Automate.3 - -post-patch: - ${PERL} -pi -e 's/^our\s+([\$$\@\%]\w+)/use vars qw($$1);$$1/;' \ - ${WRKSRC}/lib/WWW/Automate.pm - -.include <bsd.port.mk> diff --git a/www/p5-WWW-Automate/distinfo b/www/p5-WWW-Automate/distinfo deleted file mode 100644 index f066c478c5ad..000000000000 --- a/www/p5-WWW-Automate/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (WWW-Automate-0.20.tar.gz) = 0ab6c4cb5a6b62e760acbd854e16d684 -SIZE (WWW-Automate-0.20.tar.gz) = 5240 diff --git a/www/p5-WWW-Automate/pkg-descr b/www/p5-WWW-Automate/pkg-descr deleted file mode 100644 index 87fab4ab7096..000000000000 --- a/www/p5-WWW-Automate/pkg-descr +++ /dev/null @@ -1,12 +0,0 @@ -This module is intended to help you automate interaction with a website. -It bears a not-very-remarkable outwards resemblance to WWW::Chat, on -which it is based. The main difference between this module and -WWW::Chat is that WWW::Chat requires a pre-processing stage before you -can run your script, whereas WWW::Automate does not. - -WWW::Automate is a subclass of LWP::UserAgent, so anything you can do -with an LWP::UserAgent, you can also do with this. See LWP::UserAgent -for more information on the possibilities. - -Author: Kirrily 'Skud' Robert <skud@infotrope.net> -WWW: http://search.cpan.org/dist/WWW-Automate/ diff --git a/www/p5-WWW-Automate/pkg-plist b/www/p5-WWW-Automate/pkg-plist deleted file mode 100644 index 9246757bb73f..000000000000 --- a/www/p5-WWW-Automate/pkg-plist +++ /dev/null @@ -1,5 +0,0 @@ -%%SITE_PERL%%/%%PERL_ARCH%%/auto/WWW/Automate/.packlist -%%SITE_PERL%%/WWW/Automate.pm -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/WWW/Automate -@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/WWW 2>/dev/null || true -@unexec rmdir %D/%%SITE_PERL%%/WWW 2>/dev/null || true |