diff options
author | yuri <yuri@FreeBSD.org> | 2017-11-28 11:06:58 +0800 |
---|---|---|
committer | yuri <yuri@FreeBSD.org> | 2017-11-28 11:06:58 +0800 |
commit | 9abd8355636cf453f5a70543b3d5cce59fee6f4e (patch) | |
tree | 532fb3c5f916e10b43ef9d8d79c1a3c49d939dac | |
parent | eb099f999be7cfc547f04f4eb740dee82ff2185a (diff) | |
download | freebsd-ports-gnome-9abd8355636cf453f5a70543b3d5cce59fee6f4e.tar.gz freebsd-ports-gnome-9abd8355636cf453f5a70543b3d5cce59fee6f4e.tar.zst freebsd-ports-gnome-9abd8355636cf453f5a70543b3d5cce59fee6f4e.zip |
New port: misc/py-colorbrewer: Constants from Cynthia Brewer's ColorBrewer
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D13255
-rw-r--r-- | misc/Makefile | 1 | ||||
-rw-r--r-- | misc/py-colorbrewer/Makefile | 19 | ||||
-rw-r--r-- | misc/py-colorbrewer/distinfo | 3 | ||||
-rw-r--r-- | misc/py-colorbrewer/pkg-descr | 3 |
4 files changed, 26 insertions, 0 deletions
diff --git a/misc/Makefile b/misc/Makefile index efc1469447dd..80a24fbda677 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -377,6 +377,7 @@ SUBDIR += ptsort SUBDIR += py-YABT SUBDIR += py-cinder + SUBDIR += py-colorbrewer SUBDIR += py-crudini SUBDIR += py-fuzzy SUBDIR += py-glance diff --git a/misc/py-colorbrewer/Makefile b/misc/py-colorbrewer/Makefile new file mode 100644 index 000000000000..0cd3052492c4 --- /dev/null +++ b/misc/py-colorbrewer/Makefile @@ -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> diff --git a/misc/py-colorbrewer/distinfo b/misc/py-colorbrewer/distinfo new file mode 100644 index 000000000000..0e91b73e6782 --- /dev/null +++ b/misc/py-colorbrewer/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1499913906 +SHA256 (colorbrewer-0.1.1.tar.gz) = fe87914f4b262fa7ef4e2508e41bd54a29a657628261a877f5744521368ef1dc +SIZE (colorbrewer-0.1.1.tar.gz) = 12669 diff --git a/misc/py-colorbrewer/pkg-descr b/misc/py-colorbrewer/pkg-descr new file mode 100644 index 000000000000..841d174515fc --- /dev/null +++ b/misc/py-colorbrewer/pkg-descr @@ -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 |