head 1.10; access; symbols pkgsrc-2026Q2:1.10.0.10 pkgsrc-2026Q2-base:1.10 pkgsrc-2026Q1:1.10.0.8 pkgsrc-2026Q1-base:1.10 pkgsrc-2025Q4:1.10.0.6 pkgsrc-2025Q4-base:1.10 pkgsrc-2025Q3:1.10.0.4 pkgsrc-2025Q3-base:1.10 pkgsrc-2025Q2:1.10.0.2 pkgsrc-2025Q2-base:1.10 pkgsrc-2025Q1:1.8.0.6 pkgsrc-2025Q1-base:1.8 pkgsrc-2024Q4:1.8.0.4 pkgsrc-2024Q4-base:1.8 pkgsrc-2024Q3:1.8.0.2 pkgsrc-2024Q3-base:1.8 pkgsrc-2024Q2:1.6.0.6 pkgsrc-2024Q2-base:1.6 pkgsrc-2024Q1:1.6.0.4 pkgsrc-2024Q1-base:1.6 pkgsrc-2023Q4:1.6.0.2 pkgsrc-2023Q4-base:1.6 pkgsrc-2023Q3:1.3.0.6 pkgsrc-2023Q3-base:1.3 pkgsrc-2023Q2:1.3.0.4 pkgsrc-2023Q2-base:1.3 pkgsrc-2023Q1:1.3.0.2 pkgsrc-2023Q1-base:1.3; locks; strict; comment @# @; 1.10 date 2025.04.11.09.02.20; author pin; state Exp; branches; next 1.9; commitid 8DszjfNuCzEP2CQF; 1.9 date 2025.04.02.10.59.41; author pin; state Exp; branches; next 1.8; commitid rUEa1ikuOzAwZsPF; 1.8 date 2024.09.09.19.13.19; author pin; state Exp; branches; next 1.7; commitid RYQEpKFYPjpsjapF; 1.7 date 2024.08.04.17.44.24; author pin; state Exp; branches; next 1.6; commitid L4CgncJlJ1THYwkF; 1.6 date 2023.10.24.22.10.12; author wiz; state Exp; branches; next 1.5; commitid MTsrqKm6aGrQAVJE; 1.5 date 2023.10.07.15.22.28; author pin; state Exp; branches; next 1.4; commitid PHL3g2kmk4kOTHHE; 1.4 date 2023.10.01.09.56.54; author pin; state Exp; branches; next 1.3; commitid 8v78y0LCW3j8iUGE; 1.3 date 2023.03.13.19.35.05; author pin; state Exp; branches; next 1.2; commitid ZPaszuVnPUH2ZZgE; 1.2 date 2023.03.12.16.06.43; author pin; state Exp; branches; next 1.1; commitid p8jT03u7ZsmyRQgE; 1.1 date 2023.01.21.11.23.38; author pin; state Exp; branches; next ; commitid iA6ic3q2rHg3UoaE; desc @@ 1.10 log @net/bandsnatch: needs sse2 @ text @# $NetBSD: Makefile,v 1.9 2025/04/02 10:59:41 pin Exp $ DISTNAME= bandsnatch-0.3.3 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_GITHUB:=Ovyerus/} GITHUB_TAG= v${PKGVERSION_NOREV} MAINTAINER= pkgsrc-users@@NetBSD.org HOMEPAGE= https://github.com/Ovyerus/bandsnatch/ COMMENT= CLI batch downloader for your Bandcamp collection LICENSE= mit # See, https://github.com/briansmith/ring/issues/1999 .include "../../mk/compiler/i386-sse2.mk" .include "cargo-depends.mk" #RUST_REQ= 1.79.0 #Upstream does not state the required MSRV. #This package is confirmed to build with Rust 1.79.0 on amd64 USE_LANGUAGES+= c c++ USE_TOOLS+= pkg-config perl gmake MAKE_ENV+= OPENSSL_DIR=${BUILDLINK_PREFIX.openssl:Q} RUSTFLAGS+= -C link-arg=${COMPILER_RPATH_FLAG}${BUILDLINK_PREFIX.openssl}/lib .include "../../lang/rust/cargo.mk" .include "../../security/openssl/buildlink3.mk" .include "../../mk/bsd.pkg.mk" @ 1.9 log @net/bandsnatch: not for i386 @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.8 2024/09/09 19:13:19 pin Exp $ d14 1 a14 1 NOT_FOR_PLATFORM+= *-*-i386 @ 1.8 log @net/bandsnatch: update to 0.3.3 Fixed - Skip over releases that don't have any downloads. - Warn when failing to get Content-Disposition header, indicating the download is bad. @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.7 2024/08/04 17:44:24 pin Exp $ d13 3 @ 1.7 log @net/bandsnatch: update to 0.3.2 0.3.2 - 2024-07-16 Fixed - Force folders to end with an underscore if they would usually end with a space or full stop, due to issues with NTFS (#11). - Add ratelimiting to mitigate crashes that would occur when attempting dry runs sometimes. - Fix URL parsing error that would occur when using cookies.txt. @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.6 2023/10/24 22:10:12 wiz Exp $ d3 1 a3 1 DISTNAME= bandsnatch-0.3.2 @ 1.6 log @*: bump for openssl 3 @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.5 2023/10/07 15:22:28 pin Exp $ d3 1 a3 2 DISTNAME= bandsnatch-0.3.1 PKGREVISION= 1 d15 3 @ 1.5 log @net/bandsnatch: update to 0.3.1 Fixed - Fix crash that would occur if batch_size or item_count were null in a user's collection data for whatever reason. @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.4 2023/10/01 09:56:54 pin Exp $ d4 1 @ 1.4 log @net/bandsnatch: update to 0.3.0 0.3.0 - 2023-09-30 Added - New debug-collection subcommand, helpful for testing weird cases where some data is wrong on the user's collection page. @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.3 2023/03/13 19:35:05 pin Exp $ d3 1 a3 1 DISTNAME= bandsnatch-0.3.0 @ 1.3 log @net/bandsnatch: update to 0.2.1 Fixed - Some more fixes for some releases that don't have the exact same data structure as others. @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.2 2023/03/12 16:06:43 pin Exp $ d3 1 a3 1 DISTNAME= bandsnatch-0.2.1 a17 2 INSTALLATION_DIRS= bin a20 4 do-install: ${INSTALL_PROGRAM} ${WRKSRC}/target/release/bandsnatch \ ${DESTDIR}${PREFIX}/bin @ 1.2 log @net/bandsnatch: update to 0.2.0 Breaking Change - The previous behaviour of running the download job with the base command has been moved into its own subcommand run in order to accommodate some features I plan to add in the future. Added --dry-run flag to get a list of releases Bandsnatch would try to download, without actually downloading them. --debug flag to get some extra information in certain circumstances (Might be changed to --verbose in the future if I change my mind). Fixed - Fix problem where some releases could crash a thread with missing field 'download_type'. Changed - New run subcommand which replaces the previous functionality of running the downloader on the base command. @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.1 2023/01/21 11:23:38 pin Exp $ d3 1 a3 1 DISTNAME= bandsnatch-0.2.0 @ 1.1 log @Import bandsnatch CLI batch downloader for your Bandcamp collection. Bandsnatch is a Rust tool for downloading all of your Bandcamp purchases all at once in your desired format, and being able to be run multiple times when you buy new releases. This project is heavily inspired by Ezwen's bandcamp-collection-downloader, https://framagit.org/Ezwen/bandcamp-collection-downloader, which I used myself before this, specifically existing to help me learn Rust, but also to add some improvements over it that I've wanted. This tool is still currently a work in progress, so bugs and other weirdness may occur. If anything weird happens or something breaks, please open an issue about it with information and reproduction steps if possible. Specifically testing use of this with large collections would be very helpful to see if there's any areas that I need to improve in. If you're a developer poking around in the code, please note that this is my first proper project written using Rust, so code quality may be subpar, especially in terms of memory usage. If you have any ideas to improve the project in general I'd love to hear them. @ text @d1 1 a1 1 # $NetBSD$ d3 1 a3 1 DISTNAME= bandsnatch-0.1.1 @