Bug 85284 - New port: security/p5-Net-OpenID-Server
Summary: New port: security/p5-Net-OpenID-Server
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Jean-Yves Lefort
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-08-25 11:10 UTC by Alex Kapranoff
Modified: 2005-09-02 02:54 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alex Kapranoff 2005-08-25 11:10:00 UTC

Fix: 

===> Done--Ub7oMt6G2oLXpNeO3EZzwy4AaWhOWBZlGxNlxHveA0zH2hgn
Content-Type: text/plain; name="file.shar"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="file.shar"

# 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-Server
#	p5-Net-OpenID-Server/Makefile
#	p5-Net-OpenID-Server/distinfo
#	p5-Net-OpenID-Server/pkg-descr
#
echo c - p5-Net-OpenID-Server
mkdir -p p5-Net-OpenID-Server > /dev/null 2>&1
echo x - p5-Net-OpenID-Server/Makefile
sed 's/^X//' >p5-Net-OpenID-Server/Makefile << 'END-of-p5-Net-OpenID-Server/Makefile'
X# New ports collection makefile for:	p5-Net-OpenID-Server
X# Date created:				July 25th 2005
X# Whom:					Alex Kapranoff <kappa@rambler-co.ru>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	Net-OpenID-Server
XPORTVERSION=	0.09
XCATEGORIES=	security perl5
XMASTER_SITES=	${MASTER_SITE_PERL_CPAN}
XMASTER_SITE_SUBDIR=	Net
XPKGNAMEPREFIX=	p5-
X
XMAINTAINER=	kappa@freebsd.org.ua
XCOMMENT=	Reference implementation of OpenID server
X
XBUILD_DEPENDS=	${SITE_PERL}/Crypt/DH.pm:${PORTSDIR}/security/p5-Crypt-DH
XRUN_DEPENDS=	${BUILD_DEPENDS}
X
XPERL_CONFIGURE=	yes
XINSTALL_TARGET=	pure_install
X
XMAN3=		Net::OpenID::Server.3
XPLIST_FILES=	%%SITE_PERL%%/Net/OpenID/Server.pm \
X		%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/OpenID/Server/.packlist
XPLIST_DIRS=	%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/OpenID/Server \
X		%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/OpenID \
X		%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net \
X		%%SITE_PERL%%/Net/OpenID \
X		%%SITE_PERL%%/Net
X
X.include <bsd.port.mk>
END-of-p5-Net-OpenID-Server/Makefile
echo x - p5-Net-OpenID-Server/distinfo
sed 's/^X//' >p5-Net-OpenID-Server/distinfo << 'END-of-p5-Net-OpenID-Server/distinfo'
XMD5 (Net-OpenID-Server-0.09.tar.gz) = 49efee1aa7b9ee4c22358bd108c68316
XSIZE (Net-OpenID-Server-0.09.tar.gz) = 13892
END-of-p5-Net-OpenID-Server/distinfo
echo x - p5-Net-OpenID-Server/pkg-descr
sed 's/^X//' >p5-Net-OpenID-Server/pkg-descr << 'END-of-p5-Net-OpenID-Server/pkg-descr'
XOpenID is a decentralized identity system, but one that's actually
Xdecentralized and doesn't entirely crumble if one company turns evil
Xor goes out of business.
X
XAn OpenID identity is just a URL. You can have multiple identities in
Xthe same way you can have multiple URLs. All OpenID does is provide a
Xway to prove that you own a URL (identity). 
X
XAnybody can run their own site using OpenID, and anybody can be an
XOpenID server, and they all work with each other without having to
Xregister with or pay anybody to "get started". An owner of a URL can
Xpick which OpenID server to use.
X
XWWW: http://www.openid.net
END-of-p5-Net-OpenID-Server/pkg-descr
exit
Comment 1 Jean-Yves Lefort freebsd_committer freebsd_triage 2005-09-02 00:18:34 UTC
Responsible Changed
From-To: freebsd-ports-bugs->jylefort

Take.
Comment 2 Jean-Yves Lefort freebsd_committer freebsd_triage 2005-09-02 02:54:04 UTC
State Changed
From-To: open->closed

Committed, thanks! 

Note: you should remove shared directories silently (using @unexec rmdir ... rather than @dirrm).