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:           Fri Apr  3 02:10:13 UTC 2026

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

Log Message:
tex-nag{,-doc}: add version 0.7

Old habits die hard. All the same, there are commands, classes
and packages which are outdated and superseded. The nag package
provides routines to warn the user about the use of such
obsolete things. As an example, we provide an extension that
detects many of the "sins" described in l2tabu.

packaged in wip by Yorick Hardy


To generate a diff of this commit:
cvs rdiff -u -r1.964 -r1.965 pkgsrc/print/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/print/tex-nag/DESCR \
    pkgsrc/print/tex-nag/Makefile pkgsrc/print/tex-nag/PLIST \
    pkgsrc/print/tex-nag/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/print/tex-nag-doc/DESCR \
    pkgsrc/print/tex-nag-doc/Makefile pkgsrc/print/tex-nag-doc/PLIST \
    pkgsrc/print/tex-nag-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.964 pkgsrc/print/Makefile:1.965
--- pkgsrc/print/Makefile:1.964 Fri Apr  3 01:54:05 2026
+++ pkgsrc/print/Makefile       Fri Apr  3 02:10:12 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.964 2026/04/03 01:54:05 markd Exp $
+# $NetBSD: Makefile,v 1.965 2026/04/03 02:10:12 markd Exp $
 #
 
 COMMENT=       Desktop publishing
@@ -1222,6 +1222,8 @@ SUBDIR+=  tex-mweights
 SUBDIR+=       tex-mweights-doc
 SUBDIR+=       tex-na-box
 SUBDIR+=       tex-na-box-doc
+SUBDIR+=       tex-nag
+SUBDIR+=       tex-nag-doc
 SUBDIR+=       tex-natbib
 SUBDIR+=       tex-natbib-doc
 SUBDIR+=       tex-ncctools

Added files:

Index: pkgsrc/print/tex-nag/DESCR
diff -u /dev/null pkgsrc/print/tex-nag/DESCR:1.1
--- /dev/null   Fri Apr  3 02:10:13 2026
+++ pkgsrc/print/tex-nag/DESCR  Fri Apr  3 02:10:13 2026
@@ -0,0 +1,5 @@
+Old habits die hard. All the same, there are commands, classes
+and packages which are outdated and superseded. The nag package
+provides routines to warn the user about the use of such
+obsolete things. As an example, we provide an extension that
+detects many of the "sins" described in l2tabu.
Index: pkgsrc/print/tex-nag/Makefile
diff -u /dev/null pkgsrc/print/tex-nag/Makefile:1.1
--- /dev/null   Fri Apr  3 02:10:13 2026
+++ pkgsrc/print/tex-nag/Makefile       Fri Apr  3 02:10:13 2026
@@ -0,0 +1,13 @@
+# $NetBSD: Makefile,v 1.1 2026/04/03 02:10:13 markd Exp $
+
+DISTNAME=      nag
+PKGNAME=       tex-${DISTNAME}-0.7
+TEXLIVE_REV=   77682
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://ctan.org/pkg/nag
+COMMENT=       Detecting and warning about obsolete LaTeX commands
+LICENSE=       lppl-1.3c
+
+.include "../../print/texlive/package.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/print/tex-nag/PLIST
diff -u /dev/null pkgsrc/print/tex-nag/PLIST:1.1
--- /dev/null   Fri Apr  3 02:10:13 2026
+++ pkgsrc/print/tex-nag/PLIST  Fri Apr  3 02:10:13 2026
@@ -0,0 +1,6 @@
+@comment $NetBSD: PLIST,v 1.1 2026/04/03 02:10:13 markd Exp $
+share/texmf-dist/tex/latex/nag/nag-abort.cfg
+share/texmf-dist/tex/latex/nag/nag-experimental.cfg
+share/texmf-dist/tex/latex/nag/nag-l2tabu.cfg
+share/texmf-dist/tex/latex/nag/nag-orthodox.cfg
+share/texmf-dist/tex/latex/nag/nag.sty
Index: pkgsrc/print/tex-nag/distinfo
diff -u /dev/null pkgsrc/print/tex-nag/distinfo:1.1
--- /dev/null   Fri Apr  3 02:10:13 2026
+++ pkgsrc/print/tex-nag/distinfo       Fri Apr  3 02:10:13 2026
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2026/04/03 02:10:13 markd Exp $
+
+BLAKE2s (nag.r77682.tar.xz) = 4cafaaf3242a12a848d136c0acb0f9ec612897164e1a6f106b2a10fd6aeb99f0
+SHA512 (nag.r77682.tar.xz) = 51ec25e90f6144895ef3d05b1a767f757fb311a504321eeba04991599a3737008e5f79a172618033ec9a7444ea03fdcdacfe8e50c834ff01bdd866e27aa5d986
+Size (nag.r77682.tar.xz) = 7788 bytes

Index: pkgsrc/print/tex-nag-doc/DESCR
diff -u /dev/null pkgsrc/print/tex-nag-doc/DESCR:1.1
--- /dev/null   Fri Apr  3 02:10:13 2026
+++ pkgsrc/print/tex-nag-doc/DESCR      Fri Apr  3 02:10:13 2026
@@ -0,0 +1 @@
+Documentation for tex-nag.
Index: pkgsrc/print/tex-nag-doc/Makefile
diff -u /dev/null pkgsrc/print/tex-nag-doc/Makefile:1.1
--- /dev/null   Fri Apr  3 02:10:13 2026
+++ pkgsrc/print/tex-nag-doc/Makefile   Fri Apr  3 02:10:13 2026
@@ -0,0 +1,13 @@
+# $NetBSD: Makefile,v 1.1 2026/04/03 02:10:13 markd Exp $
+
+DISTNAME=      nag.doc
+PKGNAME=       tex-${DISTNAME:S/./-/}-0.7
+TEXLIVE_REV=   77682
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://ctan.org/pkg/nag
+COMMENT=       Documentation for tex-nag
+LICENSE=       lppl-1.3c
+
+.include "../../print/texlive/package.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/print/tex-nag-doc/PLIST
diff -u /dev/null pkgsrc/print/tex-nag-doc/PLIST:1.1
--- /dev/null   Fri Apr  3 02:10:13 2026
+++ pkgsrc/print/tex-nag-doc/PLIST      Fri Apr  3 02:10:13 2026
@@ -0,0 +1,4 @@
+@comment $NetBSD: PLIST,v 1.1 2026/04/03 02:10:13 markd Exp $
+share/texmf-dist/doc/latex/nag/README
+share/texmf-dist/doc/latex/nag/nag.pdf
+share/texmf-dist/doc/latex/nag/nagdemo.tex
Index: pkgsrc/print/tex-nag-doc/distinfo
diff -u /dev/null pkgsrc/print/tex-nag-doc/distinfo:1.1
--- /dev/null   Fri Apr  3 02:10:13 2026
+++ pkgsrc/print/tex-nag-doc/distinfo   Fri Apr  3 02:10:13 2026
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2026/04/03 02:10:13 markd Exp $
+
+BLAKE2s (nag.doc.r77682.tar.xz) = a0361eceec7a73db07624aab79b0cf73d5f54d5cefd05e960c6d30f7d8c80309
+SHA512 (nag.doc.r77682.tar.xz) = fdc7f764ec7b0ed53b93329ad7f876e765a6fca1b6a60d1e5e3aa3fa45516d9150cc5d396a85832ee43ce03c6672c892dfdded53f9cadafb8a089d437fdec824
+Size (nag.doc.r77682.tar.xz) = 438652 bytes



Home | Main Index | Thread Index | Old Index