- Switch from distutils to easy_install (update pkg_plist to suit)
- Add OptionsNG for SENDFILE and OPENSSL support
- Add test: target to run unit tests
- Patch: setup.py
- Add zip_safe=False to install egg uncompressed
- Add test_suite for running unit tests via setup.py
- Patch: test/test_*
- add path hacks to test WRKSRC sources
PR: ports/171682
Submitted by: Kubilay Kocak <koobs.freebsd@gmail.com>
write asynchronous FTP servers with Python. Based on asyncore / asynchat
frameworks pyftpdlib is actually the most complete RFC959 FTP server
implementation available for Python language.
WWW: http://billiejoex.altervista.org/pyftpdlib.html
PR: ports/109934
Submitted by: Li-Wen Hsu <lwhsu at lwhsu.org>