From owner-svn-ports-head@FreeBSD.ORG Sat Jun 22 02:40:35 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 7179F5E8; Sat, 22 Jun 2013 02:40:35 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 4A58D16F5; Sat, 22 Jun 2013 02:40:35 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r5M2eZZS045315; Sat, 22 Jun 2013 02:40:35 GMT (envelope-from swills@svn.freebsd.org) Received: (from swills@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r5M2eYJn045306; Sat, 22 Jun 2013 02:40:34 GMT (envelope-from swills@svn.freebsd.org) Message-Id: <201306220240.r5M2eYJn045306@svn.freebsd.org> From: Steve Wills Date: Sat, 22 Jun 2013 02:40:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r321528 - in head/print: . rubygem-afm X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Jun 2013 02:40:35 -0000 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 +# $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 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