pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/tex-bin-xmltex Import tex-bin-xmltex-0.8 as t...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1fec2891034a
branches:  trunk
changeset: 393057:1fec2891034a
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Sat May 16 21:00:35 2009 +0000

description:
Import tex-bin-xmltex-0.8 as textproc/tex-bin-xmltex.

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.

diffstat:

 textproc/tex-bin-xmltex/DESCR    |   7 +++++++
 textproc/tex-bin-xmltex/Makefile |  26 ++++++++++++++++++++++++++
 textproc/tex-bin-xmltex/PLIST    |   4 ++++
 textproc/tex-bin-xmltex/distinfo |   5 +++++
 4 files changed, 42 insertions(+), 0 deletions(-)

diffs (58 lines):

diff -r 0586aa714ed7 -r 1fec2891034a textproc/tex-bin-xmltex/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/tex-bin-xmltex/DESCR     Sat May 16 21:00:35 2009 +0000
@@ -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 -r 0586aa714ed7 -r 1fec2891034a textproc/tex-bin-xmltex/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/tex-bin-xmltex/Makefile  Sat May 16 21:00:35 2009 +0000
@@ -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@localhost
+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 -r 0586aa714ed7 -r 1fec2891034a textproc/tex-bin-xmltex/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/tex-bin-xmltex/PLIST     Sat May 16 21:00:35 2009 +0000
@@ -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 -r 0586aa714ed7 -r 1fec2891034a textproc/tex-bin-xmltex/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/tex-bin-xmltex/distinfo  Sat May 16 21:00:35 2009 +0000
@@ -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



Home | Main Index | Thread Index | Old Index