summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2013-04-21 14:30:39 +0000
committerwiz <wiz@pkgsrc.org>2013-04-21 14:30:39 +0000
commitaee6a2cba6d46fb15fb90e748d41fa317e7c7a96 (patch)
tree43ce1721faf513f98bd38ec01493d4c6534edbac
parent4a36a767ca85e90b1b8b0abcdc65bf518f17cba7 (diff)
downloadpkgsrc-aee6a2cba6d46fb15fb90e748d41fa317e7c7a96.tar.gz
Update to 1.24:
2013-04-10 Flickcurl Version 1.24 Released Fixed uploading with OAuth - incorrect signature since it failed to use POST. Added flickcurl_photos_getInfo2() deprecating flickcurl_photos_getInfo() adding the optional 'secret' parameter that was added sometime to the API. See [2]Debian bug 637746. Updated flickcurl(1) to allow photos.getInfo to take an optional SECRET arg using the new call below, and to add the missing command contacts.getPublicList which fixes [3]Issue 19. . Added new APIs calls to make available the Flickr username and NSID when OAuth authentication is done. const char* flickcurl_get_oauth_username(flickcurl* fc); const char* flickcurl_get_oauth_user_nsid(flickcurl* fc); These new calls were from GitHub [4]pull request 18 from Jose Carlos Garcia Sogo - thanks. Added a pile of fields to flickcurl_group to match what the API returns rather than what the documentation says: * iconfarm icon farm number * is_moderator and is_member booleans * rules descriptive text * pool_count and topic_count counts * group restriction booleans: photos_ok, videos_ok, images_ok, screens_ok, art_ok, safe_ok, moderate_ok, restricted_ok, has_geo. Fixed grabbing text from a <tag> child text node correctly Fixes [5]Issue 16. p> Fixed parsing of latitude and longitude value responses. Fixed a few flickcurl(1) utility manual page wordings. See [6]Debian bug 635989 and [7]Debian bug 635989. Updated example code to use OAuth authentication API. Fixed a few memory mis-uses via clang and GCC 4.8.
-rw-r--r--net/flickcurl/Makefile6
-rw-r--r--net/flickcurl/distinfo8
2 files changed, 6 insertions, 8 deletions
diff --git a/net/flickcurl/Makefile b/net/flickcurl/Makefile
index 2ad9322c832..25c962529d7 100644
--- a/net/flickcurl/Makefile
+++ b/net/flickcurl/Makefile
@@ -1,8 +1,6 @@
-# $NetBSD: Makefile,v 1.9 2013/02/06 23:23:13 jperkin Exp $
-#
+# $NetBSD: Makefile,v 1.10 2013/04/21 14:30:39 wiz Exp $
-DISTNAME= flickcurl-1.23
-PKGREVISION= 2
+DISTNAME= flickcurl-1.24
CATEGORIES= net
MASTER_SITES= http://download.dajobe.org/flickcurl/
diff --git a/net/flickcurl/distinfo b/net/flickcurl/distinfo
index 9f07f396556..61001191304 100644
--- a/net/flickcurl/distinfo
+++ b/net/flickcurl/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2012/09/02 15:12:51 wiz Exp $
+$NetBSD: distinfo,v 1.5 2013/04/21 14:30:39 wiz Exp $
-SHA1 (flickcurl-1.23.tar.gz) = 56dd6ae8fad8dfa98b43ab9b3d3f623dada9b67b
-RMD160 (flickcurl-1.23.tar.gz) = 4f908f2c0cc2cfdf5f98062831a7cfc60547aec3
-Size (flickcurl-1.23.tar.gz) = 1847951 bytes
+SHA1 (flickcurl-1.24.tar.gz) = 7a2a467b52575f1aa68d7dcce7d349b2ef2e5109
+RMD160 (flickcurl-1.24.tar.gz) = 533666b95ddad9fc8fc7d98bf084e3a4b621c479
+Size (flickcurl-1.24.tar.gz) = 1852406 bytes