diff options
author | tz <tz@FreeBSD.org> | 2017-07-06 21:49:54 +0800 |
---|---|---|
committer | tz <tz@FreeBSD.org> | 2017-07-06 21:49:54 +0800 |
commit | b6ddeacd8b0358664f500d3379e9f8604cce13c5 (patch) | |
tree | 0778559008cf832c0456276da15b7b9c8f35e493 | |
parent | 65fdec76a55355dccae9b5b2d08759edfd3f13eb (diff) | |
download | freebsd-ports-gnome-b6ddeacd8b0358664f500d3379e9f8604cce13c5.tar.gz freebsd-ports-gnome-b6ddeacd8b0358664f500d3379e9f8604cce13c5.tar.zst freebsd-ports-gnome-b6ddeacd8b0358664f500d3379e9f8604cce13c5.zip |
New port: textproc/rubygem-citrus
Parsing Expressions for Ruby
WWW: http://mjackson.github.io/citrus
Submitted by: Matthias Fechner <idefix@fechner.net>
-rw-r--r-- | textproc/Makefile | 1 | ||||
-rw-r--r-- | textproc/rubygem-citrus/Makefile | 17 | ||||
-rw-r--r-- | textproc/rubygem-citrus/distinfo | 3 | ||||
-rw-r--r-- | textproc/rubygem-citrus/pkg-descr | 3 |
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 |