diff options
author | Johannes Jost Meixner <xmj@FreeBSD.org> | 2015-03-15 15:55:21 +0000 |
---|---|---|
committer | Johannes Jost Meixner <xmj@FreeBSD.org> | 2015-03-15 15:55:21 +0000 |
commit | 453f8022de38f62154728b1267cc06d326056968 (patch) | |
tree | 81c92fb1c838916fc1b80dec4027550690c1dd54 /print | |
parent | eb6e1c2aa2c986640865646121c315895a589724 (diff) | |
download | ports-453f8022de38f62154728b1267cc06d326056968.tar.gz ports-453f8022de38f62154728b1267cc06d326056968.zip |
Notes
Diffstat (limited to 'print')
-rw-r--r-- | print/Makefile | 1 | ||||
-rw-r--r-- | print/rubygem-rbpdf/Makefile | 20 | ||||
-rw-r--r-- | print/rubygem-rbpdf/distinfo | 2 | ||||
-rw-r--r-- | print/rubygem-rbpdf/pkg-descr | 3 |
4 files changed, 26 insertions, 0 deletions
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 <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> 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 |