From 118678838e86349e075c6db076091bbc9c92d955 Mon Sep 17 00:00:00 2001 From: Robby Workman Date: Mon, 14 Mar 2011 16:08:20 -0500 Subject: misc/misctools: Removed (unmaintained) Reference: http://lists.slackbuilds.org/pipermail/slackbuilds-users/2010-October/006570.html Signed-off-by: Heinz Wiesinger Signed-off-by: Robby Workman --- misc/misctools/README | 6 --- misc/misctools/misctools.SlackBuild | 90 ------------------------------------- misc/misctools/misctools.info | 10 ----- misc/misctools/slack-desc | 19 -------- 4 files changed, 125 deletions(-) delete mode 100644 misc/misctools/README delete mode 100644 misc/misctools/misctools.SlackBuild delete mode 100644 misc/misctools/misctools.info delete mode 100644 misc/misctools/slack-desc (limited to 'misc') diff --git a/misc/misctools/README b/misc/misctools/README deleted file mode 100644 index 3c7f1cfd59..0000000000 --- a/misc/misctools/README +++ /dev/null @@ -1,6 +0,0 @@ -MiscTools is a collection of small UNIX utilities that are fairly trivial -but nevertheless useful. These include a binary dump program, a directory -browser/selector, a file truncator, an ASCII-code lookup utility, a program -for printing fortunes, a curses-based terminal lock program, and a few others. - -This requires cbase. diff --git a/misc/misctools/misctools.SlackBuild b/misc/misctools/misctools.SlackBuild deleted file mode 100644 index 5a38b82d6b..0000000000 --- a/misc/misctools/misctools.SlackBuild +++ /dev/null @@ -1,90 +0,0 @@ -#!/bin/sh - -# Slackware build script for MiscTools - -# Written by Menno Duursma - -# This program is free software. It comes without any warranty. -# Granted WTFPL, Version 2, as published by Sam Hocevar. See -# http://sam.zoy.org/wtfpl/COPYING for more details. - -PRGNAM=misctools -VERSION=${VERSION:-2.5.5} -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 # Exit on most errors - -rm -rf $PKG -mkdir -p $TMP $PKG $OUTPUT -cd $TMP -rm -rf $PRGNAM-$VERSION -tar xvf $CWD/$PRGNAM-$VERSION.tar.bz2 -cd $PRGNAM-$VERSION -chown -R root:root . -find . -type d -exec chmod 0755 {} \; -o -type f -exec chmod u+rw,go+r-w,a-s {} \; - -CFLAGS="$SLKCFLAGS" \ -CXXFLAGS="$SLKCFLAGS" \ -./configure \ - --prefix=/usr \ - --libdir=/usr/lib${LIBDIRSUFFIX} \ - --sysconfdir=/etc \ - --localstatedir=/var \ - --mandir=/usr/man \ - --docdir=/usr/doc/$PRGNAM-$VERSION \ - --build=$ARCH-slackware-linux - -make -make install-strip DESTDIR=$PKG - -# Remove stuff Slackware already features -for f in texi2pdf stat ps2pdf ; do - rm -vf $PKG/usr/bin/$f $PKG/usr/man/man1/$f.1 2>/dev/null || true ; -done - -( cd $PKG/usr/man || exit 1 - 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 AUTHORS COPYING ChangeLog INSTALL NEWS README \ - $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/misc/misctools/misctools.info b/misc/misctools/misctools.info deleted file mode 100644 index beae0fbc10..0000000000 --- a/misc/misctools/misctools.info +++ /dev/null @@ -1,10 +0,0 @@ -PRGNAM="misctools" -VERSION="2.5.5" -HOMEPAGE="http://www.hyperrealm.com/main.php?s=misctools" -DOWNLOAD="http://www.hyperrealm.com/misctools/misctools-2.5.5.tar.bz2" -MD5SUM="b133836d9692feaf455481ac78d65364" -DOWNLOAD_x86_64="" -MD5SUM_x86_64="" -MAINTAINER="Menno Duursma" -EMAIL="druiloor@zonnet.nl" -APPROVED="rworkman" diff --git a/misc/misctools/slack-desc b/misc/misctools/slack-desc deleted file mode 100644 index 0260658c4d..0000000000 --- a/misc/misctools/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------------------------------------------------------| -misctools: misctools (Miscellaneous UNIX Utilities) -misctools: -misctools: A collection of small but useful utilities. -misctools: -misctools: misctools was written by Mark Lindner -misctools: -misctools: -misctools: -misctools: -misctools: -misctools: -- cgit v1.2.3