1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-01 01:17:02 +00:00

Add flickcurl, it's a c library for the Flickr API.

This commit is contained in:
Vanilla I. Shu 2007-08-06 13:37:37 +00:00
parent a6a495595b
commit be5fcf6975
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=197213
6 changed files with 57 additions and 0 deletions

View File

@ -169,6 +169,7 @@
SUBDIR += firefox15
SUBDIR += flashplugin-mozilla
SUBDIR += flat-frog
SUBDIR += flickcurl
SUBDIR += flock
SUBDIR += flood
SUBDIR += fluxcms

22
www/flickcurl/Makefile Normal file
View File

@ -0,0 +1,22 @@
# New ports collection makefile for: flickcurl
# Date created: 2007-07-27
# Whom: vanilla@
#
# $FreeBSD$
#
PORTNAME= flickcurl
PORTVERSION= 0.11
CATEGORIES= www
MASTER_SITES= http://download.dajobe.org/flickcurl/
MAINTAINER= vanilla@FreeBSD.org
COMMENT= C library for the Flickr API
LIB_DEPENDS= curl.4:${PORTSDIR}/ftp/curl
USE_AUTOTOOLS= libtool:15
USE_GNOME= gnomehack gnometarget ltverhack libxml2 pkgconfig
USE_LDCONFIG= yes
.include <bsd.port.mk>

3
www/flickcurl/distinfo Normal file
View File

@ -0,0 +1,3 @@
MD5 (flickcurl-0.11.tar.gz) = eea351e4d35e8d1c63b124cd8ee257ba
SHA256 (flickcurl-0.11.tar.gz) = 0afd5dccd757b5c06e1a6ee46da16fa4e2f5e9e65ed7698376349210186ef9af
SIZE (flickcurl-0.11.tar.gz) = 421285

View File

@ -0,0 +1,13 @@
--- flickcurl_internal.h.orig Sun Aug 5 12:24:18 2007
+++ flickcurl_internal.h Sun Aug 5 12:24:26 2007
@@ -22,10 +22,6 @@
#include <libxml/tree.h>
#include <libxml/xpath.h>
-#include <libxslt/xslt.h>
-#include <libxslt/transform.h>
-#include <libxslt/xsltutils.h>
-
#include <curl/curl.h>
#include <curl/types.h>

9
www/flickcurl/pkg-descr Normal file
View File

@ -0,0 +1,9 @@
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/

9
www/flickcurl/pkg-plist Normal file
View File

@ -0,0 +1,9 @@
bin/flickcurl
bin/flickcurl-config
bin/flickrdf
include/flickcurl.h
lib/libflickcurl.a
lib/libflickcurl.la
lib/libflickcurl.so
lib/libflickcurl.so.0
libdata/pkgconfig/flickcurl.pc