summaryrefslogtreecommitdiff
path: root/security/php-Auth_OpenID2
diff options
context:
space:
mode:
Diffstat (limited to 'security/php-Auth_OpenID2')
-rw-r--r--security/php-Auth_OpenID2/Makefile58
-rw-r--r--security/php-Auth_OpenID2/distinfo2
-rw-r--r--security/php-Auth_OpenID2/pkg-descr5
-rw-r--r--security/php-Auth_OpenID2/pkg-plist70
4 files changed, 0 insertions, 135 deletions
diff --git a/security/php-Auth_OpenID2/Makefile b/security/php-Auth_OpenID2/Makefile
deleted file mode 100644
index 7d6f749bc454..000000000000
--- a/security/php-Auth_OpenID2/Makefile
+++ /dev/null
@@ -1,58 +0,0 @@
-# Created by: Gea-Suan Lin <gslin@gslin.org>
-# $FreeBSD$
-
-PORTNAME= Auth_OpenID2
-PORTVERSION= 2.1.3
-CATEGORIES= security www pear
-MASTER_SITES= http://openidenabled.com/files/php-openid/packages/
-PKGNAMEPREFIX= php-
-DISTNAME= php-openid-${PORTVERSION}
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= PHP OpenID library
-
-RUN_DEPENDS= pear:${PORTSDIR}/devel/pear
-BUILD_DEPENDS:= ${RUN_DEPENDS}
-
-CONFLICTS= pear-Auth_OpenID-2.*
-
-USES= tar:bzip2
-NO_BUILD= yes
-OPTIONS_DEFINE= BCMATH MYSQL PGSQL SQLITE EXAMPLES
-BCMATH_DESC= Use bcmath instead of libgmp
-
-USE_PHP= curl dom
-
-NO_STAGE= yes
-.include <bsd.port.pre.mk>
-
-.if ${PORT_OPTIONS:MBCMATH}
-USE_PHP+= bcmath
-.else
-USE_PHP+= gmp
-.endif
-
-.if ${PORT_OPTIONS:MMYSQL}
-USE_PHP+= mysql
-.endif
-
-.if ${PORT_OPTIONS:MPGSQL}
-USE_PHP+= pgsql
-.endif
-
-.if ${PORT_OPTIONS:MSQLITE}
-USE_PHP+= sqlite
-.endif
-
-do-install:
- ${MKDIR} ${PREFIX}/share/pear/Auth/OpenID
- ${CP} ${WRKSRC}/Auth/OpenID.php ${PREFIX}/share/pear/Auth
- ${CP} ${WRKSRC}/Auth/OpenID/* ${PREFIX}/share/pear/Auth/OpenID
- ${MKDIR} ${PREFIX}/share/pear/Auth/Yadis
- ${CP} -R ${WRKSRC}/Auth/Yadis/* ${PREFIX}/share/pear/Auth/Yadis
-.if ${PORT_OPTIONS:MEXAMPLES}
- ${MKDIR} ${EXAMPLESDIR}
- ${CP} -R ${WRKSRC}/examples/ ${EXAMPLESDIR}
-.endif
-
-.include <bsd.port.post.mk>
diff --git a/security/php-Auth_OpenID2/distinfo b/security/php-Auth_OpenID2/distinfo
deleted file mode 100644
index cd3de494d6c1..000000000000
--- a/security/php-Auth_OpenID2/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (php-openid-2.1.3.tar.bz2) = 68f169b87710f98445361c2ea700cc77dda7016acf696ff2a0dae7aeb72b9c92
-SIZE (php-openid-2.1.3.tar.bz2) = 315437
diff --git a/security/php-Auth_OpenID2/pkg-descr b/security/php-Auth_OpenID2/pkg-descr
deleted file mode 100644
index 50787d6f0e3c..000000000000
--- a/security/php-Auth_OpenID2/pkg-descr
+++ /dev/null
@@ -1,5 +0,0 @@
-The PHP OpenID library lets you enable OpenID authentication on sites
-built using PHP. It features the OpenID consumer, Store
-implementations, and an OpenID server.
-
-WWW: http://www.openidenabled.com/openid/libraries/php/
diff --git a/security/php-Auth_OpenID2/pkg-plist b/security/php-Auth_OpenID2/pkg-plist
deleted file mode 100644
index eb9386079304..000000000000
--- a/security/php-Auth_OpenID2/pkg-plist
+++ /dev/null
@@ -1,70 +0,0 @@
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/README
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/consumer/common.php
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/consumer/finish_auth.php
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/consumer/index.php
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/consumer/try_auth.php
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/detect.php
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/discover.php
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/server/index.php
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/server/lib/actions.php
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/server/lib/common.php
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/server/lib/render.php
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/server/lib/render/about.php
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/server/lib/render/idpXrds.php
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/server/lib/render/idpage.php
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/server/lib/render/login.php
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/server/lib/render/trust.php
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/server/lib/render/userXrds.php
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/server/lib/session.php
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/server/openid-server.css
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/server/server.php
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/server/setup.php
-share/pear/Auth/OpenID.php
-share/pear/Auth/OpenID/AX.php
-share/pear/Auth/OpenID/Association.php
-share/pear/Auth/OpenID/BigMath.php
-share/pear/Auth/OpenID/Consumer.php
-share/pear/Auth/OpenID/CryptUtil.php
-share/pear/Auth/OpenID/DatabaseConnection.php
-share/pear/Auth/OpenID/DiffieHellman.php
-share/pear/Auth/OpenID/Discover.php
-share/pear/Auth/OpenID/DumbStore.php
-share/pear/Auth/OpenID/Extension.php
-share/pear/Auth/OpenID/FileStore.php
-share/pear/Auth/OpenID/HMAC.php
-share/pear/Auth/OpenID/Interface.php
-share/pear/Auth/OpenID/KVForm.php
-share/pear/Auth/OpenID/MemcachedStore.php
-share/pear/Auth/OpenID/Message.php
-share/pear/Auth/OpenID/MySQLStore.php
-share/pear/Auth/OpenID/Nonce.php
-share/pear/Auth/OpenID/PAPE.php
-share/pear/Auth/OpenID/Parse.php
-share/pear/Auth/OpenID/PostgreSQLStore.php
-share/pear/Auth/OpenID/SQLStore.php
-share/pear/Auth/OpenID/SQLiteStore.php
-share/pear/Auth/OpenID/SReg.php
-share/pear/Auth/OpenID/Server.php
-share/pear/Auth/OpenID/ServerRequest.php
-share/pear/Auth/OpenID/TrustRoot.php
-share/pear/Auth/OpenID/URINorm.php
-share/pear/Auth/Yadis/HTTPFetcher.php
-share/pear/Auth/Yadis/Manager.php
-share/pear/Auth/Yadis/Misc.php
-share/pear/Auth/Yadis/ParanoidHTTPFetcher.php
-share/pear/Auth/Yadis/ParseHTML.php
-share/pear/Auth/Yadis/PlainHTTPFetcher.php
-share/pear/Auth/Yadis/XML.php
-share/pear/Auth/Yadis/XRDS.php
-share/pear/Auth/Yadis/XRI.php
-share/pear/Auth/Yadis/XRIRes.php
-share/pear/Auth/Yadis/Yadis.php
-@dirrmtry share/pear/Auth/Yadis
-@dirrmtry share/pear/Auth/OpenID
-@dirrmtry share/pear/Auth
-@dirrmtry share/pear
-%%PORTEXAMPLES%%@dirrmtry %%EXAMPLESDIR%%/server/lib/render
-%%PORTEXAMPLES%%@dirrmtry %%EXAMPLESDIR%%/server/lib
-%%PORTEXAMPLES%%@dirrmtry %%EXAMPLESDIR%%/server
-%%PORTEXAMPLES%%@dirrmtry %%EXAMPLESDIR%%/consumer
-%%PORTEXAMPLES%%@dirrmtry %%EXAMPLESDIR%%