From owner-svn-ports-all@freebsd.org Thu Apr 7 18:31:42 2016 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 9FFFBB072FF; Thu, 7 Apr 2016 18:31:42 +0000 (UTC) (envelope-from pi@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 61AE6183F; Thu, 7 Apr 2016 18:31:42 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u37IVfCb078389; Thu, 7 Apr 2016 18:31:41 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u37IVfAI078385; Thu, 7 Apr 2016 18:31:41 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201604071831.u37IVfAI078385@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Thu, 7 Apr 2016 18:31:41 +0000 (UTC) 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 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.21 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: Thu, 07 Apr 2016 18:31:42 -0000 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 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 +# $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 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