1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

A simple library to read Adobe Font Metrics files and use the data conveniently

WWW: http://github.com/halfbyte/afm
This commit is contained in:
Steve Wills 2013-06-22 02:40:34 +00:00
parent c4287e26b7
commit 78d2753ee7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=321528
4 changed files with 22 additions and 0 deletions

View File

@ -266,6 +266,7 @@
SUBDIR += rtf2latex SUBDIR += rtf2latex
SUBDIR += rtf2latex2e SUBDIR += rtf2latex2e
SUBDIR += ruby-panda SUBDIR += ruby-panda
SUBDIR += rubygem-afm
SUBDIR += rubygem-color SUBDIR += rubygem-color
SUBDIR += rubygem-colortools SUBDIR += rubygem-colortools
SUBDIR += rubygem-pdfwriter SUBDIR += rubygem-pdfwriter

View File

@ -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>

View File

@ -0,0 +1,2 @@
SHA256 (rubygem/afm-0.2.0.gem) = 2bd1f1d4a12570acb2d68ace76c103f2e585872cbc4b236eea619547fb509225
SIZE (rubygem/afm-0.2.0.gem) = 17408

View File

@ -0,0 +1,3 @@
A simple library to read Adobe Font Metrics files and use the data conveniently
WWW: http://github.com/halfbyte/afm