git: 55ff7ef8b359 - main - devel/rubygem-mustache-sinatra: Add a new port
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 23 Jan 2022 15:41:27 UTC
The branch main has been updated by 0mp: URL: https://cgit.FreeBSD.org/ports/commit/?id=55ff7ef8b3596416cd1910518e7e97393dd8221c commit 55ff7ef8b3596416cd1910518e7e97393dd8221c Author: Sir l33tname <sirl33tname@gmail.com> AuthorDate: 2021-12-04 11:31:05 +0000 Commit: Mateusz Piotrowski <0mp@FreeBSD.org> CommitDate: 2022-01-23 15:41:00 +0000 devel/rubygem-mustache-sinatra: Add a new port PR: 260207 --- devel/Makefile | 1 + devel/rubygem-mustache-sinatra/Makefile | 18 ++++++++++++++++++ devel/rubygem-mustache-sinatra/distinfo | 3 +++ devel/rubygem-mustache-sinatra/pkg-descr | 9 +++++++++ 4 files changed, 31 insertions(+) diff --git a/devel/Makefile b/devel/Makefile index 8af77d37e01e..444184f3c9f0 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -6563,6 +6563,7 @@ SUBDIR += rubygem-multi_test SUBDIR += rubygem-murmurhash3 SUBDIR += rubygem-mustache + SUBDIR += rubygem-mustache-sinatra SUBDIR += rubygem-mustache0 SUBDIR += rubygem-mustermann SUBDIR += rubygem-mustermann-grape diff --git a/devel/rubygem-mustache-sinatra/Makefile b/devel/rubygem-mustache-sinatra/Makefile new file mode 100644 index 000000000000..c4f2913f5347 --- /dev/null +++ b/devel/rubygem-mustache-sinatra/Makefile @@ -0,0 +1,18 @@ +# Created by: Sir l33tname <sirl33tname@gmail.com> + +PORTNAME= mustache-sinatra +DISTVERSION= 1.0.1 +CATEGORIES= devel rubygems +MASTER_SITES= RG + +MAINTAINER= sirl33tname@gmail.com +COMMENT= Support for Mustache in your Sinatra app + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +USES= gem +USE_RUBY= yes +NO_ARCH= yes + +.include <bsd.port.mk> diff --git a/devel/rubygem-mustache-sinatra/distinfo b/devel/rubygem-mustache-sinatra/distinfo new file mode 100644 index 000000000000..189824dfea3b --- /dev/null +++ b/devel/rubygem-mustache-sinatra/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1638615570 +SHA256 (rubygem/mustache-sinatra-1.0.1.gem) = b99e1f44efe2818cab04941d9f029ecd66348194c67e98e25d5e8ff9c3e36de7 +SIZE (rubygem/mustache-sinatra-1.0.1.gem) = 9216 diff --git a/devel/rubygem-mustache-sinatra/pkg-descr b/devel/rubygem-mustache-sinatra/pkg-descr new file mode 100644 index 000000000000..676a5511b1f5 --- /dev/null +++ b/devel/rubygem-mustache-sinatra/pkg-descr @@ -0,0 +1,9 @@ +Mustache implementation for modern C++ (requires C++11). + +Features: +* Header only +* Zero dependencies +* Templated string type for compatibility with any STL-like string + (std::string, std::wstring, etc) + +WWW: https://github.com/kainjow/Mustache