diff options
author | Wen Heping <wen@FreeBSD.org> | 2011-10-23 03:52:56 +0000 |
---|---|---|
committer | Wen Heping <wen@FreeBSD.org> | 2011-10-23 03:52:56 +0000 |
commit | b2c62c557527064142019a9b0c199eacbb8f5d4e (patch) | |
tree | 52b4533bba82b05ee41fea7360c78f1683ad9a26 /textproc/rubygem-itextomml | |
parent | bd0c0476e40ac61514c8f3d6ce280c9d1afa6dad (diff) | |
download | ports-b2c62c557527064142019a9b0c199eacbb8f5d4e.tar.gz ports-b2c62c557527064142019a9b0c199eacbb8f5d4e.zip |
Notes
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 |