update to color-1.8

This commit is contained in:
jasper 2015-12-20 09:27:03 +00:00
parent ba7ff4488b
commit 27d60a7f8a
3 changed files with 15 additions and 9 deletions

View File

@ -1,8 +1,8 @@
# $OpenBSD: Makefile,v 1.12 2014/09/19 20:47:21 jeremy Exp $
# $OpenBSD: Makefile,v 1.13 2015/12/20 09:27:03 jasper Exp $
COMMENT = color value conversion and modification
DISTNAME = color-1.4.2
DISTNAME = color-1.8
CATEGORIES = graphics
HOMEPAGE = https://github.com/halostatue/color
@ -14,8 +14,6 @@ MODULES = lang/ruby
CONFIGURE_STYLE = ruby gem
# Tests require minitest 5, not in ports
#MODRUBY_TEST = testrb
#MODRUBY_TEST_TARGET = -I lib test/test_*.rb
MODRUBY_TEST = rake
.include <bsd.port.mk>

View File

@ -1,2 +1,2 @@
SHA256 (color-1.4.2.gem) = XPQJshwcyeeOZcbaVWgvaZ0SLgc7NSCQ0cXNNB7AKoU=
SIZE (color-1.4.2.gem) = 40448
SHA256 (color-1.8.gem) = CoUS7Pao/hSShwf30nZmgMlVs6IiTeGYweJcg3zTb4I=
SIZE (color-1.8.gem) = 46080

View File

@ -1,9 +1,15 @@
@comment $OpenBSD: PLIST,v 1.3 2014/09/19 20:47:21 jeremy Exp $
@comment $OpenBSD: PLIST,v 1.4 2015/12/20 09:27:03 jasper Exp $
${GEM_LIB}/cache/${DISTNAME}.gem
${GEM_LIB}/gems/${DISTNAME}/
${GEM_LIB}/gems/${DISTNAME}/.autotest
${GEM_LIB}/gems/${DISTNAME}/.coveralls.yml
${GEM_LIB}/gems/${DISTNAME}/.gemtest
${GEM_LIB}/gems/${DISTNAME}/.hoerc
${GEM_LIB}/gems/${DISTNAME}/.minitest.rb
${GEM_LIB}/gems/${DISTNAME}/.travis.yml
${GEM_LIB}/gems/${DISTNAME}/Code-of-Conduct.rdoc
${GEM_LIB}/gems/${DISTNAME}/Contributing.rdoc
${GEM_LIB}/gems/${DISTNAME}/Gemfile
${GEM_LIB}/gems/${DISTNAME}/History.rdoc
${GEM_LIB}/gems/${DISTNAME}/Licence.rdoc
${GEM_LIB}/gems/${DISTNAME}/Manifest.txt
@ -22,11 +28,13 @@ ${GEM_LIB}/gems/${DISTNAME}/lib/color/palette/adobecolor.rb
${GEM_LIB}/gems/${DISTNAME}/lib/color/palette/gimp.rb
${GEM_LIB}/gems/${DISTNAME}/lib/color/palette/monocontrast.rb
${GEM_LIB}/gems/${DISTNAME}/lib/color/rgb/
${GEM_LIB}/gems/${DISTNAME}/lib/color/rgb-colors.rb
${GEM_LIB}/gems/${DISTNAME}/lib/color/rgb.rb
${GEM_LIB}/gems/${DISTNAME}/lib/color/rgb/colors.rb
${GEM_LIB}/gems/${DISTNAME}/lib/color/rgb/contrast.rb
${GEM_LIB}/gems/${DISTNAME}/lib/color/rgb/metallic.rb
${GEM_LIB}/gems/${DISTNAME}/lib/color/yiq.rb
${GEM_LIB}/gems/${DISTNAME}/test/
${GEM_LIB}/gems/${DISTNAME}/test/minitest_helper.rb
${GEM_LIB}/gems/${DISTNAME}/test/test_adobecolor.rb
${GEM_LIB}/gems/${DISTNAME}/test/test_cmyk.rb
${GEM_LIB}/gems/${DISTNAME}/test/test_color.rb