diff options
author | Robby Workman | 2011-03-16 07:18:10 +0100 |
---|---|---|
committer | Robby Workman | 2011-03-20 18:32:34 +0100 |
commit | 93ba4df5022a8c4d422dd97a2a13ffa8a8946453 (patch) | |
tree | ea69c40d48150458e051a851cdf77e722c9118e2 /perl/perl-xml-twig | |
parent | 6a511b1c665a1f7efecadaa3447af889b1dcba58 (diff) | |
download | slackbuilds-93ba4df5022a8c4d422dd97a2a13ffa8a8946453.tar.gz |
perl/*: Moved all of the Perl modules to here
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'perl/perl-xml-twig')
-rw-r--r-- | perl/perl-xml-twig/README | 5 | ||||
-rw-r--r-- | perl/perl-xml-twig/perl-xml-twig.SlackBuild | 89 | ||||
-rw-r--r-- | perl/perl-xml-twig/perl-xml-twig.info | 10 | ||||
-rw-r--r-- | perl/perl-xml-twig/slack-desc | 19 |
4 files changed, 123 insertions, 0 deletions
diff --git a/perl/perl-xml-twig/README b/perl/perl-xml-twig/README new file mode 100644 index 0000000000..eb59f3acf4 --- /dev/null +++ b/perl/perl-xml-twig/README @@ -0,0 +1,5 @@ +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. diff --git a/perl/perl-xml-twig/perl-xml-twig.SlackBuild b/perl/perl-xml-twig/perl-xml-twig.SlackBuild new file mode 100644 index 0000000000..d6f3b91f01 --- /dev/null +++ b/perl/perl-xml-twig/perl-xml-twig.SlackBuild @@ -0,0 +1,89 @@ +#!/bin/sh + +# Slackware build script for perl-xml-twig + +# Copyright 2008-2010 Heinz Wiesinger, Amsterdam, The Netherlands +# All rights reserved. +# +# Redistribution and use of this script, with or without modification, is +# permitted provided that the following conditions are met: +# +# 1. Redistributions of this script must retain the above copyright +# notice, this list of conditions and the following disclaimer. +# +# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ''AS IS'' AND ANY EXPRESS OR IMPLIED +# WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF +# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO +# EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, +# PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; +# OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, +# WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR +# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF +# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +PRGNAM=perl-xml-twig +VERSION=3.34 +BUILD=${BUILD:-1} +TAG=${TAG:-_SBo} + +SRCNAM=XML-Twig + +# Automatically determine the architecture we're building on: +if [ -z "$ARCH" ]; then + case "$( uname -m )" in + i?86) ARCH=i486 ;; + arm*) ARCH=arm ;; + # Unless $ARCH is already set, use uname -m for all other archs: + *) ARCH=$( uname -m ) ;; + esac +fi + +CWD=$(pwd) +TMP=${TMP:-/tmp/SBo} +PKG=$TMP/package-$PRGNAM +OUTPUT=${OUTPUT:-/tmp} + +set -e + +rm -rf $PKG +mkdir -p $TMP $PKG $OUTPUT +cd $TMP +rm -rf $SRCNAM-$VERSION +tar xvf $CWD/$SRCNAM-$VERSION.tar.gz +cd $SRCNAM-$VERSION +chown -R root:root . +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 +mv $PKG/usr/share/man $PKG/usr/ + +# Remove perlocal.pod and .packlist from $PKG +( for i in perllocal.pod .packlist; do + find $PKG -name "$i" -exec rm -rf {} \; + done +) + +# Remove empty directories +find $PKG -depth -type d -empty -exec rm -rf {} \; + +( cd $PKG/usr/man + find . -type f -exec gzip -9 {} \; + for i in $( find . -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done +) + +mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION +cp -a Changes README \ + $PKG/usr/doc/$PRGNAM-$VERSION +cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild + +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.${PKGTYPE:-tgz} diff --git a/perl/perl-xml-twig/perl-xml-twig.info b/perl/perl-xml-twig/perl-xml-twig.info new file mode 100644 index 0000000000..2072ddab65 --- /dev/null +++ b/perl/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/perl/perl-xml-twig/slack-desc b/perl/perl-xml-twig/slack-desc new file mode 100644 index 0000000000..36a8508041 --- /dev/null +++ b/perl/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: |