libraries/libwww-perl: Updated for version 5.834

This commit is contained in:
LukenShiro 2010-05-13 00:32:13 +02:00 committed by David Somero
parent ee1a2936f3
commit 77b9dd7054
4 changed files with 14 additions and 12 deletions

View File

@ -1,6 +1,6 @@
libwww-perl - WWW client/server library for perl
It is a set of Perl modules which provides a simple and consistent
This is a set of Perl modules which provides a simple and consistent
application programming interface to the World-Wide Web. The main focus of
the library is to provide classes and functions that allow you to write
WWW clients. The library also contain modules that are of more general
@ -21,5 +21,4 @@ LWP::Protocol::nntp, LWP::Protocol::nogo, LWP::RobotUA, LWP::Simple,
LWP::UserAgent, Net::HTTP, Net::HTTP::Methods, Net::HTTP::NB, Net::HTTPS,
WWW::RobotRules, WWW::RobotRules::AnyDBM_File.
It requires: perl-html-parser, perl-html-tagset and Compress-Zlib. All of
them are available on SlackBuilds.org
This requires perl-html-parser and perl-html-tagset.

View File

@ -2,7 +2,7 @@
# Slackware build script for libwww-perl
# Copyright 2008-2009 LukenShiro <lukenshiro@ngi.it>
# Copyright 2008-2010 LukenShiro <lukenshiro@ngi.it>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -23,8 +23,8 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=libwww-perl
VERSION=${VERSION:-5.825}
ARCH=noarch
VERSION=${VERSION:-5.834}
ARCH=${ARCH:-i486}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -81,4 +81,4 @@ mkdir -p $PKG/install
cat $CWD/slack-desc > $PKG/install/slack-desc
cd $PKG
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.tgz
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz}

View File

@ -1,8 +1,11 @@
PRGNAM="libwww-perl"
VERSION="5.825"
VERSION="5.834"
HOMEPAGE="http://search.cpan.org/dist/libwww-perl/"
DOWNLOAD="http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/libwww-perl-5.825.tar.gz"
MD5SUM="9b383739e58ac8f8234487e62d5c2818"
DOWNLOAD="http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/libwww-perl-5.834.tar.gz"
MD5SUM="f2ed8a461f76556c9caed9087f47c86c"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="LukenShiro"
EMAIL="lukenshiro@ngi.it"
APPROVED="dsomero"

View File

@ -14,7 +14,7 @@ libwww-perl: focus of the library is to provide classes and functions that
libwww-perl: allow you to write WWW clients. The library also contain modules
libwww-perl: that are of more general use and even classes that help you
libwww-perl: implement simple HTTP servers.
libwww-perl:
libwww-perl:
libwww-perl: Homepage: http://search.cpan.org/dist/libwww-perl
libwww-perl:
libwww-perl: