From 82d1e91b0b9ee8ae37c04dfd3f1e62e29bd1b94a Mon Sep 17 00:00:00 2001 From: dsomero Date: Fri, 1 Apr 2011 01:37:56 -0400 Subject: graphics/gimp-deskew-plugin: Removed, unable to find source code. Signed-off-by: dsomero --- graphics/gimp-deskew-plugin/README | 5 - .../gimp-deskew-plugin.SlackBuild | 106 --------------------- .../gimp-deskew-plugin/gimp-deskew-plugin.info | 10 -- graphics/gimp-deskew-plugin/slack-desc | 19 ---- 4 files changed, 140 deletions(-) delete mode 100644 graphics/gimp-deskew-plugin/README delete mode 100644 graphics/gimp-deskew-plugin/gimp-deskew-plugin.SlackBuild delete mode 100644 graphics/gimp-deskew-plugin/gimp-deskew-plugin.info delete mode 100644 graphics/gimp-deskew-plugin/slack-desc diff --git a/graphics/gimp-deskew-plugin/README b/graphics/gimp-deskew-plugin/README deleted file mode 100644 index 738d6207b0..0000000000 --- a/graphics/gimp-deskew-plugin/README +++ /dev/null @@ -1,5 +0,0 @@ -Deskew, also called auto straighten, is the automatic rotation of an -image such that the text is vertically aligned. This is great for -cleaning up scanned documents. - -Deskew can be found in the Filters > Misc menu in the GIMP. diff --git a/graphics/gimp-deskew-plugin/gimp-deskew-plugin.SlackBuild b/graphics/gimp-deskew-plugin/gimp-deskew-plugin.SlackBuild deleted file mode 100644 index 3afa7b8231..0000000000 --- a/graphics/gimp-deskew-plugin/gimp-deskew-plugin.SlackBuild +++ /dev/null @@ -1,106 +0,0 @@ -#!/bin/sh - -# Slackware build script for the GIMP deskew plug-in. -# -# Copyright 2010 Pierre Cazenave -# 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=gimp-deskew-plugin -VERSION=${VERSION:-1.1} -BUILD=${BUILD:-1} -TAG=${TAG:-_SBo} - -# 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} - -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 -mkdir -p $TMP $PKG $OUTPUT -cd $TMP -rm -rf trunk -tar xvf $CWD/${PRGNAM}_${VERSION}.tar.gz -cd trunk -chown -R root:root . -chmod -R u+w,go+r-w,a-s . - -# Regenerate all the necessary files for configure -aclocal -automake --add-missing -autoconf - -CFLAGS="$SLKCFLAGS" \ -CXXFLAGS="$SLKCFLAGS" \ -./configure \ - --prefix=/usr \ - --sysconfdir=/etc \ - --localstatedir=/var \ - --libdir=/usr/lib${LIBDIRSUFFIX} \ - --mandir=/usr/man \ - --docdir=/usr/doc/$PRGNAM-$VERSION \ - --build=$ARCH-slackware-linux - -make -make install DESTDIR=$PKG - -# Move the plugin to the correct directory - can't find what's putting this -# in the wrong place, but this "fix" seems to work OK. -mv $PKG/usr/usr/lib${LIBDIRSUFFIX} $PKG/usr/ && rmdir $PKG/usr/usr - -find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \ - | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true - -mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cp -a AUTHORS BUGS COPYING ChangeLog HACKING INSTALL NEWS README TODO \ - $PKG/usr/doc/$PRGNAM-$VERSION -cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild -cat $CWD/README > $PKG/usr/doc/$PRGNAM-$VERSION/README$TAG - -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/graphics/gimp-deskew-plugin/gimp-deskew-plugin.info b/graphics/gimp-deskew-plugin/gimp-deskew-plugin.info deleted file mode 100644 index 7225fb0145..0000000000 --- a/graphics/gimp-deskew-plugin/gimp-deskew-plugin.info +++ /dev/null @@ -1,10 +0,0 @@ -PRGNAM="gimp-deskew-plugin" -VERSION="1.1" -HOMEPAGE="http://www.cubewano.org/gimp-deskew-plugin/" -DOWNLOAD="http://www.cubewano.org/gimp-deskew-plugin/downloads/1.1.0/gimp-deskew-plugin_1.1.tar.gz" -MD5SUM="c02639944c4a8ae33cc4ff5960a13f7f" -DOWNLOAD_x86_64="" -MD5SUM_x86_64="" -MAINTAINER="Pierre Cazenave" -EMAIL="pwcazenave gmail {dot} com" -APPROVED="dsomero" diff --git a/graphics/gimp-deskew-plugin/slack-desc b/graphics/gimp-deskew-plugin/slack-desc deleted file mode 100644 index 1bbd982473..0000000000 --- a/graphics/gimp-deskew-plugin/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--------------------------------------------------| -gimp-deskew-plugin: gimp-deskew-plugin (gimp plugin to adjust skew) -gimp-deskew-plugin: -gimp-deskew-plugin: Deskew, also called auto straighten, is the automatic rotation of -gimp-deskew-plugin: an image such that the text is vertically aligned. This is great -gimp-deskew-plugin: for cleaning up scanned documents. -gimp-deskew-plugin: -gimp-deskew-plugin: Homepage: http://www.cubewano.org/gimp-deskew-plugin/ -gimp-deskew-plugin: -gimp-deskew-plugin: -gimp-deskew-plugin: -gimp-deskew-plugin: -- cgit v1.2.3