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/Makefile61
-rw-r--r--security/php-Auth_OpenID2/distinfo3
-rw-r--r--security/php-Auth_OpenID2/pkg-descr5
-rw-r--r--security/php-Auth_OpenID2/pkg-plist62
4 files changed, 0 insertions, 131 deletions
diff --git a/security/php-Auth_OpenID2/Makefile b/security/php-Auth_OpenID2/Makefile
deleted file mode 100644
index fb5ab08b64b5..000000000000
--- a/security/php-Auth_OpenID2/Makefile
+++ /dev/null
@@ -1,61 +0,0 @@
-# New ports collection makefile for: php-Auth_OpenID
-# Date created: 2007-04-24
-# Whom: Gea-Suan Lin <gslin@gslin.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= Auth_OpenID
-PORTVERSION= 1.2.3
-CATEGORIES= security www pear
-MASTER_SITES= http://openidenabled.com/files/php-openid/packages/
-PKGNAMEPREFIX= php-
-DISTNAME= php-openid-${PORTVERSION}
-
-MAINTAINER= gslin@gslin.org
-COMMENT= PHP OpenID library
-
-RUN_DEPENDS= pear:${PORTSDIR}/devel/pear
-BUILD_DEPENDS= ${RUN_DEPENDS}
-
-CONFLICTS= pear-Auth_OpenID-2.*
-
-USE_BZIP2= yes
-NO_BUILD= yes
-OPTIONS= BCMATH "Use bcmath instead of libgmp" off \
- MYSQL "Use mysql" off \
- PGSQL "Use pgsql" off \
- SQLITE "Use sqlite" off
-
-USE_PHP= curl
-
-.include <bsd.port.pre.mk>
-
-.ifdef(WITH_BCMATH)
-USE_PHP+= bcmath
-.else
-USE_PHP+= gmp
-.endif
-
-.ifdef(WITH_MYSQL)
-USE_PHP+= mysql
-.endif
-
-.ifdef(WITH_PGSQL)
-USE_PHP+= pgsql
-.endif
-
-.ifdef(WITH_SQLITE)
-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/Services/Yadis
- ${CP} ${WRKSRC}/Services/Yadis/* ${PREFIX}/share/pear/Services/Yadis
- ${MKDIR} ${EXAMPLESDIR}
- ${CP} -R ${WRKSRC}/examples/ ${EXAMPLESDIR}
-
-.include <bsd.port.post.mk>
diff --git a/security/php-Auth_OpenID2/distinfo b/security/php-Auth_OpenID2/distinfo
deleted file mode 100644
index 6ac526f948e7..000000000000
--- a/security/php-Auth_OpenID2/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (php-openid-1.2.3.tar.bz2) = 4591d6a2f5866f218682639f0f9c0f20
-SHA256 (php-openid-1.2.3.tar.bz2) = 84cda7ad1b2d0df78e20968602a53f9414b1767363b7fcc4f7160ca22e79ed8e
-SIZE (php-openid-1.2.3.tar.bz2) = 214325
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 805c02e9e1d3..000000000000
--- a/security/php-Auth_OpenID2/pkg-plist
+++ /dev/null
@@ -1,62 +0,0 @@
-@comment $FreeBSD$
-%%EXAMPLESDIR%%/README
-%%EXAMPLESDIR%%/consumer/common.php
-%%EXAMPLESDIR%%/consumer/finish_auth.php
-%%EXAMPLESDIR%%/consumer/index.php
-%%EXAMPLESDIR%%/consumer/try_auth.php
-%%EXAMPLESDIR%%/detect.php
-%%EXAMPLESDIR%%/server/index.php
-%%EXAMPLESDIR%%/server/lib/actions.php
-%%EXAMPLESDIR%%/server/lib/common.php
-%%EXAMPLESDIR%%/server/lib/render.php
-%%EXAMPLESDIR%%/server/lib/render/about.php
-%%EXAMPLESDIR%%/server/lib/render/login.php
-%%EXAMPLESDIR%%/server/lib/render/sites.php
-%%EXAMPLESDIR%%/server/lib/render/trust.php
-%%EXAMPLESDIR%%/server/lib/session.php
-%%EXAMPLESDIR%%/server/openid-server.css
-%%EXAMPLESDIR%%/server/server.php
-%%EXAMPLESDIR%%/server/setup.php
-share/pear/Auth/OpenID.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/FileStore.php
-share/pear/Auth/OpenID/HMACSHA1.php
-share/pear/Auth/OpenID/Interface.php
-share/pear/Auth/OpenID/KVForm.php
-share/pear/Auth/OpenID/MySQLStore.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/Server.php
-share/pear/Auth/OpenID/ServerRequest.php
-share/pear/Auth/OpenID/TrustRoot.php
-share/pear/Auth/OpenID/URINorm.php
-share/pear/Services/Yadis/HTTPFetcher.php
-share/pear/Services/Yadis/Manager.php
-share/pear/Services/Yadis/Misc.php
-share/pear/Services/Yadis/ParanoidHTTPFetcher.php
-share/pear/Services/Yadis/ParseHTML.php
-share/pear/Services/Yadis/PlainHTTPFetcher.php
-share/pear/Services/Yadis/XML.php
-share/pear/Services/Yadis/XRDS.php
-share/pear/Services/Yadis/XRI.php
-share/pear/Services/Yadis/XRIRes.php
-share/pear/Services/Yadis/Yadis.php
-@dirrmtry share/pear/Services/Yadis
-@dirrmtry share/pear/Services
-@dirrmtry share/pear/Auth/OpenID
-@dirrmtry share/pear/Auth
-@dirrmtry share/pear
-@dirrmtry %%EXAMPLESDIR%%/server/lib/render
-@dirrmtry %%EXAMPLESDIR%%/server/lib
-@dirrmtry %%EXAMPLESDIR%%/server
-@dirrmtry %%EXAMPLESDIR%%/consumer
-@dirrmtry %%EXAMPLESDIR%%