Re: NEW: www/p5-WWW-Robot

2005-10-09 Thread Alexandre Anriot
 Jasper Lievisse Adriaanse [EMAIL PROTECTED] wrote:
 
  Please test and comment.

Same comments as for Dilbert, $OpenBSD$ tag and PKG_ARCH=* are missing.

BUILD_DEPENDS are also useless.
 
 [EMAIL PROTECTED]:tmp $ perl a.pl
 WWW::Robot: failed to create User Agent object: LWP::RobotUA from
 address required at /usr/local/libdata/perl5/site_perl/WWW/Robot.pm line
 1160

Robot.pm try to create a LWP::RobotUA object, but calls the ctor with an
invalid email address (FROM), and a uncaught exception is raised.

Version 0.011 since 1997, I'm not sure that this module is ready for
import..

 Any the code is (taken from manual page):
 
 use WWW::Robot;

 $robot = new WWW::Robot(
 'NAME' = 'MyRobot',
 'VERSION'  = '1.000',
 'EMAIL'= '[EMAIL PROTECTED]'
 );
   
 # ... configure the robot's operation ...
   
 $robot-run( 'http://www.foobar.com/' );
 
 Alek
 -- 
 Sure, there's a free driver, and a non-free management interface, so it's
 only half a driver. Pretending to have a production system using a raid card
 that with no supportable management interface so you have to reboot to fix
 anything is like buying birth control pills in packs of 20. Pretty soon you'r
 e
 going to take a good fucking on a day you really can't afford it. Period.
  -- Bob Beck, http://archives.neohapsis.com/archives/openbsd/2005-03/1618.htm
 l
 



Re: NEW: www/p5-WWW-Robot

2005-10-08 Thread Aleksander Piotrowski
Jasper Lievisse Adriaanse [EMAIL PROTECTED] wrote:

 Please test and comment.

[EMAIL PROTECTED]:tmp $ perl a.pl
WWW::Robot: failed to create User Agent object: LWP::RobotUA from
address required at /usr/local/libdata/perl5/site_perl/WWW/Robot.pm line
1160

Any the code is (taken from manual page):

use WWW::Robot;
   
$robot = new WWW::Robot(
'NAME' = 'MyRobot',
'VERSION'  = '1.000',
'EMAIL'= '[EMAIL PROTECTED]'
);
  
# ... configure the robot's operation ...
  
$robot-run( 'http://www.foobar.com/' );

Alek
-- 
Sure, there's a free driver, and a non-free management interface, so it's
only half a driver. Pretending to have a production system using a raid card
that with no supportable management interface so you have to reboot to fix
anything is like buying birth control pills in packs of 20. Pretty soon you're
going to take a good fucking on a day you really can't afford it. Period.
 -- Bob Beck, http://archives.neohapsis.com/archives/openbsd/2005-03/1618.html



NEW: www/p5-WWW-Robot

2005-10-02 Thread Jasper Lievisse Adriaanse
Hello,

here a port for the WWW::Robot module. It has been tested on i386-current.

See http://search.cpan.org/src/AWRIGLEY/WWW-Robot-0.023/README for more info
about WWW::Robot.

Please test and comment.

Jasper
-- 
Security is decided by quality -- Theo de Raadt


p5-WWW-Robot.tar.gz
Description: Binary data