diff --git a/ftp/Makefile b/ftp/Makefile index 86155710b717..e53c67a44ce8 100644 --- a/ftp/Makefile +++ b/ftp/Makefile @@ -1,100 +1,101 @@ 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 += 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 += 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 += 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/surge/Makefile b/ftp/surge/Makefile new file mode 100644 index 000000000000..99c0525f93c9 --- /dev/null +++ b/ftp/surge/Makefile @@ -0,0 +1,21 @@ +PORTNAME= surge +DISTVERSIONPREFIX= v +DISTVERSION= 0.8.7 +CATEGORIES= ftp +PKGNAMESUFFIX= -download-manager + +MAINTAINER= yuri@FreeBSD.org +COMMENT= TUI download manager for power users +WWW= https://surgedm.github.io/ \ + https://github.com/SurgeDM/Surge + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +USES= go:1.25+,modules + +GO_MODULE= github.com/SurgeDM/Surge + +PLIST_FILES= bin/${PORTNAME} + +.include diff --git a/ftp/surge/distinfo b/ftp/surge/distinfo new file mode 100644 index 000000000000..a796400dc9ee --- /dev/null +++ b/ftp/surge/distinfo @@ -0,0 +1,5 @@ +TIMESTAMP = 1780632557 +SHA256 (go/ftp_surge/surge-v0.8.7/v0.8.7.mod) = aaeedca7132d244b75f7d3507623653331fef547a82a71bd84f35a2dac0edecc +SIZE (go/ftp_surge/surge-v0.8.7/v0.8.7.mod) = 2628 +SHA256 (go/ftp_surge/surge-v0.8.7/v0.8.7.zip) = 43b80756b0d95c9a77a2bb15a98a75ba68fb0ab45484e8c5b7dd58f6a225f760 +SIZE (go/ftp_surge/surge-v0.8.7/v0.8.7.zip) = 3482189 diff --git a/ftp/surge/pkg-descr b/ftp/surge/pkg-descr new file mode 100644 index 000000000000..3ab50c6a2cc7 --- /dev/null +++ b/ftp/surge/pkg-descr @@ -0,0 +1,6 @@ +Surge is a high-performance, terminal-based download manager designed for power +users. It features a headless daemon architecture and a TUI interface. Surge +accelerates downloads by splitting files into parallel chunks and supporting +multiple mirrors simultaneously. It also offers a keyboard-driven workflow, +remote management via CLI or browser extensions, and a "Streaming Mode" for +previewing media while downloading.