Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F145329668
D13255.id35901.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D13255.id35901.diff
View Options
Index: head/misc/Makefile
===================================================================
--- head/misc/Makefile
+++ head/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
Index: head/misc/py-colorbrewer/Makefile
===================================================================
--- head/misc/py-colorbrewer/Makefile
+++ head/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>
Index: head/misc/py-colorbrewer/distinfo
===================================================================
--- head/misc/py-colorbrewer/distinfo
+++ head/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
Index: head/misc/py-colorbrewer/pkg-descr
===================================================================
--- head/misc/py-colorbrewer/pkg-descr
+++ head/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
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Feb 19, 11:50 AM (7 h, 30 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
28852820
Default Alt Text
D13255.id35901.diff (1 KB)
Attached To
Mode
D13255: New port: misc/py-colorbrewer: Constants from Cynthia Brewer's ColorBrewer
Attached
Detach File
Event Timeline
Log In to Comment