head	1.3;
access;
symbols
	pkgsrc-2026Q1:1.3.0.24
	pkgsrc-2026Q1-base:1.3
	pkgsrc-2025Q4:1.3.0.22
	pkgsrc-2025Q4-base:1.3
	pkgsrc-2025Q3:1.3.0.20
	pkgsrc-2025Q3-base:1.3
	pkgsrc-2025Q2:1.3.0.18
	pkgsrc-2025Q2-base:1.3
	pkgsrc-2025Q1:1.3.0.16
	pkgsrc-2025Q1-base:1.3
	pkgsrc-2024Q4:1.3.0.14
	pkgsrc-2024Q4-base:1.3
	pkgsrc-2024Q3:1.3.0.12
	pkgsrc-2024Q3-base:1.3
	pkgsrc-2024Q2:1.3.0.10
	pkgsrc-2024Q2-base:1.3
	pkgsrc-2024Q1:1.3.0.8
	pkgsrc-2024Q1-base:1.3
	pkgsrc-2023Q4:1.3.0.6
	pkgsrc-2023Q4-base:1.3
	pkgsrc-2023Q3:1.3.0.4
	pkgsrc-2023Q3-base:1.3
	pkgsrc-2023Q2:1.3.0.2
	pkgsrc-2023Q2-base:1.3
	pkgsrc-2023Q1:1.2.0.26
	pkgsrc-2023Q1-base:1.2
	pkgsrc-2022Q4:1.2.0.24
	pkgsrc-2022Q4-base:1.2
	pkgsrc-2022Q3:1.2.0.22
	pkgsrc-2022Q3-base:1.2
	pkgsrc-2022Q2:1.2.0.20
	pkgsrc-2022Q2-base:1.2
	pkgsrc-2022Q1:1.2.0.18
	pkgsrc-2022Q1-base:1.2
	pkgsrc-2021Q4:1.2.0.16
	pkgsrc-2021Q4-base:1.2
	pkgsrc-2021Q3:1.2.0.14
	pkgsrc-2021Q3-base:1.2
	pkgsrc-2021Q2:1.2.0.12
	pkgsrc-2021Q2-base:1.2
	pkgsrc-2021Q1:1.2.0.10
	pkgsrc-2021Q1-base:1.2
	pkgsrc-2020Q4:1.2.0.8
	pkgsrc-2020Q4-base:1.2
	pkgsrc-2020Q3:1.2.0.6
	pkgsrc-2020Q3-base:1.2
	pkgsrc-2020Q2:1.2.0.4
	pkgsrc-2020Q2-base:1.2
	pkgsrc-2020Q1:1.2.0.2
	pkgsrc-2020Q1-base:1.2
	pkgsrc-2019Q4:1.1.0.6
	pkgsrc-2019Q4-base:1.1
	pkgsrc-2019Q3:1.1.0.2
	pkgsrc-2019Q3-base:1.1;
locks; strict;
comment	@# @;


1.3
date	2023.06.06.12.41.59;	author riastradh;	state Exp;
branches;
next	1.2;
commitid	xhspr6Z8JLQOWSrE;

1.2
date	2020.01.26.17.31.45;	author rillig;	state Exp;
branches;
next	1.1;
commitid	4fBBvoSLJaGd0eUB;

1.1
date	2019.09.01.14.01.39;	author ryoon;	state Exp;
branches;
next	;
commitid	AsXQ6CjZQ54xzjBB;


desc
@@


1.3
log
@Mass-change BUILD_DEPENDS to TOOL_DEPENDS outside mk/.

Almost all uses, if not all of them, are wrong, according to the
semantics of BUILD_DEPENDS (packages built for target available for
use _by_ tools at build-time) and TOOL_DEPEPNDS (packages built for
host available for use _as_ tools at build-time).

No change to BUILD_DEPENDS as used correctly inside buildlink3.

As proposed on tech-pkg:
https://mail-index.netbsd.org/tech-pkg/2023/06/03/msg027632.html
@
text
@# $NetBSD: Makefile,v 1.2 2020/01/26 17:31:45 rillig Exp $

DISTNAME=	dvd-vr-0.9.7
CATEGORIES=	multimedia
MASTER_SITES=	http://www.pixelbeat.org/programs/dvd-vr/

MAINTAINER=	ryoon@@NetBSD.org
HOMEPAGE=	https://www.pixelbeat.org/programs/dvd-vr/
COMMENT=	Utility to identify and optionally copy recordings from DVD-VR
LICENSE=	gnu-gpl-v2

TOOL_DEPENDS+=	help2man-[0-9]*:../../converters/help2man

MAKE_FLAGS+=	PREFIX=${PREFIX}
MAKE_FLAGS+=	mandir=${PREFIX}/${PKGMANDIR}

USE_TOOLS+=	gmake

.include "../../mk/bsd.pkg.mk"
@


1.2
log
@all: migrate homepages from http to https

pkglint -r --network --only "migrate"

As a side-effect of migrating the homepages, pkglint also fixed a few
indentations in unrelated lines. These and the new homepages have been
checked manually.
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.1 2019/09/01 14:01:39 ryoon Exp $
d12 1
a12 1
BUILD_DEPENDS+=	help2man-[0-9]*:../../converters/help2man
@


1.1
log
@multimedia/dvd-vr: import dvd-vr-0.9.7

dvd-vr is a utility to identify and optionally copy recordings
from a DVD-VR format disc, which can be created by devices like
DVD recorders and camcorders.
@
text
@d1 1
a1 1
# $NetBSD$
d8 1
a8 1
HOMEPAGE=	http://www.pixelbeat.org/programs/dvd-vr/
@

