diff options
author | Robby Workman <rworkman@slackbuilds.org> | 2011-03-16 01:13:49 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2011-03-20 12:33:01 -0500 |
commit | 7a1b4848a3d34a263544fadf08178c91c12fbad0 (patch) | |
tree | 8987d0fc908e371dfa87445425f59c7514075b37 /network | |
parent | 987d45e99a299c3b24418b2976e8ec9d5f3bf404 (diff) | |
download | slackbuilds-7a1b4848a3d34a263544fadf08178c91c12fbad0.tar.gz |
python/*: Moved a lot of Python stuff here
The criteria for whether something "belongs" in Development or
Libraries or Python or ... is admittedly arbitrary. As a general
rule, if it could be either Libraries or Python, it's Python.
Otherwise, pick one and we'll go from there...
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'network')
41 files changed, 0 insertions, 1218 deletions
diff --git a/network/pysmssend/.gitignore b/network/pysmssend/.gitignore deleted file mode 100644 index 1b7e16a14a..0000000000 --- a/network/pysmssend/.gitignore +++ /dev/null @@ -1,6 +0,0 @@ -tarball.sh -*.html -clean.sh -*.swp -*.tar.gz -nightly.sh diff --git a/network/pysmssend/README b/network/pysmssend/README deleted file mode 100644 index 5883139bda..0000000000 --- a/network/pysmssend/README +++ /dev/null @@ -1,5 +0,0 @@ -Pysmssend project is a program for sending sms over the internet using -your ADSL/VOIP provider account. The program has both GUI and command -line interfaces so that it can fulfill any needs. - -This requires mechanize. diff --git a/network/pysmssend/pysmssend.SlackBuild b/network/pysmssend/pysmssend.SlackBuild deleted file mode 100644 index 6e5675e8e4..0000000000 --- a/network/pysmssend/pysmssend.SlackBuild +++ /dev/null @@ -1,78 +0,0 @@ -#!/bin/sh - -# Slackware build script for pysmssend -# Written by Michales Michaloudes korgie@gmail.com - -PRGNAM=pysmssend -VERSION=${VERSION:-1.45} -BUILD=${BUILD:-1} -TAG=${TAG:-_SBo} - -if [ -z "$ARCH" ]; then - case "$( uname -m )" in - i?86) ARCH=i486 ;; - arm*) ARCH=arm ;; - *) 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 -#chown -R root:root . -find . \ - \( -perm 777 -o -perm 775 -o -perm 711 -o -perm 555 -o -perm 511 \) \ - -exec chmod 755 {} \; -o \ - \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ - -exec chmod 644 {} \; - -# install.sh is braindead. - -python setup.py install --root=$PKG - -mkdir -p $PKG/usr/bin -cp -a pysmssend pysmssendcmd $PKG/usr/bin/ - -mkdir -p $PKG/usr/share/pysmssend -cp -a Icons $PKG/usr/share/pysmssend - -mkdir -p $PKG/usr/share/applications -cat pysmssend.desktop > $PKG/usr/share/applications/pysmssend.desktop - -mkdir -p $PKG/usr/share/pixmaps -cat Icons/pysmssend.png > $PKG/usr/share/pixmaps/pysmssend.png - -mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cp -a AUTHORS CHANGELOG INSTALL TODO README $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/network/pysmssend/pysmssend.info b/network/pysmssend/pysmssend.info deleted file mode 100644 index 2712ae4fc7..0000000000 --- a/network/pysmssend/pysmssend.info +++ /dev/null @@ -1,10 +0,0 @@ -PRGNAM="pysmssend" -VERSION="1.45" -HOMEPAGE="http://pysmssend.silverarrow.org/" -DOWNLOAD="http://pysmssend.silverarrow.org/files/pysmssend-1.45.tar.gz" -MD5SUM="14ad1ce0094731427b103fa5586c97da" -DOWNLOAD_x86_64="" -MD5SUM_x86_64="" -MAINTAINER="Michales Michaloudes" -EMAIL="korgie@gmail.com" -APPROVED="rworkman" diff --git a/network/pysmssend/slack-desc b/network/pysmssend/slack-desc deleted file mode 100644 index 54e295b71e..0000000000 --- a/network/pysmssend/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------------------------------------------------------| -pysmssend: pysmssend (send SMS over internet) -pysmssend: -pysmssend: Pysmssend project is a program for sending sms over the internet -pysmssend: using your ADSL/VOIP provider account. The program has both GUI -pysmssend: and command line interfaces so that it can fulfill any needs. -pysmssend: -pysmssend: -pysmssend: -pysmssend: -pysmssend: -pysmssend: diff --git a/network/python-demjson/README b/network/python-demjson/README deleted file mode 100644 index cfac5b4bda..0000000000 --- a/network/python-demjson/README +++ /dev/null @@ -1,2 +0,0 @@ -Encoder, decoder, and lint/validator for JSON (JavaScript Object -Notation) compliant with RFC 4627 diff --git a/network/python-demjson/python-demjson.SlackBuild b/network/python-demjson/python-demjson.SlackBuild deleted file mode 100644 index afc81180f7..0000000000 --- a/network/python-demjson/python-demjson.SlackBuild +++ /dev/null @@ -1,87 +0,0 @@ -#!/bin/sh - -# Slackware build script for python-demjson -# Copyright 2010 David Woodfall <dave@dawoodfall.net> -# 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. - -SRCNAM=demjson -PRGNAM=python-$SRCNAM -VERSION=${VERSION:-1.4} -BUILD=${BUILD:-1} -TAG=${TAG:-_SBo} - -if [ -z "$ARCH" ]; then - case "$( uname -m )" in - i?86) ARCH=i486 ;; - arm*) ARCH=arm ;; - *) 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 $SRCNAM-$VERSION -tar xvf $CWD/$SRCNAM-$VERSION.tar.gz -cd $SRCNAM-$VERSION -chown -R root:root . -find . \ - \( -perm 777 -o -perm 775 -o -perm 711 -o -perm 555 -o -perm 511 \) \ - -exec chmod 755 {} \; -o \ - \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ - -exec chmod 644 {} \; - -python setup.py install --root=$PKG - -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.txt CHANGES.txt INSTALL.txt LICENSE.txt NEWS.txt README.txt THANKS.txt docs *.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/network/python-demjson/python-demjson.info b/network/python-demjson/python-demjson.info deleted file mode 100644 index 573dada797..0000000000 --- a/network/python-demjson/python-demjson.info +++ /dev/null @@ -1,10 +0,0 @@ -PRGNAM="python-demjson" -VERSION="1.4" -HOMEPAGE="http://pypi.python.org/pypi/demjson" -DOWNLOAD="http://pypi.python.org/packages/source/d/demjson/demjson-1.4.tar.gz" -MD5SUM="6f6c88bfe2443390230109c709243fcd" -DOWNLOAD_x86_64="" -MD5SUM_x86_64="" -MAINTAINER="David Woodfall" -EMAIL="dave@dawoodfall.net" -APPROVED="dsomero" diff --git a/network/python-demjson/slack-desc b/network/python-demjson/slack-desc deleted file mode 100644 index 8165a04f27..0000000000 --- a/network/python-demjson/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------------------------------------------------------| -python-demjson: python-demjson ( Encoder, decoder, and lint/validator for JSON ) -python-demjson: -python-demjson: Encoder, decoder, and lint/validator for JSON (JavaScript Object -python-demjson: Notation) compliant with RFC 4627 -python-demjson: -python-demjson: Homepage: http://pypi.python.org/pypi/demjson -python-demjson: -python-demjson: -python-demjson: -python-demjson: -python-demjson: diff --git a/network/python-morbid/README b/network/python-morbid/README deleted file mode 100644 index 7dd6d59101..0000000000 --- a/network/python-morbid/README +++ /dev/null @@ -1,3 +0,0 @@ -Twisted-based publish/subscribe messaging server that uses the STOMP -protocol - diff --git a/network/python-morbid/python-morbid.SlackBuild b/network/python-morbid/python-morbid.SlackBuild deleted file mode 100644 index 1733508866..0000000000 --- a/network/python-morbid/python-morbid.SlackBuild +++ /dev/null @@ -1,87 +0,0 @@ -#!/bin/sh - -# Slackware build script for python-morbid -# Copyright 2010 David Woodfall <dave@dawoodfall.net> -# 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. - -SRCNAM=morbid -PRGNAM=python-$SRCNAM -VERSION=${VERSION:-0.8.7.3} -BUILD=${BUILD:-1} -TAG=${TAG:-_SBo} - -if [ -z "$ARCH" ]; then - case "$( uname -m )" in - i?86) ARCH=i486 ;; - arm*) ARCH=arm ;; - *) 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 $SRCNAM-$VERSION -tar xvf $CWD/$SRCNAM-$VERSION.tar.gz -cd $SRCNAM-$VERSION -chown -R root:root . -find . \ - \( -perm 777 -o -perm 775 -o -perm 711 -o -perm 555 -o -perm 511 \) \ - -exec chmod 755 {} \; -o \ - \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ - -exec chmod 644 {} \; - -python setup.py install --root=$PKG - -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 \ - LICENSE README \ - $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/network/python-morbid/python-morbid.info b/network/python-morbid/python-morbid.info deleted file mode 100644 index 3aaeaf4e98..0000000000 --- a/network/python-morbid/python-morbid.info +++ /dev/null @@ -1,10 +0,0 @@ -PRGNAM="python-morbid" -VERSION="0.8.7.3" -HOMEPAGE="http://pypi.python.org/pypi/morbid/0.8.7.3" -DOWNLOAD="http://pypi.python.org/packages/source/m/morbid/morbid-0.8.7.3.tar.gz" -MD5SUM="5a2458def7e583a10c46c046dbab9c4a" -DOWNLOAD_x86_64="" -MD5SUM_x86_64="" -MAINTAINER="David Woodfall" -EMAIL="dave@dawoodfall.net" -APPROVED="dsomero" diff --git a/network/python-morbid/slack-desc b/network/python-morbid/slack-desc deleted file mode 100644 index 8d19fc779e..0000000000 --- a/network/python-morbid/slack-desc +++ /dev/null @@ -1,22 +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------------------------------------------------------| -python-morbid: python-morbid ( messaging server ) -python-morbid: -python-morbid: Twisted-based publish/subscribe messaging server that uses the STOMP -python-morbid: protocol -python-morbid: -python-morbid: Homepage: http://pypi.python.org/pypi/morbid/0.8.7.3 -python-morbid: -python-morbid: -python-morbid: -python-morbid: -python-morbid: - - - diff --git a/network/python-orbited/README b/network/python-orbited/README deleted file mode 100644 index 84710be1a9..0000000000 --- a/network/python-orbited/README +++ /dev/null @@ -1,19 +0,0 @@ -Orbited provides a pure JavaScript/HTML socket in the browser. It is -a web router and firewall that allows you to integrate web -applications with arbitrary back-end systems. You can implement any -network protocol in the browser—without resorting to plugins. - -The following dependencies are needed at compile-timee: - -pysetuptools - -The following dependencies are need at runtime: - -python-demjson -python-morbid -python-stomper -python-uuid -python-twisted - -Build scripts for all these are available at Slackbuilds.org - diff --git a/network/python-orbited/python-orbited.SlackBuild b/network/python-orbited/python-orbited.SlackBuild deleted file mode 100644 index e9c87d15ea..0000000000 --- a/network/python-orbited/python-orbited.SlackBuild +++ /dev/null @@ -1,84 +0,0 @@ -#!/bin/sh - -# Slackware build script for python-orbited -# Copyright 2010 David Woodfall <dave@dawoodfall.net> -# 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. - -SRCNAM=orbited -PRGNAM=python-$SRCNAM -VERSION=${VERSION:-0.7.10} -BUILD=${BUILD:-1} -TAG=${TAG:-_SBo} - -if [ -z "$ARCH" ]; then - case "$( uname -m )" in - i?86) ARCH=i486 ;; - arm*) ARCH=arm ;; - *) 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 $SRCNAM-$VERSION -tar xvf $CWD/$SRCNAM-$VERSION.tar.gz -cd $SRCNAM-$VERSION -chown -R root:root . -find . \ - \( -perm 777 -o -perm 775 -o -perm 711 -o -perm 555 -o -perm 511 \) \ - -exec chmod 755 {} \; -o \ - \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ - -exec chmod 644 {} \; - -python setup.py install --root=$PKG - -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 -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/network/python-orbited/python-orbited.info b/network/python-orbited/python-orbited.info deleted file mode 100644 index 3d12243e65..0000000000 --- a/network/python-orbited/python-orbited.info +++ /dev/null @@ -1,10 +0,0 @@ -PRGNAM="python-orbited" -VERSION="0.7.10" -HOMEPAGE="http://orbited.org/" -DOWNLOAD="http://pypi.python.org/packages/source/o/orbited/orbited-0.7.10.tar.gz" -MD5SUM="4f4e85d197466c141b1af466782445c1" -DOWNLOAD_x86_64="" -MD5SUM_x86_64="" -MAINTAINER="David Woodfall" -EMAIL="dave@dawoodfall.net" -APPROVED="dsomero" diff --git a/network/python-orbited/slack-desc b/network/python-orbited/slack-desc deleted file mode 100644 index 5b6372b065..0000000000 --- a/network/python-orbited/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------------------------------------------------------| -python-orbited: python-orbited ( Realtime Communication for the Browser ) -python-orbited: -python-orbited: Orbited provides a pure JavaScript/HTML socket in the browser. It is -python-orbited: a web router and firewall that allows you to integrate web -python-orbited: applications with arbitrary back-end systems. You can implement any -python-orbited: network protocol in the browser—without resorting to plugins. -python-orbited: -python-orbited: Homepage: http://orbited.org/ -python-orbited: -python-orbited: -python-orbited: diff --git a/network/python-pypolicyd-spf/README b/network/python-pypolicyd-spf/README deleted file mode 100644 index 677f52fd47..0000000000 --- a/network/python-pypolicyd-spf/README +++ /dev/null @@ -1,5 +0,0 @@ -PyPolicyd-SPF is a Postfix policy engine for Sender Policy Framework -(SPF) checking. It is implemented in pure Python and uses the python-spf -(pyspf) module. - -This requires python-pyspf. diff --git a/network/python-pypolicyd-spf/python-pypolicyd-spf.SlackBuild b/network/python-pypolicyd-spf/python-pypolicyd-spf.SlackBuild deleted file mode 100644 index ebf7c517bd..0000000000 --- a/network/python-pypolicyd-spf/python-pypolicyd-spf.SlackBuild +++ /dev/null @@ -1,99 +0,0 @@ -#!/bin/sh - -# Slackware build script for DKIMproxy - -# Copyright 2010, Steven King <kingrst@gmail.com> -# 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=python-pypolicyd-spf -VERSION=${VERSION:-0.8.0} -BUILD=${BUILD:-1} -TAG=${TAG:-_SBo} - -ORIGNAM=$(echo $PRGNAM | cut -f2- -d-) - -if [ -z "$ARCH" ]; then - case "$( uname -m )" in - i?86) ARCH=i486 ;; - arm*) ARCH=arm ;; - *) 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 $ORIGNAM-$VERSION -tar vxzf $CWD/$ORIGNAM-$VERSION.tar.gz -cd $ORIGNAM-$VERSION - -chown -R root:root . -find . \ - \( -perm 777 -o -perm 775 -o -perm 711 -o -perm 555 -o -perm 511 \) \ - -exec chmod 755 {} \; -o \ - \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ - -exec chmod 644 {} \; - -/usr/bin/python setup.py build - -/usr/bin/python setup.py install --root $PKG - -find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \ - | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true - -# Move man-pages to correct location -mv $PKG/usr/share/man $PKG/usr/ -rm -rf $PKG/usr/share -find $PKG/usr/man -type f -exec gzip -9 {} \; - -mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION - -cp -a \ - CHANGES LICENSE README README.per_user_whitelisting TODO \ - $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/network/python-pypolicyd-spf/python-pypolicyd-spf.info b/network/python-pypolicyd-spf/python-pypolicyd-spf.info deleted file mode 100644 index fa84c70908..0000000000 --- a/network/python-pypolicyd-spf/python-pypolicyd-spf.info +++ /dev/null @@ -1,10 +0,0 @@ -PRGNAM="python-pypolicyd-spf" -VERSION="0.8.0" -HOMEPAGE="https://launchpad.net/pypolicyd-spf/" -DOWNLOAD="http://launchpad.net/pypolicyd-spf/0.8/0.8.0/+download/pypolicyd-spf-0.8.0.tar.gz" -MD5SUM="e562394356091fb4d0f142b7e8611305" -DOWNLOAD_x86_64="" -MD5SUM_x86_64="" -MAINTAINER="Steven King" -EMAIL="kingrst@gmail.com" -APPROVED="Niels Horn" diff --git a/network/python-pypolicyd-spf/slack-desc b/network/python-pypolicyd-spf/slack-desc deleted file mode 100644 index 19041709be..0000000000 --- a/network/python-pypolicyd-spf/slack-desc +++ /dev/null @@ -1,20 +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------------------------------------------------------| -python-pypolicyd-spf: PyPolicyd-SPF (Python Postfix SPF engine) -python-pypolicyd-spf: -python-pypolicyd-spf: PyPolicyd-SPF is a Postfix policy engine for Sender -python-pypolicyd-spf: Policy Framework (SPF) checking. It is implemented in -python-pypolicyd-spf: pure Python and uses the python-spf (pyspf) module. -python-pypolicyd-spf: -python-pypolicyd-spf: Homepage: https://launchpad.net/pypolicyd-spf/ -python-pypolicyd-spf: -python-pypolicyd-spf: -python-pypolicyd-spf: -python-pypolicyd-spf: - diff --git a/network/python-stomper/README b/network/python-stomper/README deleted file mode 100644 index 95596ac86e..0000000000 --- a/network/python-stomper/README +++ /dev/null @@ -1,6 +0,0 @@ -This is a python client implementation of the STOMP protocol. - -The client is attempting to be transport layer neutral. This module -provides functions to create and parse STOMP messages in a -programatic fashion. The messages can be easily generated and parsed, -however its up to the user to do the sending and receiving. diff --git a/network/python-stomper/python-stomper.SlackBuild b/network/python-stomper/python-stomper.SlackBuild deleted file mode 100644 index ee28ec7082..0000000000 --- a/network/python-stomper/python-stomper.SlackBuild +++ /dev/null @@ -1,87 +0,0 @@ -#!/bin/sh - -# Slackware build script for python-stomper -# Copyright 2010 David Woodfall <dave@dawoodfall.net> -# 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. - -SRCNAM=stomper -PRGNAM=python-$SRCNAM -VERSION=${VERSION:-0.2.3} -BUILD=${BUILD:-1} -TAG=${TAG:-_SBo} - -if [ -z "$ARCH" ]; then - case "$( uname -m )" in - i?86) ARCH=i486 ;; - arm*) ARCH=arm ;; - *) 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 $SRCNAM-$VERSION -tar xvf $CWD/$SRCNAM-$VERSION.tar.gz -cd $SRCNAM-$VERSION -chown -R root:root . -find . \ - \( -perm 777 -o -perm 775 -o -perm 711 -o -perm 555 -o -perm 511 \) \ - -exec chmod 755 {} \; -o \ - \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ - -exec chmod 644 {} \; - -python setup.py install --root=$PKG - -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 \ - README \ - $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/network/python-stomper/python-stomper.info b/network/python-stomper/python-stomper.info deleted file mode 100644 index 72792aff40..0000000000 --- a/network/python-stomper/python-stomper.info +++ /dev/null @@ -1,10 +0,0 @@ -PRGNAM="python-stomper" -VERSION="0.2.3" -HOMEPAGE="http://code.google.com/p/stomper/" -DOWNLOAD="http://stomper.googlecode.com/files/stomper-0.2.3.tar.gz" -MD5SUM="4f64beb3823455d46544c5f10922362a" -DOWNLOAD_x86_64="" -MD5SUM_x86_64="" -MAINTAINER="David Woodfall" -EMAIL="dave@dawoodfall.net" -APPROVED="dsomero" diff --git a/network/python-stomper/slack-desc b/network/python-stomper/slack-desc deleted file mode 100644 index 3b1b9cd0b2..0000000000 --- a/network/python-stomper/slack-desc +++ /dev/null @@ -1,20 +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------------------------------------------------------| -python-stomper: python-stomper ( client implementation of the STOMP protocol ) -python-stomper: -python-stomper: This is a python client implementation of the STOMP protocol. -python-stomper: -python-stomper: Homepage: http://code.google.com/p/stomper/ -python-stomper: -python-stomper: -python-stomper: -python-stomper: -python-stomper: -python-stomper: - diff --git a/network/python-suds/README b/network/python-suds/README deleted file mode 100644 index 14650e2966..0000000000 --- a/network/python-suds/README +++ /dev/null @@ -1,3 +0,0 @@ -Suds is a lightweight SOAP python client for consuming Web Services. - -This requires pysetuptools. diff --git a/network/python-suds/python-suds.SlackBuild b/network/python-suds/python-suds.SlackBuild deleted file mode 100644 index fb097c17f0..0000000000 --- a/network/python-suds/python-suds.SlackBuild +++ /dev/null @@ -1,55 +0,0 @@ -#!/bin/sh - -# Slackware build script for python-suds -# Written by Joey Trungale <joey@trungale.net> - -PRGNAM=python-suds -VERSION=${VERSION:-0.3.9} -BUILD=${BUILD:-1} -TAG=${TAG:-_SBo} - -if [ -z "$ARCH" ]; then - case "$( uname -m )" in - i?86) ARCH=i486 ;; - arm*) ARCH=arm ;; - *) ARCH=$( uname -m ) ;; - esac -fi - -CWD=$(pwd) -TMP=${TMP:-/tmp/SBo} -PKG=$TMP/package-$PRGNAM -OUTPUT=${OUTPUT:-/tmp} - -DOCS="LICENSE README" - -set -e - -rm -rf $PKG -mkdir -p $TMP $PKG $OUTPUT -cd $TMP -rm -rf $PRGNAM-$VERSION -tar xvf $CWD/$PRGNAM-$VERSION.tar.gz -cd $PRGNAM-$VERSION - -chown -R root:root . -find . \ - \( -perm 777 -o -perm 775 -o -perm 711 -o -perm 555 -o -perm 511 \) \ - -exec chmod 755 {} \; -o \ - \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ - -exec chmod 644 {} \; - -python setup.py install --root=$PKG - -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 $DOCS $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/network/python-suds/python-suds.info b/network/python-suds/python-suds.info deleted file mode 100644 index eaf0704eb8..0000000000 --- a/network/python-suds/python-suds.info +++ /dev/null @@ -1,10 +0,0 @@ -PRGNAM="python-suds" -VERSION="0.3.9" -HOMEPAGE="https://fedorahosted.org/suds/" -DOWNLOAD="https://fedorahosted.org/releases/s/u/suds/python-suds-0.3.9.tar.gz" -MD5SUM="420ac4b6ba788e43631b74719a470bf7" -DOWNLOAD_x86_64="" -MD5SUM_x86_64="" -MAINTAINER="Joey Trungale" -EMAIL="joey@trungale.net" -APPROVED="rworkman" diff --git a/network/python-suds/slack-desc b/network/python-suds/slack-desc deleted file mode 100644 index ca8b6eb117..0000000000 --- a/network/python-suds/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------------------------------------------------------| -python-suds: python-suds (Python SOAP client) -python-suds: -python-suds: Suds is a lightweight SOAP python client for consuming Web Services. -python-suds: -python-suds: https://fedorahosted.com/suds -python-suds: -python-suds: -python-suds: -python-suds: -python-suds: -python-suds: diff --git a/network/python-twisted-web2/README b/network/python-twisted-web2/README deleted file mode 100644 index 8808f3d079..0000000000 --- a/network/python-twisted-web2/README +++ /dev/null @@ -1,19 +0,0 @@ -Twisted.Web2 is an experimental web server built with Twisted. Useful Web2 -functionality will be backported to TwistedWeb until TwistedWeb is as -featureful as Web2, then Web2 will be abandoned. - -Improvements over Twisted.Web: -* Streaming upload data -* Separation of low level HTTP and high level request handling which allows - it to run under other transports such as SCGI and CGI -* IResource API improvements from Nevow -* More versatile outgoing data streaming API -* Correct header parsing -* Full HTTP/1.1 support -* Output filters (HTTP range support in a generic fashion, and gzip support) -* Significantly better URI Rewriting when used behind a proxy such as Apache's - mod_proxy - -Twisted Web2 is available under the MIT Free Software licence. - -Requires: python-twisted diff --git a/network/python-twisted-web2/python-twisted-web2.SlackBuild b/network/python-twisted-web2/python-twisted-web2.SlackBuild deleted file mode 100644 index 4d66a780c2..0000000000 --- a/network/python-twisted-web2/python-twisted-web2.SlackBuild +++ /dev/null @@ -1,85 +0,0 @@ -#!/bin/sh -# Slackware build script for python-twisted-web2, based on python-twisted -# SlackBuild by Marco Bonetti <sid77@slackware.it> -# -# Lionel Young <redtricycle@gmail.com> -# -# 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=python-twisted-web2 -SRCNAM=TwistedWeb2 -VERSION=${VERSION:-8.1.0} -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} - -DOCS="LICENSE NEWS README doc/examples/ doc/howto/" - -if [ "$ARCH" = "i486" ]; then - SLKCFLAGS="-O2 -march=i486 -mtune=i686" -elif [ "$ARCH" = "i686" ]; then - SLKCFLAGS="-O2 -march=i686 -mtune=i686" -elif [ "$ARCH" = "x86_64" ]; then - SLKCFLAGS="-O2 -fPIC" -fi - -set -e - -rm -rf $PKG -mkdir -p $TMP $PKG $OUTPUT -cd $TMP -rm -rf $SRCNAM-$VERSION -tar xvf $CWD/$SRCNAM-$VERSION.tar.bz2 -cd $SRCNAM-$VERSION -chown -R root:root . -find . \ - \( -perm 777 -o -perm 775 -o -perm 711 -o -perm 555 -o -perm 511 \) \ - -exec chmod 755 {} \; -o \ - \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ - -exec chmod 644 {} \; - -python setup.py build || exit 1 - -python setup.py install --root=$PKG || exit 1 - -mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cp -a $DOCS $PKG/usr/doc/$PRGNAM-$VERSION -cat $CWD/slack-desc > $PKG/usr/doc/$PRGNAM-$VERSION/slack-desc -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/network/python-twisted-web2/python-twisted-web2.info b/network/python-twisted-web2/python-twisted-web2.info deleted file mode 100644 index 58d4c7fb4c..0000000000 --- a/network/python-twisted-web2/python-twisted-web2.info +++ /dev/null @@ -1,10 +0,0 @@ -PRGNAM="python-twisted-web2" -VERSION="8.1.0" -HOMEPAGE="http://twistedmatrix.com/" -DOWNLOAD="http://tmrc.mit.edu/mirror/twisted/Web2/8.1/TwistedWeb2-8.1.0.tar.bz2" -MD5SUM="e34b48edf6fef075bd41ddbd215aed32" -DOWNLOAD_x86_64="" -MD5SUM_x86_64="" -MAINTAINER="Lionel Young" -EMAIL="redtricycle@gmail.com" -APPROVED="dsomero" diff --git a/network/python-twisted-web2/slack-desc b/network/python-twisted-web2/slack-desc deleted file mode 100644 index cae963d00c..0000000000 --- a/network/python-twisted-web2/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----------------------------------------------------| -python-twisted-web2: python-twisted-web2 (Experimental Twisted web server) -python-twisted-web2: -python-twisted-web2: Twisted.Web2 is an experimental web server built with Twisted. -python-twisted-web2: Useful Web2 functionality will be backported to TwistedWeb until -python-twisted-web2: TwistedWeb is as featureful as Web2, then Web2 will be abandoned. -python-twisted-web2: -python-twisted-web2: Homepage: http://twistedmatrix.com -python-twisted-web2: -python-twisted-web2: -python-twisted-web2: -python-twisted-web2: diff --git a/network/python-twisted/README b/network/python-twisted/README deleted file mode 100644 index 580a8e4425..0000000000 --- a/network/python-twisted/README +++ /dev/null @@ -1,8 +0,0 @@ -Twisted is an event-driven networking engine written in Python and licensed -under the MIT license. - -Twisted projects variously support TCP, UDP, SSL/TLS, multicast, Unix -sockets, a large number of protocols (including HTTP, NNTP, IMAP, SSH, -IRC, FTP, and others), and much more. - -This requires zope.interface at runtime. diff --git a/network/python-twisted/python-twisted.SlackBuild b/network/python-twisted/python-twisted.SlackBuild deleted file mode 100644 index 5e70ceeea6..0000000000 --- a/network/python-twisted/python-twisted.SlackBuild +++ /dev/null @@ -1,95 +0,0 @@ -#!/bin/sh - -# Slackware build script for python-twisted. - -# Copyright 2009 Marco Bonetti <sid77@slackware.it> -# 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=python-twisted -SRCNAM=Twisted -VERSION=${VERSION:-8.2.0} -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} - -DOCS="LICENSE NEWS README" - -if [ "$ARCH" = "i486" ]; then - SLKCFLAGS="-O2 -march=i486 -mtune=i686" -elif [ "$ARCH" = "i686" ]; then - SLKCFLAGS="-O2 -march=i686 -mtune=i686" -elif [ "$ARCH" = "x86_64" ]; then - SLKCFLAGS="-O2 -fPIC" -fi - -set -e - -rm -rf $PKG -mkdir -p $TMP $PKG $OUTPUT -cd $TMP -rm -rf $SRCNAM-$VERSION -tar xvf $CWD/$SRCNAM-$VERSION.tar.bz2 -cd $SRCNAM-$VERSION - -chown -R root:root . - -find . \ - \( -perm 777 -o -perm 775 -o -perm 711 -o -perm 555 -o -perm 511 \) \ - -exec chmod 755 {} \; -o \ - \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ - -exec chmod 644 {} \; - -python setup.py build || exit 1 - -python setup.py install --root=$PKG || exit 1 - -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/man -( 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 -) - -mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cp -a $DOCS $PKG/usr/doc/$PRGNAM-$VERSION -cat $CWD/slack-desc > $PKG/usr/doc/$PRGNAM-$VERSION/slack-desc -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/network/python-twisted/python-twisted.info b/network/python-twisted/python-twisted.info deleted file mode 100644 index 7443cd969b..0000000000 --- a/network/python-twisted/python-twisted.info +++ /dev/null @@ -1,10 +0,0 @@ -PRGNAM="python-twisted" -VERSION="8.2.0" -HOMEPAGE="http://twistedmatrix.com/" -DOWNLOAD="http://tmrc.mit.edu/mirror/twisted/Twisted/8.2/Twisted-8.2.0.tar.bz2" -MD5SUM="c85f151999df3ecf04c49a781b4438d2" -DOWNLOAD_x86_64="" -MD5SUM_x86_64="" -MAINTAINER="Marco Bonetti" -EMAIL="sid77@slackware.it" -APPROVED="dsomero" diff --git a/network/python-twisted/slack-desc b/network/python-twisted/slack-desc deleted file mode 100644 index 5d4a1384ee..0000000000 --- a/network/python-twisted/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----------------------------------------------------| -python-twisted: python-twisted (Python networking engine) -python-twisted: -python-twisted: Twisted is an event-driven networking engine written in Python and -python-twisted: licensed under the MIT license. -python-twisted: -python-twisted: Homepage: http://twistedmatrix.com/ -python-twisted: -python-twisted: -python-twisted: -python-twisted: -python-twisted: diff --git a/network/python-uuid/README b/network/python-uuid/README deleted file mode 100644 index 5a99b95273..0000000000 --- a/network/python-uuid/README +++ /dev/null @@ -1,3 +0,0 @@ -UUID object and generation functions (Python 2.3 or higher) - - diff --git a/network/python-uuid/python-uuid.SlackBuild b/network/python-uuid/python-uuid.SlackBuild deleted file mode 100644 index adc507ca1b..0000000000 --- a/network/python-uuid/python-uuid.SlackBuild +++ /dev/null @@ -1,84 +0,0 @@ -#!/bin/sh - -# Slackware build script for python-uuid -# Copyright 2010 David Woodfall <dave@dawoodfall.net> -# 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. - -SRCNAM=uuid -PRGNAM=python-$SRCNAM -VERSION=${VERSION:-1.30} -BUILD=${BUILD:-1} -TAG=${TAG:-_SBo} - -if [ -z "$ARCH" ]; then - case "$( uname -m )" in - i?86) ARCH=i486 ;; - arm*) ARCH=arm ;; - *) 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 $SRCNAM-$VERSION -tar xvf $CWD/$SRCNAM-$VERSION.tar.gz -cd $SRCNAM-$VERSION -chown -R root:root . -find . \ - \( -perm 777 -o -perm 775 -o -perm 711 -o -perm 555 -o -perm 511 \) \ - -exec chmod 755 {} \; -o \ - \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ - -exec chmod 644 {} \; - -python setup.py install --root=$PKG - -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 -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/network/python-uuid/python-uuid.info b/network/python-uuid/python-uuid.info deleted file mode 100644 index ca5fc86be7..0000000000 --- a/network/python-uuid/python-uuid.info +++ /dev/null @@ -1,10 +0,0 @@ -PRGNAM="python-uuid" -VERSION="1.30" -HOMEPAGE="http://pypi.python.org/pypi/uuid/1.30" -DOWNLOAD="http://pypi.python.org/packages/source/u/uuid/uuid-1.30.tar.gz" -MD5SUM="639b310f1fe6800e4bf8aa1dd9333117" -DOWNLOAD_x86_64="" -MD5SUM_x86_64="" -MAINTAINER="David Woodfall" -EMAIL="dave@dawoodfall.net" -APPROVED="dsomero" diff --git a/network/python-uuid/slack-desc b/network/python-uuid/slack-desc deleted file mode 100644 index d13ce59899..0000000000 --- a/network/python-uuid/slack-desc +++ /dev/null @@ -1,22 +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------------------------------------------------------| -python-uuid: python-uuid ( UUID object and generation functions ) -python-uuid: -python-uuid: UUID object and generation functions (Python 2.3 or higher) -python-uuid: -python-uuid: Homepage: http://pypi.python.org/pypi/uuid/1.30 -python-uuid: -python-uuid: -python-uuid: -python-uuid: -python-uuid: -python-uuid: - - - |