Date: Sun, 15 Mar 2015 15:55:21 +0000 (UTC) From: Johannes Jost Meixner <xmj@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r381352 - in head/print: . rubygem-rbpdf Message-ID: <201503151555.t2FFtL7i028473@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: xmj Date: Sun Mar 15 15:55:21 2015 New Revision: 381352 URL: https://svnweb.freebsd.org/changeset/ports/381352 QAT: https://qat.redports.org/buildarchive/r381352/ Log: print/rubygem-rbpdf: Add port. A template plugin allowing the inclusion of ERB-enabled RBPDF template files. WWW: https://github.com/naitoh/rbpdf PR: 198604 Submitted by: Michael Moll <kvedulv@kvedulv.de> Approved by: mentors (implicit) Added: head/print/rubygem-rbpdf/ head/print/rubygem-rbpdf/Makefile (contents, props changed) head/print/rubygem-rbpdf/distinfo (contents, props changed) head/print/rubygem-rbpdf/pkg-descr (contents, props changed) Modified: head/print/Makefile Modified: head/print/Makefile ============================================================================== --- head/print/Makefile Sun Mar 15 15:39:07 2015 (r381351) +++ head/print/Makefile Sun Mar 15 15:55:21 2015 (r381352) @@ -221,6 +221,7 @@ SUBDIR += rubygem-prawn-layout SUBDIR += rubygem-prawn-security SUBDIR += rubygem-prawn-svg + SUBDIR += rubygem-rbpdf SUBDIR += rubygem-ttfunk SUBDIR += scribus SUBDIR += sgf2tex Added: head/print/rubygem-rbpdf/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/print/rubygem-rbpdf/Makefile Sun Mar 15 15:55:21 2015 (r381352) @@ -0,0 +1,20 @@ +# Created by: Michael Moll <kvedulv at kvedulv.de> +# $FreeBSD$ + +PORTNAME= rbpdf +PORTVERSION= 1.18.5 +CATEGORIES= print rubygems +MASTER_SITES= RG + +MAINTAINER= ruby@FreeBSD.org +COMMENT= Ruby library for creating ERB enabled PDF templates + +LICENSE= LGPL21 +LICENSE_FILE= ${WRKSRC}/LICENSE.TXT + +USES= dos2unix +USE_RUBY= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST= yes + +.include <bsd.port.mk> Added: head/print/rubygem-rbpdf/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/print/rubygem-rbpdf/distinfo Sun Mar 15 15:55:21 2015 (r381352) @@ -0,0 +1,2 @@ +SHA256 (rubygem/rbpdf-1.18.5.gem) = ec2c8204a42081c3e22f48c4061c532ab87f28c41b601afa7d295ef8b5afbbc1 +SIZE (rubygem/rbpdf-1.18.5.gem) = 5734912 Added: head/print/rubygem-rbpdf/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/print/rubygem-rbpdf/pkg-descr Sun Mar 15 15:55:21 2015 (r381352) @@ -0,0 +1,3 @@ +A template plugin allowing the inclusion of ERB-enabled RBPDF template files. + +WWW: https://github.com/naitoh/rbpdf
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201503151555.t2FFtL7i028473>