Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 5 Sep 2017 14:48:18 +0000 (UTC)
From:      TAKATSU Tomonari <tota@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r449288 - in head/www: . R-cran-downloader
Message-ID:  <201709051448.v85EmItX004125@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tota
Date: Tue Sep  5 14:48:17 2017
New Revision: 449288
URL: https://svnweb.freebsd.org/changeset/ports/449288

Log:
  - Add new port: www/R-cran-downloader
  
    Provides a wrapper for the download.file function, making it possible
    to download files over HTTPS on Windows, Mac OS X, and other Unix-like
    platforms. The 'RCurl' package provides this functionality (and
    much more) but can be difficult to install because it must be
    compiled with external dependencies. This package has no external
    dependencies, so it is much easier to install.
  
    WWW: https://cran.r-project.org/web/packages/downloader/

Added:
  head/www/R-cran-downloader/
  head/www/R-cran-downloader/Makefile   (contents, props changed)
  head/www/R-cran-downloader/distinfo   (contents, props changed)
  head/www/R-cran-downloader/pkg-descr   (contents, props changed)
Modified:
  head/www/Makefile   (contents, props changed)

Modified: head/www/Makefile
==============================================================================
--- head/www/Makefile	Tue Sep  5 14:21:02 2017	(r449287)
+++ head/www/Makefile	Tue Sep  5 14:48:17 2017	(r449288)
@@ -5,6 +5,7 @@
 
     SUBDIR += R-cran-RgoogleMaps
     SUBDIR += R-cran-Rook
+    SUBDIR += R-cran-downloader
     SUBDIR += R-cran-htmlwidgets
     SUBDIR += R-cran-httpuv
     SUBDIR += R-cran-httr

Added: head/www/R-cran-downloader/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/R-cran-downloader/Makefile	Tue Sep  5 14:48:17 2017	(r449288)
@@ -0,0 +1,20 @@
+# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	downloader
+PORTVERSION=	0.4
+CATEGORIES=	www
+DISTNAME=	${PORTNAME}_${PORTVERSION}
+
+MAINTAINER=	tota@FreeBSD.org
+COMMENT=	Download Files over HTTP and HTTPS
+
+LICENSE=	GPLv2
+
+CRAN_DEPENDS=	R-cran-digest>0:security/R-cran-digest
+BUILD_DEPENDS=	${CRAN_DEPENDS}
+RUN_DEPENDS=	${CRAN_DEPENDS}
+
+USES=		cran:auto-plist
+
+.include <bsd.port.mk>

Added: head/www/R-cran-downloader/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/R-cran-downloader/distinfo	Tue Sep  5 14:48:17 2017	(r449288)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1504588337
+SHA256 (downloader_0.4.tar.gz) = 1890e75b028775154023f2135cafb3e3eed0fe908138ab4f7eff1fc1b47dafab
+SIZE (downloader_0.4.tar.gz) = 6808

Added: head/www/R-cran-downloader/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/R-cran-downloader/pkg-descr	Tue Sep  5 14:48:17 2017	(r449288)
@@ -0,0 +1,8 @@
+Provides a wrapper for the download.file function, making it possible
+to download files over HTTPS on Windows, Mac OS X, and other Unix-like
+platforms. The 'RCurl' package provides this functionality (and
+much more) but can be difficult to install because it must be
+compiled with external dependencies. This package has no external
+dependencies, so it is much easier to install.
+
+WWW: https://cran.r-project.org/web/packages/downloader/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201709051448.v85EmItX004125>