pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/ruby-classy_hash



Module Name:    pkgsrc
Committed By:   taca
Date:           Wed Feb 28 15:45:32 UTC 2018

Added Files:
        pkgsrc/devel/ruby-classy_hash: DESCR Makefile PLIST distinfo

Log Message:
devel/ruby-classy_hash: add version 0.2.1

pkgsrc note: required by newer games/ruby-squib.

Classy Hash is a schema validator for Ruby Hashes.  You provide a simple
schema Hash, and Classy Hash will make sure your data matches, providing
helpful error messages if it doesn't.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/ruby-classy_hash/DESCR \
    pkgsrc/devel/ruby-classy_hash/Makefile \
    pkgsrc/devel/ruby-classy_hash/PLIST \
    pkgsrc/devel/ruby-classy_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/devel/ruby-classy_hash/DESCR
diff -u /dev/null pkgsrc/devel/ruby-classy_hash/DESCR:1.1
--- /dev/null   Wed Feb 28 15:45:32 2018
+++ pkgsrc/devel/ruby-classy_hash/DESCR Wed Feb 28 15:45:32 2018
@@ -0,0 +1,3 @@
+Classy Hash is a schema validator for Ruby Hashes.  You provide a simple
+schema Hash, and Classy Hash will make sure your data matches, providing
+helpful error messages if it doesn't.
Index: pkgsrc/devel/ruby-classy_hash/Makefile
diff -u /dev/null pkgsrc/devel/ruby-classy_hash/Makefile:1.1
--- /dev/null   Wed Feb 28 15:45:32 2018
+++ pkgsrc/devel/ruby-classy_hash/Makefile      Wed Feb 28 15:45:32 2018
@@ -0,0 +1,12 @@
+# $NetBSD: Makefile,v 1.1 2018/02/28 15:45:32 taca Exp $
+
+DISTNAME=      classy_hash-0.2.1
+CATEGORIES=    devel
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/deseretbook/classy_hash
+COMMENT=       Classy Hash: Keep your Hashes classy; a Hash schema validator
+LICENSE=       mit
+
+.include "../../lang/ruby/gem.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/ruby-classy_hash/PLIST
diff -u /dev/null pkgsrc/devel/ruby-classy_hash/PLIST:1.1
--- /dev/null   Wed Feb 28 15:45:32 2018
+++ pkgsrc/devel/ruby-classy_hash/PLIST Wed Feb 28 15:45:32 2018
@@ -0,0 +1,7 @@
+@comment $NetBSD: PLIST,v 1.1 2018/02/28 15:45:32 taca Exp $
+${GEM_HOME}/cache/${GEM_NAME}.gem
+${GEM_LIBDIR}/lib/classy_hash.rb
+${GEM_LIBDIR}/lib/classy_hash/generate.rb
+${GEM_HOME}/specifications/${GEM_NAME}.gemspec
+@pkgdir lib/ruby/gems/2.5.0/extensions
+@pkgdir lib/ruby/gems/2.5.0/build_info
Index: pkgsrc/devel/ruby-classy_hash/distinfo
diff -u /dev/null pkgsrc/devel/ruby-classy_hash/distinfo:1.1
--- /dev/null   Wed Feb 28 15:45:32 2018
+++ pkgsrc/devel/ruby-classy_hash/distinfo      Wed Feb 28 15:45:32 2018
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2018/02/28 15:45:32 taca Exp $
+
+SHA1 (classy_hash-0.2.1.gem) = 7b7980dfad679b5ef68ecabc16ce37444162213e
+RMD160 (classy_hash-0.2.1.gem) = deb1e466cb6282d8479cda5cec5fa91a868419e6
+SHA512 (classy_hash-0.2.1.gem) = 58ae6868f4dea943e9aa981c47f5e36751274b9e76c399e8858383fc7165e83735bdd8fdccbbe9e1c94ea6982972d936ba60320d88d2edc77ec0c23347f6421e
+Size (classy_hash-0.2.1.gem) = 9728 bytes



Home | Main Index | Thread Index | Old Index