The NetBSD Project

CVS log for pkgsrc/graphics/ruby-chunky_png/distinfo

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / graphics / ruby-chunky_png

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.21: download - view: text, markup, annotated - select for diffs
Mon Jan 9 06:39:48 2023 UTC (2 years, 2 months ago) by taca
Branches: MAIN
CVS tags: pkgsrc-2024Q4-base, pkgsrc-2024Q4, pkgsrc-2024Q3-base, pkgsrc-2024Q3, pkgsrc-2024Q2-base, pkgsrc-2024Q2, pkgsrc-2024Q1-base, pkgsrc-2024Q1, pkgsrc-2023Q4-base, pkgsrc-2023Q4, pkgsrc-2023Q3-base, pkgsrc-2023Q3, pkgsrc-2023Q2-base, pkgsrc-2023Q2, pkgsrc-2023Q1-base, pkgsrc-2023Q1, HEAD
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +4 -4 lines
graphics/ruby-chunky_png: update to 1.3.15

Update to latest 1.13 since ruby-oily_png pacakge require <1.4.

1.3.13 (2020-10-23)

* Add frozen-string-literal: true to all source files.

* Remove some backfills that were needed only for Ruby 1.8 compatibility.


1.3.14 (2020-10-27)

* Fix Canvas#inspect to not modify frozen string literal.


1.3.15 (2020-12-15)

* Set required_ruby_version to >=2.0.0 in gemspec.
* Drop dependency on SortedSet.

Revision 1.20: download - view: text, markup, annotated - select for diffs
Tue Oct 26 10:46:51 2021 UTC (3 years, 4 months ago) by nia
Branches: MAIN
CVS tags: pkgsrc-2022Q4-base, pkgsrc-2022Q4, pkgsrc-2022Q3-base, pkgsrc-2022Q3, pkgsrc-2022Q2-base, pkgsrc-2022Q2, pkgsrc-2022Q1-base, pkgsrc-2022Q1, pkgsrc-2021Q4-base, pkgsrc-2021Q4
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +2 -2 lines
graphics: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes

Revision 1.19: download - view: text, markup, annotated - select for diffs
Thu Oct 7 14:12:52 2021 UTC (3 years, 5 months ago) by nia
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +1 -2 lines
graphics: Remove SHA1 hashes for distfiles

Revision 1.18: download - view: text, markup, annotated - select for diffs
Mon Sep 14 13:15:34 2020 UTC (4 years, 5 months ago) by taca
Branches: MAIN
CVS tags: pkgsrc-2021Q3-base, pkgsrc-2021Q3, pkgsrc-2021Q2-base, pkgsrc-2021Q2, pkgsrc-2021Q1-base, pkgsrc-2021Q1, pkgsrc-2020Q4-base, pkgsrc-2020Q4, pkgsrc-2020Q3-base, pkgsrc-2020Q3
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +5 -5 lines
graphics/ruby-chunky_png: update to 1.13.2

Update ruby-chunky_png package to 1.13.2.


1.13.2 (2020-08-03)

* Implemented ChunkyPNG::Dimension#hash to fix some specs after a behavior
  change in RSpec.

Revision 1.17: download - view: text, markup, annotated - select for diffs
Sun Mar 8 15:50:00 2020 UTC (5 years ago) by taca
Branches: MAIN
CVS tags: pkgsrc-2020Q2-base, pkgsrc-2020Q2, pkgsrc-2020Q1-base, pkgsrc-2020Q1
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +5 -5 lines
graphics/ruby-chunky_png: update to 1.3.11

Update ruby-chunky_png to 1.3.11.


1.3.11 - 2018-11-21

* Updated project metadata as published on Rubygems.org

Revision 1.16: download - view: text, markup, annotated - select for diffs
Wed Mar 14 14:36:03 2018 UTC (7 years ago) by taca
Branches: MAIN
CVS tags: pkgsrc-2019Q4-base, pkgsrc-2019Q4, pkgsrc-2019Q3-base, pkgsrc-2019Q3, pkgsrc-2019Q2-base, pkgsrc-2019Q2, pkgsrc-2019Q1-base, pkgsrc-2019Q1, pkgsrc-2018Q4-base, pkgsrc-2018Q4, pkgsrc-2018Q3-base, pkgsrc-2018Q3, pkgsrc-2018Q2-base, pkgsrc-2018Q2, pkgsrc-2018Q1-base, pkgsrc-2018Q1
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +5 -5 lines
graphics/ruby-chunky_png: update to 1.3.10

=== 1.3.10 - 2018-01-23

- Fixed a regression in Datastream#metadata, which was not able to deal with iTXt chunks.

=== 1.3.9 - 2018-01-23

- Add support for reading and writing an international textual data (iTXt chunks).

Revision 1.15: download - view: text, markup, annotated - select for diffs
Mon Mar 20 13:04:21 2017 UTC (7 years, 11 months ago) by taca
Branches: MAIN
CVS tags: pkgsrc-2017Q4-base, pkgsrc-2017Q4, pkgsrc-2017Q3-base, pkgsrc-2017Q3, pkgsrc-2017Q2-base, pkgsrc-2017Q2, pkgsrc-2017Q1-base, pkgsrc-2017Q1
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +5 -5 lines
Update ruby-chunky_png to 1.3.8.

=== 1.3.8 - 2016-08-31

- Add support for reading and writing an image's physical dimension (pHYs chunks).

Revision 1.14: download - view: text, markup, annotated - select for diffs
Mon Oct 10 15:06:28 2016 UTC (8 years, 5 months ago) by taca
Branches: MAIN
CVS tags: pkgsrc-2016Q4-base, pkgsrc-2016Q4
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +5 -5 lines
Update ruby-chunky_png to 1.3.7.

=== 1.3.7 - 2016-08-31

- Performance improvement for Color.euclidean_distance_rgba.
- Bugfix in decoding transparent pixels when decoding multiple images in a row.

=== 1.3.6 - 2016-06-19

- Allow reading images from streams that have trailing data after the IEND chunk.
- Add compatibility for Ruby 2.3's frozen string literals.
- Documentation updates and small cleanups.

Revision 1.13: download - view: text, markup, annotated - select for diffs
Wed Dec 2 14:23:57 2015 UTC (9 years, 3 months ago) by taca
Branches: MAIN
CVS tags: pkgsrc-2016Q3-base, pkgsrc-2016Q3, pkgsrc-2016Q2-base, pkgsrc-2016Q2, pkgsrc-2016Q1-base, pkgsrc-2016Q1, pkgsrc-2015Q4-base, pkgsrc-2015Q4
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +5 -5 lines
Update ruby-chunky_png to 1.3.5.

1.3.5 - 2015-10-28

* Performance improvements for Canvas#crop! and ImageData.combine_chunks
* Update chunky_png/rmagick to work with the latest versions of RMagick.
* Bugfix in Color#from_hsl and Color#from_hsv when hue value is 360.
* Fix encoding issue in Datastream#to_blob

Revision 1.12: download - view: text, markup, annotated - select for diffs
Tue Nov 3 21:34:19 2015 UTC (9 years, 4 months ago) by agc
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +2 -1 lines
Add SHA512 digests for distfiles for graphics category

Problems found with existing digests:
	Package fotoxx distfile fotoxx-14.03.1.tar.gz
	ac2033f87de2c23941261f7c50160cddf872c110 [recorded]
	118e98a8cc0414676b3c4d37b8df407c28a1407c [calculated]
	Package ploticus-examples distfile ploticus-2.00/plnode200.tar.gz
	34274a03d0c41fae5690633663e3d4114b9d7a6d [recorded]
	da39a3ee5e6b4b0d3255bfef95601890afd80709 [calculated]

Problems found locating distfiles:
	Package AfterShotPro: missing distfile AfterShotPro-1.1.0.30/AfterShotPro_i386.deb
	Package pgraf: missing distfile pgraf-20010131.tar.gz
	Package qvplay: missing distfile qvplay-0.95.tar.gz

Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden).  All existing
SHA1 digests retained for now as an audit trail.

Revision 1.11: download - view: text, markup, annotated - select for diffs
Fri Mar 13 14:12:24 2015 UTC (10 years ago) by taca
Branches: MAIN
CVS tags: pkgsrc-2015Q3-base, pkgsrc-2015Q3, pkgsrc-2015Q2-base, pkgsrc-2015Q2, pkgsrc-2015Q1-base, pkgsrc-2015Q1
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +4 -4 lines
Update graphics/ruby-chunky_png to 1.3.4.

=== 1.3.4 - 2015-02-16

- Assert compatibility with Ruby 2.2
- Improved documentation using RDoc, so it is included on http://www.rubydoc.info/gems/chunky_png
- Update chunkypng.com website; migrate some stuff from the wiki.

Revision 1.10: download - view: text, markup, annotated - select for diffs
Tue Feb 3 14:02:24 2015 UTC (10 years, 1 month ago) by taca
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +4 -4 lines
Update ruby-chunky_png to 1.3.3.

1.3.3 - 2014-10-24

* Improve performance of Canvas#crop and Canvas#crop! by doing less memory
  allocations.
* Update to RSPEC 3
* Add CONTRIBUTING.rdoc file.

1.3.2 - 2014-10-18

* Add HSV/HSL color conversions: Color.from_hsl, Color.to_hsl
* Allow empty IDAT chunks to better conform to the PNG standard.
* Small bugfix in image resampling.
* Documentation and code readability improvements.

1.3.1 - 2014-04-28

* Improve performance of Palette.from_canvas.
* Add Color.euclidean_distance_rgba to compare colors.
* Bugix in Canvas.from_bgr_stream.
* Documentation and code readibility improvements.
* README updates, include mention of screencast.

Revision 1.9: download - view: text, markup, annotated - select for diffs
Fri Mar 14 17:08:35 2014 UTC (11 years ago) by taca
Branches: MAIN
CVS tags: pkgsrc-2014Q4-base, pkgsrc-2014Q4, pkgsrc-2014Q3-base, pkgsrc-2014Q3, pkgsrc-2014Q2-base, pkgsrc-2014Q2, pkgsrc-2014Q1-base, pkgsrc-2014Q1
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +4 -4 lines
Update ruby-chunky_png to 1.3.0.

Changes are not available, please refer commit log:
<https://github.com/wvanbergen/chunky_png/commits/master>.

Revision 1.8: download - view: text, markup, annotated - select for diffs
Sun Sep 15 13:33:05 2013 UTC (11 years, 5 months ago) by taca
Branches: MAIN
CVS tags: pkgsrc-2013Q4-base, pkgsrc-2013Q4, pkgsrc-2013Q3-base, pkgsrc-2013Q3
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +4 -4 lines
Update ruby-chunky_png to 1.2.8.

Exact changes aren't available but a few bug fixes.

Revision 1.7: download - view: text, markup, annotated - select for diffs
Mon Jan 14 06:10:30 2013 UTC (12 years, 2 months ago) by taca
Branches: MAIN
CVS tags: pkgsrc-2013Q2-base, pkgsrc-2013Q2, pkgsrc-2013Q1-base, pkgsrc-2013Q1
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +4 -4 lines
Update ruby-chunky_png to 1.2.7.

Exact changes aren't available.

* Fix a small problem with 4bit resampling code.

Revision 1.6: download - view: text, markup, annotated - select for diffs
Sun Sep 16 06:35:34 2012 UTC (12 years, 5 months ago) by taca
Branches: MAIN
CVS tags: pkgsrc-2012Q4-base, pkgsrc-2012Q4, pkgsrc-2012Q3-base, pkgsrc-2012Q3
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +4 -4 lines
Update ruby-chunky_png to 1.2.6.

Changes are unavailable.

Revision 1.5: download - view: text, markup, annotated - select for diffs
Thu Dec 15 15:37:19 2011 UTC (13 years, 3 months ago) by taca
Branches: MAIN
CVS tags: pkgsrc-2012Q2-base, pkgsrc-2012Q2, pkgsrc-2012Q1-base, pkgsrc-2012Q1, pkgsrc-2011Q4-base, pkgsrc-2011Q4
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +4 -4 lines
Update ruby-chunky_png pacakge to 1.2.5.

Changes are unknown.

Revision 1.4: download - view: text, markup, annotated - select for diffs
Thu Sep 15 14:27:13 2011 UTC (13 years, 6 months ago) by taca
Branches: MAIN
CVS tags: pkgsrc-2011Q3-base, pkgsrc-2011Q3
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +4 -4 lines
Update ruby-chunky_png package to 1.2.4.


* Added Canvas.from_data_url to import an canvas from a PNG data URL.

Revision 1.3: download - view: text, markup, annotated - select for diffs
Wed Sep 14 12:22:30 2011 UTC (13 years, 6 months ago) by taca
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +4 -4 lines
Update ruby-chunky_png package to 1.2.3.

* Added data URL exporting.
* A few bug fixes.

Revision 1.2: download - view: text, markup, annotated - select for diffs
Fri Aug 12 17:01:47 2011 UTC (13 years, 7 months ago) by taca
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +4 -4 lines
Update graphics/ruby-chunky_png package to 1.2.1.

Changes are unknown.

Revision 1.1.1.1 (vendor branch): download - view: text, markup, annotated - select for diffs
Sun Jun 19 07:28:08 2011 UTC (13 years, 8 months ago) by taca
Branches: TNF
CVS tags: pkgsrc-base, pkgsrc-2011Q2-base, pkgsrc-2011Q2
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +0 -0 lines
Importing ruby-chunky_png version 1.2.0.  It is required by newer version
of www/ruby-compass.


= Chunky PNG

This library can read and write PNG files. It is written in pure Ruby for
maximum portability. Let me rephrase: it does NOT require RMagick or any other
memory leaking image library.

== Features
* Decodes any image that the PNG standard allows. This includes all standard
  color modes, all bit depths and all transparency, interlacing and
  filtering options.
* Encodes images supports all color modes (true color, grayscale and indexed)
  and transparency for all these color modes. The best color mode will be
  chosen automatically, based on the amount of used colors.
* R/W access to the image's pixels.
* R/W access to all image metadata that is stored in chunks.
* Memory efficient (uses a Fixnum, i.e. 4 or 8 bytes of memory per pixel,
  depending on the hardware)
* Reasonably fast for Ruby standards, by only using integer math and a highly
  optimized saving routine.
* Interoperability with RMagick if you really have to.

Also, have a look at OilyPNG at http://github.com/wvanbergen/oily_png.
OilyPNG is a mixin module that implements some of the ChunkyPNG algorithms
in C, which provides a massive speed boost to encoding and decoding.


Revision 1.1: download - view: text, markup, annotated - select for diffs
Sun Jun 19 07:28:08 2011 UTC (13 years, 8 months ago) by taca
Branches: MAIN
Initial revision

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options

CVSweb <[email protected]>