Tue Mar 13 16:47:11 2018 UTC ()
devel/ruby-bindata: update to 2.4.3

== Version 2.4.3 (2018-03-10)

* Add Uint8Arrays.  Requested by masarakki.

== Version 2.4.2 (2018-01-31)

* Allow boolean values as parameters.  Requested by Patrik Wenger.


(taca)
diff -r1.1 -r1.2 pkgsrc/devel/ruby-bindata/Makefile
diff -r1.1 -r1.2 pkgsrc/devel/ruby-bindata/PLIST
diff -r1.1 -r1.2 pkgsrc/devel/ruby-bindata/distinfo

cvs diff -r1.1 -r1.2 pkgsrc/devel/ruby-bindata/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/ruby-bindata/Makefile 2017/10/16 16:29:24 1.1
+++ pkgsrc/devel/ruby-bindata/Makefile 2018/03/13 16:47:11 1.2
@@ -1,12 +1,12 @@ @@ -1,12 +1,12 @@
1# $NetBSD: Makefile,v 1.1 2017/10/16 16:29:24 minskim Exp $ 1# $NetBSD: Makefile,v 1.2 2018/03/13 16:47:11 taca Exp $
2 2
3DISTNAME= bindata-2.4.1 3DISTNAME= bindata-2.4.3
4CATEGORIES= devel 4CATEGORIES= devel
5 5
6MAINTAINER= minskim@NetBSD.org 6MAINTAINER= minskim@NetBSD.org
7HOMEPAGE= https://github.com/dmendel/bindata 7HOMEPAGE= https://github.com/dmendel/bindata
8COMMENT= Declarative way to read and write structured binary data 8COMMENT= Declarative way to read and write structured binary data
9LICENSE= 2-clause-bsd 9LICENSE= 2-clause-bsd
10 10
11.include "../../lang/ruby/gem.mk" 11.include "../../lang/ruby/gem.mk"
12.include "../../mk/bsd.pkg.mk" 12.include "../../mk/bsd.pkg.mk"

cvs diff -r1.1 -r1.2 pkgsrc/devel/ruby-bindata/PLIST (expand / switch to unified diff)

--- pkgsrc/devel/ruby-bindata/PLIST 2017/10/16 16:29:24 1.1
+++ pkgsrc/devel/ruby-bindata/PLIST 2018/03/13 16:47:11 1.2
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1@comment $NetBSD: PLIST,v 1.1 2017/10/16 16:29:24 minskim Exp $ 1@comment $NetBSD: PLIST,v 1.2 2018/03/13 16:47:11 taca Exp $
2${GEM_HOME}/cache/${GEM_NAME}.gem 2${GEM_HOME}/cache/${GEM_NAME}.gem
3${GEM_LIBDIR}/.gitignore 3${GEM_LIBDIR}/.gitignore
4${GEM_LIBDIR}/.travis.yml 4${GEM_LIBDIR}/.travis.yml
5${GEM_LIBDIR}/BSDL 5${GEM_LIBDIR}/BSDL
6${GEM_LIBDIR}/COPYING 6${GEM_LIBDIR}/COPYING
7${GEM_LIBDIR}/ChangeLog.rdoc 7${GEM_LIBDIR}/ChangeLog.rdoc
8${GEM_LIBDIR}/Gemfile 8${GEM_LIBDIR}/Gemfile
9${GEM_LIBDIR}/INSTALL 9${GEM_LIBDIR}/INSTALL
10${GEM_LIBDIR}/NEWS.rdoc 10${GEM_LIBDIR}/NEWS.rdoc
11${GEM_LIBDIR}/README.md 11${GEM_LIBDIR}/README.md
12${GEM_LIBDIR}/Rakefile 12${GEM_LIBDIR}/Rakefile
13${GEM_LIBDIR}/bindata.gemspec 13${GEM_LIBDIR}/bindata.gemspec
14${GEM_LIBDIR}/examples/NBT.txt 14${GEM_LIBDIR}/examples/NBT.txt
@@ -36,26 +36,27 @@ ${GEM_LIBDIR}/lib/bindata/lazy.rb @@ -36,26 +36,27 @@ ${GEM_LIBDIR}/lib/bindata/lazy.rb
36${GEM_LIBDIR}/lib/bindata/name.rb 36${GEM_LIBDIR}/lib/bindata/name.rb
37${GEM_LIBDIR}/lib/bindata/offset.rb 37${GEM_LIBDIR}/lib/bindata/offset.rb
38${GEM_LIBDIR}/lib/bindata/params.rb 38${GEM_LIBDIR}/lib/bindata/params.rb
39${GEM_LIBDIR}/lib/bindata/primitive.rb 39${GEM_LIBDIR}/lib/bindata/primitive.rb
40${GEM_LIBDIR}/lib/bindata/record.rb 40${GEM_LIBDIR}/lib/bindata/record.rb
41${GEM_LIBDIR}/lib/bindata/registry.rb 41${GEM_LIBDIR}/lib/bindata/registry.rb
42${GEM_LIBDIR}/lib/bindata/rest.rb 42${GEM_LIBDIR}/lib/bindata/rest.rb
43${GEM_LIBDIR}/lib/bindata/sanitize.rb 43${GEM_LIBDIR}/lib/bindata/sanitize.rb
44${GEM_LIBDIR}/lib/bindata/skip.rb 44${GEM_LIBDIR}/lib/bindata/skip.rb
45${GEM_LIBDIR}/lib/bindata/string.rb 45${GEM_LIBDIR}/lib/bindata/string.rb
46${GEM_LIBDIR}/lib/bindata/stringz.rb 46${GEM_LIBDIR}/lib/bindata/stringz.rb
47${GEM_LIBDIR}/lib/bindata/struct.rb 47${GEM_LIBDIR}/lib/bindata/struct.rb
48${GEM_LIBDIR}/lib/bindata/trace.rb 48${GEM_LIBDIR}/lib/bindata/trace.rb
 49${GEM_LIBDIR}/lib/bindata/uint8_array.rb
49${GEM_LIBDIR}/lib/bindata/version.rb 50${GEM_LIBDIR}/lib/bindata/version.rb
50${GEM_LIBDIR}/lib/bindata/virtual.rb 51${GEM_LIBDIR}/lib/bindata/virtual.rb
51${GEM_LIBDIR}/lib/bindata/warnings.rb 52${GEM_LIBDIR}/lib/bindata/warnings.rb
52${GEM_LIBDIR}/test/alignment_test.rb 53${GEM_LIBDIR}/test/alignment_test.rb
53${GEM_LIBDIR}/test/array_test.rb 54${GEM_LIBDIR}/test/array_test.rb
54${GEM_LIBDIR}/test/base_primitive_test.rb 55${GEM_LIBDIR}/test/base_primitive_test.rb
55${GEM_LIBDIR}/test/base_test.rb 56${GEM_LIBDIR}/test/base_test.rb
56${GEM_LIBDIR}/test/bits_test.rb 57${GEM_LIBDIR}/test/bits_test.rb
57${GEM_LIBDIR}/test/buffer_test.rb 58${GEM_LIBDIR}/test/buffer_test.rb
58${GEM_LIBDIR}/test/choice_test.rb 59${GEM_LIBDIR}/test/choice_test.rb
59${GEM_LIBDIR}/test/count_bytes_remaining_test.rb 60${GEM_LIBDIR}/test/count_bytes_remaining_test.rb
60${GEM_LIBDIR}/test/delayed_io_test.rb 61${GEM_LIBDIR}/test/delayed_io_test.rb
61${GEM_LIBDIR}/test/float_test.rb 62${GEM_LIBDIR}/test/float_test.rb
@@ -64,16 +65,17 @@ ${GEM_LIBDIR}/test/io_test.rb @@ -64,16 +65,17 @@ ${GEM_LIBDIR}/test/io_test.rb
64${GEM_LIBDIR}/test/lazy_test.rb 65${GEM_LIBDIR}/test/lazy_test.rb
65${GEM_LIBDIR}/test/offset_test.rb 66${GEM_LIBDIR}/test/offset_test.rb
66${GEM_LIBDIR}/test/params_test.rb 67${GEM_LIBDIR}/test/params_test.rb
67${GEM_LIBDIR}/test/primitive_test.rb 68${GEM_LIBDIR}/test/primitive_test.rb
68${GEM_LIBDIR}/test/record_test.rb 69${GEM_LIBDIR}/test/record_test.rb
69${GEM_LIBDIR}/test/registry_test.rb 70${GEM_LIBDIR}/test/registry_test.rb
70${GEM_LIBDIR}/test/rest_test.rb 71${GEM_LIBDIR}/test/rest_test.rb
71${GEM_LIBDIR}/test/skip_test.rb 72${GEM_LIBDIR}/test/skip_test.rb
72${GEM_LIBDIR}/test/string_test.rb 73${GEM_LIBDIR}/test/string_test.rb
73${GEM_LIBDIR}/test/stringz_test.rb 74${GEM_LIBDIR}/test/stringz_test.rb
74${GEM_LIBDIR}/test/struct_test.rb 75${GEM_LIBDIR}/test/struct_test.rb
75${GEM_LIBDIR}/test/system_test.rb 76${GEM_LIBDIR}/test/system_test.rb
76${GEM_LIBDIR}/test/test_helper.rb 77${GEM_LIBDIR}/test/test_helper.rb
 78${GEM_LIBDIR}/test/uint8_array_test.rb
77${GEM_LIBDIR}/test/virtual_test.rb 79${GEM_LIBDIR}/test/virtual_test.rb
78${GEM_LIBDIR}/test/warnings_test.rb 80${GEM_LIBDIR}/test/warnings_test.rb
79${GEM_HOME}/specifications/${GEM_NAME}.gemspec 81${GEM_HOME}/specifications/${GEM_NAME}.gemspec

cvs diff -r1.1 -r1.2 pkgsrc/devel/ruby-bindata/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/ruby-bindata/distinfo 2017/10/16 16:29:24 1.1
+++ pkgsrc/devel/ruby-bindata/distinfo 2018/03/13 16:47:11 1.2
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.1 2017/10/16 16:29:24 minskim Exp $ 1$NetBSD: distinfo,v 1.2 2018/03/13 16:47:11 taca Exp $
2 2
3SHA1 (bindata-2.4.1.gem) = 86aaba86d0ccc224366c4f1a78332ba9c8035f07 3SHA1 (bindata-2.4.3.gem) = 2546d6f7bde79dded23ec0d2e81786f3aa006b85
4RMD160 (bindata-2.4.1.gem) = fe61c3ee9675842d571f5fddb45fb1e2e74a16db 4RMD160 (bindata-2.4.3.gem) = 1e7fdaffe436663a013fe9d7a4b7f75cb4677859
5SHA512 (bindata-2.4.1.gem) = 5bbbb38f7deb461c234801677baf30bf6d5300dd46f201ebcaef4cc4182354e1ed375fc1c341a13d6b3a1f579e25e4e53d8aeab0dd979a581131e2a984758243 5SHA512 (bindata-2.4.3.gem) = b04ca21f162a5f777b0bee8d5a3bf82d0210516b961d46ccbe2b4ef49f5eec3a261b220e6706fea565370ac3625a643eec5d892399d2cdde195a34347e6de888
6Size (bindata-2.4.1.gem) = 78848 bytes 6Size (bindata-2.4.3.gem) = 79872 bytes