pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/ruby-mustermann
Module Name: pkgsrc
Committed By: taca
Date: Sun Jun 4 15:26:43 UTC 2017
Added Files:
pkgsrc/www/ruby-mustermann: DESCR Makefile PLIST distinfo
Log Message:
Add ruby-mustermann package version 1.0.0 which required by sinatra 2.0.
Welcome to Mustermann. 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.
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/www/ruby-mustermann/DESCR \
pkgsrc/www/ruby-mustermann/Makefile pkgsrc/www/ruby-mustermann/PLIST \
pkgsrc/www/ruby-mustermann/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Added files:
Index: pkgsrc/www/ruby-mustermann/DESCR
diff -u /dev/null pkgsrc/www/ruby-mustermann/DESCR:1.1
--- /dev/null Sun Jun 4 15:26:43 2017
+++ pkgsrc/www/ruby-mustermann/DESCR Sun Jun 4 15:26:43 2017
@@ -0,0 +1,7 @@
+Welcome to Mustermann. 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.
Index: pkgsrc/www/ruby-mustermann/Makefile
diff -u /dev/null pkgsrc/www/ruby-mustermann/Makefile:1.1
--- /dev/null Sun Jun 4 15:26:43 2017
+++ pkgsrc/www/ruby-mustermann/Makefile Sun Jun 4 15:26:43 2017
@@ -0,0 +1,12 @@
+# $NetBSD: Makefile,v 1.1 2017/06/04 15:26:43 taca Exp $
+
+DISTNAME= mustermann-1.0.0
+CATEGORIES= www
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= https://github.com/sinatra/mustermann
+COMMENT= Use patterns like regular expressions
+LICENSE= mit
+
+.include "../../lang/ruby/gem.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/www/ruby-mustermann/PLIST
diff -u /dev/null pkgsrc/www/ruby-mustermann/PLIST:1.1
--- /dev/null Sun Jun 4 15:26:43 2017
+++ pkgsrc/www/ruby-mustermann/PLIST Sun Jun 4 15:26:43 2017
@@ -0,0 +1,58 @@
+@comment $NetBSD: PLIST,v 1.1 2017/06/04 15:26:43 taca Exp $
+${GEM_HOME}/cache/${GEM_NAME}.gem
+${GEM_LIBDIR}/LICENSE
+${GEM_LIBDIR}/README.md
+${GEM_LIBDIR}/bench/capturing.rb
+${GEM_LIBDIR}/bench/regexp.rb
+${GEM_LIBDIR}/bench/simple_vs_sinatra.rb
+${GEM_LIBDIR}/bench/template_vs_addressable.rb
+${GEM_LIBDIR}/lib/mustermann.rb
+${GEM_LIBDIR}/lib/mustermann/ast/boundaries.rb
+${GEM_LIBDIR}/lib/mustermann/ast/compiler.rb
+${GEM_LIBDIR}/lib/mustermann/ast/expander.rb
+${GEM_LIBDIR}/lib/mustermann/ast/node.rb
+${GEM_LIBDIR}/lib/mustermann/ast/param_scanner.rb
+${GEM_LIBDIR}/lib/mustermann/ast/parser.rb
+${GEM_LIBDIR}/lib/mustermann/ast/pattern.rb
+${GEM_LIBDIR}/lib/mustermann/ast/template_generator.rb
+${GEM_LIBDIR}/lib/mustermann/ast/transformer.rb
+${GEM_LIBDIR}/lib/mustermann/ast/translator.rb
+${GEM_LIBDIR}/lib/mustermann/ast/validation.rb
+${GEM_LIBDIR}/lib/mustermann/caster.rb
+${GEM_LIBDIR}/lib/mustermann/composite.rb
+${GEM_LIBDIR}/lib/mustermann/concat.rb
+${GEM_LIBDIR}/lib/mustermann/equality_map.rb
+${GEM_LIBDIR}/lib/mustermann/error.rb
+${GEM_LIBDIR}/lib/mustermann/expander.rb
+${GEM_LIBDIR}/lib/mustermann/extension.rb
+${GEM_LIBDIR}/lib/mustermann/identity.rb
+${GEM_LIBDIR}/lib/mustermann/mapper.rb
+${GEM_LIBDIR}/lib/mustermann/pattern.rb
+${GEM_LIBDIR}/lib/mustermann/pattern_cache.rb
+${GEM_LIBDIR}/lib/mustermann/regexp.rb
+${GEM_LIBDIR}/lib/mustermann/regexp_based.rb
+${GEM_LIBDIR}/lib/mustermann/regular.rb
+${GEM_LIBDIR}/lib/mustermann/simple_match.rb
+${GEM_LIBDIR}/lib/mustermann/sinatra.rb
+${GEM_LIBDIR}/lib/mustermann/sinatra/parser.rb
+${GEM_LIBDIR}/lib/mustermann/sinatra/safe_renderer.rb
+${GEM_LIBDIR}/lib/mustermann/sinatra/try_convert.rb
+${GEM_LIBDIR}/lib/mustermann/to_pattern.rb
+${GEM_LIBDIR}/lib/mustermann/version.rb
+${GEM_LIBDIR}/mustermann.gemspec
+${GEM_LIBDIR}/spec/ast_spec.rb
+${GEM_LIBDIR}/spec/composite_spec.rb
+${GEM_LIBDIR}/spec/concat_spec.rb
+${GEM_LIBDIR}/spec/equality_map_spec.rb
+${GEM_LIBDIR}/spec/expander_spec.rb
+${GEM_LIBDIR}/spec/extension_spec.rb
+${GEM_LIBDIR}/spec/identity_spec.rb
+${GEM_LIBDIR}/spec/mapper_spec.rb
+${GEM_LIBDIR}/spec/mustermann_spec.rb
+${GEM_LIBDIR}/spec/pattern_spec.rb
+${GEM_LIBDIR}/spec/regexp_based_spec.rb
+${GEM_LIBDIR}/spec/regular_spec.rb
+${GEM_LIBDIR}/spec/simple_match_spec.rb
+${GEM_LIBDIR}/spec/sinatra_spec.rb
+${GEM_LIBDIR}/spec/to_pattern_spec.rb
+${GEM_HOME}/specifications/${GEM_NAME}.gemspec
Index: pkgsrc/www/ruby-mustermann/distinfo
diff -u /dev/null pkgsrc/www/ruby-mustermann/distinfo:1.1
--- /dev/null Sun Jun 4 15:26:43 2017
+++ pkgsrc/www/ruby-mustermann/distinfo Sun Jun 4 15:26:43 2017
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2017/06/04 15:26:43 taca Exp $
+
+SHA1 (mustermann-1.0.0.gem) = 2d60387293cd055880c9ade9acc6bb71f7c43798
+RMD160 (mustermann-1.0.0.gem) = b08d163dae1af7443886334b6383c204228760ea
+SHA512 (mustermann-1.0.0.gem) = eaccd4784373d03f9fabfa645e5c1272b29f5b2fb54942bf36d0f0cb033fdd50ac34ee2cf4c5928f20c6cf25d2a5fd9442ed56ebdce93ca8a3c9efff7014256b
+Size (mustermann-1.0.0.gem) = 51200 bytes
Home |
Main Index |
Thread Index |
Old Index