aboutsummaryrefslogtreecommitdiff
path: root/print/rubygem-afm
diff options
context:
space:
mode:
authorSteve Wills <swills@FreeBSD.org>2013-06-22 02:40:34 +0000
committerSteve Wills <swills@FreeBSD.org>2013-06-22 02:40:34 +0000
commit78d2753ee742a64430d18fddd00a938fce5f811e (patch)
tree6ad696691beed879611f19f97e97dd1f3c607ac9 /print/rubygem-afm
parentc4287e26b74881029180ab603ffbece547fec662 (diff)
downloadports-78d2753ee742a64430d18fddd00a938fce5f811e.tar.gz
ports-78d2753ee742a64430d18fddd00a938fce5f811e.zip
A simple library to read Adobe Font Metrics files and use the data conveniently
Notes
Notes: svn path=/head/; revision=321528
Diffstat (limited to 'print/rubygem-afm')
-rw-r--r--print/rubygem-afm/Makefile16
-rw-r--r--print/rubygem-afm/distinfo2
-rw-r--r--print/rubygem-afm/pkg-descr3
3 files changed, 21 insertions, 0 deletions
diff --git a/print/rubygem-afm/Makefile b/print/rubygem-afm/Makefile
new file mode 100644
index 000000000000..099c47d73fda
--- /dev/null
+++ b/print/rubygem-afm/Makefile
@@ -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>
diff --git a/print/rubygem-afm/distinfo b/print/rubygem-afm/distinfo
new file mode 100644
index 000000000000..add3b359fbf1
--- /dev/null
+++ b/print/rubygem-afm/distinfo
@@ -0,0 +1,2 @@
+SHA256 (rubygem/afm-0.2.0.gem) = 2bd1f1d4a12570acb2d68ace76c103f2e585872cbc4b236eea619547fb509225
+SIZE (rubygem/afm-0.2.0.gem) = 17408
diff --git a/print/rubygem-afm/pkg-descr b/print/rubygem-afm/pkg-descr
new file mode 100644
index 000000000000..c200e00eed71
--- /dev/null
+++ b/print/rubygem-afm/pkg-descr
@@ -0,0 +1,3 @@
+A simple library to read Adobe Font Metrics files and use the data conveniently
+
+WWW: http://github.com/halfbyte/afm