aboutsummaryrefslogtreecommitdiffstats
path: root/print
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2017-03-13 01:28:01 +0800
committerKoop Mast <kwm@rainbow-runner.nl>2017-04-09 20:00:17 +0800
commit8a0abb2a153b1861787de8e6f7c881aadd472a27 (patch)
tree776ec5532577956da77889d359f58096f8607369 /print
parentd7fd65dcdaf22e33c84d89954a8829232ab0be5d (diff)
downloadfreebsd-ports-gnome-8a0abb2a153b1861787de8e6f7c881aadd472a27.tar.gz
freebsd-ports-gnome-8a0abb2a153b1861787de8e6f7c881aadd472a27.tar.zst
freebsd-ports-gnome-8a0abb2a153b1861787de8e6f7c881aadd472a27.zip
Add rubygem-prawn_shapes 1.2.1
Shapes library for Prawn Available thus far: - star - half_star - arc - pie_slice - half_circle - quarter_circle WWW: https://github.com/Bluejade/prawn-shapes
Diffstat (limited to 'print')
-rw-r--r--print/Makefile1
-rw-r--r--print/rubygem-prawn_shapes/Makefile19
-rw-r--r--print/rubygem-prawn_shapes/distinfo3
-rw-r--r--print/rubygem-prawn_shapes/pkg-descr11
4 files changed, 34 insertions, 0 deletions
diff --git a/print/Makefile b/print/Makefile
index d5fe1c965eb9..bbb2ef4580ad 100644
--- a/print/Makefile
+++ b/print/Makefile
@@ -225,6 +225,7 @@
SUBDIR += rubygem-prawn-layout
SUBDIR += rubygem-prawn-security
SUBDIR += rubygem-prawn-svg
+ SUBDIR += rubygem-prawn_shapes
SUBDIR += rubygem-rbpdf
SUBDIR += rubygem-rbpdf-font
SUBDIR += rubygem-ttfunk
diff --git a/print/rubygem-prawn_shapes/Makefile b/print/rubygem-prawn_shapes/Makefile
new file mode 100644
index 000000000000..fbaaa42d36ce
--- /dev/null
+++ b/print/rubygem-prawn_shapes/Makefile
@@ -0,0 +1,19 @@
+# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= prawn_shapes
+PORTVERSION= 1.2.1
+CATEGORIES= print rubygems
+MASTER_SITES= RG
+
+MAINTAINER= sunpoet@FreeBSD.org
+COMMENT= Adds additional vector shapes to Prawn
+
+LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
+NO_ARCH= yes
+USE_RUBY= yes
+USES= gem
+
+.include <bsd.port.mk>
diff --git a/print/rubygem-prawn_shapes/distinfo b/print/rubygem-prawn_shapes/distinfo
new file mode 100644
index 000000000000..cc947b7c5594
--- /dev/null
+++ b/print/rubygem-prawn_shapes/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1489336806
+SHA256 (rubygem/prawn_shapes-1.2.1.gem) = 173a714f41b9a09b71b8b86006bd81d8a6d93d9fca21406b99440f41d512fd88
+SIZE (rubygem/prawn_shapes-1.2.1.gem) = 12288
diff --git a/print/rubygem-prawn_shapes/pkg-descr b/print/rubygem-prawn_shapes/pkg-descr
new file mode 100644
index 000000000000..45314d3b0aa2
--- /dev/null
+++ b/print/rubygem-prawn_shapes/pkg-descr
@@ -0,0 +1,11 @@
+Shapes library for Prawn
+
+Available thus far:
+- star
+- half_star
+- arc
+- pie_slice
+- half_circle
+- quarter_circle
+
+WWW: https://github.com/Bluejade/prawn-shapes