aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/rubygem-itextomml
diff options
context:
space:
mode:
authorwen <wen@FreeBSD.org>2011-10-23 11:52:56 +0800
committerwen <wen@FreeBSD.org>2011-10-23 11:52:56 +0800
commit493572ac829281200cdb3f2cfcaba3142a3f974a (patch)
treed56b2e68d1c1c96e50e2d72fb316b097c80be54d /textproc/rubygem-itextomml
parent17271908077ba3222cdb159fe863b1d351b22fee (diff)
downloadfreebsd-ports-gnome-493572ac829281200cdb3f2cfcaba3142a3f974a.tar.gz
freebsd-ports-gnome-493572ac829281200cdb3f2cfcaba3142a3f974a.tar.zst
freebsd-ports-gnome-493572ac829281200cdb3f2cfcaba3142a3f974a.zip
itextomml provides native Ruby bindings to itex2MML, which converts
itex equations to MathML. WWW: http://golem.ph.utexas.edu/~distler/blog/itex2MML.html
Diffstat (limited to 'textproc/rubygem-itextomml')
-rw-r--r--textproc/rubygem-itextomml/Makefile20
-rw-r--r--textproc/rubygem-itextomml/distinfo2
-rw-r--r--textproc/rubygem-itextomml/pkg-descr4
3 files changed, 26 insertions, 0 deletions
diff --git a/textproc/rubygem-itextomml/Makefile b/textproc/rubygem-itextomml/Makefile
new file mode 100644
index 000000000000..6b068885e3a4
--- /dev/null
+++ b/textproc/rubygem-itextomml/Makefile
@@ -0,0 +1,20 @@
+# New ports collection makefile for: textproc/rubygem-itextomml
+# Date created: 23 Oct, 2011
+# Whom: Wen Heping <wen@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= itextomml
+PORTVERSION= 1.4.8
+CATEGORIES= textproc rubygems
+MASTER_SITES= RG
+
+MAINTAINER= wen@FreeBSD.org
+COMMENT= Native Ruby bindings to itex2MML
+
+USE_RUBY= yes
+USE_RUBYGEMS= yes
+RUBYGEM_AUTOPLIST= yes
+
+.include <bsd.port.mk>
diff --git a/textproc/rubygem-itextomml/distinfo b/textproc/rubygem-itextomml/distinfo
new file mode 100644
index 000000000000..eda0495fd4a2
--- /dev/null
+++ b/textproc/rubygem-itextomml/distinfo
@@ -0,0 +1,2 @@
+SHA256 (rubygem/itextomml-1.4.8.gem) = 7b3ceeb4fab2b31731998caecfb663cecc74dbf837b5201613724104a955d05a
+SIZE (rubygem/itextomml-1.4.8.gem) = 123904
diff --git a/textproc/rubygem-itextomml/pkg-descr b/textproc/rubygem-itextomml/pkg-descr
new file mode 100644
index 000000000000..0430a36c3df3
--- /dev/null
+++ b/textproc/rubygem-itextomml/pkg-descr
@@ -0,0 +1,4 @@
+itextomml provides native Ruby bindings to itex2MML, which converts
+itex equations to MathML.
+
+WWW: http://golem.ph.utexas.edu/~distler/blog/itex2MML.html