1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00

- Add a new port: security/rubygem-roauth

A simple OAuth library that supports OAuth header signing, and header verifying.

  WWW:	http://github.com/maccman/roauth
This commit is contained in:
TAKATSU Tomonari 2010-11-14 07:28:47 +00:00
parent 80c0a67632
commit df91af9d1f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=264505
4 changed files with 26 additions and 0 deletions

View File

@ -761,6 +761,7 @@
SUBDIR += rubygem-net-ssh
SUBDIR += rubygem-net-ssh-gateway
SUBDIR += rubygem-nmap-parser
SUBDIR += rubygem-roauth
SUBDIR += saferpay
SUBDIR += safesh
SUBDIR += saint

View File

@ -0,0 +1,20 @@
# New ports collection makefile for: rubygem-roauth
# Date created: 2010-11-03
# Whom: TAKATSU Tomonari <tota@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= roauth
PORTVERSION= 0.0.6
CATEGORIES= security rubygems
MASTER_SITES= RG
MAINTAINER= tota@FreeBSD.org
COMMENT= Simple Ruby OAuth library
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEMS_AUTOPLIST= yes
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (rubygem/roauth-0.0.6.gem) = fba380abd94655023b275632351d0f6afdd515f3ec4ab4da7c1d5f7add9eafc1
SIZE (rubygem/roauth-0.0.6.gem) = 7168

View File

@ -0,0 +1,3 @@
A simple OAuth library that supports OAuth header signing, and header verifying.
WWW: http://github.com/maccman/roauth