diff options
author | abs <abs@pkgsrc.org> | 2007-09-07 15:28:34 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2007-09-07 15:28:34 +0000 |
commit | 1c50a37ad8314f97cb3a18f15ed511449d4ed7e1 (patch) | |
tree | 87f81a69c190318f9abecffda4e3e5c6a180528c /www | |
parent | cf83d2c7ba04625a3ad8fdecadaa82a67a5fa25d (diff) | |
download | pkgsrc-1c50a37ad8314f97cb3a18f15ed511449d4ed7e1.tar.gz |
Import www/p5-WWW-Facebook-API-0.4.7 into pkgsrc:
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.
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-WWW-Facebook-API/DESCR | 4 | ||||
-rw-r--r-- | www/p5-WWW-Facebook-API/Makefile | 26 | ||||
-rw-r--r-- | www/p5-WWW-Facebook-API/PLIST | 1 | ||||
-rw-r--r-- | www/p5-WWW-Facebook-API/distinfo | 5 |
4 files changed, 36 insertions, 0 deletions
diff --git a/www/p5-WWW-Facebook-API/DESCR b/www/p5-WWW-Facebook-API/DESCR new file mode 100644 index 00000000000..07af8ebb225 --- /dev/null +++ b/www/p5-WWW-Facebook-API/DESCR @@ -0,0 +1,4 @@ +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. diff --git a/www/p5-WWW-Facebook-API/Makefile b/www/p5-WWW-Facebook-API/Makefile new file mode 100644 index 00000000000..61c7ce1b3d1 --- /dev/null +++ b/www/p5-WWW-Facebook-API/Makefile @@ -0,0 +1,26 @@ +# $NetBSD: Makefile,v 1.1.1.1 2007/09/07 15:28:34 abs Exp $ +# + +DISTNAME= WWW-Facebook-API-v0.4.7 +PKGNAME= p5-${DISTNAME:C/-v/-/} +CATEGORIES= www perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=WWW/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/WWW-Facebook-API/ +COMMENT= Facebook API implementation + +DEPENDS+= p5-Crypt-SSLeay-[0-9]*:../../security/p5-Crypt-SSLeay +DEPENDS+= p5-Digest-MD5-[0-9]*:../../security/p5-Digest-MD5 +DEPENDS+= p5-JSON-Any-[0-9]*:../../converters/p5-JSON-Any +DEPENDS+= p5-Time-HiRes-[0-9]*:../../time/p5-Time-HiRes +DEPENDS+= p5-Time-HiRes-[0-9]*:../../time/p5-Time-HiRes +DEPENDS+= p5-libwww-[0-9]*:../../www/p5-libwww +DEPENDS+= p5-version-[0-9]*:../../devel/p5-version + +PKG_INSTALLATION_TYPES= overwrite pkgviews + +PERL5_PACKLIST= auto/WWW/Facebook/API/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/www/p5-WWW-Facebook-API/PLIST b/www/p5-WWW-Facebook-API/PLIST new file mode 100644 index 00000000000..67f856505dc --- /dev/null +++ b/www/p5-WWW-Facebook-API/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2007/09/07 15:28:34 abs Exp $ diff --git a/www/p5-WWW-Facebook-API/distinfo b/www/p5-WWW-Facebook-API/distinfo new file mode 100644 index 00000000000..8dadfe298f7 --- /dev/null +++ b/www/p5-WWW-Facebook-API/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2007/09/07 15:28:34 abs Exp $ + +SHA1 (WWW-Facebook-API-v0.4.7.tar.gz) = 36da0b670c3eb74f1acd922d9a5024075b97d56b +RMD160 (WWW-Facebook-API-v0.4.7.tar.gz) = 2421443163e88e6817b78a22c38774eb63d79e93 +Size (WWW-Facebook-API-v0.4.7.tar.gz) = 45196 bytes |