pkgsrc-Changes archive

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

CVS commit: pkgsrc/print



Module Name:    pkgsrc
Committed By:   markd
Date:           Sun Feb 21 10:17:31 UTC 2021

Added Files:
        pkgsrc/print/tex-bxorigcapt: DESCR Makefile PLIST distinfo
        pkgsrc/print/tex-bxorigcapt-doc: DESCR Makefile PLIST distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/print/tex-bxorigcapt/DESCR \
    pkgsrc/print/tex-bxorigcapt/Makefile pkgsrc/print/tex-bxorigcapt/PLIST \
    pkgsrc/print/tex-bxorigcapt/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/print/tex-bxorigcapt-doc/DESCR \
    pkgsrc/print/tex-bxorigcapt-doc/Makefile \
    pkgsrc/print/tex-bxorigcapt-doc/PLIST \
    pkgsrc/print/tex-bxorigcapt-doc/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: pkgsrc/print/tex-bxorigcapt/DESCR
diff -u /dev/null pkgsrc/print/tex-bxorigcapt/DESCR:1.1
--- /dev/null   Sun Feb 21 10:17:31 2021
+++ pkgsrc/print/tex-bxorigcapt/DESCR   Sun Feb 21 10:17:31 2021
@@ -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.
Index: pkgsrc/print/tex-bxorigcapt/Makefile
diff -u /dev/null pkgsrc/print/tex-bxorigcapt/Makefile:1.1
--- /dev/null   Sun Feb 21 10:17:31 2021
+++ pkgsrc/print/tex-bxorigcapt/Makefile        Sun Feb 21 10:17:31 2021
@@ -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"
Index: pkgsrc/print/tex-bxorigcapt/PLIST
diff -u /dev/null pkgsrc/print/tex-bxorigcapt/PLIST:1.1
--- /dev/null   Sun Feb 21 10:17:31 2021
+++ pkgsrc/print/tex-bxorigcapt/PLIST   Sun Feb 21 10:17:31 2021
@@ -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
Index: pkgsrc/print/tex-bxorigcapt/distinfo
diff -u /dev/null pkgsrc/print/tex-bxorigcapt/distinfo:1.1
--- /dev/null   Sun Feb 21 10:17:31 2021
+++ pkgsrc/print/tex-bxorigcapt/distinfo        Sun Feb 21 10:17:31 2021
@@ -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

Index: pkgsrc/print/tex-bxorigcapt-doc/DESCR
diff -u /dev/null pkgsrc/print/tex-bxorigcapt-doc/DESCR:1.1
--- /dev/null   Sun Feb 21 10:17:31 2021
+++ pkgsrc/print/tex-bxorigcapt-doc/DESCR       Sun Feb 21 10:17:31 2021
@@ -0,0 +1 @@
+Documentation for tex-bxorigcapt.
Index: pkgsrc/print/tex-bxorigcapt-doc/Makefile
diff -u /dev/null pkgsrc/print/tex-bxorigcapt-doc/Makefile:1.1
--- /dev/null   Sun Feb 21 10:17:31 2021
+++ pkgsrc/print/tex-bxorigcapt-doc/Makefile    Sun Feb 21 10:17:31 2021
@@ -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"
Index: pkgsrc/print/tex-bxorigcapt-doc/PLIST
diff -u /dev/null pkgsrc/print/tex-bxorigcapt-doc/PLIST:1.1
--- /dev/null   Sun Feb 21 10:17:31 2021
+++ pkgsrc/print/tex-bxorigcapt-doc/PLIST       Sun Feb 21 10:17:31 2021
@@ -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
Index: pkgsrc/print/tex-bxorigcapt-doc/distinfo
diff -u /dev/null pkgsrc/print/tex-bxorigcapt-doc/distinfo:1.1
--- /dev/null   Sun Feb 21 10:17:31 2021
+++ pkgsrc/print/tex-bxorigcapt-doc/distinfo    Sun Feb 21 10:17:31 2021
@@ -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



Home | Main Index | Thread Index | Old Index