| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
22 Sep 2012 14:04:11
0.7.0_1
|
lwhsu  |
- Tweak USE_PYTHON to -2.7 to match upstream compatibility
- 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> |
28 Jun 2012 17:57:19
0.7.0
|
lwhsu  |
- Update to 0.7.0
- Remove LICENSE_FILE for well-known licenses
- Remove DOCSDIR and NOPORTDOCS checks - Not bundled by upstream anymore
- Update and sort pkg-plist
PR: ports/169102
Submitted by: koobs <koobs.freebsd@gmail.com> |
05 Mar 2011 13:12:53
0.6.0
|
lwhsu  |
- Update to 0.6.0
- Add license
PR: ports/155290
Submitted by: Ruslan Mahmatkhanov <cvs-src AT yandex.ru> |
10 Oct 2009 11:46:49
0.5.2
|
lwhsu  |
- Update to 0.5.2 |
10 Apr 2009 08:02:51
0.5.1
|
lwhsu  |
- Update to 0.5.1 |
24 Sep 2008 03:35:59
0.5.0
|
lwhsu  |
- Update to 0.5.0
PR: ports/127556
Submitted by: Wen Heping <wenheping AT gmail.com> |
15 Jun 2008 02:15:51
0.4.0
|
lwhsu  |
- Update to 0.4.0 |
06 Mar 2008 22:19:52
0.3.0
|
edwin  |
Use ${MASTER_SITE_GOOGLE_CODE} instead of
http://something.googlecode.com/files
PR: ports/121435 (related) |
26 Jan 2008 12:11:20
0.3.0
|
lwhsu  |
- Update to 0.3.0 |
18 Sep 2007 13:35:00
0.2.0
|
lwhsu  |
- Update WWW per author's requst. |
18 Sep 2007 01:23:25
0.2.0
|
lwhsu  |
- Update to 0.2.0 |
04 Aug 2007 11:41:31
0.1.1
|
gabor  |
- Remove the DESTDIR modifications from individual ports as we have a new,
fully chrooted DESTDIR, which does not need such any more.
Sponsored by: Google Summer of Code 2007
Approved by: portmgr (pav) |
22 Jun 2007 06:23:00
0.1.1
|
lwhsu  |
- Respect NOPORTEXAMPLES |
04 Apr 2007 08:49:31
0.1.1
|
lwhsu  |
- Change to my FreeBSD.org email
Approved by: clsung (mentor) |
07 Mar 2007 13:29:49
0.1.1
|
miwi  |
- Update to 0.1.1
PR: 110032
Submitted by: Li-Wen Hsu <lwhsu@lwhsu.org> (maintainer) |
06 Mar 2007 20:12:24
0.1
|
miwi  |
Python FTP server library provides an high-level portable interface to easily
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> |