---
name: flickcurl
version: 1.24_1
origin: www/flickcurl
comment: C library for the Flickr API
arch: freebsd:9:x86:64
www: http://librdf.org/flickcurl/
maintainer: ports@FreeBSD.org
prefix: /usr/local
licenselogic: or
licenses:
- LGPL21
- GPLv2
- AL2
flatsize: 2953398
desc: |
  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.  The current version supports part
  of the API (see Flickcurl API coverage) primarily the functions for reading
  photo, people and tags description, uploading photos, changing tags and
  comments.

  WWW: http://librdf.org/flickcurl/
deps:
  raptor2: {origin: textproc/raptor2, version: 2.0.9_1}
  libxslt: {origin: textproc/libxslt, version: 1.1.28_1}
  libxml2: {origin: textproc/libxml2, version: 2.8.0_2}
  libgpg-error: {origin: security/libgpg-error, version: 1.12}
  libgcrypt: {origin: security/libgcrypt, version: 1.5.3}
  ca_root_nss: {origin: security/ca_root_nss, version: 3.15.1}
  curl: {origin: ftp/curl, version: 7.31.0_1}
  yajl: {origin: devel/yajl, version: 2.0.4_1}
  pkgconf: {origin: devel/pkgconf, version: 0.9.2_1}
  icu: {origin: devel/icu, version: 50.1.2}
  gettext: {origin: devel/gettext, version: 0.18.3}
  libiconv: {origin: converters/libiconv, version: 1.14_1}
categories:
- www
shlibs_required:
- libflickcurl.so.0
- libraptor2.so.0
- libicuuc.so.50
- libxslt.so.2
- libyajl.so.2
- libcurl.so.7
- libxml2.so.5
- libiconv.so.3
shlibs_provided:
- libflickcurl.so.0
options: {RAPTOR: on, DOCS: on}
