perl/perl-Image-Magick: Remove - from VERSION, reflow README.

Signed-off-by: B. Watson <yalhcru@gmail.com>
This commit is contained in:
B. Watson 2020-01-26 04:03:12 -05:00 committed by Willy Sudiarto Raharjo
parent 25fca852a5
commit 48d7ba62d7
No known key found for this signature in database
GPG key ID: 887B8374D7333381
4 changed files with 12 additions and 11 deletions

View file

@ -1,5 +1,6 @@
Image::Magick - objected-oriented Perl interface to ImageMagick. Use it to create, edit, compose,
or convert bitmap images from within a Perl script.
Image::Magick - objected-oriented Perl interface to ImageMagick. Use it
to create, edit, compose, or convert bitmap images from within a Perl script.
This Perl extension allows the reading, manipulation and writing of a large number of image file
formats using the ImageMagick library. It was originally developed to be used by CGI scripts for Web pages.
This Perl extension allows the reading, manipulation and writing of a
large number of image file formats using the ImageMagick library. It
was originally developed to be used by CGI scripts for Web pages.

View file

@ -25,13 +25,13 @@
# !!!!!!!! make test commented out !!!!!!!!!!
PRGNAM=perl-Image-Magick
VERSION=${VERSION:-6.89}
SUBVERSION=${SUBVERSION:-1}
VERSION=${VERSION:-6.89_1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
SRCNAM="PerlMagick"
#SRCNAM="$(printf $PRGNAM | cut -d- -f2-)"
SRCVER="${VERSION/_/-}"
DIRVER="$( echo $VERSION | cut -d_ -f1 )"
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
@ -66,8 +66,8 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $SRCNAM-$VERSION
tar xvf $CWD/$SRCNAM-$VERSION-$SUBVERSION.tar.gz
cd $SRCNAM-$VERSION
tar xvf $CWD/$SRCNAM-$SRCVER.tar.gz
cd $SRCNAM-$DIRVER
chown -R root:root .
find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \

View file

@ -1,5 +1,5 @@
PRGNAM="perl-Image-Magick"
VERSION="6.89-1"
VERSION="6.89_1"
HOMEPAGE="https://metacpan.org/pod/Image::Magick"
DOWNLOAD="https://cpan.metacpan.org/authors/id/J/JC/JCRISTY/PerlMagick-6.89-1.tar.gz"
MD5SUM="3df09405f4669def87b56a6e018b898b"

View file

@ -6,7 +6,7 @@
# customary to leave one space after the ':' except on otherwise blank lines.
|-----handy-ruler------------------------------------------------------|
perl-Image-Magick: perl-Image-Magick (Perl Objected-oriented interface to ImageMagick)
perl-Image-Magick: perl-Image-Magick (Perl Objected-oriented interface to ImageMagick)
perl-Image-Magick:
perl-Image-Magick: This Perl extension allows the reading, manipulation and writing of
perl-Image-Magick: a large number of image file formats using the ImageMagick library.