pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/itex2MML Import itex2MML, which converts the ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/89210c7912aa
branches:  trunk
changeset: 529986:89210c7912aa
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Thu Jun 14 18:53:10 2007 +0000

description:
Import itex2MML, which converts the itex equations to MathML.

diffstat:

 textproc/itex2MML/DESCR    |   1 +
 textproc/itex2MML/Makefile |  21 +++++++++++++++++++++
 textproc/itex2MML/PLIST    |   2 ++
 textproc/itex2MML/distinfo |   5 +++++
 4 files changed, 29 insertions(+), 0 deletions(-)

diffs (45 lines):

diff -r d13918cf688b -r 89210c7912aa textproc/itex2MML/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/itex2MML/DESCR   Thu Jun 14 18:53:10 2007 +0000
@@ -0,0 +1,1 @@
+itex2MML converts the itex equations to MathML.
diff -r d13918cf688b -r 89210c7912aa textproc/itex2MML/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/itex2MML/Makefile        Thu Jun 14 18:53:10 2007 +0000
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.1.1.1 2007/06/14 18:53:10 minskim Exp $
+
+DISTNAME=      itexToMML
+PKGNAME=       itex2MML-1.2.2
+CATEGORIES=    textproc
+MASTER_SITES=  http://golem.ph.utexas.edu/~distler/blog/files/
+
+MAINTAINER=    minskim%NetBSD.org@localhost
+HOMEPAGE=      http://golem.ph.utexas.edu/~distler/blog/itex2MML.html
+COMMENT=       Converts itex equations to MathML
+
+USE_LANGUAGES= c c++
+USE_TOOLS+=    bison flex
+WRKSRC=                ${WRKDIR}/${DISTNAME}/itex-src
+
+INSTALLATION_DIRS=     bin
+
+do-install:
+       ${INSTALL_PROGRAM} ${WRKSRC}/itex2MML ${PREFIX}/bin
+
+.include "../../mk/bsd.pkg.mk"
diff -r d13918cf688b -r 89210c7912aa textproc/itex2MML/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/itex2MML/PLIST   Thu Jun 14 18:53:10 2007 +0000
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2007/06/14 18:53:10 minskim Exp $
+bin/itex2MML
diff -r d13918cf688b -r 89210c7912aa textproc/itex2MML/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/itex2MML/distinfo        Thu Jun 14 18:53:10 2007 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2007/06/14 18:53:10 minskim Exp $
+
+SHA1 (itexToMML.tar.gz) = e3331d7dfe2914b053f903aad8b9e2d8bdcbc98f
+RMD160 (itexToMML.tar.gz) = 209e61f2f2ee0bd08658143e72704eb839424657
+Size (itexToMML.tar.gz) = 127224 bytes



Home | Main Index | Thread Index | Old Index