aboutsummaryrefslogtreecommitdiff
path: root/libraries
diff options
context:
space:
mode:
authorHeinz Wiesinger <pprkut@slackbuilds.org>2010-05-13 00:07:56 +0200
committerHeinz Wiesinger <pprkut@slackbuilds.org>2010-05-13 00:07:56 +0200
commitf1d7652148a846621f39b832823b43df499a4fe2 (patch)
treefa922698cacd509da0c2922b7c7f209ceb26e478 /libraries
parentb6a7f39f5884cea87e906065eeb7d87d8e820b64 (diff)
downloadslackbuilds-f1d7652148a846621f39b832823b43df499a4fe2.tar.xz
libraries/clearsilver: Removed from 13.0 repository
Diffstat (limited to 'libraries')
-rw-r--r--libraries/clearsilver/README12
-rw-r--r--libraries/clearsilver/clearsilver.SlackBuild91
-rw-r--r--libraries/clearsilver/clearsilver.info8
-rw-r--r--libraries/clearsilver/slack-desc19
4 files changed, 0 insertions, 130 deletions
diff --git a/libraries/clearsilver/README b/libraries/clearsilver/README
deleted file mode 100644
index 02bb32a42a89..000000000000
--- a/libraries/clearsilver/README
+++ /dev/null
@@ -1,12 +0,0 @@
-Clearsilver is a fast, powerful, and language-neutral template system meant
-primarily for html.
-
-In both static content sites and dynamic HTML applications, it provides a
-separation between presentation code and application logic which makes working
-with your project easier.
-
-clearsilver.Slackbuild requires that PERL and Python be installed.
-
-Beware running this slackbuild with an MAKEFLAGS=-jn flags. The clearsilver
-build system skipped building the perl portion of the package when I tried
-MAKEFLAGS=-j2.
diff --git a/libraries/clearsilver/clearsilver.SlackBuild b/libraries/clearsilver/clearsilver.SlackBuild
deleted file mode 100644
index c75beec2caea..000000000000
--- a/libraries/clearsilver/clearsilver.SlackBuild
+++ /dev/null
@@ -1,91 +0,0 @@
-#!/bin/sh
-
-# Slackware build script for clearsilver.
-#
-# Written by Lyle Sigurdson <lyle@sent.com>.
-#
-# Free for any use; no warranty.
-
-# Exit immediately if a simple command exits with a non-zero status.
-set -e
-
-PRGNAM=clearsilver
-VERSION=0.10.5
-ARCH=${ARCH:-i486}
-BUILD=${BUILD:-1}
-TAG=${TAG:-_SBo}
-
-CWD=$(pwd)
-TMP=${TMP:-/tmp/SBo}
-PKG=$TMP/package-$PRGNAM
-OUTPUT=${OUTPUT:-/tmp}
-
-if [ "$ARCH" = "i486" ]; then
- SLKCFLAGS="-O2 -march=i486 -mtune=i686"
-elif [ "$ARCH" = "i686" ]; then
- SLKCFLAGS="-O2 -march=i686 -mtune=i686"
-fi
-
-rm -rf $PKG
-mkdir -p $TMP $PKG $OUTPUT
-cd $TMP
-tar -xzvf $CWD/$PRGNAM-$VERSION.tar.gz
-cd $TMP/$PRGNAM-$VERSION
-chown -R root:root .
-chmod -R u+rw,go-w,a-s .
-
-CFLAGS="$SLKCFLAGS" \
- ./configure \
- --prefix=/usr \
- --mandir=/usr/man \
- --disable-apache \
- --disable-java \
- --disable-ruby \
- --disable-csharp \
- --with-python=/usr/bin/python
-
-make
-make INSTALLDIRS=vendor install DESTDIR=$PKG
-
-# Let's build the libneo shared object anyway, even though we've disabled C#
-# This is useful to have around for some other applications
-cd dso
- make
- make install DESTDIR=$PKG
-cd -
-
-# Put a link to the libneo shared object in /usr/lib
-( cd $PKG/usr/lib ; ln -s python2.5/site-packages/libneo.so libneo.so )
-
-( cd $PKG
- find . | xargs file | grep "executable" | grep ELF | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null
- find . | xargs file | grep "shared object" | grep ELF | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null
-)
-
-mv $PKG/usr/share/man/man3/* $PKG/usr/man/man3/
-rm -rf $PKG/usr/share
-
-( cd $PKG/usr/man
- find . -type f -exec gzip -9 {} \;
- for i in $( find . -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done
-)
-
-# Remove perllocal.pod and other special files that don't need to be installed,
-# because they will overwrite what's already on the system.
-( cd $PKG
- find . -name perllocal.pod \
- -o -name ".packlist" \
- -o -name "*.bs" \
- | xargs rm -f
-)
-
-mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
-cp -a CS_LICENSE INSTALL LICENSE README README.python \
- $PKG/usr/doc/$PRGNAM-$VERSION
-cat $CWD/clearsilver.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/clearsilver.SlackBuild
-
-mkdir -p $PKG/install
-cp $CWD/slack-desc $PKG/install
-
-cd $PKG
-/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.tgz
diff --git a/libraries/clearsilver/clearsilver.info b/libraries/clearsilver/clearsilver.info
deleted file mode 100644
index 6007f0501d52..000000000000
--- a/libraries/clearsilver/clearsilver.info
+++ /dev/null
@@ -1,8 +0,0 @@
-PRGNAM="clearsilver"
-VERSION="0.10.5"
-HOMEPAGE="http://www.clearsilver.net"
-DOWNLOAD="http://www.clearsilver.net/downloads/clearsilver-0.10.5.tar.gz"
-MD5SUM="b8c0c7fbe0ef5e06e0c935f134304d44"
-MAINTAINER="Lyle Sigurdson"
-EMAIL="lyle@sent.com"
-APPROVED="rworkman"
diff --git a/libraries/clearsilver/slack-desc b/libraries/clearsilver/slack-desc
deleted file mode 100644
index 76472b69a40d..000000000000
--- a/libraries/clearsilver/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------------------------------------------------------|
-clearsilver: Clearsilver (template system)
-clearsilver:
-clearsilver: Clearsilver is a fast, powerful, and language-neutral
-clearsilver: template system meant primarily for html.
-clearsilver:
-clearsilver: In both static content sites and dynamic HTML applications,
-clearsilver: it provides a separation between presentation code and
-clearsilver: application logic, which makes working with your project
-clearsilver: easier.
-clearsilver:
-clearsilver: