pkgsrc-Changes archive

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

CVS commit: pkgsrc



Module Name:    pkgsrc
Committed By:   riastradh
Date:           Sun Dec 10 02:17:03 UTC 2023

Modified Files:
        pkgsrc/devel: Makefile
        pkgsrc/graphics: Makefile
        pkgsrc/meta-pkgs/texlive-collection-latexextra: Makefile
        pkgsrc/meta-pkgs/texlive-collection-pictures: Makefile
Added Files:
        pkgsrc/devel/tex-elocalloc: DESCR Makefile PLIST distinfo
        pkgsrc/devel/tex-elocalloc-doc: DESCR Makefile PLIST distinfo
        pkgsrc/devel/tex-inlinedef: DESCR Makefile PLIST distinfo
        pkgsrc/devel/tex-inlinedef-doc: DESCR Makefile PLIST distinfo
        pkgsrc/graphics/tex-forest: DESCR Makefile PLIST distinfo
        pkgsrc/graphics/tex-forest-doc: DESCR Makefile PLIST distinfo

Log Message:
graphics/tex-forest: Import forest and dependencies from CTAN.

- graphics/tex-forest: The package provides a PGF/TikZ-based mechanism for
  drawing linguistic (and other kinds of) trees.

- devel/tex-elocalloc: Local allocation macros, with names taken from
  etex.sty but with implementation based on the LaTeX 2015 allocation
  macros.

- devel/tex-inlinedef: The package provides a macro \Inline that
  precedes a \def or \gdef. Within the definition text of an inlined
  definition, keywords such as \Expand may be used to selectively
  inline certain expansions at definition-time.


To generate a diff of this commit:
cvs rdiff -u -r1.4146 -r1.4147 pkgsrc/devel/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/tex-elocalloc/DESCR \
    pkgsrc/devel/tex-elocalloc/Makefile pkgsrc/devel/tex-elocalloc/PLIST \
    pkgsrc/devel/tex-elocalloc/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/tex-elocalloc-doc/DESCR \
    pkgsrc/devel/tex-elocalloc-doc/Makefile \
    pkgsrc/devel/tex-elocalloc-doc/PLIST \
    pkgsrc/devel/tex-elocalloc-doc/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/tex-inlinedef/DESCR \
    pkgsrc/devel/tex-inlinedef/Makefile pkgsrc/devel/tex-inlinedef/PLIST \
    pkgsrc/devel/tex-inlinedef/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/tex-inlinedef-doc/DESCR \
    pkgsrc/devel/tex-inlinedef-doc/Makefile \
    pkgsrc/devel/tex-inlinedef-doc/PLIST \
    pkgsrc/devel/tex-inlinedef-doc/distinfo
cvs rdiff -u -r1.1031 -r1.1032 pkgsrc/graphics/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/graphics/tex-forest/DESCR \
    pkgsrc/graphics/tex-forest/Makefile pkgsrc/graphics/tex-forest/PLIST \
    pkgsrc/graphics/tex-forest/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/graphics/tex-forest-doc/DESCR \
    pkgsrc/graphics/tex-forest-doc/Makefile \
    pkgsrc/graphics/tex-forest-doc/PLIST \
    pkgsrc/graphics/tex-forest-doc/distinfo
cvs rdiff -u -r1.85 -r1.86 \
    pkgsrc/meta-pkgs/texlive-collection-latexextra/Makefile
cvs rdiff -u -r1.41 -r1.42 \
    pkgsrc/meta-pkgs/texlive-collection-pictures/Makefile

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

Modified files:

Index: pkgsrc/devel/Makefile
diff -u pkgsrc/devel/Makefile:1.4146 pkgsrc/devel/Makefile:1.4147
--- pkgsrc/devel/Makefile:1.4146        Fri Dec  8 07:11:47 2023
+++ pkgsrc/devel/Makefile       Sun Dec 10 02:17:02 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4146 2023/12/08 07:11:47 wiz Exp $
+# $NetBSD: Makefile,v 1.4147 2023/12/10 02:17:02 riastradh Exp $
 #
 
 COMMENT=       Development utilities
@@ -3482,8 +3482,12 @@ SUBDIR+= tet3
 SUBDIR+=       tevent
 SUBDIR+=       tex-doclicense
 SUBDIR+=       tex-doclicense-doc
+SUBDIR+=       tex-elocalloc
+SUBDIR+=       tex-elocalloc-doc
 SUBDIR+=       tex-etoolbox
 SUBDIR+=       tex-etoolbox-doc
+SUBDIR+=       tex-inlinedef
+SUBDIR+=       tex-inlinedef-doc
 SUBDIR+=       tex-l3backend
 SUBDIR+=       tex-l3backend-doc
 SUBDIR+=       tex-l3experimental

Index: pkgsrc/graphics/Makefile
diff -u pkgsrc/graphics/Makefile:1.1031 pkgsrc/graphics/Makefile:1.1032
--- pkgsrc/graphics/Makefile:1.1031     Tue Nov 21 19:56:36 2023
+++ pkgsrc/graphics/Makefile    Sun Dec 10 02:17:02 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1031 2023/11/21 19:56:36 markd Exp $
+# $NetBSD: Makefile,v 1.1032 2023/12/10 02:17:02 riastradh Exp $
 #
 
 COMMENT=       Graphics tools and libraries
@@ -664,6 +664,8 @@ SUBDIR+=    tex-feynmp-auto
 SUBDIR+=       tex-feynmp-auto-doc
 SUBDIR+=       tex-fiziko
 SUBDIR+=       tex-fiziko-doc
+SUBDIR+=       tex-forest
+SUBDIR+=       tex-forest-doc
 SUBDIR+=       tex-garrigues
 SUBDIR+=       tex-garrigues-doc
 SUBDIR+=       tex-gmp

Index: pkgsrc/meta-pkgs/texlive-collection-latexextra/Makefile
diff -u pkgsrc/meta-pkgs/texlive-collection-latexextra/Makefile:1.85 pkgsrc/meta-pkgs/texlive-collection-latexextra/Makefile:1.86
--- pkgsrc/meta-pkgs/texlive-collection-latexextra/Makefile:1.85        Tue Oct 31 13:47:16 2023
+++ pkgsrc/meta-pkgs/texlive-collection-latexextra/Makefile     Sun Dec 10 02:17:03 2023
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.85 2023/10/31 13:47:16 riastradh Exp $
+# $NetBSD: Makefile,v 1.86 2023/12/10 02:17:03 riastradh Exp $
 
 DISTNAME=      collection-latexextra
-PKGNAME=       texlive-${DISTNAME}-2023pre7
+PKGNAME=       texlive-${DISTNAME}-2023pre8
 CATEGORIES=    meta-pkgs
 MASTER_SITES=  # empty
 TEXLIVE_REV=   67376
@@ -418,7 +418,7 @@ DEPENDS+=   tex-ecv-[0-9]*:../../print/tex
 # depend elements
 DEPENDS+=      tex-ellipsis-[0-9]*:../../print/tex-ellipsis
 # depend elmath
-# depend elocalloc
+DEPENDS+=      tex-elocalloc-[0-9]*:../../print/tex-elocalloc
 # depend elpres
 # depend elzcards
 # depend emarks
@@ -701,7 +701,7 @@ DEPENDS+=   tex-import-[0-9]*:../../print/
 DEPENDS+=      tex-incgraph-[0-9]*:../../graphics/tex-incgraph
 # depend indextools
 # depend inline-images
-# depend inlinedef
+DEPENDS+=      tex-inlinedef-[0-9]*:../../print/tex-inlinedef
 # depend inlinelabel
 DEPENDS+=      tex-inputenx-[0-9]*:../../print/tex-inputenx
 # depend inputtrc

Index: pkgsrc/meta-pkgs/texlive-collection-pictures/Makefile
diff -u pkgsrc/meta-pkgs/texlive-collection-pictures/Makefile:1.41 pkgsrc/meta-pkgs/texlive-collection-pictures/Makefile:1.42
--- pkgsrc/meta-pkgs/texlive-collection-pictures/Makefile:1.41  Sun Oct 29 13:59:14 2023
+++ pkgsrc/meta-pkgs/texlive-collection-pictures/Makefile       Sun Dec 10 02:17:03 2023
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.41 2023/10/29 13:59:14 riastradh Exp $
+# $NetBSD: Makefile,v 1.42 2023/12/10 02:17:03 riastradh Exp $
 
 DISTNAME=      collection-pictures
-PKGNAME=       texlive-${DISTNAME}-2023pre3
+PKGNAME=       texlive-${DISTNAME}-2023pre4
 CATEGORIES=    meta-pkgs
 MASTER_SITES=  # empty
 TEXLIVE_REV=   67297
@@ -69,7 +69,7 @@ DEPENDS+=     tex-ellipse-[0-9]*:../../graph
 # depend figput
 # depend fitbox
 # depend flowchart
-# depend forest
+DEPENDS+=      tex-forest-[0-9]*:../../graphics/tex-forest
 # depend genealogytree
 # depend getmap
 DEPENDS+=      tex-gincltex-[0-9]*:../../print/tex-gincltex

Added files:

Index: pkgsrc/devel/tex-elocalloc/DESCR
diff -u /dev/null pkgsrc/devel/tex-elocalloc/DESCR:1.1
--- /dev/null   Sun Dec 10 02:17:03 2023
+++ pkgsrc/devel/tex-elocalloc/DESCR    Sun Dec 10 02:17:02 2023
@@ -0,0 +1,2 @@
+Local allocation macros, with names taken from etex.sty but
+with implementation based on the LaTeX 2015 allocation macros.
Index: pkgsrc/devel/tex-elocalloc/Makefile
diff -u /dev/null pkgsrc/devel/tex-elocalloc/Makefile:1.1
--- /dev/null   Sun Dec 10 02:17:03 2023
+++ pkgsrc/devel/tex-elocalloc/Makefile Sun Dec 10 02:17:02 2023
@@ -0,0 +1,13 @@
+# $NetBSD: Makefile,v 1.1 2023/12/10 02:17:02 riastradh Exp $
+
+DISTNAME=      elocalloc
+PKGNAME=       tex-${DISTNAME}-0.03
+TEXLIVE_REV=   42712
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://ctan.org/pkg/elocalloc
+COMMENT=       Local allocation macros for LaTeX 2015
+LICENSE=       lppl-1.3c
+
+.include "../../print/texlive/package.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/tex-elocalloc/PLIST
diff -u /dev/null pkgsrc/devel/tex-elocalloc/PLIST:1.1
--- /dev/null   Sun Dec 10 02:17:03 2023
+++ pkgsrc/devel/tex-elocalloc/PLIST    Sun Dec 10 02:17:02 2023
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1 2023/12/10 02:17:02 riastradh Exp $
+share/texmf-dist/tex/latex/elocalloc/elocalloc.sty
Index: pkgsrc/devel/tex-elocalloc/distinfo
diff -u /dev/null pkgsrc/devel/tex-elocalloc/distinfo:1.1
--- /dev/null   Sun Dec 10 02:17:03 2023
+++ pkgsrc/devel/tex-elocalloc/distinfo Sun Dec 10 02:17:02 2023
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2023/12/10 02:17:02 riastradh Exp $
+
+BLAKE2s (elocalloc.r42712.tar.xz) = c1aa482b1921ca2daf06dacc4cb1035d8edd16f9977082d66d5725948a8928a2
+SHA512 (elocalloc.r42712.tar.xz) = 7bd72984c7bc1530e2659364b5e93b643db1accc8a034f6fe8333e26ecc12b8dca9cf40ada0b5986576e266e0eb7c801f9a3e4c2cb7dbe4d8c373ba0f0486ba9
+Size (elocalloc.r42712.tar.xz) = 1084 bytes

Index: pkgsrc/devel/tex-elocalloc-doc/DESCR
diff -u /dev/null pkgsrc/devel/tex-elocalloc-doc/DESCR:1.1
--- /dev/null   Sun Dec 10 02:17:03 2023
+++ pkgsrc/devel/tex-elocalloc-doc/DESCR        Sun Dec 10 02:17:02 2023
@@ -0,0 +1 @@
+Documentation for tex-elocalloc.
Index: pkgsrc/devel/tex-elocalloc-doc/Makefile
diff -u /dev/null pkgsrc/devel/tex-elocalloc-doc/Makefile:1.1
--- /dev/null   Sun Dec 10 02:17:03 2023
+++ pkgsrc/devel/tex-elocalloc-doc/Makefile     Sun Dec 10 02:17:02 2023
@@ -0,0 +1,13 @@
+# $NetBSD: Makefile,v 1.1 2023/12/10 02:17:02 riastradh Exp $
+
+DISTNAME=      elocalloc.doc
+PKGNAME=       tex-${DISTNAME:S/./-/}-0.03
+TEXLIVE_REV=   42712
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://ctan.org/pkg/elocalloc
+COMMENT=       Documentation for tex-elocalloc
+LICENSE=       lppl-1.3c
+
+.include "../../print/texlive/package.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/tex-elocalloc-doc/PLIST
diff -u /dev/null pkgsrc/devel/tex-elocalloc-doc/PLIST:1.1
--- /dev/null   Sun Dec 10 02:17:03 2023
+++ pkgsrc/devel/tex-elocalloc-doc/PLIST        Sun Dec 10 02:17:02 2023
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1 2023/12/10 02:17:02 riastradh Exp $
+share/texmf-dist/doc/latex/elocalloc/README.txt
+share/texmf-dist/doc/latex/elocalloc/elocalloc.pdf
Index: pkgsrc/devel/tex-elocalloc-doc/distinfo
diff -u /dev/null pkgsrc/devel/tex-elocalloc-doc/distinfo:1.1
--- /dev/null   Sun Dec 10 02:17:03 2023
+++ pkgsrc/devel/tex-elocalloc-doc/distinfo     Sun Dec 10 02:17:02 2023
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2023/12/10 02:17:02 riastradh Exp $
+
+BLAKE2s (elocalloc.doc.r42712.tar.xz) = 2c941153d372499f70ff5fef9334119de4b6decfb932f7bdb844e86b71e8ed61
+SHA512 (elocalloc.doc.r42712.tar.xz) = 6b2d6f65683912405cc97b81a7cef07b4eb21be4304a12b5e0e11087d809d32023ea8067a81c01d45851943af2efc4eb4018f3a0e7a39e08bdc821f87264d9cc
+Size (elocalloc.doc.r42712.tar.xz) = 154148 bytes

Index: pkgsrc/devel/tex-inlinedef/DESCR
diff -u /dev/null pkgsrc/devel/tex-inlinedef/DESCR:1.1
--- /dev/null   Sun Dec 10 02:17:03 2023
+++ pkgsrc/devel/tex-inlinedef/DESCR    Sun Dec 10 02:17:02 2023
@@ -0,0 +1,11 @@
+The package provides a macro \Inline that precedes a \def or
+\gdef. Within the definition text of an inlined definition,
+keywords such as \Expand may be used to selectively inline
+certain expansions at definition-time. This eases the process
+of redefining macros in terms of the original definition, as
+well as definitions in which the token that must be expanded is
+deep within, where \expandafter would be difficult and \edef is
+not suitable. Another application is as an easier version of
+\aftergroup, by defining a macro in terms of expanded local
+variables, then ending the group with
+\expandafter\endgroup\macro.
Index: pkgsrc/devel/tex-inlinedef/Makefile
diff -u /dev/null pkgsrc/devel/tex-inlinedef/Makefile:1.1
--- /dev/null   Sun Dec 10 02:17:03 2023
+++ pkgsrc/devel/tex-inlinedef/Makefile Sun Dec 10 02:17:02 2023
@@ -0,0 +1,13 @@
+# $NetBSD: Makefile,v 1.1 2023/12/10 02:17:02 riastradh Exp $
+
+DISTNAME=      inlinedef
+PKGNAME=       tex-${DISTNAME}-1.0
+TEXLIVE_REV=   15878
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://ctan.org/pkg/inlinedef
+COMMENT=       Inline expansions within definitions
+LICENSE=       lppl-1.3c
+
+.include "../../print/texlive/package.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/tex-inlinedef/PLIST
diff -u /dev/null pkgsrc/devel/tex-inlinedef/PLIST:1.1
--- /dev/null   Sun Dec 10 02:17:03 2023
+++ pkgsrc/devel/tex-inlinedef/PLIST    Sun Dec 10 02:17:02 2023
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1 2023/12/10 02:17:02 riastradh Exp $
+share/texmf-dist/tex/latex/inlinedef/inlinedef.sty
Index: pkgsrc/devel/tex-inlinedef/distinfo
diff -u /dev/null pkgsrc/devel/tex-inlinedef/distinfo:1.1
--- /dev/null   Sun Dec 10 02:17:03 2023
+++ pkgsrc/devel/tex-inlinedef/distinfo Sun Dec 10 02:17:02 2023
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2023/12/10 02:17:02 riastradh Exp $
+
+BLAKE2s (inlinedef.r15878.tar.xz) = d41751fb4e87e40c11087c50b78c9a5afdc5cf8329722fd5ef28932aea875213
+SHA512 (inlinedef.r15878.tar.xz) = b98b83ff26b5ecc9826f111d9faef5aa0f51ebcec7978881da2a61287af7aee022dc1b7812ee457885c7813eee0d2200d250ef45648619f3d105e2df54cd21d0
+Size (inlinedef.r15878.tar.xz) = 3696 bytes

Index: pkgsrc/devel/tex-inlinedef-doc/DESCR
diff -u /dev/null pkgsrc/devel/tex-inlinedef-doc/DESCR:1.1
--- /dev/null   Sun Dec 10 02:17:03 2023
+++ pkgsrc/devel/tex-inlinedef-doc/DESCR        Sun Dec 10 02:17:02 2023
@@ -0,0 +1 @@
+Documentation for tex-inlinedef.
Index: pkgsrc/devel/tex-inlinedef-doc/Makefile
diff -u /dev/null pkgsrc/devel/tex-inlinedef-doc/Makefile:1.1
--- /dev/null   Sun Dec 10 02:17:03 2023
+++ pkgsrc/devel/tex-inlinedef-doc/Makefile     Sun Dec 10 02:17:02 2023
@@ -0,0 +1,13 @@
+# $NetBSD: Makefile,v 1.1 2023/12/10 02:17:02 riastradh Exp $
+
+DISTNAME=      inlinedef.doc
+PKGNAME=       tex-${DISTNAME:S/./-/}-1.0
+TEXLIVE_REV=   15878
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://ctan.org/pkg/inlinedef
+COMMENT=       Documentation for tex-inlinedef
+LICENSE=       lppl-1.3c
+
+.include "../../print/texlive/package.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/tex-inlinedef-doc/PLIST
diff -u /dev/null pkgsrc/devel/tex-inlinedef-doc/PLIST:1.1
--- /dev/null   Sun Dec 10 02:17:03 2023
+++ pkgsrc/devel/tex-inlinedef-doc/PLIST        Sun Dec 10 02:17:02 2023
@@ -0,0 +1,4 @@
+@comment $NetBSD: PLIST,v 1.1 2023/12/10 02:17:02 riastradh Exp $
+share/texmf-dist/doc/latex/inlinedef/README
+share/texmf-dist/doc/latex/inlinedef/inlinedef.pdf
+share/texmf-dist/doc/latex/inlinedef/inlinetest.tex
Index: pkgsrc/devel/tex-inlinedef-doc/distinfo
diff -u /dev/null pkgsrc/devel/tex-inlinedef-doc/distinfo:1.1
--- /dev/null   Sun Dec 10 02:17:03 2023
+++ pkgsrc/devel/tex-inlinedef-doc/distinfo     Sun Dec 10 02:17:02 2023
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2023/12/10 02:17:02 riastradh Exp $
+
+BLAKE2s (inlinedef.doc.r15878.tar.xz) = 14c5b45df368eadf7b2aab01a7e87dc7041ba02c08e92d467fc984ada177aaf3
+SHA512 (inlinedef.doc.r15878.tar.xz) = 6bf73914a9eff5d774ca7b7e37a859b0e7da3d408bae603b74c9f76e379ff6d3558d7e30ee4a246bf3f7d40f18446fc78299edf4eda0228e2f22e47ad09ea024
+Size (inlinedef.doc.r15878.tar.xz) = 135048 bytes

Index: pkgsrc/graphics/tex-forest/DESCR
diff -u /dev/null pkgsrc/graphics/tex-forest/DESCR:1.1
--- /dev/null   Sun Dec 10 02:17:03 2023
+++ pkgsrc/graphics/tex-forest/DESCR    Sun Dec 10 02:17:02 2023
@@ -0,0 +1,10 @@
+The package provides a PGF/TikZ-based mechanism for drawing
+linguistic (and other kinds of) trees. Its main features are: a
+packing algorithm which can produce very compact trees; a
+user-friendly interface consisting of the familiar bracket
+encoding of trees plus the key-value interface to
+option-setting; many tree-formatting options, with control over
+option values of individual nodes and mechanisms for their
+manipulation; the possibility to decorate the tree using the
+full power of PGF/TikZ; and an externalization mechanism
+sensitive to code-changes.
Index: pkgsrc/graphics/tex-forest/Makefile
diff -u /dev/null pkgsrc/graphics/tex-forest/Makefile:1.1
--- /dev/null   Sun Dec 10 02:17:03 2023
+++ pkgsrc/graphics/tex-forest/Makefile Sun Dec 10 02:17:02 2023
@@ -0,0 +1,23 @@
+# $NetBSD: Makefile,v 1.1 2023/12/10 02:17:02 riastradh Exp $
+
+DISTNAME=      forest
+PKGNAME=       tex-${DISTNAME}-2.1.5
+TEXLIVE_REV=   57398
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://ctan.org/pkg/forest
+COMMENT=       Drawing (linguistic) trees
+LICENSE=       lppl-1.3c
+
+DEPENDS+=      tex-elocalloc-[0-9]*:../../print/tex-elocalloc
+DEPENDS+=      tex-environ-[0-9]*:../../print/tex-environ
+DEPENDS+=      tex-etoolbox-[0-9]*:../../print/tex-etoolbox
+DEPENDS+=      tex-inlinedef-[0-9]*:../../print/tex-inlinedef
+DEPENDS+=      tex-l3packages-[0-9]*:../../print/tex-l3packages
+DEPENDS+=      tex-pgf-[0-9]*:../../print/tex-pgf
+DEPENDS+=      tex-pgfopts-[0-9]*:../../print/tex-pgfopts
+
+# catalogue-contact-repository https://github.com/sasozivanovic/forest
+
+.include "../../print/texlive/package.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/graphics/tex-forest/PLIST
diff -u /dev/null pkgsrc/graphics/tex-forest/PLIST:1.1
--- /dev/null   Sun Dec 10 02:17:03 2023
+++ pkgsrc/graphics/tex-forest/PLIST    Sun Dec 10 02:17:02 2023
@@ -0,0 +1,8 @@
+@comment $NetBSD: PLIST,v 1.1 2023/12/10 02:17:02 riastradh Exp $
+share/texmf-dist/makeindex/forest/forest-doc.ist
+share/texmf-dist/tex/latex/forest/forest-compat.sty
+share/texmf-dist/tex/latex/forest/forest-doc.sty
+share/texmf-dist/tex/latex/forest/forest-index.sty
+share/texmf-dist/tex/latex/forest/forest-lib-edges.sty
+share/texmf-dist/tex/latex/forest/forest-lib-linguistics.sty
+share/texmf-dist/tex/latex/forest/forest.sty
Index: pkgsrc/graphics/tex-forest/distinfo
diff -u /dev/null pkgsrc/graphics/tex-forest/distinfo:1.1
--- /dev/null   Sun Dec 10 02:17:03 2023
+++ pkgsrc/graphics/tex-forest/distinfo Sun Dec 10 02:17:02 2023
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2023/12/10 02:17:02 riastradh Exp $
+
+BLAKE2s (forest.r57398.tar.xz) = 8b74852b0269a209b91900a62904ae20cbbd5b1a2e2bbb804864d99fe469eb4e
+SHA512 (forest.r57398.tar.xz) = edc3341b84e7e89fba3bb76004562c0bc889f944ed33474ba9cf5ed5e63a690202e851a30f44158caa8351b874b8e91659bd91c50d59ec43de9460869e4213f1
+Size (forest.r57398.tar.xz) = 56176 bytes

Index: pkgsrc/graphics/tex-forest-doc/DESCR
diff -u /dev/null pkgsrc/graphics/tex-forest-doc/DESCR:1.1
--- /dev/null   Sun Dec 10 02:17:03 2023
+++ pkgsrc/graphics/tex-forest-doc/DESCR        Sun Dec 10 02:17:02 2023
@@ -0,0 +1 @@
+Documentation for tex-forest.
Index: pkgsrc/graphics/tex-forest-doc/Makefile
diff -u /dev/null pkgsrc/graphics/tex-forest-doc/Makefile:1.1
--- /dev/null   Sun Dec 10 02:17:03 2023
+++ pkgsrc/graphics/tex-forest-doc/Makefile     Sun Dec 10 02:17:02 2023
@@ -0,0 +1,13 @@
+# $NetBSD: Makefile,v 1.1 2023/12/10 02:17:02 riastradh Exp $
+
+DISTNAME=      forest.doc
+PKGNAME=       tex-${DISTNAME:S/./-/}-2.1.5
+TEXLIVE_REV=   57398
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://ctan.org/pkg/forest
+COMMENT=       Documentation for tex-forest
+LICENSE=       lppl-1.3c
+
+.include "../../print/texlive/package.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/graphics/tex-forest-doc/PLIST
diff -u /dev/null pkgsrc/graphics/tex-forest-doc/PLIST:1.1
--- /dev/null   Sun Dec 10 02:17:03 2023
+++ pkgsrc/graphics/tex-forest-doc/PLIST        Sun Dec 10 02:17:02 2023
@@ -0,0 +1,7 @@
+@comment $NetBSD: PLIST,v 1.1 2023/12/10 02:17:02 riastradh Exp $
+share/texmf-dist/doc/latex/forest/LICENCE
+share/texmf-dist/doc/latex/forest/README
+share/texmf-dist/doc/latex/forest/forest-doc.pdf
+share/texmf-dist/doc/latex/forest/forest-doc.tex
+share/texmf-dist/doc/latex/forest/forest.pdf
+share/texmf-dist/doc/latex/forest/tex.bib
Index: pkgsrc/graphics/tex-forest-doc/distinfo
diff -u /dev/null pkgsrc/graphics/tex-forest-doc/distinfo:1.1
--- /dev/null   Sun Dec 10 02:17:03 2023
+++ pkgsrc/graphics/tex-forest-doc/distinfo     Sun Dec 10 02:17:02 2023
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2023/12/10 02:17:02 riastradh Exp $
+
+BLAKE2s (forest.doc.r57398.tar.xz) = 261c75d48c7847f6cee2b39f9fac7835a593a2d3c986d6c9d368b000046e9e55
+SHA512 (forest.doc.r57398.tar.xz) = fdaec77023176fc2f7510a9e3b4dcc587898e1f96886340222f932c0d93b1002ad35fba8a38a036f713e41814f3dc6b3f75a5657ae485b15ffea43089895bcae
+Size (forest.doc.r57398.tar.xz) = 1798192 bytes



Home | Main Index | Thread Index | Old Index