Date: Sat, 19 Nov 2022 02:30:19 GMT From: Muhammad Moinur Rahman <bofh@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 697d6b2d8742 - main - www/rubygem-hamlit-rails-rails61: New port Message-ID: <202211190230.2AJ2UJhc021586@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=697d6b2d8742e6eb487cb49d12d4081c43821886 commit 697d6b2d8742e6eb487cb49d12d4081c43821886 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2022-11-19 02:28:52 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2022-11-19 02:28:52 +0000 www/rubygem-hamlit-rails-rails61: New port hamlit-reails provides hamlit generators for Rails 4. It also enables hamlit as the templating engine and "hamlit:html2haml" rake task that converts erb files to haml. Sponsored by: Nepustil --- www/Makefile | 1 + www/rubygem-hamlit-rails-rails61/Makefile | 27 +++++++++++++++++++++++++++ www/rubygem-hamlit-rails-rails61/distinfo | 3 +++ www/rubygem-hamlit-rails-rails61/pkg-descr | 3 +++ 4 files changed, 34 insertions(+) diff --git a/www/Makefile b/www/Makefile index a233baf60634..74720ac7adac 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1944,6 +1944,7 @@ SUBDIR += rubygem-hamlit-rails SUBDIR += rubygem-hamlit-rails-rails5 SUBDIR += rubygem-hamlit-rails-rails50 + SUBDIR += rubygem-hamlit-rails-rails61 SUBDIR += rubygem-hashicorp-checkpoint SUBDIR += rubygem-heroics SUBDIR += rubygem-heroku-api diff --git a/www/rubygem-hamlit-rails-rails61/Makefile b/www/rubygem-hamlit-rails-rails61/Makefile new file mode 100644 index 000000000000..31a1a262da55 --- /dev/null +++ b/www/rubygem-hamlit-rails-rails61/Makefile @@ -0,0 +1,27 @@ +PORTNAME= hamlit-rails +PORTVERSION= 0.2.3 +CATEGORIES= www rubygems +MASTER_SITES= RG +PKGNAMESUFFIX= -rails61 + +MAINTAINER= bofh@FreeBSD.org +COMMENT= Hamlit (haml) generators for Rails 61 +WWW= https://github.com/mfung/hamlit-rails + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE.txt + +RUN_DEPENDS= rubygem-activesupport61>=0:devel/rubygem-activesupport61 \ + rubygem-actionpack61>=0:www/rubygem-actionpack61 \ + rubygem-hamlit>=1.2.0:www/rubygem-hamlit \ + rubygem-railties61>=0:www/rubygem-railties61 + +USES= gem shebangfix +USE_RUBY= yes + +NO_ARCH= yes + +SHEBANG_FILES= bin/setup +bash_CMD= ${SH} + +.include <bsd.port.mk> diff --git a/www/rubygem-hamlit-rails-rails61/distinfo b/www/rubygem-hamlit-rails-rails61/distinfo new file mode 100644 index 000000000000..6ad84d284013 --- /dev/null +++ b/www/rubygem-hamlit-rails-rails61/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1598175430 +SHA256 (rubygem/hamlit-rails-0.2.3.gem) = 57bc5712cb40fe5b0ade76fd2cc58817c0547de130b5aa07f2935bd04df3e56c +SIZE (rubygem/hamlit-rails-0.2.3.gem) = 10752 diff --git a/www/rubygem-hamlit-rails-rails61/pkg-descr b/www/rubygem-hamlit-rails-rails61/pkg-descr new file mode 100644 index 000000000000..d932d9fe841c --- /dev/null +++ b/www/rubygem-hamlit-rails-rails61/pkg-descr @@ -0,0 +1,3 @@ +hamlit-reails provides hamlit generators for Rails 4. It also enables hamlit as +the templating engine and "hamlit:html2haml" rake task that converts erb files +to haml.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202211190230.2AJ2UJhc021586>