diff --git a/ftp/Makefile b/ftp/Makefile index d4a64f8e0d8f..4bb9169126e2 100644 --- a/ftp/Makefile +++ b/ftp/Makefile @@ -1,98 +1,99 @@ 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 += curlie SUBDIR += curlpp SUBDIR += dmachine SUBDIR += fastdfs SUBDIR += filezilla SUBDIR += fineftp-server SUBDIR += fmirror SUBDIR += fpc-libcurl SUBDIR += freebsd-ftpd SUBDIR += ftpcopy SUBDIR += ftpfind SUBDIR += ftplib SUBDIR += ftpproxy SUBDIR += ftpsesame SUBDIR += ftpsync SUBDIR += gftp SUBDIR += gnustep-ftp SUBDIR += gstreamer1-plugins-curl SUBDIR += hsftp SUBDIR += jftp SUBDIR += lftp SUBDIR += libfilezilla SUBDIR += linux-c7-curl SUBDIR += mirror SUBDIR += ncftp3 SUBDIR += net2ftp 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 += php80-curl SUBDIR += php80-ftp SUBDIR += php81-curl SUBDIR += php81-ftp SUBDIR += php82-curl SUBDIR += php82-ftp SUBDIR += php83-curl SUBDIR += php83-ftp SUBDIR += phpwebftp SUBDIR += proftpd SUBDIR += proftpd-mod_vroot SUBDIR += profxp SUBDIR += pure-ftpd SUBDIR += py-aioftp 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 += termscp SUBDIR += tftp-hpa SUBDIR += tnftp SUBDIR += tnftpd SUBDIR += twoftpd SUBDIR += uftp SUBDIR += vsftpd SUBDIR += vsftpd-ext SUBDIR += waiho SUBDIR += weex SUBDIR += wget SUBDIR += wmget SUBDIR += wput SUBDIR += wzdftpd SUBDIR += yafc .include diff --git a/ftp/pget/Makefile b/ftp/pget/Makefile new file mode 100644 index 000000000000..d0d984ab8bbb --- /dev/null +++ b/ftp/pget/Makefile @@ -0,0 +1,20 @@ +PORTNAME= pget +DISTVERSIONPREFIX= v +DISTVERSION= 0.1.1 +CATEGORIES= ftp net www + +MAINTAINER= yuri@FreeBSD.org +COMMENT= Fast, resumable file download client +WWW= https://github.com/Code-Hex/pget + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +USES= go:modules + +GO_MODULE= github.com/Code-Hex/pget +GO_TARGET= ./cmd/${PORTNAME} + +PLIST_FILES= bin/${PORTNAME} + +.include diff --git a/ftp/pget/distinfo b/ftp/pget/distinfo new file mode 100644 index 000000000000..97e15b0a3589 --- /dev/null +++ b/ftp/pget/distinfo @@ -0,0 +1,5 @@ +TIMESTAMP = 1689545779 +SHA256 (go/ftp_pget/pget-v0.1.1/v0.1.1.mod) = 6294a649aaaf7ba2c9195ada0589457fa3e435d6143b99eabb8003124dac6e36 +SIZE (go/ftp_pget/pget-v0.1.1/v0.1.1.mod) = 1102 +SHA256 (go/ftp_pget/pget-v0.1.1/v0.1.1.zip) = 8a67eacaa7467d10e8744e2174c3eee2acb8df51b381a254d53c4f3dd6b07602 +SIZE (go/ftp_pget/pget-v0.1.1/v0.1.1.zip) = 782871 diff --git a/ftp/pget/pkg-descr b/ftp/pget/pkg-descr new file mode 100644 index 000000000000..e11c6eb2a887 --- /dev/null +++ b/ftp/pget/pkg-descr @@ -0,0 +1,6 @@ +pget performs multi-connection download using parallel requests. + +Features: +* Fast +* Resumable +* Cross-compiled (windows, linux, macOS)