From 38a0a8023026a77ded1e6de618b567c7b58e79a4 Mon Sep 17 00:00:00 2001 From: Baptiste Daroussin Date: Tue, 2 Sep 2014 10:07:49 +0000 Subject: Remove non staged ports without pending PR from s* --- security/php-openid-ldap/Makefile | 71 --------------------------- security/php-openid-ldap/distinfo | 2 - security/php-openid-ldap/files/pkg-message.in | 43 ---------------- security/php-openid-ldap/pkg-descr | 18 ------- 4 files changed, 134 deletions(-) delete mode 100644 security/php-openid-ldap/Makefile delete mode 100644 security/php-openid-ldap/distinfo delete mode 100644 security/php-openid-ldap/files/pkg-message.in delete mode 100644 security/php-openid-ldap/pkg-descr (limited to 'security/php-openid-ldap') 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 -# $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 - -.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 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%% - - - DirectoryIndex index.php - - - - Options Indexes - AllowOverride All - Order allow,deny - Allow from all - - - - 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] - - -********************************************************************** 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/ -- cgit v1.2.3