Tue May 4 23:51:22 2010 UTC ()
Update tex-xmltex{,-doc} to Revision 17012.

- Fixed the options to build a format.


(minskim)
diff -r1.10 -r1.11 pkgsrc/textproc/tex-xmltex/Makefile
diff -r1.3 -r1.4 pkgsrc/textproc/tex-xmltex/distinfo
diff -r1.1.1.1 -r1.2 pkgsrc/textproc/tex-xmltex-doc/Makefile
diff -r1.1.1.1 -r1.2 pkgsrc/textproc/tex-xmltex-doc/PLIST
diff -r1.1.1.1 -r1.2 pkgsrc/textproc/tex-xmltex-doc/distinfo

cvs diff -r1.10 -r1.11 pkgsrc/textproc/tex-xmltex/Makefile (expand / switch to unified diff)

--- pkgsrc/textproc/tex-xmltex/Makefile 2010/01/30 16:00:44 1.10
+++ pkgsrc/textproc/tex-xmltex/Makefile 2010/05/04 23:51:22 1.11
@@ -1,30 +1,31 @@ @@ -1,30 +1,31 @@
1# $NetBSD: Makefile,v 1.10 2010/01/30 16:00:44 minskim Exp $ 1# $NetBSD: Makefile,v 1.11 2010/05/04 23:51:22 minskim Exp $
2# TeX Live Revision 15878 2# TeX Live Revision 17012
3 3
4DISTNAME= xmltex 4DISTNAME= xmltex
5PKGNAME= tex-${DISTNAME}-1.9 5PKGNAME= tex-${DISTNAME}-1.9
6PKGREVISION= 6 6PKGREVISION= 7
 7DIST_SUBDIR= ${PKGNAME_NOREV}-17012
7 8
8MAINTAINER= minskim@NetBSD.org 9MAINTAINER= minskim@NetBSD.org
9HOMEPAGE= http://www.dcarlisle.demon.co.uk/xmltex/manual.html 10HOMEPAGE= http://www.dcarlisle.demon.co.uk/xmltex/manual.html
10COMMENT= Non-validating XML parser implemented in TeX 11COMMENT= Non-validating XML parser implemented in TeX
11 12
12CONFLICTS+= tex-bin-xmltex-[0-9]* 13CONFLICTS+= tex-bin-xmltex-[0-9]*
13DEPENDS+= tex-hyphen-base-[0-9]*:../../print/tex-hyphen-base 14DEPENDS+= tex-hyphen-base-[0-9]*:../../print/tex-hyphen-base
14DEPENDS+= tex-latexconfig-[0-9]*:../../print/tex-latexconfig 15DEPENDS+= tex-latexconfig-[0-9]*:../../print/tex-latexconfig
15DEPENDS+= tex-latex-[0-9]*:../../print/tex-latex 16DEPENDS+= tex-latex-[0-9]*:../../print/tex-latex
16DEPENDS+= tex-pdftex-[0-9]*:../../print/tex-pdftex 17DEPENDS+= tex-pdftex-[0-9]*:../../print/tex-pdftex
17DEPENDS+= tex-tex-[0-9]*:../../print/tex-tex 18DEPENDS+= tex-tex-[0-9]*:../../print/tex-tex
18 19
19INSTALLATION_DIRS= bin 20INSTALLATION_DIRS= bin
20 21
21TEX_FORMATS= "xmltex pdftex language.dat xmltex.ini\\npdfxmltex pdftex language.dat pdfxmltex.ini\\n" 22TEX_FORMATS= "xmltex pdftex language.dat *xmltex.ini\\npdfxmltex pdftex language.dat *pdfxmltex.ini\\n"
22TEX_TEXMF_DIRS= ${PREFIX}/share/texmf-dist 23TEX_TEXMF_DIRS= ${PREFIX}/share/texmf-dist
23 24
24.include "../../print/texlive/package.mk" 25.include "../../print/texlive/package.mk"
25 26
26post-install: 27post-install:
27 ${LN} -sf pdftex ${DESTDIR}${PREFIX}/bin/xmltex 28 ${LN} -sf pdftex ${DESTDIR}${PREFIX}/bin/xmltex
28 ${LN} -sf pdftex ${DESTDIR}${PREFIX}/bin/pdfxmltex 29 ${LN} -sf pdftex ${DESTDIR}${PREFIX}/bin/pdfxmltex
29 30
30.include "../../mk/bsd.pkg.mk" 31.include "../../mk/bsd.pkg.mk"

cvs diff -r1.3 -r1.4 pkgsrc/textproc/tex-xmltex/distinfo (expand / switch to unified diff)

--- pkgsrc/textproc/tex-xmltex/distinfo 2010/01/30 16:00:44 1.3
+++ pkgsrc/textproc/tex-xmltex/distinfo 2010/05/04 23:51:22 1.4
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.3 2010/01/30 16:00:44 minskim Exp $ 1$NetBSD: distinfo,v 1.4 2010/05/04 23:51:22 minskim Exp $
2 2
3SHA1 (tex-xmltex-1.9/xmltex.tar.xz) = ac29bf505d043ec84a46e163f9b234d72f8819fd 3SHA1 (tex-xmltex-1.9-17012/xmltex.tar.xz) = 0aa71e326def0aab1acdf6dd8cd1832cbbb36030
4RMD160 (tex-xmltex-1.9/xmltex.tar.xz) = 68ab651d8554cff978e1066c3394201be9bdf495 4RMD160 (tex-xmltex-1.9-17012/xmltex.tar.xz) = aba7b8e106b4cd3a90bacd0d799518026dda0e83
5Size (tex-xmltex-1.9/xmltex.tar.xz) = 18188 bytes 5Size (tex-xmltex-1.9-17012/xmltex.tar.xz) = 18216 bytes

cvs diff -r1.1.1.1 -r1.2 pkgsrc/textproc/tex-xmltex-doc/Makefile (expand / switch to unified diff)

--- pkgsrc/textproc/tex-xmltex-doc/Makefile 2009/04/29 06:19:37 1.1.1.1
+++ pkgsrc/textproc/tex-xmltex-doc/Makefile 2010/05/04 23:51:22 1.2
@@ -1,11 +1,12 @@ @@ -1,11 +1,12 @@
1# $NetBSD: Makefile,v 1.1.1.1 2009/04/29 06:19:37 minskim Exp $ 1# $NetBSD: Makefile,v 1.2 2010/05/04 23:51:22 minskim Exp $
2# TeX Live Revision 11896 2# TeX Live Revision 17012
3 3
4DISTNAME= xmltex.doc 4DISTNAME= xmltex.doc
5PKGNAME= tex-${DISTNAME:S/./-/}-0.8 5PKGNAME= tex-${DISTNAME:S/./-/}-0.8
 6PKGREVISION= 1
6 7
7MAINTAINER= minskim@NetBSD.org 8MAINTAINER= minskim@NetBSD.org
8COMMENT= Documentation for tex-xmltex 9COMMENT= Documentation for tex-xmltex
9 10
10.include "../../print/texlive/module.mk" 11.include "../../print/texlive/package.mk"
11.include "../../mk/bsd.pkg.mk" 12.include "../../mk/bsd.pkg.mk"

cvs diff -r1.1.1.1 -r1.2 pkgsrc/textproc/tex-xmltex-doc/PLIST (expand / switch to unified diff)

--- pkgsrc/textproc/tex-xmltex-doc/PLIST 2009/04/29 06:19:37 1.1.1.1
+++ pkgsrc/textproc/tex-xmltex-doc/PLIST 2010/05/04 23:51:22 1.2

cvs diff -r1.1.1.1 -r1.2 pkgsrc/textproc/tex-xmltex-doc/distinfo (expand / switch to unified diff)

--- pkgsrc/textproc/tex-xmltex-doc/distinfo 2009/04/29 06:19:37 1.1.1.1
+++ pkgsrc/textproc/tex-xmltex-doc/distinfo 2010/05/04 23:51:22 1.2
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.1.1.1 2009/04/29 06:19:37 minskim Exp $ 1$NetBSD: distinfo,v 1.2 2010/05/04 23:51:22 minskim Exp $
2 2
3SHA1 (tex-xmltex-doc-0.8/xmltex.doc.tar.lzma) = b82d5ace681ff52b8129e8ab0fb87e39cf63f003 3SHA1 (tex-xmltex-doc-0.8/xmltex.doc.tar.xz) = c55b4c545a9ac88a0f846defebdf6d8f9b648cb7
4RMD160 (tex-xmltex-doc-0.8/xmltex.doc.tar.lzma) = 8e57095305ea806302d807df2693bd9a4f590a3a 4RMD160 (tex-xmltex-doc-0.8/xmltex.doc.tar.xz) = e78104c997ae58e53c4d5188c56c8410d2f4fdb3
5Size (tex-xmltex-doc-0.8/xmltex.doc.tar.lzma) = 16930 bytes 5Size (tex-xmltex-doc-0.8/xmltex.doc.tar.xz) = 17004 bytes