From 453f8022de38f62154728b1267cc06d326056968 Mon Sep 17 00:00:00 2001 From: Johannes Jost Meixner Date: Sun, 15 Mar 2015 15:55:21 +0000 Subject: [PATCH] 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 Approved by: mentors (implicit) --- print/Makefile | 1 + print/rubygem-rbpdf/Makefile | 20 ++++++++++++++++++++ print/rubygem-rbpdf/distinfo | 2 ++ print/rubygem-rbpdf/pkg-descr | 3 +++ 4 files changed, 26 insertions(+) create mode 100644 print/rubygem-rbpdf/Makefile create mode 100644 print/rubygem-rbpdf/distinfo create mode 100644 print/rubygem-rbpdf/pkg-descr diff --git a/print/Makefile b/print/Makefile index fa42ba9a9d55..d13964bd21ce 100644 --- a/print/Makefile +++ b/print/Makefile @@ -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 diff --git a/print/rubygem-rbpdf/Makefile b/print/rubygem-rbpdf/Makefile new file mode 100644 index 000000000000..96a82302ea3a --- /dev/null +++ b/print/rubygem-rbpdf/Makefile @@ -0,0 +1,20 @@ +# Created by: Michael Moll +# $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 diff --git a/print/rubygem-rbpdf/distinfo b/print/rubygem-rbpdf/distinfo new file mode 100644 index 000000000000..ca54db1bcb5f --- /dev/null +++ b/print/rubygem-rbpdf/distinfo @@ -0,0 +1,2 @@ +SHA256 (rubygem/rbpdf-1.18.5.gem) = ec2c8204a42081c3e22f48c4061c532ab87f28c41b601afa7d295ef8b5afbbc1 +SIZE (rubygem/rbpdf-1.18.5.gem) = 5734912 diff --git a/print/rubygem-rbpdf/pkg-descr b/print/rubygem-rbpdf/pkg-descr new file mode 100644 index 000000000000..61368fbf7c0e --- /dev/null +++ b/print/rubygem-rbpdf/pkg-descr @@ -0,0 +1,3 @@ +A template plugin allowing the inclusion of ERB-enabled RBPDF template files. + +WWW: https://github.com/naitoh/rbpdf