diff --git a/ftp/Makefile b/ftp/Makefile index 7c9a8723cd32..06b545d27011 100644 --- a/ftp/Makefile +++ b/ftp/Makefile @@ -1,101 +1,102 @@ 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 += 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 += linux-rl9-curl SUBDIR += linux-rl9-wget 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 += php81-curl SUBDIR += php81-ftp SUBDIR += php82-curl SUBDIR += php82-ftp SUBDIR += php83-curl SUBDIR += php83-ftp SUBDIR += php84-curl SUBDIR += php84-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 += 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/wush/Makefile b/ftp/wush/Makefile new file mode 100644 index 000000000000..a6827bdb90bc --- /dev/null +++ b/ftp/wush/Makefile @@ -0,0 +1,19 @@ +PORTNAME= wush +DISTVERSIONPREFIX= v +DISTVERSION= 0.1.0 +CATEGORIES= ftp + +MAINTAINER= ashish@FreeBSD.org +COMMENT= Command-line file transfer tool over wireguard +WWW= https://github.com/coder/wush + +LICENSE= CC0-1.0 +LICENSE_FILE= ${WRKSRC}/LICENSE + +USES= go:1.22,modules + +GO_MODULE= github.com/coder/wush +GO_TARGET= ./cmd/wush +PLIST_FILES= bin/wush + +.include diff --git a/ftp/wush/distinfo b/ftp/wush/distinfo new file mode 100644 index 000000000000..f58391f517d0 --- /dev/null +++ b/ftp/wush/distinfo @@ -0,0 +1,5 @@ +TIMESTAMP = 1725013565 +SHA256 (go/ftp_wush/wush-v0.1.0/v0.1.0.mod) = 58c0fca81e350862d7140ce13482f94db4551474a9f4d2dac25c9314a230cf9f +SIZE (go/ftp_wush/wush-v0.1.0/v0.1.0.mod) = 11806 +SHA256 (go/ftp_wush/wush-v0.1.0/v0.1.0.zip) = 96be42311f08fdeb6074225d01079e95085a12f7d7aa887b128964f4df4a8cb4 +SIZE (go/ftp_wush/wush-v0.1.0/v0.1.0.zip) = 72824 diff --git a/ftp/wush/pkg-descr b/ftp/wush/pkg-descr new file mode 100644 index 000000000000..c45ce269b256 --- /dev/null +++ b/ftp/wush/pkg-descr @@ -0,0 +1,11 @@ +wush is a command line tool that lets you easily transfer files and +open shells over a peer-to-peer wireguard connection. It's similar to +magic-wormhole but: + + - No requirement to set up or trust a relay server for authentication. + + - Powered by Wireguard for secure, fast, and reliable connections. + + - Automatic peer-to-peer connections over UDP. + + - Endless possibilities; rsync, ssh, etc.