summaryrefslogtreecommitdiff
path: root/security/php-openid-ldap
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-openid-ldap
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-openid-ldap')
-rw-r--r--security/php-openid-ldap/Makefile71
-rw-r--r--security/php-openid-ldap/distinfo2
-rw-r--r--security/php-openid-ldap/files/pkg-message.in43
-rw-r--r--security/php-openid-ldap/pkg-descr18
4 files changed, 0 insertions, 134 deletions
diff --git a/security/php-openid-ldap/Makefile b/security/php-openid-ldap/Makefile
deleted file mode 100644
index f89f846579b1..000000000000
--- a/security/php-openid-ldap/Makefile
+++ /dev/null
@@ -1,71 +0,0 @@
-# Created by: Matthew X. Economou <xenophon+freebsd@irtnog.org>
-# $FreeBSD$
-
-PORTNAME= openid-ldap
-PORTVERSION= 0.8.9
-CATEGORIES= security www
-MASTER_SITES= http://www.openid-ldap.org/releases/
-PKGNAMEPREFIX= php${PHP_VER}-
-EXTRACT_SUFX= -noarc.tar.gz
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= PHP-based OpenID identity provider using LDAP as backend
-
-LICENSE= GPLv2
-
-OPTIONS_DEFINE= DOCS
-
-DEFAULT_PHP_VER=53
-IGNORE_WITH_PHP=5
-USE_PHP= bcmath ldap session
-
-PKGMESSAGE= ${WRKDIR}/pkg-message
-WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}-noarc
-NO_BUILD= yes
-NO_INSTALL= yes
-
-SUB_FILES+= pkg-message
-
-PLIST_FILES= %%WWWDIR%%/style.css \
- %%WWWDIR%%/images/openid-logo.gif \
- %%WWWDIR%%/images/openid.gif \
- %%WWWDIR%%/images/logo.gif \
- %%WWWDIR%%/images/openid.ico \
- %%WWWDIR%%/images/user.gif \
- %%WWWDIR%%/images/openid.png \
- %%WWWDIR%%/images/seatbelt/icon-high.png \
- %%WWWDIR%%/images/seatbelt/icon-gray.png \
- %%WWWDIR%%/images/seatbelt/icon-logo.png \
- %%WWWDIR%%/engine.php \
- %%WWWDIR%%/showme.php \
- %%WWWDIR%%/index.php \
- %%WWWDIR%%/ldap.php
-PLIST_DIRS= %%WWWDIR%%/images/seatbelt \
- %%WWWDIR%%/images \
- %%WWWDIR%%
-
-NO_STAGE= yes
-.include <bsd.port.options.mk>
-
-.if ${PORT_OPTIONS:MDOCS}
-PLIST_FILES+= %%DOCSDIR%%/INSTALL \
- %%DOCSDIR%%/FAQ \
- %%DOCSDIR%%/LICENSE \
- %%DOCSDIR%%/CHANGELOG \
- %%DOCSDIR%%/htaccess \
- %%DOCSDIR%%/README
-PLIST_DIRS+= %%DOCSDIR%%
-.endif
-
-post-install:
- ${MKDIR} ${WWWDIR}
- (cd ${INSTALL_WRKSRC} && ${COPYTREE_SHARE} "*.php *.css images" ${WWWDIR})
- ${CHOWN} -R ${WWWOWN}:${WWWGRP} ${WWWDIR}
- ${CHMOD} o= ${WWWDIR}/ldap.php
-.if ${PORT_OPTIONS:MDOCS}
- ${MKDIR} ${DOCSDIR}
- (cd ${INSTALL_WRKSRC}/docs && ${COPYTREE_SHARE} \* ${DOCSDIR})
-.endif
- @${CAT} ${PKGMESSAGE}
-
-.include <bsd.port.mk>
diff --git a/security/php-openid-ldap/distinfo b/security/php-openid-ldap/distinfo
deleted file mode 100644
index 8a8d5496f8de..000000000000
--- a/security/php-openid-ldap/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (openid-ldap-0.8.9-noarc.tar.gz) = a3dfe816fceaa27d96aa93bc34bbb29a2c5ebc562cc2d6b6a32cbb3b36f70a9a
-SIZE (openid-ldap-0.8.9-noarc.tar.gz) = 46793
diff --git a/security/php-openid-ldap/files/pkg-message.in b/security/php-openid-ldap/files/pkg-message.in
deleted file mode 100644
index f0ee4c14848b..000000000000
--- a/security/php-openid-ldap/files/pkg-message.in
+++ /dev/null
@@ -1,43 +0,0 @@
-**********************************************************************
-The OpenID-LDAP identity provider has been installed in the directory
-%%WWWDIR%%.
-
- SECURITY WARNING: OpenID-LDAP uses HTTP Basic Authentication,
- which means that users' passwords are transmitted in the clear
- (unencrypted) between the web browser and the web server. By
- default, OpenID-LDAP requires the use of an SSL connection and
- will fail with an error message if the web server doesn't use SSL.
-
-You must configure OpenID-LDAP to work with your directory server by
-editing the file %%WWWDIR%%/ldap.php.
-
-You must add the appropriate configuration directives to your web
-server configuration file. A typical configuration for Apache HTTPD
-2.2 installed from the FreeBSD port would involve adding the following
-lines to %%LOCALBASE%%/etc/apache22/Includes/openid-ldap.conf:
-
- AddType application/x-httpd-php .php
-
- Alias /openid-ldap %%WWWDIR%%
-
- <IfModule dir_module>
- DirectoryIndex index.php
- </IfModule>
-
- <Directory %%WWWDIR%%>
- Options Indexes
- AllowOverride All
- Order allow,deny
- Allow from all
- </Directory>
-
- <IfModule rewrite_module>
- RewriteEngine on
- RewriteCond %{REQUEST_URI} !^/openid-ldap/(.+)\.php(.*)$
- RewriteCond %{THE_REQUEST} ^[A-Z]{3,9}\ /openid-ldap/([A-Za-z0-9]+)\?(.*)\ HTTP/
- RewriteRule ^/(.*)$ http://%{SERVER_NAME}/openid-ldap/index.php?user=%1&%2 [proxy]
- RewriteCond %{REQUEST_URI} !^/openid-ldap/(.+)\.php(.*)$
- RewriteRule ^/([A-Za-z0-9]+)$ http://%{SERVER_NAME}/openid-ldap/index.php?user=$1 [proxy]
- </IfModule>
-
-**********************************************************************
diff --git a/security/php-openid-ldap/pkg-descr b/security/php-openid-ldap/pkg-descr
deleted file mode 100644
index 877bde45600d..000000000000
--- a/security/php-openid-ldap/pkg-descr
+++ /dev/null
@@ -1,18 +0,0 @@
-An open source PHP-based OpenID identity provider using LDAP as
-backend.
-
-OpenID-LDAP is a small, fairly lightweight, standalone, multi user
-Identity Provider for OpenID authentication. It comprises a few PHP
-scripts that can be used by one individual to run their own personal
-OpenID IdP.
-
-This program requires no external libraries, and has very minimal
-requirements. It should run on any PHP server (v4.2+), and can
-support OpenID in 'Smart Mode.' This program caches all data using
-built-in PHP session handling, so it requires no database, and no
-explicit write access to the file system.
-
-OpenID-LDAP is NOT compatible with Suhosin or other hardened PHP
-systems.
-
-WWW: http://www.openid-ldap.org/