aboutsummaryrefslogtreecommitdiff
path: root/www/p5-WWW-Facebook-API
Commit message (Collapse)AuthorAgeFilesLines
* - support STAGEDIRAndrej Zverev2013-11-042-33/+34
| | | | | | | - add LICENSE Notes: svn path=/head/; revision=332678
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | www) Notes: svn path=/head/; revision=327776
* - Use single space after WWW:Sunpoet Po-Chuan Hsieh2013-08-291-1/+1
| | | | Notes: svn path=/head/; revision=325559
* - Convert to new perl frameworkMathieu Arnold2013-08-021-6/+3
| | | | | | | | - Trim Makefile header - Remove MAKE_JOBS_SAFE=yes, it's the default. Notes: svn path=/head/; revision=324174
* Cleanup supporting perl version 5.8 and 5.10,Andrej Zverev2012-12-171-7/+1
| | | | | | | lang/perl5.8 and lang/5.10 will be removed from ports tree soon. Notes: svn path=/head/; revision=309085
* - Assign clsung's p5- ports to perl@Steve Wills2012-05-011-1/+1
| | | | | | | Approved by: clsung via IRC Notes: svn path=/head/; revision=295750
* - Revert ports/165605 as requested by portmgr@Philip M. Gollucci2012-03-131-1/+7
| | | | | | | | | | | | Note: devel/p5-B-Size and devel/p5-Devel-Arena where intentionally not restored. PR: ports/165605 Approved by: portmgr (bapt) Feature safe: yes (I sure hope so) Notes: svn path=/head/; revision=293247
* - Remove ports that only work with < perl 5.12 (devel/p5-B-Size, ↵Philip M. Gollucci2012-03-081-7/+1
| | | | | | | | | | | | | | | | | | devel/p5-Devel-Arena) - Remove conditionals for PERL_LEVEL < 501200 - Remove regression-test targets b/c this will be centralized in Mk/bsd.perl.mk - Other minor cleanups RUN_DEPENDS = ${BUILD_DEPENDS} -> RUN_DEPENDS:= ${BUILD_DEPENDS} PR: ports/165605 Submitted by: pgollucci (myself) Approved by: portmgr (linimon) Exp Run by: linimon Tested by: make index Notes: svn path=/head/; revision=292977
* - Fix *_DEPENDS: devel/p5-version is required by lang/perl5.8 onlySunpoet Po-Chuan Hsieh2011-06-301-7/+12
| | | | | | | | | | - Bump PORTREVISION for dependency change Submitted by: sunpoet (myself) Approved by: clsung (maintainer) Notes: svn path=/head/; revision=276714
* - Get Rid MD5 supportMartin Wilke2011-03-191-1/+0
| | | | Notes: svn path=/head/; revision=271305
* - Update to 0.4.18Cheng-Lung Sung2010-04-222-5/+4
| | | | | | | Changes: http://search.cpan.org/dist/WWW-Facebook-API/Changes Notes: svn path=/head/; revision=253053
* - Remove unneeded dependencies which is in perl-5.8.9 distJun Kuriyama2010-01-201-1/+1
| | | | | | | | | (part 1). Approved by: portmgr (itetcu) Notes: svn path=/head/; revision=248185
* - Update to 0.4.17Cheng-Lung Sung2009-12-132-4/+4
| | | | | | | Changes: http://search.cpan.org/dist/WWW-Facebook-API/Changes Notes: svn path=/head/; revision=245690
* - Update to 0.4.16Cheng-Lung Sung2009-09-023-7/+29
| | | | | | | Changes: http://search.cpan.org/dist/WWW-Facebook-API/Changes Notes: svn path=/head/; revision=240703
* - lang/perl5.6 is dead, remove PERL_LEVEL/PERL_VERSION < 500801 checksPhilip M. Gollucci2009-07-221-7/+1
| | | | | | | | | PR: ports/135398 Tested by: 2 -exp runs by pav Approved by: portmgr (pav) Notes: svn path=/head/; revision=238202
* - Update to 0.4.14Cheng-Lung Sung2008-11-113-4/+10
| | | | | | | Changes: http://search.cpan.org/dist/WWW-Facebook-API/Changes Notes: svn path=/head/; revision=222716
* - Update to 0.4.13Cheng-Lung Sung2008-08-292-5/+5
| | | | | | | Changes: http://search.cpan.org/dist/WWW-Facebook-API/Changes Notes: svn path=/head/; revision=219402
* - Update to 0.4.11Cheng-Lung Sung2008-03-283-4/+6
| | | | | | | | | | Changes: http://search.cpan.org/dist/WWW-Facebook-API/Changes PR: ports/122134 Submitted by: Steven Kreuzer <skreuzer_AT_exit2shell dot com> Reviewed by: clsung Notes: svn path=/head/; revision=209977
* - Update to 0.4.10Cheng-Lung Sung2007-12-253-4/+8
| | | | Notes: svn path=/head/; revision=204498
* - Update to 0.4.7Cheng-Lung Sung2007-09-052-4/+4
| | | | Notes: svn path=/head/; revision=198803
* WWW::Facebook::API - Facebook API implementationCheng-Lung Sung2007-08-274-0/+78
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. WWW: http://search.cpan.org/dist/WWW-Facebook-API/ Notes: svn path=/head/; revision=198353