summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschmonz <schmonz@pkgsrc.org>2013-05-11 18:05:52 +0000
committerschmonz <schmonz@pkgsrc.org>2013-05-11 18:05:52 +0000
commitaa0ba41dc06a36b861643782e784f6c96b3d17d0 (patch)
treece2cf41a66713dbaa5067c109f7c18e5b0d963e9
parent124c91ad2142c94b4ad4b30efa4f5997f41394c1 (diff)
downloadpkgsrc-aa0ba41dc06a36b861643782e784f6c96b3d17d0.tar.gz
Add p5-Gravatar-URL:
A Gravatar is a Globally Recognized Avatar for a given email address or OpenID. This allows you to have a global picture associated with your email address or OpenID. You can look up the Gravatar by constructing a URL to get the image from gravatar.com. This module does that.
-rw-r--r--devel/p5-Gravatar-URL/DESCR5
-rw-r--r--devel/p5-Gravatar-URL/Makefile23
-rw-r--r--devel/p5-Gravatar-URL/distinfo5
3 files changed, 33 insertions, 0 deletions
diff --git a/devel/p5-Gravatar-URL/DESCR b/devel/p5-Gravatar-URL/DESCR
new file mode 100644
index 00000000000..45946e13633
--- /dev/null
+++ b/devel/p5-Gravatar-URL/DESCR
@@ -0,0 +1,5 @@
+A Gravatar is a Globally Recognized Avatar for a given email address
+or OpenID. This allows you to have a global picture associated with
+your email address or OpenID. You can look up the Gravatar by
+constructing a URL to get the image from gravatar.com. This module
+does that.
diff --git a/devel/p5-Gravatar-URL/Makefile b/devel/p5-Gravatar-URL/Makefile
new file mode 100644
index 00000000000..4df4f85b7c9
--- /dev/null
+++ b/devel/p5-Gravatar-URL/Makefile
@@ -0,0 +1,23 @@
+# $NetBSD: Makefile,v 1.1 2013/05/11 18:05:52 schmonz Exp $
+#
+
+DISTNAME= Gravatar-URL-1.06
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= devel perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Gravatar/}
+
+MAINTAINER= schmonz@NetBSD.org
+HOMEPAGE= http://search.cpan.org/dist/Gravatar-URL/
+COMMENT= Make URLs for Gravatars from an email address
+LICENSE= ${PERL5_LICENSE}
+
+DEPENDS+= p5-Net-DNS-[0-9]*:../../net/p5-Net-DNS
+DEPENDS+= p5-URI-[0-9]*:../../www/p5-URI
+DEPENDS+= p5-Digest-MD5-[0-9]*:../../security/p5-Digest-MD5
+DEPENDS+= p5-Digest-SHA-[0-9]*:../../security/p5-Digest-SHA
+
+PERL5_MODULE_TYPE= Module::Build
+PERL5_PACKLIST= auto/Gravatar/URL/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/devel/p5-Gravatar-URL/distinfo b/devel/p5-Gravatar-URL/distinfo
new file mode 100644
index 00000000000..35aa9557b53
--- /dev/null
+++ b/devel/p5-Gravatar-URL/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2013/05/11 18:05:52 schmonz Exp $
+
+SHA1 (Gravatar-URL-1.06.tar.gz) = 38a77f09af8ec103f39a51fd16c95cc80f17e30e
+RMD160 (Gravatar-URL-1.06.tar.gz) = a3e6bd4297c787d53763c377922a34462389d3b1
+Size (Gravatar-URL-1.06.tar.gz) = 13042 bytes