Ldaptor is a pure-Python library that implements: * LDAP client logic * separately-accessible LDAP and BER protocol message generation/parsing * ASCII-format LDAP filter generation and parsing * LDIF format data generation * Samba password changing logic Fix: Patch attached with submission follows:
Sorry, I've left out a dependency, please include it in the Makefile: RUN_DEPENDS= ${PYTHON_SITELIBDIR}/pyparsing.py:${PORTSDIR}/devel/py-parsing \ ${PYTHON_PKGNAMEPREFIX}openssl>=0:${PORTSDIR}/security/py-openssl Thanks,
Responsible Changed From-To: freebsd-ports-bugs->pawel I'll take it.
pawel 2011-10-22 13:34:42 UTC FreeBSD ports repository Modified files: net Makefile Added files: net/py-ldaptor Makefile distinfo pkg-descr pkg-plist Log: Ldaptor is a pure-Python library that implements: * LDAP client logic * separately-accessible LDAP and BER protocol message generation/parsing * ASCII-format LDAP filter generation and parsing * LDIF format data generation * Samba password changing logic Also included is a web-based user interface to search and edit information in an LDAP directory and a set of LDAP utilities for use from the command line. WWW: http://github.com/antong/ldaptor PR: ports/157738 Submitted by: Attila Nagy <bra@fsn.hu> Revision Changes Path 1.2393 +1 -0 ports/net/Makefile 1.1 +29 -0 ports/net/py-ldaptor/Makefile (new) 1.1 +2 -0 ports/net/py-ldaptor/distinfo (new) 1.1 +12 -0 ports/net/py-ldaptor/pkg-descr (new) 1.1 +312 -0 ports/net/py-ldaptor/pkg-plist (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed New port added, with minor changes. Thanks!
A commit references this bug: Author: dinoex Date: Fri Jun 19 09:14:53 UTC 2015 New revision: 390111 URL: https://svnweb.freebsd.org/changeset/ports/390111 Log: - fix build with TCL enabled and without X11. PR: 157738 Submitted by: Jimmy Olgeni Changes: head/graphics/graphviz/pkg-plist