pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/print tex-pxjahyper{,-doc}: Add version 0.7
details: https://anonhg.NetBSD.org/pkgsrc/rev/a1af887e613e
branches: trunk
changeset: 447534:a1af887e613e
user: markd <markd%pkgsrc.org@localhost>
date: Sun Feb 21 10:46:52 2021 +0000
description:
tex-pxjahyper{,-doc}: Add version 0.7
>From Atsushi Toyokura in pkgsrc-wip
This package adjusts the behavior of hyperref on (u)pLaTeX so
that authors can properly create PDF documents that contain
document information in Japanese.
diffstat:
print/tex-pxjahyper-doc/DESCR | 1 +
print/tex-pxjahyper-doc/Makefile | 13 +++++++++++++
print/tex-pxjahyper-doc/PLIST | 6 ++++++
print/tex-pxjahyper-doc/distinfo | 6 ++++++
print/tex-pxjahyper/DESCR | 3 +++
print/tex-pxjahyper/Makefile | 16 ++++++++++++++++
print/tex-pxjahyper/PLIST | 4 ++++
print/tex-pxjahyper/distinfo | 6 ++++++
8 files changed, 55 insertions(+), 0 deletions(-)
diffs (87 lines):
diff -r d8cfae1938ed -r a1af887e613e print/tex-pxjahyper-doc/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-pxjahyper-doc/DESCR Sun Feb 21 10:46:52 2021 +0000
@@ -0,0 +1,1 @@
+Documentation for tex-pxjahyper.
diff -r d8cfae1938ed -r a1af887e613e print/tex-pxjahyper-doc/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-pxjahyper-doc/Makefile Sun Feb 21 10:46:52 2021 +0000
@@ -0,0 +1,13 @@
+# $NetBSD: Makefile,v 1.1 2021/02/21 10:46:52 markd Exp $
+
+DISTNAME= pxjahyper.doc
+PKGNAME= tex-${DISTNAME:S/./-/}-0.7
+TEXLIVE_REV= 57732
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= https://ctan.org/pkg/pxjahyper
+COMMENT= Documentation for tex-pxjahyper
+LICENSE= mit
+
+.include "../../print/texlive/package.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r d8cfae1938ed -r a1af887e613e print/tex-pxjahyper-doc/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-pxjahyper-doc/PLIST Sun Feb 21 10:46:52 2021 +0000
@@ -0,0 +1,6 @@
+@comment $NetBSD: PLIST,v 1.1 2021/02/21 10:46:52 markd Exp $
+share/texmf-dist/doc/platex/pxjahyper/LICENSE
+share/texmf-dist/doc/platex/pxjahyper/README-ja.md
+share/texmf-dist/doc/platex/pxjahyper/README.md
+share/texmf-dist/doc/platex/pxjahyper/pxjahyper.pdf
+share/texmf-dist/doc/platex/pxjahyper/pxjahyper.tex
diff -r d8cfae1938ed -r a1af887e613e print/tex-pxjahyper-doc/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-pxjahyper-doc/distinfo Sun Feb 21 10:46:52 2021 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2021/02/21 10:46:52 markd Exp $
+
+SHA1 (pxjahyper.doc.r57732.tar.xz) = 4cf8c835ac6c6132cb88819fd5f0726aaa692b45
+RMD160 (pxjahyper.doc.r57732.tar.xz) = eb6cedd5fc20e509165bf3cff0c510a4cbae4f21
+SHA512 (pxjahyper.doc.r57732.tar.xz) = 6f339bfb1ea4c3826d05d8a834b242322289c1bfb625d6014206fec8668fcccf8bb8cea379cc7d0bc8e121094d1f0a53490d87849ee99b8d42c35dda1274db33
+Size (pxjahyper.doc.r57732.tar.xz) = 121508 bytes
diff -r d8cfae1938ed -r a1af887e613e print/tex-pxjahyper/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-pxjahyper/DESCR Sun Feb 21 10:46:52 2021 +0000
@@ -0,0 +1,3 @@
+This package adjusts the behavior of hyperref on (u)pLaTeX so
+that authors can properly create PDF documents that contain
+document information in Japanese.
diff -r d8cfae1938ed -r a1af887e613e print/tex-pxjahyper/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-pxjahyper/Makefile Sun Feb 21 10:46:52 2021 +0000
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1 2021/02/21 10:46:52 markd Exp $
+
+DISTNAME= pxjahyper
+PKGNAME= tex-${DISTNAME}-0.7
+TEXLIVE_REV= 57732
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= https://ctan.org/pkg/pxjahyper
+COMMENT= Hyperref support for pLaTeX
+LICENSE= mit
+
+DEPENDS+= tex-atbegshi-[0-9]*:../../print/tex-atbegshi
+DEPENDS+= tex-ltxcmds-[0-9]*:../../print/tex-ltxcmds
+
+.include "../../print/texlive/package.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r d8cfae1938ed -r a1af887e613e print/tex-pxjahyper/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-pxjahyper/PLIST Sun Feb 21 10:46:52 2021 +0000
@@ -0,0 +1,4 @@
+@comment $NetBSD: PLIST,v 1.1 2021/02/21 10:46:52 markd Exp $
+share/texmf-dist/tex/platex/pxjahyper/pxjahyper-ajm.def
+share/texmf-dist/tex/platex/pxjahyper/pxjahyper-enc.sty
+share/texmf-dist/tex/platex/pxjahyper/pxjahyper.sty
diff -r d8cfae1938ed -r a1af887e613e print/tex-pxjahyper/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-pxjahyper/distinfo Sun Feb 21 10:46:52 2021 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2021/02/21 10:46:52 markd Exp $
+
+SHA1 (pxjahyper.r57732.tar.xz) = fe121b92e16a4f7772763fd25ee3da14920d3fe9
+RMD160 (pxjahyper.r57732.tar.xz) = 091b119b035fc9e810da6271504bfca647006a6f
+SHA512 (pxjahyper.r57732.tar.xz) = 732aafb92db36a3922d1d412e3d5bcd92e0e31c810f4ff7ff0de29ede881d8fffb523203014b92767dd8c4dde72b410d86f861e61c56bde70c16425d8c85c447
+Size (pxjahyper.r57732.tar.xz) = 14936 bytes
Home |
Main Index |
Thread Index |
Old Index