diff options
author | Andy Alt <andyqwerty@users.sourceforge.net> | 2012-04-29 20:16:40 -0400 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2012-04-30 00:40:05 -0500 |
commit | 3083d7626d834d262d01942c270cf48608faa171 (patch) | |
tree | 25c949706aac0f2bb69a5bf136ca45af513f4011 /development | |
parent | b8554585093ab792db3da31b994db59212a483e0 (diff) | |
download | slackbuilds-3083d7626d834d262d01942c270cf48608faa171.tar.gz |
python/Pygments: Updated for version 1.5 and moved from development.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'development')
-rw-r--r-- | development/Pygments/Pygments.SlackBuild | 61 | ||||
-rw-r--r-- | development/Pygments/Pygments.info | 10 | ||||
-rw-r--r-- | development/Pygments/README | 11 | ||||
-rw-r--r-- | development/Pygments/slack-desc | 19 |
4 files changed, 0 insertions, 101 deletions
diff --git a/development/Pygments/Pygments.SlackBuild b/development/Pygments/Pygments.SlackBuild deleted file mode 100644 index c49c6588b4..0000000000 --- a/development/Pygments/Pygments.SlackBuild +++ /dev/null @@ -1,61 +0,0 @@ -#!/bin/sh - -# Slackware build script for Pygments - -# Written by Grissiom <chaos.proton@gmail.com> -# Updated by LukenShiro <lukenshiro@ngi.it> - -PRGNAM=Pygments -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} - -DOCFILES="LICENSE TODO AUTHORS CHANGES docs/build/*.html" - -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 --prefix=/usr --root=$PKG - -mkdir -p $PKG/usr/man/man1 -cp -a docs/pygmentize.1 $PKG/usr/man/man1 -# Adapting to Slackware's directory layout -sed -i "s|share/doc/python-pygments|doc/${PRGNAM}-${VERSION}|" \ - $PKG/usr/man/man1/pygmentize.1 - -find $PKG/usr/man -type f -exec gzip -9 {} \; - -mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cp -a $DOCFILES $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/development/Pygments/Pygments.info b/development/Pygments/Pygments.info deleted file mode 100644 index 2d38997171..0000000000 --- a/development/Pygments/Pygments.info +++ /dev/null @@ -1,10 +0,0 @@ -PRGNAM="Pygments" -VERSION="1.4" -HOMEPAGE="http://pygments.org/" -DOWNLOAD="http://pypi.python.org/packages/source/P/Pygments/Pygments-1.4.tar.gz" -MD5SUM="d77ac8c93a7fb27545f2522abe9cc462" -DOWNLOAD_x86_64="" -MD5SUM_x86_64="" -MAINTAINER="LukenShiro" -EMAIL="lukenshiro@ngi.it" -APPROVED="rworkman" diff --git a/development/Pygments/README b/development/Pygments/README deleted file mode 100644 index 975ce911d5..0000000000 --- a/development/Pygments/README +++ /dev/null @@ -1,11 +0,0 @@ -Pygments is a generic syntax highlighter for general use in all kinds of -software such as forum systems, wikis or other applications that need to -prettify source code. - -Highlights are: - * A wide range of common languages and markup formats is supported. - * Special attention is paid to details, increasing quality by a fair amount. - * Support for new languages and formats are added easily. - * A number of output formats, presently HTML, LaTeX, RTF, SVG and ANSI - sequences. - * It is usable as a command-line tool and as a library. diff --git a/development/Pygments/slack-desc b/development/Pygments/slack-desc deleted file mode 100644 index 31af28f8ad..0000000000 --- a/development/Pygments/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------------------------------------------------------| -Pygments: Pygments (syntax highlighting package written in Python) -Pygments: -Pygments: It is a generic syntax highlighter for general use in all kinds of -Pygments: software such as forum systems, wikis or other applications that need -Pygments: to prettify source code. A wide range of common languages and markup -Pygments: formats is supported. -Pygments: -Pygments: -Pygments: -Pygments: -Pygments: |