From 2376ae3e9e8e8efbe1da055ad66a96504bebe876 Mon Sep 17 00:00:00 2001 From: Heinz Wiesinger Date: Thu, 13 May 2010 00:08:17 +0200 Subject: libraries/raptor: Removed from 13.0 repository --- libraries/raptor/README | 8 ---- libraries/raptor/raptor.SlackBuild | 93 -------------------------------------- libraries/raptor/raptor.info | 8 ---- libraries/raptor/slack-desc | 19 -------- 4 files changed, 128 deletions(-) delete mode 100644 libraries/raptor/README delete mode 100644 libraries/raptor/raptor.SlackBuild delete mode 100644 libraries/raptor/raptor.info delete mode 100644 libraries/raptor/slack-desc (limited to 'libraries') diff --git a/libraries/raptor/README b/libraries/raptor/README deleted file mode 100644 index 6ff1ab38f1..0000000000 --- a/libraries/raptor/README +++ /dev/null @@ -1,8 +0,0 @@ -Raptor is a free software / Open Source C library that provides a set -of parsers and serializers that generate Resource Description Framework -(RDF) triples by parsing syntaxes or serialize the triples into a -syntax. The supported parsing syntaxes are RDF/XML, N-Triples, TRiG, -Turtle, RSS tag soup including all versions of RSS, Atom 1.0 and 0.3, -GRDDL and microformats for HTML, XHTML and XML. The serializing -syntaxes are RDF/XML (regular, and abbreviated), N-Triples, RSS 1.0, -Atom 1.0 and Adobe XMP. \ No newline at end of file diff --git a/libraries/raptor/raptor.SlackBuild b/libraries/raptor/raptor.SlackBuild deleted file mode 100644 index c21a20d5de..0000000000 --- a/libraries/raptor/raptor.SlackBuild +++ /dev/null @@ -1,93 +0,0 @@ -#!/bin/sh - -# Slackware build script for raptor - -# Copyright 2007-2008 Heinz Wiesinger -# 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. - -# Modified by Robby Workman -# No additional license terms added :) - -PRGNAM=raptor -VERSION=1.4.18 -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" -elif [ "$ARCH" = "x86_64" ]; then - SLKCFLAGS="-O2 -fPIC" -fi - -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 {} \; - -CFLAGS="$SLKCFLAGS" \ -CXXFLAGS="$SLKCFLAGS" \ -./configure \ - --prefix=/usr \ - --sysconfdir=/etc \ - --localstatedir=/var \ - --mandir=/usr/man \ - --disable-static \ - --build=$ARCH-slackware-linux \ - --host=$ARCH-slackware-linux - -make -make install-strip DESTDIR=$PKG - -( 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 AUTHORS ChangeLog* COPYING* INSTALL* LICENSE* NEWS* \ - NOTICE README* RELEASE.html $PKG/usr/doc/$PRGNAM-$VERSION -cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild -( cd $PKG/usr/doc/$PRGNAM-$VERSION - ln -s /usr/share/gtk-doc/html/raptor html -) - -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.tgz diff --git a/libraries/raptor/raptor.info b/libraries/raptor/raptor.info deleted file mode 100644 index fd96cee0a4..0000000000 --- a/libraries/raptor/raptor.info +++ /dev/null @@ -1,8 +0,0 @@ -PRGNAM="raptor" -VERSION="1.4.18" -HOMEPAGE="http://librdf.org/" -DOWNLOAD="http://download.librdf.org/source/raptor-1.4.18.tar.gz" -MD5SUM="284e768eeda0e2898b0d5bf7e26a016e" -MAINTAINER="ppr:kut" -EMAIL="HMWiesinger@gmx.at" -APPROVED="David Somero" diff --git a/libraries/raptor/slack-desc b/libraries/raptor/slack-desc deleted file mode 100644 index 760fcd8161..0000000000 --- a/libraries/raptor/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------------------------------------------------------| -raptor: raptor (RDF Parser & Serializer) -raptor: -raptor: Raptor is a free software/Open Source C library that provides a set of -raptor: parsers and serializers that generate Resource Description Framework -raptor: (RDF) triples by parsing syntaxes or serialize the triples into a -raptor: syntax. The supported parsing syntaxes are RDF/XML, N-Triples, TRiG, -raptor: Turtle, RSS tag soup including all versions of RSS, Atom 1.0 and 0.3, -raptor: GRDDL and microformats for HTML, XHTML and XML. -raptor: -raptor: Homepage: http://librdf.org/ -raptor: -- cgit v1.2.3