pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/ruby-snaky_hash security/ruby-snaky_hash: add...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/76cb5b333191
branches:  trunk
changeset: 385122:76cb5b333191
user:      taca <taca%pkgsrc.org@localhost>
date:      Sun Sep 11 05:35:28 2022 +0000

description:
security/ruby-snaky_hash: add package version 2.0.0

Required by ruby-auth version 1.0.1 and later.


SnakyHash

This gem is used by the oauth and oauth2 gems, and others, to normalize hash
keys and lookups, and provide a nice psuedo-object interface.

It has its roots in the Rash (specifically the rash_alt flavor), which is a
special Mash, made popular by the hashie gem.

Classes that include SnakyHash::Snake should inherit from Hashie::Mash.

diffstat:

 security/ruby-snaky_hash/DESCR    |   9 +++++++++
 security/ruby-snaky_hash/Makefile |  17 +++++++++++++++++
 security/ruby-snaky_hash/PLIST    |  14 ++++++++++++++
 security/ruby-snaky_hash/distinfo |   5 +++++
 4 files changed, 45 insertions(+), 0 deletions(-)

diffs (61 lines):

diff -r 99c21429386a -r 76cb5b333191 security/ruby-snaky_hash/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/ruby-snaky_hash/DESCR    Sun Sep 11 05:35:28 2022 +0000
@@ -0,0 +1,9 @@
+SnakyHash
+
+This gem is used by the oauth and oauth2 gems, and others, to normalize hash
+keys and lookups, and provide a nice psuedo-object interface.
+
+It has its roots in the Rash (specifically the rash_alt flavor), which is a
+special Mash, made popular by the hashie gem.
+
+Classes that include SnakyHash::Snake should inherit from Hashie::Mash.
diff -r 99c21429386a -r 76cb5b333191 security/ruby-snaky_hash/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/ruby-snaky_hash/Makefile Sun Sep 11 05:35:28 2022 +0000
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.1 2022/09/11 05:35:28 taca Exp $
+
+DISTNAME=      snaky_hash-2.0.0
+CATEGORIES=    security
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://gitlab.com/oauth-xx/snaky_hash
+COMMENT=       Hashie::Mash joint to make #snakelife better
+LICENSE=       mit
+
+DEPENDS+=      ${RUBY_PKGPREFIX}-hashie>=0:../../misc/ruby-hashie
+DEPENDS+=      ${RUBY_PKGPREFIX}-version_gem>=1.1<2:../../devel/ruby-version_gem
+
+USE_LANGUAGES= # none
+
+.include "../../lang/ruby/gem.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 99c21429386a -r 76cb5b333191 security/ruby-snaky_hash/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/ruby-snaky_hash/PLIST    Sun Sep 11 05:35:28 2022 +0000
@@ -0,0 +1,14 @@
+@comment $NetBSD: PLIST,v 1.1 2022/09/11 05:35:28 taca Exp $
+${GEM_HOME}/cache/${GEM_NAME}.gem
+${GEM_LIBDIR}/CHANGELOG.md
+${GEM_LIBDIR}/CODE_OF_CONDUCT.md
+${GEM_LIBDIR}/CONTRIBUTING.md
+${GEM_LIBDIR}/LICENSE.txt
+${GEM_LIBDIR}/README.md
+${GEM_LIBDIR}/SECURITY.md
+${GEM_LIBDIR}/lib/snaky_hash.rb
+${GEM_LIBDIR}/lib/snaky_hash/snake.rb
+${GEM_LIBDIR}/lib/snaky_hash/string_keyed.rb
+${GEM_LIBDIR}/lib/snaky_hash/symbol_keyed.rb
+${GEM_LIBDIR}/lib/snaky_hash/version.rb
+${GEM_HOME}/specifications/${GEM_NAME}.gemspec
diff -r 99c21429386a -r 76cb5b333191 security/ruby-snaky_hash/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/ruby-snaky_hash/distinfo Sun Sep 11 05:35:28 2022 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2022/09/11 05:35:28 taca Exp $
+
+BLAKE2s (snaky_hash-2.0.0.gem) = 42db0e61098c88fdb8a89a136f81deab1877f5a7a147e0fdf00d03a97fb8fe90
+SHA512 (snaky_hash-2.0.0.gem) = 1c253eccd10c0d72eeca1f03f904bb97e2d65026c5926994941be54db7f8bd023a1c39deedad99c003e3baa152d62c8a618e5295ed423c854ce0a1cbb0cdb7f9
+Size (snaky_hash-2.0.0.gem) = 11264 bytes



Home | Main Index | Thread Index | Old Index