pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/wallust



Module Name:    pkgsrc
Committed By:   pin
Date:           Fri Apr 14 08:16:40 UTC 2023

Modified Files:
        pkgsrc/graphics/wallust: DESCR Makefile PLIST distinfo

Log Message:
graphics/wallust: update to 2.0.1

 - add templating info to the readme

 pkgsrc changes:
 - include a default wallust.toml
 - update DESC to reflect templating info


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/graphics/wallust/DESCR \
    pkgsrc/graphics/wallust/PLIST
cvs rdiff -u -r1.2 -r1.3 pkgsrc/graphics/wallust/Makefile \
    pkgsrc/graphics/wallust/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/wallust/DESCR
diff -u pkgsrc/graphics/wallust/DESCR:1.1 pkgsrc/graphics/wallust/DESCR:1.2
--- pkgsrc/graphics/wallust/DESCR:1.1   Wed Apr  5 08:10:10 2023
+++ pkgsrc/graphics/wallust/DESCR       Fri Apr 14 08:16:40 2023
@@ -1,6 +1,12 @@
 wallust - Generate colors from an image
 
 Features
- - use of templates and writing these out defined in the config file.
- - different backends (currently only 2)
- - cache values
+ - Config file at ~/.config/wallust/wallust.toml
+     - templating integrated in a config file
+     - backends, colorspaces and filters
+     - configurable threshold
+ - cache scheme palette at ~/.cache/wallust
+
+Templating & Config File
+ - You can use wallust generated colors in your program by __template__ing
+   them in it's config file and add a new entry to wallust.toml
Index: pkgsrc/graphics/wallust/PLIST
diff -u pkgsrc/graphics/wallust/PLIST:1.1 pkgsrc/graphics/wallust/PLIST:1.2
--- pkgsrc/graphics/wallust/PLIST:1.1   Wed Apr  5 08:10:10 2023
+++ pkgsrc/graphics/wallust/PLIST       Fri Apr 14 08:16:40 2023
@@ -1,2 +1,3 @@
-@comment $NetBSD: PLIST,v 1.1 2023/04/05 08:10:10 pin Exp $
+@comment $NetBSD: PLIST,v 1.2 2023/04/14 08:16:40 pin Exp $
 bin/wallust
+share/examples/wallust/wallust.toml

Index: pkgsrc/graphics/wallust/Makefile
diff -u pkgsrc/graphics/wallust/Makefile:1.2 pkgsrc/graphics/wallust/Makefile:1.3
--- pkgsrc/graphics/wallust/Makefile:1.2        Thu Apr 13 10:41:24 2023
+++ pkgsrc/graphics/wallust/Makefile    Fri Apr 14 08:16:40 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2023/04/13 10:41:24 pin Exp $
+# $NetBSD: Makefile,v 1.3 2023/04/14 08:16:40 pin Exp $
 
-DISTNAME=      wallust-2.0.0
+DISTNAME=      wallust-2.0.1
 CATEGORIES=    graphics
 MASTER_SITES=  https://static.crates.io/crates/wallust/
 EXTRACT_SUFX=  .crate
@@ -12,11 +12,13 @@ LICENSE=    mit
 
 .include "cargo-depends.mk"
 
-INSTALLATION_DIRS=     bin
+INSTALLATION_DIRS=     bin share/examples/wallust
 
 do-install:
        ${INSTALL_PROGRAM} ${WRKSRC}/target/release/${PKGBASE} \
                ${DESTDIR}${PREFIX}/bin/
+       ${INSTALL_DATA} ${WRKSRC}/wallust.toml \
+               ${DESTDIR}${PREFIX}/share/examples/wallust
 
 .include "../../lang/rust/cargo.mk"
 .include "../../mk/bsd.pkg.mk"
Index: pkgsrc/graphics/wallust/distinfo
diff -u pkgsrc/graphics/wallust/distinfo:1.2 pkgsrc/graphics/wallust/distinfo:1.3
--- pkgsrc/graphics/wallust/distinfo:1.2        Thu Apr 13 10:41:24 2023
+++ pkgsrc/graphics/wallust/distinfo    Fri Apr 14 08:16:40 2023
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.2 2023/04/13 10:41:24 pin Exp $
+$NetBSD: distinfo,v 1.3 2023/04/14 08:16:40 pin Exp $
 
 BLAKE2s (adler-1.0.2.crate) = f263779d752af886455fc0f42c997893fb1a09edcf1bd2980605251c2e3602aa
 SHA512 (adler-1.0.2.crate) = 7ab190d31890fc05b0b55d8e2c6527a505e06793d5496be0b3831e0513412f9ba97f8148f6f68ed0770fa9cd980a5092d885e058becf1d5506b7c74b82674aa1
@@ -306,9 +306,9 @@ Size (unicode-ident-1.0.8.crate) = 41962
 BLAKE2s (utf8parse-0.2.1.crate) = ec63d4e1704c8be3fa23931b95f5ce67284b3dec987a7442e459406be3d24fcf
 SHA512 (utf8parse-0.2.1.crate) = 51fba8f1e7eb74b7020fd831e30a67fc8353ac2ee07335c8c3374a5570ac8117f165f6905d4b7f0360095b7b5ed3e739001d02a8cc3c89195baf2cd679136050
 Size (utf8parse-0.2.1.crate) = 13435 bytes
-BLAKE2s (wallust-2.0.0.crate) = 5578c9292d56db20f5b792d563f383615d8a32022eaf2f1581733f5e97a36c82
-SHA512 (wallust-2.0.0.crate) = e733b6091b08eb16906e5572771dbdb0c55d7470e01238a553d437b1209f1e382049921c7ce0244b62bb65794bcdeca15c1df480f83efeb7631e7ffe3c5e1405
-Size (wallust-2.0.0.crate) = 20072 bytes
+BLAKE2s (wallust-2.0.1.crate) = 59d9ebcd78ff52c42632ee9f989afbaec538359dd74c94917f82ae63649f8959
+SHA512 (wallust-2.0.1.crate) = 07ea9fe1e0262a66d1bf6a7fb6e5ea134f46829fe8e6ea69e0f4e399b98ea2412384d641c3c0f366a5d049e6d47de1fd2c4a680e67389d43b64eb37f143fb866
+Size (wallust-2.0.1.crate) = 20394 bytes
 BLAKE2s (wasi-0.11.0+wasi-snapshot-preview1.crate) = f023780bb2e4a8571dcb1012e76cfbfc3804df53b89abd5cd8ede9d7c5847d4c
 SHA512 (wasi-0.11.0+wasi-snapshot-preview1.crate) = 043500ab28cd9cb779475255da5d109ebab7fccca72b64873dc28d77bc5a157ba8d96b9e8f05223b5b36c7089bb7b4ba87657fc69bac16b78972f897294a865f
 Size (wasi-0.11.0+wasi-snapshot-preview1.crate) = 28131 bytes



Home | Main Index | Thread Index | Old Index