pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/print tex-bxjaprnind{,-doc}: Add version 0.3b
details: https://anonhg.NetBSD.org/pkgsrc/rev/e4b43bf5e45a
branches: trunk
changeset: 447516:e4b43bf5e45a
user: markd <markd%pkgsrc.org@localhost>
date: Sun Feb 21 10:08:08 2021 +0000
description:
tex-bxjaprnind{,-doc}: Add version 0.3b
>From Atsushi Toyokura in pkgsrc-wip
In Japanese typesetting, opening parentheses placed at the
beginning of paragraphs or lines are treated specially; for
example, while the paragraph indent before normal kanji
characters is 1em, the indent before parentheses can be 0.5em,
1em or 1.5em deoending on the local rule in effect.
diffstat:
print/tex-bxjaprnind-doc/DESCR | 1 +
print/tex-bxjaprnind-doc/Makefile | 13 +++++++++++++
print/tex-bxjaprnind-doc/PLIST | 8 ++++++++
print/tex-bxjaprnind-doc/distinfo | 6 ++++++
print/tex-bxjaprnind/DESCR | 5 +++++
print/tex-bxjaprnind/Makefile | 15 +++++++++++++++
print/tex-bxjaprnind/PLIST | 2 ++
print/tex-bxjaprnind/distinfo | 6 ++++++
8 files changed, 56 insertions(+), 0 deletions(-)
diffs (88 lines):
diff -r ac94b7695783 -r e4b43bf5e45a print/tex-bxjaprnind-doc/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-bxjaprnind-doc/DESCR Sun Feb 21 10:08:08 2021 +0000
@@ -0,0 +1,1 @@
+Documentation for tex-bxjaprnind.
diff -r ac94b7695783 -r e4b43bf5e45a print/tex-bxjaprnind-doc/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-bxjaprnind-doc/Makefile Sun Feb 21 10:08:08 2021 +0000
@@ -0,0 +1,13 @@
+# $NetBSD: Makefile,v 1.1 2021/02/21 10:08:08 markd Exp $
+
+DISTNAME= bxjaprnind.doc
+PKGNAME= tex-${DISTNAME:S/./-/}-0.3b
+TEXLIVE_REV= 45291
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= https://ctan.org/pkg/bxjaprnind
+COMMENT= Documentation for tex-bxjaprnind
+LICENSE= mit
+
+.include "../../print/texlive/package.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r ac94b7695783 -r e4b43bf5e45a print/tex-bxjaprnind-doc/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-bxjaprnind-doc/PLIST Sun Feb 21 10:08:08 2021 +0000
@@ -0,0 +1,8 @@
+@comment $NetBSD: PLIST,v 1.1 2021/02/21 10:08:08 markd Exp $
+share/texmf-dist/doc/latex/bxjaprnind/LICENSE
+share/texmf-dist/doc/latex/bxjaprnind/README-ja.md
+share/texmf-dist/doc/latex/bxjaprnind/README.md
+share/texmf-dist/doc/latex/bxjaprnind/bxjaprnind.pdf
+share/texmf-dist/doc/latex/bxjaprnind/bxjaprnind.tex
+share/texmf-dist/doc/latex/bxjaprnind/sample-bxjaprnind.pdf
+share/texmf-dist/doc/latex/bxjaprnind/sample-bxjaprnind.tex
diff -r ac94b7695783 -r e4b43bf5e45a print/tex-bxjaprnind-doc/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-bxjaprnind-doc/distinfo Sun Feb 21 10:08:08 2021 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2021/02/21 10:08:08 markd Exp $
+
+SHA1 (bxjaprnind.doc.r45291.tar.xz) = 5e0ff75be4263abaab477a446781f1bd7d469cec
+RMD160 (bxjaprnind.doc.r45291.tar.xz) = 59287f0967df7409d7f84ac2768b864bdf4517b9
+SHA512 (bxjaprnind.doc.r45291.tar.xz) = 0010c6e9d1041013401f59820795e338d9e0f852b2d29212fda0c66cda3e2dbdf59593547a8d83d9c6d78d48fb0372a4335976ad1fcc190c3c71a3b5607a47a4
+Size (bxjaprnind.doc.r45291.tar.xz) = 387396 bytes
diff -r ac94b7695783 -r e4b43bf5e45a print/tex-bxjaprnind/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-bxjaprnind/DESCR Sun Feb 21 10:08:08 2021 +0000
@@ -0,0 +1,5 @@
+In Japanese typesetting, opening parentheses placed at the
+beginning of paragraphs or lines are treated specially; for
+example, while the paragraph indent before normal kanji
+characters is 1em, the indent before parentheses can be 0.5em,
+1em or 1.5em deoending on the local rule in effect.
diff -r ac94b7695783 -r e4b43bf5e45a print/tex-bxjaprnind/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-bxjaprnind/Makefile Sun Feb 21 10:08:08 2021 +0000
@@ -0,0 +1,15 @@
+# $NetBSD: Makefile,v 1.1 2021/02/21 10:08:08 markd Exp $
+
+DISTNAME= bxjaprnind
+PKGNAME= tex-${DISTNAME}-0.3b
+TEXLIVE_REV= 45291
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= https://ctan.org/pkg/bxjaprnind
+COMMENT= Adjust the position of parentheses at paragraph head
+LICENSE= mit
+
+DEPENDS+= tex-bxbase-[0-9]*:../../print/tex-bxbase
+
+.include "../../print/texlive/package.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r ac94b7695783 -r e4b43bf5e45a print/tex-bxjaprnind/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-bxjaprnind/PLIST Sun Feb 21 10:08:08 2021 +0000
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1 2021/02/21 10:08:08 markd Exp $
+share/texmf-dist/tex/latex/bxjaprnind/bxjaprnind.sty
diff -r ac94b7695783 -r e4b43bf5e45a print/tex-bxjaprnind/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-bxjaprnind/distinfo Sun Feb 21 10:08:08 2021 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2021/02/21 10:08:08 markd Exp $
+
+SHA1 (bxjaprnind.r45291.tar.xz) = ca394dc926868f9f5790334f29aebd0b0aaefafe
+RMD160 (bxjaprnind.r45291.tar.xz) = 11536f32719e9f3dcf99e36ccbac9e4a6913c9b9
+SHA512 (bxjaprnind.r45291.tar.xz) = 77f754e9d9cfc643286df17c7102685ee4c893b5b99308da7a8a9033fc043a7ac95a34dc4a253da4f5e6ed29b35a04376eba1635abbbbe6a6e2670d0d47f50b8
+Size (bxjaprnind.r45291.tar.xz) = 2808 bytes
Home |
Main Index |
Thread Index |
Old Index