Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 3 Dec 2016 15:34:56 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r427620 - in head/devel: . rubygem-mustermann
Message-ID:  <201612031534.uB3FYuU7070224@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sat Dec  3 15:34:55 2016
New Revision: 427620
URL: https://svnweb.freebsd.org/changeset/ports/427620

Log:
  - Add rubygem-mustermann 0.4.0
  
  Mustermann is your personal string matching expert. As an expert in the field of
  strings and patterns, Mustermann keeps its runtime dependencies to a minimum and
  is fully covered with specs and documentation.
  
  Given a string pattern, Mustermann will turn it into an object that behaves like
  a regular expression and has comparable performance characteristics.
  
  WWW: https://github.com/sinatra/mustermann/tree/master/mustermann

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

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Sat Dec  3 15:32:53 2016	(r427619)
+++ head/devel/Makefile	Sat Dec  3 15:34:55 2016	(r427620)
@@ -5221,6 +5221,7 @@
     SUBDIR += rubygem-multi_test
     SUBDIR += rubygem-murmurhash3
     SUBDIR += rubygem-mustache
+    SUBDIR += rubygem-mustermann
     SUBDIR += rubygem-mutter
     SUBDIR += rubygem-naught
     SUBDIR += rubygem-needle

Added: head/devel/rubygem-mustermann/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-mustermann/Makefile	Sat Dec  3 15:34:55 2016	(r427620)
@@ -0,0 +1,20 @@
+# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	mustermann
+PORTVERSION=	0.4.0
+CATEGORIES=	devel rubygems
+MASTER_SITES=	RG
+
+MAINTAINER=	sunpoet@FreeBSD.org
+COMMENT=	Lbrary implementing patterns that behave like regular expressions
+
+LICENSE=	MIT
+
+RUN_DEPENDS=	rubygem-tool>=0.2:devel/rubygem-tool
+
+NO_ARCH=	yes
+USE_RUBY=	yes
+USES=		gem
+
+.include <bsd.port.mk>

Added: head/devel/rubygem-mustermann/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-mustermann/distinfo	Sat Dec  3 15:34:55 2016	(r427620)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1480770404
+SHA256 (rubygem/mustermann-0.4.0.gem) = 28d2471ac8498d82f505b912d8886ac29e279abf43567b4a8095da3aee3fa24e
+SIZE (rubygem/mustermann-0.4.0.gem) = 46592

Added: head/devel/rubygem-mustermann/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-mustermann/pkg-descr	Sat Dec  3 15:34:55 2016	(r427620)
@@ -0,0 +1,8 @@
+Mustermann is your personal string matching expert. As an expert in the field of
+strings and patterns, Mustermann keeps its runtime dependencies to a minimum and
+is fully covered with specs and documentation.
+
+Given a string pattern, Mustermann will turn it into an object that behaves like
+a regular expression and has comparable performance characteristics.
+
+WWW: https://github.com/sinatra/mustermann/tree/master/mustermann



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