cvs commit: ports/ftp Makefile ports/ftp/py-ftputil Makefile
distinfo pkg-descr pkg-plist ports/ftp/py-ftputil/files
patch-setup.py
Martin Wilke
miwi at FreeBSD.org
Wed Dec 27 07:05:59 PST 2006
miwi 2006-12-27 15:05:59 UTC
FreeBSD ports repository
Modified files:
ftp Makefile
Added files:
ftp/py-ftputil Makefile distinfo pkg-descr pkg-plist
ftp/py-ftputil/files patch-setup.py
Log:
ftputil is a high-level FTP client library for the Python programming language.
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>
Revision Changes Path
1.125 +1 -0 ports/ftp/Makefile
1.1 +40 -0 ports/ftp/py-ftputil/Makefile (new)
1.1 +3 -0 ports/ftp/py-ftputil/distinfo (new)
1.1 +11 -0 ports/ftp/py-ftputil/files/patch-setup.py (new)
1.1 +9 -0 ports/ftp/py-ftputil/pkg-descr (new)
1.1 +52 -0 ports/ftp/py-ftputil/pkg-plist (new)
More information about the cvs-ports
mailing list