aboutsummaryrefslogtreecommitdiff
path: root/net/py-ldaptor
Commit message (Collapse)AuthorAgeFilesLines
* net/py-ldaptor: support stage and use auto plistWilliam Grzybowski2014-06-212-314/+2
| | | | Notes: svn path=/head/; revision=358755
* Use setuptools for all Python ports.William Grzybowski2013-12-152-0/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Setuptools is the preferred method to manage Python distributions after many changes to the packaging ecosystem over the past couple of years. Only ports using USE_PYDISTUTILS= yes are affected by this commit, ports using USE_PYDISTUTILS= easy_install remains the same however this usage is now deprecated and should be converted to USE_PYDISTUTILS= yes. Some Python distributions do not work with setuptools out of the box because they extend the install command from distutils and not setuptools, and so they need to be patched accordingly. pip (which leverages setuptools) works around the issue by using eggs, however we want to get rid of those as well, as support for "flat" installation is unavailable or has other issues associated with it. This work allows us to unify how python packages are built, ensure that Python distributions are installed consistently, reduces complexity for Python port maintainers and paves the way for simplifying the Python ports framework in the future. With hat on: python Reviewed by: koobs, antoine Exp-run: bdrewery Approved by: bdrewery (portmgr) Notes: svn path=/head/; revision=336553
* New USES=twisted, to replace the old USE_TWISTED knob.Marcus von Appen2013-12-081-2/+1
| | | | | | | | | | | | | | | | | twisted can be configured with the arguments run or build to replace the previous USE_TWISTED_RUN and USE_TWISTED_BUILD knobs. The twisted components can be added as comma-separated arguments. If you previously wrote USE_TWISTED= yes USE_TWISTED= conch names USE_TWISTED_RUN= yes you now would write USES= twisted USES= twisted:conch,names USES= twisted:run Notes: svn path=/head/; revision=335877
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-4/+2
| | | | | | | net) Notes: svn path=/head/; revision=327755
* - Convert USE_GETTEXT to USES (part 3)Alex Kozlov2013-04-241-1/+1
| | | | | | | Approved by: portmgr (bapt) Notes: svn path=/head/; revision=316464
* Ldaptor is a pure-Python library that implements:Pawel Pekala2011-10-224-0/+355
* 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> Notes: svn path=/head/; revision=284101