mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
- Add rubygem-buftok 0.2.0
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. WWW: https://github.com/sferik/buftok RG: https://rubygems.org/gems/buftok
This commit is contained in:
parent
8c930e9314
commit
31c2618ff9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=364303
4 changed files with 29 additions and 0 deletions
|
@ -4211,6 +4211,7 @@
|
||||||
SUBDIR += rubygem-blankslate
|
SUBDIR += rubygem-blankslate
|
||||||
SUBDIR += rubygem-blockenspiel
|
SUBDIR += rubygem-blockenspiel
|
||||||
SUBDIR += rubygem-bson
|
SUBDIR += rubygem-bson
|
||||||
|
SUBDIR += rubygem-buftok
|
||||||
SUBDIR += rubygem-bugspots
|
SUBDIR += rubygem-bugspots
|
||||||
SUBDIR += rubygem-builder
|
SUBDIR += rubygem-builder
|
||||||
SUBDIR += rubygem-builder31
|
SUBDIR += rubygem-builder31
|
||||||
|
|
18
devel/rubygem-buftok/Makefile
Normal file
18
devel/rubygem-buftok/Makefile
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
||||||
|
# $FreeBSD$
|
||||||
|
|
||||||
|
PORTNAME= buftok
|
||||||
|
PORTVERSION= 0.2.0
|
||||||
|
CATEGORIES= devel rubygems
|
||||||
|
MASTER_SITES= RG
|
||||||
|
|
||||||
|
MAINTAINER= sunpoet@FreeBSD.org
|
||||||
|
COMMENT= Extracts token delimited entities from arbitrary inputs
|
||||||
|
|
||||||
|
LICENSE= MIT
|
||||||
|
|
||||||
|
USE_RUBY= yes
|
||||||
|
USE_RUBYGEMS= yes
|
||||||
|
RUBYGEM_AUTOPLIST= yes
|
||||||
|
|
||||||
|
.include <bsd.port.mk>
|
2
devel/rubygem-buftok/distinfo
Normal file
2
devel/rubygem-buftok/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
SHA256 (rubygem/buftok-0.2.0.gem) = bad760334631e15b8eea608468709d3265e087703b5af0532f6583e277f0fae7
|
||||||
|
SIZE (rubygem/buftok-0.2.0.gem) = 8192
|
8
devel/rubygem-buftok/pkg-descr
Normal file
8
devel/rubygem-buftok/pkg-descr
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
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.
|
||||||
|
|
||||||
|
WWW: https://github.com/sferik/buftok
|
||||||
|
RG: https://rubygems.org/gems/buftok
|
Loading…
Add table
Reference in a new issue