perl/perl-html-parser: Updated for version 3.70.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
This commit is contained in:
parent
1bd039323d
commit
eeed61bd8d
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for perl-html-parser
|
||||
|
||||
# Copyright 2008-2011 LukenShiro, Italy
|
||||
# Copyright 2008-2013 LukenShiro, Italy
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=perl-html-parser
|
||||
VERSION=${VERSION:-3.69}
|
||||
VERSION=${VERSION:-3.70}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -54,7 +54,7 @@ else
|
|||
SLKCFLAGS="-O2"
|
||||
fi
|
||||
|
||||
set -e # Exit on most errors
|
||||
set -e
|
||||
|
||||
rm -rf $PKG
|
||||
mkdir -p $TMP $PKG $OUTPUT
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="perl-html-parser"
|
||||
VERSION="3.69"
|
||||
VERSION="3.70"
|
||||
HOMEPAGE="http://search.cpan.org/dist/HTML-Parser/"
|
||||
DOWNLOAD="http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/HTML-Parser-3.69.tar.gz"
|
||||
MD5SUM="d22cc6468ce670a56034be907e4e7c54"
|
||||
DOWNLOAD="http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/HTML-Parser-3.70.tar.gz"
|
||||
MD5SUM="efe7699f5ece3a230d730a3682359c08"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="perl-html-tagset"
|
||||
|
|
|
@ -1,16 +1,16 @@
|
|||
# HOW TO EDIT THIS FILE:
|
||||
# The "handy ruler" below makes it easier to edit a package description. Line
|
||||
# up the first '|' above the ':' following the base package name, and the '|'
|
||||
# on the right side marks the last column you can put a character in. You must
|
||||
# make exactly 11 lines for the formatting to be correct. It's also
|
||||
# customary to leave one space after the ':'.
|
||||
# The "handy ruler" below makes it easier to edit a package description.
|
||||
# Line up the first '|' above the ':' following the base package name, and
|
||||
# the '|' on the right side marks the last column you can put a character in.
|
||||
# You must make exactly 11 lines for the formatting to be correct. It's also
|
||||
# customary to leave one space after the ':' except on otherwise blank lines.
|
||||
|
||||
|-----handy-ruler------------------------------------------------------|
|
||||
perl-html-parser: perl-html-parser (perl html parser module collection)
|
||||
perl-html-parser:
|
||||
perl-html-parser: It is a collection of perl modules that parse and extract
|
||||
perl-html-parser: information from HTML documents. The modules present in this
|
||||
perl-html-parser: collection are: HTML::Parser, HTML::Entities,
|
||||
perl-html-parser: collection are: HTML::Parser, HTML::Entities,
|
||||
perl-html-parser: HTML::HeadParser, HTML::LinkExtor, HTML::PullParser,
|
||||
perl-html-parser: HTML::TokeParser.
|
||||
perl-html-parser:
|
||||
|
|
Loading…
Reference in New Issue