aboutsummaryrefslogtreecommitdiff
path: root/ftp/R-cran-RCurl
diff options
context:
space:
mode:
authorTAKATSU Tomonari <tota@FreeBSD.org>2011-08-28 19:16:01 +0000
committerTAKATSU Tomonari <tota@FreeBSD.org>2011-08-28 19:16:01 +0000
commit8cfd0c6cc4e005445dffbcfe0526d204b49fb5f0 (patch)
treea6140a30772e0d5c93b9f6ca90df38ee70416a33 /ftp/R-cran-RCurl
parent5b44be2c97fbf0183812a7d3acd4532889daddda (diff)
downloadports-8cfd0c6cc4e005445dffbcfe0526d204b49fb5f0.tar.gz
ports-8cfd0c6cc4e005445dffbcfe0526d204b49fb5f0.zip
Notes
Diffstat (limited to 'ftp/R-cran-RCurl')
-rw-r--r--ftp/R-cran-RCurl/Makefile26
-rw-r--r--ftp/R-cran-RCurl/distinfo2
-rw-r--r--ftp/R-cran-RCurl/pkg-descr7
3 files changed, 35 insertions, 0 deletions
diff --git a/ftp/R-cran-RCurl/Makefile b/ftp/R-cran-RCurl/Makefile
new file mode 100644
index 000000000000..2a40b0f437fb
--- /dev/null
+++ b/ftp/R-cran-RCurl/Makefile
@@ -0,0 +1,26 @@
+# New ports collection makefile for: R-cran-RCurl
+# Date created: 2011-08-28
+# Whom: TAKATSU Tomonari <tota@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= RCurl
+DISTVERSION= 1.6-9
+CATEGORIES= ftp
+PKGNAMEPREFIX= R-cran-
+DISTNAME= ${PORTNAME}_${DISTVERSION}
+
+MAINTAINER= tota@FreeBSD.org
+COMMENT= General network client interface for R
+
+LICENSE= BSD
+
+BUILD_DEPENDS= curl-config:${PORTSDIR}/ftp/curl
+RUN_DEPENDS= R-cran-bitops>0:${PORTSDIR}/devel/R-cran-bitops
+LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl
+
+USE_R_MOD= yes
+R_MOD_AUTOPLIST= yes
+
+.include <bsd.port.mk>
diff --git a/ftp/R-cran-RCurl/distinfo b/ftp/R-cran-RCurl/distinfo
new file mode 100644
index 000000000000..44a1f32ca903
--- /dev/null
+++ b/ftp/R-cran-RCurl/distinfo
@@ -0,0 +1,2 @@
+SHA256 (RCurl_1.6-9.tar.gz) = 74e081137e3fa5b8f2b4cfeded9d837e88a5d6cb8c4f43d55cad77d65e22ae5a
+SIZE (RCurl_1.6-9.tar.gz) = 709566
diff --git a/ftp/R-cran-RCurl/pkg-descr b/ftp/R-cran-RCurl/pkg-descr
new file mode 100644
index 000000000000..6ce943ae6e65
--- /dev/null
+++ b/ftp/R-cran-RCurl/pkg-descr
@@ -0,0 +1,7 @@
+The RCurl package is an R-interface to the libcurl library that
+provides HTTP facilities. This allows us to download files from Web
+servers, post forms, use HTTPS (the secure HTTP), use persistent
+connections, upload files, use binary content, handle redirects,
+password authentication, etc.
+
+WWW: http://www.omegahat.org/RCurl/