pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/fonts tex-bxjatoucs{,-doc}: Add version 0.2



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c1d8292e2aee
branches:  trunk
changeset: 447496:c1d8292e2aee
user:      markd <markd%pkgsrc.org@localhost>
date:      Sun Feb 21 08:30:29 2021 +0000

description:
tex-bxjatoucs{,-doc}: Add version 0.2

>From Atsushi Toyokura in pkgsrc-wip

This package is meant for macro/package developers: It provides
function-like (fully-expandable) macros that convert a
character code value in one of several Japanese encodings to a
Unicode value. Supported source encodings are: ISO-2022-JP
(jis), EUC-JP (euc), Shift_JIS (sjis), and the Adobe-Japan1
glyph set.

diffstat:

 fonts/tex-bxjatoucs-doc/DESCR    |   1 +
 fonts/tex-bxjatoucs-doc/Makefile |  13 +++++++++++++
 fonts/tex-bxjatoucs-doc/PLIST    |   3 +++
 fonts/tex-bxjatoucs-doc/distinfo |   6 ++++++
 fonts/tex-bxjatoucs/DESCR        |   6 ++++++
 fonts/tex-bxjatoucs/Makefile     |  16 ++++++++++++++++
 fonts/tex-bxjatoucs/PLIST        |   4 ++++
 fonts/tex-bxjatoucs/distinfo     |   6 ++++++
 8 files changed, 55 insertions(+), 0 deletions(-)

diffs (87 lines):

diff -r e321bbaf0fc0 -r c1d8292e2aee fonts/tex-bxjatoucs-doc/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/fonts/tex-bxjatoucs-doc/DESCR     Sun Feb 21 08:30:29 2021 +0000
@@ -0,0 +1,1 @@
+Documentation for tex-bxjatoucs.
diff -r e321bbaf0fc0 -r c1d8292e2aee fonts/tex-bxjatoucs-doc/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/fonts/tex-bxjatoucs-doc/Makefile  Sun Feb 21 08:30:29 2021 +0000
@@ -0,0 +1,13 @@
+# $NetBSD: Makefile,v 1.1 2021/02/21 08:30:29 markd Exp $
+
+DISTNAME=      bxjatoucs.doc
+PKGNAME=       tex-${DISTNAME:S/./-/}-0.2
+TEXLIVE_REV=   52509
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://ctan.org/pkg/bxjatoucs
+COMMENT=       Documentation for tex-bxjatoucs
+LICENSE=       mit
+
+.include "../../print/texlive/package.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r e321bbaf0fc0 -r c1d8292e2aee fonts/tex-bxjatoucs-doc/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/fonts/tex-bxjatoucs-doc/PLIST     Sun Feb 21 08:30:29 2021 +0000
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1 2021/02/21 08:30:29 markd Exp $
+share/texmf-dist/doc/latex/bxjatoucs/LICENSE
+share/texmf-dist/doc/latex/bxjatoucs/README.md
diff -r e321bbaf0fc0 -r c1d8292e2aee fonts/tex-bxjatoucs-doc/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/fonts/tex-bxjatoucs-doc/distinfo  Sun Feb 21 08:30:29 2021 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2021/02/21 08:30:29 markd Exp $
+
+SHA1 (bxjatoucs.doc.r52509.tar.xz) = 4b7ca4121ff14b6ed6d2615e25dc1229869240e6
+RMD160 (bxjatoucs.doc.r52509.tar.xz) = 05557f4d9706cdedd5689e8d688b8c6258638594
+SHA512 (bxjatoucs.doc.r52509.tar.xz) = 9c281fdda182269c7a048e1ef422f0c403ecef7d8fd8dc462ebe39b861fba013ede2ef351baa5ad4537b2e1495f1f0572c7edc6fa6407031ff19053bd6dfdc02
+Size (bxjatoucs.doc.r52509.tar.xz) = 2068 bytes
diff -r e321bbaf0fc0 -r c1d8292e2aee fonts/tex-bxjatoucs/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/fonts/tex-bxjatoucs/DESCR Sun Feb 21 08:30:29 2021 +0000
@@ -0,0 +1,6 @@
+This package is meant for macro/package developers: It provides
+function-like (fully-expandable) macros that convert a
+character code value in one of several Japanese encodings to a
+Unicode value. Supported source encodings are: ISO-2022-JP
+(jis), EUC-JP (euc), Shift_JIS (sjis), and the Adobe-Japan1
+glyph set.
diff -r e321bbaf0fc0 -r c1d8292e2aee fonts/tex-bxjatoucs/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/fonts/tex-bxjatoucs/Makefile      Sun Feb 21 08:30:29 2021 +0000
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1 2021/02/21 08:30:29 markd Exp $
+
+DISTNAME=      bxjatoucs
+PKGNAME=       tex-${DISTNAME}-0.2
+TEXLIVE_REV=   52509
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://ctan.org/pkg/bxjatoucs
+COMMENT=       Convert Japanese character code to Unicode
+LICENSE=       mit
+
+DEPENDS+=      tex-infwarerr-[0-9]*:../../print/tex-infwarerr
+DEPENDS+=      tex-ltxcmds-[0-9]*:../../print/tex-ltxcmds
+
+.include "../../print/texlive/package.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r e321bbaf0fc0 -r c1d8292e2aee fonts/tex-bxjatoucs/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/fonts/tex-bxjatoucs/PLIST Sun Feb 21 08:30:29 2021 +0000
@@ -0,0 +1,4 @@
+@comment $NetBSD: PLIST,v 1.1 2021/02/21 08:30:29 markd Exp $
+share/texmf-dist/fonts/tfm/public/bxjatoucs/bxjatoucs-cid.tfm
+share/texmf-dist/fonts/tfm/public/bxjatoucs/bxjatoucs-jis.tfm
+share/texmf-dist/tex/latex/bxjatoucs/bxjatoucs.sty
diff -r e321bbaf0fc0 -r c1d8292e2aee fonts/tex-bxjatoucs/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/fonts/tex-bxjatoucs/distinfo      Sun Feb 21 08:30:29 2021 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2021/02/21 08:30:29 markd Exp $
+
+SHA1 (bxjatoucs.r52509.tar.xz) = 69f1217d71a9d79344401a1a7088042b2d5dbf5a
+RMD160 (bxjatoucs.r52509.tar.xz) = 727ea3532d0fa37dbac2ccee9623b60457142f18
+SHA512 (bxjatoucs.r52509.tar.xz) = ffe18ddb89393c61df4371d6fe1154759992e544af64cdfcc007122ed212e87d16194d906d4c9f797671860a96c4dcde12682ecf98adb3c7b8b4c6ae0b432b81
+Size (bxjatoucs.r52509.tar.xz) = 25604 bytes



Home | Main Index | Thread Index | Old Index