svn commit: r381352 - in head/print: . rubygem-rbpdf

Johannes Jost Meixner xmj at FreeBSD.org
Sun Mar 15 15:55:23 UTC 2015


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 at 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 at 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


More information about the svn-ports-head mailing list