From owner-svn-ports-head@freebsd.org Fri Dec 11 20:37:51 2015 Return-Path: Delivered-To: svn-ports-head@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 8C4459D7C21; Fri, 11 Dec 2015 20:37:51 +0000 (UTC) (envelope-from mmoll@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 44B201173; Fri, 11 Dec 2015 20:37:51 +0000 (UTC) (envelope-from mmoll@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBBKbo1q096005; Fri, 11 Dec 2015 20:37:50 GMT (envelope-from mmoll@FreeBSD.org) Received: (from mmoll@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBBKboBF096001; Fri, 11 Dec 2015 20:37:50 GMT (envelope-from mmoll@FreeBSD.org) Message-Id: <201512112037.tBBKboBF096001@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mmoll set sender to mmoll@FreeBSD.org using -f From: Michael Moll Date: Fri, 11 Dec 2015 20:37:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r403558 - in head/mail: . rubygem-roadie X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Dec 2015 20:37:51 -0000 Author: mmoll Date: Fri Dec 11 20:37:49 2015 New Revision: 403558 URL: https://svnweb.freebsd.org/changeset/ports/403558 Log: new port: mail/rubygem-roadie Roadie tries to make sending HTML emails less painful by inlining stylesheets and rewriting relative URLs in mails. WWW: https://github.com/Mange/roadie Added: head/mail/rubygem-roadie/ head/mail/rubygem-roadie/Makefile (contents, props changed) head/mail/rubygem-roadie/distinfo (contents, props changed) head/mail/rubygem-roadie/pkg-descr (contents, props changed) Modified: head/mail/Makefile Modified: head/mail/Makefile ============================================================================== --- head/mail/Makefile Fri Dec 11 20:27:37 2015 (r403557) +++ head/mail/Makefile Fri Dec 11 20:37:49 2015 (r403558) @@ -591,6 +591,7 @@ SUBDIR += rubygem-mailfactory SUBDIR += rubygem-pony SUBDIR += rubygem-rmail + SUBDIR += rubygem-roadie SUBDIR += rubygem-ruby-qmail SUBDIR += rubygem-tmail SUBDIR += rubygem-vmail Added: head/mail/rubygem-roadie/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/mail/rubygem-roadie/Makefile Fri Dec 11 20:37:49 2015 (r403558) @@ -0,0 +1,23 @@ +# $FreeBSD$ + +PORTNAME= roadie +PORTVERSION= 3.1.0 +CATEGORIES= mail rubygems +MASTER_SITES= RG + +MAINTAINER= ruby@FreeBSD.org +COMMENT= Helper for generating HTML mails + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/MIT-LICENSE + +RUN_DEPENDS= rubygem-css_parser>=1.3.4:${PORTSDIR}/textproc/rubygem-css_parser \ + rubygem-nokogiri>=1.5.0:${PORTSDIR}/textproc/rubygem-nokogiri + +NO_ARCH= yes + +USE_RUBY= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST= yes + +.include Added: head/mail/rubygem-roadie/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/mail/rubygem-roadie/distinfo Fri Dec 11 20:37:49 2015 (r403558) @@ -0,0 +1,2 @@ +SHA256 (rubygem/roadie-3.1.0.gem) = a105e411e454cf409554d5230b4c1cc3f599b154fef98902c333c5d30b3c4812 +SIZE (rubygem/roadie-3.1.0.gem) = 47616 Added: head/mail/rubygem-roadie/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/mail/rubygem-roadie/pkg-descr Fri Dec 11 20:37:49 2015 (r403558) @@ -0,0 +1,4 @@ +Roadie tries to make sending HTML emails less painful by inlining +stylesheets and rewriting relative URLs in mails. + +WWW: https://github.com/Mange/roadie