Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 19 Dec 2006 01:13:02 +0800 (CST)
From:      Gea-Suan Lin <gslin@gslin.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        gslin@gslin.org
Subject:   ports/106874: [NEW PORT] security/phpMyID: A single user Identity Provider for the OpenID framework
Message-ID:  <20061218171302.705EE6D@netnews.NCTU.edu.tw>
Resent-Message-ID: <200612181720.kBIHKMs5036223@freefall.freebsd.org>

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

>Number:         106874
>Category:       ports
>Synopsis:       [NEW PORT] security/phpMyID: A single user Identity Provider for the OpenID framework
>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:   Mon Dec 18 17:20:21 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Gea-Suan Lin
>Release:        FreeBSD 6.1-RELEASE-p8 i386
>Organization:
>Environment:
System: FreeBSD netnews.NCTU.edu.tw 6.1-RELEASE-p8 FreeBSD 6.1-RELEASE-p8 #0: Fri Sep 29 03:41:50 CST 2006
>Description:
phpMyID is a single user (though, if you were so inclined, you could
easily turn it into a multi-user setup) IdP, or "Identity Provider"
for the OpenID framework. It's a single PHP script with minimal
dependancies. You don't need a database, you don't need to make your
filesystem writable, you don't need to download any libraries, and you
don't need to recompile PHP.

WWW:	http://siege.org/projects/phpMyID/

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

--- phpMyID-0.3.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:
#
#	phpMyID
#	phpMyID/pkg-descr
#	phpMyID/Makefile
#	phpMyID/pkg-plist
#	phpMyID/distinfo
#
echo c - phpMyID
mkdir -p phpMyID > /dev/null 2>&1
echo x - phpMyID/pkg-descr
sed 's/^X//' >phpMyID/pkg-descr << 'END-of-phpMyID/pkg-descr'
XphpMyID is a single user (though, if you were so inclined, you could
Xeasily turn it into a multi-user setup) IdP, or "Identity Provider"
Xfor the OpenID framework. It's a single PHP script with minimal
Xdependancies. You don't need a database, you don't need to make your
Xfilesystem writable, you don't need to download any libraries, and you
Xdon't need to recompile PHP.
X
XWWW:	http://siege.org/projects/phpMyID/
END-of-phpMyID/pkg-descr
echo x - phpMyID/Makefile
sed 's/^X//' >phpMyID/Makefile << 'END-of-phpMyID/Makefile'
X# New ports collection makefile for:	phpMyID
X# Date created:		2006-12-19
X# Whom:			Gea-Suan Lin <gslin@gslin.org>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	phpMyID
XPORTVERSION=	0.3
XCATEGORIES=	security www
XMASTER_SITES=	http://siege.org/projects/phpMyID/
XEXTRACT_SUFX=	.tgz
X
XMAINTAINER=	gslin@gslin.org
XCOMMENT=	A single user Identity Provider for the OpenID framework
X
XNO_BUILD=	yes
XUSE_PHP=	session
X
Xdo-install:
X	${MKDIR} ${PREFIX}/www/${PORTNAME}
X	${CP} -R ${WRKSRC}/ ${PREFIX}/www/${PORTNAME}
X
X.include <bsd.port.mk>
END-of-phpMyID/Makefile
echo x - phpMyID/pkg-plist
sed 's/^X//' >phpMyID/pkg-plist << 'END-of-phpMyID/pkg-plist'
X@comment $FreeBSD$
Xwww/phpMyID/CHANGELOG
Xwww/phpMyID/LICENSE
Xwww/phpMyID/MyID.php
Xwww/phpMyID/README
X@dirrmtry www/phpMyID
X@dirrmtry www
END-of-phpMyID/pkg-plist
echo x - phpMyID/distinfo
sed 's/^X//' >phpMyID/distinfo << 'END-of-phpMyID/distinfo'
XMD5 (phpMyID-0.3.tgz) = cf1d92a1ee59d3ee27e83db99c80cf88
XSHA256 (phpMyID-0.3.tgz) = dcdcd47245de43587e768b4a52957d804bc8e91774271eb1ea2511ac981f9a26
XSIZE (phpMyID-0.3.tgz) = 14905
END-of-phpMyID/distinfo
exit
--- phpMyID-0.3.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?20061218171302.705EE6D>