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: Tue May 13 10:32:08 UTC 2025
Modified Files:
pkgsrc/print: Makefile
Added Files:
pkgsrc/print/tex-tabularray-abnt: DESCR Makefile PLIST distinfo
pkgsrc/print/tex-tabularray-abnt-doc: DESCR Makefile PLIST distinfo
Log Message:
tex-tabularray-abnt{,-doc}: add version 2025
This is the abnt Brazilian standard style for tabularray. It
provides the themes abnt (for tables with numerical data) and
quadro (for tables with text information). Additional
environments abnttblr, tallabnttblr, and longabnttblr are
wrappers to tblr, talltblr, and longtblr that apply the abnt
theme automatically and permit to set the table font using
\SetAbntTblrFont{} provided here.
To generate a diff of this commit:
cvs rdiff -u -r1.942 -r1.943 pkgsrc/print/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/print/tex-tabularray-abnt/DESCR \
pkgsrc/print/tex-tabularray-abnt/Makefile \
pkgsrc/print/tex-tabularray-abnt/PLIST \
pkgsrc/print/tex-tabularray-abnt/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/print/tex-tabularray-abnt-doc/DESCR \
pkgsrc/print/tex-tabularray-abnt-doc/Makefile \
pkgsrc/print/tex-tabularray-abnt-doc/PLIST \
pkgsrc/print/tex-tabularray-abnt-doc/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/print/Makefile
diff -u pkgsrc/print/Makefile:1.942 pkgsrc/print/Makefile:1.943
--- pkgsrc/print/Makefile:1.942 Tue May 13 10:09:33 2025
+++ pkgsrc/print/Makefile Tue May 13 10:32:07 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.942 2025/05/13 10:09:33 markd Exp $
+# $NetBSD: Makefile,v 1.943 2025/05/13 10:32:07 markd Exp $
#
COMMENT= Desktop publishing
@@ -1578,6 +1578,8 @@ SUBDIR+= tex-tabls-doc
SUBDIR+= tex-tabu
SUBDIR+= tex-tabu-doc
SUBDIR+= tex-tabularray
+SUBDIR+= tex-tabularray-abnt
+SUBDIR+= tex-tabularray-abnt-doc
SUBDIR+= tex-tabulars-e-doc
SUBDIR+= tex-tabulary
SUBDIR+= tex-tabulary-doc
Added files:
Index: pkgsrc/print/tex-tabularray-abnt/DESCR
diff -u /dev/null pkgsrc/print/tex-tabularray-abnt/DESCR:1.1
--- /dev/null Tue May 13 10:32:08 2025
+++ pkgsrc/print/tex-tabularray-abnt/DESCR Tue May 13 10:32:07 2025
@@ -0,0 +1,7 @@
+This is the abnt Brazilian standard style for tabularray. It
+provides the themes abnt (for tables with numerical data) and
+quadro (for tables with text information). Additional
+environments abnttblr, tallabnttblr, and longabnttblr are
+wrappers to tblr, talltblr, and longtblr that apply the abnt
+theme automatically and permit to set the table font using
+\SetAbntTblrFont{} provided here.
Index: pkgsrc/print/tex-tabularray-abnt/Makefile
diff -u /dev/null pkgsrc/print/tex-tabularray-abnt/Makefile:1.1
--- /dev/null Tue May 13 10:32:08 2025
+++ pkgsrc/print/tex-tabularray-abnt/Makefile Tue May 13 10:32:07 2025
@@ -0,0 +1,15 @@
+# $NetBSD: Makefile,v 1.1 2025/05/13 10:32:07 markd Exp $
+
+DISTNAME= tabularray-abnt
+PKGNAME= tex-${DISTNAME}-2025
+TEXLIVE_REV= 74629
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= https://ctan.org/pkg/tabularray-abnt
+COMMENT= ABNT (Brazilian standard) theme for tabularray
+LICENSE= lppl-1.3c
+
+DEPENDS+= tex-tabularray-[0-9]*:../../print/tex-tabularray
+
+.include "../../print/texlive/package.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/print/tex-tabularray-abnt/PLIST
diff -u /dev/null pkgsrc/print/tex-tabularray-abnt/PLIST:1.1
--- /dev/null Tue May 13 10:32:08 2025
+++ pkgsrc/print/tex-tabularray-abnt/PLIST Tue May 13 10:32:07 2025
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1 2025/05/13 10:32:07 markd Exp $
+share/texmf-dist/tex/latex/tabularray-abnt/tabularray-abnt-2025A.sty
+share/texmf-dist/tex/latex/tabularray-abnt/tabularray-abnt.sty
Index: pkgsrc/print/tex-tabularray-abnt/distinfo
diff -u /dev/null pkgsrc/print/tex-tabularray-abnt/distinfo:1.1
--- /dev/null Tue May 13 10:32:08 2025
+++ pkgsrc/print/tex-tabularray-abnt/distinfo Tue May 13 10:32:07 2025
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2025/05/13 10:32:07 markd Exp $
+
+BLAKE2s (tabularray-abnt.r74629.tar.xz) = fc9676f3d4496927ad0aa27a7866073ae1e507a77b21f8674be7de913c6933c4
+SHA512 (tabularray-abnt.r74629.tar.xz) = ea4f94b9fbb3598ae91fdffbd5c2c4377d8af6201ae2a330db2f13faab88854a404fc4d38ee5bf27b7deb929b1b09bb62d0ceb30c63e6a27a6ffe411fa754dad
+Size (tabularray-abnt.r74629.tar.xz) = 4916 bytes
Index: pkgsrc/print/tex-tabularray-abnt-doc/DESCR
diff -u /dev/null pkgsrc/print/tex-tabularray-abnt-doc/DESCR:1.1
--- /dev/null Tue May 13 10:32:08 2025
+++ pkgsrc/print/tex-tabularray-abnt-doc/DESCR Tue May 13 10:32:07 2025
@@ -0,0 +1 @@
+Documentation for tex-tabularray-abnt.
Index: pkgsrc/print/tex-tabularray-abnt-doc/Makefile
diff -u /dev/null pkgsrc/print/tex-tabularray-abnt-doc/Makefile:1.1
--- /dev/null Tue May 13 10:32:08 2025
+++ pkgsrc/print/tex-tabularray-abnt-doc/Makefile Tue May 13 10:32:07 2025
@@ -0,0 +1,13 @@
+# $NetBSD: Makefile,v 1.1 2025/05/13 10:32:07 markd Exp $
+
+DISTNAME= tabularray-abnt.doc
+PKGNAME= tex-${DISTNAME:S/./-/}-2025
+TEXLIVE_REV= 74629
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= https://ctan.org/pkg/tabularray-abnt
+COMMENT= Documentation for tex-tabularray-abnt
+LICENSE= lppl-1.3c
+
+.include "../../print/texlive/package.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/print/tex-tabularray-abnt-doc/PLIST
diff -u /dev/null pkgsrc/print/tex-tabularray-abnt-doc/PLIST:1.1
--- /dev/null Tue May 13 10:32:08 2025
+++ pkgsrc/print/tex-tabularray-abnt-doc/PLIST Tue May 13 10:32:07 2025
@@ -0,0 +1,6 @@
+@comment $NetBSD: PLIST,v 1.1 2025/05/13 10:32:07 markd Exp $
+share/texmf-dist/doc/latex/tabularray-abnt/README.md
+share/texmf-dist/doc/latex/tabularray-abnt/changelog.txt
+share/texmf-dist/doc/latex/tabularray-abnt/tabularray-abnt-pt-br.pdf
+share/texmf-dist/doc/latex/tabularray-abnt/tabularray-abnt-pt-br.tex
+share/texmf-dist/doc/latex/tabularray-abnt/tabularray-abnt.bib
Index: pkgsrc/print/tex-tabularray-abnt-doc/distinfo
diff -u /dev/null pkgsrc/print/tex-tabularray-abnt-doc/distinfo:1.1
--- /dev/null Tue May 13 10:32:08 2025
+++ pkgsrc/print/tex-tabularray-abnt-doc/distinfo Tue May 13 10:32:07 2025
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2025/05/13 10:32:07 markd Exp $
+
+BLAKE2s (tabularray-abnt.doc.r74629.tar.xz) = 13b4a00764aff7edb400eb4611dda5cd30a1861388288185c4370982ea762aff
+SHA512 (tabularray-abnt.doc.r74629.tar.xz) = f0ad22496ebf4e8eed6ed1be7fece8f0c9f3ff1abc4bfab659b7972bf76a0e69e81a09374a68cc374a8e36b83314807b9214f9b7d0476d229440c4da9f789483
+Size (tabularray-abnt.doc.r74629.tar.xz) = 91656 bytes
Home |
Main Index |
Thread Index |
Old Index