pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics tex-pst-hsb{,-doc}: Add version 0.02



details:   https://anonhg.NetBSD.org/pkgsrc/rev/abd75a111d4a
branches:  trunk
changeset: 376682:abd75a111d4a
user:      markd <markd%pkgsrc.org@localhost>
date:      Mon Apr 11 20:34:43 2022 +0000

description:
tex-pst-hsb{,-doc}: Add version 0.02

This is a PSTricks-related package. It can plot lines and/or
curves with continuous colours. Only colours defined in the hsb
model are supported

diffstat:

 graphics/Makefile                 |   4 +++-
 graphics/tex-pst-hsb-doc/DESCR    |   1 +
 graphics/tex-pst-hsb-doc/Makefile |  13 +++++++++++++
 graphics/tex-pst-hsb-doc/PLIST    |   6 ++++++
 graphics/tex-pst-hsb-doc/distinfo |   5 +++++
 graphics/tex-pst-hsb/DESCR        |   3 +++
 graphics/tex-pst-hsb/Makefile     |  15 +++++++++++++++
 graphics/tex-pst-hsb/PLIST        |   3 +++
 graphics/tex-pst-hsb/distinfo     |   5 +++++
 9 files changed, 54 insertions(+), 1 deletions(-)

diffs (101 lines):

diff -r 1eaa97484841 -r abd75a111d4a graphics/Makefile
--- a/graphics/Makefile Mon Apr 11 18:54:09 2022 +0000
+++ b/graphics/Makefile Mon Apr 11 20:34:43 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.965 2022/03/24 19:53:53 wiz Exp $
+# $NetBSD: Makefile,v 1.966 2022/04/11 20:34:43 markd Exp $
 #
 
 COMMENT=       Graphics tools and libraries
@@ -718,6 +718,8 @@
 SUBDIR+=       tex-pst-gr3d-doc
 SUBDIR+=       tex-pst-grad
 SUBDIR+=       tex-pst-grad-doc
+SUBDIR+=       tex-pst-hsb
+SUBDIR+=       tex-pst-hsb-doc
 SUBDIR+=       tex-pst-lens
 SUBDIR+=       tex-pst-lens-doc
 SUBDIR+=       tex-pst-math
diff -r 1eaa97484841 -r abd75a111d4a graphics/tex-pst-hsb-doc/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/tex-pst-hsb-doc/DESCR    Mon Apr 11 20:34:43 2022 +0000
@@ -0,0 +1,1 @@
+Documentation for tex-pst-hsb.
diff -r 1eaa97484841 -r abd75a111d4a graphics/tex-pst-hsb-doc/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/tex-pst-hsb-doc/Makefile Mon Apr 11 20:34:43 2022 +0000
@@ -0,0 +1,13 @@
+# $NetBSD: Makefile,v 1.1 2022/04/11 20:34:43 markd Exp $
+
+DISTNAME=      pst-hsb.doc
+PKGNAME=       tex-${DISTNAME:S/./-/}-0.02
+TEXLIVE_REV=   61322
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://ctan.org/pkg/pst-hsb
+COMMENT=       Documentation for tex-pst-hsb
+LICENSE=       lppl-1.3c
+
+.include "../../print/texlive/package.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 1eaa97484841 -r abd75a111d4a graphics/tex-pst-hsb-doc/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/tex-pst-hsb-doc/PLIST    Mon Apr 11 20:34:43 2022 +0000
@@ -0,0 +1,6 @@
+@comment $NetBSD: PLIST,v 1.1 2022/04/11 20:34:43 markd Exp $
+share/texmf-dist/doc/generic/pst-hsb/Changes
+share/texmf-dist/doc/generic/pst-hsb/README
+share/texmf-dist/doc/generic/pst-hsb/pst-hsb-doc.bib
+share/texmf-dist/doc/generic/pst-hsb/pst-hsb-doc.pdf
+share/texmf-dist/doc/generic/pst-hsb/pst-hsb-doc.tex
diff -r 1eaa97484841 -r abd75a111d4a graphics/tex-pst-hsb-doc/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/tex-pst-hsb-doc/distinfo Mon Apr 11 20:34:43 2022 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2022/04/11 20:34:43 markd Exp $
+
+BLAKE2s (pst-hsb.doc.r61322.tar.xz) = e6992dcb8bd70bff7a68f8aa255903258650a787202eb0935a39821382c28291
+SHA512 (pst-hsb.doc.r61322.tar.xz) = 924a7a4a1aff03e308d5c8342f9c370669c8dec48a75c782beb887f2a05123369d5365ea86e2d2274f3dd930160d7935356cd5e9b4a6f8793bc83007cf48f841
+Size (pst-hsb.doc.r61322.tar.xz) = 194960 bytes
diff -r 1eaa97484841 -r abd75a111d4a graphics/tex-pst-hsb/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/tex-pst-hsb/DESCR        Mon Apr 11 20:34:43 2022 +0000
@@ -0,0 +1,3 @@
+This is a PSTricks-related package. It can plot lines and/or
+curves with continuous colours. Only colours defined in the hsb
+model are supported
diff -r 1eaa97484841 -r abd75a111d4a graphics/tex-pst-hsb/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/tex-pst-hsb/Makefile     Mon Apr 11 20:34:43 2022 +0000
@@ -0,0 +1,15 @@
+# $NetBSD: Makefile,v 1.1 2022/04/11 20:34:43 markd Exp $
+
+DISTNAME=      pst-hsb
+PKGNAME=       tex-${DISTNAME}-0.02
+TEXLIVE_REV=   61322
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://ctan.org/pkg/pst-hsb
+COMMENT=       Curves with continuous colours
+LICENSE=       lppl-1.3c
+
+DEPENDS+=      tex-pstricks-[0-9]*:../../graphics/tex-pstricks
+
+.include "../../print/texlive/package.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 1eaa97484841 -r abd75a111d4a graphics/tex-pst-hsb/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/tex-pst-hsb/PLIST        Mon Apr 11 20:34:43 2022 +0000
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1 2022/04/11 20:34:43 markd Exp $
+share/texmf-dist/tex/generic/pst-hsb/pst-hsb.tex
+share/texmf-dist/tex/latex/pst-hsb/pst-hsb.sty
diff -r 1eaa97484841 -r abd75a111d4a graphics/tex-pst-hsb/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/tex-pst-hsb/distinfo     Mon Apr 11 20:34:43 2022 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2022/04/11 20:34:43 markd Exp $
+
+BLAKE2s (pst-hsb.r61322.tar.xz) = 5119e622b2eaab442ec88966edd792f7fcc7b0655be6065dd6abb3eb59a52f38
+SHA512 (pst-hsb.r61322.tar.xz) = 0deee202545f52b65b4fda752da7d43608118f33c9d3f520963b27229e9ec7b6d0161dc490b9ee6e356887b152f5ecb86640bc335d902070b1bda3744d9fb5db
+Size (pst-hsb.r61322.tar.xz) = 1924 bytes



Home | Main Index | Thread Index | Old Index