pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics



Module Name:    pkgsrc
Committed By:   markd
Date:           Sat Jun 17 12:11:01 UTC 2023

Modified Files:
        pkgsrc/graphics: Makefile
Added Files:
        pkgsrc/graphics/tex-huffman: DESCR Makefile PLIST distinfo
        pkgsrc/graphics/tex-huffman-doc: DESCR Makefile PLIST distinfo

Log Message:
tex-huffman{,-doc}: add version 0.1

This MetaPost package allows to draw binary Huffman trees from
two arrays : an array of strings, and an array of weights
(numeric). It is based on the METAOBJ package which provides
many tools for building trees in general.


To generate a diff of this commit:
cvs rdiff -u -r1.1012 -r1.1013 pkgsrc/graphics/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/graphics/tex-huffman/DESCR \
    pkgsrc/graphics/tex-huffman/Makefile pkgsrc/graphics/tex-huffman/PLIST \
    pkgsrc/graphics/tex-huffman/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/graphics/tex-huffman-doc/DESCR \
    pkgsrc/graphics/tex-huffman-doc/Makefile \
    pkgsrc/graphics/tex-huffman-doc/PLIST \
    pkgsrc/graphics/tex-huffman-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/graphics/Makefile
diff -u pkgsrc/graphics/Makefile:1.1012 pkgsrc/graphics/Makefile:1.1013
--- pkgsrc/graphics/Makefile:1.1012     Thu Jun 15 11:47:56 2023
+++ pkgsrc/graphics/Makefile    Sat Jun 17 12:11:01 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1012 2023/06/15 11:47:56 mef Exp $
+# $NetBSD: Makefile,v 1.1013 2023/06/17 12:11:01 markd Exp $
 #
 
 COMMENT=       Graphics tools and libraries
@@ -679,6 +679,8 @@ SUBDIR+=    tex-hatching
 SUBDIR+=       tex-hatching-doc
 SUBDIR+=       tex-hershey-mp
 SUBDIR+=       tex-hershey-mp-doc
+SUBDIR+=       tex-huffman
+SUBDIR+=       tex-huffman-doc
 SUBDIR+=       tex-incgraph
 SUBDIR+=       tex-incgraph-doc
 SUBDIR+=       tex-latexmp

Added files:

Index: pkgsrc/graphics/tex-huffman/DESCR
diff -u /dev/null pkgsrc/graphics/tex-huffman/DESCR:1.1
--- /dev/null   Sat Jun 17 12:11:01 2023
+++ pkgsrc/graphics/tex-huffman/DESCR   Sat Jun 17 12:11:01 2023
@@ -0,0 +1,4 @@
+This MetaPost package allows to draw binary Huffman trees from
+two arrays : an array of strings, and an array of weights
+(numeric). It is based on the METAOBJ package which provides
+many tools for building trees in general.
Index: pkgsrc/graphics/tex-huffman/Makefile
diff -u /dev/null pkgsrc/graphics/tex-huffman/Makefile:1.1
--- /dev/null   Sat Jun 17 12:11:01 2023
+++ pkgsrc/graphics/tex-huffman/Makefile        Sat Jun 17 12:11:01 2023
@@ -0,0 +1,13 @@
+# $NetBSD: Makefile,v 1.1 2023/06/17 12:11:01 markd Exp $
+
+DISTNAME=      huffman
+PKGNAME=       tex-${DISTNAME}-0.1
+TEXLIVE_REV=   67071
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://ctan.org/pkg/huffman
+COMMENT=       Drawing binary Huffman trees with MetaPost and METAOBJ
+LICENSE=       lppl-1.3c
+
+.include "../../print/texlive/package.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/graphics/tex-huffman/PLIST
diff -u /dev/null pkgsrc/graphics/tex-huffman/PLIST:1.1
--- /dev/null   Sat Jun 17 12:11:01 2023
+++ pkgsrc/graphics/tex-huffman/PLIST   Sat Jun 17 12:11:01 2023
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1 2023/06/17 12:11:01 markd Exp $
+share/texmf-dist/metapost/huffman/huffman.mp
Index: pkgsrc/graphics/tex-huffman/distinfo
diff -u /dev/null pkgsrc/graphics/tex-huffman/distinfo:1.1
--- /dev/null   Sat Jun 17 12:11:01 2023
+++ pkgsrc/graphics/tex-huffman/distinfo        Sat Jun 17 12:11:01 2023
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2023/06/17 12:11:01 markd Exp $
+
+BLAKE2s (huffman.r67071.tar.xz) = 9668227253534868257520ece51cde501c7d0432673f36ee2e905503253a1973
+SHA512 (huffman.r67071.tar.xz) = 0d78c3874045ce45d703f443817d9b20b5baca0e3b713bc5f09e18a64102af3d349ebb5b7051a5152eaf06c8d9cd01c3a00b5a3c0f5b4db12f566b5f5356c991
+Size (huffman.r67071.tar.xz) = 3036 bytes

Index: pkgsrc/graphics/tex-huffman-doc/DESCR
diff -u /dev/null pkgsrc/graphics/tex-huffman-doc/DESCR:1.1
--- /dev/null   Sat Jun 17 12:11:01 2023
+++ pkgsrc/graphics/tex-huffman-doc/DESCR       Sat Jun 17 12:11:01 2023
@@ -0,0 +1 @@
+Documentation for tex-huffman.
Index: pkgsrc/graphics/tex-huffman-doc/Makefile
diff -u /dev/null pkgsrc/graphics/tex-huffman-doc/Makefile:1.1
--- /dev/null   Sat Jun 17 12:11:01 2023
+++ pkgsrc/graphics/tex-huffman-doc/Makefile    Sat Jun 17 12:11:01 2023
@@ -0,0 +1,13 @@
+# $NetBSD: Makefile,v 1.1 2023/06/17 12:11:01 markd Exp $
+
+DISTNAME=      huffman.doc
+PKGNAME=       tex-${DISTNAME:S/./-/}-0.1
+TEXLIVE_REV=   67071
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://ctan.org/pkg/huffman
+COMMENT=       Documentation for tex-huffman
+LICENSE=       lppl-1.3c
+
+.include "../../print/texlive/package.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/graphics/tex-huffman-doc/PLIST
diff -u /dev/null pkgsrc/graphics/tex-huffman-doc/PLIST:1.1
--- /dev/null   Sat Jun 17 12:11:01 2023
+++ pkgsrc/graphics/tex-huffman-doc/PLIST       Sat Jun 17 12:11:01 2023
@@ -0,0 +1,8 @@
+@comment $NetBSD: PLIST,v 1.1 2023/06/17 12:11:01 markd Exp $
+share/texmf-dist/doc/metapost/huffman/LICENSE
+share/texmf-dist/doc/metapost/huffman/README.md
+share/texmf-dist/doc/metapost/huffman/ctan.bib
+share/texmf-dist/doc/metapost/huffman/fond.pdf
+share/texmf-dist/doc/metapost/huffman/huffman-doc-en.pdf
+share/texmf-dist/doc/metapost/huffman/huffman-doc-en.tex
+share/texmf-dist/doc/metapost/huffman/huffman-preamble.tex
Index: pkgsrc/graphics/tex-huffman-doc/distinfo
diff -u /dev/null pkgsrc/graphics/tex-huffman-doc/distinfo:1.1
--- /dev/null   Sat Jun 17 12:11:01 2023
+++ pkgsrc/graphics/tex-huffman-doc/distinfo    Sat Jun 17 12:11:01 2023
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2023/06/17 12:11:01 markd Exp $
+
+BLAKE2s (huffman.doc.r67071.tar.xz) = dc219b02e13f51ef89ae012106903a970ea8c43afab365e105d2bb5c19bbf429
+SHA512 (huffman.doc.r67071.tar.xz) = 3c1651e5cb8b527e1c55aaf682003c1639c91efd9bcaa4fa51779fac572550195979c0baf2bb4738f8b5e2628b6deb4af6109938ce70e4238696ca35f7e4ea34
+Size (huffman.doc.r67071.tar.xz) = 126832 bytes



Home | Main Index | Thread Index | Old Index