Index: head/ftp/Makefile =================================================================== --- head/ftp/Makefile (revision 393828) +++ head/ftp/Makefile (revision 393829) @@ -1,106 +1,107 @@ #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 Index: head/ftp/R-cran-curl/Makefile =================================================================== --- head/ftp/R-cran-curl/Makefile (nonexistent) +++ head/ftp/R-cran-curl/Makefile (revision 393829) @@ -0,0 +1,19 @@ +# Created by: TAKATSU Tomonari +# $FreeBSD$ + +PORTNAME= curl +PORTVERSION= 0.9.2 +CATEGORIES= ftp +DISTNAME= ${PORTNAME}_${PORTVERSION} + +MAINTAINER= tota@FreeBSD.org +COMMENT= Modern and Flexible Web Client for R + +LICENSE= MIT + +BUILD_DEPENDS= ${LOCALBASE}/include/curl/curl.h:${PORTSDIR}/ftp/curl +LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl + +USES= cran:auto-plist + +.include Property changes on: head/ftp/R-cran-curl/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/ftp/R-cran-curl/distinfo =================================================================== --- head/ftp/R-cran-curl/distinfo (nonexistent) +++ head/ftp/R-cran-curl/distinfo (revision 393829) @@ -0,0 +1,2 @@ +SHA256 (curl_0.9.2.tar.gz) = a6fe7126586cb9dee7128884b41667f68637c45931313628e475b27960efc966 +SIZE (curl_0.9.2.tar.gz) = 244688 Property changes on: head/ftp/R-cran-curl/distinfo ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/ftp/R-cran-curl/pkg-descr =================================================================== --- head/ftp/R-cran-curl/pkg-descr (nonexistent) +++ head/ftp/R-cran-curl/pkg-descr (revision 393829) @@ -0,0 +1,12 @@ +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/ Property changes on: head/ftp/R-cran-curl/pkg-descr ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property