From eb5d5e182cd3edbdef1d668cade8843203799e1e Mon Sep 17 00:00:00 2001 From: recht Date: Sun, 29 Aug 2004 15:56:34 +0000 Subject: intial import of phpldapadmin-0.9.4b Based upon the package provided by Rasputin in PR 26767 phpLDAPadmin is a web-based LDAP client. It provides easy, anywhere-accessible, multi-language administration for your LDAP server. Its hierarchical tree-viewer and advanced search functionality make it intuitive to browse and administer your LDAP directory. Features include: * LDAP tree browser * Template-based entry editing * Recursively copy and delete entire trees * View and edit image attributes (like jpegPhoto) * Advanced LDAP schema browser * Template-based entry creation * LDAP searches (both simple and advanced) * LDIF and DSML export, LDAP import * Rename LDAP entries * Manage user password hashes (supports sha, crypt, md5, blowfish, md5crypt) * Browse RootDSE LDAP information * Configurable authentication (anonymous, web login, or static) * Binary attribute support * Configurable support for aliases and referrals * Automatically increment UID numbers * Configurable read-only and read/write modes. * Robust i18n support --- databases/phpldapadmin/Makefile | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 databases/phpldapadmin/Makefile (limited to 'databases/phpldapadmin/Makefile') diff --git a/databases/phpldapadmin/Makefile b/databases/phpldapadmin/Makefile new file mode 100644 index 00000000000..4c586c580bc --- /dev/null +++ b/databases/phpldapadmin/Makefile @@ -0,0 +1,23 @@ +# $NetBSD: Makefile,v 1.1.1.1 2004/08/29 15:56:34 recht Exp $ + +DISTNAME= phpldapadmin-${VERSION} +CATEGORIES= databases www +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=phpldapadmin/} + +MAINTAINER= rasputnik@hellooperator.net +HOMEPAGE= http://phpldapadmin.sourceforge.net/ +COMMENT= Set of PHP-scripts to administer an LDAP directory over the WWW + +DEPENDS+= php-ldap>=4.1.2:../../databases/php4-ldap + +VERSION= 0.9.4b +NO_BUILD= YES +NO_BUILDLINK= YES + +INSTALLATION_DIRS= ${PREFIX}/share/phpldapadmin + +do-install: + cd ${WRKSRC} && ${PAX} -s ',\.cvsignore,,' \ + -rwppm . ${PREFIX}/share/phpldapadmin + +.include "../../mk/bsd.pkg.mk" -- cgit v1.2.3