pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

ruby-mustache-sinatra: Import ruby-mustache-sinatra-2.0.0 as wip/ruby-mustache-sinatra



Module Name:	pkgsrc-wip
Committed By:	Atsushi Toyokura <asteria.at%gmail.com@localhost>
Pushed By:	steleto
Date:		Fri Nov 3 13:56:24 2023 +0900
Changeset:	8ec6f4027b62758f55550c24e0e3459a272397ef

Modified Files:
	Makefile
Added Files:
	ruby-mustache-sinatra/DESCR
	ruby-mustache-sinatra/Makefile
	ruby-mustache-sinatra/PLIST
	ruby-mustache-sinatra/distinfo

Log Message:
ruby-mustache-sinatra: Import ruby-mustache-sinatra-2.0.0 as wip/ruby-mustache-sinatra

Support for Mustache in your Sinatra app.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=8ec6f4027b62758f55550c24e0e3459a272397ef

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 Makefile                       |  1 +
 ruby-mustache-sinatra/DESCR    |  1 +
 ruby-mustache-sinatra/Makefile | 14 ++++++++++++++
 ruby-mustache-sinatra/PLIST    | 24 ++++++++++++++++++++++++
 ruby-mustache-sinatra/distinfo |  5 +++++
 5 files changed, 45 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index 8a57f8391a..0af86cfb43 100644
--- a/Makefile
+++ b/Makefile
@@ -4913,6 +4913,7 @@ SUBDIR+=	ruby-kakasi
 SUBDIR+=	ruby-kramdown1
 SUBDIR+=	ruby-libv8
 SUBDIR+=	ruby-multi_xml
+SUBDIR+=	ruby-mustache-sinatra
 SUBDIR+=	ruby-mustache0
 SUBDIR+=	ruby-net-http-pipeline
 SUBDIR+=	ruby-passenger
diff --git a/ruby-mustache-sinatra/DESCR b/ruby-mustache-sinatra/DESCR
new file mode 100644
index 0000000000..7db29f74e7
--- /dev/null
+++ b/ruby-mustache-sinatra/DESCR
@@ -0,0 +1 @@
+Support for Mustache in your Sinatra app.
diff --git a/ruby-mustache-sinatra/Makefile b/ruby-mustache-sinatra/Makefile
new file mode 100644
index 0000000000..eeac6ba120
--- /dev/null
+++ b/ruby-mustache-sinatra/Makefile
@@ -0,0 +1,14 @@
+# $NetBSD$
+
+DISTNAME=	mustache-sinatra-2.0.0
+CATEGORIES=	devel
+
+MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=	https://github.com/mustache/mustache-sinatra
+COMMENT=	Mustache support for Sinatra applications
+LICENSE=	mit
+
+DEPENDS+=	${RUBY_PKGPREFIX}-mustache>=1.0<2:../../devel/ruby-mustache
+
+.include "../../lang/ruby/gem.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/ruby-mustache-sinatra/PLIST b/ruby-mustache-sinatra/PLIST
new file mode 100644
index 0000000000..0458eec8f2
--- /dev/null
+++ b/ruby-mustache-sinatra/PLIST
@@ -0,0 +1,24 @@
+@comment $NetBSD$
+${GEM_HOME}/cache/${GEM_NAME}.gem
+${GEM_LIBDIR}/.gitignore
+${GEM_LIBDIR}/.rspec
+${GEM_LIBDIR}/.travis.yml
+${GEM_LIBDIR}/CHANGELOG.md
+${GEM_LIBDIR}/Gemfile
+${GEM_LIBDIR}/LICENSE
+${GEM_LIBDIR}/LICENSE.txt
+${GEM_LIBDIR}/README.md
+${GEM_LIBDIR}/Rakefile
+${GEM_LIBDIR}/lib/mustache/sinatra.rb
+${GEM_LIBDIR}/lib/mustache/sinatra/helpers.rb
+${GEM_LIBDIR}/lib/mustache/sinatra/version.rb
+${GEM_LIBDIR}/mustache-sinatra.gemspec
+${GEM_LIBDIR}/spec/normal_usage_spec.rb
+${GEM_LIBDIR}/spec/spec_helper.rb
+${GEM_LIBDIR}/spec/views/index.mustache
+${GEM_LIBDIR}/spec/views/index.rb
+${GEM_LIBDIR}/spec/views/layout.mustache
+${GEM_LIBDIR}/spec/views/layout.rb
+${GEM_HOME}/specifications/${GEM_NAME}.gemspec
+@pkgdir lib/ruby/gems/3.2.0/plugins
+@pkgdir lib/ruby/gems/3.2.0/extensions
diff --git a/ruby-mustache-sinatra/distinfo b/ruby-mustache-sinatra/distinfo
new file mode 100644
index 0000000000..dba10c316b
--- /dev/null
+++ b/ruby-mustache-sinatra/distinfo
@@ -0,0 +1,5 @@
+$NetBSD$
+
+BLAKE2s (mustache-sinatra-2.0.0.gem) = 3e786d5921a4e6bef906c7dcd526dd1d9cf6be0dbba69d27b7766f97bcced900
+SHA512 (mustache-sinatra-2.0.0.gem) = 932a5979244819c1c9e0af22c412f716941fcd2e192a392d4000dc955fa0616d7168adf411f099a41ad91b7cb6eaa2f97785df0f97877fed9ec196ea4d873613
+Size (mustache-sinatra-2.0.0.gem) = 10240 bytes


Home | Main Index | Thread Index | Old Index