Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 20 Oct 2013 19:20:01 GMT
From:      dfilter@FreeBSD.ORG (dfilter service)
To:        ruby@FreeBSD.org
Subject:   Re: ports/182687: commit references a PR
Message-ID:  <201310201920.r9KJK1eZ088705@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/182687; it has been noted by GNATS.

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
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 <loic.blot@unix-experience.fr>
 
 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=	ruby@FreeBSD.org
 +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
 _______________________________________________
 svn-ports-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310201920.r9KJK1eZ088705>