svn commit: r435997 - in head/print: . rubygem-prawn_shapes
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sun Mar 12 17:28:03 UTC 2017
Author: sunpoet
Date: Sun Mar 12 17:28:01 2017
New Revision: 435997
URL: https://svnweb.freebsd.org/changeset/ports/435997
Log:
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
Added:
head/print/rubygem-prawn_shapes/
head/print/rubygem-prawn_shapes/Makefile (contents, props changed)
head/print/rubygem-prawn_shapes/distinfo (contents, props changed)
head/print/rubygem-prawn_shapes/pkg-descr (contents, props changed)
Modified:
head/print/Makefile
Modified: head/print/Makefile
==============================================================================
--- head/print/Makefile Sun Mar 12 17:07:23 2017 (r435996)
+++ head/print/Makefile Sun Mar 12 17:28:01 2017 (r435997)
@@ -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
Added: head/print/rubygem-prawn_shapes/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/print/rubygem-prawn_shapes/Makefile Sun Mar 12 17:28:01 2017 (r435997)
@@ -0,0 +1,19 @@
+# Created by: Sunpoet Po-Chuan Hsieh <sunpoet at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= prawn_shapes
+PORTVERSION= 1.2.1
+CATEGORIES= print rubygems
+MASTER_SITES= RG
+
+MAINTAINER= sunpoet at 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>
Added: head/print/rubygem-prawn_shapes/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/print/rubygem-prawn_shapes/distinfo Sun Mar 12 17:28:01 2017 (r435997)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1489336806
+SHA256 (rubygem/prawn_shapes-1.2.1.gem) = 173a714f41b9a09b71b8b86006bd81d8a6d93d9fca21406b99440f41d512fd88
+SIZE (rubygem/prawn_shapes-1.2.1.gem) = 12288
Added: head/print/rubygem-prawn_shapes/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/print/rubygem-prawn_shapes/pkg-descr Sun Mar 12 17:28:01 2017 (r435997)
@@ -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
More information about the svn-ports-head
mailing list