Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Jaka Kranjc (c805d50c409e7284652a25585c2cf7104a950582)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Jaka Kranjc <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Jaka Kranjc (c805d50c409e7284652a25585c2cf7104a950582)
  • Date: Mon, 26 Feb 2007 11:30:48 -0600

GIT changes to master grimoire by Jaka Kranjc <lynxlynxlynx AT sourcemage.org>:

ChangeLog | 3 -
audio-libs/raptor/BUILD | 17 -------
audio-libs/raptor/CONFIGURE | 43 --------------------
audio-libs/raptor/DEPENDS | 13 ------
audio-libs/raptor/DETAILS | 23 ----------
audio-libs/raptor/HISTORY | 92
-------------------------------------------
audio-libs/raptor/raptor.gpg | 0
dev/null |binary
libs/raptor/BUILD | 17 +++++++
libs/raptor/CONFIGURE | 43 ++++++++++++++++++++
libs/raptor/DEPENDS | 13 ++++++
libs/raptor/DETAILS | 23 ++++++++++
libs/raptor/HISTORY | 92
+++++++++++++++++++++++++++++++++++++++++++
libs/raptor/raptor.gpg |binary
14 files changed, 190 insertions(+), 189 deletions(-)

New commits:
commit c805d50c409e7284652a25585c2cf7104a950582
Author: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
Commit: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>

moved raptor to libs #11824

diff --git a/ChangeLog b/ChangeLog
index 1e1a5b0..afcf6f0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,6 @@
2007-02-26 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
- * libs/rasqal: a C RDF library
+ * libs/rasqal: a C RDF library #12609
+ * audio-libs/raptor: moved to libs #11824

2007-02-25 Jeremy Blosser <jblosser-smgl AT firinn.org>
* VERSION: Add a file to track grimoire version. Format should be:
diff --git a/audio-libs/raptor/BUILD b/audio-libs/raptor/BUILD
deleted file mode 100755
index 0e3dcb0..0000000
--- a/audio-libs/raptor/BUILD
+++ /dev/null
@@ -1,17 +0,0 @@
-OPTS="--with-xml-names=${RAPTOR_XMLVERSION} \
- --with-xml-parser=${RAPTOR_PARSER} \
- --with-www=${RAPTOR_WWWLIB} \
- ${OPTS}" &&
-
-#
-# Bash likes to muck with my quoted variables for RAPTOR_LIST
-# so we're going to just send it along like so
-#
-./configure --prefix=${INSTALL_ROOT}/usr \
- --sysconfdir=${INSTALL_ROOT}/etc \
- --localstatedir=${INSTALL_ROOT}/var \
- --mandir=${INSTALL_ROOT}/usr/share/man \
- --infodir=${INSTALL_ROOT}/usr/share/info \
- --enable-parsers="$RAPTOR_LIST" \
- $OPTS &&
-make
diff --git a/audio-libs/raptor/CONFIGURE b/audio-libs/raptor/CONFIGURE
deleted file mode 100755
index 08673ae..0000000
--- a/audio-libs/raptor/CONFIGURE
+++ /dev/null
@@ -1,43 +0,0 @@
-config_query RAPTOR_PARSELIST "Enable all parsers?" y
-
-if [ "$RAPTOR_PARSELIST" == "y" ]; then
- persistent_add RAPTOR_LIST &&
- RAPTOR_LIST="all"
-else
- config_query_option RAPTOR_LIST "Enable RDF XML?" y "rdfxml"
""
- config_query_option RAPTOR_LIST "Enable N-Triples?" y "ntriples"
""
- config_query_option RAPTOR_LIST "Enable Turtle?" y "turtle"
""
- message "${MESSAGE_COLOR}RSS Tag Soup requires libxml2${DEFAULT_COLOR}"
&&
- config_query_option RAPTOR_LIST "Enable RSS TagSoup?" y "rss-tag-soup"
""
- RAPTOR_LIST="${RAPTOR_LIST/# /}"
-fi &&
-
-config_query_list RAPTOR_XMLVERSION \
- "Which version of XML checking do you want?" \
- "1.0" "1.1"
-
-#
-# RSS Tag Soup requires libxml2
-#
-if echo $RAPTOR_LIST | grep -q "rss-tag-soup" ||
- [ "$RAPTOR_PARSELIST" == "y" ]; then
- persistent_add RAPTOR_WWWLIB &&
- RAPTOR_WWWLIB="xml"
-else
- config_query_list RAPTOR_WWWLIB \
- "Which WWW library do you want to use?" \
- xml curl libwww none
-fi &&
-
-#
-# RSS Tag Soup requires libxml2
-#
-if echo $RAPTOR_LIST | grep -q "rss-tag-soup" ||
- [ "$RAPTOR_PARSELIST" == "y" ]; then
- persistent_add RAPTOR_PARSER &&
- RAPTOR_PARSER="libxml"
-else
- config_query_list RAPTOR_PARSER \
- "Which XML parser do you want to use?" \
- libxml expat
-fi
diff --git a/audio-libs/raptor/DEPENDS b/audio-libs/raptor/DEPENDS
deleted file mode 100755
index 7cb1a8d..0000000
--- a/audio-libs/raptor/DEPENDS
+++ /dev/null
@@ -1,13 +0,0 @@
-if [ "$RAPTOR_WWWLIB" == "xml" ]; then
- depends libxml2
-elif [ "$RAPTOR_WWWLIB" == "curl" ]; then
- depends curl
-elif [ "$RAPTOR_WWWLIB" == "libwww" ]; then
- depends w3c-libwww
-fi &&
-
-if [ "$RAPTOR_PARSER" == "libxml" ]; then
- depends libxml2
-elif [ "$RAPTOR_PARSER" == "expat" ]; then
- depends expat
-fi
diff --git a/audio-libs/raptor/DETAILS b/audio-libs/raptor/DETAILS
deleted file mode 100755
index ff54fac..0000000
--- a/audio-libs/raptor/DETAILS
+++ /dev/null
@@ -1,23 +0,0 @@
- SPELL=raptor
- VERSION=1.4.14
- SOURCE=$SPELL-$VERSION.tar.gz
- SOURCE2=$SOURCE.asc
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
- SOURCE_URL[0]=$SOURCEFORGE_URL/librdf/$SOURCE
- SOURCE_URL[1]=http://download.librdf.org/source/$SOURCE
- SOURCE2_URL[0]=http://download.librdf.org/source/$SOURCE2
- SOURCE2_IGNORE=signature
- SOURCE_GPG="raptor.gpg:$SOURCE2:UPSTREAM_KEY"
- LICENSE[0]="LGPL APACHE2"
- WEB_SITE=http://librdf.org/raptor/
- ENTERED=20031207
- KEYWORDS="audio libs"
- 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
diff --git a/audio-libs/raptor/HISTORY b/audio-libs/raptor/HISTORY
deleted file mode 100644
index 4609016..0000000
--- a/audio-libs/raptor/HISTORY
+++ /dev/null
@@ -1,92 +0,0 @@
-2007-02-26 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
- * DETAILS: updated spell to 1.4.14
-
-2007-02-18 Treeve Jelbert <treeve AT pi.be>
- * DETAILS: version 1.4.13
-
-2006-09-21 Juuso Alasuutari <iuso AT sourcemage.org>
- * DETAILS: [automated] Removed BUILD_API=2.
-
-2006-07-21 Unet <unet AT sourcemage.org>
- * DETAILS: Updated to 1.4.10
-
-2006-04-30 Unet <unet AT sourcemage.org>
- * DETAILS: Updated to 1.4.9
-
-2006-03-12 Karsten Behrmann <BearPerson AT sourcemage.org>
- * DETAILS: (automated) Add KEYWORDS
-
-2006-01-31 Eric Sandall <eric AT sandall.us>
- * DETAILS: Use raptor.gpg UPSTREAM_KEY 0x4F71955A
- Verified by personal e-mail and pgp.mit.edu
- Added SOURCE2 and SOURCE2_URL for the vendor signature
-
-2006-01-03 Eric Sandall <eric AT sandall.us>
- * DETAILS: Updated to 1.4.8
- New website and SOURCE_URL (librdf.org)
- Added SourceForge mirrors
- Use GPG key. The author has a GPG key on his site and says that
he'll
- sign the tarballs, but there are no signatures. I've sent him an
- e-mail about this.
-
-2005-11-29 Seth Woolley <seth AT tautology.org>
- * DETAILS: MD5 -> SHA512
-
-2005-06-11 Eric Sandall <eric AT sandall.us>
- * DETAILS: Updated to 1.4.7
-
-2005-03-16 Eric Sandall <eric AT sandall.us>
- * DETAILS: Updated to 1.4.5
-
-2005-01-07 Eric Sandall <eric AT sandall.us>
- * DETAILS: Updated to 1.4.3
-
-2004-12-17 Unet <audio AT sourcemage.org>
- * DETAILS: Updated to 1.4.2
-
-2004-10-29 Eric Sandall <eric AT sandall.us>
- * DETAILS: Updated to 1.4.1
-
-2004-10-24 Eric Sandall <eric AT sandall.us>
- * DETAILS: Updated to 1.4.0
-
-2004-10-04 Eric Sandall <eric AT sandall.us>
- * DETAILS: Updated to 1.3.3
- Shortened SHORT
- LICENSE[0] changed to LGPL and APACHE2
- Removed DISTCC_HOSTS and CCACHE
- * DEPENDS: Added dependencies based on configure input
- * CONFIGURE: Added query for XML v1.1 or XML v1.0 (default)
- Added query for raptor parser lists (default all)
- Added query for parser library (default xml)
- Added query for XML parser (default xml)
- * BUILD: Pass queries to OPTS
-
-2004-07-21 Eric Sandall <eric AT sandall.us>
- * DETAILS: Updated to 1.3.2
- Shortened SHORT
- BUILD_API=2
-
-2004-06-12 Eric Sandall <eric AT sandall.us>
- * DETAILS: Updated to 1.3.1
- * raptor.h.patch: Removed (fixed in 1.3.1)
- * BUILD: Removed
-
-2004-05-27 Eric Sandall <eric AT sandall.us>
- * raptor.h.patch: Add patch to include stdarg.h (where va_list is
defined)
- * BUILD: Apply raptor.h.patch
- * DETAILS: Update UPDATED to have patch apply
-
-2004-05-14 Eric Sandall <eric AT sandall.us>
- * DETAILS: Updated to 1.3.0
-
-2004-02-26 Eric Sandall <eric AT sandall.us>
- * DETAILS: Turn off ccache and distcc
- Format to Guru Handbook
-
-2004-02-24 Unet <audio AT sourcemage.org>
- * DETAILS: Bump to 1.2.0
-
-2003-12-07 Unet <audio AT sourcemage.org>
- * DETAILS, HISTORY: Created
-
diff --git a/audio-libs/raptor/raptor.gpg b/audio-libs/raptor/raptor.gpg
deleted file mode 100644
index da009a9..0000000
Binary files a/audio-libs/raptor/raptor.gpg and /dev/null differ
diff --git a/libs/raptor/BUILD b/libs/raptor/BUILD
new file mode 100755
index 0000000..0e3dcb0
--- /dev/null
+++ b/libs/raptor/BUILD
@@ -0,0 +1,17 @@
+OPTS="--with-xml-names=${RAPTOR_XMLVERSION} \
+ --with-xml-parser=${RAPTOR_PARSER} \
+ --with-www=${RAPTOR_WWWLIB} \
+ ${OPTS}" &&
+
+#
+# Bash likes to muck with my quoted variables for RAPTOR_LIST
+# so we're going to just send it along like so
+#
+./configure --prefix=${INSTALL_ROOT}/usr \
+ --sysconfdir=${INSTALL_ROOT}/etc \
+ --localstatedir=${INSTALL_ROOT}/var \
+ --mandir=${INSTALL_ROOT}/usr/share/man \
+ --infodir=${INSTALL_ROOT}/usr/share/info \
+ --enable-parsers="$RAPTOR_LIST" \
+ $OPTS &&
+make
diff --git a/libs/raptor/CONFIGURE b/libs/raptor/CONFIGURE
new file mode 100755
index 0000000..08673ae
--- /dev/null
+++ b/libs/raptor/CONFIGURE
@@ -0,0 +1,43 @@
+config_query RAPTOR_PARSELIST "Enable all parsers?" y
+
+if [ "$RAPTOR_PARSELIST" == "y" ]; then
+ persistent_add RAPTOR_LIST &&
+ RAPTOR_LIST="all"
+else
+ config_query_option RAPTOR_LIST "Enable RDF XML?" y "rdfxml"
""
+ config_query_option RAPTOR_LIST "Enable N-Triples?" y "ntriples"
""
+ config_query_option RAPTOR_LIST "Enable Turtle?" y "turtle"
""
+ message "${MESSAGE_COLOR}RSS Tag Soup requires libxml2${DEFAULT_COLOR}"
&&
+ config_query_option RAPTOR_LIST "Enable RSS TagSoup?" y "rss-tag-soup"
""
+ RAPTOR_LIST="${RAPTOR_LIST/# /}"
+fi &&
+
+config_query_list RAPTOR_XMLVERSION \
+ "Which version of XML checking do you want?" \
+ "1.0" "1.1"
+
+#
+# RSS Tag Soup requires libxml2
+#
+if echo $RAPTOR_LIST | grep -q "rss-tag-soup" ||
+ [ "$RAPTOR_PARSELIST" == "y" ]; then
+ persistent_add RAPTOR_WWWLIB &&
+ RAPTOR_WWWLIB="xml"
+else
+ config_query_list RAPTOR_WWWLIB \
+ "Which WWW library do you want to use?" \
+ xml curl libwww none
+fi &&
+
+#
+# RSS Tag Soup requires libxml2
+#
+if echo $RAPTOR_LIST | grep -q "rss-tag-soup" ||
+ [ "$RAPTOR_PARSELIST" == "y" ]; then
+ persistent_add RAPTOR_PARSER &&
+ RAPTOR_PARSER="libxml"
+else
+ config_query_list RAPTOR_PARSER \
+ "Which XML parser do you want to use?" \
+ libxml expat
+fi
diff --git a/libs/raptor/DEPENDS b/libs/raptor/DEPENDS
new file mode 100755
index 0000000..7cb1a8d
--- /dev/null
+++ b/libs/raptor/DEPENDS
@@ -0,0 +1,13 @@
+if [ "$RAPTOR_WWWLIB" == "xml" ]; then
+ depends libxml2
+elif [ "$RAPTOR_WWWLIB" == "curl" ]; then
+ depends curl
+elif [ "$RAPTOR_WWWLIB" == "libwww" ]; then
+ depends w3c-libwww
+fi &&
+
+if [ "$RAPTOR_PARSER" == "libxml" ]; then
+ depends libxml2
+elif [ "$RAPTOR_PARSER" == "expat" ]; then
+ depends expat
+fi
diff --git a/libs/raptor/DETAILS b/libs/raptor/DETAILS
new file mode 100755
index 0000000..ff54fac
--- /dev/null
+++ b/libs/raptor/DETAILS
@@ -0,0 +1,23 @@
+ SPELL=raptor
+ VERSION=1.4.14
+ SOURCE=$SPELL-$VERSION.tar.gz
+ SOURCE2=$SOURCE.asc
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ SOURCE_URL[0]=$SOURCEFORGE_URL/librdf/$SOURCE
+ SOURCE_URL[1]=http://download.librdf.org/source/$SOURCE
+ SOURCE2_URL[0]=http://download.librdf.org/source/$SOURCE2
+ SOURCE2_IGNORE=signature
+ SOURCE_GPG="raptor.gpg:$SOURCE2:UPSTREAM_KEY"
+ LICENSE[0]="LGPL APACHE2"
+ WEB_SITE=http://librdf.org/raptor/
+ ENTERED=20031207
+ KEYWORDS="audio libs"
+ 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
diff --git a/libs/raptor/HISTORY b/libs/raptor/HISTORY
new file mode 100644
index 0000000..4609016
--- /dev/null
+++ b/libs/raptor/HISTORY
@@ -0,0 +1,92 @@
+2007-02-26 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
+ * DETAILS: updated spell to 1.4.14
+
+2007-02-18 Treeve Jelbert <treeve AT pi.be>
+ * DETAILS: version 1.4.13
+
+2006-09-21 Juuso Alasuutari <iuso AT sourcemage.org>
+ * DETAILS: [automated] Removed BUILD_API=2.
+
+2006-07-21 Unet <unet AT sourcemage.org>
+ * DETAILS: Updated to 1.4.10
+
+2006-04-30 Unet <unet AT sourcemage.org>
+ * DETAILS: Updated to 1.4.9
+
+2006-03-12 Karsten Behrmann <BearPerson AT sourcemage.org>
+ * DETAILS: (automated) Add KEYWORDS
+
+2006-01-31 Eric Sandall <eric AT sandall.us>
+ * DETAILS: Use raptor.gpg UPSTREAM_KEY 0x4F71955A
+ Verified by personal e-mail and pgp.mit.edu
+ Added SOURCE2 and SOURCE2_URL for the vendor signature
+
+2006-01-03 Eric Sandall <eric AT sandall.us>
+ * DETAILS: Updated to 1.4.8
+ New website and SOURCE_URL (librdf.org)
+ Added SourceForge mirrors
+ Use GPG key. The author has a GPG key on his site and says that
he'll
+ sign the tarballs, but there are no signatures. I've sent him an
+ e-mail about this.
+
+2005-11-29 Seth Woolley <seth AT tautology.org>
+ * DETAILS: MD5 -> SHA512
+
+2005-06-11 Eric Sandall <eric AT sandall.us>
+ * DETAILS: Updated to 1.4.7
+
+2005-03-16 Eric Sandall <eric AT sandall.us>
+ * DETAILS: Updated to 1.4.5
+
+2005-01-07 Eric Sandall <eric AT sandall.us>
+ * DETAILS: Updated to 1.4.3
+
+2004-12-17 Unet <audio AT sourcemage.org>
+ * DETAILS: Updated to 1.4.2
+
+2004-10-29 Eric Sandall <eric AT sandall.us>
+ * DETAILS: Updated to 1.4.1
+
+2004-10-24 Eric Sandall <eric AT sandall.us>
+ * DETAILS: Updated to 1.4.0
+
+2004-10-04 Eric Sandall <eric AT sandall.us>
+ * DETAILS: Updated to 1.3.3
+ Shortened SHORT
+ LICENSE[0] changed to LGPL and APACHE2
+ Removed DISTCC_HOSTS and CCACHE
+ * DEPENDS: Added dependencies based on configure input
+ * CONFIGURE: Added query for XML v1.1 or XML v1.0 (default)
+ Added query for raptor parser lists (default all)
+ Added query for parser library (default xml)
+ Added query for XML parser (default xml)
+ * BUILD: Pass queries to OPTS
+
+2004-07-21 Eric Sandall <eric AT sandall.us>
+ * DETAILS: Updated to 1.3.2
+ Shortened SHORT
+ BUILD_API=2
+
+2004-06-12 Eric Sandall <eric AT sandall.us>
+ * DETAILS: Updated to 1.3.1
+ * raptor.h.patch: Removed (fixed in 1.3.1)
+ * BUILD: Removed
+
+2004-05-27 Eric Sandall <eric AT sandall.us>
+ * raptor.h.patch: Add patch to include stdarg.h (where va_list is
defined)
+ * BUILD: Apply raptor.h.patch
+ * DETAILS: Update UPDATED to have patch apply
+
+2004-05-14 Eric Sandall <eric AT sandall.us>
+ * DETAILS: Updated to 1.3.0
+
+2004-02-26 Eric Sandall <eric AT sandall.us>
+ * DETAILS: Turn off ccache and distcc
+ Format to Guru Handbook
+
+2004-02-24 Unet <audio AT sourcemage.org>
+ * DETAILS: Bump to 1.2.0
+
+2003-12-07 Unet <audio AT sourcemage.org>
+ * DETAILS, HISTORY: Created
+
diff --git a/libs/raptor/raptor.gpg b/libs/raptor/raptor.gpg
new file mode 100644
index 0000000..da009a9
Binary files /dev/null and b/libs/raptor/raptor.gpg differ



  • [SM-Commit] GIT changes to master grimoire by Jaka Kranjc (c805d50c409e7284652a25585c2cf7104a950582), Jaka Kranjc, 02/26/2007

Archive powered by MHonArc 2.6.24.

Top of Page