summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--print/Makefile11
-rw-r--r--print/tex-c90-doc/DESCR1
-rw-r--r--print/tex-c90-doc/Makefile13
-rw-r--r--print/tex-c90-doc/PLIST2
-rw-r--r--print/tex-c90-doc/distinfo5
-rw-r--r--print/tex-c90/DESCR1
-rw-r--r--print/tex-c90/Makefile11
-rw-r--r--print/tex-c90/PLIST2
-rw-r--r--print/tex-c90/distinfo5
-rw-r--r--print/tex-cjkpunct-doc/DESCR1
-rw-r--r--print/tex-cjkpunct-doc/Makefile13
-rw-r--r--print/tex-cjkpunct-doc/PLIST11
-rw-r--r--print/tex-cjkpunct-doc/distinfo5
-rw-r--r--print/tex-cjkpunct/DESCR1
-rw-r--r--print/tex-cjkpunct/Makefile13
-rw-r--r--print/tex-cjkpunct/PLIST2
-rw-r--r--print/tex-cjkpunct/distinfo5
-rw-r--r--print/tex-dnp/DESCR3
-rw-r--r--print/tex-dnp/Makefile11
-rw-r--r--print/tex-dnp/PLIST2
-rw-r--r--print/tex-dnp/distinfo5
-rw-r--r--print/tex-xcjk2uni-doc/DESCR1
-rw-r--r--print/tex-xcjk2uni-doc/Makefile13
-rw-r--r--print/tex-xcjk2uni-doc/PLIST3
-rw-r--r--print/tex-xcjk2uni-doc/distinfo5
-rw-r--r--print/tex-xcjk2uni/DESCR6
-rw-r--r--print/tex-xcjk2uni/Makefile13
-rw-r--r--print/tex-xcjk2uni/PLIST361
-rw-r--r--print/tex-xcjk2uni/distinfo5
-rw-r--r--print/tex-zxjafont-doc/DESCR1
-rw-r--r--print/tex-zxjafont-doc/Makefile13
-rw-r--r--print/tex-zxjafont-doc/PLIST5
-rw-r--r--print/tex-zxjafont-doc/distinfo5
-rw-r--r--print/tex-zxjafont/DESCR0
-rw-r--r--print/tex-zxjafont/Makefile13
-rw-r--r--print/tex-zxjafont/PLIST2
-rw-r--r--print/tex-zxjafont/distinfo5
37 files changed, 573 insertions, 1 deletions
diff --git a/print/Makefile b/print/Makefile
index f69d6c2e5fa..6632e1a2b42 100644
--- a/print/Makefile
+++ b/print/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.632 2015/05/09 22:46:38 markd Exp $
+# $NetBSD: Makefile,v 1.633 2015/05/10 01:08:02 markd Exp $
#
COMMENT= Desktop publishing
@@ -302,6 +302,8 @@ SUBDIR+= tex-braket-doc
SUBDIR+= tex-breakcites
SUBDIR+= tex-breakcites-doc
SUBDIR+= tex-breqn
+SUBDIR+= tex-c90
+SUBDIR+= tex-c90-doc
SUBDIR+= tex-cancel
SUBDIR+= tex-cancel-doc
SUBDIR+= tex-capt-of
@@ -340,6 +342,8 @@ SUBDIR+= tex-cite
SUBDIR+= tex-cite-doc
SUBDIR+= tex-cjk
SUBDIR+= tex-cjk-doc
+SUBDIR+= tex-cjkpunct
+SUBDIR+= tex-cjkpunct-doc
SUBDIR+= tex-cjkutils
SUBDIR+= tex-cjkutils-doc
SUBDIR+= tex-classpack
@@ -381,6 +385,7 @@ SUBDIR+= tex-dehyph-exptl
SUBDIR+= tex-dehyph-exptl-doc
SUBDIR+= tex-dk-bib
SUBDIR+= tex-dk-bib-doc
+SUBDIR+= tex-dnp
SUBDIR+= tex-draftwatermark
SUBDIR+= tex-draftwatermark-doc
SUBDIR+= tex-dvipdfmx
@@ -903,6 +908,8 @@ SUBDIR+= tex-wrapfig
SUBDIR+= tex-wrapfig-doc
SUBDIR+= tex-xargs
SUBDIR+= tex-xargs-doc
+SUBDIR+= tex-xcjk2uni
+SUBDIR+= tex-xcjk2uni-doc
SUBDIR+= tex-xcolor
SUBDIR+= tex-xcolor-doc
SUBDIR+= tex-xcomment
@@ -929,6 +936,8 @@ SUBDIR+= tex-ydoc
SUBDIR+= tex-ydoc-doc
SUBDIR+= tex-yfonts
SUBDIR+= tex-yfonts-doc
+SUBDIR+= tex-zxjafont
+SUBDIR+= tex-zxjafont-doc
SUBDIR+= tex4ht
#SUBDIR+= texlive # place holder directory
SUBDIR+= transfig
diff --git a/print/tex-c90-doc/DESCR b/print/tex-c90-doc/DESCR
new file mode 100644
index 00000000000..cd049b41320
--- /dev/null
+++ b/print/tex-c90-doc/DESCR
@@ -0,0 +1 @@
+Documentation for tex-c90.
diff --git a/print/tex-c90-doc/Makefile b/print/tex-c90-doc/Makefile
new file mode 100644
index 00000000000..59f334862df
--- /dev/null
+++ b/print/tex-c90-doc/Makefile
@@ -0,0 +1,13 @@
+# $NetBSD: Makefile,v 1.1 2015/05/10 01:04:04 markd Exp $
+
+DISTNAME= c90.doc
+PKGNAME= tex-${DISTNAME:S/./-/}-2014
+TEXLIVE_REV= 15878
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://ctan.org/pkg/c90
+COMMENT= Documentation for tex-c90
+#LICENSE=
+
+.include "../../print/texlive/package.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/print/tex-c90-doc/PLIST b/print/tex-c90-doc/PLIST
new file mode 100644
index 00000000000..aa63125bdab
--- /dev/null
+++ b/print/tex-c90-doc/PLIST
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1 2015/05/10 01:04:04 markd Exp $
+share/texmf-dist/doc/fonts/enc/c90/c90.pdf
diff --git a/print/tex-c90-doc/distinfo b/print/tex-c90-doc/distinfo
new file mode 100644
index 00000000000..2f09287bb68
--- /dev/null
+++ b/print/tex-c90-doc/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2015/05/10 01:04:04 markd Exp $
+
+SHA1 (tex-c90-15878/c90.doc.tar.xz) = cd68b4e78bb15614a25bac1ad6e0626a2fe0853e
+RMD160 (tex-c90-15878/c90.doc.tar.xz) = 854e1837bad42d88856b33a491e28eaaa2c5c995
+Size (tex-c90-15878/c90.doc.tar.xz) = 85560 bytes
diff --git a/print/tex-c90/DESCR b/print/tex-c90/DESCR
new file mode 100644
index 00000000000..513250260bd
--- /dev/null
+++ b/print/tex-c90/DESCR
@@ -0,0 +1 @@
+The C90 encoding for Thai.
diff --git a/print/tex-c90/Makefile b/print/tex-c90/Makefile
new file mode 100644
index 00000000000..240306197dd
--- /dev/null
+++ b/print/tex-c90/Makefile
@@ -0,0 +1,11 @@
+# $NetBSD: Makefile,v 1.1 2015/05/10 01:04:04 markd Exp $
+
+DISTNAME= c90
+PKGNAME= tex-${DISTNAME}-2014
+TEXLIVE_REV= 15878
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+COMMENT= C90 encoding for Thai
+
+.include "../../print/texlive/package.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/print/tex-c90/PLIST b/print/tex-c90/PLIST
new file mode 100644
index 00000000000..41ab8d6b151
--- /dev/null
+++ b/print/tex-c90/PLIST
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1 2015/05/10 01:04:04 markd Exp $
+share/texmf-dist/fonts/enc/dvips/c90/c90.enc
diff --git a/print/tex-c90/distinfo b/print/tex-c90/distinfo
new file mode 100644
index 00000000000..f354529154c
--- /dev/null
+++ b/print/tex-c90/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2015/05/10 01:04:04 markd Exp $
+
+SHA1 (tex-c90-15878/c90.tar.xz) = 509ff9de34804686eb5d0359a555741059e97b95
+RMD160 (tex-c90-15878/c90.tar.xz) = cda198d6142931fb3b2bd431fd63f231444d7a55
+Size (tex-c90-15878/c90.tar.xz) = 1880 bytes
diff --git a/print/tex-cjkpunct-doc/DESCR b/print/tex-cjkpunct-doc/DESCR
new file mode 100644
index 00000000000..b2f0e3136e5
--- /dev/null
+++ b/print/tex-cjkpunct-doc/DESCR
@@ -0,0 +1 @@
+Documentation for tex-cjkpunct.
diff --git a/print/tex-cjkpunct-doc/Makefile b/print/tex-cjkpunct-doc/Makefile
new file mode 100644
index 00000000000..f5d9c945c14
--- /dev/null
+++ b/print/tex-cjkpunct-doc/Makefile
@@ -0,0 +1,13 @@
+# $NetBSD: Makefile,v 1.1 2015/05/10 01:04:04 markd Exp $
+
+DISTNAME= cjkpunct.doc
+PKGNAME= tex-${DISTNAME:S/./-/}-4.8.1.2
+TEXLIVE_REV= 15878
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://ctan.org/pkg/cjkpunct
+COMMENT= Documentation for tex-cjkpunct
+LICENSE= lppl-1.3c
+
+.include "../../print/texlive/package.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/print/tex-cjkpunct-doc/PLIST b/print/tex-cjkpunct-doc/PLIST
new file mode 100644
index 00000000000..d10be9a1a1e
--- /dev/null
+++ b/print/tex-cjkpunct-doc/PLIST
@@ -0,0 +1,11 @@
+@comment $NetBSD: PLIST,v 1.1 2015/05/10 01:04:04 markd Exp $
+share/texmf-dist/doc/latex/cjkpunct/CJKpunct.pdf
+share/texmf-dist/doc/latex/cjkpunct/CJKpunct.spa
+share/texmf-dist/doc/latex/cjkpunct/README
+share/texmf-dist/doc/latex/cjkpunct/README.zh-cn.txt
+share/texmf-dist/doc/latex/cjkpunct/examples/example-CJKfntef.tex
+share/texmf-dist/doc/latex/cjkpunct/examples/example-gb.tex
+share/texmf-dist/doc/latex/cjkpunct/examples/example-gbk.tex
+share/texmf-dist/doc/latex/cjkpunct/examples/example-utf8.tex
+share/texmf-dist/doc/latex/cjkpunct/setpunct/setpunct-macros.tex
+share/texmf-dist/doc/latex/cjkpunct/setpunct/setpunct-main.tex
diff --git a/print/tex-cjkpunct-doc/distinfo b/print/tex-cjkpunct-doc/distinfo
new file mode 100644
index 00000000000..2a91a1600f7
--- /dev/null
+++ b/print/tex-cjkpunct-doc/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2015/05/10 01:04:04 markd Exp $
+
+SHA1 (tex-cjkpunct-15878/cjkpunct.doc.tar.xz) = b8691bb3cb042274c2f0ab733d8ca3d9b4076998
+RMD160 (tex-cjkpunct-15878/cjkpunct.doc.tar.xz) = 28d01cf334d5e00f4f69de2ab9ab417213c5585f
+Size (tex-cjkpunct-15878/cjkpunct.doc.tar.xz) = 145632 bytes
diff --git a/print/tex-cjkpunct/DESCR b/print/tex-cjkpunct/DESCR
new file mode 100644
index 00000000000..6220eb16954
--- /dev/null
+++ b/print/tex-cjkpunct/DESCR
@@ -0,0 +1 @@
+The package serves as a companion package for CJK.
diff --git a/print/tex-cjkpunct/Makefile b/print/tex-cjkpunct/Makefile
new file mode 100644
index 00000000000..cd2ebb78312
--- /dev/null
+++ b/print/tex-cjkpunct/Makefile
@@ -0,0 +1,13 @@
+# $NetBSD: Makefile,v 1.1 2015/05/10 01:04:04 markd Exp $
+
+DISTNAME= cjkpunct
+PKGNAME= tex-${DISTNAME}-4.8.1.2
+TEXLIVE_REV= 15878
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://ctan.org/pkg/cjkpunct
+COMMENT= Adjust locations and kerning of CJK punctuation marks
+LICENSE= lppl-1.3c
+
+.include "../../print/texlive/package.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/print/tex-cjkpunct/PLIST b/print/tex-cjkpunct/PLIST
new file mode 100644
index 00000000000..0c34caf60eb
--- /dev/null
+++ b/print/tex-cjkpunct/PLIST
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1 2015/05/10 01:04:04 markd Exp $
+share/texmf-dist/tex/latex/cjkpunct/CJKpunct.sty
diff --git a/print/tex-cjkpunct/distinfo b/print/tex-cjkpunct/distinfo
new file mode 100644
index 00000000000..96066b2411d
--- /dev/null
+++ b/print/tex-cjkpunct/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2015/05/10 01:04:04 markd Exp $
+
+SHA1 (tex-cjkpunct-15878/cjkpunct.tar.xz) = 31a07d77a5063041f65d2d0062f8dd7cf2ef1270
+RMD160 (tex-cjkpunct-15878/cjkpunct.tar.xz) = 80e78bcee23c88e25f7c1a44604200c29378589b
+Size (tex-cjkpunct-15878/cjkpunct.tar.xz) = 3584 bytes
diff --git a/print/tex-dnp/DESCR b/print/tex-dnp/DESCR
new file mode 100644
index 00000000000..f4b85fa3eef
--- /dev/null
+++ b/print/tex-dnp/DESCR
@@ -0,0 +1,3 @@
+The file `DNP.sfd' which gives the relationship between JIS X
+0208 (and JIS X 0212) in EUC encoding and wadalab's DNP font
+encoding.
diff --git a/print/tex-dnp/Makefile b/print/tex-dnp/Makefile
new file mode 100644
index 00000000000..58962f35dbc
--- /dev/null
+++ b/print/tex-dnp/Makefile
@@ -0,0 +1,11 @@
+# $NetBSD: Makefile,v 1.1 2015/05/10 01:04:04 markd Exp $
+
+DISTNAME= dnp
+PKGNAME= tex-${DISTNAME}-2014
+TEXLIVE_REV= 15878
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+COMMENT= Relationship between JIS X 0208 and wadalab's DNP encodings
+
+.include "../../print/texlive/package.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/print/tex-dnp/PLIST b/print/tex-dnp/PLIST
new file mode 100644
index 00000000000..52e9d9ef14c
--- /dev/null
+++ b/print/tex-dnp/PLIST
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1 2015/05/10 01:04:04 markd Exp $
+share/texmf-dist/fonts/sfd/dnp/DNP.sfd
diff --git a/print/tex-dnp/distinfo b/print/tex-dnp/distinfo
new file mode 100644
index 00000000000..b33e015a5d8
--- /dev/null
+++ b/print/tex-dnp/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2015/05/10 01:04:04 markd Exp $
+
+SHA1 (tex-dnp-15878/dnp.tar.xz) = cf9ea1182a884710d1ee5ef327ee49a18bc0814a
+RMD160 (tex-dnp-15878/dnp.tar.xz) = 816d2d6455b0779ca3b7057b2fa440e286530412
+Size (tex-dnp-15878/dnp.tar.xz) = 816 bytes
diff --git a/print/tex-xcjk2uni-doc/DESCR b/print/tex-xcjk2uni-doc/DESCR
new file mode 100644
index 00000000000..53c406f6f8c
--- /dev/null
+++ b/print/tex-xcjk2uni-doc/DESCR
@@ -0,0 +1 @@
+Documentation for tex-xcjk2uni.
diff --git a/print/tex-xcjk2uni-doc/Makefile b/print/tex-xcjk2uni-doc/Makefile
new file mode 100644
index 00000000000..1b8b3c77fcf
--- /dev/null
+++ b/print/tex-xcjk2uni-doc/Makefile
@@ -0,0 +1,13 @@
+# $NetBSD: Makefile,v 1.1 2015/05/10 01:04:04 markd Exp $
+
+DISTNAME= xcjk2uni.doc
+PKGNAME= tex-${DISTNAME:S/./-/}-0.4
+TEXLIVE_REV= 34382
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://ctan.org/pkg/xcjk2uni
+COMMENT= Documentation for tex-xcjk2uni
+LICENSE= lppl-1.3c
+
+.include "../../print/texlive/package.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/print/tex-xcjk2uni-doc/PLIST b/print/tex-xcjk2uni-doc/PLIST
new file mode 100644
index 00000000000..4d8f01b366b
--- /dev/null
+++ b/print/tex-xcjk2uni-doc/PLIST
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1 2015/05/10 01:04:04 markd Exp $
+share/texmf-dist/doc/latex/xcjk2uni/README
+share/texmf-dist/doc/latex/xcjk2uni/xCJK2uni.pdf
diff --git a/print/tex-xcjk2uni-doc/distinfo b/print/tex-xcjk2uni-doc/distinfo
new file mode 100644
index 00000000000..43f25d4cd78
--- /dev/null
+++ b/print/tex-xcjk2uni-doc/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2015/05/10 01:04:04 markd Exp $
+
+SHA1 (tex-xcjk2uni-34382/xcjk2uni.doc.tar.xz) = 06605dd57852cd3fd9180dcc22226bf01a25cb75
+RMD160 (tex-xcjk2uni-34382/xcjk2uni.doc.tar.xz) = ccb62b8a96e5d503a14b171a181e3e005ba7bf28
+Size (tex-xcjk2uni-34382/xcjk2uni.doc.tar.xz) = 140600 bytes
diff --git a/print/tex-xcjk2uni/DESCR b/print/tex-xcjk2uni/DESCR
new file mode 100644
index 00000000000..2c137b287d1
--- /dev/null
+++ b/print/tex-xcjk2uni/DESCR
@@ -0,0 +1,6 @@
+The package provides commands to convert CJK characters to
+Unicode in non-UTF-8 encoding; it provides hooks to support
+hyperref in producing correct bookmarks. The bundle also
+provides /ToUnicode mapping file(s) for a CJK subfont; these
+can be used with the cmap package, allowing searches of, and
+cut-and-paste operations on a PDF file generated by pdfTeX..
diff --git a/print/tex-xcjk2uni/Makefile b/print/tex-xcjk2uni/Makefile
new file mode 100644
index 00000000000..df8ea4de4ef
--- /dev/null
+++ b/print/tex-xcjk2uni/Makefile
@@ -0,0 +1,13 @@
+# $NetBSD: Makefile,v 1.1 2015/05/10 01:04:04 markd Exp $
+
+DISTNAME= xcjk2uni
+PKGNAME= tex-${DISTNAME}-0.4
+TEXLIVE_REV= 34382
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://ctan.org/pkg/xcjk2uni
+COMMENT= Convert CJK characters to Unicode, in pdfTeX
+LICENSE= lppl-1.3c
+
+.include "../../print/texlive/package.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/print/tex-xcjk2uni/PLIST b/print/tex-xcjk2uni/PLIST
new file mode 100644
index 00000000000..b4b07226725
--- /dev/null
+++ b/print/tex-xcjk2uni/PLIST
@@ -0,0 +1,361 @@
+@comment $NetBSD: PLIST,v 1.1 2015/05/10 01:04:04 markd Exp $
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c0001.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c0002.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c0003.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c0004.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c0005.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c0006.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c0007.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c0008.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c0009.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c0010.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c0011.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c0012.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c0013.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c0014.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c0015.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c0016.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c0017.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c0018.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c0019.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c0020.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c0021.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c0022.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c0023.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c0024.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c0025.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c0026.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c0027.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c0028.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c0029.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c0030.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c0031.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c0032.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c0033.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c0034.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c0035.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c0036.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c0037.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c0038.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c0039.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c0040.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c0041.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c0042.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c0043.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c0044.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c0045.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c0046.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c0047.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c0048.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c0049.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c0050.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c0051.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c0052.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c0053.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c0054.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c0055.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c0056.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c0057.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c0058.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c0901.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c0902.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c0903.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c0904.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c0905.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c0906.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c0907.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c0908.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c0909.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c0910.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c0911.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c0912.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c0913.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c0914.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c0915.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c0916.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c0917.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c0918.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c0919.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c0920.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c0921.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c0922.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c0923.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c0924.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c0925.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c0926.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c0927.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c0928.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c0929.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c0930.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c0931.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c0932.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c0933.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c0934.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c0935.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c0936.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c0937.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c0938.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c0939.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c0940.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c0941.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c0942.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c0943.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c0944.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c0945.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c0946.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c0947.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c0948.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c0949.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c0950.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c0951.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c0952.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c0953.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c0954.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c0955.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c0956.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c0957.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c0958.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c0959.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c0960.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c0961.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c0962.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c0963.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c0964.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c0965.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c0966.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c0967.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c0968.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c0969.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c0970.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c0971.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c0972.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c0973.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c0974.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c0975.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c0976.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c0977.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c0978.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c0979.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c0980.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c0981.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c0982.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c0983.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c0984.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c0985.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c0986.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c0987.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c0988.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c0989.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c0990.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c0991.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c0992.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c0993.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c0994.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c1001.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c1002.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c1003.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c1004.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c1005.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c1006.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c1007.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c1008.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c1009.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c1010.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c1011.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c1012.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c1013.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c1014.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c1015.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c1016.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c1017.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c1018.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c1019.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c1020.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c1021.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c1022.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c1023.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c1024.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c1025.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c1026.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c1027.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c1028.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c1029.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c1030.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c1031.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c1032.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c1033.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c1034.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c1035.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c1901.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c1902.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c1903.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c1904.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c1905.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c1906.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c1907.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c1908.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c1909.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c1910.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c1911.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c1912.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c1913.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c1914.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c1915.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c1916.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c1917.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c1918.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c1919.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c1920.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c1921.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c1922.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c1923.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c1924.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c1925.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c1926.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c1927.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c1928.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c1929.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c1930.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c1931.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c1932.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c1933.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c1934.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c1935.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c1936.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c1937.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c1938.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c1939.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c1940.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c1941.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c1942.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c1943.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c1944.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c1945.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c1946.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c1947.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c1948.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c1949.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c1950.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c1951.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c1952.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c1953.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c1954.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c1955.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c1956.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c1957.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c1958.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c1959.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c1960.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c1961.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c1962.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c1963.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c1964.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c1965.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c1966.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c1967.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c1968.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c1969.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c1970.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c1971.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c1972.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c1973.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c1974.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c1975.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c1976.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c1977.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c1978.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c1979.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c1980.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c1981.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c1982.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c1983.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c1984.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c1985.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c1986.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c1987.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c1988.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c1989.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c1990.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c1991.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c1992.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c1993.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c1994.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c4001.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c4002.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c4003.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c4004.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c4005.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c4006.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c4007.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c4008.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c4009.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c4010.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c4011.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c4012.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c4013.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c4014.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c4015.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c4016.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c4017.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c4018.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c4019.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c4020.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c4021.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c4022.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c4023.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c4024.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c4025.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c4026.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c4027.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c4028.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c4029.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c4030.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c4031.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c4032.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c4033.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c4034.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c4035.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c6001.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c6002.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c6003.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c6004.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c6005.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c6006.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c6007.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c6008.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c6009.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c6010.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c6011.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c6012.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c6013.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c6014.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c6015.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c6016.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c6017.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c6018.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c6019.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c6020.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c6021.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c6022.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c6023.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c6024.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c6025.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c6026.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c6027.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c6028.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c6029.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c6030.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c6031.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c6032.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c6033.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c6034.cmap
+share/texmf-dist/tex/latex/xcjk2uni/cmap/c6035.cmap
+share/texmf-dist/tex/latex/xcjk2uni/xCJK2uni-UBg5plus.def
+share/texmf-dist/tex/latex/xcjk2uni/xCJK2uni-UBig5.def
+share/texmf-dist/tex/latex/xcjk2uni/xCJK2uni-UGB.def
+share/texmf-dist/tex/latex/xcjk2uni/xCJK2uni-UGBK.def
+share/texmf-dist/tex/latex/xcjk2uni/xCJK2uni-UJIS.def
+share/texmf-dist/tex/latex/xcjk2uni/xCJK2uni-UKS.def
+share/texmf-dist/tex/latex/xcjk2uni/xCJK2uni-make.tex
+share/texmf-dist/tex/latex/xcjk2uni/xCJK2uni-sfd.def
+share/texmf-dist/tex/latex/xcjk2uni/xCJK2uni.sty
diff --git a/print/tex-xcjk2uni/distinfo b/print/tex-xcjk2uni/distinfo
new file mode 100644
index 00000000000..fe8e1085a1d
--- /dev/null
+++ b/print/tex-xcjk2uni/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2015/05/10 01:04:04 markd Exp $
+
+SHA1 (tex-xcjk2uni-34382/xcjk2uni.tar.xz) = 390cf729805861c490ac0cf1201041bca1cc9c6c
+RMD160 (tex-xcjk2uni-34382/xcjk2uni.tar.xz) = 91289c6a7d1f4538f248180918de72623f0ec9fe
+Size (tex-xcjk2uni-34382/xcjk2uni.tar.xz) = 214256 bytes
diff --git a/print/tex-zxjafont-doc/DESCR b/print/tex-zxjafont-doc/DESCR
new file mode 100644
index 00000000000..aca0f1b01bc
--- /dev/null
+++ b/print/tex-zxjafont-doc/DESCR
@@ -0,0 +1 @@
+Documentation for tex-zxjafont.
diff --git a/print/tex-zxjafont-doc/Makefile b/print/tex-zxjafont-doc/Makefile
new file mode 100644
index 00000000000..589c5d150ec
--- /dev/null
+++ b/print/tex-zxjafont-doc/Makefile
@@ -0,0 +1,13 @@
+# $NetBSD: Makefile,v 1.1 2015/05/10 01:04:04 markd Exp $
+
+DISTNAME= zxjafont.doc
+PKGNAME= tex-${DISTNAME:S/./-/}-0.2
+TEXLIVE_REV= 30105
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://ctan.org/pkg/zxjafont
+COMMENT= Documentation for tex-zxjafont
+#LICENSE= other-free
+
+.include "../../print/texlive/package.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/print/tex-zxjafont-doc/PLIST b/print/tex-zxjafont-doc/PLIST
new file mode 100644
index 00000000000..96d30c3c124
--- /dev/null
+++ b/print/tex-zxjafont-doc/PLIST
@@ -0,0 +1,5 @@
+@comment $NetBSD: PLIST,v 1.1 2015/05/10 01:04:04 markd Exp $
+share/texmf-dist/doc/latex/zxjafont/LICENSE
+share/texmf-dist/doc/latex/zxjafont/README
+share/texmf-dist/doc/latex/zxjafont/zxjafont.pdf
+share/texmf-dist/doc/latex/zxjafont/zxjafont.tex
diff --git a/print/tex-zxjafont-doc/distinfo b/print/tex-zxjafont-doc/distinfo
new file mode 100644
index 00000000000..0dd2bc31884
--- /dev/null
+++ b/print/tex-zxjafont-doc/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2015/05/10 01:04:04 markd Exp $
+
+SHA1 (tex-zxjafont-30105/zxjafont.doc.tar.xz) = 6a78fa166ff045c5ec527405dc6fd73bef2c0efc
+RMD160 (tex-zxjafont-30105/zxjafont.doc.tar.xz) = 285740288b2e0d88d759f43d3222da871713747b
+Size (tex-zxjafont-30105/zxjafont.doc.tar.xz) = 118648 bytes
diff --git a/print/tex-zxjafont/DESCR b/print/tex-zxjafont/DESCR
new file mode 100644
index 00000000000..e69de29bb2d
--- /dev/null
+++ b/print/tex-zxjafont/DESCR
diff --git a/print/tex-zxjafont/Makefile b/print/tex-zxjafont/Makefile
new file mode 100644
index 00000000000..f6950834924
--- /dev/null
+++ b/print/tex-zxjafont/Makefile
@@ -0,0 +1,13 @@
+# $NetBSD: Makefile,v 1.1 2015/05/10 01:04:04 markd Exp $
+
+DISTNAME= zxjafont
+PKGNAME= tex-${DISTNAME}-0.2
+TEXLIVE_REV= 30105
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://ctan.org/pkg/zxjafont
+COMMENT= Set up Japanese font families for XeLaTeX
+#LICENSE= other-free
+
+.include "../../print/texlive/package.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/print/tex-zxjafont/PLIST b/print/tex-zxjafont/PLIST
new file mode 100644
index 00000000000..50cfe70288f
--- /dev/null
+++ b/print/tex-zxjafont/PLIST
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1 2015/05/10 01:04:04 markd Exp $
+share/texmf-dist/tex/latex/zxjafont/zxjafont.sty
diff --git a/print/tex-zxjafont/distinfo b/print/tex-zxjafont/distinfo
new file mode 100644
index 00000000000..6e3eeb0a5b1
--- /dev/null
+++ b/print/tex-zxjafont/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2015/05/10 01:04:04 markd Exp $
+
+SHA1 (tex-zxjafont-30105/zxjafont.tar.xz) = 03aae215370535660bb1ae25f2fe9964ac8fb969
+RMD160 (tex-zxjafont-30105/zxjafont.tar.xz) = e0bcdcd0bb199d39c94e92ac13fe557d20486f57
+Size (tex-zxjafont-30105/zxjafont.tar.xz) = 2576 bytes