mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-03 01:23:49 +00:00
Add phpmyid 0.3, a single user Identity Provider for the OpenID
framework. PR: ports/106874 Submitted by: Gea-Suan Lin <gslin at gslin.org>
This commit is contained in:
parent
0d8cb441ea
commit
885b99197b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=180236
@ -537,6 +537,7 @@
|
||||
SUBDIR += php5-mcrypt
|
||||
SUBDIR += php5-mhash
|
||||
SUBDIR += php5-openssl
|
||||
SUBDIR += phpmyid
|
||||
SUBDIR += pidentd
|
||||
SUBDIR += pinentry
|
||||
SUBDIR += pinentry-curses
|
||||
|
24
security/phpmyid/Makefile
Normal file
24
security/phpmyid/Makefile
Normal file
@ -0,0 +1,24 @@
|
||||
# New ports collection makefile for: phpMyID
|
||||
# Date created: 2006-12-19
|
||||
# Whom: Gea-Suan Lin <gslin@gslin.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= phpMyID
|
||||
PORTVERSION= 0.3
|
||||
CATEGORIES= security www
|
||||
MASTER_SITES= http://siege.org/projects/phpMyID/
|
||||
EXTRACT_SUFX= .tgz
|
||||
|
||||
MAINTAINER= gslin@gslin.org
|
||||
COMMENT= A single user Identity Provider for the OpenID framework
|
||||
|
||||
NO_BUILD= yes
|
||||
USE_PHP= session
|
||||
|
||||
do-install:
|
||||
${MKDIR} ${PREFIX}/www/${PORTNAME}
|
||||
${CP} -R ${WRKSRC}/ ${PREFIX}/www/${PORTNAME}
|
||||
|
||||
.include <bsd.port.mk>
|
3
security/phpmyid/distinfo
Normal file
3
security/phpmyid/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (phpMyID-0.3.tgz) = cf1d92a1ee59d3ee27e83db99c80cf88
|
||||
SHA256 (phpMyID-0.3.tgz) = dcdcd47245de43587e768b4a52957d804bc8e91774271eb1ea2511ac981f9a26
|
||||
SIZE (phpMyID-0.3.tgz) = 14905
|
8
security/phpmyid/pkg-descr
Normal file
8
security/phpmyid/pkg-descr
Normal file
@ -0,0 +1,8 @@
|
||||
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/
|
6
security/phpmyid/pkg-plist
Normal file
6
security/phpmyid/pkg-plist
Normal file
@ -0,0 +1,6 @@
|
||||
@comment $FreeBSD$
|
||||
www/phpMyID/CHANGELOG
|
||||
www/phpMyID/LICENSE
|
||||
www/phpMyID/MyID.php
|
||||
www/phpMyID/README
|
||||
@dirrmtry www/phpMyID
|
Loading…
Reference in New Issue
Block a user