diff options
author | Heinz Wiesinger <pprkut@liwjatan.at> | 2010-05-12 23:01:57 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-16 22:24:29 -0500 |
commit | 60f9d60dbeb52aa781c52c0006d19bdfb29046c7 (patch) | |
tree | 7d7d00b4db02cdb66bdb0d782cc59cc45ea9d2e5 | |
parent | b3bc184d3c775d1d7a3384e7aef04794c9163cd1 (diff) |
development/perl-xml-twig: Updated and renamed from xml-twig.
-rw-r--r-- | development/perl-xml-twig/README (renamed from development/xml-twig/README) | 2 | ||||
-rwxr-xr-x[-rw-r--r--] | development/perl-xml-twig/perl-xml-twig.SlackBuild (renamed from development/xml-twig/xml-twig.SlackBuild) | 12 | ||||
-rw-r--r-- | development/perl-xml-twig/perl-xml-twig.info | 10 | ||||
-rw-r--r-- | development/perl-xml-twig/slack-desc | 19 | ||||
-rw-r--r-- | development/xml-twig/slack-desc | 19 | ||||
-rw-r--r-- | development/xml-twig/xml-twig.info | 10 |
6 files changed, 36 insertions, 36 deletions
diff --git a/development/xml-twig/README b/development/perl-xml-twig/README index 48f7039e49b2..eb59f3acf430 100644 --- a/development/xml-twig/README +++ b/development/perl-xml-twig/README @@ -2,4 +2,4 @@ XML::Twig is (yet another!) XML transformation module. Its strong points: can be used to process huge documents while still being in tree mode; not bound by DOM or SAX, so it is very perlish and offers a very comprehensive set of methods; -simple to use; DWIMs as much as possible.
\ No newline at end of file +simple to use; DWIMs as much as possible. diff --git a/development/xml-twig/xml-twig.SlackBuild b/development/perl-xml-twig/perl-xml-twig.SlackBuild index 7d9018ddb12e..8e20f84be494 100644..100755 --- a/development/xml-twig/xml-twig.SlackBuild +++ b/development/perl-xml-twig/perl-xml-twig.SlackBuild @@ -1,8 +1,8 @@ #!/bin/sh -# Slackware build script for xml-twig +# Slackware build script for perl-xml-twig -# Copyright 2008-2009 Heinz Wiesinger <pprkut@liwjatan.at> +# Copyright 2008-2010 Heinz Wiesinger, Amsterdam, The Netherlands # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -22,13 +22,14 @@ # OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -SRCNAM=XML-Twig -PRGNAM=$(echo $SRCNAM | tr [:upper:] [:lower:]) -VERSION=3.32 +PRGNAM=perl-xml-twig +VERSION=3.34 ARCH=${ARCH:-i486} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} +SRCNAM=XML-Twig + CWD=$(pwd) TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM @@ -48,7 +49,6 @@ chmod -R u+w,go+r-w,a-s . perl Makefile.PL -y INSTALLDIRS=vendor make - make install DESTDIR=$PKG #Move man-pages to appropriate place diff --git a/development/perl-xml-twig/perl-xml-twig.info b/development/perl-xml-twig/perl-xml-twig.info new file mode 100644 index 000000000000..2072ddab6516 --- /dev/null +++ b/development/perl-xml-twig/perl-xml-twig.info @@ -0,0 +1,10 @@ +PRGNAM="perl-xml-twig" +VERSION="3.34" +HOMEPAGE="http://xmltwig.com/xmltwig/" +DOWNLOAD="http://xmltwig.com/xmltwig/XML-Twig-3.34.tar.gz" +MD5SUM="e0d39cb8114870cc88fbe52cbb9762da" +DOWNLOAD_x86_64="" +MD5SUM_x86_64="" +MAINTAINER="Heinz Wiesinger" +EMAIL="pprkut@liwjatan.at" +APPROVED="rworkman" diff --git a/development/perl-xml-twig/slack-desc b/development/perl-xml-twig/slack-desc new file mode 100644 index 000000000000..36a85080412c --- /dev/null +++ b/development/perl-xml-twig/slack-desc @@ -0,0 +1,19 @@ +# 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 ':'. + + |-----handy-ruler------------------------------------------------| +perl-xml-twig: perl-xml-twig (Perl XML transformation module) +perl-xml-twig: +perl-xml-twig: XML::Twig is (yet another!) XML transformation module. +perl-xml-twig: Its strong points: can be used to process huge documents while +perl-xml-twig: still being in tree mode; not bound by DOM or SAX, so it is +perl-xml-twig: very perlish and offers a very comprehensive set of methods; +perl-xml-twig: simple to use; DWIMs as much as possible. +perl-xml-twig: +perl-xml-twig: Homepage: http://xmltwig.com/xmltwig/ +perl-xml-twig: +perl-xml-twig: diff --git a/development/xml-twig/slack-desc b/development/xml-twig/slack-desc deleted file mode 100644 index bea2d892b843..000000000000 --- a/development/xml-twig/slack-desc +++ /dev/null @@ -1,19 +0,0 @@ -# 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 ':'. - - |-----handy-ruler------------------------------------------------| -xml-twig: xml-twig (Perl XML transformation module) -xml-twig: -xml-twig: XML::Twig is (yet another!) XML transformation module. -xml-twig: Its strong points: can be used to process huge documents while -xml-twig: still being in tree mode; not bound by DOM or SAX, so it is -xml-twig: very perlish and offers a very comprehensive set of methods; -xml-twig: simple to use; DWIMs as much as possible. -xml-twig: -xml-twig: Homepage: http://xmltwig.com/xmltwig/ -xml-twig: -xml-twig: diff --git a/development/xml-twig/xml-twig.info b/development/xml-twig/xml-twig.info deleted file mode 100644 index 04eea4912380..000000000000 --- a/development/xml-twig/xml-twig.info +++ /dev/null @@ -1,10 +0,0 @@ -PRGNAM="xml-twig" -VERSION="3.32" -HOMEPAGE="http://xmltwig.com/xmltwig/" -DOWNLOAD="http://xmltwig.com/xmltwig/XML-Twig-3.32.tar.gz" -DOWNLOAD_x86_64="" -MD5SUM="3ab6e0c0666383bd517189dae8f067a5" -MD5SUM_x86_64="" -MAINTAINER="pprkut" -EMAIL="pprkut@liwjatan.at" -APPROVED="Erik Hanson" |