[DRE-commits] [ruby-buftok] 05/06: update description

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Tue Apr 15 05:45:08 UTC 2014


This is an automated email from the git hooks/post-receive script.

praveen pushed a commit to branch master
in repository ruby-buftok.

commit 4820e97838b7e832b758e0a56c3b9ff5b2914270
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date:   Tue Apr 15 11:00:56 2014 +0530

    update description
---
 debian/control | 12 +++++++++---
 1 file changed, 9 insertions(+), 3 deletions(-)

diff --git a/debian/control b/debian/control
index e09a6a2..1a65b14 100644
--- a/debian/control
+++ b/debian/control
@@ -14,6 +14,12 @@ Package: ruby-buftok
 Architecture: all
 XB-Ruby-Versions: ${ruby:Versions}
 Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter
-# bundler (~> 1.0, development)
-Description: BufferedTokenizer extracts token delimited entities from a sequence of arbitrary inputs
- BufferedTokenizer extracts token delimited entities from a sequence of arbitrary inputs
+Description: extracts token delimited entities from a sequence of arbitrary inputs
+ Statefully split input data by a specifiable token
+ .
+ BufferedTokenizer takes a delimiter upon instantiation, or acts line-based by
+ default.  It allows input to be spoon-fed from some outside source which
+ receives arbitrary length datagrams which may-or-may-not contain the token by
+ which entities are delimited.  In this respect it's ideally paired with
+ something like EventMachine.
+

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-buftok.git



More information about the Pkg-ruby-extras-commits mailing list