Subject: CVS commit: pkgsrc/devel/ruby-bindata
From: Min Sik Kim
Date: 2017-10-16 18:29:24
Message id: 20171016162924.DA5B7FBC7@cvs.NetBSD.org

Log Message:
devel/ruby-bindata: Import version 2.4.1

BinData provides a declarative way to read and write structured binary
data. This means the programmer specifies what the format of the
binary data is, and BinData works out how to read and write data in
this format. It is an easier (and more readable) alternative to ruby's
#pack and #unpack methods. BinData makes it easy to create new data
types. It supports all the common primitive datatypes that are found
in structured binary data formats. Support for dependent and variable
length fields is built in.

Files:
RevisionActionfile
1.1addpkgsrc/devel/ruby-bindata/DESCR
1.1addpkgsrc/devel/ruby-bindata/Makefile
1.1addpkgsrc/devel/ruby-bindata/PLIST
1.1addpkgsrc/devel/ruby-bindata/distinfo