svn commit: r393843 - in head/www: . R-cran-httr

TAKATSU Tomonari tota at FreeBSD.org
Mon Aug 10 04:58:51 UTC 2015


Author: tota
Date: Mon Aug 10 04:58:48 2015
New Revision: 393843
URL: https://svnweb.freebsd.org/changeset/ports/393843

Log:
  - Add new port: www/R-cran-httr
  
    Useful tools for working with HTTP organised by HTTP verbs (GET(),
    POST(), etc). Configuration functions make it easy to control
    additional request components (authenticate(), add_headers() and
    so on).
  
    WWW: https://cran.r-project.org/web/packages/httr/

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

Modified: head/www/Makefile
==============================================================================
--- head/www/Makefile	Mon Aug 10 04:48:23 2015	(r393842)
+++ head/www/Makefile	Mon Aug 10 04:58:48 2015	(r393843)
@@ -7,6 +7,7 @@
     SUBDIR += R-cran-RgoogleMaps
     SUBDIR += R-cran-Rpad
     SUBDIR += R-cran-httpuv
+    SUBDIR += R-cran-httr
     SUBDIR += R-cran-scrapeR
     SUBDIR += R-cran-shiny
     SUBDIR += WebMagick

Added: head/www/R-cran-httr/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/R-cran-httr/Makefile	Mon Aug 10 04:58:48 2015	(r393843)
@@ -0,0 +1,23 @@
+# Created by: TAKATSU Tomonari <tota at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	httr
+PORTVERSION=	1.0.0
+CATEGORIES=	www
+DISTNAME=	${PORTNAME}_${PORTVERSION}
+
+MAINTAINER=	tota at FreeBSD.org
+COMMENT=	Tools for Working with URLs and HTTP
+
+LICENSE=	MIT
+
+RUN_DEPENDS=	R-cran-digest>0:${PORTSDIR}/security/R-cran-digest \
+		R-cran-jsonlite>0:${PORTSDIR}/converters/R-cran-jsonlite \
+		R-cran-mime>0:${PORTSDIR}/misc/R-cran-mime \
+		R-cran-curl>=0.6:${PORTSDIR}/ftp/R-cran-curl \
+		R-cran-R6>0:${PORTSDIR}/devel/R-cran-R6 \
+		R-cran-stringr>=0.6.1:${PORTSDIR}/textproc/R-cran-stringr
+
+USES=	cran:auto-plist
+
+.include <bsd.port.mk>

Added: head/www/R-cran-httr/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/R-cran-httr/distinfo	Mon Aug 10 04:58:48 2015	(r393843)
@@ -0,0 +1,2 @@
+SHA256 (httr_1.0.0.tar.gz) = 98a5e34a24954b5454c99ef9d72e0be505c91b0cef6d95a13402a0472ee2f9fa
+SIZE (httr_1.0.0.tar.gz) = 245989

Added: head/www/R-cran-httr/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/R-cran-httr/pkg-descr	Mon Aug 10 04:58:48 2015	(r393843)
@@ -0,0 +1,6 @@
+Useful tools for working with HTTP organised by HTTP verbs (GET(),
+POST(), etc). Configuration functions make it easy to control
+additional request components (authenticate(), add_headers() and
+so on).
+
+WWW: https://cran.r-project.org/web/packages/httr/


More information about the svn-ports-all mailing list