pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/ruby-red-colors



Module Name:    pkgsrc
Committed By:   taca
Date:           Wed Feb  3 14:13:26 UTC 2021

Added Files:
        pkgsrc/devel/ruby-red-colors: DESCR Makefile PLIST distinfo

Log Message:
devel/ruby-red-colors: add package version 0.1.1

Add ruby-red-colors package version 0.1.1.

Red Colors

Description

Red Colors provides a wide array of features for dealing with colors.
This includes conversion between colorspaces, desaturation, and parsing
colors.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/ruby-red-colors/DESCR \
    pkgsrc/devel/ruby-red-colors/Makefile pkgsrc/devel/ruby-red-colors/PLIST \
    pkgsrc/devel/ruby-red-colors/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: pkgsrc/devel/ruby-red-colors/DESCR
diff -u /dev/null pkgsrc/devel/ruby-red-colors/DESCR:1.1
--- /dev/null   Wed Feb  3 14:13:26 2021
+++ pkgsrc/devel/ruby-red-colors/DESCR  Wed Feb  3 14:13:26 2021
@@ -0,0 +1,7 @@
+Red Colors
+
+Description
+
+Red Colors provides a wide array of features for dealing with colors.
+This includes conversion between colorspaces, desaturation, and parsing
+colors.
Index: pkgsrc/devel/ruby-red-colors/Makefile
diff -u /dev/null pkgsrc/devel/ruby-red-colors/Makefile:1.1
--- /dev/null   Wed Feb  3 14:13:26 2021
+++ pkgsrc/devel/ruby-red-colors/Makefile       Wed Feb  3 14:13:26 2021
@@ -0,0 +1,14 @@
+# $NetBSD: Makefile,v 1.1 2021/02/03 14:13:26 taca Exp $
+
+DISTNAME=      red-colors-0.1.1
+CATEGORIES=    devel
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/red-data-tools/red-colors
+COMMENT=       Wide array of features for dealing with colors
+LICENSE=       mit
+
+USE_LANGUAGES= # none
+
+.include "../../lang/ruby/gem.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/ruby-red-colors/PLIST
diff -u /dev/null pkgsrc/devel/ruby-red-colors/PLIST:1.1
--- /dev/null   Wed Feb  3 14:13:26 2021
+++ pkgsrc/devel/ruby-red-colors/PLIST  Wed Feb  3 14:13:26 2021
@@ -0,0 +1,33 @@
+@comment $NetBSD: PLIST,v 1.1 2021/02/03 14:13:26 taca Exp $
+${GEM_HOME}/cache/${GEM_NAME}.gem
+${GEM_LIBDIR}/.yardopts
+${GEM_LIBDIR}/Gemfile
+${GEM_LIBDIR}/LICENSE.txt
+${GEM_LIBDIR}/README.md
+${GEM_LIBDIR}/Rakefile
+${GEM_LIBDIR}/lib/colors.rb
+${GEM_LIBDIR}/lib/colors/abstract_color.rb
+${GEM_LIBDIR}/lib/colors/alpha_component.rb
+${GEM_LIBDIR}/lib/colors/color_data.rb
+${GEM_LIBDIR}/lib/colors/convert.rb
+${GEM_LIBDIR}/lib/colors/helper.rb
+${GEM_LIBDIR}/lib/colors/hsl.rb
+${GEM_LIBDIR}/lib/colors/hsla.rb
+${GEM_LIBDIR}/lib/colors/husl.rb
+${GEM_LIBDIR}/lib/colors/named_colors.rb
+${GEM_LIBDIR}/lib/colors/rgb.rb
+${GEM_LIBDIR}/lib/colors/rgba.rb
+${GEM_LIBDIR}/lib/colors/version.rb
+${GEM_LIBDIR}/lib/colors/xyy.rb
+${GEM_LIBDIR}/lib/colors/xyz.rb
+${GEM_LIBDIR}/red-colors.gemspec
+${GEM_LIBDIR}/test/helper.rb
+${GEM_LIBDIR}/test/run.rb
+${GEM_LIBDIR}/test/test-hsl.rb
+${GEM_LIBDIR}/test/test-hsla.rb
+${GEM_LIBDIR}/test/test-husl.rb
+${GEM_LIBDIR}/test/test-named-color.rb
+${GEM_LIBDIR}/test/test-rgb.rb
+${GEM_LIBDIR}/test/test-rgba.rb
+${GEM_LIBDIR}/test/test-xyz.rb
+${GEM_HOME}/specifications/${GEM_NAME}.gemspec
Index: pkgsrc/devel/ruby-red-colors/distinfo
diff -u /dev/null pkgsrc/devel/ruby-red-colors/distinfo:1.1
--- /dev/null   Wed Feb  3 14:13:26 2021
+++ pkgsrc/devel/ruby-red-colors/distinfo       Wed Feb  3 14:13:26 2021
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2021/02/03 14:13:26 taca Exp $
+
+SHA1 (red-colors-0.1.1.gem) = 2391439f239cdaf9df511aa7dde22105202863b3
+RMD160 (red-colors-0.1.1.gem) = a60e2b508e78b7676cf29a1fb63867b2634a39f5
+SHA512 (red-colors-0.1.1.gem) = a935feec2e6ae25f009bcd913b37b0daa180c42dd7056cd42aac3af3f8b9f50bfa8304f7e3919e3cae9e7d83c5a3778fc06934042efe7de3561c24241cba708b
+Size (red-colors-0.1.1.gem) = 28160 bytes



Home | Main Index | Thread Index | Old Index