summaryrefslogtreecommitdiff
path: root/www/p5-WWW-Facebook-API
AgeCommit message (Collapse)AuthorFilesLines
2016-06-08Bump PKGREVISION for perl-5.24.wiz1-2/+2
2015-11-04Add SHA512 digests for distfiles for www categoryagc1-1/+2
Problems found locating distfiles: Package haskell-cgi: missing distfile haskell-cgi-20001206.tar.gz Package nginx: missing distfile array-var-nginx-module-0.04.tar.gz Package nginx: missing distfile encrypted-session-nginx-module-0.04.tar.gz Package nginx: missing distfile headers-more-nginx-module-0.261.tar.gz Package nginx: missing distfile nginx_http_push_module-0.692.tar.gz Package nginx: missing distfile set-misc-nginx-module-0.29.tar.gz Package nginx-devel: missing distfile echo-nginx-module-0.58.tar.gz Package nginx-devel: missing distfile form-input-nginx-module-0.11.tar.gz Package nginx-devel: missing distfile lua-nginx-module-0.9.16.tar.gz Package nginx-devel: missing distfile nginx_http_push_module-0.692.tar.gz Package nginx-devel: missing distfile set-misc-nginx-module-0.29.tar.gz Package php-owncloud: missing distfile owncloud-8.2.0.tar.bz2 Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
2015-07-12Comment out dependencies of the stylewiz1-3/+3
{perl>=5.16.6,p5-ExtUtils-ParseXS>=3.15}:../../devel/p5-ExtUtils-ParseXS since pkgsrc enforces the newest perl version anyway, so they should always pick perl, but sometimes (pkg_add) don't due to the design of the {,} syntax. No effective change for the above reason. Ok joerg
2015-06-12Recursive PKGREVISION bump for all packages mentioning 'perl',wiz1-2/+2
having a PKGNAME of p5-*, or depending such a package, for perl-5.22.0.
2014-10-09Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles.wiz1-3/+1
2014-05-29Bump for perl-5.20.0.wiz1-2/+2
Do it for all packages that * mention perl, or * have a directory name starting with p5-*, or * depend on a package starting with p5- like last time, for 5.18, where this didn't lead to complaints. Let me know if you have any this time.
2013-12-09Fix/Update DEPENDS paterns for perl CORE modules, with some trivial fixes.obache1-5/+4
Bump PKGREVISION for runtime dependency pattern changed packages.
2013-05-31Bump all packages for perl-5.18, thatwiz1-2/+2
a) refer 'perl' in their Makefile, or b) have a directory name of p5-*, or c) have any dependency on any p5-* package Like last time, where this caused no complaints.
2012-10-28Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-2/+1
2012-10-03Bump all packages that use perl, or depend on a p5-* package, orwiz1-2/+2
are called p5-*. I hope that's all of them.
2011-08-14Revision bump after updating perl5 to 5.14.1.obache1-2/+2
2010-08-21Bump the PKGREVISION for all packages which depend directly on perl,seb1-1/+2
to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1. The list of packages is computed by finding all packages which end up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl, or PERL5_PACKLIST defined in their make setup (tested via "make show-vars VARNAMES=..."), minus the packages updated after the perl package update. sno@ was right after all, obache@ kindly asked and he@ led the way. Thanks!
2010-03-14Update to 0.4.18gls2-6/+6
Changes since 0.4.14: 0.4.18 Fri Mar 12 23:39:59 PST 2010 - Fixed Canvas.pm to correctly select MD5-hex value. (Andrey Ilyin)++ - Updated Canvas.pm docs to specify cookie method needed - Updated copyright information 0.4.17 Thu Nov 26 09:48:03 PST 2009 - Updated Stream.publish to automatically call encode action_links to JSON. (Larry Mak)++ - Fixed upload method in Video along with docs (Anthony Bouvier)++ - Updated server call in API.pm to allow a filename to be passed in from the upload methods under Video and Photo. (Anthony Bouvier)++ - Didn't include Canvas testing b/c it looks like the code changes back in August broke the mocking. (It's on the TODO list) - Added format testing for Video.upload 0.4.16 Mon Aug 24 18:43:12 PDT 2009 Added Exception submodule for handling exceptions (Kevin Riggle)++ 0.4.15 Fri Aug 21 22:26:44 PDT 2009 Updated POD and formatting (for Perl::Critic) (gregor herrmann)++ Added new namespaces that are now a part of Facebook API along with basic tests Added documentation for all namespaces in API.pm Deleted deprecated namespaces and methods Added begin and end methods to start and finish permissions mode in Permissions.pm Changed formatting and removed versioning information. Versioning information is no longer specific to each submodule, but to the distribution
2008-12-16Update from version 0.4.13nb1 to 0.4.14.he2-7/+6
Upstream changes: 0.4.14 Tue Oct 14 22:37;41 EDT 2008 Added Applicationi,Admin,SMS APIs + tests (tburke++) Fixed a bug with get_registered_template_bundle in Feed API (tburke++)
2008-10-19Bump the PKGREVISION for all packages which depend directly on perl,he1-1/+2
to trigger/signal a rebuild for the transition 5.8.8 -> 5.10.0. The list of packages is computed by finding all packages which end up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl, or PERL5_PACKLIST defined in their make setup (tested via "make show-vars VARNAMES=...").
2008-08-06Update from version 0.4.7 to 0.4.13.he2-7/+8
Pkgsrc changes: o Add new dependency on p5-Readonly. Upstream changes: 0.4.13 Wed Jul 30 18:14:59 PDT 2008 Added Readonly as dependency 0.4.12 Wed Jul 30 04:09:26 PDT 2008 Perltidy'd Fixed RT#33571 and RT#37617 (gregor herrmann)++ Addresses RT#37840 (clscott++) 0.4.11 Thu Feb 28 20:44:29 PST 2008 Fix documentation bug for notifications->send_email Add FAQ entry for RT#31620 and RT#31944 Regen'ed README Fixed utf8 encoding issue: RT#32500 (thanks for the patch, Ryan) Added get_lists in friends namespace Added data namespace with tests Updated documentation to match various API updates Perltidy'd 0.4.10 Sat Dec 1 17:30:58 PST 2007 Fixed bug where session_key parameter value wasn't being used when passed to a call (thanks Louise-Philippe) Perl-tidied and critiqued Added stub documentation for base and new methods 0.4.9 Sun Nov 25 11:39:47 PST 2007 Fixed some documentation errors Updated documentation to match current documentation on Facebook site Added pages namespace Removed get_FBML and set_FBML in profile namespace 0.4.8 Sun Nov 11 14:37:41 PST 2007 Updated docs and added FAQ with two questions Added marketplace Added users->has_app_permission, users->is_app_added, users->set_status Added feed->publish_templatized_action (thanks King Mak) Changed autogen methods for subclasses in API.pm (thanks Shawn) No longer send secret when authenticating (thanks Derek)
2008-06-12Add DESTDIR support.joerg1-1/+2
2007-10-25Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mkjlam1-1/+0
can handle packages having no PLIST files.
2007-09-07Import www/p5-WWW-Facebook-API-0.4.7 into pkgsrc:abs4-0/+36
A Perl implementation of the Facebook API, working off of the canonical Java and PHP implementations. By default it uses JSON::Any to parse the response returned by Facebook's server. There is an option to return the raw response in either XML or JSON.