summaryrefslogtreecommitdiffstats
path: root/graphics/mlbrot
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/mlbrot')
-rw-r--r--graphics/mlbrot/README5
-rw-r--r--graphics/mlbrot/mlbrot.SlackBuild68
-rw-r--r--graphics/mlbrot/mlbrot.info10
-rw-r--r--graphics/mlbrot/slack-desc19
4 files changed, 0 insertions, 102 deletions
diff --git a/graphics/mlbrot/README b/graphics/mlbrot/README
deleted file mode 100644
index 00b404b733..0000000000
--- a/graphics/mlbrot/README
+++ /dev/null
@@ -1,5 +0,0 @@
-MLBrot is a graphical tool to display, explore, colour, zoom, animate
-and otherwise play with the well-known Mandelbrot fractal set.
-
-A network slave is included to distribute calculation over multiple
-compute nodes.
diff --git a/graphics/mlbrot/mlbrot.SlackBuild b/graphics/mlbrot/mlbrot.SlackBuild
deleted file mode 100644
index 6553841cb3..0000000000
--- a/graphics/mlbrot/mlbrot.SlackBuild
+++ /dev/null
@@ -1,68 +0,0 @@
-#!/bin/bash
-
-# Slackware build script for mlbrot
-
-# Written by adaptr (jeroen@adaptr.nl)
-
-cd $(dirname $0) ; CWD=$(pwd)
-
-PRGNAM=mlbrot
-VERSION=${VERSION:-1.01}
-BUILD=${BUILD:-1}
-TAG=${TAG:-_SBo}
-PKGTYPE=${PKGTYPE:-tgz}
-
-if [ -z "$ARCH" ]; then
- case "$( uname -m )" in
- i?86) ARCH=i486 ;;
- arm*) ARCH=arm ;;
- *) ARCH=$( uname -m ) ;;
- esac
-fi
-
-# If the variable PRINT_PACKAGE_NAME is set, then this script will report what
-# the name of the created package would be, and then exit. This information
-# could be useful to other scripts.
-if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then
- echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE"
- exit 0
-fi
-
-TMP=${TMP:-/tmp/SBo}
-PKG=$TMP/package-$PRGNAM
-OUTPUT=${OUTPUT:-/tmp}
-
-set -e
-
-rm -rf $PKG
-mkdir -p $TMP $PKG $OUTPUT
-cd $TMP
-rm -rf $PRGNAM-$VERSION
-tar xvf $CWD/$PRGNAM-$VERSION.tgz
-cd $PRGNAM-$VERSION
-chown -R root:root .
-find -L . \
- \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
- -o -perm 511 \) -exec chmod 755 {} \; -o \
- \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
- -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
-
-sed -i 's|gtkdir="+lablgtk2"|gtkdir="+site-lib/lablgtk2"|' configure
-./configure --no-mpz
-sed -i 's|-warn-error A|-warn-error -A|' Makefile
-
-make
-
-## no make install, or other fancy-pants
-mkdir -p $PKG/usr/bin
-cp mlbrot mlbrot_slave $PKG/usr/bin/
-
-mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
-cp -a CHANGES LICENSE README REFERENCES $PKG/usr/doc/$PRGNAM-$VERSION
-cp $CWD/$PRGNAM.SlackBuild $PKG/usr/doc/$PRGNAM-$VERSION/
-
-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
diff --git a/graphics/mlbrot/mlbrot.info b/graphics/mlbrot/mlbrot.info
deleted file mode 100644
index 5ff7c97f21..0000000000
--- a/graphics/mlbrot/mlbrot.info
+++ /dev/null
@@ -1,10 +0,0 @@
-PRGNAM="mlbrot"
-VERSION="1.01"
-HOMEPAGE="http://pauillac.inria.fr/~ddr/mlbrot/"
-DOWNLOAD="http://pauillac.inria.fr/~ddr/mlbrot/distrib/src/mlbrot-1.01.tgz"
-MD5SUM="9efb8a8e90d4fb1deeb2794aa0ff1448"
-DOWNLOAD_x86_64=""
-MD5SUM_x86_64=""
-REQUIRES="camlp5 lablgtk"
-MAINTAINER="adaptr"
-EMAIL="jeroen@adaptr.nl"
diff --git a/graphics/mlbrot/slack-desc b/graphics/mlbrot/slack-desc
deleted file mode 100644
index 70cfb13063..0000000000
--- a/graphics/mlbrot/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 ':' except on otherwise blank lines.
-
- |-----handy-ruler------------------------------------------------------|
-mlbrot: mlbrot (Mandelbrot set plotter and exploration tool)
-mlbrot:
-mlbrot: MLBrot is a graphical tool to display, explore, colour, zoom, animate
-mlbrot: and otherwise play with the well-known Mandelbrot fractal set.
-mlbrot:
-mlbrot: Homepage: http://pauillac.inria.fr/~ddr/mlbrot/
-mlbrot:
-mlbrot:
-mlbrot:
-mlbrot:
-mlbrot: