mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-12 03:00:28 +00:00
- 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
This commit is contained in:
parent
28967860eb
commit
a0331119d5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=427620
@ -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
|
||||
|
20
devel/rubygem-mustermann/Makefile
Normal file
20
devel/rubygem-mustermann/Makefile
Normal file
@ -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>
|
3
devel/rubygem-mustermann/distinfo
Normal file
3
devel/rubygem-mustermann/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1480770404
|
||||
SHA256 (rubygem/mustermann-0.4.0.gem) = 28d2471ac8498d82f505b912d8886ac29e279abf43567b4a8095da3aee3fa24e
|
||||
SIZE (rubygem/mustermann-0.4.0.gem) = 46592
|
8
devel/rubygem-mustermann/pkg-descr
Normal file
8
devel/rubygem-mustermann/pkg-descr
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user