From owner-svn-ports-all@freebsd.org Mon Apr 10 19:32:31 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3E03FD37211; Mon, 10 Apr 2017 19:32:31 +0000 (UTC) (envelope-from jrm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 015CAC92; Mon, 10 Apr 2017 19:32:30 +0000 (UTC) (envelope-from jrm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v3AJWU1m006089; Mon, 10 Apr 2017 19:32:30 GMT (envelope-from jrm@FreeBSD.org) Received: (from jrm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v3AJWTjP006084; Mon, 10 Apr 2017 19:32:29 GMT (envelope-from jrm@FreeBSD.org) Message-Id: <201704101932.v3AJWTjP006084@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jrm set sender to jrm@FreeBSD.org using -f From: Joseph Mingrone Date: Mon, 10 Apr 2017 19:32:29 +0000 (UTC) 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 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Apr 2017 19:32:31 -0000 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 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