pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/p5-Net-OpenID-Consumer Initial import of p5-Net-Op...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1f7a35cc70a0
branches:  trunk
changeset: 528523:1f7a35cc70a0
user:      heinz <heinz%pkgsrc.org@localhost>
date:      Sun May 06 14:00:56 2007 +0000

description:
Initial import of p5-Net-OpenID-Consumer 0.13.

This is the Perl API for (the consumer half of) OpenID, a distributed
identity system based on proving you own a URL, which is then your
identity.  More information is available at:

  http://openid.net/

diffstat:

 net/p5-Net-OpenID-Consumer/DESCR    |   5 +++++
 net/p5-Net-OpenID-Consumer/Makefile |  27 +++++++++++++++++++++++++++
 net/p5-Net-OpenID-Consumer/PLIST    |   1 +
 net/p5-Net-OpenID-Consumer/distinfo |   5 +++++
 4 files changed, 38 insertions(+), 0 deletions(-)

diffs (54 lines):

diff -r 3752ddc7230e -r 1f7a35cc70a0 net/p5-Net-OpenID-Consumer/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/p5-Net-OpenID-Consumer/DESCR  Sun May 06 14:00:56 2007 +0000
@@ -0,0 +1,5 @@
+This is the Perl API for (the consumer half of) OpenID, a distributed
+identity system based on proving you own a URL, which is then your
+identity.  More information is available at:
+
+  http://www.danga.com/openid/
diff -r 3752ddc7230e -r 1f7a35cc70a0 net/p5-Net-OpenID-Consumer/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/p5-Net-OpenID-Consumer/Makefile       Sun May 06 14:00:56 2007 +0000
@@ -0,0 +1,27 @@
+# $NetBSD: Makefile,v 1.1.1.1 2007/05/06 14:00:56 heinz Exp $
+#
+
+DISTNAME=      Net-OpenID-Consumer-0.13
+PKGNAME=       p5-${DISTNAME}
+CATEGORIES=    net perl5
+MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Net/}
+
+MAINTAINER=    heinz%NetBSD.org@localhost
+HOMEPAGE=      http://search.cpan.org/dist/Net-OpenID-Consumer/
+COMMENT=       Perl library for consumers of OpenID identities
+
+DEPENDS+=      p5-libwww-[0-9]*:../../www/p5-libwww
+DEPENDS+=      p5-Crypt-DH>=0.05:../../security/p5-Crypt-DH
+DEPENDS+=      p5-Digest-SHA1-[0-9]*:../../security/p5-Digest-SHA1
+DEPENDS+=      p5-MIME-Base64-[0-9]*:../../converters/p5-MIME-Base64
+DEPENDS+=      p5-Time-Local-[0-9]*:../../time/p5-Time-Local
+DEPENDS+=      p5-URI-[0-9]*:../../www/p5-URI
+DEPENDS+=      p5-URI-Fetch>=0.02:../../www/p5-URI-Fetch
+
+PKG_DESTDIR_SUPPORT=   user-destdir
+
+PERL5_PACKLIST=                auto/Net/OpenID/Consumer/.packlist
+USE_LANGUAGES=         # none
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 3752ddc7230e -r 1f7a35cc70a0 net/p5-Net-OpenID-Consumer/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/p5-Net-OpenID-Consumer/PLIST  Sun May 06 14:00:56 2007 +0000
@@ -0,0 +1,1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2007/05/06 14:00:56 heinz Exp $
diff -r 3752ddc7230e -r 1f7a35cc70a0 net/p5-Net-OpenID-Consumer/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/p5-Net-OpenID-Consumer/distinfo       Sun May 06 14:00:56 2007 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2007/05/06 14:00:56 heinz Exp $
+
+SHA1 (Net-OpenID-Consumer-0.13.tar.gz) = 98946e866c320ec1d75c0dd5b398498a48774127
+RMD160 (Net-OpenID-Consumer-0.13.tar.gz) = 9ab4c99b3e30e2778122fe251483532f7055078a
+Size (Net-OpenID-Consumer-0.13.tar.gz) = 17395 bytes



Home | Main Index | Thread Index | Old Index