head	1.12;
access;
symbols
	pkgsrc-2026Q1:1.12.0.2
	pkgsrc-2026Q1-base:1.12
	pkgsrc-2025Q4:1.11.0.6
	pkgsrc-2025Q4-base:1.11
	pkgsrc-2025Q3:1.11.0.4
	pkgsrc-2025Q3-base:1.11
	pkgsrc-2025Q2:1.11.0.2
	pkgsrc-2025Q2-base:1.11
	pkgsrc-2025Q1:1.10.0.6
	pkgsrc-2025Q1-base:1.10
	pkgsrc-2024Q4:1.10.0.4
	pkgsrc-2024Q4-base:1.10
	pkgsrc-2024Q3:1.10.0.2
	pkgsrc-2024Q3-base:1.10
	pkgsrc-2024Q2:1.9.0.6
	pkgsrc-2024Q2-base:1.9
	pkgsrc-2024Q1:1.9.0.4
	pkgsrc-2024Q1-base:1.9
	pkgsrc-2023Q4:1.9.0.2
	pkgsrc-2023Q4-base:1.9
	pkgsrc-2023Q3:1.8.0.2
	pkgsrc-2023Q3-base:1.8
	pkgsrc-2023Q2:1.7.0.12
	pkgsrc-2023Q2-base:1.7
	pkgsrc-2023Q1:1.7.0.10
	pkgsrc-2023Q1-base:1.7
	pkgsrc-2022Q4:1.7.0.8
	pkgsrc-2022Q4-base:1.7
	pkgsrc-2022Q3:1.7.0.6
	pkgsrc-2022Q3-base:1.7
	pkgsrc-2022Q2:1.7.0.4
	pkgsrc-2022Q2-base:1.7
	pkgsrc-2022Q1:1.7.0.2
	pkgsrc-2022Q1-base:1.7
	pkgsrc-2021Q4:1.6.0.4
	pkgsrc-2021Q4-base:1.6
	pkgsrc-2021Q3:1.6.0.2
	pkgsrc-2021Q3-base:1.6
	pkgsrc-2021Q2:1.4.0.2
	pkgsrc-2021Q2-base:1.4;
locks; strict;
comment	@# @;


1.12
date	2026.01.29.14.22.10;	author pin;	state Exp;
branches;
next	1.11;
commitid	ZUl86MGp55HbpisG;

1.11
date	2025.04.04.20.02.37;	author pin;	state Exp;
branches;
next	1.10;
commitid	Xf8L6r7a78wMVLPF;

1.10
date	2024.08.16.03.35.04;	author pin;	state Exp;
branches;
next	1.9;
commitid	0msGrlMMoQJpTZlF;

1.9
date	2023.11.16.08.04.43;	author pin;	state Exp;
branches;
next	1.8;
commitid	QdhgfvSLJdvYbOME;

1.8
date	2023.07.25.10.07.39;	author pin;	state Exp;
branches;
next	1.7;
commitid	GLQy5kzG1SwgxayE;

1.7
date	2022.01.02.20.03.55;	author pin;	state Exp;
branches;
next	1.6;
commitid	PcrPXzticWaR76nD;

1.6
date	2021.08.05.08.53.59;	author pin;	state Exp;
branches;
next	1.5;
commitid	YLhjdz7QIBrVeL3D;

1.5
date	2021.07.06.08.52.31;	author pin;	state Exp;
branches;
next	1.4;
commitid	JqrMGLzFYwJecUZC;

1.4
date	2021.04.29.18.35.02;	author pin;	state Exp;
branches;
next	1.3;
commitid	PAxK5mMljSVvBdRC;

1.3
date	2021.04.24.19.54.29;	author pin;	state Exp;
branches;
next	1.2;
commitid	Udh7ESRCeimLcAQC;

1.2
date	2021.04.12.08.05.22;	author pin;	state Exp;
branches;
next	1.1;
commitid	rQbbzZiT7SkrFYOC;

1.1
date	2021.04.09.09.06.53;	author pin;	state Exp;
branches;
next	;
commitid	QMJbmxX8fyJx6BOC;


desc
@@


1.12
log
@graphics/qrrs: update to 0.1.11

 - add option to specify error correction level #237
@
text
@# $NetBSD: Makefile,v 1.11 2025/04/04 20:02:37 pin Exp $

DISTNAME=	qrrs-0.1.11
CATEGORIES=	graphics
MASTER_SITES=	${MASTER_SITE_GITHUB:=Lenivaya/}
GITHUB_TAG=	v${PKGVERSION_NOREV}

MAINTAINER=	pkgsrc-users@@NetBSD.org
HOMEPAGE=	https://github.com/Lenivaya/qrrs/
COMMENT=	CLI tool for working with qr-codes
LICENSE=	mit

.include "cargo-depends.mk"

#RUST_REQ=	1.93.0
#Upstream does not state the required MSRV.
#This package is confirmed to build with Rust 1.93.0 on amd64

INSTALLATION_DIRS=	bin ${PKGMANDIR}/man1

do-install:
	${INSTALL_PROGRAM} ${WRKSRC}/target/release/qrrs \
		${DESTDIR}${PREFIX}/bin
	${INSTALL_MAN} ${WRKSRC}/man/qrrs.1 \
		${DESTDIR}${PREFIX}/${PKGMANDIR}/man1

.include "../../lang/rust/cargo.mk"
.include "../../mk/bsd.pkg.mk"
@


1.11
log
@graphics/qrrs: reset maintainer
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.10 2024/08/16 03:35:04 pin Exp $
d3 1
a3 1
DISTNAME=	qrrs-0.1.10
d15 1
a15 1
#RUST_REQ=	1.79.0
d17 1
a17 1
#This package is confirmed to build with Rust 1.79.0 on amd64
@


1.10
log
@graphics/qrrs: update to 0.1.10

 - support of svg's (#226, #228)
 - little updates
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.9 2023/11/16 08:04:43 pin Exp $
d8 1
a8 1
MAINTAINER=	pin@@NetBSD.org
@


1.9
log
@graphics/qrrs: update to 0.1.9

No ChangeLog provided.
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.8 2023/07/25 10:07:39 pin Exp $
d3 1
a3 1
DISTNAME=	qrrs-0.1.9
d15 4
@


1.8
log
@graphics/qrrs: reset maintainer
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.7 2022/01/02 20:03:55 pin Exp $
d3 1
a3 1
DISTNAME=	qrrs-0.1.8
d8 1
a8 1
MAINTAINER=	pkgsrc-users@@NetBSD.org
d15 1
a15 1
INSTALLATION_DIRS=	bin
d18 4
a21 1
	${INSTALL_PROGRAM} ${WRKSRC}/target/release/qrrs ${DESTDIR}${PREFIX}/bin
@


1.7
log
@graphics/qrrs: update to 0.1.8

-rqrr updated from 0.3.2 to 0.4.0
-clap rm updated to latest released 3.0.0 version
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.6 2021/08/05 08:53:59 pin Exp $
d8 1
a8 1
MAINTAINER=	pin@@NetBSD.org
@


1.6
log
@graphics/qrrs: simplify Makefile
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.5 2021/07/06 08:52:31 pin Exp $
d3 1
a3 1
DISTNAME=	qrrs-0.1.7
@


1.5
log
@graphics/qrrs: update to 0.1.7

-Generate and print code with only input argument
-Use default behavior with no arguments as with -t flag
-Bump version
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.4 2021/04/29 18:35:02 pin Exp $
a14 2
USE_LANGUAGES+=	c

@


1.4
log
@qrrs: reclaim maintainership
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.3 2021/04/24 19:54:29 pin Exp $
d3 1
a3 1
DISTNAME=	qrrs-0.1.6
@


1.3
log
@graphics/qrrs: reset maintainer
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.2 2021/04/12 08:05:22 pin Exp $
d8 1
a8 1
MAINTAINER=	pkgsrc-users@@NetBSD.org
@


1.2
log
@graphics/qrrs: update to 0.1.6

-Little README changes
-Update license
-Add tarpaulin to shell.nix
-Separate creating cli and getting matches for better testing
-Add cli test
-Fix ugly unicode in README
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.1 2021/04/09 09:06:53 pin Exp $
d8 1
a8 1
MAINTAINER=	pin@@NetBSD.org
@


1.1
log
@graphics/qrrs: import package

QRrs is a command-line utility written in rust for working with qr codes
(what actually follows from the name).
@
text
@d1 1
a1 1
# $NetBSD$
d3 1
a3 1
DISTNAME=	qrrs-0.1.5
@

