aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Zuehlsdorff <tz@FreeBSD.org>2017-07-07 08:17:07 +0000
committerTorsten Zuehlsdorff <tz@FreeBSD.org>2017-07-07 08:17:07 +0000
commit5e3b059b8e40adbb0c4eeff1a6dbd6e6d8257c72 (patch)
treeb547b53dd86e486fe842ac17a939bb4640351a75
parentdf43c72e5c278974bc934414a7a7e3330db4dcbc (diff)
downloadports-5e3b059b8e40adbb0c4eeff1a6dbd6e6d8257c72.tar.gz
ports-5e3b059b8e40adbb0c4eeff1a6dbd6e6d8257c72.zip
MFH: r445148
New port: textproc/rubygem-citrus Parsing Expressions for Ruby WWW: http://mjackson.github.io/citrus Submitted by: Matthias Fechner <idefix@fechner.net> Approved by: ports-secteam (junovitch)
Notes
Notes: svn path=/branches/2017Q3/; revision=445216
-rw-r--r--textproc/Makefile1
-rw-r--r--textproc/rubygem-citrus/Makefile17
-rw-r--r--textproc/rubygem-citrus/distinfo3
-rw-r--r--textproc/rubygem-citrus/pkg-descr3
4 files changed, 24 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile
index 8b9a31f8922c..deca1633fecb 100644
--- a/textproc/Makefile
+++ b/textproc/Makefile
@@ -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
diff --git a/textproc/rubygem-citrus/Makefile b/textproc/rubygem-citrus/Makefile
new file mode 100644
index 000000000000..f8efd131ec6b
--- /dev/null
+++ b/textproc/rubygem-citrus/Makefile
@@ -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>
diff --git a/textproc/rubygem-citrus/distinfo b/textproc/rubygem-citrus/distinfo
new file mode 100644
index 000000000000..62b56910af5f
--- /dev/null
+++ b/textproc/rubygem-citrus/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1498834686
+SHA256 (rubygem/citrus-3.0.2.gem) = 4ec2412fc389ad186735f4baee1460f7900a8e130ffe3f216b30d4f9c684f650
+SIZE (rubygem/citrus-3.0.2.gem) = 45056
diff --git a/textproc/rubygem-citrus/pkg-descr b/textproc/rubygem-citrus/pkg-descr
new file mode 100644
index 000000000000..bf9a5f703547
--- /dev/null
+++ b/textproc/rubygem-citrus/pkg-descr
@@ -0,0 +1,3 @@
+Parsing Expressions for Ruby
+
+WWW: http://mjackson.github.io/citrus