- Bring substantial style fixes to Makefile
- Improve port description a bit while here Approved by: maintainer (vanilla)
This commit is contained in:
parent
4cd30309c9
commit
1a7ef97058
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=272654
@ -1,26 +1,25 @@
|
||||
# New ports collection makefile for: flickcurl
|
||||
# Date created: 2007-07-27
|
||||
# Whom: vanilla@
|
||||
# Whom: Vanilla I. Shu <vanilla@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= flickcurl
|
||||
PORTNAME= flickcurl
|
||||
PORTVERSION= 1.20
|
||||
PORTREVISION= 0
|
||||
CATEGORIES= www
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= http://download.dajobe.org/flickcurl/
|
||||
|
||||
MAINTAINER= vanilla@FreeBSD.org
|
||||
COMMENT= C library for the Flickr API
|
||||
MAINTAINER= vanilla@FreeBSD.org
|
||||
COMMENT= C library for the Flickr API
|
||||
|
||||
LIB_DEPENDS= curl.6:${PORTSDIR}/ftp/curl
|
||||
|
||||
USE_AUTOTOOLS= libtool
|
||||
USE_GNOME= gnomehack gnometarget ltverhack libxml2 pkgconfig
|
||||
USE_GNOME= gnomehack gnometarget ltverhack libxml2 pkgconfig
|
||||
USE_LDCONFIG= yes
|
||||
CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc
|
||||
|
||||
MAN1= flickrdf.1 flickcurl.1 flickcurl-config.1
|
||||
MAN1= flickrdf.1 flickcurl.1 flickcurl-config.1
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,8 +1,8 @@
|
||||
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
|
||||
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.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user