aboutsummaryrefslogtreecommitdiff
path: root/ftp/py-ftputil
Commit message (Collapse)AuthorAgeFilesLines
* Clean up plistBaptiste Daroussin2014-10-201-2/+0
| | | | Notes: svn path=/head/; revision=371277
* - Convert ports from french/ and ftp/ to new USES=pythonMarcus von Appen2014-10-191-2/+2
| | | | | | | Approved by: portmgr (implicit) Notes: svn path=/head/; revision=371201
* Add DOCS to OPTIONS for ports that have PORTDOCS in the plist.Adam Weinberger2014-07-151-0/+2
| | | | Notes: svn path=/head/; revision=362015
* - Unbreak ports, which installed setup.py files due to the messed up argumentMarcus von Appen2014-06-282-8/+2
| | | | | | | | | | | lists in PYDISTUTILS_SETUP PR: 191317 Phabric: D270 With hat: python@ Notes: svn path=/head/; revision=359664
* - StageLi-Wen Hsu2014-04-233-4/+6
| | | | | | | | | | | - Drop easy_install - Pet portlint PR: ports/188881 Submitted by: Bartek Rutkowski <ports@robakdesign.com> Notes: svn path=/head/; revision=351913
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | ftp) Notes: svn path=/head/; revision=327729
* - update to 2.6Li-Wen Hsu2011-03-172-3/+3
| | | | | | | | PR: ports/155605 Submitted by: Ruslan Mahmatkhanov <cvs-src AT yandex.ru> Notes: svn path=/head/; revision=271139
* - update to 2.5Li-Wen Hsu2011-03-054-28/+15
| | | | | | | | PR: ports/155289 Submitted by: Ruslan Mahmatkhanov <cvs-src AT yandex.ru> Notes: svn path=/head/; revision=270343
* - Update to 2.2.2Li-Wen Hsu2007-04-282-4/+4
| | | | | | | Approved by: clsung (mentor, implicitly) Notes: svn path=/head/; revision=191072
* - Change to my FreeBSD.org emailLi-Wen Hsu2007-04-041-1/+1
| | | | | | | Approved by: clsung (mentor) Notes: svn path=/head/; revision=189163
* - Update to 2.2.1Martin Wilke2007-01-272-5/+5
| | | | | | | | PR: ports/108419 Submitted by: Li-Wen Hsu <lwhsu@lwhsu.org> (maintainer) Notes: svn path=/head/; revision=183450
* ftputil is a high-level FTP client library for the Python programming language.Martin Wilke2006-12-275-0/+115
ftputil implements a virtual file system for accessing FTP servers, that is, it can generate file-like objects for remote files. The library supports many functions similar to those in the os, os.path and shutil modules. ftputil has convenience functions for conditional uploads and downloads, and handles FTP clients and servers in different timezones. WWW: http://ftputil.sschwarzer.net/ PR: ports/107186 Submitted by: Li-Wen Hsu <lwhsu at lwhsu.org> Notes: svn path=/head/; revision=180861