c48e3b93ec
The curl() and curl_download() functions provide highly configurable drop-in replacements for base url() and download.file() with better performance, support for encryption (https://, ftps://), 'gzip' compression, authentication, and other 'libcurl' goodies. The core of the package implements a framework for performing fully customized requests where data can be processed either in memory, on disk, or streaming via the callback or connection interfaces. Some knowledge of 'libcurl' is recommended; for a more-user-friendly web client see the 'httr' package which builds on this package with HTTP specific tools and logic. WWW: https://cran.r-project.org/web/packages/curl/
107 lines
2.4 KiB
Makefile
107 lines
2.4 KiB
Makefile
#T $FreeBSD$
|
|
#
|
|
|
|
COMMENT = FTP client and server utilities
|
|
|
|
SUBDIR += R-cran-RCurl
|
|
SUBDIR += R-cran-curl
|
|
SUBDIR += atftp
|
|
SUBDIR += axel
|
|
SUBDIR += bareftp
|
|
SUBDIR += bbftp
|
|
SUBDIR += bftpd
|
|
SUBDIR += bsdftpd-ssl
|
|
SUBDIR += cftp
|
|
SUBDIR += cmdftp
|
|
SUBDIR += curl
|
|
SUBDIR += curl-hiphop
|
|
SUBDIR += curlpp
|
|
SUBDIR += dmachine
|
|
SUBDIR += fget
|
|
SUBDIR += filezilla
|
|
SUBDIR += fmirror
|
|
SUBDIR += fpc-libcurl
|
|
SUBDIR += frox
|
|
SUBDIR += ftpcopy
|
|
SUBDIR += ftpcube
|
|
SUBDIR += ftpfind
|
|
SUBDIR += ftplib
|
|
SUBDIR += ftpmirror
|
|
SUBDIR += ftpproxy
|
|
SUBDIR += ftpsesame
|
|
SUBDIR += ftpsync
|
|
SUBDIR += gftp
|
|
SUBDIR += gnusget
|
|
SUBDIR += gnustep-ftp
|
|
SUBDIR += gstreamer1-plugins-curl
|
|
SUBDIR += gwget
|
|
SUBDIR += horde-gollem
|
|
SUBDIR += hs-curl
|
|
SUBDIR += hsftp
|
|
SUBDIR += jftp
|
|
SUBDIR += jftpgw
|
|
SUBDIR += lftp
|
|
SUBDIR += linux-c6-curl
|
|
SUBDIR += linux-f10-curl
|
|
SUBDIR += llnlxdir
|
|
SUBDIR += llnlxftp
|
|
SUBDIR += mirror
|
|
SUBDIR += multiget
|
|
SUBDIR += ncftp3
|
|
SUBDIR += ncftpd
|
|
SUBDIR += net2ftp
|
|
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 += php5-curl
|
|
SUBDIR += php5-ftp
|
|
SUBDIR += php55-curl
|
|
SUBDIR += php55-ftp
|
|
SUBDIR += php56-curl
|
|
SUBDIR += php56-ftp
|
|
SUBDIR += phpwebftp
|
|
SUBDIR += plasma-applet-ftpmonitor
|
|
SUBDIR += proftpd
|
|
SUBDIR += proftpd-mod_geoip
|
|
SUBDIR += profxp
|
|
SUBDIR += puf
|
|
SUBDIR += pure-ftpd
|
|
SUBDIR += pureadmin
|
|
SUBDIR += py-curl
|
|
SUBDIR += py-ftputil
|
|
SUBDIR += py-pyftpdlib
|
|
SUBDIR += py-tftpy
|
|
SUBDIR += quftp
|
|
SUBDIR += rubygem-curb
|
|
SUBDIR += scythia
|
|
SUBDIR += smbftpd
|
|
SUBDIR += spegla
|
|
SUBDIR += tftp-hpa
|
|
SUBDIR += tnftp
|
|
SUBDIR += tnftpd
|
|
SUBDIR += twoftpd
|
|
SUBDIR += uftp
|
|
SUBDIR += urlgfe
|
|
SUBDIR += vsftpd
|
|
SUBDIR += vsftpd-ext
|
|
SUBDIR += waiho
|
|
SUBDIR += weex
|
|
SUBDIR += wget
|
|
SUBDIR += wmget
|
|
SUBDIR += wput
|
|
SUBDIR += wxdfast
|
|
SUBDIR += wzdftpd
|
|
SUBDIR += yafc
|
|
|
|
.include <bsd.port.subdir.mk>
|