mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +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:
parent
c4287e26b7
commit
78d2753ee7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=321528
@ -266,6 +266,7 @@
|
||||
SUBDIR += rtf2latex
|
||||
SUBDIR += rtf2latex2e
|
||||
SUBDIR += ruby-panda
|
||||
SUBDIR += rubygem-afm
|
||||
SUBDIR += rubygem-color
|
||||
SUBDIR += rubygem-colortools
|
||||
SUBDIR += rubygem-pdfwriter
|
||||
|
16
print/rubygem-afm/Makefile
Normal file
16
print/rubygem-afm/Makefile
Normal 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>
|
2
print/rubygem-afm/distinfo
Normal file
2
print/rubygem-afm/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (rubygem/afm-0.2.0.gem) = 2bd1f1d4a12570acb2d68ace76c103f2e585872cbc4b236eea619547fb509225
|
||||
SIZE (rubygem/afm-0.2.0.gem) = 17408
|
3
print/rubygem-afm/pkg-descr
Normal file
3
print/rubygem-afm/pkg-descr
Normal 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
|
Loading…
Reference in New Issue
Block a user