pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/ruby-snaky_hash



Module Name:    pkgsrc
Committed By:   taca
Date:           Sun Sep 11 05:35:29 UTC 2022

Added Files:
        pkgsrc/security/ruby-snaky_hash: DESCR Makefile PLIST distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/security/ruby-snaky_hash/DESCR \
    pkgsrc/security/ruby-snaky_hash/Makefile \
    pkgsrc/security/ruby-snaky_hash/PLIST \
    pkgsrc/security/ruby-snaky_hash/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: pkgsrc/security/ruby-snaky_hash/DESCR
diff -u /dev/null pkgsrc/security/ruby-snaky_hash/DESCR:1.1
--- /dev/null   Sun Sep 11 05:35:29 2022
+++ pkgsrc/security/ruby-snaky_hash/DESCR       Sun Sep 11 05:35:28 2022
@@ -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.
Index: pkgsrc/security/ruby-snaky_hash/Makefile
diff -u /dev/null pkgsrc/security/ruby-snaky_hash/Makefile:1.1
--- /dev/null   Sun Sep 11 05:35:29 2022
+++ pkgsrc/security/ruby-snaky_hash/Makefile    Sun Sep 11 05:35:28 2022
@@ -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"
Index: pkgsrc/security/ruby-snaky_hash/PLIST
diff -u /dev/null pkgsrc/security/ruby-snaky_hash/PLIST:1.1
--- /dev/null   Sun Sep 11 05:35:29 2022
+++ pkgsrc/security/ruby-snaky_hash/PLIST       Sun Sep 11 05:35:28 2022
@@ -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
Index: pkgsrc/security/ruby-snaky_hash/distinfo
diff -u /dev/null pkgsrc/security/ruby-snaky_hash/distinfo:1.1
--- /dev/null   Sun Sep 11 05:35:29 2022
+++ pkgsrc/security/ruby-snaky_hash/distinfo    Sun Sep 11 05:35:28 2022
@@ -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