pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/fonts tex-morisawa{,-doc}: Add version 2020



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2145ff356f16
branches:  trunk
changeset: 447500:2145ff356f16
user:      markd <markd%pkgsrc.org@localhost>
date:      Sun Feb 21 08:48:23 2021 +0000

description:
tex-morisawa{,-doc}: Add version 2020

>From Atsushi Toyokura in pkgsrc-wip

The package enables selection of 5 standard Japanese fonts for
pLaTeX + dvips. It was originally written by Haruhiko Okumura
as part of jsclasses bundle, and the TFM/VF files were
previously distributed as part of the ptex-fonts package.

diffstat:

 fonts/tex-morisawa-doc/DESCR    |   1 +
 fonts/tex-morisawa-doc/Makefile |  13 ++++++++++++
 fonts/tex-morisawa-doc/PLIST    |   5 ++++
 fonts/tex-morisawa-doc/distinfo |   6 +++++
 fonts/tex-morisawa/DESCR        |   4 +++
 fonts/tex-morisawa/Makefile     |  15 ++++++++++++++
 fonts/tex-morisawa/PLIST        |  43 +++++++++++++++++++++++++++++++++++++++++
 fonts/tex-morisawa/distinfo     |   6 +++++
 8 files changed, 93 insertions(+), 0 deletions(-)

diffs (125 lines):

diff -r 917dbb87ffbd -r 2145ff356f16 fonts/tex-morisawa-doc/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/fonts/tex-morisawa-doc/DESCR      Sun Feb 21 08:48:23 2021 +0000
@@ -0,0 +1,1 @@
+Documentation for tex-morisawa.
diff -r 917dbb87ffbd -r 2145ff356f16 fonts/tex-morisawa-doc/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/fonts/tex-morisawa-doc/Makefile   Sun Feb 21 08:48:23 2021 +0000
@@ -0,0 +1,13 @@
+# $NetBSD: Makefile,v 1.1 2021/02/21 08:48:23 markd Exp $
+
+DISTNAME=      morisawa.doc
+PKGNAME=       tex-${DISTNAME:S/./-/}-2020
+TEXLIVE_REV=   46946
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://ctan.org/pkg/morisawa
+COMMENT=       Documentation for tex-morisawa
+LICENSE=       modified-bsd
+
+.include "../../print/texlive/package.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 917dbb87ffbd -r 2145ff356f16 fonts/tex-morisawa-doc/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/fonts/tex-morisawa-doc/PLIST      Sun Feb 21 08:48:23 2021 +0000
@@ -0,0 +1,5 @@
+@comment $NetBSD: PLIST,v 1.1 2021/02/21 08:48:23 markd Exp $
+share/texmf-dist/doc/fonts/morisawa/LICENSE
+share/texmf-dist/doc/fonts/morisawa/Makefile
+share/texmf-dist/doc/fonts/morisawa/README.md
+share/texmf-dist/doc/fonts/morisawa/morisawa.pdf
diff -r 917dbb87ffbd -r 2145ff356f16 fonts/tex-morisawa-doc/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/fonts/tex-morisawa-doc/distinfo   Sun Feb 21 08:48:23 2021 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2021/02/21 08:48:23 markd Exp $
+
+SHA1 (morisawa.doc.r46946.tar.xz) = 2e5ebac1a9b3b8cb8f60fd0a154d3051772d517e
+RMD160 (morisawa.doc.r46946.tar.xz) = e947548540a5748981dc5a1d6263b4efe219b0c3
+SHA512 (morisawa.doc.r46946.tar.xz) = 7af68b3a8233cec22efb49e8131c65e33db4076ed4f254f2d62f629c03d0122e8dddc3ba68d283affb5ca663d3b1f744780dc98c14eadfa1a69028df281e5bb2
+Size (morisawa.doc.r46946.tar.xz) = 95032 bytes
diff -r 917dbb87ffbd -r 2145ff356f16 fonts/tex-morisawa/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/fonts/tex-morisawa/DESCR  Sun Feb 21 08:48:23 2021 +0000
@@ -0,0 +1,4 @@
+The package enables selection of 5 standard Japanese fonts for
+pLaTeX + dvips. It was originally written by Haruhiko Okumura
+as part of jsclasses bundle, and the TFM/VF files were
+previously distributed as part of the ptex-fonts package.
diff -r 917dbb87ffbd -r 2145ff356f16 fonts/tex-morisawa/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/fonts/tex-morisawa/Makefile       Sun Feb 21 08:48:23 2021 +0000
@@ -0,0 +1,15 @@
+# $NetBSD: Makefile,v 1.1 2021/02/21 08:48:23 markd Exp $
+
+DISTNAME=      morisawa
+PKGNAME=       tex-${DISTNAME}-2020
+TEXLIVE_REV=   46946
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://ctan.org/pkg/morisawa
+COMMENT=       Enables selection of 5 standard Japanese fonts for pLaTeX + dvips
+LICENSE=       modified-bsd
+
+TEX_KANJIMAP_FILES+=   morisawa5.map
+
+.include "../../print/texlive/package.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 917dbb87ffbd -r 2145ff356f16 fonts/tex-morisawa/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/fonts/tex-morisawa/PLIST  Sun Feb 21 08:48:23 2021 +0000
@@ -0,0 +1,43 @@
+@comment $NetBSD: PLIST,v 1.1 2021/02/21 08:48:23 markd Exp $
+share/texmf-dist/fonts/map/dvipdfmx/morisawa/morisawa5.map
+share/texmf-dist/fonts/tfm/public/morisawa/FutoGoB101-Bold-H.tfm
+share/texmf-dist/fonts/tfm/public/morisawa/FutoGoB101-Bold-J.tfm
+share/texmf-dist/fonts/tfm/public/morisawa/FutoGoB101-Bold-V.tfm
+share/texmf-dist/fonts/tfm/public/morisawa/FutoMinA101-Bold-H.tfm
+share/texmf-dist/fonts/tfm/public/morisawa/FutoMinA101-Bold-J.tfm
+share/texmf-dist/fonts/tfm/public/morisawa/FutoMinA101-Bold-V.tfm
+share/texmf-dist/fonts/tfm/public/morisawa/GothicBBB-Medium-H.tfm
+share/texmf-dist/fonts/tfm/public/morisawa/GothicBBB-Medium-J.tfm
+share/texmf-dist/fonts/tfm/public/morisawa/GothicBBB-Medium-V.tfm
+share/texmf-dist/fonts/tfm/public/morisawa/Jun101-Light-H.tfm
+share/texmf-dist/fonts/tfm/public/morisawa/Jun101-Light-J.tfm
+share/texmf-dist/fonts/tfm/public/morisawa/Jun101-Light-V.tfm
+share/texmf-dist/fonts/tfm/public/morisawa/Ryumin-Light-H.tfm
+share/texmf-dist/fonts/tfm/public/morisawa/Ryumin-Light-J.tfm
+share/texmf-dist/fonts/tfm/public/morisawa/Ryumin-Light-V.tfm
+share/texmf-dist/fonts/tfm/public/morisawa/futogo-b-v.tfm
+share/texmf-dist/fonts/tfm/public/morisawa/futogo-b.tfm
+share/texmf-dist/fonts/tfm/public/morisawa/futomin-b-v.tfm
+share/texmf-dist/fonts/tfm/public/morisawa/futomin-b.tfm
+share/texmf-dist/fonts/tfm/public/morisawa/gtbbb-m-v.tfm
+share/texmf-dist/fonts/tfm/public/morisawa/gtbbb-m.tfm
+share/texmf-dist/fonts/tfm/public/morisawa/jun101-l-v.tfm
+share/texmf-dist/fonts/tfm/public/morisawa/jun101-l.tfm
+share/texmf-dist/fonts/tfm/public/morisawa/ryumin-l-v.tfm
+share/texmf-dist/fonts/tfm/public/morisawa/ryumin-l.tfm
+share/texmf-dist/fonts/vf/public/morisawa/FutoGoB101-Bold-H.vf
+share/texmf-dist/fonts/vf/public/morisawa/FutoGoB101-Bold-J.vf
+share/texmf-dist/fonts/vf/public/morisawa/FutoGoB101-Bold-V.vf
+share/texmf-dist/fonts/vf/public/morisawa/FutoMinA101-Bold-H.vf
+share/texmf-dist/fonts/vf/public/morisawa/FutoMinA101-Bold-J.vf
+share/texmf-dist/fonts/vf/public/morisawa/FutoMinA101-Bold-V.vf
+share/texmf-dist/fonts/vf/public/morisawa/GothicBBB-Medium-H.vf
+share/texmf-dist/fonts/vf/public/morisawa/GothicBBB-Medium-J.vf
+share/texmf-dist/fonts/vf/public/morisawa/GothicBBB-Medium-V.vf
+share/texmf-dist/fonts/vf/public/morisawa/Jun101-Light-H.vf
+share/texmf-dist/fonts/vf/public/morisawa/Jun101-Light-J.vf
+share/texmf-dist/fonts/vf/public/morisawa/Jun101-Light-V.vf
+share/texmf-dist/fonts/vf/public/morisawa/Ryumin-Light-H.vf
+share/texmf-dist/fonts/vf/public/morisawa/Ryumin-Light-J.vf
+share/texmf-dist/fonts/vf/public/morisawa/Ryumin-Light-V.vf
+share/texmf-dist/tex/latex/morisawa/morisawa.sty
diff -r 917dbb87ffbd -r 2145ff356f16 fonts/tex-morisawa/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/fonts/tex-morisawa/distinfo       Sun Feb 21 08:48:23 2021 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2021/02/21 08:48:23 markd Exp $
+
+SHA1 (morisawa.r46946.tar.xz) = 983e973b05be0b4b23f0795555d22e7737c81ae9
+RMD160 (morisawa.r46946.tar.xz) = e2c8a608552ca4e014942ad3f34d66ec5e652248
+SHA512 (morisawa.r46946.tar.xz) = 7f149fab67905d6b21670becb1c3e3afbc8fb4c45fa3c376960e5a87d7fe17abe091af63930a8385b5bcb63e550fc0b9bb16d522f50f90b911b09599dc5ccafa
+Size (morisawa.r46946.tar.xz) = 8564 bytes



Home | Main Index | Thread Index | Old Index