head 1.5; access; symbols pkgsrc-2026Q1:1.5.0.8 pkgsrc-2026Q1-base:1.5 pkgsrc-2025Q4:1.5.0.6 pkgsrc-2025Q4-base:1.5 pkgsrc-2025Q3:1.5.0.4 pkgsrc-2025Q3-base:1.5 pkgsrc-2025Q2:1.5.0.2 pkgsrc-2025Q2-base:1.5 pkgsrc-2025Q1:1.2.0.2 pkgsrc-2025Q1-base:1.2; locks; strict; comment @# @; 1.5 date 2025.04.10.13.00.08; author pin; state Exp; branches; next 1.4; commitid ov9UjswCXoHNovQF; 1.4 date 2025.04.02.17.34.08; author pin; state Exp; branches; next 1.3; commitid vW5qRpZoWMKOavPF; 1.3 date 2025.04.02.10.50.24; author pin; state Exp; branches; next 1.2; commitid LZjOBhA1HFrkWsPF; 1.2 date 2025.01.24.13.31.30; author pin; state Exp; branches; next 1.1; commitid 5kqNituYKpB11KGF; 1.1 date 2025.01.02.21.43.53; author pin; state Exp; branches; next ; commitid 02XMc5gsiIVJrXDF; desc @@ 1.5 log @devel/cargo-licenses: add i386-sse2.mk @ text @# $NetBSD: Makefile,v 1.4 2025/04/02 17:34:08 pin Exp $ DISTNAME= cargo-licenses-0.2.0 CATEGORIES= devel MASTER_SITES= https://static.crates.io/crates/cargo-licenses/ EXTRACT_SUFX= .crate MAINTAINER= pkgsrc-users@@NetBSD.org HOMEPAGE= https://github.com/jhenrique04/cargo-licenses/ COMMENT= Tool to audit license information for Rust projects LICENSE= apache-2.0 OR mit # See, https://github.com/briansmith/ring/issues/1999 .include "../../mk/compiler/i386-sse2.mk" .include "cargo-depends.mk" #RUST_REQ= 1.83.0 #Upstream does not state the required MSRV. #This package is confirmed to build with Rust 1.83.0 on amd64 USE_TOOLS+= pkg-config 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.4 log @devel/cargo-licenses: reset maintainer @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.3 2025/04/02 10:50:24 pin Exp $ d14 1 a14 1 NOT_FOR_PLATFORM+= *-*-i386 @ 1.3 log @devel/cargo-licenses: not for i386 @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.2 2025/01/24 13:31:30 pin Exp $ d8 1 a8 1 MAINTAINER= pin@@NetBSD.org @ 1.2 log @devel/cargo-licenses: adopt maintainer @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.1 2025/01/02 21:43:53 pin Exp $ d13 3 @ 1.1 log @devel/cargo-licenses: import package A command-line tool that scans your Cargo.toml for direct dependencies (optionally including dev-dependencies and build-dependencies), fetches their license info from crates.io, and generates a concise license report in either Markdown or JSON. @ text @d1 1 a1 1 # $NetBSD$ d8 1 a8 1 MAINTAINER= pkgsrc-users@@NetBSD.org @