Port details |
- py-ftputil High-level FTP client library
- 5.1.0 ftp =2 5.0.4Version of this port present on the latest quarterly branch.
- Maintainer: lwhsu@FreeBSD.org
- Port Added: 2006-12-27 15:06:18
- Last Update: 2024-09-01 16:55:21
- Commit Hash: be6c28e
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: python
- License: BSD3CLAUSE
- WWW:
- https://ftputil.sschwarzer.net/
- Description:
- 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.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}ftputil>0:ftp/py-ftputil@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/ftp/py-ftputil/ && make install clean
- To add the package, run one of these commands:
- pkg install ftp/py-ftputil
- pkg install py311-ftputil
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above. NOTE: This is a Python port. Instead of py311-ftputil listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py311-ftputil
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1725170722
SHA256 (ftputil-5.1.0.tar.gz) = e9e62d3fd307ef9c52e43b33fd92759fc94c04d8b5178f85f641b183906d4353
SIZE (ftputil-5.1.0.tar.gz) = 86403
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py311-setuptools>=63.1.0 : devel/py-setuptools@py311
- python3.11 : lang/python311
- Test dependencies:
-
- python3.11 : lang/python311
- Runtime dependencies:
-
- py311-setuptools>=63.1.0 : devel/py-setuptools@py311
- python3.11 : lang/python311
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- ftp_py-ftputil
- USES:
- python
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
5.1.0 01 Sep 2024 16:55:21 |
Li-Wen Hsu (lwhsu) |
ftp/py-ftputil: Update to 5.1.0 |
5.0.4 11 Jan 2023 15:58:34 |
Dmitry Marakasov (amdmi3) |
*/*: rename CHEESESHOP to PYPI in MASTER_SITES
PR: 267994
Differential revision: D37518
Approved by: bapt |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
5.0.4 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
5.0.4 24 Jun 2022 10:02:48 |
Li-Wen Hsu (lwhsu) |
ftp/py-ftputil: Update to 5.0.4 |
5.0.3 03 Feb 2022 16:03:15 |
Li-Wen Hsu (lwhsu) |
ftp/py-ftputil: Update to 5.0.3 |
5.0.2 16 Nov 2021 05:17:31 |
Li-Wen Hsu (lwhsu) |
ftp/py-ftputil: Update to 5.0.2 |
5.0.1 25 Jul 2021 23:52:46 |
Li-Wen Hsu (lwhsu) |
ftp/py-ftputil: Update to 5.0.1 |
3.4 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
3.4 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
3.4 28 Dec 2020 23:02:15 |
antoine |
Drop python 2.7 support from a few ports
With hat: portmgr |
3.4 20 Jul 2019 09:41:33 |
lwhsu |
- Update to 3.4
- Change MASTER_SITES to CHEESESHOP
PR: 239330
Submitted by: pkubaj |
2.6_1 30 Nov 2017 15:50:34 |
mat |
Convert Python ports to FLAVORS.
Ports using USE_PYTHON=distutils are now flavored. They will
automatically get flavors (py27, py34, py35, py36) depending on what
versions they support.
There is also a USE_PYTHON=flavors for ports that do not use distutils
but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if
using distutils but flavors are not wanted.
A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
added to cope with Python ports that did not have the Python
PKGNAMEPREFIX but are flavored.
USES=python now also exports a PY_FLAVOR variable that contains the (Only the first 15 lines of the commit message are shown above ) |
2.6_1 20 Oct 2014 15:20:22 |
bapt |
Clean up plist |
2.6_1 19 Oct 2014 17:18:25 |
mva |
- Convert ports from french/ and ftp/ to new USES=python
Approved by: portmgr (implicit) |
2.6_1 15 Jul 2014 23:30:06 |
adamw |
Add DOCS to OPTIONS for ports that have PORTDOCS in the plist. |
2.6_1 28 Jun 2014 07:03:19 |
mva |
- Unbreak ports, which installed setup.py files due to the messed up argument
lists in PYDISTUTILS_SETUP
PR: 191317
Phabric: D270
With hat: python@ |
2.6 23 Apr 2014 06:19:30 |
lwhsu |
- Stage
- Drop easy_install
- Pet portlint
PR: ports/188881
Submitted by: Bartek Rutkowski <ports@robakdesign.com> |
2.6 20 Sep 2013 17:23:19 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
ftp) |
2.6 17 Mar 2011 16:12:04 |
lwhsu |
- update to 2.6
PR: ports/155605
Submitted by: Ruslan Mahmatkhanov <cvs-src AT yandex.ru> |
2.5 05 Mar 2011 13:10:27 |
lwhsu |
- update to 2.5
PR: ports/155289
Submitted by: Ruslan Mahmatkhanov <cvs-src AT yandex.ru> |
2.2.2 28 Apr 2007 17:01:52 |
lwhsu |
- Update to 2.2.2
Approved by: clsung (mentor, implicitly) |
2.2.1 04 Apr 2007 08:49:31 |
lwhsu |
- Change to my FreeBSD.org email
Approved by: clsung (mentor) |
2.2.1 27 Jan 2007 23:44:03 |
miwi |
- Update to 2.2.1
PR: ports/108419
Submitted by: Li-Wen Hsu <lwhsu@lwhsu.org> (maintainer) |
2.2 27 Dec 2006 15:05:59 |
miwi |
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> |