From ed9b6828f5fc1e298d735e3a2ab44ea57682c01e Mon Sep 17 00:00:00 2001 From: TAKATSU Tomonari Date: Sun, 4 Sep 2011 13:05:23 +0000 Subject: - Add a new port: security/R-cran-ROAuth This package provides an interface to the OAuth 1.0 specification, allowing users to authenticate via OAuth to the server of their choice. WWW: http://cran.r-project.org/web/packages/ROAuth/ --- security/R-cran-ROAuth/Makefile | 25 +++++++++++++++++++++++++ security/R-cran-ROAuth/distinfo | 2 ++ security/R-cran-ROAuth/pkg-descr | 5 +++++ 3 files changed, 32 insertions(+) create mode 100644 security/R-cran-ROAuth/Makefile create mode 100644 security/R-cran-ROAuth/distinfo create mode 100644 security/R-cran-ROAuth/pkg-descr (limited to 'security/R-cran-ROAuth') diff --git a/security/R-cran-ROAuth/Makefile b/security/R-cran-ROAuth/Makefile new file mode 100644 index 000000000000..fbf5bce4aac7 --- /dev/null +++ b/security/R-cran-ROAuth/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: R-cran-ROAuth +# Date created: 2011-09-04 +# Whom: TAKATSU Tomonari +# +# $FreeBSD$ +# + +PORTNAME= ROAuth +PORTVERSION= 0.9.0 +CATEGORIES= security +PKGNAMEPREFIX= R-cran- +DISTNAME= ${PORTNAME}_${PORTVERSION} + +MAINTAINER= tota@FreeBSD.org +COMMENT= R interface for OAuth + +LICENSE= ART20 + +RUN_DEPENDS= R-cran-RCurl>=1.6.4:${PORTSDIR}/ftp/R-cran-RCurl \ + R-cran-digest>0:${PORTSDIR}/security/R-cran-digest + +USE_R_MOD= yes +R_MOD_AUTOPLIST= yes + +.include diff --git a/security/R-cran-ROAuth/distinfo b/security/R-cran-ROAuth/distinfo new file mode 100644 index 000000000000..81b9d750c73f --- /dev/null +++ b/security/R-cran-ROAuth/distinfo @@ -0,0 +1,2 @@ +SHA256 (ROAuth_0.9.0.tar.gz) = 7a02bf3d520fabaf60c4d10bff165299cdafaf6037269f4956c1fb85e3ad6a21 +SIZE (ROAuth_0.9.0.tar.gz) = 5534 diff --git a/security/R-cran-ROAuth/pkg-descr b/security/R-cran-ROAuth/pkg-descr new file mode 100644 index 000000000000..3cfcb98f4124 --- /dev/null +++ b/security/R-cran-ROAuth/pkg-descr @@ -0,0 +1,5 @@ +This package provides an interface to the OAuth 1.0 specification, +allowing users to authenticate via OAuth to the server of their +choice. + +WWW: http://cran.r-project.org/web/packages/ROAuth/ -- cgit v1.2.3