diff --git a/ftp/Makefile b/ftp/Makefile index cd719317ff94..8be415881153 100644 --- a/ftp/Makefile +++ b/ftp/Makefile @@ -1,105 +1,106 @@ COMMENT = FTP client and server utilities SUBDIR += R-cran-RCurl SUBDIR += R-cran-curl SUBDIR += axel SUBDIR += bbftp-client SUBDIR += bbftp-server SUBDIR += bftpd SUBDIR += bsdftpd-ssl SUBDIR += cmdftp SUBDIR += coeurl SUBDIR += curl SUBDIR += curl-impersonate SUBDIR += curlie SUBDIR += curlpp SUBDIR += dmachine SUBDIR += fastdfs SUBDIR += filezilla SUBDIR += fineftp-server SUBDIR += fmirror SUBDIR += freebsd-ftpd SUBDIR += ftpcopy SUBDIR += ftpfind SUBDIR += ftplib SUBDIR += ftpproxy SUBDIR += ftpsync SUBDIR += gftp SUBDIR += gnustep-ftp SUBDIR += gstreamer1-plugins-curl SUBDIR += hsftp SUBDIR += jftp SUBDIR += lftp SUBDIR += libfilezilla SUBDIR += linux-c7-curl SUBDIR += linux-rl9-curl SUBDIR += linux-rl9-wget SUBDIR += mirror SUBDIR += ncftp3 SUBDIR += netdumpd SUBDIR += ocaml-ocurl SUBDIR += oftpd SUBDIR += omi SUBDIR += p5-File-Fetch SUBDIR += p5-Net-FTP-Common SUBDIR += p5-Net-FTP-Recursive SUBDIR += p5-Net-FTPSSL SUBDIR += p5-Net-FTPServer SUBDIR += p5-POE-Component-Client-FTP SUBDIR += p5-SOAP-Transport-FTP SUBDIR += paraget SUBDIR += pavuk SUBDIR += pear-Net_FTP SUBDIR += pftpd SUBDIR += pget SUBDIR += php82-curl SUBDIR += php82-ftp SUBDIR += php83-curl SUBDIR += php83-ftp SUBDIR += php84-curl SUBDIR += php84-ftp SUBDIR += php85-curl SUBDIR += php85-ftp SUBDIR += php86-curl SUBDIR += php86-ftp SUBDIR += phpwebftp SUBDIR += proftpd SUBDIR += proftpd-mod_vroot SUBDIR += profxp SUBDIR += pure-ftpd SUBDIR += py-aioftp SUBDIR += py-curl-cffi + SUBDIR += py-ftpretty SUBDIR += py-ftputil SUBDIR += py-parfive SUBDIR += py-pycurl SUBDIR += py-pyftpdlib SUBDIR += py-requests-ftp SUBDIR += py-sftp SUBDIR += py-tftpy SUBDIR += quftp SUBDIR += rexx-curl SUBDIR += rubygem-curb SUBDIR += rubygem-net-ftp SUBDIR += sftpgo SUBDIR += smbftpd SUBDIR += spegla SUBDIR += surge SUBDIR += termscp SUBDIR += tftp-hpa SUBDIR += tnftp SUBDIR += tnftpd SUBDIR += twoftpd SUBDIR += uftp SUBDIR += unftp SUBDIR += vsftpd SUBDIR += vsftpd-ext SUBDIR += waiho SUBDIR += weex SUBDIR += wget SUBDIR += wmget SUBDIR += wput SUBDIR += wush SUBDIR += wzdftpd SUBDIR += yafc .include diff --git a/ftp/py-ftpretty/Makefile b/ftp/py-ftpretty/Makefile new file mode 100644 index 000000000000..a294637c115f --- /dev/null +++ b/ftp/py-ftpretty/Makefile @@ -0,0 +1,22 @@ +PORTNAME= ftpretty +DISTVERSION= 0.4.0 +CATEGORIES= ftp python +MASTER_SITES= PYPI +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= jwb@FreeBSD.org +COMMENT= Wrapper for simple FTP operations: get, put, list etc +WWW= https://pypi.python.org/project/ftpretty/ + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE.txt + +BUILD_DEPENDS= ${PY_SETUPTOOLS} \ + ${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR} + +USES= python +USE_PYTHON= autoplist pep517 + +NO_ARCH= yes + +.include diff --git a/ftp/py-ftpretty/distinfo b/ftp/py-ftpretty/distinfo new file mode 100644 index 000000000000..1a8d1292d27a --- /dev/null +++ b/ftp/py-ftpretty/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1789043537 +SHA256 (ftpretty-0.4.0.tar.gz) = 61233b9212f2cceec96ee2c972738fa31cae7248e92d0874c99c04ee739bb5a9 +SIZE (ftpretty-0.4.0.tar.gz) = 9068 diff --git a/ftp/py-ftpretty/pkg-descr b/ftp/py-ftpretty/pkg-descr new file mode 100644 index 000000000000..b16efe2d649e --- /dev/null +++ b/ftp/py-ftpretty/pkg-descr @@ -0,0 +1,4 @@ +The goal of this library is to provide a frictionless experience to +FTPing files in way similar to Amazon’s s3cmd command line tool. The +API should be intuitive with the order of arguments reflecting the +transfer direction of bytes.