Add rubygem-rly 0.2.3

Rly is a lexer and parser generator for Ruby (O RLY?), based on ideas and
solutions of Python's Ply (in some places it's a total rip off actually).

WWW: https://github.com/farcaller/rly
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2018-04-15 20:02:25 +00:00
parent 884320238b
commit 568f18db49
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=467413
4 changed files with 27 additions and 0 deletions

View File

@ -1579,6 +1579,7 @@
SUBDIR += rubygem-reverse_markdown
SUBDIR += rubygem-ri_cal
SUBDIR += rubygem-rich
SUBDIR += rubygem-rly
SUBDIR += rubygem-rmmseg-cpp
SUBDIR += rubygem-ronn
SUBDIR += rubygem-rouge

View File

@ -0,0 +1,19 @@
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= rly
PORTVERSION= 0.2.3
CATEGORIES= textproc rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Ruby implementation of lex and yacc
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
NO_ARCH= yes
USE_RUBY= yes
USES= gem
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1523741099
SHA256 (rubygem/rly-0.2.3.gem) = 71bec3d22e63e5d7fc5804b6f7e0f1b6cbcbbe6b29b8d08548104ffbde9142ea
SIZE (rubygem/rly-0.2.3.gem) = 24064

View File

@ -0,0 +1,4 @@
Rly is a lexer and parser generator for Ruby (O RLY?), based on ideas and
solutions of Python's Ply (in some places it's a total rip off actually).
WWW: https://github.com/farcaller/rly