          MODULE=flickcurl
         VERSION=1.26
          SOURCE=$MODULE-$VERSION.tar.gz
      SOURCE_URL=http://download.dajobe.org/flickcurl/
      SOURCE_VFY=sha256:ff42a36c7c1c7d368246f6bc9b7d792ed298348e5f0f5d432e49f6803562f5a3
        WEB_SITE=http://librdf.org/flickcurl/
         ENTERED=20110409
         UPDATED=20241228
           SHORT="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
