pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/tex-xmltex Import tex-xmltex from pkgsrc-wip.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c7e590a313ad
branches:  trunk
changeset: 503038:c7e590a313ad
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Sun Nov 13 06:13:53 2005 +0000

description:
Import tex-xmltex from pkgsrc-wip.

xmltex implements a non-validating parser for documents matching the
W3C XML Namespaces Recommendation.  The system may just be used to
parse the file (expanding entity references and normalising namespace
declarations) in which case it records a trace of the parse on the
terminal.  Normally however the information from the parse is used to
trigger TeX typesetting code.  Declarations (in TeX syntax) are
provided as part of xmltex to associate TeX code with the start and
end of each XML element, attributes, processing instructions, and with
unicode character data.

diffstat:

 textproc/tex-xmltex/DESCR    |   9 +++++++++
 textproc/tex-xmltex/Makefile |  29 +++++++++++++++++++++++++++++
 textproc/tex-xmltex/PLIST    |   3 +++
 textproc/tex-xmltex/distinfo |   5 +++++
 4 files changed, 46 insertions(+), 0 deletions(-)

diffs (62 lines):

diff -r 82c160bcfdfe -r c7e590a313ad textproc/tex-xmltex/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/tex-xmltex/DESCR Sun Nov 13 06:13:53 2005 +0000
@@ -0,0 +1,9 @@
+xmltex implements a non-validating parser for documents matching the
+W3C XML Namespaces Recommendation.  The system may just be used to
+parse the file (expanding entity references and normalising namespace
+declarations) in which case it records a trace of the parse on the
+terminal.  Normally however the information from the parse is used to
+trigger TeX typesetting code.  Declarations (in TeX syntax) are
+provided as part of xmltex to associate TeX code with the start and
+end of each XML element, attributes, processing instructions, and with
+unicode character data.
diff -r 82c160bcfdfe -r c7e590a313ad textproc/tex-xmltex/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/tex-xmltex/Makefile      Sun Nov 13 06:13:53 2005 +0000
@@ -0,0 +1,29 @@
+# $NetBSD: Makefile,v 1.1.1.1 2005/11/13 06:13:53 minskim Exp $
+
+DISTNAME=      base
+PKGNAME=       tex-xmltex-1.9
+WRKSRC=                ${WRKDIR}/base
+CATEGORIES=    textproc
+MASTER_SITES=  ${MASTER_SITE_TEX_CTAN:=macros/xmltex/}
+EXTRACT_SUFX=  .zip
+
+MAINTAINER=    minskim%NetBSD.org@localhost
+HOMEPAGE=      http://www.dcarlisle.demon.co.uk/xmltex/manual.html
+COMMENT=       Non-validating XML parser implemented in TeX
+
+DIST_SUBDIR=   ${PKGNAME_NOREV}
+NO_CONFIGURE=  yes
+TEX_ACCEPTED=  teTeX3
+
+.include "../../print/teTeX/module.mk"
+
+do-build:
+       cd ${WRKSRC}; \
+       pdfetex -ini -progname=xmltex "&latex" xmltex.ini; \
+       pdfetex -ini -progname=pdfxmltex "&pdflatex" pdfxmltex.ini
+
+do-install:
+       @cd ${WRKSRC}; \
+       ${INSTALL_DATA} xmltex.fmt pdfxmltex.fmt ${PKG_TEXMFPREFIX}/web2c;
+
+.include "../../mk/bsd.pkg.mk"
diff -r 82c160bcfdfe -r c7e590a313ad textproc/tex-xmltex/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/tex-xmltex/PLIST Sun Nov 13 06:13:53 2005 +0000
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2005/11/13 06:13:53 minskim Exp $
+${PKG_TEXMFPREFIX}/web2c/xmltex.fmt
+${PKG_TEXMFPREFIX}/web2c/pdfxmltex.fmt
diff -r 82c160bcfdfe -r c7e590a313ad textproc/tex-xmltex/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/tex-xmltex/distinfo      Sun Nov 13 06:13:53 2005 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2005/11/13 06:13:53 minskim Exp $
+
+SHA1 (tex-xmltex-1.9/base.zip) = d5f72c6d47d35006cbfbd72e501238404770e103
+RMD160 (tex-xmltex-1.9/base.zip) = 49415d9ad1c19b14ffd9901a00da236368e6a2d9
+Size (tex-xmltex-1.9/base.zip) = 51836 bytes



Home | Main Index | Thread Index | Old Index