1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

Finish repocopy of devel/p5-WWW-Mechanize-FormFiller to

www/p5-WWW-Mechanize-FormFiller.
This commit is contained in:
Anton Berezin 2004-07-09 12:35:03 +00:00
parent 5c1b9bab32
commit af23b32619
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=113274
8 changed files with 3 additions and 97 deletions

1
MOVED
View File

@ -1189,3 +1189,4 @@ net/kopete|net/kdenetwork3|2004-07-02|kopete was integrated into the kdenetwork3
www/p5-Flash-FLAP|www/p5-AMF-Perl|2004-07-04|renamed
net/gnomenetwork|net/gnomenettool|2004-07-05|gnomenettool replaces the unmaintained gnomenetwork
misc/cfe||2004-07-06|no longer exists
devel/p5-WWW-Mechanize-FormFiller|www/p5-WWW-Mechanize-FormFiller|2004-07-09|moved to correct category (www)

View File

@ -980,7 +980,6 @@
SUBDIR += p5-VCP
SUBDIR += p5-VCS
SUBDIR += p5-VCS-CVS
SUBDIR += p5-WWW-Mechanize-FormFiller
SUBDIR += p5-Want
SUBDIR += p5-base
SUBDIR += p5-enum

View File

@ -1,63 +0,0 @@
# New Ports Collection Makefile for: p5-WWW-Mechanize-FormFiller
# Date created: 2004-07-07
# Whom: Anton Berezin <tobez@FreeBSD.org>
# $FreeBSD$
PORTNAME= WWW-Mechanize-FormFiller
PORTVERSION= 0.05
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= WWW
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl framework to automate HTML forms
BUILD_DEPENDS= ${SITE_PERL}/Data/Random.pm:${PORTSDIR}/devel/p5-Data-Random \
${SITE_PERL}/HTML/Form.pm:${PORTSDIR}/www/p5-libwww \
${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
MAN3= WWW::Mechanize::FormFiller.3 \
WWW::Mechanize::FormFiller::Value.3 \
WWW::Mechanize::FormFiller::Value::Callback.3 \
WWW::Mechanize::FormFiller::Value::Default.3 \
WWW::Mechanize::FormFiller::Value::Fixed.3 \
WWW::Mechanize::FormFiller::Value::Interactive.3 \
WWW::Mechanize::FormFiller::Value::Keep.3 \
WWW::Mechanize::FormFiller::Value::Random.3 \
WWW::Mechanize::FormFiller::Value::Random::Chars.3 \
WWW::Mechanize::FormFiller::Value::Random::Date.3 \
WWW::Mechanize::FormFiller::Value::Random::Word.3
FIX_USE_WARN= lib/WWW/Mechanize/FormFiller.pm \
lib/WWW/Mechanize/FormFiller/Value/Interactive.pm \
t/embedded-WWW-Mechanize-FormFiller-Value-Interactive.t \
t/embedded-WWW-Mechanize-FormFiller.t
FIX_USE_BASE= lib/WWW/Mechanize/FormFiller/Value/Callback.pm \
lib/WWW/Mechanize/FormFiller/Value/Default.pm \
lib/WWW/Mechanize/FormFiller/Value/Fixed.pm \
lib/WWW/Mechanize/FormFiller/Value/Interactive.pm \
lib/WWW/Mechanize/FormFiller/Value/Keep.pm \
lib/WWW/Mechanize/FormFiller/Value/Random/Chars.pm \
lib/WWW/Mechanize/FormFiller/Value/Random/Date.pm \
lib/WWW/Mechanize/FormFiller/Value/Random/Word.pm \
lib/WWW/Mechanize/FormFiller/Value/Random.pm
.include <bsd.port.pre.mk>
post-patch:
.for _patch in ${FIX_USE_WARN}
${MV} ${WRKSRC}/${_patch} ${WRKSRC}/${_patch}.orig
${ECHO_CMD} 'BEGIN{if($$] < 5.006 && !$$::INC{"warnings.pm"}){ eval q|package warnings;sub import{$$^W=1}sub unimport{$$^W=0;1}$$::INC{"warnings.pm"}=1|}}' >${WRKSRC}/${_patch}
${CAT} ${WRKSRC}/${_patch}.orig >>${WRKSRC}/${_patch}
${RM} ${WRKSRC}/${_patch}.orig
.endfor
.for _patch in ${FIX_USE_BASE}
${PERL} -pi -e 's/(use base .([\w:]+).;)/use $$2;$$1/' ${WRKSRC}/${_patch}
.endfor
.include <bsd.port.post.mk>

View File

@ -1,2 +0,0 @@
MD5 (WWW-Mechanize-FormFiller-0.05.tar.gz) = ffd7f488439c202d45ac6081b268eb38
SIZE (WWW-Mechanize-FormFiller-0.05.tar.gz) = 17179

View File

@ -1,10 +0,0 @@
The module is intended as a simple way to fill out HTML forms from a set
of predetermined values. You set up the form filler with value elements,
retrieve the HTML form, and let the form filler loose on that form.
There are value classes provided for many tasks - fixed values, values
to be queried interactively from the user, values taken randomly from a
list of values and values specified through a callback to some Perl
code.
WWW: http://search.cpan.org/search?dist=WWW-Mechanize-FormFiller

View File

@ -1,20 +0,0 @@
%%SITE_PERL%%/%%PERL_ARCH%%/auto/WWW/Mechanize/FormFiller/.packlist
%%SITE_PERL%%/WWW/Mechanize/FormFiller.pm
%%SITE_PERL%%/WWW/Mechanize/FormFiller/Value.pm
%%SITE_PERL%%/WWW/Mechanize/FormFiller/Value/Keep.pm
%%SITE_PERL%%/WWW/Mechanize/FormFiller/Value/Random.pm
%%SITE_PERL%%/WWW/Mechanize/FormFiller/Value/Fixed.pm
%%SITE_PERL%%/WWW/Mechanize/FormFiller/Value/Default.pm
%%SITE_PERL%%/WWW/Mechanize/FormFiller/Value/Interactive.pm
%%SITE_PERL%%/WWW/Mechanize/FormFiller/Value/Callback.pm
%%SITE_PERL%%/WWW/Mechanize/FormFiller/Value/Random/Date.pm
%%SITE_PERL%%/WWW/Mechanize/FormFiller/Value/Random/Chars.pm
%%SITE_PERL%%/WWW/Mechanize/FormFiller/Value/Random/Word.pm
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/WWW/Mechanize/FormFiller
@dirrm %%SITE_PERL%%/WWW/Mechanize/FormFiller/Value/Random
@dirrm %%SITE_PERL%%/WWW/Mechanize/FormFiller/Value
@dirrm %%SITE_PERL%%/WWW/Mechanize/FormFiller
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/WWW/Mechanize 2>/dev/null || true
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/WWW 2>/dev/null || true
@unexec rmdir %D/%%SITE_PERL%%/WWW/Mechanize 2>/dev/null || true
@unexec rmdir %D/%%SITE_PERL%%/WWW 2>/dev/null || true

View File

@ -496,6 +496,7 @@
SUBDIR += p5-WWW-IMDb
SUBDIR += p5-WWW-Link
SUBDIR += p5-WWW-Mechanize
SUBDIR += p5-WWW-Mechanize-FormFiller
SUBDIR += p5-WWW-Mechanize-Shell
SUBDIR += p5-WWW-Robot
SUBDIR += p5-WWW-Search

View File

@ -5,7 +5,7 @@
PORTNAME= WWW-Mechanize-FormFiller
PORTVERSION= 0.05
CATEGORIES= devel perl5
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= WWW
PKGNAMEPREFIX= p5-