pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/print Add packages for texlive langcjk collection.
details: https://anonhg.NetBSD.org/pkgsrc/rev/c00acef13dc7
branches: trunk
changeset: 651707:c00acef13dc7
user: markd <markd%pkgsrc.org@localhost>
date: Sun May 10 01:04:04 2015 +0000
description:
Add packages for texlive langcjk collection.
diffstat:
print/Makefile | 11 +-
print/tex-c90-doc/DESCR | 1 +
print/tex-c90-doc/Makefile | 13 +
print/tex-c90-doc/PLIST | 2 +
print/tex-c90-doc/distinfo | 5 +
print/tex-c90/DESCR | 1 +
print/tex-c90/Makefile | 11 +
print/tex-c90/PLIST | 2 +
print/tex-c90/distinfo | 5 +
print/tex-cjkpunct-doc/DESCR | 1 +
print/tex-cjkpunct-doc/Makefile | 13 +
print/tex-cjkpunct-doc/PLIST | 11 +
print/tex-cjkpunct-doc/distinfo | 5 +
print/tex-cjkpunct/DESCR | 1 +
print/tex-cjkpunct/Makefile | 13 +
print/tex-cjkpunct/PLIST | 2 +
print/tex-cjkpunct/distinfo | 5 +
print/tex-dnp/DESCR | 3 +
print/tex-dnp/Makefile | 11 +
print/tex-dnp/PLIST | 2 +
print/tex-dnp/distinfo | 5 +
print/tex-xcjk2uni-doc/DESCR | 1 +
print/tex-xcjk2uni-doc/Makefile | 13 +
print/tex-xcjk2uni-doc/PLIST | 3 +
print/tex-xcjk2uni-doc/distinfo | 5 +
print/tex-xcjk2uni/DESCR | 6 +
print/tex-xcjk2uni/Makefile | 13 +
print/tex-xcjk2uni/PLIST | 361 ++++++++++++++++++++++++++++++++++++++++
print/tex-xcjk2uni/distinfo | 5 +
print/tex-zxjafont-doc/DESCR | 1 +
print/tex-zxjafont-doc/Makefile | 13 +
print/tex-zxjafont-doc/PLIST | 5 +
print/tex-zxjafont-doc/distinfo | 5 +
print/tex-zxjafont/Makefile | 13 +
print/tex-zxjafont/PLIST | 2 +
print/tex-zxjafont/distinfo | 5 +
36 files changed, 573 insertions(+), 1 deletions(-)
diffs (truncated from 756 to 300 lines):
diff -r fff8d9ec9745 -r c00acef13dc7 print/Makefile
--- a/print/Makefile Sat May 09 23:31:52 2015 +0000
+++ b/print/Makefile Sun May 10 01:04:04 2015 +0000
@@ -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-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-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-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-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-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 -r fff8d9ec9745 -r c00acef13dc7 print/tex-c90-doc/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-c90-doc/DESCR Sun May 10 01:04:04 2015 +0000
@@ -0,0 +1,1 @@
+Documentation for tex-c90.
diff -r fff8d9ec9745 -r c00acef13dc7 print/tex-c90-doc/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-c90-doc/Makefile Sun May 10 01:04:04 2015 +0000
@@ -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@localhost
+HOMEPAGE= http://ctan.org/pkg/c90
+COMMENT= Documentation for tex-c90
+#LICENSE=
+
+.include "../../print/texlive/package.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r fff8d9ec9745 -r c00acef13dc7 print/tex-c90-doc/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-c90-doc/PLIST Sun May 10 01:04:04 2015 +0000
@@ -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 -r fff8d9ec9745 -r c00acef13dc7 print/tex-c90-doc/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-c90-doc/distinfo Sun May 10 01:04:04 2015 +0000
@@ -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 -r fff8d9ec9745 -r c00acef13dc7 print/tex-c90/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-c90/DESCR Sun May 10 01:04:04 2015 +0000
@@ -0,0 +1,1 @@
+The C90 encoding for Thai.
diff -r fff8d9ec9745 -r c00acef13dc7 print/tex-c90/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-c90/Makefile Sun May 10 01:04:04 2015 +0000
@@ -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@localhost
+COMMENT= C90 encoding for Thai
+
+.include "../../print/texlive/package.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r fff8d9ec9745 -r c00acef13dc7 print/tex-c90/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-c90/PLIST Sun May 10 01:04:04 2015 +0000
@@ -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 -r fff8d9ec9745 -r c00acef13dc7 print/tex-c90/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-c90/distinfo Sun May 10 01:04:04 2015 +0000
@@ -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 -r fff8d9ec9745 -r c00acef13dc7 print/tex-cjkpunct-doc/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-cjkpunct-doc/DESCR Sun May 10 01:04:04 2015 +0000
@@ -0,0 +1,1 @@
+Documentation for tex-cjkpunct.
diff -r fff8d9ec9745 -r c00acef13dc7 print/tex-cjkpunct-doc/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-cjkpunct-doc/Makefile Sun May 10 01:04:04 2015 +0000
@@ -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@localhost
+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 -r fff8d9ec9745 -r c00acef13dc7 print/tex-cjkpunct-doc/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-cjkpunct-doc/PLIST Sun May 10 01:04:04 2015 +0000
@@ -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 -r fff8d9ec9745 -r c00acef13dc7 print/tex-cjkpunct-doc/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-cjkpunct-doc/distinfo Sun May 10 01:04:04 2015 +0000
@@ -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 -r fff8d9ec9745 -r c00acef13dc7 print/tex-cjkpunct/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-cjkpunct/DESCR Sun May 10 01:04:04 2015 +0000
@@ -0,0 +1,1 @@
+The package serves as a companion package for CJK.
diff -r fff8d9ec9745 -r c00acef13dc7 print/tex-cjkpunct/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-cjkpunct/Makefile Sun May 10 01:04:04 2015 +0000
@@ -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@localhost
+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 -r fff8d9ec9745 -r c00acef13dc7 print/tex-cjkpunct/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-cjkpunct/PLIST Sun May 10 01:04:04 2015 +0000
@@ -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 -r fff8d9ec9745 -r c00acef13dc7 print/tex-cjkpunct/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-cjkpunct/distinfo Sun May 10 01:04:04 2015 +0000
@@ -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 -r fff8d9ec9745 -r c00acef13dc7 print/tex-dnp/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-dnp/DESCR Sun May 10 01:04:04 2015 +0000
@@ -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 -r fff8d9ec9745 -r c00acef13dc7 print/tex-dnp/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-dnp/Makefile Sun May 10 01:04:04 2015 +0000
@@ -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@localhost
+COMMENT= Relationship between JIS X 0208 and wadalab's DNP encodings
+
+.include "../../print/texlive/package.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r fff8d9ec9745 -r c00acef13dc7 print/tex-dnp/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-dnp/PLIST Sun May 10 01:04:04 2015 +0000
@@ -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 -r fff8d9ec9745 -r c00acef13dc7 print/tex-dnp/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-dnp/distinfo Sun May 10 01:04:04 2015 +0000
@@ -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 -r fff8d9ec9745 -r c00acef13dc7 print/tex-xcjk2uni-doc/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-xcjk2uni-doc/DESCR Sun May 10 01:04:04 2015 +0000
@@ -0,0 +1,1 @@
+Documentation for tex-xcjk2uni.
diff -r fff8d9ec9745 -r c00acef13dc7 print/tex-xcjk2uni-doc/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-xcjk2uni-doc/Makefile Sun May 10 01:04:04 2015 +0000
@@ -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@localhost
+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 -r fff8d9ec9745 -r c00acef13dc7 print/tex-xcjk2uni-doc/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-xcjk2uni-doc/PLIST Sun May 10 01:04:04 2015 +0000
@@ -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 -r fff8d9ec9745 -r c00acef13dc7 print/tex-xcjk2uni-doc/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-xcjk2uni-doc/distinfo Sun May 10 01:04:04 2015 +0000
@@ -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 -r fff8d9ec9745 -r c00acef13dc7 print/tex-xcjk2uni/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-xcjk2uni/DESCR Sun May 10 01:04:04 2015 +0000
@@ -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 -r fff8d9ec9745 -r c00acef13dc7 print/tex-xcjk2uni/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-xcjk2uni/Makefile Sun May 10 01:04:04 2015 +0000
@@ -0,0 +1,13 @@
+# $NetBSD: Makefile,v 1.1 2015/05/10 01:04:04 markd Exp $
+
+DISTNAME= xcjk2uni
Home |
Main Index |
Thread Index |
Old Index