From a75e88f18cc579f7141d4fe82dae9b68d38032b3 Mon Sep 17 00:00:00 2001 From: Robby Workman Date: Mon, 14 Mar 2011 15:22:51 -0500 Subject: gmaes/toga2: Removed (unmaintained) Reference: http://lists.slackbuilds.org/pipermail/slackbuilds-users/2009-September/004546.html Signed-off-by: Heinz Wiesinger Signed-off-by: Robby Workman --- games/toga2/README | 4 --- games/toga2/slack-desc | 19 ----------- games/toga2/toga2.6.gz | Bin 1217 -> 0 bytes games/toga2/toga2.SlackBuild | 75 ------------------------------------------- games/toga2/toga2.info | 10 ------ 5 files changed, 108 deletions(-) delete mode 100644 games/toga2/README delete mode 100644 games/toga2/slack-desc delete mode 100644 games/toga2/toga2.6.gz delete mode 100644 games/toga2/toga2.SlackBuild delete mode 100644 games/toga2/toga2.info (limited to 'games') diff --git a/games/toga2/README b/games/toga2/README deleted file mode 100644 index aea81d3dbf..0000000000 --- a/games/toga2/README +++ /dev/null @@ -1,4 +0,0 @@ -Toga II is a Fruit 2.1 derivative. Fruit 2.1 is licensed under the GPL -v2 or later. The same applies to these ports. This is a UCI engine, -so you'll need to install an appropriate interface, such as Scid or -Knights, or Polyglot to use it with Xboard. diff --git a/games/toga2/slack-desc b/games/toga2/slack-desc deleted file mode 100644 index 03e018ecd4..0000000000 --- a/games/toga2/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 ':'. - - |----hardy-ruler---------------------------------------------------------| -toga2: toga2 (Free chess engine) -toga2: -toga2: Toga II is a Fruit 2.1 derivative. Fruit 2.1 is licensed under the GPL -toga2: v2 or later. The same applies to these ports. This is a UCI engine, -toga2: so you'll need to install an appropriate interface, such Scid or -toga2: Knights, or Polyglot to use it with Xboard -toga2: -toga2: (http://alpha.uhasselt.be/Research/Algebra/Toga/) -toga2: -toga2: -toga2: diff --git a/games/toga2/toga2.6.gz b/games/toga2/toga2.6.gz deleted file mode 100644 index 48400e98b0..0000000000 Binary files a/games/toga2/toga2.6.gz and /dev/null differ diff --git a/games/toga2/toga2.SlackBuild b/games/toga2/toga2.SlackBuild deleted file mode 100644 index 1185d1c9e1..0000000000 --- a/games/toga2/toga2.SlackBuild +++ /dev/null @@ -1,75 +0,0 @@ -#!/bin/sh - -# Slackware build script for toga2 - -# Written by Marco Pessotto - -PRGNAM=toga2 -VERSION=${VERSION:-141SE_posix} -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 $PRGNAM-$VERSION -mkdir -p $PRGNAM-$VERSION -cd $PRGNAM-$VERSION -tar xvf $CWD/$PRGNAM-$VERSION.tar.gz -cd src # weird tarball -chmod -R u+w,go+r-w,a-s . -chown -R root:root . - -make CXXFLAGS="-pipe $SLKCFLAGS \ - -fno-exceptions -fno-rtti -Wall \ - -fstrict-aliasing -fomit-frame-pointer" -strip --strip-unneeded $PRGNAM -mkdir -p $PKG/usr/games -cp $PRGNAM $PKG/usr/games - -## Add the manpage (Thanks to Debian) -mkdir -p $PKG/usr/man/man6 -cat $CWD/$PRGNAM.6.gz > $PKG/usr/man/man6/$PRGNAM.6.gz - -mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cp -a \ - CHANGELOG COPYING copying.txt LICENSE readme.txt \ - $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/games/toga2/toga2.info b/games/toga2/toga2.info deleted file mode 100644 index b6e9c88f97..0000000000 --- a/games/toga2/toga2.info +++ /dev/null @@ -1,10 +0,0 @@ -PRGNAM="toga2" -VERSION="141SE_posix" -HOMEPAGE="http://alpha.uhasselt.be/Research/Algebra/Toga" -DOWNLOAD="http://alpha.uhasselt.be/Research/Algebra/Toga/posix_versions/toga2-141SE_posix.tar.gz" -MD5SUM="25c8bc9c64ba375980d6ae981b745e31" -DOWNLOAD_x86_64="" -MD5SUM_x86_64="" -MAINTAINER="Marco Pessotto" -EMAIL="melmothx@gmail.com" -APPROVED="rworkman" -- cgit v1.2.3