aboutsummaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2021-03-07 22:10:09 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2021-03-07 22:10:09 +0000
commit9c2d65efbde924777554234c6f5fd9cf9a081b23 (patch)
tree9d77aa346e2a07a3fafa7e2a0620b4e0fc719b7f /print
parent0e9172d28c1bdd6822d27685c9f3aaefc148daab (diff)
downloadports-9c2d65efbde924777554234c6f5fd9cf9a081b23.tar.gz
ports-9c2d65efbde924777554234c6f5fd9cf9a081b23.zip
Add rubygem-pdf-core07 0.7.0 (copied from rubygem-pdf-core)
- Add PORTSCOUT
Notes
Notes: svn path=/head/; revision=567609
Diffstat (limited to 'print')
-rw-r--r--print/Makefile1
-rw-r--r--print/rubygem-pdf-core07/Makefile26
-rw-r--r--print/rubygem-pdf-core07/distinfo3
-rw-r--r--print/rubygem-pdf-core07/pkg-descr16
4 files changed, 46 insertions, 0 deletions
diff --git a/print/Makefile b/print/Makefile
index 1c2721b6f038..9d69713b71c3 100644
--- a/print/Makefile
+++ b/print/Makefile
@@ -202,6 +202,7 @@
SUBDIR += rubygem-color
SUBDIR += rubygem-color-tools
SUBDIR += rubygem-pdf-core
+ SUBDIR += rubygem-pdf-core07
SUBDIR += rubygem-pdf-reader
SUBDIR += rubygem-pdf-writer
SUBDIR += rubygem-prawn
diff --git a/print/rubygem-pdf-core07/Makefile b/print/rubygem-pdf-core07/Makefile
new file mode 100644
index 000000000000..97b966db6b20
--- /dev/null
+++ b/print/rubygem-pdf-core07/Makefile
@@ -0,0 +1,26 @@
+# Created by: Michael Moll <kvedulv at kvedulv.de>
+# $FreeBSD$
+
+PORTNAME= pdf-core
+PORTVERSION= 0.7.0
+CATEGORIES= print rubygems
+MASTER_SITES= RG
+PKGNAMESUFFIX= 07
+
+MAINTAINER= sunpoet@FreeBSD.org
+COMMENT= Ruby library to render PDF documents
+
+LICENSE= GPLv2 GPLv3 RUBY
+LICENSE_COMB= dual
+LICENSE_FILE_GPLv2= ${WRKSRC}/GPLv2
+LICENSE_FILE_GPLv3= ${WRKSRC}/GPLv3
+LICENSE_FILE_RUBY= ${WRKSRC}/LICENSE
+
+USES= gem
+USE_RUBY= yes
+
+NO_ARCH= yes
+
+PORTSCOUT= limit:^0\.7\.
+
+.include <bsd.port.mk>
diff --git a/print/rubygem-pdf-core07/distinfo b/print/rubygem-pdf-core07/distinfo
new file mode 100644
index 000000000000..a66eb839244f
--- /dev/null
+++ b/print/rubygem-pdf-core07/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1489333717
+SHA256 (rubygem/pdf-core-0.7.0.gem) = c1afdbb79edaf7c9fea69fd4b8d3b2c68eeb7203ce4db0e80be5392e20e394a6
+SIZE (rubygem/pdf-core-0.7.0.gem) = 43008
diff --git a/print/rubygem-pdf-core07/pkg-descr b/print/rubygem-pdf-core07/pkg-descr
new file mode 100644
index 000000000000..c188e49650f0
--- /dev/null
+++ b/print/rubygem-pdf-core07/pkg-descr
@@ -0,0 +1,16 @@
+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/
+WWW: https://github.com/prawnpdf/pdf-core