diff options
Diffstat (limited to 'net/pear-Net_LDAP2')
-rw-r--r-- | net/pear-Net_LDAP2/Makefile | 32 | ||||
-rw-r--r-- | net/pear-Net_LDAP2/distinfo | 3 | ||||
-rw-r--r-- | net/pear-Net_LDAP2/pkg-descr | 9 |
3 files changed, 0 insertions, 44 deletions
diff --git a/net/pear-Net_LDAP2/Makefile b/net/pear-Net_LDAP2/Makefile deleted file mode 100644 index 175874239f35..000000000000 --- a/net/pear-Net_LDAP2/Makefile +++ /dev/null @@ -1,32 +0,0 @@ -# Ports collection makefile for: pear-Net_LDAP -# Date created: 26 June 2004 -# Whom: Gerrit Beine (<tux@pinguru.net>) -# -# $FreeBSD$ -# - -PORTNAME= Net_LDAP -DISTVERSION= 1.0.0RC4 -CATEGORIES= net pear - -MAINTAINER= gerrit.beine@gmx.de -COMMENT= OO interface for searching and manipulating LDAP-entries - -BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear -RUN_DEPENDS= ${BUILD_DEPENDS} - -USE_PHP= ldap -CATEGORY= Net -FILES= LDAP.php \ - LDAP/Entry.php LDAP/Filter.php LDAP/RootDSE.php \ - LDAP/Schema.php LDAP/Search.php LDAP/Util.php -DOCS= README.txt RootDSE.txt Schema.txt utf8.txt manual.html -_DOCSDIR= doc -TESTS= tests.php -EXAMPLES= add_entry.php connecting.php fetch_entry.php \ - modify_entry.php modify_entry2.php search_entries.php -_EXAMPLESDIR= doc/examples - -.include <bsd.port.pre.mk> -.include "${PORTSDIR}/devel/pear/bsd.pear.mk" -.include <bsd.port.post.mk> diff --git a/net/pear-Net_LDAP2/distinfo b/net/pear-Net_LDAP2/distinfo deleted file mode 100644 index ff6bb86c6d4a..000000000000 --- a/net/pear-Net_LDAP2/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (PEAR/Net_LDAP-1.0.0RC4.tgz) = b558ea2e52a428975ed52605d2e7e2c0 -SHA256 (PEAR/Net_LDAP-1.0.0RC4.tgz) = 249d5e9870673aba0af1506ec205ea914a5d0d91753343740e8ed77cedffe5ab -SIZE (PEAR/Net_LDAP-1.0.0RC4.tgz) = 45885 diff --git a/net/pear-Net_LDAP2/pkg-descr b/net/pear-Net_LDAP2/pkg-descr deleted file mode 100644 index 92111429d672..000000000000 --- a/net/pear-Net_LDAP2/pkg-descr +++ /dev/null @@ -1,9 +0,0 @@ -Net Ldap is a clone of Perls Net::LDAP object interface to -ldapservers. It does not contain all of Net::LDAPs features, -but has: -* A simple OO-interface to connections, searches and entries. -* Support for tls and ldap v3. -* Simple modification, deletion and creation of ldapentries. -* Support for schema handling. - -WWW: http://pear.php.net/package/Net_LDAP/ |