The following reply was made to PR ports/182687; it has been noted by GNATS.
From: [email protected] (dfilter service) To: [email protected] Cc: Subject: Re: ports/182687: commit references a PR Date: Sun, 20 Oct 2013 19:15:07 +0000 (UTC) Author: swills Date: Sun Oct 20 19:14:52 2013 New Revision: 331056 URL: http://svnweb.freebsd.org/changeset/ports/331056 Log: A fast Gherkin lexer/parser based on the Ragel State Machine Compiler. WWW: http://github.com/cucumber/gherkin PR: ports/182687 Submitted by: Loic Blot <[email protected]> Added: head/textproc/rubygem-gherkin/ head/textproc/rubygem-gherkin/Makefile (contents, props changed) head/textproc/rubygem-gherkin/distinfo (contents, props changed) head/textproc/rubygem-gherkin/pkg-descr (contents, props changed) Modified: head/textproc/Makefile Modified: head/textproc/Makefile ============================================================================== --- head/textproc/Makefile Sun Oct 20 19:00:14 2013 (r331055) +++ head/textproc/Makefile Sun Oct 20 19:14:52 2013 (r331056) @@ -1299,6 +1299,7 @@ SUBDIR += rubygem-fast_xs073 SUBDIR += rubygem-ferret SUBDIR += rubygem-gemoji + SUBDIR += rubygem-gherkin SUBDIR += rubygem-heredoc_unindent SUBDIR += rubygem-hikidoc SUBDIR += rubygem-htmlentities Added: head/textproc/rubygem-gherkin/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/rubygem-gherkin/Makefile Sun Oct 20 19:14:52 2013 (r331056) @@ -0,0 +1,19 @@ +# $FreeBSD$ + +PORTNAME= gherkin +PORTVERSION= 2.12.1 +CATEGORIES= textproc rubygems +MASTER_SITES= RG + +MAINTAINER= [email protected] +COMMENT= Fast Gherkin lexer/parser based on the Ragel State Machine Compiler + +RUN_DEPENDS= rubygem-multi_json>=1.3:${PORTSDIR}/devel/rubygem-multi_json + +USE_RUBY= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST= yes + +NO_STAGE= yes + +.include <bsd.port.mk> Added: head/textproc/rubygem-gherkin/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/rubygem-gherkin/distinfo Sun Oct 20 19:14:52 2013 (r331056) @@ -0,0 +1,2 @@ +SHA256 (rubygem/gherkin-2.12.1.gem) = 8534d17bd87416d52b19c73266caae7154298e4433b533532da3cdb91b64df1e +SIZE (rubygem/gherkin-2.12.1.gem) = 1053184 Added: head/textproc/rubygem-gherkin/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/rubygem-gherkin/pkg-descr Sun Oct 20 19:14:52 2013 (r331056) @@ -0,0 +1,3 @@ +A fast Gherkin lexer/parser based on the Ragel State Machine Compiler. + +WWW: http://github.com/cucumber/gherkin _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "[email protected]" _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ruby To unsubscribe, send any mail to "[email protected]"
