Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 30 Jan 2018 09:10:30 +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: r460376 - in head/mail: . rubygem-premailer-rails-rails5
Message-ID:  <201801300910.w0U9AUpc044681@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jrm
Date: Tue Jan 30 09:10:30 2018
New Revision: 460376
URL: https://svnweb.freebsd.org/changeset/ports/460376

Log:
  New port, mail/rubygem-premailer-rails-rails5
  
  Copied from : Copied from mail/rubygem-premailer-rails to create a rail5
  version.

Added:
  head/mail/rubygem-premailer-rails-rails5/
  head/mail/rubygem-premailer-rails-rails5/Makefile   (contents, props changed)
  head/mail/rubygem-premailer-rails-rails5/distinfo   (contents, props changed)
  head/mail/rubygem-premailer-rails-rails5/pkg-descr   (contents, props changed)
Modified:
  head/mail/Makefile   (contents, props changed)

Modified: head/mail/Makefile
==============================================================================
--- head/mail/Makefile	Tue Jan 30 09:02:10 2018	(r460375)
+++ head/mail/Makefile	Tue Jan 30 09:10:30 2018	(r460376)
@@ -625,6 +625,7 @@
     SUBDIR += rubygem-pony
     SUBDIR += rubygem-premailer
     SUBDIR += rubygem-premailer-rails
+    SUBDIR += rubygem-premailer-rails-rails5
     SUBDIR += rubygem-rmail
     SUBDIR += rubygem-roadie
     SUBDIR += rubygem-roadie-rails

Added: head/mail/rubygem-premailer-rails-rails5/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/mail/rubygem-premailer-rails-rails5/Makefile	Tue Jan 30 09:10:30 2018	(r460376)
@@ -0,0 +1,24 @@
+# Created by: Torsten Zuehlsdorff <ports@toco-domains.de>
+# $FreeBSD$
+
+PORTNAME=	premailer-rails
+PORTVERSION=	1.10.1
+CATEGORIES=	mail rubygems
+MASTER_SITES=	RG
+PKGNAMESUFFIX=	-rails5
+
+MAINTAINER=	ruby@FreeBSD.org
+COMMENT=	Improve the rendering of HTML emails
+
+LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+RUN_DEPENDS=	rubygem-actionmailer5>=3:mail/rubygem-actionmailer5 \
+		rubygem-premailer>=1.7.9:mail/rubygem-premailer
+
+USES=		gem
+USE_RUBY=	yes
+
+NO_ARCH=	yes
+
+.include <bsd.port.mk>

Added: head/mail/rubygem-premailer-rails-rails5/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/mail/rubygem-premailer-rails-rails5/distinfo	Tue Jan 30 09:10:30 2018	(r460376)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1514155083
+SHA256 (rubygem/premailer-rails-1.10.1.gem) = a3412c5bfdd70c2d913fbb30aaafbff006c465f5c90be536e1a7adef128e8d54
+SIZE (rubygem/premailer-rails-1.10.1.gem) = 22528

Added: head/mail/rubygem-premailer-rails-rails5/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/mail/rubygem-premailer-rails-rails5/pkg-descr	Tue Jan 30 09:10:30 2018	(r460376)
@@ -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?201801300910.w0U9AUpc044681>