Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 28 Nov 2017 03:06:58 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r455016 - in head/misc: . py-colorbrewer
Message-ID:  <201711280306.vAS36woR025282@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Tue Nov 28 03:06:58 2017
New Revision: 455016
URL: https://svnweb.freebsd.org/changeset/ports/455016

Log:
  New port: misc/py-colorbrewer: Constants from Cynthia Brewer's ColorBrewer
  
  Approved by:	tcberner (mentor)
  Differential Revision:	https://reviews.freebsd.org/D13255

Added:
  head/misc/py-colorbrewer/
  head/misc/py-colorbrewer/Makefile   (contents, props changed)
  head/misc/py-colorbrewer/distinfo   (contents, props changed)
  head/misc/py-colorbrewer/pkg-descr   (contents, props changed)
Modified:
  head/misc/Makefile

Modified: head/misc/Makefile
==============================================================================
--- head/misc/Makefile	Tue Nov 28 03:03:52 2017	(r455015)
+++ head/misc/Makefile	Tue Nov 28 03:06:58 2017	(r455016)
@@ -377,6 +377,7 @@
     SUBDIR += ptsort
     SUBDIR += py-YABT
     SUBDIR += py-cinder
+    SUBDIR += py-colorbrewer
     SUBDIR += py-crudini
     SUBDIR += py-fuzzy
     SUBDIR += py-glance

Added: head/misc/py-colorbrewer/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/misc/py-colorbrewer/Makefile	Tue Nov 28 03:06:58 2017	(r455016)
@@ -0,0 +1,19 @@
+# $FreeBSD$
+
+PORTNAME=	colorbrewer
+DISTVERSION=	0.1.1
+CATEGORIES=	misc python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	yuri@FreeBSD.org
+COMMENT=	Constants from Cynthia Brewer's ColorBrewer
+
+LICENSE=	APACHE20
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+USES=		python:2.7
+USE_PYTHON=	autoplist distutils
+NO_ARCH=	yes
+
+.include <bsd.port.mk>

Added: head/misc/py-colorbrewer/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/misc/py-colorbrewer/distinfo	Tue Nov 28 03:06:58 2017	(r455016)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1499913906
+SHA256 (colorbrewer-0.1.1.tar.gz) = fe87914f4b262fa7ef4e2508e41bd54a29a657628261a877f5744521368ef1dc
+SIZE (colorbrewer-0.1.1.tar.gz) = 12669

Added: head/misc/py-colorbrewer/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/misc/py-colorbrewer/pkg-descr	Tue Nov 28 03:06:58 2017	(r455016)
@@ -0,0 +1,3 @@
+An easy way to get access to ColorBrewer schemes from within a Python program.
+
+WWW: https://pypi.python.org/pypi/colorbrewer



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201711280306.vAS36woR025282>