aboutsummaryrefslogtreecommitdiffstats
path: root/print
diff options
context:
space:
mode:
authorswills <swills@FreeBSD.org>2014-03-29 22:53:39 +0800
committerswills <swills@FreeBSD.org>2014-03-29 22:53:39 +0800
commit8c113ec4d83fd71025f615ba7730913c1a395f36 (patch)
tree89993eafa699472e97fc56024350ca35658a0923 /print
parenteb4eb3af6d3ddacd31178bb09baf2af39f944d3c (diff)
downloadfreebsd-ports-gnome-8c113ec4d83fd71025f615ba7730913c1a395f36.tar.gz
freebsd-ports-gnome-8c113ec4d83fd71025f615ba7730913c1a395f36.tar.zst
freebsd-ports-gnome-8c113ec4d83fd71025f615ba7730913c1a395f36.zip
PDF::Core is a pure Ruby library to render PDF documents.
It supports several PDF features, such as among others: * low-level annotation * istream objects and stream filters * NameTree * object repository * object serialization * indirect objects * page geometries It is used internally by Prawn (provided in the rubygems-prawn package), a Ruby PDF generation library. WWW: http://prawnpdf.org/ PR: ports/187987 Submitted by: Michael Moll <kvedulv at kvedulv.de>
Diffstat (limited to 'print')
-rw-r--r--print/Makefile1
-rw-r--r--print/rubygem-pdf-core/Makefile16
-rw-r--r--print/rubygem-pdf-core/distinfo2
-rw-r--r--print/rubygem-pdf-core/pkg-descr15
4 files changed, 34 insertions, 0 deletions
diff --git a/print/Makefile b/print/Makefile
index 921af15738fb..8acde7b6348b 100644
--- a/print/Makefile
+++ b/print/Makefile
@@ -266,6 +266,7 @@
SUBDIR += rubygem-afm
SUBDIR += rubygem-color
SUBDIR += rubygem-colortools
+ SUBDIR += rubygem-pdf-core
SUBDIR += rubygem-pdf-reader
SUBDIR += rubygem-pdfwriter
SUBDIR += rubygem-prawn
diff --git a/print/rubygem-pdf-core/Makefile b/print/rubygem-pdf-core/Makefile
new file mode 100644
index 000000000000..289ca2e924a5
--- /dev/null
+++ b/print/rubygem-pdf-core/Makefile
@@ -0,0 +1,16 @@
+# Created by: Michael Moll <kvedulv at kvedulv.de>
+# $FreeBSD$
+
+PORTNAME= pdf-core
+PORTVERSION= 0.2.5
+CATEGORIES= print rubygems
+MASTER_SITES= RG
+
+MAINTAINER= ruby@FreeBSD.org
+COMMENT= Ruby library to render PDF documents
+
+USE_RUBY= yes
+USE_RUBYGEMS= yes
+RUBYGEM_AUTOPLIST= yes
+
+.include <bsd.port.mk>
diff --git a/print/rubygem-pdf-core/distinfo b/print/rubygem-pdf-core/distinfo
new file mode 100644
index 000000000000..6abd83d9f4c8
--- /dev/null
+++ b/print/rubygem-pdf-core/distinfo
@@ -0,0 +1,2 @@
+SHA256 (rubygem/pdf-core-0.2.5.gem) = c722b89f261b381235b8e322a1d8a7fe7fcdd88e517e0da13ffce7ef07cc7c1d
+SIZE (rubygem/pdf-core-0.2.5.gem) = 40960
diff --git a/print/rubygem-pdf-core/pkg-descr b/print/rubygem-pdf-core/pkg-descr
new file mode 100644
index 000000000000..d35e65aef739
--- /dev/null
+++ b/print/rubygem-pdf-core/pkg-descr
@@ -0,0 +1,15 @@
+PDF::Core is a pure Ruby library to render PDF documents.
+
+It supports several PDF features, such as among others:
+ * low-level annotation
+ * istream objects and stream filters
+ * NameTree
+ * object repository
+ * object serialization
+ * indirect objects
+ * page geometries
+
+It is used internally by Prawn (provided in the rubygems-prawn package),
+a Ruby PDF generation library.
+
+WWW: http://prawnpdf.org/