Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id C5F3D7A25E for ; Sun, 4 Jun 2017 15:26:44 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 6E27E84D81; Sun, 4 Jun 2017 15:26:44 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 0027884CE1 for ; Sun, 4 Jun 2017 15:26:44 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id jXYM5pnpaXos for ; Sun, 4 Jun 2017 15:26:43 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 4064F84CDA for ; Sun, 4 Jun 2017 15:26:43 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 3C112FBEE; Sun, 4 Jun 2017 15:26:43 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_149659000324770" MIME-Version: 1.0 Date: Sun, 4 Jun 2017 15:26:43 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/www/ruby-mustermann To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20170604152643.3C112FBEE@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_149659000324770 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" 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. --_----------=_149659000324770 Content-Disposition: inline Content-Length: 4424 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii 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 +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 --_----------=_149659000324770--