pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/print tex-bxorigcapt{,-doc}: Add version 0.3



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b8cc42d89393
branches:  trunk
changeset: 447519:b8cc42d89393
user:      markd <markd%pkgsrc.org@localhost>
date:      Sun Feb 21 10:17:31 2021 +0000

description:
tex-bxorigcapt{,-doc}: Add version 0.3

>From Atsushi Toyokura in pkgsrc-wip

This package forces the caption names (`\chaptername`,
`\today`, etc) declared by the document class in use to be used
as the caption names for a specific language introduced by the
Babel package.

diffstat:

 print/tex-bxorigcapt-doc/DESCR    |   1 +
 print/tex-bxorigcapt-doc/Makefile |  13 +++++++++++++
 print/tex-bxorigcapt-doc/PLIST    |   3 +++
 print/tex-bxorigcapt-doc/distinfo |   6 ++++++
 print/tex-bxorigcapt/DESCR        |   4 ++++
 print/tex-bxorigcapt/Makefile     |  13 +++++++++++++
 print/tex-bxorigcapt/PLIST        |   2 ++
 print/tex-bxorigcapt/distinfo     |   6 ++++++
 8 files changed, 48 insertions(+), 0 deletions(-)

diffs (80 lines):

diff -r 11773e91c901 -r b8cc42d89393 print/tex-bxorigcapt-doc/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-bxorigcapt-doc/DESCR    Sun Feb 21 10:17:31 2021 +0000
@@ -0,0 +1,1 @@
+Documentation for tex-bxorigcapt.
diff -r 11773e91c901 -r b8cc42d89393 print/tex-bxorigcapt-doc/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-bxorigcapt-doc/Makefile Sun Feb 21 10:17:31 2021 +0000
@@ -0,0 +1,13 @@
+# $NetBSD: Makefile,v 1.1 2021/02/21 10:17:31 markd Exp $
+
+DISTNAME=      bxorigcapt.doc
+PKGNAME=       tex-${DISTNAME:S/./-/}-0.3
+TEXLIVE_REV=   48606
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://ctan.org/pkg/bxorigcapt
+COMMENT=       Documentation for tex-bxorigcapt
+LICENSE=       mit
+
+.include "../../print/texlive/package.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 11773e91c901 -r b8cc42d89393 print/tex-bxorigcapt-doc/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-bxorigcapt-doc/PLIST    Sun Feb 21 10:17:31 2021 +0000
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1 2021/02/21 10:17:31 markd Exp $
+share/texmf-dist/doc/latex/bxorigcapt/LICENSE
+share/texmf-dist/doc/latex/bxorigcapt/README.md
diff -r 11773e91c901 -r b8cc42d89393 print/tex-bxorigcapt-doc/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-bxorigcapt-doc/distinfo Sun Feb 21 10:17:31 2021 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2021/02/21 10:17:31 markd Exp $
+
+SHA1 (bxorigcapt.doc.r48606.tar.xz) = 29a9a63986348f32ff6ac2da58e44c674d60fae7
+RMD160 (bxorigcapt.doc.r48606.tar.xz) = c03efea23760c6b0bca7c2f63ad1cd1656e6a531
+SHA512 (bxorigcapt.doc.r48606.tar.xz) = 0ec8b913862e51f89f661de3f628bb51a306d09d04adce4ff46183d8bb24c351f73c877b08b699f704661ae2c31131b7a959ad863a3a6613235318f8825136a2
+Size (bxorigcapt.doc.r48606.tar.xz) = 2112 bytes
diff -r 11773e91c901 -r b8cc42d89393 print/tex-bxorigcapt/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-bxorigcapt/DESCR        Sun Feb 21 10:17:31 2021 +0000
@@ -0,0 +1,4 @@
+This package forces the caption names (`\chaptername`,
+`\today`, etc) declared by the document class in use to be used
+as the caption names for a specific language introduced by the
+Babel package.
diff -r 11773e91c901 -r b8cc42d89393 print/tex-bxorigcapt/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-bxorigcapt/Makefile     Sun Feb 21 10:17:31 2021 +0000
@@ -0,0 +1,13 @@
+# $NetBSD: Makefile,v 1.1 2021/02/21 10:17:31 markd Exp $
+
+DISTNAME=      bxorigcapt
+PKGNAME=       tex-${DISTNAME}-0.3
+TEXLIVE_REV=   48606
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://ctan.org/pkg/bxorigcapt
+COMMENT=       To retain the original caption names when using Babel
+LICENSE=       mit
+
+.include "../../print/texlive/package.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 11773e91c901 -r b8cc42d89393 print/tex-bxorigcapt/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-bxorigcapt/PLIST        Sun Feb 21 10:17:31 2021 +0000
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1 2021/02/21 10:17:31 markd Exp $
+share/texmf-dist/tex/latex/bxorigcapt/bxorigcapt.sty
diff -r 11773e91c901 -r b8cc42d89393 print/tex-bxorigcapt/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-bxorigcapt/distinfo     Sun Feb 21 10:17:31 2021 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2021/02/21 10:17:31 markd Exp $
+
+SHA1 (bxorigcapt.r48606.tar.xz) = 54e7ed771dcc4cf494773b262709c96bd351e869
+RMD160 (bxorigcapt.r48606.tar.xz) = 5b961ceff1e4c2114ed1fe6efb6746040574a5d7
+SHA512 (bxorigcapt.r48606.tar.xz) = de76176e7448732d3d429c11b605f24a01779651dc5bb3969a6cdd45ac1801a9d2472dcb4bda9751aae09428d7962981a4c9c581244f15b68b6a4aea43d54972
+Size (bxorigcapt.r48606.tar.xz) = 2604 bytes



Home | Main Index | Thread Index | Old Index