bf23f44c24
== 1.8 / 2015-10-26 * 1 minor enhancement: * Add an optional +alpha+ parameter to all #css_rgba calls. Thanks to Luke Bennellick (@bennell) and Alexander Popov (@AlexWayfer) for independently implemented submissions. Merged from #15. * 2 minor bug fixes: * Improve constant detection to prevent incorrectly identified name collisions with various other libraries such as Azure deployment tools. Based on work by Matthew Draper (@matthewd) in #24. * Prevent Color.equivalent? comparisons from using non-Color types for comparison. Fix provided by Benjamin Guest (@bguest) in #18. * 1 governance change * This project now has a {Code of Conduct}[Code-of-Conduct_rdoc.html]
12 lines
318 B
Makefile
12 lines
318 B
Makefile
# $NetBSD: Makefile,v 1.8 2015/12/02 14:28:40 taca Exp $
|
|
|
|
DISTNAME= color-1.8
|
|
CATEGORIES= graphics
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/halostatue/color
|
|
COMMENT= Color value conversion and manipulation library
|
|
LICENSE= mit
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|