pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/ruby-bit-struct Import ruby-bit-struct-0.15.0 as...
details: https://anonhg.NetBSD.org/pkgsrc/rev/ed52a578b91f
branches: trunk
changeset: 358815:ed52a578b91f
user: minskim <minskim%pkgsrc.org@localhost>
date: Tue Feb 21 01:18:13 2017 +0000
description:
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.
diffstat:
devel/ruby-bit-struct/DESCR | 2 +
devel/ruby-bit-struct/Makefile | 12 +++++++++++
devel/ruby-bit-struct/PLIST | 45 ++++++++++++++++++++++++++++++++++++++++++
devel/ruby-bit-struct/distinfo | 6 +++++
4 files changed, 65 insertions(+), 0 deletions(-)
diffs (81 lines):
diff -r ea1c006dc3dd -r ed52a578b91f devel/ruby-bit-struct/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/ruby-bit-struct/DESCR Tue Feb 21 01:18:13 2017 +0000
@@ -0,0 +1,2 @@
+Library for packed binary data stored in ruby Strings. Useful for
+accessing fields in network packets and binary files.
diff -r ea1c006dc3dd -r ed52a578b91f devel/ruby-bit-struct/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/ruby-bit-struct/Makefile Tue Feb 21 01:18:13 2017 +0000
@@ -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"
diff -r ea1c006dc3dd -r ed52a578b91f devel/ruby-bit-struct/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/ruby-bit-struct/PLIST Tue Feb 21 01:18:13 2017 +0000
@@ -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
diff -r ea1c006dc3dd -r ed52a578b91f devel/ruby-bit-struct/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/ruby-bit-struct/distinfo Tue Feb 21 01:18:13 2017 +0000
@@ -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