Skip site navigation (1)Skip section navigation (2)
Date:      Fri,  4 May 2007 07:06:01 +0800 (CST)
From:      Gea-Suan Lin <gslin@gslin.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        gslin@gslin.org
Subject:   ports/112400: [NEW PORT] net/p5-Net-OpenID-Consumer: Library for consumers of OpenID identities
Message-ID:  <20070503230601.28887648@netnews.NCTU.edu.tw>
Resent-Message-ID: <200705032310.l43NA6nB041581@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         112400
>Category:       ports
>Synopsis:       [NEW PORT] net/p5-Net-OpenID-Consumer: Library for consumers of OpenID identities
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu May 03 23:10:05 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Gea-Suan Lin
>Release:        FreeBSD 6.2-RELEASE-p4 i386
>Organization:
>Environment:
System: FreeBSD netnews.NCTU.edu.tw 6.2-RELEASE-p4 FreeBSD 6.2-RELEASE-p4 #0: Sat Apr 28 00:53:10 CST 2007
>Description:
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/

WWW:	http://search.cpan.org/dist/Net-OpenID-Consumer/

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- p5-Net-OpenID-Consumer-0.13.shar begins here ---
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	p5-Net-OpenID-Consumer
#	p5-Net-OpenID-Consumer/pkg-descr
#	p5-Net-OpenID-Consumer/Makefile
#	p5-Net-OpenID-Consumer/pkg-plist
#	p5-Net-OpenID-Consumer/distinfo
#
echo c - p5-Net-OpenID-Consumer
mkdir -p p5-Net-OpenID-Consumer > /dev/null 2>&1
echo x - p5-Net-OpenID-Consumer/pkg-descr
sed 's/^X//' >p5-Net-OpenID-Consumer/pkg-descr << 'END-of-p5-Net-OpenID-Consumer/pkg-descr'
XThis is the Perl API for (the consumer half of) OpenID, a distributed
Xidentity system based on proving you own a URL, which is then your
Xidentity. More information is available at: http://www.danga.com/openid/
X
XWWW:	http://search.cpan.org/dist/Net-OpenID-Consumer/
END-of-p5-Net-OpenID-Consumer/pkg-descr
echo x - p5-Net-OpenID-Consumer/Makefile
sed 's/^X//' >p5-Net-OpenID-Consumer/Makefile << 'END-of-p5-Net-OpenID-Consumer/Makefile'
X# New ports collection makefile for:	p5-Net-OpenID-Consumer
X# Date created:		2007-05-04
X# Whom:			Gea-Suan Lin <gslin@gslin.org>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	Net-OpenID-Consumer
XPORTVERSION=	0.13
XCATEGORIES=	net security perl5
XMASTER_SITES=	CPAN
XMASTER_SITE_SUBDIR=	Net
XPKGNAMEPREFIX=	p5-
X
XMAINTAINER=	gslin@gslin.org
XCOMMENT=	Library for consumers of OpenID identities
X
XRUN_DEPENDS=	${SITE_PERL}/${PERL_ARCH}/Digest/SHA1.pm:${PORTSDIR}/security/p5-Digest-SHA1 \
X		${SITE_PERL}/Crypt/DH.pm:${PORTSDIR}/security/p5-Crypt-DH \
X		${SITE_PERL}/LWP/UserAgent.pm:${PORTSDIR}/www/p5-libwww \
X		${SITE_PERL}/URI.pm:${PORTSDIR}/net/p5-URI \
X		${SITE_PERL}/URI/Fetch.pm:${PORTSDIR}/www/p5-URI-Fetch
XBUILD_DEPENDS=	${RUN_DEPENDS}
X
XPERL_CONFIGURE=	yes
X
XMAN3=		Net::OpenID::Association.3 Net::OpenID::ClaimedIdentity.3 \
X		Net::OpenID::Consumer.3 Net::OpenID::VerifiedIdentity.3
X
X.include <bsd.port.mk>
END-of-p5-Net-OpenID-Consumer/Makefile
echo x - p5-Net-OpenID-Consumer/pkg-plist
sed 's/^X//' >p5-Net-OpenID-Consumer/pkg-plist << 'END-of-p5-Net-OpenID-Consumer/pkg-plist'
X@comment $FreeBSD$
X%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/OpenID/Consumer/.packlist
X%%SITE_PERL%%/Net/OpenID/Association.pm
X%%SITE_PERL%%/Net/OpenID/ClaimedIdentity.pm
X%%SITE_PERL%%/Net/OpenID/Consumer.pm
X%%SITE_PERL%%/Net/OpenID/VerifiedIdentity.pm
X@dirrmtry %%SITE_PERL%%/Net/OpenID
X@dirrmtry %%SITE_PERL%%/Net
X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/OpenID/Consumer
X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/OpenID
X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net
END-of-p5-Net-OpenID-Consumer/pkg-plist
echo x - p5-Net-OpenID-Consumer/distinfo
sed 's/^X//' >p5-Net-OpenID-Consumer/distinfo << 'END-of-p5-Net-OpenID-Consumer/distinfo'
XMD5 (Net-OpenID-Consumer-0.13.tar.gz) = bc8cf68ff0bfd25f085ce8dee8fbf451
XSHA256 (Net-OpenID-Consumer-0.13.tar.gz) = 712a0c00ac72d01156ea593084b50c16f28ae364d60718bc2266d45456306a9a
XSIZE (Net-OpenID-Consumer-0.13.tar.gz) = 17395
END-of-p5-Net-OpenID-Consumer/distinfo
exit
--- p5-Net-OpenID-Consumer-0.13.shar ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20070503230601.28887648>