Received: by mail.netbsd.org (Postfix, from userid 605) id D391284D88; Mon, 21 Aug 2017 11:49:32 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 66EA984D82 for ; Mon, 21 Aug 2017 11:49:32 +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 sZdz9Lsyu0oT for ; Mon, 21 Aug 2017 11:49:31 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id BDE5F84CE1 for ; Mon, 21 Aug 2017 11:49:31 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id B94AFFAD0; Mon, 21 Aug 2017 11:49:31 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_15033161716220" MIME-Version: 1.0 Date: Mon, 21 Aug 2017 11:49:31 +0000 From: "Nils Ratusznik" Subject: CVS commit: pkgsrc/devel/ruby-mustache To: pkgsrc-changes@NetBSD.org Reply-To: nils@netbsd.org X-Mailer: log_accum Message-Id: <20170821114931.B94AFFAD0@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. --_----------=_15033161716220 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nils Date: Mon Aug 21 11:49:31 UTC 2017 Added Files: pkgsrc/devel/ruby-mustache: DESCR Makefile PLIST distinfo Log Message: Initial import of ruby-mustache, version 1.0.5, into pkgsrc. Inspired by ctemplate and et, Mustache is a framework-agnostic way to render logic-free views. As ctemplates says, "It emphasizes separating logic from presentation: it is impossible to embed application logic in this template language." For a list of implementations (other than Ruby) and tips, see http://mustache.github.io/. To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 pkgsrc/devel/ruby-mustache/DESCR \ pkgsrc/devel/ruby-mustache/Makefile pkgsrc/devel/ruby-mustache/PLIST \ pkgsrc/devel/ruby-mustache/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_15033161716220 Content-Disposition: inline Content-Length: 5620 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Added files: Index: pkgsrc/devel/ruby-mustache/DESCR diff -u /dev/null pkgsrc/devel/ruby-mustache/DESCR:1.1 --- /dev/null Mon Aug 21 11:49:31 2017 +++ pkgsrc/devel/ruby-mustache/DESCR Mon Aug 21 11:49:31 2017 @@ -0,0 +1,6 @@ +Inspired by ctemplate and et, Mustache is a framework-agnostic way +to render logic-free views. +As ctemplates says, "It emphasizes separating logic from presentation: +it is impossible to embed application logic in this template language." +For a list of implementations (other than Ruby) and tips, see +http://mustache.github.io/. Index: pkgsrc/devel/ruby-mustache/Makefile diff -u /dev/null pkgsrc/devel/ruby-mustache/Makefile:1.1 --- /dev/null Mon Aug 21 11:49:31 2017 +++ pkgsrc/devel/ruby-mustache/Makefile Mon Aug 21 11:49:31 2017 @@ -0,0 +1,21 @@ +# $NetBSD: Makefile,v 1.1 2017/08/21 11:49:31 nils Exp $ + +DISTNAME= mustache-1.0.5 +PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME} +CATEGORIES= devel + +MAINTAINER= nils@NetBSD.org +HOMEPAGE= https://mustache.github.io/ +COMMENT= Logic-less Ruby templates +LICENSE= mit + +RUBYGEM_OPTIONS+= --format-executable + +INSTALLATION_DIRS+= ${PKGMANDIR}/man1 ${PKGMANDIR}/man5 + +post-install: + ${LN} -sf ${PREFIX}/${GEM_LIBDIR}/man/mustache.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/${RUBY_PKGPREFIX}-mustache.1 + ${LN} -sf ${PREFIX}/${GEM_LIBDIR}/man/mustache.5 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man5/${RUBY_PKGPREFIX}-mustache.5 + +.include "../../lang/ruby/gem.mk" +.include "../../mk/bsd.pkg.mk" Index: pkgsrc/devel/ruby-mustache/PLIST diff -u /dev/null pkgsrc/devel/ruby-mustache/PLIST:1.1 --- /dev/null Mon Aug 21 11:49:31 2017 +++ pkgsrc/devel/ruby-mustache/PLIST Mon Aug 21 11:49:31 2017 @@ -0,0 +1,78 @@ +@comment $NetBSD: PLIST,v 1.1 2017/08/21 11:49:31 nils Exp $ +bin/mustache${RUBY_SUFFIX} +${GEM_HOME}/cache/${GEM_NAME}.gem +${GEM_LIBDIR}/LICENSE +${GEM_LIBDIR}/README.md +${GEM_LIBDIR}/Rakefile +${GEM_LIBDIR}/bin/mustache +${GEM_LIBDIR}/lib/mustache.rb +${GEM_LIBDIR}/lib/mustache/context.rb +${GEM_LIBDIR}/lib/mustache/context_miss.rb +${GEM_LIBDIR}/lib/mustache/enumerable.rb +${GEM_LIBDIR}/lib/mustache/generator.rb +${GEM_LIBDIR}/lib/mustache/parser.rb +${GEM_LIBDIR}/lib/mustache/settings.rb +${GEM_LIBDIR}/lib/mustache/template.rb +${GEM_LIBDIR}/lib/mustache/utils.rb +${GEM_LIBDIR}/lib/mustache/version.rb +${GEM_LIBDIR}/man/mustache.1 +${GEM_LIBDIR}/man/mustache.1.html +${GEM_LIBDIR}/man/mustache.1.ron +${GEM_LIBDIR}/man/mustache.5 +${GEM_LIBDIR}/man/mustache.5.html +${GEM_LIBDIR}/man/mustache.5.ron +${GEM_LIBDIR}/test/autoloading_test.rb +${GEM_LIBDIR}/test/fixtures/comments.mustache +${GEM_LIBDIR}/test/fixtures/comments.rb +${GEM_LIBDIR}/test/fixtures/complex_view.mustache +${GEM_LIBDIR}/test/fixtures/complex_view.rb +${GEM_LIBDIR}/test/fixtures/crazy_recursive.mustache +${GEM_LIBDIR}/test/fixtures/crazy_recursive.rb +${GEM_LIBDIR}/test/fixtures/delimiters.mustache +${GEM_LIBDIR}/test/fixtures/delimiters.rb +${GEM_LIBDIR}/test/fixtures/dot_notation.mustache +${GEM_LIBDIR}/test/fixtures/dot_notation.rb +${GEM_LIBDIR}/test/fixtures/double_section.mustache +${GEM_LIBDIR}/test/fixtures/double_section.rb +${GEM_LIBDIR}/test/fixtures/escaped.mustache +${GEM_LIBDIR}/test/fixtures/escaped.rb +${GEM_LIBDIR}/test/fixtures/inner_partial.mustache +${GEM_LIBDIR}/test/fixtures/inner_partial.txt +${GEM_LIBDIR}/test/fixtures/inverted_section.mustache +${GEM_LIBDIR}/test/fixtures/inverted_section.rb +${GEM_LIBDIR}/test/fixtures/lambda.mustache +${GEM_LIBDIR}/test/fixtures/lambda.rb +${GEM_LIBDIR}/test/fixtures/liberal.mustache +${GEM_LIBDIR}/test/fixtures/liberal.rb +${GEM_LIBDIR}/test/fixtures/method_missing.rb +${GEM_LIBDIR}/test/fixtures/namespaced.mustache +${GEM_LIBDIR}/test/fixtures/namespaced.rb +${GEM_LIBDIR}/test/fixtures/nested_objects.mustache +${GEM_LIBDIR}/test/fixtures/nested_objects.rb +${GEM_LIBDIR}/test/fixtures/node.mustache +${GEM_LIBDIR}/test/fixtures/partial_with_module.mustache +${GEM_LIBDIR}/test/fixtures/partial_with_module.rb +${GEM_LIBDIR}/test/fixtures/passenger.conf +${GEM_LIBDIR}/test/fixtures/passenger.rb +${GEM_LIBDIR}/test/fixtures/recursive.mustache +${GEM_LIBDIR}/test/fixtures/recursive.rb +${GEM_LIBDIR}/test/fixtures/simple.mustache +${GEM_LIBDIR}/test/fixtures/simple.rb +${GEM_LIBDIR}/test/fixtures/simply_complicated.mustache +${GEM_LIBDIR}/test/fixtures/template_partial.mustache +${GEM_LIBDIR}/test/fixtures/template_partial.rb +${GEM_LIBDIR}/test/fixtures/template_partial.txt +${GEM_LIBDIR}/test/fixtures/unescaped.mustache +${GEM_LIBDIR}/test/fixtures/unescaped.rb +${GEM_LIBDIR}/test/fixtures/utf8.mustache +${GEM_LIBDIR}/test/fixtures/utf8_partial.mustache +${GEM_LIBDIR}/test/helper.rb +${GEM_LIBDIR}/test/mustache_test.rb +${GEM_LIBDIR}/test/parser_test.rb +${GEM_LIBDIR}/test/partial_test.rb +${GEM_LIBDIR}/test/spec_test.rb +${GEM_LIBDIR}/test/template_test.rb +${GEM_HOME}/specifications/${GEM_NAME}.gemspec +man/man1/${RUBY_PKGPREFIX}-mustache.1 +man/man5/${RUBY_PKGPREFIX}-mustache.5 +@pkgdir lib/ruby/gems/2.0.0/build_info Index: pkgsrc/devel/ruby-mustache/distinfo diff -u /dev/null pkgsrc/devel/ruby-mustache/distinfo:1.1 --- /dev/null Mon Aug 21 11:49:31 2017 +++ pkgsrc/devel/ruby-mustache/distinfo Mon Aug 21 11:49:31 2017 @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2017/08/21 11:49:31 nils Exp $ + +SHA1 (mustache-1.0.5.gem) = ea169a2b7d3be2cf5e9ed210e3ffcb557f355303 +RMD160 (mustache-1.0.5.gem) = ee84d2d0349176915c71aca56ad460a41371c9a2 +SHA512 (mustache-1.0.5.gem) = d9b2c55d758bd4e317732307b513e2a079b04ec7a1203233834fd08a3a32f7b1bf8283d207af2f7082a8c4847f9c5955a557f19bad9b08a1dee2f32417eca190 +Size (mustache-1.0.5.gem) = 41984 bytes --_----------=_15033161716220--