pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/graphics tex-metapost-colorbrewer{, -doc}: add version ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/ab2364b9bf3b
branches: trunk
changeset: 329208:ab2364b9bf3b
user: markd <markd%pkgsrc.org@localhost>
date: Sat Feb 02 00:35:39 2019 +0000
description:
tex-metapost-colorbrewer{,-doc}: add version 2018
This package provides two MetaPost include files that define
all the colorbrewer2.org colours: colorbrewer-cmyk.mp
colorbrewer-rgb.mp The first defines all the colours as CMYK,
the second as RGB. Use whichever one you prefer. For an example
of what you can do, and a list of all the names, have a look at
colorbrewer-sampler.mp. You can also see the names on
http://colorbrewer2.org.
diffstat:
graphics/tex-metapost-colorbrewer-doc/DESCR | 1 +
graphics/tex-metapost-colorbrewer-doc/Makefile | 13 +++++++++++++
graphics/tex-metapost-colorbrewer-doc/PLIST | 6 ++++++
graphics/tex-metapost-colorbrewer-doc/distinfo | 6 ++++++
graphics/tex-metapost-colorbrewer/DESCR | 9 +++++++++
graphics/tex-metapost-colorbrewer/Makefile | 13 +++++++++++++
graphics/tex-metapost-colorbrewer/PLIST | 3 +++
graphics/tex-metapost-colorbrewer/distinfo | 6 ++++++
8 files changed, 57 insertions(+), 0 deletions(-)
diffs (89 lines):
diff -r 4b823dba7d35 -r ab2364b9bf3b graphics/tex-metapost-colorbrewer-doc/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/tex-metapost-colorbrewer-doc/DESCR Sat Feb 02 00:35:39 2019 +0000
@@ -0,0 +1,1 @@
+Documentation for tex-metapost-colorbrewer.
diff -r 4b823dba7d35 -r ab2364b9bf3b graphics/tex-metapost-colorbrewer-doc/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/tex-metapost-colorbrewer-doc/Makefile Sat Feb 02 00:35:39 2019 +0000
@@ -0,0 +1,13 @@
+# $NetBSD: Makefile,v 1.1 2019/02/02 00:35:39 markd Exp $
+
+DISTNAME= metapost-colorbrewer.doc
+PKGNAME= tex-${DISTNAME:S/./-/}-2018
+TEXLIVE_REV= 48753
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= http://ctan.org/pkg/metapost-colorbrewer
+COMMENT= Documentation for tex-metapost-colorbrewer
+LICENSE= gnu-gpl-v3
+
+.include "../../print/texlive/package.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 4b823dba7d35 -r ab2364b9bf3b graphics/tex-metapost-colorbrewer-doc/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/tex-metapost-colorbrewer-doc/PLIST Sat Feb 02 00:35:39 2019 +0000
@@ -0,0 +1,6 @@
+@comment $NetBSD: PLIST,v 1.1 2019/02/02 00:35:39 markd Exp $
+share/texmf-dist/doc/metapost/metapost-colorbrewer/README.md
+share/texmf-dist/doc/metapost/metapost-colorbrewer/colorbrewer-sampler.mp
+share/texmf-dist/doc/metapost/metapost-colorbrewer/colorbrewer-sampler.pdf
+share/texmf-dist/doc/metapost/metapost-colorbrewer/colorbrewer-sampler.png
+share/texmf-dist/doc/metapost/metapost-colorbrewer/make_mp_colorbrewer.py
diff -r 4b823dba7d35 -r ab2364b9bf3b graphics/tex-metapost-colorbrewer-doc/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/tex-metapost-colorbrewer-doc/distinfo Sat Feb 02 00:35:39 2019 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2019/02/02 00:35:39 markd Exp $
+
+SHA1 (tex-metapost-colorbrewer-48753/metapost-colorbrewer.doc.tar.xz) = 7a854dd5453772164f32694eefa41c2cc25afc82
+RMD160 (tex-metapost-colorbrewer-48753/metapost-colorbrewer.doc.tar.xz) = fc88a619ea6d010efd3a85cf051510f4ceb3dc57
+SHA512 (tex-metapost-colorbrewer-48753/metapost-colorbrewer.doc.tar.xz) =
86c04f326d87a469e4cd3028344626eabf71319592e5412a16a14177efbe75dcc66da7ae77eb36dd5f9982fcb0fd5119e98e5ae90753f1a06f09501261a6181d
+Size (tex-metapost-colorbrewer-48753/metapost-colorbrewer.doc.tar.xz) = 219680 bytes
diff -r 4b823dba7d35 -r ab2364b9bf3b graphics/tex-metapost-colorbrewer/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/tex-metapost-colorbrewer/DESCR Sat Feb 02 00:35:39 2019 +0000
@@ -0,0 +1,9 @@
+This package provides two MetaPost include files that define
+all the colorbrewer2.org colours: colorbrewer-cmyk.mp
+colorbrewer-rgb.mp The first defines all the colours as CMYK,
+the second as RGB. Use whichever one you prefer. For an example
+of what you can do, and a list of all the names, have a look at
+colorbrewer-sampler.mp. You can also see the names on
+http://colorbrewer2.org. The package also includes the Python
+script used to generate the MP source from the colorbrewer
+project.
diff -r 4b823dba7d35 -r ab2364b9bf3b graphics/tex-metapost-colorbrewer/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/tex-metapost-colorbrewer/Makefile Sat Feb 02 00:35:39 2019 +0000
@@ -0,0 +1,13 @@
+# $NetBSD: Makefile,v 1.1 2019/02/02 00:35:39 markd Exp $
+
+DISTNAME= metapost-colorbrewer
+PKGNAME= tex-${DISTNAME}-2018
+TEXLIVE_REV= 48753
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= http://ctan.org/pkg/metapost-colorbrewer
+COMMENT= Implementation of the colorbrewer2.org colours for MetaPost
+LICENSE= gnu-gpl-v3
+
+.include "../../print/texlive/package.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 4b823dba7d35 -r ab2364b9bf3b graphics/tex-metapost-colorbrewer/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/tex-metapost-colorbrewer/PLIST Sat Feb 02 00:35:39 2019 +0000
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1 2019/02/02 00:35:39 markd Exp $
+share/texmf-dist/metapost/metapost-colorbrewer/colorbrewer-cmyk.mp
+share/texmf-dist/metapost/metapost-colorbrewer/colorbrewer-rgb.mp
diff -r 4b823dba7d35 -r ab2364b9bf3b graphics/tex-metapost-colorbrewer/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/tex-metapost-colorbrewer/distinfo Sat Feb 02 00:35:39 2019 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2019/02/02 00:35:39 markd Exp $
+
+SHA1 (tex-metapost-colorbrewer-48753/metapost-colorbrewer.tar.xz) = 94efc2d8c2a0a40a402036d030978bdd3c26e802
+RMD160 (tex-metapost-colorbrewer-48753/metapost-colorbrewer.tar.xz) = 252ed44929555fa3fbf6431cdd21af14dcc43dec
+SHA512 (tex-metapost-colorbrewer-48753/metapost-colorbrewer.tar.xz) = 62f6fd9aa382613145ff74e00712cbb0b2b7c6668721eeb02b7e1cbba6e2c4fe56993a50cf0def4756d5ca6fab3ad980ca43f86b0ea3ca5b3d3d403ca2d5e97b
+Size (tex-metapost-colorbrewer-48753/metapost-colorbrewer.tar.xz) = 11784 bytes
Home |
Main Index |
Thread Index |
Old Index