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:           Mon Apr 11 20:34:43 UTC 2022

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

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.965 -r1.966 pkgsrc/graphics/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/graphics/tex-pst-hsb/DESCR \
    pkgsrc/graphics/tex-pst-hsb/Makefile pkgsrc/graphics/tex-pst-hsb/PLIST \
    pkgsrc/graphics/tex-pst-hsb/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/graphics/tex-pst-hsb-doc/DESCR \
    pkgsrc/graphics/tex-pst-hsb-doc/Makefile \
    pkgsrc/graphics/tex-pst-hsb-doc/PLIST \
    pkgsrc/graphics/tex-pst-hsb-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.965 pkgsrc/graphics/Makefile:1.966
--- pkgsrc/graphics/Makefile:1.965      Thu Mar 24 19:53:53 2022
+++ pkgsrc/graphics/Makefile    Mon Apr 11 20:34:43 2022
@@ -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
 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

Added files:

Index: pkgsrc/graphics/tex-pst-hsb/DESCR
diff -u /dev/null pkgsrc/graphics/tex-pst-hsb/DESCR:1.1
--- /dev/null   Mon Apr 11 20:34:43 2022
+++ pkgsrc/graphics/tex-pst-hsb/DESCR   Mon Apr 11 20:34:43 2022
@@ -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
Index: pkgsrc/graphics/tex-pst-hsb/Makefile
diff -u /dev/null pkgsrc/graphics/tex-pst-hsb/Makefile:1.1
--- /dev/null   Mon Apr 11 20:34:43 2022
+++ pkgsrc/graphics/tex-pst-hsb/Makefile        Mon Apr 11 20:34:43 2022
@@ -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"
Index: pkgsrc/graphics/tex-pst-hsb/PLIST
diff -u /dev/null pkgsrc/graphics/tex-pst-hsb/PLIST:1.1
--- /dev/null   Mon Apr 11 20:34:43 2022
+++ pkgsrc/graphics/tex-pst-hsb/PLIST   Mon Apr 11 20:34:43 2022
@@ -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
Index: pkgsrc/graphics/tex-pst-hsb/distinfo
diff -u /dev/null pkgsrc/graphics/tex-pst-hsb/distinfo:1.1
--- /dev/null   Mon Apr 11 20:34:43 2022
+++ pkgsrc/graphics/tex-pst-hsb/distinfo        Mon Apr 11 20:34:43 2022
@@ -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

Index: pkgsrc/graphics/tex-pst-hsb-doc/DESCR
diff -u /dev/null pkgsrc/graphics/tex-pst-hsb-doc/DESCR:1.1
--- /dev/null   Mon Apr 11 20:34:43 2022
+++ pkgsrc/graphics/tex-pst-hsb-doc/DESCR       Mon Apr 11 20:34:43 2022
@@ -0,0 +1 @@
+Documentation for tex-pst-hsb.
Index: pkgsrc/graphics/tex-pst-hsb-doc/Makefile
diff -u /dev/null pkgsrc/graphics/tex-pst-hsb-doc/Makefile:1.1
--- /dev/null   Mon Apr 11 20:34:43 2022
+++ pkgsrc/graphics/tex-pst-hsb-doc/Makefile    Mon Apr 11 20:34:43 2022
@@ -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"
Index: pkgsrc/graphics/tex-pst-hsb-doc/PLIST
diff -u /dev/null pkgsrc/graphics/tex-pst-hsb-doc/PLIST:1.1
--- /dev/null   Mon Apr 11 20:34:43 2022
+++ pkgsrc/graphics/tex-pst-hsb-doc/PLIST       Mon Apr 11 20:34:43 2022
@@ -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
Index: pkgsrc/graphics/tex-pst-hsb-doc/distinfo
diff -u /dev/null pkgsrc/graphics/tex-pst-hsb-doc/distinfo:1.1
--- /dev/null   Mon Apr 11 20:34:43 2022
+++ pkgsrc/graphics/tex-pst-hsb-doc/distinfo    Mon Apr 11 20:34:43 2022
@@ -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



Home | Main Index | Thread Index | Old Index