pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/stitchy



Module Name:    pkgsrc
Committed By:   pin
Date:           Thu Feb 15 21:10:23 UTC 2024

Modified Files:
        pkgsrc/graphics/stitchy: Makefile cargo-depends.mk distinfo

Log Message:
graphics/stitchy: update to 0.1.6

  - (BREAKING) Added traits FileLocation and FileProperties, where ImageFiles
    is generic over those
  - (Credit: Friendly-Banana) Removed edge cases in grid layout to make it more
    intuitive
  - Updated to support stitchy-core 0.1.1


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/graphics/stitchy/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/graphics/stitchy/cargo-depends.mk
cvs rdiff -u -r1.6 -r1.7 pkgsrc/graphics/stitchy/distinfo

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

Modified files:

Index: pkgsrc/graphics/stitchy/Makefile
diff -u pkgsrc/graphics/stitchy/Makefile:1.5 pkgsrc/graphics/stitchy/Makefile:1.6
--- pkgsrc/graphics/stitchy/Makefile:1.5        Sat Apr 29 15:56:31 2023
+++ pkgsrc/graphics/stitchy/Makefile    Thu Feb 15 21:10:23 2024
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.5 2023/04/29 15:56:31 pin Exp $
+# $NetBSD: Makefile,v 1.6 2024/02/15 21:10:23 pin Exp $
 
-DISTNAME=      Stitchy-0.1.5
+DISTNAME=      Stitchy-0.1.6
 PKGNAME=       ${DISTNAME:tl}
 CATEGORIES=    graphics
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=grimace87/}
 GITHUB_PROJECT=        Stitchy
-GITHUB_TAG=    4899e6d0a228925726c44b54b4171be95358f7f7
+GITHUB_TAG=    3a62e28a93000492f6ff327645b1243f97857b65
 
 MAINTAINER=    pin%NetBSD.org@localhost
 HOMEPAGE=      https://github.com/grimace87/Stitchy/

Index: pkgsrc/graphics/stitchy/cargo-depends.mk
diff -u pkgsrc/graphics/stitchy/cargo-depends.mk:1.4 pkgsrc/graphics/stitchy/cargo-depends.mk:1.5
--- pkgsrc/graphics/stitchy/cargo-depends.mk:1.4        Sat Apr 29 15:56:31 2023
+++ pkgsrc/graphics/stitchy/cargo-depends.mk    Thu Feb 15 21:10:23 2024
@@ -1,4 +1,4 @@
-# $NetBSD: cargo-depends.mk,v 1.4 2023/04/29 15:56:31 pin Exp $
+# $NetBSD: cargo-depends.mk,v 1.5 2024/02/15 21:10:23 pin Exp $
 
 CARGO_CRATE_DEPENDS+=  adler-1.0.2
 CARGO_CRATE_DEPENDS+=  autocfg-1.1.0

Index: pkgsrc/graphics/stitchy/distinfo
diff -u pkgsrc/graphics/stitchy/distinfo:1.6 pkgsrc/graphics/stitchy/distinfo:1.7
--- pkgsrc/graphics/stitchy/distinfo:1.6        Sat Apr 29 15:56:31 2023
+++ pkgsrc/graphics/stitchy/distinfo    Thu Feb 15 21:10:23 2024
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.6 2023/04/29 15:56:31 pin Exp $
+$NetBSD: distinfo,v 1.7 2024/02/15 21:10:23 pin Exp $
 
-BLAKE2s (Stitchy-0.1.5-4899e6d0a228925726c44b54b4171be95358f7f7.tar.gz) = 36bc9382c7dd0da19bf33bd9858c10d96d7075483d0da296b70eeefe3f974c13
-SHA512 (Stitchy-0.1.5-4899e6d0a228925726c44b54b4171be95358f7f7.tar.gz) = 
ea0b415c93dbbfce53a87f001431b0bb2074e8dcc7c31426378eb0966e2471bfc6f8b9cf08924136e7cb3a71fbc6e39bb28f3dfd6270a6b36cb7e9fd45fa86e7
-Size (Stitchy-0.1.5-4899e6d0a228925726c44b54b4171be95358f7f7.tar.gz) = 2036215 bytes
+BLAKE2s (Stitchy-0.1.6-3a62e28a93000492f6ff327645b1243f97857b65.tar.gz) = 35c0ac4dcecb4a4f70410100dbbf4bf1f38abf0a731af2dbf2dfee104dee66dd
+SHA512 (Stitchy-0.1.6-3a62e28a93000492f6ff327645b1243f97857b65.tar.gz) = 
a1623b3fece4b78830eaf8555aab300cc5c4e9a13b82ea96684eeee42cd4c8870b98dba4a8bc8e236d806316057476cff70416546e787a163db68ccd96221650
+Size (Stitchy-0.1.6-3a62e28a93000492f6ff327645b1243f97857b65.tar.gz) = 2038106 bytes
 BLAKE2s (adler-1.0.2.crate) = f263779d752af886455fc0f42c997893fb1a09edcf1bd2980605251c2e3602aa
 SHA512 (adler-1.0.2.crate) = 7ab190d31890fc05b0b55d8e2c6527a505e06793d5496be0b3831e0513412f9ba97f8148f6f68ed0770fa9cd980a5092d885e058becf1d5506b7c74b82674aa1
 Size (adler-1.0.2.crate) = 12778 bytes



Home | Main Index | Thread Index | Old Index