pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc Added print/tex-tikzpagenodes version 1.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b73b40578fba
branches:  trunk
changeset: 372941:b73b40578fba
user:      manu <manu%pkgsrc.org@localhost>
date:      Wed Feb 02 15:19:02 2022 +0000

description:
Added print/tex-tikzpagenodes version 1.1

This package provides special PGF/TikZ nodes for the text,
marginpar, footer and header area of the current page. They are
inspired by the 'current page' node defined by PGF/TikZ itself.

Contributed by Jean-Jacques Puig

diffstat:

 doc/CHANGES-2022                 |   3 ++-
 print/Makefile                   |   3 ++-
 print/tex-tikzpagenodes/DESCR    |   3 +++
 print/tex-tikzpagenodes/Makefile |  15 +++++++++++++++
 print/tex-tikzpagenodes/PLIST    |   2 ++
 print/tex-tikzpagenodes/distinfo |   6 ++++++
 6 files changed, 30 insertions(+), 2 deletions(-)

diffs (73 lines):

diff -r b998cc84c039 -r b73b40578fba doc/CHANGES-2022
--- a/doc/CHANGES-2022  Wed Feb 02 15:06:43 2022 +0000
+++ b/doc/CHANGES-2022  Wed Feb 02 15:19:02 2022 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-2022,v 1.575 2022/02/02 15:06:43 manu Exp $
+$NetBSD: CHANGES-2022,v 1.576 2022/02/02 15:19:02 manu Exp $
 
 Changes to the packages collection and infrastructure in 2022:
 
@@ -749,3 +749,4 @@
        Updated graphics/openexr to 3.1.4 [wiz 2022-02-02]
        Updated textproc/hgrep to 0.2.3 [pin 2022-02-02]
        Updated net/nagios-plugin-dotpid to 0.7 [manu 2022-02-02]
+       Added print/tex-tikzpagenodes version 1.1 [manu 2022-02-02]
diff -r b998cc84c039 -r b73b40578fba print/Makefile
--- a/print/Makefile    Wed Feb 02 15:06:43 2022 +0000
+++ b/print/Makefile    Wed Feb 02 15:19:02 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.816 2021/11/19 09:43:08 adam Exp $
+# $NetBSD: Makefile,v 1.817 2022/02/02 15:19:02 manu Exp $
 #
 
 COMMENT=       Desktop publishing
@@ -1495,6 +1495,7 @@
 SUBDIR+=       tex-threeparttablex
 SUBDIR+=       tex-threeparttablex-doc
 SUBDIR+=       tex-thumbpdf
+SUBDIR+=       tex-tikzpagenodes
 SUBDIR+=       tex-timetable
 SUBDIR+=       tex-tipa-de-doc
 SUBDIR+=       tex-titlepages-doc
diff -r b998cc84c039 -r b73b40578fba print/tex-tikzpagenodes/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-tikzpagenodes/DESCR     Wed Feb 02 15:19:02 2022 +0000
@@ -0,0 +1,3 @@
+This package provides special PGF/TikZ nodes for the text,
+marginpar, footer and header area of the current page. They are
+inspired by the 'current page' node defined by PGF/TikZ itself.
diff -r b998cc84c039 -r b73b40578fba print/tex-tikzpagenodes/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-tikzpagenodes/Makefile  Wed Feb 02 15:19:02 2022 +0000
@@ -0,0 +1,15 @@
+# $NetBSD: Makefile,v 1.1 2022/02/02 15:19:02 manu Exp $
+
+DISTNAME=      tikzpagenodes
+PKGNAME=       tex-${DISTNAME}-1.1
+TEXLIVE_REV=   56291
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://ctan.org/pkg/tikzpagenodes
+COMMENT=       Single TikZ node for the whole page
+LICENSE=       lppl-1.3c
+
+DEPENDS+=      tex-tools-[0-9]*:../../print/tex-tools
+
+.include "../../print/texlive/package.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r b998cc84c039 -r b73b40578fba print/tex-tikzpagenodes/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-tikzpagenodes/PLIST     Wed Feb 02 15:19:02 2022 +0000
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1 2022/02/02 15:19:02 manu Exp $
+share/texmf-dist/tex/latex/tikzpagenodes/tikzpagenodes.sty
diff -r b998cc84c039 -r b73b40578fba print/tex-tikzpagenodes/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-tikzpagenodes/distinfo  Wed Feb 02 15:19:02 2022 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2022/02/02 15:19:02 manu Exp $
+
+SHA1 (tikzpagenodes.r56291.tar.xz) = 637f7dafda66868416b53422ecf0aaff548e4d81
+RMD160 (tikzpagenodes.r56291.tar.xz) = b97541f46e5b2310b5ce99087aad0efa50ceb144
+SHA512 (tikzpagenodes.r56291.tar.xz) = b412599ab7288cf2bbbf4d3cd08a97b2a16932fce61ee9edd1b570345da29ee30d32482bc855f6929231331e758dea2a8f8973daa19f6dbd1863840bb6753876
+Size (tikzpagenodes.r56291.tar.xz) = 1556 bytes



Home | Main Index | Thread Index | Old Index