summaryrefslogtreecommitdiffstats
path: root/audio-libs/raptor/DETAILS
diff options
context:
space:
mode:
Diffstat (limited to 'audio-libs/raptor/DETAILS')
-rwxr-xr-xaudio-libs/raptor/DETAILS20
1 files changed, 20 insertions, 0 deletions
diff --git a/audio-libs/raptor/DETAILS b/audio-libs/raptor/DETAILS
new file mode 100755
index 0000000000..bea1ddbb2f
--- /dev/null
+++ b/audio-libs/raptor/DETAILS
@@ -0,0 +1,20 @@
+ SPELL=raptor
+ VERSION=1.4.7
+ SOURCE=$SPELL-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ SOURCE_URL[0]=http://www.redland.opensource.ac.uk/dist/source/$SOURCE
+ MD5[0]=a6d36927e7356183ec7f60c9e1a23e4a
+ WEB_SITE=http://www.redland.opensource.ac.uk/raptor/
+ ENTERED=20031207
+ UPDATED=20040527
+ LICENSE[0]="LGPL APACHE2"
+ BUILD_API=2
+ SHORT="C library that parses RDF syntaxes into RDF triples"
+cat << EOF
+Raptor is a free software/Open Source C library that parses RDF syntaxes
+such as RDF/XML and N-Triples into RDF triples.
+Raptor was designed to work closely with the Redland RDF library (RDF
+Parser Toolkit for Redland) but is entirely separate. It is a portable
+library that works across many POSIX systems (Unix, GNU/Linux, BSDs,
+OSX, cygwin, win32). Raptor has no memory leaks and is fast.
+EOF