diff options
author | wen <wen@FreeBSD.org> | 2011-10-23 11:52:56 +0800 |
---|---|---|
committer | wen <wen@FreeBSD.org> | 2011-10-23 11:52:56 +0800 |
commit | 493572ac829281200cdb3f2cfcaba3142a3f974a (patch) | |
tree | d56b2e68d1c1c96e50e2d72fb316b097c80be54d /textproc/rubygem-itextomml | |
parent | 17271908077ba3222cdb159fe863b1d351b22fee (diff) | |
download | freebsd-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/Makefile | 20 | ||||
-rw-r--r-- | textproc/rubygem-itextomml/distinfo | 2 | ||||
-rw-r--r-- | textproc/rubygem-itextomml/pkg-descr | 4 |
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 |