Initial import of p5-Gravatar-URL 1.06
A Gravatar is a Globally Recognized Avatar for a given email address. This allows you to have a global picture associated with your email address. You can look up the Gravatar for any email address by constructing a URL to get the image from gravatar.com. This module does that. OK sthen@
This commit is contained in:
parent
54f84d5d36
commit
1f1499ba2b
27
www/p5-Gravatar-URL/Makefile
Normal file
27
www/p5-Gravatar-URL/Makefile
Normal file
@ -0,0 +1,27 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2012/08/20 17:55:23 bluhm Exp $
|
||||
|
||||
COMMENT = make URLs for Gravatars from an email address
|
||||
|
||||
DISTNAME = Gravatar-URL-1.06
|
||||
|
||||
CATEGORIES = www mail
|
||||
|
||||
MAINTAINER = Alexander Bluhm <bluhm@openbsd.org>
|
||||
|
||||
# Perl
|
||||
PERMIT_PACKAGE_CDROM = Yes
|
||||
PERMIT_PACKAGE_FTP = Yes
|
||||
PERMIT_DISTFILES_CDROM =Yes
|
||||
PERMIT_DISTFILES_FTP = Yes
|
||||
|
||||
CPAN_AUTHOR = MSCHWERN
|
||||
|
||||
MODULES = cpan
|
||||
BUILD_DEPENDS = ${RUN_DEPENDS} \
|
||||
devel/p5-Test-Warn
|
||||
RUN_DEPENDS = net/p5-Net-DNS \
|
||||
www/p5-URI
|
||||
|
||||
CONFIGURE_STYLE = modbuild
|
||||
|
||||
.include <bsd.port.mk>
|
2
www/p5-Gravatar-URL/distinfo
Normal file
2
www/p5-Gravatar-URL/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (Gravatar-URL-1.06.tar.gz) = tPsbhZXWaKVca3rczABxqe5l64sDgtYE1R4ybH7GkpI=
|
||||
SIZE (Gravatar-URL-1.06.tar.gz) = 13042
|
5
www/p5-Gravatar-URL/pkg/DESCR
Normal file
5
www/p5-Gravatar-URL/pkg/DESCR
Normal file
@ -0,0 +1,5 @@
|
||||
A Gravatar is a Globally Recognized Avatar for a given email address.
|
||||
This allows you to have a global picture associated with your email
|
||||
address. You can look up the Gravatar for any email address by
|
||||
constructing a URL to get the image from gravatar.com. This module
|
||||
does that.
|
10
www/p5-Gravatar-URL/pkg/PLIST
Normal file
10
www/p5-Gravatar-URL/pkg/PLIST
Normal file
@ -0,0 +1,10 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2012/08/20 17:55:23 bluhm Exp $
|
||||
${P5SITE}/Gravatar/
|
||||
${P5SITE}/Gravatar/URL.pm
|
||||
${P5SITE}/Libravatar/
|
||||
${P5SITE}/Libravatar/URL.pm
|
||||
${P5SITE}/Unicornify/
|
||||
${P5SITE}/Unicornify/URL.pm
|
||||
@man man/man3p/Gravatar::URL.3p
|
||||
@man man/man3p/Libravatar::URL.3p
|
||||
@man man/man3p/Unicornify::URL.3p
|
Loading…
x
Reference in New Issue
Block a user