Date: Sun, 15 Apr 2018 20:02:25 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r467413 - in head/textproc: . rubygem-rly Message-ID: <201804152002.w3FK2PiU082692@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201804152002.w3FK2PiU082692>