Date: Sat, 22 Jun 2013 02:40:34 +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: r321528 - in head/print: . rubygem-afm Message-ID: <201306220240.r5M2eYJn045306@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: swills Date: Sat Jun 22 02:40:34 2013 New Revision: 321528 URL: http://svnweb.freebsd.org/changeset/ports/321528 Log: A simple library to read Adobe Font Metrics files and use the data conveniently WWW: http://github.com/halfbyte/afm Added: head/print/rubygem-afm/ head/print/rubygem-afm/Makefile (contents, props changed) head/print/rubygem-afm/distinfo (contents, props changed) head/print/rubygem-afm/pkg-descr (contents, props changed) Modified: head/print/Makefile Modified: head/print/Makefile ============================================================================== --- head/print/Makefile Sat Jun 22 02:39:57 2013 (r321527) +++ head/print/Makefile Sat Jun 22 02:40:34 2013 (r321528) @@ -266,6 +266,7 @@ SUBDIR += rtf2latex SUBDIR += rtf2latex2e SUBDIR += ruby-panda + SUBDIR += rubygem-afm SUBDIR += rubygem-color SUBDIR += rubygem-colortools SUBDIR += rubygem-pdfwriter Added: head/print/rubygem-afm/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/print/rubygem-afm/Makefile Sat Jun 22 02:40:34 2013 (r321528) @@ -0,0 +1,16 @@ +# Created by: Steve Wills <swills@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= afm +PORTVERSION= 0.2.0 +CATEGORIES= print rubygems +MASTER_SITES= RG + +MAINTAINER= ruby@FreeBSD.org +COMMENT= Read AFM files and use the data conveniently + +USE_RUBY= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST= yes + +.include <bsd.port.mk> Added: head/print/rubygem-afm/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/print/rubygem-afm/distinfo Sat Jun 22 02:40:34 2013 (r321528) @@ -0,0 +1,2 @@ +SHA256 (rubygem/afm-0.2.0.gem) = 2bd1f1d4a12570acb2d68ace76c103f2e585872cbc4b236eea619547fb509225 +SIZE (rubygem/afm-0.2.0.gem) = 17408 Added: head/print/rubygem-afm/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/print/rubygem-afm/pkg-descr Sat Jun 22 02:40:34 2013 (r321528) @@ -0,0 +1,3 @@ +A simple library to read Adobe Font Metrics files and use the data conveniently + +WWW: http://github.com/halfbyte/afm
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201306220240.r5M2eYJn045306>