notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine

Bot filter coming soon

To deter bots pegging the database CPU to 100%, a bot testing filter to be added to the website. This should not affect newsfeeds etc. Anubis seems light-weight - it''''''''s already in use within the FreeBSD Project. This notice is just a heads up in case you see something odd. This notice will be updated after Anubis is installed.

non port: net/py-ldaptor/pkg-plist

Number of commits found: 3

Saturday, 19 Aug 2017
10:43 koobs search for other commits by this committer
net/py-ldaptor: Limit to 2.7 (Does not support Python 3.x)

This port depends on Twisted, which supports Python 3.x as of a number of
versions ago for some growing number of its components. On initial view, ldaptor
appears inconsistent (at least not explicit) in its state of Python 3.x support
for its latest version (16.0.0, not this ports version, 0.0.43)

- A Python 3 compatible wheel is available on PyPI
- Python 3.3-3.5 are included in tox.ini for testing

However:

- Travis CI configuration only tests with 2.7
- Open "Python3 support #55" upstream issue [1]

Additionally, Twisted/Python3 support aside, test builds (without USES=twisted
declared), results in a build error at configure time:

  SyntaxError: invalid syntax

This change limits build support to Python 2.7 accordingly.

While I'm here:

- Pet portlint: LICENSE [2], PLIST_FILES, makepatch.

[1] https://github.com/twisted/ldaptor/issues/55
[2]
https://github.com/twisted/ldaptor/commit/7e249b1586789a5c588f662ce74ee9f4338666e0

PR:		219323
Reported by:	Johannes Jost Meixner
Approved by:	portmgr (blanket)
MFH:		2017Q3
Original commitRevision:448296 
Saturday, 21 Jun 2014
22:15 wg search for other commits by this committer
net/py-ldaptor: support stage and use auto plist
Original commitRevision:358755 
Saturday, 22 Oct 2011
13:34 pawel search for other commits by this committer
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>
Original commit

Number of commits found: 3