pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/p5-Net-OAuth Importing p5 package for Net::OAuth-0...
details: https://anonhg.NetBSD.org/pkgsrc/rev/34533b353028
branches: trunk
changeset: 399318:34533b353028
user: sno <sno%pkgsrc.org@localhost>
date: Wed Sep 16 19:40:03 2009 +0000
description:
Importing p5 package for Net::OAuth-0.19 into net/p5-Net-OAuth as
dependency for scheduled update of net/p5-Net-Twitter to 3.05003.
OAuth is
"An open protocol to allow secure API authentication in a simple and
standard method from desktop and web applications."
In practical terms, OAuth is a mechanism for a Consumer to request protected
resources from a Service Provider on behalf of a user.
Net::OAuth provides:
* classes that encapsulate OAuth messages (requests and responses)
* message signing
* message serialization and parsing.
* 2-legged requests (aka. tokenless requests, aka. consumer requests)
Net::OAuth does not provide:
* Consumer or Service Provider encapsulation
* token/nonce/key storage/management
Please refer to the OAuth spec: http://oauth.net/documentation/spec
diffstat:
net/p5-Net-OAuth/DESCR | 21 +++++++++++++++++++++
net/p5-Net-OAuth/Makefile | 26 ++++++++++++++++++++++++++
net/p5-Net-OAuth/distinfo | 5 +++++
3 files changed, 52 insertions(+), 0 deletions(-)
diffs (64 lines):
diff -r d919dd0c306f -r 34533b353028 net/p5-Net-OAuth/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/net/p5-Net-OAuth/DESCR Wed Sep 16 19:40:03 2009 +0000
@@ -0,0 +1,21 @@
+OAuth is
+
+"An open protocol to allow secure API authentication in a simple and
+standard method from desktop and web applications."
+
+In practical terms, OAuth is a mechanism for a Consumer to request protected
+resources from a Service Provider on behalf of a user.
+
+Net::OAuth provides:
+
+ * classes that encapsulate OAuth messages (requests and responses)
+ * message signing
+ * message serialization and parsing.
+ * 2-legged requests (aka. tokenless requests, aka. consumer requests)
+
+Net::OAuth does not provide:
+
+ * Consumer or Service Provider encapsulation
+ * token/nonce/key storage/management
+
+Please refer to the OAuth spec: http://oauth.net/documentation/spec
diff -r d919dd0c306f -r 34533b353028 net/p5-Net-OAuth/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/net/p5-Net-OAuth/Makefile Wed Sep 16 19:40:03 2009 +0000
@@ -0,0 +1,26 @@
+# $NetBSD: Makefile,v 1.1.1.1 2009/09/16 19:40:03 sno Exp $
+#
+
+DISTNAME= Net-OAuth-0.19
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= net perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/}
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= http://search.cpan.org/dist/Net-OAuth/
+COMMENT= Perl5 extension for OAuth protocol support
+LICENSE= ${PERL5_LICENSE}
+
+PKG_INSTALLATION_TYPES= overwrite pkgviews
+PKG_DESTDIR_SUPPORT= user-destdir
+
+DEPENDS+= p5-Class-Accessor>=0.31:../../devel/p5-Class-Accessor
+DEPENDS+= p5-Class-Data-Inheritable>=0.06:../../devel/p5-Class-Data-Inheritable
+DEPENDS+= p5-Digest-HMAC>=1.01:../../security/p5-Digest-HMAC
+DEPENDS+= p5-UNIVERSAL-require>=0.10:../../devel/p5-UNIVERSAL-require
+DEPENDS+= p5-URI>=1.31:../../www/p5-URI
+
+PERL5_PACKLIST= auto/Net/OAuth/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r d919dd0c306f -r 34533b353028 net/p5-Net-OAuth/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/net/p5-Net-OAuth/distinfo Wed Sep 16 19:40:03 2009 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2009/09/16 19:40:03 sno Exp $
+
+SHA1 (Net-OAuth-0.19.tar.gz) = 46693b9f1eab74049f63b209783053d7c702354a
+RMD160 (Net-OAuth-0.19.tar.gz) = 913b44a1c23be866c186e3a6972aa4c4447501b1
+Size (Net-OAuth-0.19.tar.gz) = 25749 bytes
Home |
Main Index |
Thread Index |
Old Index