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)
This commit is contained in:
parent
eb6e1c2aa2
commit
453f8022de
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=381352
4 changed files with 26 additions and 0 deletions
|
@ -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
|
||||
|
|
20
print/rubygem-rbpdf/Makefile
Normal file
20
print/rubygem-rbpdf/Makefile
Normal file
|
@ -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>
|
2
print/rubygem-rbpdf/distinfo
Normal file
2
print/rubygem-rbpdf/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (rubygem/rbpdf-1.18.5.gem) = ec2c8204a42081c3e22f48c4061c532ab87f28c41b601afa7d295ef8b5afbbc1
|
||||
SIZE (rubygem/rbpdf-1.18.5.gem) = 5734912
|
3
print/rubygem-rbpdf/pkg-descr
Normal file
3
print/rubygem-rbpdf/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
|||
A template plugin allowing the inclusion of ERB-enabled RBPDF template files.
|
||||
|
||||
WWW: https://github.com/naitoh/rbpdf
|
Loading…
Reference in a new issue