Date: Mon, 10 Apr 2017 19:32:29 +0000 (UTC) From: Joseph Mingrone <jrm@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r438201 - in head/www: . rubygem-hamlit-rails Message-ID: <201704101932.v3AJWTjP006084@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jrm Date: Mon Apr 10 19:32:29 2017 New Revision: 438201 URL: https://svnweb.freebsd.org/changeset/ports/438201 Log: New port, www/rubygem-hamlit-rails: Hamlit (haml) generators for Rails 4 Adding this because it is a dependency for the upcoming www/mastodon port. WWW: https://github.com/mfung/hamlit-rails Approved by: swills (mentor, implicit) Differential Revision: https://reviews.freebsd.org/D10345 Added: head/www/rubygem-hamlit-rails/ head/www/rubygem-hamlit-rails/Makefile (contents, props changed) head/www/rubygem-hamlit-rails/distinfo (contents, props changed) head/www/rubygem-hamlit-rails/pkg-descr (contents, props changed) Modified: head/www/Makefile Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Mon Apr 10 19:28:49 2017 (r438200) +++ head/www/Makefile Mon Apr 10 19:32:29 2017 (r438201) @@ -1978,6 +1978,7 @@ SUBDIR += rubygem-haml-contrib SUBDIR += rubygem-haml-rails-rails4 SUBDIR += rubygem-hamlit + SUBDIR += rubygem-hamlit-rails SUBDIR += rubygem-hashicorp-checkpoint SUBDIR += rubygem-heroku SUBDIR += rubygem-heroku-api Added: head/www/rubygem-hamlit-rails/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/rubygem-hamlit-rails/Makefile Mon Apr 10 19:32:29 2017 (r438201) @@ -0,0 +1,24 @@ +# $FreeBSD$ + +PORTNAME= hamlit-rails +PORTVERSION= 0.2.0 +CATEGORIES= www rubygems +MASTER_SITES= RG + +MAINTAINER= jrm@FreeBSD.org +COMMENT= Hamlit (haml) generators for Rails 4 + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE.txt + +RUN_DEPENDS= rubygem-activesupport4>=4.0.1:devel/rubygem-activesupport4 \ + rubygem-actionpack4>=4.0.1:www/rubygem-actionpack4 \ + rubygem-hamlit>=1.2.0:www/rubygem-hamlit \ + rubygem-railties4>=4.0.1:www/rubygem-railties4 + +NO_ARCH= yes + +USE_RUBY= yes +USES= gem + +.include <bsd.port.mk> Added: head/www/rubygem-hamlit-rails/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/rubygem-hamlit-rails/distinfo Mon Apr 10 19:32:29 2017 (r438201) @@ -0,0 +1,3 @@ +TIMESTAMP = 1491837069 +SHA256 (rubygem/hamlit-rails-0.2.0.gem) = 9a3774411eb8ce95aa875a30677718a04f4d049472c145962b6bc8c0cda5ff91 +SIZE (rubygem/hamlit-rails-0.2.0.gem) = 11264 Added: head/www/rubygem-hamlit-rails/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/rubygem-hamlit-rails/pkg-descr Mon Apr 10 19:32:29 2017 (r438201) @@ -0,0 +1,5 @@ +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. + +WWW: https://github.com/mfung/hamlit-rails
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201704101932.v3AJWTjP006084>