diff options
author | tota <tota@FreeBSD.org> | 2011-09-04 21:05:23 +0800 |
---|---|---|
committer | tota <tota@FreeBSD.org> | 2011-09-04 21:05:23 +0800 |
commit | 5c2f2e1589a28f3f2a13d65a24bb734a01a95c88 (patch) | |
tree | 148e7b54e82df2dc79d8c807b2a134f86b744161 | |
parent | 592018be9a4daf0817f6675118e575b19caa08b6 (diff) | |
download | freebsd-ports-gnome-5c2f2e1589a28f3f2a13d65a24bb734a01a95c88.tar.gz freebsd-ports-gnome-5c2f2e1589a28f3f2a13d65a24bb734a01a95c88.tar.zst freebsd-ports-gnome-5c2f2e1589a28f3f2a13d65a24bb734a01a95c88.zip |
- 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/
-rw-r--r-- | security/Makefile | 1 | ||||
-rw-r--r-- | security/R-cran-ROAuth/Makefile | 25 | ||||
-rw-r--r-- | security/R-cran-ROAuth/distinfo | 2 | ||||
-rw-r--r-- | security/R-cran-ROAuth/pkg-descr | 5 |
4 files changed, 33 insertions, 0 deletions
diff --git a/security/Makefile b/security/Makefile index 29e507d23523..1150342be01c 100644 --- a/security/Makefile +++ b/security/Makefile @@ -6,6 +6,7 @@ SUBDIR += ADMsmb SUBDIR += ADMsnmp SUBDIR += IMHear + SUBDIR += R-cran-ROAuth SUBDIR += R-cran-digest SUBDIR += aescrypt SUBDIR += aespipe 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 <tota@FreeBSD.org> +# +# $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 <bsd.port.mk> 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/ |