Import ruby18-simple_oauth-0.1.4 as security/ruby-simple_oauth.
Simply builds and verifies OAuth headers.
This commit is contained in:
parent
9f7657636d
commit
a39e90bec7
4 changed files with 37 additions and 0 deletions
1
security/ruby-simple_oauth/DESCR
Normal file
1
security/ruby-simple_oauth/DESCR
Normal file
|
@ -0,0 +1 @@
|
|||
Simply builds and verifies OAuth headers.
|
12
security/ruby-simple_oauth/Makefile
Normal file
12
security/ruby-simple_oauth/Makefile
Normal file
|
@ -0,0 +1,12 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2011/04/12 11:58:45 obache Exp $
|
||||
|
||||
DISTNAME= simple_oauth-0.1.4
|
||||
CATEGORIES= security
|
||||
|
||||
MAINTAINER= obache@NetBSD.org
|
||||
HOMEPAGE= https://github.com/laserlemon/simple_oauth
|
||||
COMMENT= Simple builds and verifies OAuth headers
|
||||
LICENSE= mit
|
||||
|
||||
.include "../../lang/ruby/gem.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
19
security/ruby-simple_oauth/PLIST
Normal file
19
security/ruby-simple_oauth/PLIST
Normal file
|
@ -0,0 +1,19 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2011/04/12 11:58:45 obache Exp $
|
||||
${GEM_HOME}/cache/${GEM_NAME}.gem
|
||||
${GEM_LIBDIR}/.gemtest
|
||||
${GEM_LIBDIR}/.gitignore
|
||||
${GEM_LIBDIR}/Gemfile
|
||||
${GEM_LIBDIR}/LICENSE
|
||||
${GEM_LIBDIR}/README.rdoc
|
||||
${GEM_LIBDIR}/Rakefile
|
||||
${GEM_LIBDIR}/VERSION
|
||||
${GEM_LIBDIR}/init.rb
|
||||
${GEM_LIBDIR}/lib/simple_oauth.rb
|
||||
${GEM_LIBDIR}/lib/simple_oauth/core_ext/object.rb
|
||||
${GEM_LIBDIR}/lib/simple_oauth/header.rb
|
||||
${GEM_LIBDIR}/lib/simple_oauth/version.rb
|
||||
${GEM_LIBDIR}/simple_oauth.gemspec
|
||||
${GEM_LIBDIR}/test/helper.rb
|
||||
${GEM_LIBDIR}/test/rsa_private_key
|
||||
${GEM_LIBDIR}/test/simple_oauth_test.rb
|
||||
${GEM_HOME}/specifications/${GEM_NAME}.gemspec
|
5
security/ruby-simple_oauth/distinfo
Normal file
5
security/ruby-simple_oauth/distinfo
Normal file
|
@ -0,0 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2011/04/12 11:58:45 obache Exp $
|
||||
|
||||
SHA1 (simple_oauth-0.1.4.gem) = fc49572483a02fd9c519b8d45119c9624e9fa2db
|
||||
RMD160 (simple_oauth-0.1.4.gem) = a56e091bb29a4afa96dc7bd2eb96fa87df5a9e1d
|
||||
Size (simple_oauth-0.1.4.gem) = 11264 bytes
|
Loading…
Reference in a new issue