svn commit: r467413 - in head/textproc: . rubygem-rly
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sun Apr 15 20:02:27 UTC 2018
Author: sunpoet
Date: Sun Apr 15 20:02:25 2018
New Revision: 467413
URL: https://svnweb.freebsd.org/changeset/ports/467413
Log:
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
Added:
head/textproc/rubygem-rly/
head/textproc/rubygem-rly/Makefile (contents, props changed)
head/textproc/rubygem-rly/distinfo (contents, props changed)
head/textproc/rubygem-rly/pkg-descr (contents, props changed)
Modified:
head/textproc/Makefile
Modified: head/textproc/Makefile
==============================================================================
--- head/textproc/Makefile Sun Apr 15 20:02:19 2018 (r467412)
+++ head/textproc/Makefile Sun Apr 15 20:02:25 2018 (r467413)
@@ -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
Added: head/textproc/rubygem-rly/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/textproc/rubygem-rly/Makefile Sun Apr 15 20:02:25 2018 (r467413)
@@ -0,0 +1,19 @@
+# Created by: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= rly
+PORTVERSION= 0.2.3
+CATEGORIES= textproc rubygems
+MASTER_SITES= RG
+
+MAINTAINER= sunpoet at 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>
Added: head/textproc/rubygem-rly/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/textproc/rubygem-rly/distinfo Sun Apr 15 20:02:25 2018 (r467413)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1523741099
+SHA256 (rubygem/rly-0.2.3.gem) = 71bec3d22e63e5d7fc5804b6f7e0f1b6cbcbbe6b29b8d08548104ffbde9142ea
+SIZE (rubygem/rly-0.2.3.gem) = 24064
Added: head/textproc/rubygem-rly/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/textproc/rubygem-rly/pkg-descr Sun Apr 15 20:02:25 2018 (r467413)
@@ -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
More information about the svn-ports-all
mailing list