svn commit: r321523 - in head/print: . rubygem-ttfunk

Steve Wills swills at FreeBSD.org
Sat Jun 22 02:37:04 UTC 2013


Author: swills
Date: Sat Jun 22 02:37:02 2013
New Revision: 321523
URL: http://svnweb.freebsd.org/changeset/ports/321523

Log:
  Font Metrics Parser for Prawn
  
  WWW: http://rubygems.org/gems/ttfunk

Added:
  head/print/rubygem-ttfunk/
  head/print/rubygem-ttfunk/Makefile   (contents, props changed)
  head/print/rubygem-ttfunk/distinfo   (contents, props changed)
  head/print/rubygem-ttfunk/pkg-descr   (contents, props changed)
Modified:
  head/print/Makefile

Modified: head/print/Makefile
==============================================================================
--- head/print/Makefile	Sat Jun 22 02:36:43 2013	(r321522)
+++ head/print/Makefile	Sat Jun 22 02:37:02 2013	(r321523)
@@ -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

Added: head/print/rubygem-ttfunk/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/print/rubygem-ttfunk/Makefile	Sat Jun 22 02:37:02 2013	(r321523)
@@ -0,0 +1,16 @@
+# Created by: Steve Wills <swills at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	ttfunk
+PORTVERSION=	1.0.3
+CATEGORIES=	print rubygems
+MASTER_SITES=	RG
+
+MAINTAINER=	ruby at FreeBSD.org
+COMMENT=	Font Metrics Parser for Prawn
+
+USE_RUBY=	yes
+USE_RUBYGEMS=	yes
+RUBYGEM_AUTOPLIST=	yes
+
+.include <bsd.port.mk>

Added: head/print/rubygem-ttfunk/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/print/rubygem-ttfunk/distinfo	Sat Jun 22 02:37:02 2013	(r321523)
@@ -0,0 +1,2 @@
+SHA256 (rubygem/ttfunk-1.0.3.gem) = 0832ebbf47fd1b1fd052b6bd9f7414d8053b925d5b23a38553c2f348193a28c2
+SIZE (rubygem/ttfunk-1.0.3.gem) = 457216

Added: head/print/rubygem-ttfunk/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/print/rubygem-ttfunk/pkg-descr	Sat Jun 22 02:37:02 2013	(r321523)
@@ -0,0 +1,3 @@
+Font Metrics Parser for Prawn
+
+WWW: http://rubygems.org/gems/ttfunk


More information about the svn-ports-head mailing list