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:
parent
884320238b
commit
568f18db49
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=467413
@ -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
|
||||
|
19
textproc/rubygem-rly/Makefile
Normal file
19
textproc/rubygem-rly/Makefile
Normal 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>
|
3
textproc/rubygem-rly/distinfo
Normal file
3
textproc/rubygem-rly/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1523741099
|
||||
SHA256 (rubygem/rly-0.2.3.gem) = 71bec3d22e63e5d7fc5804b6f7e0f1b6cbcbbe6b29b8d08548104ffbde9142ea
|
||||
SIZE (rubygem/rly-0.2.3.gem) = 24064
|
4
textproc/rubygem-rly/pkg-descr
Normal file
4
textproc/rubygem-rly/pkg-descr
Normal 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
|
Loading…
Reference in New Issue
Block a user