libraries/libwww-perl: Updated for version 5.834
This commit is contained in:
parent
ee1a2936f3
commit
77b9dd7054
|
@ -1,6 +1,6 @@
|
||||||
libwww-perl - WWW client/server library for perl
|
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
|
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
|
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
|
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,
|
LWP::UserAgent, Net::HTTP, Net::HTTP::Methods, Net::HTTP::NB, Net::HTTPS,
|
||||||
WWW::RobotRules, WWW::RobotRules::AnyDBM_File.
|
WWW::RobotRules, WWW::RobotRules::AnyDBM_File.
|
||||||
|
|
||||||
It requires: perl-html-parser, perl-html-tagset and Compress-Zlib. All of
|
This requires perl-html-parser and perl-html-tagset.
|
||||||
them are available on SlackBuilds.org
|
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
# Slackware build script for libwww-perl
|
# Slackware build script for libwww-perl
|
||||||
|
|
||||||
# Copyright 2008-2009 LukenShiro <lukenshiro@ngi.it>
|
# Copyright 2008-2010 LukenShiro <lukenshiro@ngi.it>
|
||||||
# All rights reserved.
|
# All rights reserved.
|
||||||
#
|
#
|
||||||
# Redistribution and use of this script, with or without modification, is
|
# Redistribution and use of this script, with or without modification, is
|
||||||
|
@ -23,8 +23,8 @@
|
||||||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
|
|
||||||
PRGNAM=libwww-perl
|
PRGNAM=libwww-perl
|
||||||
VERSION=${VERSION:-5.825}
|
VERSION=${VERSION:-5.834}
|
||||||
ARCH=noarch
|
ARCH=${ARCH:-i486}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
|
||||||
|
@ -81,4 +81,4 @@ mkdir -p $PKG/install
|
||||||
cat $CWD/slack-desc > $PKG/install/slack-desc
|
cat $CWD/slack-desc > $PKG/install/slack-desc
|
||||||
|
|
||||||
cd $PKG
|
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}
|
||||||
|
|
|
@ -1,8 +1,11 @@
|
||||||
PRGNAM="libwww-perl"
|
PRGNAM="libwww-perl"
|
||||||
VERSION="5.825"
|
VERSION="5.834"
|
||||||
HOMEPAGE="http://search.cpan.org/dist/libwww-perl/"
|
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"
|
DOWNLOAD="http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/libwww-perl-5.834.tar.gz"
|
||||||
MD5SUM="9b383739e58ac8f8234487e62d5c2818"
|
MD5SUM="f2ed8a461f76556c9caed9087f47c86c"
|
||||||
|
DOWNLOAD_x86_64=""
|
||||||
|
MD5SUM_x86_64=""
|
||||||
MAINTAINER="LukenShiro"
|
MAINTAINER="LukenShiro"
|
||||||
EMAIL="lukenshiro@ngi.it"
|
EMAIL="lukenshiro@ngi.it"
|
||||||
APPROVED="dsomero"
|
APPROVED="dsomero"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue