pkgsrc-Changes archive

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

CVS commit: pkgsrc/print



Module Name:    pkgsrc
Committed By:   markd
Date:           Mon Feb 22 10:17:56 UTC 2021

Added Files:
        pkgsrc/print/tex-uptex: DESCR Makefile distinfo
        pkgsrc/print/tex-uptex-doc: DESCR Makefile PLIST distinfo

Log Message:
tex-uptex{,-doc}: Add version 2020

>From Atsushi Toyokura in pkgsrc-wip

upTeX is an extension of pTeX, using UTF-8 input and producing
UTF-8 output. It was originally designed to improve support for
Japanese, but is also useful for documents in Chinese and
Korean. It can process Chinese simplified, Chinese traditional,
Japanese, and Korean simultaneously, and can also process
original LaTeX with \inputenc{utf8} and Babel
(Latin/Cyrillic/Greek etc.) by switching its \kcatcode tables.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/print/tex-uptex/DESCR \
    pkgsrc/print/tex-uptex/Makefile pkgsrc/print/tex-uptex/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/print/tex-uptex-doc/DESCR \
    pkgsrc/print/tex-uptex-doc/Makefile pkgsrc/print/tex-uptex-doc/PLIST \
    pkgsrc/print/tex-uptex-doc/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: pkgsrc/print/tex-uptex/DESCR
diff -u /dev/null pkgsrc/print/tex-uptex/DESCR:1.1
--- /dev/null   Mon Feb 22 10:17:56 2021
+++ pkgsrc/print/tex-uptex/DESCR        Mon Feb 22 10:17:56 2021
@@ -0,0 +1,7 @@
+upTeX is an extension of pTeX, using UTF-8 input and producing
+UTF-8 output. It was originally designed to improve support for
+Japanese, but is also useful for documents in Chinese and
+Korean. It can process Chinese simplified, Chinese traditional,
+Japanese, and Korean simultaneously, and can also process
+original LaTeX with \inputenc{utf8} and Babel
+(Latin/Cyrillic/Greek etc.) by switching its \kcatcode tables.
Index: pkgsrc/print/tex-uptex/Makefile
diff -u /dev/null pkgsrc/print/tex-uptex/Makefile:1.1
--- /dev/null   Mon Feb 22 10:17:56 2021
+++ pkgsrc/print/tex-uptex/Makefile     Mon Feb 22 10:17:56 2021
@@ -0,0 +1,33 @@
+# $NetBSD: Makefile,v 1.1 2021/02/22 10:17:56 markd Exp $
+
+DISTNAME=      uptex
+PKGNAME=       tex-${DISTNAME}-2020
+TEXLIVE_REV=   56291
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://ctan.org/pkg/uptex
+COMMENT=       Unicode version of pTeX
+LICENSE=       modified-bsd
+
+DEPENDS+=      tex-cm-[0-9]*:../../fonts/tex-cm
+DEPENDS+=      tex-etex-[0-9]*:../../print/tex-etex
+DEPENDS+=      tex-hyphen-base-[0-9]*:../../print/tex-hyphen-base
+DEPENDS+=      tex-knuth-lib-[0-9]*:../../fonts/tex-knuth-lib
+DEPENDS+=      tex-plain-[0-9]*:../../print/tex-plain
+DEPENDS+=      tex-ptex-base-[0-9]*:../../print/tex-ptex-base
+DEPENDS+=      tex-uptex-base-[0-9]*:../../print/tex-uptex-base
+DEPENDS+=      tex-uptex-fonts-[0-9]*:../../fonts/tex-uptex-fonts
+DEPENDS+=      upmendex-[0-9]*:../../textproc/upmendex
+DEPENDS+=      web2c-[0-9]*:../../print/web2c
+
+TEX_FORMATS+=  "uptex uptex - uptex.ini\\neuptex euptex language.def *euptex.ini\\n"
+
+TEX_KANJIMAP_FILES+=   uptex-@jaEmbed@@jaVariant@.map
+TEX_KANJIMAP_FILES+=   uptex-ko-@koEmbed@.map
+TEX_KANJIMAP_FILES+=   uptex-sc-@scEmbed@.map
+TEX_KANJIMAP_FILES+=   uptex-tc-@tcEmbed@.map
+
+PLIST_SRC=     # none
+
+.include "../../print/texlive/package.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/print/tex-uptex/distinfo
diff -u /dev/null pkgsrc/print/tex-uptex/distinfo:1.1
--- /dev/null   Mon Feb 22 10:17:56 2021
+++ pkgsrc/print/tex-uptex/distinfo     Mon Feb 22 10:17:56 2021
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2021/02/22 10:17:56 markd Exp $
+
+SHA1 (uptex.r56291.tar.xz) = 4e037c9935b6ae269c53cb5207ef443f81e194db
+RMD160 (uptex.r56291.tar.xz) = 8a95c12649dfe8eab67c6e484a055da20dbd84af
+SHA512 (uptex.r56291.tar.xz) = 194cb48f6e42c1f4785cebd40fc796566e1e03bd3149b1f19d51fa4dc38fb22ea048ea3b0f63e98b4b03ceffacc912cc837446234fc0b75d543991bda97bd09f
+Size (uptex.r56291.tar.xz) = 916 bytes

Index: pkgsrc/print/tex-uptex-doc/DESCR
diff -u /dev/null pkgsrc/print/tex-uptex-doc/DESCR:1.1
--- /dev/null   Mon Feb 22 10:17:56 2021
+++ pkgsrc/print/tex-uptex-doc/DESCR    Mon Feb 22 10:17:56 2021
@@ -0,0 +1 @@
+Documentation for tex-uptex.
Index: pkgsrc/print/tex-uptex-doc/Makefile
diff -u /dev/null pkgsrc/print/tex-uptex-doc/Makefile:1.1
--- /dev/null   Mon Feb 22 10:17:56 2021
+++ pkgsrc/print/tex-uptex-doc/Makefile Mon Feb 22 10:17:56 2021
@@ -0,0 +1,15 @@
+# $NetBSD: Makefile,v 1.1 2021/02/22 10:17:56 markd Exp $
+
+DISTNAME=      uptex.doc
+PKGNAME=       tex-${DISTNAME:S/./-/}-2020
+TEXLIVE_REV=   56291
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://ctan.org/pkg/uptex
+COMMENT=       Documentation for tex-uptex
+LICENSE=       modified-bsd
+
+TEXLIVE_IGNORE_PATTERNS=       texmf-dist/doc/man
+
+.include "../../print/texlive/package.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/print/tex-uptex-doc/PLIST
diff -u /dev/null pkgsrc/print/tex-uptex-doc/PLIST:1.1
--- /dev/null   Mon Feb 22 10:17:56 2021
+++ pkgsrc/print/tex-uptex-doc/PLIST    Mon Feb 22 10:17:56 2021
@@ -0,0 +1,45 @@
+@comment $NetBSD: PLIST,v 1.1 2021/02/22 10:17:56 markd Exp $
+share/texmf-dist/doc/upmendex/COPYRIGHT
+share/texmf-dist/doc/upmendex/README.md
+share/texmf-dist/doc/upmendex/samples/Makefile
+share/texmf-dist/doc/upmendex/samples/alphabet/Makefile
+share/texmf-dist/doc/upmendex/samples/alphabet/alpha_es.idx
+share/texmf-dist/doc/upmendex/samples/alphabet/alpha_zh.idx
+share/texmf-dist/doc/upmendex/samples/alphabet/alpha_zhp.idx
+share/texmf-dist/doc/upmendex/samples/alphabet/alpha_zhr.idx
+share/texmf-dist/doc/upmendex/samples/alphabet/alpha_zhs.idx
+share/texmf-dist/doc/upmendex/samples/alphabet/alpha_zhz.idx
+share/texmf-dist/doc/upmendex/samples/alphabet/mdxsty_es1.ist
+share/texmf-dist/doc/upmendex/samples/alphabet/mdxsty_es11.ist
+share/texmf-dist/doc/upmendex/samples/alphabet/mdxsty_es12.ist
+share/texmf-dist/doc/upmendex/samples/alphabet/mdxsty_es13.ist
+share/texmf-dist/doc/upmendex/samples/alphabet/mdxsty_es2.ist
+share/texmf-dist/doc/upmendex/samples/alphabet/mdxsty_es21.ist
+share/texmf-dist/doc/upmendex/samples/alphabet/mdxsty_es22.ist
+share/texmf-dist/doc/upmendex/samples/alphabet/mdxsty_es23.ist
+share/texmf-dist/doc/upmendex/samples/alphabet/mdxsty_zh1.ist
+share/texmf-dist/doc/upmendex/samples/alphabet/mdxsty_zh11.ist
+share/texmf-dist/doc/upmendex/samples/alphabet/mdxsty_zh12.ist
+share/texmf-dist/doc/upmendex/samples/alphabet/mdxsty_zh13.ist
+share/texmf-dist/doc/upmendex/samples/alphabet/mdxsty_zh14.ist
+share/texmf-dist/doc/upmendex/samples/alphabet/mdxsty_zh2.ist
+share/texmf-dist/doc/upmendex/samples/alphabet/mdxsty_zh21.ist
+share/texmf-dist/doc/upmendex/samples/alphabet/mdxsty_zh22.ist
+share/texmf-dist/doc/upmendex/samples/alphabet/mdxsty_zh31.ist
+share/texmf-dist/doc/upmendex/samples/french.idx
+share/texmf-dist/doc/upmendex/samples/german.idx
+share/texmf-dist/doc/upmendex/samples/greek.idx
+share/texmf-dist/doc/upmendex/samples/korean.idx
+share/texmf-dist/doc/upmendex/samples/mdxsty00.ist
+share/texmf-dist/doc/upmendex/samples/mdxsty01.ist
+share/texmf-dist/doc/upmendex/samples/mdxsty02.ist
+share/texmf-dist/doc/upmendex/samples/multi.idx
+share/texmf-dist/doc/upmendex/samples/option/Makefile
+share/texmf-dist/doc/upmendex/samples/option/attri1.idx
+share/texmf-dist/doc/upmendex/samples/option/japanese.idx
+share/texmf-dist/doc/upmendex/samples/option/mdxsty_j00.ist
+share/texmf-dist/doc/upmendex/samples/option/mdxsty_j01.ist
+share/texmf-dist/doc/upmendex/samples/option/mdxsty_j02.ist
+share/texmf-dist/doc/upmendex/samples/option/mdxsty_rule0.ist
+share/texmf-dist/doc/upmendex/samples/russian.idx
+share/texmf-dist/doc/upmendex/upmendex.ja.txt
Index: pkgsrc/print/tex-uptex-doc/distinfo
diff -u /dev/null pkgsrc/print/tex-uptex-doc/distinfo:1.1
--- /dev/null   Mon Feb 22 10:17:56 2021
+++ pkgsrc/print/tex-uptex-doc/distinfo Mon Feb 22 10:17:56 2021
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2021/02/22 10:17:56 markd Exp $
+
+SHA1 (uptex.doc.r56291.tar.xz) = 21972c65c98c6a5a5dc8ce847ee6c63c7292d07d
+RMD160 (uptex.doc.r56291.tar.xz) = b10f37d56d95782cd10886b326dfb2a9e8a0bf3b
+SHA512 (uptex.doc.r56291.tar.xz) = 7da25d9527ea65993d9c530d6149f1385b41b8573a106f7812ad4b4d29caf7191d6248b0f104e6f41da86a83a25c59a0f7dbdc1a8f1a9e40e0ae234ca794943d
+Size (uptex.doc.r56291.tar.xz) = 298968 bytes



Home | Main Index | Thread Index | Old Index