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.
This commit is contained in:
markd 2023-06-17 12:11:01 +00:00
parent fb4c25aae8
commit eb55b464b8
9 changed files with 54 additions and 1 deletions

View File

@ -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

View File

@ -0,0 +1 @@
Documentation for tex-huffman.

View File

@ -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
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"

View File

@ -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

View File

@ -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

View File

@ -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.

View File

@ -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
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"

View File

@ -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

View File

@ -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