summaryrefslogtreecommitdiff
path: root/security/php-Auth_OpenID
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-09-02 10:07:49 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-09-02 10:07:49 +0000
commit38a0a8023026a77ded1e6de618b567c7b58e79a4 (patch)
treeabf5fbbdc4b27a245ff76b9850f4eb6e73e4ba19 /security/php-Auth_OpenID
parent- Fix build with GCRYPT option by taking out -Werror (diff)
Remove non staged ports without pending PR from s*
Notes
Notes: svn path=/head/; revision=366980
Diffstat (limited to 'security/php-Auth_OpenID')
-rw-r--r--security/php-Auth_OpenID/Makefile56
-rw-r--r--security/php-Auth_OpenID/distinfo2
-rw-r--r--security/php-Auth_OpenID/pkg-descr5
-rw-r--r--security/php-Auth_OpenID/pkg-plist61
4 files changed, 0 insertions, 124 deletions
diff --git a/security/php-Auth_OpenID/Makefile b/security/php-Auth_OpenID/Makefile
deleted file mode 100644
index 6cbb7cf21e92..000000000000
--- a/security/php-Auth_OpenID/Makefile
+++ /dev/null
@@ -1,56 +0,0 @@
-# Created by: 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= 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
-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/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_OpenID/distinfo b/security/php-Auth_OpenID/distinfo
deleted file mode 100644
index dd982264854f..000000000000
--- a/security/php-Auth_OpenID/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (php-openid-1.2.3.tar.bz2) = 84cda7ad1b2d0df78e20968602a53f9414b1767363b7fcc4f7160ca22e79ed8e
-SIZE (php-openid-1.2.3.tar.bz2) = 214325
diff --git a/security/php-Auth_OpenID/pkg-descr b/security/php-Auth_OpenID/pkg-descr
deleted file mode 100644
index 50787d6f0e3c..000000000000
--- a/security/php-Auth_OpenID/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_OpenID/pkg-plist b/security/php-Auth_OpenID/pkg-plist
deleted file mode 100644
index 94e7be5ee7b4..000000000000
--- a/security/php-Auth_OpenID/pkg-plist
+++ /dev/null
@@ -1,61 +0,0 @@
-%%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%%