diff options
author | obache <obache@pkgsrc.org> | 2014-01-17 12:49:50 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2014-01-17 12:49:50 +0000 |
commit | ba3d22d208116f84d025b104ce23a95025ac83dc (patch) | |
tree | b18b96781e20b3615b3f033eb861587eafa3acd6 /textproc/ruby-buftok | |
parent | a699f910bb40e907a3e9e4bbd8db17eb6c2a6511 (diff) | |
download | pkgsrc-ba3d22d208116f84d025b104ce23a95025ac83dc.tar.gz |
Import ruby-buftok-0.2.0 as textproc/ruby-buftok.
part of PR pkg/48447.
BufferedTokenizer extracts token delimited entities from a sequence of
arbitrary inputs.
Diffstat (limited to 'textproc/ruby-buftok')
-rw-r--r-- | textproc/ruby-buftok/DESCR | 2 | ||||
-rw-r--r-- | textproc/ruby-buftok/Makefile | 15 | ||||
-rw-r--r-- | textproc/ruby-buftok/PLIST | 11 | ||||
-rw-r--r-- | textproc/ruby-buftok/distinfo | 5 |
4 files changed, 33 insertions, 0 deletions
diff --git a/textproc/ruby-buftok/DESCR b/textproc/ruby-buftok/DESCR new file mode 100644 index 00000000000..14ba7c68995 --- /dev/null +++ b/textproc/ruby-buftok/DESCR @@ -0,0 +1,2 @@ +BufferedTokenizer extracts token delimited entities from a sequence of +arbitrary inputs. diff --git a/textproc/ruby-buftok/Makefile b/textproc/ruby-buftok/Makefile new file mode 100644 index 00000000000..506469cc207 --- /dev/null +++ b/textproc/ruby-buftok/Makefile @@ -0,0 +1,15 @@ +# $NetBSD: Makefile,v 1.1 2014/01/17 12:49:50 obache Exp $ +# + +DISTNAME= buftok-0.2.0 +CATEGORIES= textproc + +MAINTAINER= tsutsui@NetBSD.org +HOMEPAGE= https://github.com/sferik/buftok +COMMENT= Statefully split input data by a specifiable token +LICENSE= 2-clause-bsd OR ruby-license + +USE_LANGUAGES= # none + +.include "../../lang/ruby/gem.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/textproc/ruby-buftok/PLIST b/textproc/ruby-buftok/PLIST new file mode 100644 index 00000000000..d1773d4cb54 --- /dev/null +++ b/textproc/ruby-buftok/PLIST @@ -0,0 +1,11 @@ +@comment $NetBSD: PLIST,v 1.1 2014/01/17 12:49:50 obache Exp $ +${GEM_HOME}/cache/${GEM_NAME}.gem +${GEM_LIBDIR}/CONTRIBUTING.md +${GEM_LIBDIR}/Gemfile +${GEM_LIBDIR}/LICENSE.md +${GEM_LIBDIR}/README.md +${GEM_LIBDIR}/Rakefile +${GEM_LIBDIR}/buftok.gemspec +${GEM_LIBDIR}/lib/buftok.rb +${GEM_LIBDIR}/test/test_buftok.rb +${GEM_HOME}/specifications/${GEM_NAME}.gemspec diff --git a/textproc/ruby-buftok/distinfo b/textproc/ruby-buftok/distinfo new file mode 100644 index 00000000000..326cb199f76 --- /dev/null +++ b/textproc/ruby-buftok/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2014/01/17 12:49:50 obache Exp $ + +SHA1 (buftok-0.2.0.gem) = 79416fb8e3c8b2f4f5a01159fc40af0cf9e470d6 +RMD160 (buftok-0.2.0.gem) = f0ee7c1d7fc42809aab341ee91443ef643a7f13b +Size (buftok-0.2.0.gem) = 8192 bytes |