Add ruby-afm package version 0.2.0.
= afm A very simple library to read Adobe Font Metrics files (afm). Currently simply parses the file and saves it in a few attributes.
This commit is contained in:
parent
82d8cd1eda
commit
11edc321d0
4 changed files with 36 additions and 0 deletions
5
fonts/ruby-afm/DESCR
Normal file
5
fonts/ruby-afm/DESCR
Normal file
|
@ -0,0 +1,5 @@
|
|||
= afm
|
||||
|
||||
A very simple library to read Adobe Font Metrics files (afm).
|
||||
|
||||
Currently simply parses the file and saves it in a few attributes.
|
12
fonts/ruby-afm/Makefile
Normal file
12
fonts/ruby-afm/Makefile
Normal file
|
@ -0,0 +1,12 @@
|
|||
# $NetBSD: Makefile,v 1.1 2013/02/11 08:55:57 taca Exp $
|
||||
|
||||
DISTNAME= afm-0.2.0
|
||||
CATEGORIES= fonts
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
HOMEPAGE= http://github.com/halfbyte/afm
|
||||
COMMENT= Reading Adobe Font Metrics (afm) files
|
||||
LICENSE= mit
|
||||
|
||||
.include "../../lang/ruby/gem.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
14
fonts/ruby-afm/PLIST
Normal file
14
fonts/ruby-afm/PLIST
Normal file
|
@ -0,0 +1,14 @@
|
|||
@comment $NetBSD: PLIST,v 1.1 2013/02/11 08:55:57 taca Exp $
|
||||
${GEM_HOME}/cache/${GEM_NAME}.gem
|
||||
${GEM_LIBDIR}/.document
|
||||
${GEM_LIBDIR}/.gitignore
|
||||
${GEM_LIBDIR}/LICENSE
|
||||
${GEM_LIBDIR}/README.rdoc
|
||||
${GEM_LIBDIR}/Rakefile
|
||||
${GEM_LIBDIR}/VERSION
|
||||
${GEM_LIBDIR}/afm.gemspec
|
||||
${GEM_LIBDIR}/lib/afm.rb
|
||||
${GEM_LIBDIR}/test/fixtures/Vera.afm
|
||||
${GEM_LIBDIR}/test/helper.rb
|
||||
${GEM_LIBDIR}/test/test_afm.rb
|
||||
${GEM_HOME}/specifications/${GEM_NAME}.gemspec
|
5
fonts/ruby-afm/distinfo
Normal file
5
fonts/ruby-afm/distinfo
Normal file
|
@ -0,0 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1 2013/02/11 08:55:58 taca Exp $
|
||||
|
||||
SHA1 (afm-0.2.0.gem) = 47f187cf7f7705d2e22d25e21d734ee06ed99c55
|
||||
RMD160 (afm-0.2.0.gem) = 6d32825870b86c51f8d5166e56fea22d88648aeb
|
||||
Size (afm-0.2.0.gem) = 17408 bytes
|
Loading…
Reference in a new issue