mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
- 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/
This commit is contained in:
parent
5925e7f3da
commit
ed9b6828f5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=281151
4 changed files with 33 additions and 0 deletions
|
@ -6,6 +6,7 @@
|
||||||
SUBDIR += ADMsmb
|
SUBDIR += ADMsmb
|
||||||
SUBDIR += ADMsnmp
|
SUBDIR += ADMsnmp
|
||||||
SUBDIR += IMHear
|
SUBDIR += IMHear
|
||||||
|
SUBDIR += R-cran-ROAuth
|
||||||
SUBDIR += R-cran-digest
|
SUBDIR += R-cran-digest
|
||||||
SUBDIR += aescrypt
|
SUBDIR += aescrypt
|
||||||
SUBDIR += aespipe
|
SUBDIR += aespipe
|
||||||
|
|
25
security/R-cran-ROAuth/Makefile
Normal file
25
security/R-cran-ROAuth/Makefile
Normal file
|
@ -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>
|
2
security/R-cran-ROAuth/distinfo
Normal file
2
security/R-cran-ROAuth/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
SHA256 (ROAuth_0.9.0.tar.gz) = 7a02bf3d520fabaf60c4d10bff165299cdafaf6037269f4956c1fb85e3ad6a21
|
||||||
|
SIZE (ROAuth_0.9.0.tar.gz) = 5534
|
5
security/R-cran-ROAuth/pkg-descr
Normal file
5
security/R-cran-ROAuth/pkg-descr
Normal file
|
@ -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/
|
Loading…
Add table
Reference in a new issue