freebsd-ports/devel/rubygem-buftok/Makefile
Sunpoet Po-Chuan Hsieh 31c2618ff9 - 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
2014-08-07 16:31:11 +00:00

18 lines
344 B
Makefile

# 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>