summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorSteve Wills <swills@FreeBSD.org>2013-06-22 02:37:02 +0000
committerSteve Wills <swills@FreeBSD.org>2013-06-22 02:37:02 +0000
commit12a12aa7df692083335d4f237a8f3d0867fd3ad7 (patch)
treea3fdf56310c4a543fda94947a4fc190de4d51140 /print
parent- Update to 0.69 (diff)
Font Metrics Parser for Prawn
WWW: http://rubygems.org/gems/ttfunk
Notes
Notes: svn path=/head/; revision=321523
Diffstat (limited to 'print')
-rw-r--r--print/Makefile1
-rw-r--r--print/rubygem-ttfunk/Makefile16
-rw-r--r--print/rubygem-ttfunk/distinfo2
-rw-r--r--print/rubygem-ttfunk/pkg-descr3
4 files changed, 22 insertions, 0 deletions
diff --git a/print/Makefile b/print/Makefile
index c9c20295b0ab..8371d77ec31e 100644
--- a/print/Makefile
+++ b/print/Makefile
@@ -278,6 +278,7 @@
SUBDIR += rubygem-prawn-layout
SUBDIR += rubygem-prawn-security
SUBDIR += rubygem-prawn-svg
+ SUBDIR += rubygem-ttfunk
SUBDIR += scribus
SUBDIR += scribus-devel
SUBDIR += sgf2tex
diff --git a/print/rubygem-ttfunk/Makefile b/print/rubygem-ttfunk/Makefile
new file mode 100644
index 000000000000..71067200074f
--- /dev/null
+++ b/print/rubygem-ttfunk/Makefile
@@ -0,0 +1,16 @@
+# Created by: Steve Wills <swills@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= ttfunk
+PORTVERSION= 1.0.3
+CATEGORIES= print rubygems
+MASTER_SITES= RG
+
+MAINTAINER= ruby@FreeBSD.org
+COMMENT= Font Metrics Parser for Prawn
+
+USE_RUBY= yes
+USE_RUBYGEMS= yes
+RUBYGEM_AUTOPLIST= yes
+
+.include <bsd.port.mk>
diff --git a/print/rubygem-ttfunk/distinfo b/print/rubygem-ttfunk/distinfo
new file mode 100644
index 000000000000..7f31e5f27e76
--- /dev/null
+++ b/print/rubygem-ttfunk/distinfo
@@ -0,0 +1,2 @@
+SHA256 (rubygem/ttfunk-1.0.3.gem) = 0832ebbf47fd1b1fd052b6bd9f7414d8053b925d5b23a38553c2f348193a28c2
+SIZE (rubygem/ttfunk-1.0.3.gem) = 457216
diff --git a/print/rubygem-ttfunk/pkg-descr b/print/rubygem-ttfunk/pkg-descr
new file mode 100644
index 000000000000..84bc6e605905
--- /dev/null
+++ b/print/rubygem-ttfunk/pkg-descr
@@ -0,0 +1,3 @@
+Font Metrics Parser for Prawn
+
+WWW: http://rubygems.org/gems/ttfunk