diff options
author | obache <obache@pkgsrc.org> | 2010-08-03 05:01:41 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2010-08-03 05:01:41 +0000 |
commit | 26471fda24b91c9d03848d2a1b6e58e847966fdc (patch) | |
tree | 3cc2895bbbc230cd67ab57b0c944a138642d6359 /security | |
parent | e4f1f07fae23778f1d989f4fefe5f3a5d3c18cf5 (diff) | |
download | pkgsrc-26471fda24b91c9d03848d2a1b6e58e847966fdc.tar.gz |
Import ruby-roauth-0.0.2 as security/ruby-roauth.
Based on SOAuth: security/ruby-soauth
A *simple* Ruby OAuth library that supports OAuth header signing, and header
verifying.
Diffstat (limited to 'security')
-rw-r--r-- | security/ruby-roauth/DESCR | 4 | ||||
-rw-r--r-- | security/ruby-roauth/Makefile | 15 | ||||
-rw-r--r-- | security/ruby-roauth/PLIST | 10 | ||||
-rw-r--r-- | security/ruby-roauth/distinfo | 5 |
4 files changed, 34 insertions, 0 deletions
diff --git a/security/ruby-roauth/DESCR b/security/ruby-roauth/DESCR new file mode 100644 index 00000000000..696c3e24fc9 --- /dev/null +++ b/security/ruby-roauth/DESCR @@ -0,0 +1,4 @@ +Based on SOAuth: security/ruby-soauth + +A *simple* Ruby OAuth library that supports OAuth header signing, and header +verifying. diff --git a/security/ruby-roauth/Makefile b/security/ruby-roauth/Makefile new file mode 100644 index 00000000000..66f8b7b9cd0 --- /dev/null +++ b/security/ruby-roauth/Makefile @@ -0,0 +1,15 @@ +# $NetBSD: Makefile,v 1.1.1.1 2010/08/03 05:01:41 obache Exp $ + +DISTNAME= roauth-0.0.2 +PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME} +CATEGORIES= security + +MAINTAINER= obache@NetBSD.org +HOMEPAGE= http://github.com/maccman/roauth +COMMENT= Simple Ruby OAuth library +LICENSE= mit + +GEM_BUILD= gemspec + +.include "../../misc/rubygems/rubygem.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/security/ruby-roauth/PLIST b/security/ruby-roauth/PLIST new file mode 100644 index 00000000000..44ef293c938 --- /dev/null +++ b/security/ruby-roauth/PLIST @@ -0,0 +1,10 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2010/08/03 05:01:41 obache Exp $ +${GEM_HOME}/cache/roauth-${PKGVERSION}.gem +${GEM_LIBDIR}/.gitignore +${GEM_LIBDIR}/LICENSE +${GEM_LIBDIR}/README.markdown +${GEM_LIBDIR}/Rakefile +${GEM_LIBDIR}/VERSION +${GEM_LIBDIR}/lib/roauth.rb +${GEM_LIBDIR}/roauth.gemspec +${GEM_HOME}/specifications/roauth-${PKGVERSION}.gemspec diff --git a/security/ruby-roauth/distinfo b/security/ruby-roauth/distinfo new file mode 100644 index 00000000000..29f6e524e79 --- /dev/null +++ b/security/ruby-roauth/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2010/08/03 05:01:41 obache Exp $ + +SHA1 (roauth-0.0.2.gem) = 8eba505cb817564e162dc33ea132a32b908d5c05 +RMD160 (roauth-0.0.2.gem) = 4e582acaf9d34f3d43ab0985c18b88d91ad584b0 +Size (roauth-0.0.2.gem) = 6656 bytes |