summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorPhilip M. Gollucci <pgollucci@FreeBSD.org>2010-12-17 03:48:09 +0000
committerPhilip M. Gollucci <pgollucci@FreeBSD.org>2010-12-17 03:48:09 +0000
commit79fa3c27a09356cfaeeee48eb393e2ca525012b7 (patch)
treeb71d899ba14a3f1b2aff69118381c6e2f1b47768 /print
parentA small extension to prawn that simplifies embedding JavaScript in your PDF f... (diff)
An SVG renderer for the Prawn PDF library. This will take an SVG file as
input and render it into your PDF. prawn-svg is in its infancy and does not support the full SVG specifications. WWW: https://github.com/mogest/prawn-svg
Notes
Notes: svn path=/head/; revision=266472
Diffstat (limited to 'print')
-rw-r--r--print/Makefile1
-rw-r--r--print/rubygem-prawn-svg/Makefile21
-rw-r--r--print/rubygem-prawn-svg/distinfo2
-rw-r--r--print/rubygem-prawn-svg/pkg-descr5
4 files changed, 29 insertions, 0 deletions
diff --git a/print/Makefile b/print/Makefile
index ae1832d7d547..e95ee2ab0d38 100644
--- a/print/Makefile
+++ b/print/Makefile
@@ -322,6 +322,7 @@
SUBDIR += rubygem-prawn-js
SUBDIR += rubygem-prawn-layout
SUBDIR += rubygem-prawn-security
+ SUBDIR += rubygem-prawn-svg
SUBDIR += scribus
SUBDIR += sgf2tex
SUBDIR += splix
diff --git a/print/rubygem-prawn-svg/Makefile b/print/rubygem-prawn-svg/Makefile
new file mode 100644
index 000000000000..bee93e2be131
--- /dev/null
+++ b/print/rubygem-prawn-svg/Makefile
@@ -0,0 +1,21 @@
+# Ports collection makefile for: rubygem-prawn-svg
+# Date created: December 16, 2010
+# Whom: Philip M. Gollucci <pgollucci@p6m7g8.com>
+#
+# $FreeBSD$
+
+PORTNAME= prawn-svg
+PORTVERSION= 0.9.1.10
+CATEGORIES= print rubygems
+MASTER_SITES= RG
+
+MAINTAINER= ruby@FreeBSD.org
+COMMENT= SVG renderer for Prawn PDF library
+
+RUN_DEPENDS= rubygem-prawn>=0.8.4:${PORTSDIR}/print/rubygem-prawn
+
+USE_RUBY= yes
+USE_RUBYGEMS= yes
+RUBYGEM_AUTOPLIST= yes
+
+.include <bsd.port.mk>
diff --git a/print/rubygem-prawn-svg/distinfo b/print/rubygem-prawn-svg/distinfo
new file mode 100644
index 000000000000..89d7e4863d44
--- /dev/null
+++ b/print/rubygem-prawn-svg/distinfo
@@ -0,0 +1,2 @@
+SHA256 (rubygem/prawn-svg-0.9.1.10.gem) = b8baf8d67b76d8054b1ebe6402bb967a48464b7f1b641a2df3a7316c9e1bcd75
+SIZE (rubygem/prawn-svg-0.9.1.10.gem) = 13824
diff --git a/print/rubygem-prawn-svg/pkg-descr b/print/rubygem-prawn-svg/pkg-descr
new file mode 100644
index 000000000000..04f3dcc1b59a
--- /dev/null
+++ b/print/rubygem-prawn-svg/pkg-descr
@@ -0,0 +1,5 @@
+An SVG renderer for the Prawn PDF library. This will take an SVG file as
+input and render it into your PDF. prawn-svg is in its infancy and does not
+support the full SVG specifications.
+
+WWW: https://github.com/mogest/prawn-svg