Date: Thu, 7 Apr 2016 18:31:41 +0000 (UTC) From: Kurt Jaeger <pi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412683 - in head/mail: . rubygem-premailer-rails Message-ID: <201604071831.u37IVfAI078385@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pi Date: Thu Apr 7 18:31:41 2016 New Revision: 412683 URL: https://svnweb.freebsd.org/changeset/ports/412683 Log: New port: mail/rubygem-premailer-rails This gem brings you the power of the premailer gem to Rails without any configuration needs. Create HTML emails, include a CSS file as you do in a normal HTML document and premailer will inline the included CSS. WWW: https://github.com/fphilipe/premailer-rails PR: 208508 Submitted by: Torsten Zuehlsdorff <ports@toco-domains.de> Added: head/mail/rubygem-premailer-rails/ head/mail/rubygem-premailer-rails/Makefile (contents, props changed) head/mail/rubygem-premailer-rails/distinfo (contents, props changed) head/mail/rubygem-premailer-rails/pkg-descr (contents, props changed) Modified: head/mail/Makefile Modified: head/mail/Makefile ============================================================================== --- head/mail/Makefile Thu Apr 7 18:24:38 2016 (r412682) +++ head/mail/Makefile Thu Apr 7 18:31:41 2016 (r412683) @@ -604,6 +604,7 @@ SUBDIR += rubygem-mailfactory SUBDIR += rubygem-pony SUBDIR += rubygem-premailer + SUBDIR += rubygem-premailer-rails SUBDIR += rubygem-rmail SUBDIR += rubygem-roadie SUBDIR += rubygem-roadie-rails Added: head/mail/rubygem-premailer-rails/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/mail/rubygem-premailer-rails/Makefile Thu Apr 7 18:31:41 2016 (r412683) @@ -0,0 +1,20 @@ +# Created by: Torsten Zuehlsdorff <ports@toco-domains.de> +# $FreeBSD$ + +PORTNAME= premailer-rails +PORTVERSION= 1.9.1 +CATEGORIES= mail rubygems +MASTER_SITES= RG + +MAINTAINER= ruby@FreeBSD.org +COMMENT= Improve the rendering of HTML emails + +RUN_DEPENDS= rubygem-actionmailer4>=3:mail/rubygem-actionmailer4 \ + rubygem-premailer>=1.7.9:mail/rubygem-premailer + +NO_ARCH= yes +USE_RUBY= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST= yes + +.include <bsd.port.mk> Added: head/mail/rubygem-premailer-rails/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/mail/rubygem-premailer-rails/distinfo Thu Apr 7 18:31:41 2016 (r412683) @@ -0,0 +1,2 @@ +SHA256 (rubygem/premailer-rails-1.9.1.gem) = 377b2db9e36bb79a0988d918037c176f0d9acc9ce0adcdca244738c8e60e65c6 +SIZE (rubygem/premailer-rails-1.9.1.gem) = 20480 Added: head/mail/rubygem-premailer-rails/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/mail/rubygem-premailer-rails/pkg-descr Thu Apr 7 18:31:41 2016 (r412683) @@ -0,0 +1,6 @@ +This gem brings you the power of the premailer gem to Rails +without any configuration needs. Create HTML emails, include +a CSS file as you do in a normal HTML document and premailer +will inline the included CSS. + +WWW: https://github.com/fphilipe/premailer-rails
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201604071831.u37IVfAI078385>