pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/ruby-bit-struct



Module Name:    pkgsrc
Committed By:   minskim
Date:           Tue Feb 21 01:18:13 UTC 2017

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

Log Message:
Import ruby-bit-struct-0.15.0 as devel/ruby-bit-struct

Library for packed binary data stored in ruby Strings. Useful for
accessing fields in network packets and binary files.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/ruby-bit-struct/DESCR \
    pkgsrc/devel/ruby-bit-struct/Makefile pkgsrc/devel/ruby-bit-struct/PLIST \
    pkgsrc/devel/ruby-bit-struct/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-bit-struct/DESCR
diff -u /dev/null pkgsrc/devel/ruby-bit-struct/DESCR:1.1
--- /dev/null   Tue Feb 21 01:18:13 2017
+++ pkgsrc/devel/ruby-bit-struct/DESCR  Tue Feb 21 01:18:13 2017
@@ -0,0 +1,2 @@
+Library for packed binary data stored in ruby Strings. Useful for
+accessing fields in network packets and binary files.
Index: pkgsrc/devel/ruby-bit-struct/Makefile
diff -u /dev/null pkgsrc/devel/ruby-bit-struct/Makefile:1.1
--- /dev/null   Tue Feb 21 01:18:13 2017
+++ pkgsrc/devel/ruby-bit-struct/Makefile       Tue Feb 21 01:18:13 2017
@@ -0,0 +1,12 @@
+# $NetBSD: Makefile,v 1.1 2017/02/21 01:18:13 minskim Exp $
+
+DISTNAME=      bit-struct-0.15.0
+CATEGORIES=    devel
+
+MAINTAINER=    minskim%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/vjoel/bit-struct
+COMMENT=       Library for packed binary data stored in ruby Strings
+LICENSE=       ruby-license
+
+.include "../../lang/ruby/gem.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/ruby-bit-struct/PLIST
diff -u /dev/null pkgsrc/devel/ruby-bit-struct/PLIST:1.1
--- /dev/null   Tue Feb 21 01:18:13 2017
+++ pkgsrc/devel/ruby-bit-struct/PLIST  Tue Feb 21 01:18:13 2017
@@ -0,0 +1,45 @@
+@comment $NetBSD: PLIST,v 1.1 2017/02/21 01:18:13 minskim Exp $
+${GEM_HOME}/cache/${GEM_NAME}.gem
+${GEM_LIBDIR}/History.txt
+${GEM_LIBDIR}/README.md
+${GEM_LIBDIR}/Rakefile
+${GEM_LIBDIR}/examples/ara-player-data.rb
+${GEM_LIBDIR}/examples/bignum.rb
+${GEM_LIBDIR}/examples/bits.rb
+${GEM_LIBDIR}/examples/byte-bdy.rb
+${GEM_LIBDIR}/examples/field-ripper.rb
+${GEM_LIBDIR}/examples/fixed-point.rb
+${GEM_LIBDIR}/examples/ip.rb
+${GEM_LIBDIR}/examples/longlong.rb
+${GEM_LIBDIR}/examples/md.rb
+${GEM_LIBDIR}/examples/modular-def.rb
+${GEM_LIBDIR}/examples/native.rb
+${GEM_LIBDIR}/examples/nested-block.rb
+${GEM_LIBDIR}/examples/nested.rb
+${GEM_LIBDIR}/examples/pad.rb
+${GEM_LIBDIR}/examples/ping-recv.rb
+${GEM_LIBDIR}/examples/ping.rb
+${GEM_LIBDIR}/examples/player-data.rb
+${GEM_LIBDIR}/examples/raw.rb
+${GEM_LIBDIR}/examples/rest.rb
+${GEM_LIBDIR}/examples/switch-endian.rb
+${GEM_LIBDIR}/examples/vector.rb
+${GEM_LIBDIR}/lib/bit-struct.rb
+${GEM_LIBDIR}/lib/bit-struct/bit-struct.rb
+${GEM_LIBDIR}/lib/bit-struct/char-field.rb
+${GEM_LIBDIR}/lib/bit-struct/fields.rb
+${GEM_LIBDIR}/lib/bit-struct/float-field.rb
+${GEM_LIBDIR}/lib/bit-struct/hex-octet-field.rb
+${GEM_LIBDIR}/lib/bit-struct/nested-field.rb
+${GEM_LIBDIR}/lib/bit-struct/octet-field.rb
+${GEM_LIBDIR}/lib/bit-struct/pad-field.rb
+${GEM_LIBDIR}/lib/bit-struct/signed-field.rb
+${GEM_LIBDIR}/lib/bit-struct/text-field.rb
+${GEM_LIBDIR}/lib/bit-struct/unsigned-field.rb
+${GEM_LIBDIR}/lib/bit-struct/vector-field.rb
+${GEM_LIBDIR}/lib/bit-struct/vector.rb
+${GEM_LIBDIR}/lib/bit-struct/yaml.rb
+${GEM_LIBDIR}/test/test-endian.rb
+${GEM_LIBDIR}/test/test-vector.rb
+${GEM_LIBDIR}/test/test.rb
+${GEM_HOME}/specifications/${GEM_NAME}.gemspec
Index: pkgsrc/devel/ruby-bit-struct/distinfo
diff -u /dev/null pkgsrc/devel/ruby-bit-struct/distinfo:1.1
--- /dev/null   Tue Feb 21 01:18:13 2017
+++ pkgsrc/devel/ruby-bit-struct/distinfo       Tue Feb 21 01:18:13 2017
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2017/02/21 01:18:13 minskim Exp $
+
+SHA1 (bit-struct-0.15.0.gem) = 206032b90fa513a4915f9266a71f95e7c972effb
+RMD160 (bit-struct-0.15.0.gem) = ea4eabab03741245e57e24f8364ea739e18fc311
+SHA512 (bit-struct-0.15.0.gem) = f2bb466908c056d552c323ba0543ff698d94e5f49e35246d2497021a11151d2ab5355844eab338c87b021e8198729d0767d9d87b59ab012e9b296b15b838cfd3
+Size (bit-struct-0.15.0.gem) = 30720 bytes



Home | Main Index | Thread Index | Old Index