- Bring substantial style fixes to Makefile

- Improve port description a bit while here

Approved by:	maintainer (vanilla)
This commit is contained in:
Alexey Dokuchaev 2011-04-13 01:23:30 +00:00
parent 4cd30309c9
commit 1a7ef97058
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=272654
2 changed files with 10 additions and 11 deletions

View File

@ -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>

View File

@ -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.