1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

- 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/
This commit is contained in:
TAKATSU Tomonari 2015-08-10 04:58:48 +00:00
parent df6bbc6790
commit 705ea26a36
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=393843
4 changed files with 32 additions and 0 deletions

View File

@ -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

23
www/R-cran-httr/Makefile Normal file
View File

@ -0,0 +1,23 @@
# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
# $FreeBSD$
PORTNAME= httr
PORTVERSION= 1.0.0
CATEGORIES= www
DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= tota@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>

2
www/R-cran-httr/distinfo Normal file
View File

@ -0,0 +1,2 @@
SHA256 (httr_1.0.0.tar.gz) = 98a5e34a24954b5454c99ef9d72e0be505c91b0cef6d95a13402a0472ee2f9fa
SIZE (httr_1.0.0.tar.gz) = 245989

View File

@ -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/