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 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