Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 6 Jul 2017 13:49:54 +0000 (UTC)
From:      Torsten Zuehlsdorff <tz@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r445148 - in head/textproc: . rubygem-citrus
Message-ID:  <201707061349.v66DnstZ021851@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tz
Date: Thu Jul  6 13:49:54 2017
New Revision: 445148
URL: https://svnweb.freebsd.org/changeset/ports/445148

Log:
  New port: textproc/rubygem-citrus
  
  Parsing Expressions for Ruby
  
  WWW: http://mjackson.github.io/citrus
  
  Submitted by: Matthias Fechner <idefix@fechner.net>

Added:
  head/textproc/rubygem-citrus/
  head/textproc/rubygem-citrus/Makefile   (contents, props changed)
  head/textproc/rubygem-citrus/distinfo   (contents, props changed)
  head/textproc/rubygem-citrus/pkg-descr   (contents, props changed)
Modified:
  head/textproc/Makefile

Modified: head/textproc/Makefile
==============================================================================
--- head/textproc/Makefile	Thu Jul  6 13:47:14 2017	(r445147)
+++ head/textproc/Makefile	Thu Jul  6 13:49:54 2017	(r445148)
@@ -1452,6 +1452,7 @@
     SUBDIR += rubygem-babel-transpiler
     SUBDIR += rubygem-babosa
     SUBDIR += rubygem-charlock_holmes
+    SUBDIR += rubygem-citrus
     SUBDIR += rubygem-cld3
     SUBDIR += rubygem-coderay
     SUBDIR += rubygem-colorator

Added: head/textproc/rubygem-citrus/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/rubygem-citrus/Makefile	Thu Jul  6 13:49:54 2017	(r445148)
@@ -0,0 +1,17 @@
+# $FreeBSD$
+
+PORTNAME=	citrus
+PORTVERSION=	3.0.2
+CATEGORIES=	textproc rubygems
+MASTER_SITES=	RG
+
+MAINTAINER=	tz@FreeBSD.org
+COMMENT=	Parsing Expressions for Ruby
+
+BUILD_DEPENDS=	rubygem-rake>=0:devel/rubygem-rake
+
+NO_ARCH=	yes
+USE_RUBY=	yes
+USES=		gem
+
+.include <bsd.port.mk>

Added: head/textproc/rubygem-citrus/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/rubygem-citrus/distinfo	Thu Jul  6 13:49:54 2017	(r445148)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1498834686
+SHA256 (rubygem/citrus-3.0.2.gem) = 4ec2412fc389ad186735f4baee1460f7900a8e130ffe3f216b30d4f9c684f650
+SIZE (rubygem/citrus-3.0.2.gem) = 45056

Added: head/textproc/rubygem-citrus/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/rubygem-citrus/pkg-descr	Thu Jul  6 13:49:54 2017	(r445148)
@@ -0,0 +1,3 @@
+Parsing Expressions for Ruby
+
+WWW: http://mjackson.github.io/citrus



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