Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Puppet_Master (c4216d6a68baa4a8e4a531c899d25a5014132042)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Puppet_Master <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Puppet_Master (c4216d6a68baa4a8e4a531c899d25a5014132042)
  • Date: Thu, 25 Feb 2010 17:03:23 -0600

GIT changes to master grimoire by Puppet_Master <puppetmaster AT sourcemage.org>:

ChangeLog | 3 +++
libs/flickcurl/DEPENDS | 7 +++++++
libs/flickcurl/DETAILS | 25 +++++++++++++++++++++++++
libs/flickcurl/HISTORY | 2 ++
4 files changed, 37 insertions(+)

New commits:
commit c4216d6a68baa4a8e4a531c899d25a5014132042
Author: Philippe Caseiro <puppetmaster AT sourcemage.org>
Commit: Puppet_Master <puppetmaster AT sourcemage.org>

libs/flickcurl : Adding new spell, Flickr API C library

diff --git a/ChangeLog b/ChangeLog
index 4bfce1d..38e6fe1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2010-02-26 Philippe "Puppet_Master" Caseiro <puppetmaster AT sourcemage.org>
+ * libs/flickcurl: new spell - flick API C library
+
2010-02-25 Remko van der Vossen <wich AT sourcemage.org>
* ruby: split into ruby-1.8 and ruby-1.9

diff --git a/libs/flickcurl/DEPENDS b/libs/flickcurl/DEPENDS
new file mode 100755
index 0000000..b8b9153
--- /dev/null
+++ b/libs/flickcurl/DEPENDS
@@ -0,0 +1,7 @@
+depends curl &&
+depends libxml2 &&
+depends raptor &&
+optional_depends gtk-doc \
+ '--enable-gtk-doc' \
+ '--disable-gtk-doc' \
+ 'for documentation generation'
diff --git a/libs/flickcurl/DETAILS b/libs/flickcurl/DETAILS
new file mode 100755
index 0000000..03e5e17
--- /dev/null
+++ b/libs/flickcurl/DETAILS
@@ -0,0 +1,25 @@
+ SPELL=flickcurl
+ VERSION=1.16
+ SOURCE=$SPELL-${VERSION}.tar.gz
+ FORCE_DOWNLOAD=on
+SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
+ SOURCE_URL[0]=http://download.dajobe.org/${SPELL}/${SOURCE}
+
SOURCE_HASH=sha512:901cfcee38442bda29e6965be06cc6618d4755e92d9bebfe7b30c62499a770513648ba69a13d2d0d8384f83d36bfee652ee77edeee79add8b955d1f8ac7a0927
+ LICENSE[0]=LGPL/GPL/Apache
+ WEB_SITE=http://librdf.org/flickcurl/
+ ENTERED=20100226
+ KEYWORDS="flicker curl"
+ SHORT="Flickcurl is a C library for the Flickr API"
+cat << EOF
+Flickcurl is a C library for the Flickr API, handling creating the requests,
+signing, token management, calling the API, marshalling request parameters
+and decoding responses. It uses libcurl to call the REST web service and
libxml2
+to manipulate the XML responses. Flickcurl supports all of the API
+(see Flickcurl API coverage for details) including the functions for
+photo/video uploading, browsing, searching, adding and editing comments,
+groups, notes, photosets, categories, activity, blogs, favorites, places,
+tags, machine tags, institutions, pandas and photo/video metadata.
+
+It also includes a program flickrdf to turn photo metadata, tags, machine
tags
+and places into an RDF triples description.
+EOF
diff --git a/libs/flickcurl/HISTORY b/libs/flickcurl/HISTORY
new file mode 100644
index 0000000..aceb67b
--- /dev/null
+++ b/libs/flickcurl/HISTORY
@@ -0,0 +1,2 @@
+2010-02-26 Philippe "Puppet_Master" Caseiro <puppetmaster AT sourcemage.org>
+ * DETAILS, DEPENDS, HISTORY : spell created



  • [SM-Commit] GIT changes to master grimoire by Puppet_Master (c4216d6a68baa4a8e4a531c899d25a5014132042), Puppet_Master, 02/25/2010

Archive powered by MHonArc 2.6.24.

Top of Page