svn commit: r321528 - in head/print: . rubygem-afm
Steve Wills
swills at FreeBSD.org
Sat Jun 22 02:40:35 UTC 2013
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 at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= afm
+PORTVERSION= 0.2.0
+CATEGORIES= print rubygems
+MASTER_SITES= RG
+
+MAINTAINER= ruby at 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
More information about the svn-ports-all
mailing list