diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2013-05-29 00:40:56 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2013-05-29 00:40:56 +0000 |
commit | a0421aa4bfa857d2933277fc9f24cb2d5c5be6d2 (patch) | |
tree | a9f07c67bfd6a2824f5fa61d607d40cd642713fe /devel/Makefile | |
parent | 42b80a9144ce52d1e092f0fb65f86dadf0e0a112 (diff) |
It is specialized versions of methods for working with binary data.
It were written cause:
- MRI's #pack and #unpack seems to be slow
- result of #pack is often appended to a string at the very next step.
- usually we need to drop unpacked string head
WWW: https://github.com/funny-falcon/bin_utils
PR: ports/178619
Submitted by: Gvozdikov Veniamin <g.veniamin@googlemail.com>
Notes
Notes:
svn path=/head/; revision=319334
Diffstat (limited to 'devel/Makefile')
-rw-r--r-- | devel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 3b91d16c772d..3949d072c1ad 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -3997,6 +3997,7 @@ SUBDIR += rubygem-backports SUBDIR += rubygem-bacon SUBDIR += rubygem-benelux + SUBDIR += rubygem-bin_utils SUBDIR += rubygem-bioruby SUBDIR += rubygem-blockenspiel SUBDIR += rubygem-bson |