pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/ruby-term-ansicolor



Module Name:    pkgsrc
Committed By:   taca
Date:           Sun Sep 22 14:46:34 UTC 2024

Modified Files:
        pkgsrc/devel/ruby-term-ansicolor: ALTERNATIVES Makefile PLIST distinfo

Log Message:
devel/ruby-term-ansicolor: update to 1.11.2

1.9.0 (2024-06-18)

New Features

* Add true color support
* Add .utilsrc

Bug Fixes

* Fix the wind (oops)

Miscellaneous Changes

* Require test_helper
* Ignore errors.lst

1.10.0 (2024-06-21)

New Features

* Add support for overline and underline with different types and colors.
* Add some more codes for text.

Improvements

* Remove ordering hack for ruby < 1.9
* Make grey color block more compact

Refactoring

* Remove and use global config

1.10.1 (2024-06-22)

Color Treatment Change:

* Treat all direct colors the same.

HTML Code Correction:

* Fix wrong HTML code.

1.10.2 (2024-06-22)

Increase compactibility with older Rubies:

* Don't use new features
* Allow testing on ancient Rubies

1.10.3 (2024-07-15)

* New Version: Bumped version.
* Display Resolution: Doubled the display resolution.
* Code Improvements: Improved code and coverage.
* Documentation: Added documentation for term_snow command.
* Math Operations: Used clamp method.

1.10.4 (2024-07-15)

Dependency Update:

* Updated dependency on mize gem from >= 0 to ~> 0.5.

1.11.0 (2024-08-01)

Significant Changes:

* Refactor parse_row method to use more concise syntax
* Add memoized versions of rgb_colors for foreground and background colors,
  improving performance by reducing calculations required to find the
  nearest color for a given RGB value
* Update term-ansicolor gemspec to use gem_hadar 1.16.1
* Use less map instead of other methods
* Add new executable called term_plasma that draws a plasma effect on the
  console

1.11.1 (2024-08-01)

New Version Features

* The library now works with the --enable-string-literal option even on
  ancient Rubies.
* A working URL has been added.
* Development files are ignored when creating a package.

1.11.2 (2024-08-04)

* Removed unnecessary require statement.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/ruby-term-ansicolor/ALTERNATIVES
cvs rdiff -u -r1.12 -r1.13 pkgsrc/devel/ruby-term-ansicolor/Makefile \
    pkgsrc/devel/ruby-term-ansicolor/distinfo
cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/ruby-term-ansicolor/PLIST

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

Modified files:

Index: pkgsrc/devel/ruby-term-ansicolor/ALTERNATIVES
diff -u pkgsrc/devel/ruby-term-ansicolor/ALTERNATIVES:1.3 pkgsrc/devel/ruby-term-ansicolor/ALTERNATIVES:1.4
--- pkgsrc/devel/ruby-term-ansicolor/ALTERNATIVES:1.3   Sat Dec 22 17:16:29 2018
+++ pkgsrc/devel/ruby-term-ansicolor/ALTERNATIVES       Sun Sep 22 14:46:33 2024
@@ -3,4 +3,5 @@ bin/term_colortab @PREFIX@/bin/term_colo
 bin/term_decolor @PREFIX@/bin/term_decolor@RUBY_SUFFIX@
 bin/term_display @PREFIX@/bin/term_display@RUBY_SUFFIX@
 bin/term_mandel @PREFIX@/bin/term_mandel@RUBY_SUFFIX@
+bin/term_plasma @PREFIX@/bin/term_plasma@RUBY_SUFFIX@
 bin/term_snow @PREFIX@/bin/term_snow@RUBY_SUFFIX@

Index: pkgsrc/devel/ruby-term-ansicolor/Makefile
diff -u pkgsrc/devel/ruby-term-ansicolor/Makefile:1.12 pkgsrc/devel/ruby-term-ansicolor/Makefile:1.13
--- pkgsrc/devel/ruby-term-ansicolor/Makefile:1.12      Sun May  5 16:55:09 2024
+++ pkgsrc/devel/ruby-term-ansicolor/Makefile   Sun Sep 22 14:46:33 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.12 2024/05/05 16:55:09 taca Exp $
+# $NetBSD: Makefile,v 1.13 2024/09/22 14:46:33 taca Exp $
 
-DISTNAME=      term-ansicolor-1.8.0
+DISTNAME=      term-ansicolor-1.11.2
 CATEGORIES=    devel
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
Index: pkgsrc/devel/ruby-term-ansicolor/distinfo
diff -u pkgsrc/devel/ruby-term-ansicolor/distinfo:1.12 pkgsrc/devel/ruby-term-ansicolor/distinfo:1.13
--- pkgsrc/devel/ruby-term-ansicolor/distinfo:1.12      Sun May  5 16:55:09 2024
+++ pkgsrc/devel/ruby-term-ansicolor/distinfo   Sun Sep 22 14:46:34 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.12 2024/05/05 16:55:09 taca Exp $
+$NetBSD: distinfo,v 1.13 2024/09/22 14:46:34 taca Exp $
 
-BLAKE2s (term-ansicolor-1.8.0.gem) = 3ede7e7f323c1ecd2ed9af491f73e09a20684da18473a0b12eeca27a80e4ba55
-SHA512 (term-ansicolor-1.8.0.gem) = 4a13f369c03d3660f48f28068f311d5eb806e2e4724da6a3ee38eb0ed3c195a1ce8ea24215dfe80af5aab8df1f6a86fdd89d54c62ee2fb9b7e782f9e5ed3013f
-Size (term-ansicolor-1.8.0.gem) = 45056 bytes
+BLAKE2s (term-ansicolor-1.11.2.gem) = 6c308c1e24173bb4090e928fca0efd60c77ed7f7378b6c83c3db4f59456a00bb
+SHA512 (term-ansicolor-1.11.2.gem) = df7384dbfd68e1efe161f2edc186306a40d8492b488bfc9436cadef09d7b961bc29983a40fca93e2e127c1b502272eb01aa65cc65ba7729a81b31b37aaafcd65
+Size (term-ansicolor-1.11.2.gem) = 47616 bytes

Index: pkgsrc/devel/ruby-term-ansicolor/PLIST
diff -u pkgsrc/devel/ruby-term-ansicolor/PLIST:1.7 pkgsrc/devel/ruby-term-ansicolor/PLIST:1.8
--- pkgsrc/devel/ruby-term-ansicolor/PLIST:1.7  Sun May  5 16:55:09 2024
+++ pkgsrc/devel/ruby-term-ansicolor/PLIST      Sun Sep 22 14:46:34 2024
@@ -1,25 +1,23 @@
-@comment $NetBSD: PLIST,v 1.7 2024/05/05 16:55:09 taca Exp $
+@comment $NetBSD: PLIST,v 1.8 2024/09/22 14:46:34 taca Exp $
 bin/term_cdiff${RUBY_SUFFIX}
 bin/term_colortab${RUBY_SUFFIX}
 bin/term_decolor${RUBY_SUFFIX}
 bin/term_display${RUBY_SUFFIX}
 bin/term_mandel${RUBY_SUFFIX}
+bin/term_plasma${RUBY_SUFFIX}
 bin/term_snow${RUBY_SUFFIX}
 ${GEM_HOME}/cache/${GEM_NAME}.gem
-${GEM_LIBDIR}/.all_images.yml
-${GEM_LIBDIR}/.gitignore
-${GEM_LIBDIR}/.tool-versions
 ${GEM_LIBDIR}/CHANGES
 ${GEM_LIBDIR}/COPYING
 ${GEM_LIBDIR}/Gemfile
 ${GEM_LIBDIR}/README.md
 ${GEM_LIBDIR}/Rakefile
-${GEM_LIBDIR}/VERSION
 ${GEM_LIBDIR}/bin/term_cdiff
 ${GEM_LIBDIR}/bin/term_colortab
 ${GEM_LIBDIR}/bin/term_decolor
 ${GEM_LIBDIR}/bin/term_display
 ${GEM_LIBDIR}/bin/term_mandel
+${GEM_LIBDIR}/bin/term_plasma
 ${GEM_LIBDIR}/bin/term_snow
 ${GEM_LIBDIR}/examples/example.rb
 ${GEM_LIBDIR}/examples/lambda-red-plain.ppm
@@ -32,6 +30,7 @@ ${GEM_LIBDIR}/lib/term/ansicolor/attribu
 ${GEM_LIBDIR}/lib/term/ansicolor/attribute/color8.rb
 ${GEM_LIBDIR}/lib/term/ansicolor/attribute/intense_color8.rb
 ${GEM_LIBDIR}/lib/term/ansicolor/attribute/text.rb
+${GEM_LIBDIR}/lib/term/ansicolor/attribute/underline.rb
 ${GEM_LIBDIR}/lib/term/ansicolor/hsl_triple.rb
 ${GEM_LIBDIR}/lib/term/ansicolor/hyperlink.rb
 ${GEM_LIBDIR}/lib/term/ansicolor/movement.rb



Home | Main Index | Thread Index | Old Index