mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-18 00:10:04 +00:00
ba7c09d984
wcurl is a simple curl wrapper which lets you use curl to download files without having to remember any parameters. Simply call wcurl with a list of URLs you want to download and wcurl will pick sane defaults. If you need anything more complex, you can provide any of curl's supported parameters via the --curl-options option. Just beware that you likely should be using curl directly if your use case is not covered. WWW: https://curl.se/wcurl/
104 lines
2.4 KiB
Makefile
104 lines
2.4 KiB
Makefile
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 += wcurl
|
|
SUBDIR += weex
|
|
SUBDIR += wget
|
|
SUBDIR += wmget
|
|
SUBDIR += wput
|
|
SUBDIR += wush
|
|
SUBDIR += wzdftpd
|
|
SUBDIR += yafc
|
|
|
|
.include <bsd.port.subdir.mk>
|