summaryrefslogtreecommitdiff
path: root/fonts
diff options
context:
space:
mode:
authormarkd <markd@pkgsrc.org>2021-02-21 08:30:29 +0000
committermarkd <markd@pkgsrc.org>2021-02-21 08:30:29 +0000
commit44b008d809d4519830c7c9ff2ba35468a426ac9b (patch)
treedd3f2d4099a90e15331b2a4e1f2b67c2bac8e8ac /fonts
parent4dedd64e19a77aa5872b2e4ca114951e2fbc5ef4 (diff)
downloadpkgsrc-44b008d809d4519830c7c9ff2ba35468a426ac9b.tar.gz
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 (limited to 'fonts')
-rw-r--r--fonts/tex-bxjatoucs-doc/DESCR1
-rw-r--r--fonts/tex-bxjatoucs-doc/Makefile13
-rw-r--r--fonts/tex-bxjatoucs-doc/PLIST3
-rw-r--r--fonts/tex-bxjatoucs-doc/distinfo6
-rw-r--r--fonts/tex-bxjatoucs/DESCR6
-rw-r--r--fonts/tex-bxjatoucs/Makefile16
-rw-r--r--fonts/tex-bxjatoucs/PLIST4
-rw-r--r--fonts/tex-bxjatoucs/distinfo6
8 files changed, 55 insertions, 0 deletions
diff --git a/fonts/tex-bxjatoucs-doc/DESCR b/fonts/tex-bxjatoucs-doc/DESCR
new file mode 100644
index 00000000000..fb5ff4ece62
--- /dev/null
+++ b/fonts/tex-bxjatoucs-doc/DESCR
@@ -0,0 +1 @@
+Documentation for tex-bxjatoucs.
diff --git a/fonts/tex-bxjatoucs-doc/Makefile b/fonts/tex-bxjatoucs-doc/Makefile
new file mode 100644
index 00000000000..bacb453065b
--- /dev/null
+++ b/fonts/tex-bxjatoucs-doc/Makefile
@@ -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
+HOMEPAGE= https://ctan.org/pkg/bxjatoucs
+COMMENT= Documentation for tex-bxjatoucs
+LICENSE= mit
+
+.include "../../print/texlive/package.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/fonts/tex-bxjatoucs-doc/PLIST b/fonts/tex-bxjatoucs-doc/PLIST
new file mode 100644
index 00000000000..6de3143a414
--- /dev/null
+++ b/fonts/tex-bxjatoucs-doc/PLIST
@@ -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 --git a/fonts/tex-bxjatoucs-doc/distinfo b/fonts/tex-bxjatoucs-doc/distinfo
new file mode 100644
index 00000000000..53fe0615f2d
--- /dev/null
+++ b/fonts/tex-bxjatoucs-doc/distinfo
@@ -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 --git a/fonts/tex-bxjatoucs/DESCR b/fonts/tex-bxjatoucs/DESCR
new file mode 100644
index 00000000000..ca0e2558dec
--- /dev/null
+++ b/fonts/tex-bxjatoucs/DESCR
@@ -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 --git a/fonts/tex-bxjatoucs/Makefile b/fonts/tex-bxjatoucs/Makefile
new file mode 100644
index 00000000000..fc69a796387
--- /dev/null
+++ b/fonts/tex-bxjatoucs/Makefile
@@ -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
+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 --git a/fonts/tex-bxjatoucs/PLIST b/fonts/tex-bxjatoucs/PLIST
new file mode 100644
index 00000000000..83ca93a9de7
--- /dev/null
+++ b/fonts/tex-bxjatoucs/PLIST
@@ -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 --git a/fonts/tex-bxjatoucs/distinfo b/fonts/tex-bxjatoucs/distinfo
new file mode 100644
index 00000000000..471d07b4702
--- /dev/null
+++ b/fonts/tex-bxjatoucs/distinfo
@@ -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