summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authormarkd <markd@pkgsrc.org>2022-04-11 20:34:43 +0000
committermarkd <markd@pkgsrc.org>2022-04-11 20:34:43 +0000
commitd7ec978df4b3bbac5accc37066b0edade1a0f109 (patch)
treed9e4ebb5cbff2ea02f123253d6765f0ed7d67aaa /graphics
parente45b493e799671f119f1192d57f5c15cdd7f7818 (diff)
downloadpkgsrc-d7ec978df4b3bbac5accc37066b0edade1a0f109.tar.gz
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 (limited to 'graphics')
-rw-r--r--graphics/Makefile4
-rw-r--r--graphics/tex-pst-hsb-doc/DESCR1
-rw-r--r--graphics/tex-pst-hsb-doc/Makefile13
-rw-r--r--graphics/tex-pst-hsb-doc/PLIST6
-rw-r--r--graphics/tex-pst-hsb-doc/distinfo5
-rw-r--r--graphics/tex-pst-hsb/DESCR3
-rw-r--r--graphics/tex-pst-hsb/Makefile15
-rw-r--r--graphics/tex-pst-hsb/PLIST3
-rw-r--r--graphics/tex-pst-hsb/distinfo5
9 files changed, 54 insertions, 1 deletions
diff --git a/graphics/Makefile b/graphics/Makefile
index 4c4f242a9b5..7b28f4ba88f 100644
--- a/graphics/Makefile
+++ b/graphics/Makefile
@@ -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
diff --git a/graphics/tex-pst-hsb-doc/DESCR b/graphics/tex-pst-hsb-doc/DESCR
new file mode 100644
index 00000000000..e6ec0fb2383
--- /dev/null
+++ b/graphics/tex-pst-hsb-doc/DESCR
@@ -0,0 +1 @@
+Documentation for tex-pst-hsb.
diff --git a/graphics/tex-pst-hsb-doc/Makefile b/graphics/tex-pst-hsb-doc/Makefile
new file mode 100644
index 00000000000..23d06d6cba1
--- /dev/null
+++ b/graphics/tex-pst-hsb-doc/Makefile
@@ -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
+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 --git a/graphics/tex-pst-hsb-doc/PLIST b/graphics/tex-pst-hsb-doc/PLIST
new file mode 100644
index 00000000000..8c91b6e2663
--- /dev/null
+++ b/graphics/tex-pst-hsb-doc/PLIST
@@ -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 --git a/graphics/tex-pst-hsb-doc/distinfo b/graphics/tex-pst-hsb-doc/distinfo
new file mode 100644
index 00000000000..58408bf05c6
--- /dev/null
+++ b/graphics/tex-pst-hsb-doc/distinfo
@@ -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 --git a/graphics/tex-pst-hsb/DESCR b/graphics/tex-pst-hsb/DESCR
new file mode 100644
index 00000000000..733a23374fa
--- /dev/null
+++ b/graphics/tex-pst-hsb/DESCR
@@ -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 --git a/graphics/tex-pst-hsb/Makefile b/graphics/tex-pst-hsb/Makefile
new file mode 100644
index 00000000000..56f1c7126e5
--- /dev/null
+++ b/graphics/tex-pst-hsb/Makefile
@@ -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
+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 --git a/graphics/tex-pst-hsb/PLIST b/graphics/tex-pst-hsb/PLIST
new file mode 100644
index 00000000000..30a25bd459c
--- /dev/null
+++ b/graphics/tex-pst-hsb/PLIST
@@ -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 --git a/graphics/tex-pst-hsb/distinfo b/graphics/tex-pst-hsb/distinfo
new file mode 100644
index 00000000000..17a8f60f9ae
--- /dev/null
+++ b/graphics/tex-pst-hsb/distinfo
@@ -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