pkgsrc-WIP-changes archive

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

wip/tex-nag{,-doc}: import tex-nag-0.7 as wip/tex-nag



Module Name:	pkgsrc-wip
Committed By:	Yorick Hardy <yorickhardy%gmail.com@localhost>
Pushed By:	yhardy
Date:		Tue Mar 31 20:34:03 2026 +0000
Changeset:	8660863d27c0c0691e2647d201ba3d982f2704f4

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

Log Message:
wip/tex-nag{,-doc}: import tex-nag-0.7 as wip/tex-nag

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.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=8660863d27c0c0691e2647d201ba3d982f2704f4

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

diffstat:
 Makefile             |  2 ++
 tex-nag-doc/DESCR    |  1 +
 tex-nag-doc/Makefile | 13 +++++++++++++
 tex-nag-doc/PLIST    |  4 ++++
 tex-nag-doc/distinfo |  5 +++++
 tex-nag/DESCR        |  5 +++++
 tex-nag/Makefile     | 13 +++++++++++++
 tex-nag/PLIST        |  6 ++++++
 tex-nag/distinfo     |  5 +++++
 9 files changed, 54 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index e7efbd44e8..65392b516c 100644
--- a/Makefile
+++ b/Makefile
@@ -5750,6 +5750,8 @@ SUBDIR+=	tex-lineno-doc
 SUBDIR+=	tex-lshort-japanese-doc
 SUBDIR+=	tex-mathtools-doc
 SUBDIR+=	tex-mendex-doc-doc
+SUBDIR+=	tex-nag
+SUBDIR+=	tex-nag-doc
 SUBDIR+=	tex-platexcheat-doc
 SUBDIR+=	tex-ptex-manual-doc
 SUBDIR+=	tex-relsize-doc
diff --git a/tex-nag-doc/DESCR b/tex-nag-doc/DESCR
new file mode 100644
index 0000000000..01c8097579
--- /dev/null
+++ b/tex-nag-doc/DESCR
@@ -0,0 +1 @@
+Documentation for tex-nag.
diff --git a/tex-nag-doc/Makefile b/tex-nag-doc/Makefile
new file mode 100644
index 0000000000..0bff253b81
--- /dev/null
+++ b/tex-nag-doc/Makefile
@@ -0,0 +1,13 @@
+# $NetBSD$
+
+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"
diff --git a/tex-nag-doc/PLIST b/tex-nag-doc/PLIST
new file mode 100644
index 0000000000..e1400fb83b
--- /dev/null
+++ b/tex-nag-doc/PLIST
@@ -0,0 +1,4 @@
+@comment $NetBSD$
+share/texmf-dist/doc/latex/nag/README
+share/texmf-dist/doc/latex/nag/nag.pdf
+share/texmf-dist/doc/latex/nag/nagdemo.tex
diff --git a/tex-nag-doc/distinfo b/tex-nag-doc/distinfo
new file mode 100644
index 0000000000..c79dd52802
--- /dev/null
+++ b/tex-nag-doc/distinfo
@@ -0,0 +1,5 @@
+$NetBSD$
+
+BLAKE2s (nag.doc.r77682.tar.xz) = a0361eceec7a73db07624aab79b0cf73d5f54d5cefd05e960c6d30f7d8c80309
+SHA512 (nag.doc.r77682.tar.xz) = fdc7f764ec7b0ed53b93329ad7f876e765a6fca1b6a60d1e5e3aa3fa45516d9150cc5d396a85832ee43ce03c6672c892dfdded53f9cadafb8a089d437fdec824
+Size (nag.doc.r77682.tar.xz) = 438652 bytes
diff --git a/tex-nag/DESCR b/tex-nag/DESCR
new file mode 100644
index 0000000000..023e9525a7
--- /dev/null
+++ b/tex-nag/DESCR
@@ -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.
diff --git a/tex-nag/Makefile b/tex-nag/Makefile
new file mode 100644
index 0000000000..e1faa11117
--- /dev/null
+++ b/tex-nag/Makefile
@@ -0,0 +1,13 @@
+# $NetBSD$
+
+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"
diff --git a/tex-nag/PLIST b/tex-nag/PLIST
new file mode 100644
index 0000000000..7d40803a39
--- /dev/null
+++ b/tex-nag/PLIST
@@ -0,0 +1,6 @@
+@comment $NetBSD$
+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
diff --git a/tex-nag/distinfo b/tex-nag/distinfo
new file mode 100644
index 0000000000..0b2510019a
--- /dev/null
+++ b/tex-nag/distinfo
@@ -0,0 +1,5 @@
+$NetBSD$
+
+BLAKE2s (nag.r77682.tar.xz) = 4cafaaf3242a12a848d136c0acb0f9ec612897164e1a6f106b2a10fd6aeb99f0
+SHA512 (nag.r77682.tar.xz) = 51ec25e90f6144895ef3d05b1a767f757fb311a504321eeba04991599a3737008e5f79a172618033ec9a7444ea03fdcdacfe8e50c834ff01bdd866e27aa5d986
+Size (nag.r77682.tar.xz) = 7788 bytes


Home | Main Index | Thread Index | Old Index