Bug 107186 - [NEW PORT] ftp/py24-ftputil: High-level FTP client library
Summary: [NEW PORT] ftp/py24-ftputil: High-level FTP client library
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Martin Wilke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-12-25 10:00 UTC by Li-Wen Hsu
Modified: 2006-12-27 15:10 UTC (History)
1 user (show)

See Also:


Attachments
py24-ftputil-2.2.shar (5.56 KB, text/plain)
2006-12-25 10:00 UTC, Li-Wen Hsu
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Li-Wen Hsu 2006-12-25 10:00:28 UTC
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/

Generated with FreeBSD Port Tools 0.77
Comment 1 Martin Wilke freebsd_committer freebsd_triage 2006-12-25 10:32:48 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

I'll take it.
Comment 2 Martin Wilke freebsd_committer freebsd_triage 2006-12-27 15:06:00 UTC
State Changed
From-To: open->closed

New port added. Thanks!
Comment 3 dfilter service freebsd_committer freebsd_triage 2006-12-27 15:06:07 UTC
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)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"