Date: Sat, 22 Jun 2013 02:37:03 +0000 (UTC) From: Steve Wills <swills@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r321523 - in head/print: . rubygem-ttfunk Message-ID: <201306220237.r5M2b3Jl043509@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201306220237.r5M2b3Jl043509>