aboutsummaryrefslogtreecommitdiffstats
path: root/net/pear-Net_LDAP
Commit message (Collapse)AuthorAgeFilesLines
* Convert to USES=pearbapt2014-09-241-7/+2
|
* Stage support for non-IGNORED pear classesantoine2013-11-261-1/+0
| | | | | Tested by: poudriere Approved by: portmgr (bapt)
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-0/+1
| | | | net)
* - Convert to PEAR_AUTOINSTALLmiwi2013-06-021-25/+3
|
* Reset maintainership for ports maintained by Gerrit Beine.crees2012-07-121-1/+1
| | | | | | | | | He had requested this some time ago, so any past timeouts should not be held against him. Your work in the past has been much appreciated, thank you. Submitted by: maintainer, via private email
* At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450eadler2012-01-221-1/+1
| | | | | | | | | | ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are currently broken. This is a temporary measure until we organically stop using := or someone(s) spend a lot of time changing all the ports over. Explicit duplication > := > = and this just moves ports one step to the left Approved by: portmgr
* - Get Rid MD5 supportmiwi2011-03-201-1/+0
|
* Chase after net/openldap24-server update.delphij2011-02-251-0/+1
| | | | Reminded by: miwi
* - Update to 1.15miwi2009-07-292-4/+4
| | | | Approved by: maintainer implicit
* - Update to 1.1.4miwi2009-05-012-5/+4
| | | | Approved by: maintainer implicit
* Bump PORTREVISION's after OpenLDAP update.delphij2009-01-061-0/+1
| | | | Suggested by: rafan
* - Update to 1.1.3miwi2008-11-022-4/+4
| | | | | PR: 128508 Submitted by: Gerrit Beine <gerrit.beine@gmx.de> (maintainer)
* - Update to 1.1.2miwi2008-06-192-4/+4
| | | | | PR: 124393 Submitted by: Gerrit Beine <gerrit.beine@gmx.de> (maintainer)
* - Update to 1.1.1miwi2008-03-262-4/+4
| | | | | PR: 121935 Submitted by: Gerrit Beine <gerrit.beine@gmx.de> (maintainer)
* - Update to 1.1.0miwi2008-03-182-6/+11
| | | | | PR: 121758 Submitted by: Gerrit Beine <gerrit.beine@gmx.de> (maintainer)
* - Update to 1.0.0miwi2007-12-182-5/+8
| | | | Submitted by: Gerrit Beine (maintainer via private mail)
* - Update to 1.0.0 Rc4miwi2007-09-282-7/+6
| | | | | PR: 116635 Submitted by: Gerrit Beine <gerrit.beine@gmx.de> (maintainer)
* - Add missing dependesmiwi2007-06-261-2/+6
| | | | | Submitted by: pav Approved by: maintainer implicit
* - Update to 0.7.3miwi2007-06-252-4/+4
| | | | Approved by: maintainer via im
* - Update to 0.7.2miwi2007-05-272-5/+4
| | | | | PR: 112732 Submitted by: Gerrit Beine<gerrit.beine@gmx.de> (maintainer)
* - Add missing file (Filter.php)clsung2007-05-011-2/+3
| | | | | | PR: ports/112003 Submitted by: J??宁gen Blomberg<jnbg_AT_blomberg dot tk> Approved by: maintainer (Gerrit Beine)
* Update to 0.7.1erwin2007-04-012-4/+4
| | | | | PR: 111070 Submitted by: Gerrit Beine <gerrit.beine@gmx.de> (maintainer)
* Maintainer mailaddress mass changeedwin2006-04-151-1/+1
| | | | | | | Maintainers mailaddress has changed, so the ports should be updated. PR: ports/95796 Submitted by: Gerrit Beine <gerrit.beine@gmx.de>
* SHA256ifyedwin2006-01-231-0/+1
| | | | Approved by: krion@
* Remove pear ports obsolated by devel/pear and switchale2005-12-101-2/+2
| | | | | | dependencies of all the other pear ports. Discussed with: thierry, antonio@php.net
* Net Ldap is a clone of Perls Net::LDAP object interface topav2005-09-153-0/+40
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. PR: ports/84642 Submitted by: Gerrit Beine <tux@pinguru.net>