aboutsummaryrefslogtreecommitdiffstats
path: root/www/flickcurl
diff options
context:
space:
mode:
authordanfe <danfe@FreeBSD.org>2011-04-13 09:23:30 +0800
committerdanfe <danfe@FreeBSD.org>2011-04-13 09:23:30 +0800
commite3938918f84b72d340f139f18c1fbc5bb460a454 (patch)
tree788efd9b16c563a9cab8b44766de4001dfdfe003 /www/flickcurl
parente1ca87e7e42e0202983f73d951438b09235d3c4e (diff)
downloadfreebsd-ports-gnome-e3938918f84b72d340f139f18c1fbc5bb460a454.tar.gz
freebsd-ports-gnome-e3938918f84b72d340f139f18c1fbc5bb460a454.tar.zst
freebsd-ports-gnome-e3938918f84b72d340f139f18c1fbc5bb460a454.zip
- Bring substantial style fixes to Makefile
- Improve port description a bit while here Approved by: maintainer (vanilla)
Diffstat (limited to 'www/flickcurl')
-rw-r--r--www/flickcurl/Makefile15
-rw-r--r--www/flickcurl/pkg-descr6
2 files changed, 10 insertions, 11 deletions
diff --git a/www/flickcurl/Makefile b/www/flickcurl/Makefile
index 5815400e8daa..fdb0e7dd1b06 100644
--- a/www/flickcurl/Makefile
+++ b/www/flickcurl/Makefile
@@ -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>
diff --git a/www/flickcurl/pkg-descr b/www/flickcurl/pkg-descr
index f4799ca447d9..3885965f9839 100644
--- a/www/flickcurl/pkg-descr
+++ b/www/flickcurl/pkg-descr
@@ -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.