summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--textproc/tex-bin-xmltex/DESCR7
-rw-r--r--textproc/tex-bin-xmltex/Makefile26
-rw-r--r--textproc/tex-bin-xmltex/PLIST4
-rw-r--r--textproc/tex-bin-xmltex/distinfo5
4 files changed, 42 insertions, 0 deletions
diff --git a/textproc/tex-bin-xmltex/DESCR b/textproc/tex-bin-xmltex/DESCR
new file mode 100644
index 00000000000..03825801d25
--- /dev/null
+++ b/textproc/tex-bin-xmltex/DESCR
@@ -0,0 +1,7 @@
+This package provides an implementation of a parser for documents
+matching the XML 1.0 and XML Namespace Recommendations. In addition to
+parsing commands are provided to attatch TeX typesetting instructions to
+the various markup elemenets as they are encounted. Sample files for
+typesetting a subset of TEI, MathML, are included. Element and Attribute
+names, as well as character data, may use any characters allowed in XML,
+using UTF-8 or a suitable 8-bit encoding.
diff --git a/textproc/tex-bin-xmltex/Makefile b/textproc/tex-bin-xmltex/Makefile
new file mode 100644
index 00000000000..0fe9addf919
--- /dev/null
+++ b/textproc/tex-bin-xmltex/Makefile
@@ -0,0 +1,26 @@
+# $NetBSD: Makefile,v 1.1.1.1 2009/05/16 21:00:35 minskim Exp $
+# TeX Live Revision 10592
+
+DISTNAME= bin-xmltex
+PKGNAME= tex-${DISTNAME}-0.8
+
+MAINTAINER= minskim@NetBSD.org
+COMMENT= Support for parsing XML documents
+
+CONFLICTS+= tex-xmltex<=1.9nb4
+DEPENDS+= tex-bin-latex-[0-9]*:../../print/tex-bin-latex
+DEPENDS+= tex-hyphen-base-[0-9]*:../../print/tex-hyphen-base
+DEPENDS+= tex-pdftex-[0-9]*:../../print/tex-pdftex
+DEPENDS+= tex-xmltex-[0-9]*:../../textproc/tex-xmltex
+
+INSTALLATION_DIRS+= bin
+
+TEX_FORMAT_NAMES+= xmltex
+
+.include "../../print/texlive/module.mk"
+
+post-install:
+ ${LN} -sf pdftex ${DESTDIR}${PREFIX}/bin/xmltex
+ ${LN} -sf pdftex ${DESTDIR}${PREFIX}/bin/pdfxmltex
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/textproc/tex-bin-xmltex/PLIST b/textproc/tex-bin-xmltex/PLIST
new file mode 100644
index 00000000000..1db756429b9
--- /dev/null
+++ b/textproc/tex-bin-xmltex/PLIST
@@ -0,0 +1,4 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2009/05/16 21:00:35 minskim Exp $
+bin/pdfxmltex
+bin/xmltex
+share/texmf/fmtutil/format.xmltex.cnf
diff --git a/textproc/tex-bin-xmltex/distinfo b/textproc/tex-bin-xmltex/distinfo
new file mode 100644
index 00000000000..c8cc5cfa0e7
--- /dev/null
+++ b/textproc/tex-bin-xmltex/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2009/05/16 21:00:35 minskim Exp $
+
+SHA1 (tex-bin-xmltex-0.8/bin-xmltex.tar.lzma) = 812645efc2e8560a8ea802fc93ecc32ebe6d1613
+RMD160 (tex-bin-xmltex-0.8/bin-xmltex.tar.lzma) = f3ec671ad275c4c9732f07c4378393dbaf5380fe
+Size (tex-bin-xmltex-0.8/bin-xmltex.tar.lzma) = 758 bytes