diff options
author | Šime Ramov <s@ramov.com> | 2010-06-24 23:47:36 -0400 |
---|---|---|
committer | dsomero <xgizzmo@slackbuilds.org> | 2010-06-24 23:47:36 -0400 |
commit | bbd86b1b8050d914b50b30191f4134b32397a8ba (patch) | |
tree | 5bc62961ed0a2bcc7dffd5224d598468717c6211 | |
parent | 3ec304add2a65b9ec774b1f0b4047b49202a4d75 (diff) | |
download | slackbuilds-bbd86b1b8050d914b50b30191f4134b32397a8ba.tar.gz |
libraries/perl-Text-Autoformat: Updated for version 1.669002.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
-rw-r--r-- | libraries/perl-Text-Autoformat/README | 15 | ||||
-rw-r--r-- | libraries/perl-Text-Autoformat/perl-Text-Autoformat.SlackBuild | 40 | ||||
-rw-r--r-- | libraries/perl-Text-Autoformat/perl-Text-Autoformat.info | 6 |
3 files changed, 24 insertions, 37 deletions
diff --git a/libraries/perl-Text-Autoformat/README b/libraries/perl-Text-Autoformat/README index 9861747443..1b289d17b7 100644 --- a/libraries/perl-Text-Autoformat/README +++ b/libraries/perl-Text-Autoformat/README @@ -1,14 +1,15 @@ perl-Text-Autoformat (Automatic text wrapping and reformatting) -Text::Autoformat provides intelligent formatting of plaintext -without the need for any kind of embedded mark-up. The module -recognizes Internet quoting conventions, a wide range of bulleting -and number schemes, centred text, and block quotations, and -reformats each appropriately. Other options allow the user to adjust -inter-word and inter-paragraph spacing, justify text, and impose -various capitalization schemes. +Text::Autoformat provides intelligent formatting of plaintext without +the need for any kind of embedded mark-up. The module recognizes +Internet quoting conventions, a wide range of bulleting and number +schemes, centred text, and block quotations, and reformats each +appropriately. Other options allow the user to adjust inter-word and +inter-paragraph spacing, justify text, and impose various +capitalization schemes. The module also supplies a re-entrant, highly configurable replacement for the built-in Perl format() mechanism. + Requires perl-Text-Reform. diff --git a/libraries/perl-Text-Autoformat/perl-Text-Autoformat.SlackBuild b/libraries/perl-Text-Autoformat/perl-Text-Autoformat.SlackBuild index 4fdf1a028f..bf87bac639 100644 --- a/libraries/perl-Text-Autoformat/perl-Text-Autoformat.SlackBuild +++ b/libraries/perl-Text-Autoformat/perl-Text-Autoformat.SlackBuild @@ -1,11 +1,11 @@ #!/bin/sh -# Slackware build script for perl-Text-Reform +# Slackware build script for perl-Text-Autoformat # Written by Šime Ramov <s@ramov.com> -PRGNAM=perl-Text-Autoformat SRCNAM=Text-Autoformat -VERSION=${VERSION:-1.668001} +PRGNAM=perl-$SRCNAM +VERSION=${VERSION:-1.669002} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -24,20 +24,6 @@ TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} -if [ "$ARCH" = "i486" ]; then - SLKCFLAGS="-O2 -march=i486 -mtune=i686" - LIBDIRSUFFIX="" -elif [ "$ARCH" = "i686" ]; then - SLKCFLAGS="-O2 -march=i686 -mtune=i686" - LIBDIRSUFFIX="" -elif [ "$ARCH" = "x86_64" ]; then - SLKCFLAGS="-O2 -fPIC" - LIBDIRSUFFIX="64" -else - SLKCFLAGS="-O2" - LIBDIRSUFFIX="" -fi - set -e rm -rf $PKG @@ -53,21 +39,21 @@ find . \ \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ -exec chmod 644 {} \; -perl Makefile.PL OPTIMIZE="$SLKCFLAGS" INSTALLDIRS=vendor +perl Makefile.PL \ + PREFIX=/usr \ + INSTALLDIRS=vendor \ + INSTALLVENDORMAN3DIR=/usr/man/man3 + make make test make install DESTDIR=$PKG -mv $PKG/usr/share/man $PKG/usr/ -( 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 -) +find $PKG/usr/man -type f -exec gzip -9 {} \; +for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done + +find $PKG -name "perllocal.pod" -o -name ".packlist" -o -name "*.bs" | xargs rm -f || true -( cd $PKG - find . -name perllocal.pod -o -name ".packlist" -o -name "*.bs" | xargs rm -f - find . -depth -type d -empty -delete -) +find $PKG -depth -type d -empty -delete || true mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION cp -a README Changes config.vim config.emacs $PKG/usr/doc/$PRGNAM-$VERSION diff --git a/libraries/perl-Text-Autoformat/perl-Text-Autoformat.info b/libraries/perl-Text-Autoformat/perl-Text-Autoformat.info index ee07168eef..3ebfe84715 100644 --- a/libraries/perl-Text-Autoformat/perl-Text-Autoformat.info +++ b/libraries/perl-Text-Autoformat/perl-Text-Autoformat.info @@ -1,8 +1,8 @@ PRGNAM="perl-Text-Autoformat" -VERSION="1.668001" +VERSION="1.669002" HOMEPAGE="http://search.cpan.org/dist/Text-Autoformat/" -DOWNLOAD="http://search.cpan.org/CPAN/authors/id/D/DC/DCONWAY/Text-Autoformat-1.668001.tar.gz" -MD5SUM="beb168ee1c2e7051b92c37b518751cc3" +DOWNLOAD="http://search.cpan.org/CPAN/authors/id/D/DC/DCONWAY/Text-Autoformat-1.669002.tar.gz" +MD5SUM="c2c400207f49a769e32b5b1b660b07f7" DOWNLOAD_x86_64="" MD5SUM_x86_64="" MAINTAINER="Šime Ramov" |