diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2018-04-16 04:02:25 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2018-04-16 04:02:25 +0800 |
commit | 4315e755cb5c69049ef7a4c2caa29952a5f8d0a0 (patch) | |
tree | 6b22869063c28175795f897a8b1685899c5cfb6b /textproc | |
parent | d4c5b12feac6f4b7c299e4a5d5a87e09fe3494b7 (diff) | |
download | freebsd-ports-gnome-4315e755cb5c69049ef7a4c2caa29952a5f8d0a0.tar.gz freebsd-ports-gnome-4315e755cb5c69049ef7a4c2caa29952a5f8d0a0.tar.zst freebsd-ports-gnome-4315e755cb5c69049ef7a4c2caa29952a5f8d0a0.zip |
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
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/Makefile | 1 | ||||
-rw-r--r-- | textproc/rubygem-rly/Makefile | 19 | ||||
-rw-r--r-- | textproc/rubygem-rly/distinfo | 3 | ||||
-rw-r--r-- | textproc/rubygem-rly/pkg-descr | 4 |
4 files changed, 27 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 9afc0a6f5328..1e6c028f114a 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -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 diff --git a/textproc/rubygem-rly/Makefile b/textproc/rubygem-rly/Makefile new file mode 100644 index 000000000000..ea1e6d51ee99 --- /dev/null +++ b/textproc/rubygem-rly/Makefile @@ -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> diff --git a/textproc/rubygem-rly/distinfo b/textproc/rubygem-rly/distinfo new file mode 100644 index 000000000000..2a2cdb6bca6b --- /dev/null +++ b/textproc/rubygem-rly/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1523741099 +SHA256 (rubygem/rly-0.2.3.gem) = 71bec3d22e63e5d7fc5804b6f7e0f1b6cbcbbe6b29b8d08548104ffbde9142ea +SIZE (rubygem/rly-0.2.3.gem) = 24064 diff --git a/textproc/rubygem-rly/pkg-descr b/textproc/rubygem-rly/pkg-descr new file mode 100644 index 000000000000..e3837651f3e6 --- /dev/null +++ b/textproc/rubygem-rly/pkg-descr @@ -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 |