pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/ruby-red-colors devel/ruby-red-colors: add packa...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/68b4d6791228
branches:  trunk
changeset: 446013:68b4d6791228
user:      taca <taca%pkgsrc.org@localhost>
date:      Wed Feb 03 14:13:26 2021 +0000

description:
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.

diffstat:

 devel/ruby-red-colors/DESCR    |   7 +++++++
 devel/ruby-red-colors/Makefile |  14 ++++++++++++++
 devel/ruby-red-colors/PLIST    |  33 +++++++++++++++++++++++++++++++++
 devel/ruby-red-colors/distinfo |   6 ++++++
 4 files changed, 60 insertions(+), 0 deletions(-)

diffs (76 lines):

diff -r 3c11f5fd8a60 -r 68b4d6791228 devel/ruby-red-colors/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/ruby-red-colors/DESCR       Wed Feb 03 14:13:26 2021 +0000
@@ -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.
diff -r 3c11f5fd8a60 -r 68b4d6791228 devel/ruby-red-colors/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/ruby-red-colors/Makefile    Wed Feb 03 14:13:26 2021 +0000
@@ -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"
diff -r 3c11f5fd8a60 -r 68b4d6791228 devel/ruby-red-colors/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/ruby-red-colors/PLIST       Wed Feb 03 14:13:26 2021 +0000
@@ -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
diff -r 3c11f5fd8a60 -r 68b4d6791228 devel/ruby-red-colors/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/ruby-red-colors/distinfo    Wed Feb 03 14:13:26 2021 +0000
@@ -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