head	1.1;
access;
symbols
	pkgsrc-2026Q1:1.1.0.12
	pkgsrc-2026Q1-base:1.1
	pkgsrc-2025Q4:1.1.0.10
	pkgsrc-2025Q4-base:1.1
	pkgsrc-2025Q3:1.1.0.8
	pkgsrc-2025Q3-base:1.1
	pkgsrc-2025Q2:1.1.0.6
	pkgsrc-2025Q2-base:1.1
	pkgsrc-2025Q1:1.1.0.4
	pkgsrc-2025Q1-base:1.1
	pkgsrc-2024Q4:1.1.0.2
	pkgsrc-2024Q4-base:1.1;
locks; strict;
comment	@# @;


1.1
date	2024.10.24.10.45.54;	author nia;	state Exp;
branches;
next	;
commitid	gU4S09izvMAD3UuF;


desc
@@


1.1
log
@Import emulators/advancescan

AdvanceSCAN is a command line rom manager for AdvanceMAME, AdvanceMESS and
any other MAME derivative.

The main features are:

 * Directly read, write zip archives without decompressing and
   recompressing them for the best performance.
 * Add, copy, move and rename files in the zip archives. Any rom that you
   have is placed automatically in the correct zip.
 * Recognize the text files added by rom sites and delete them.
 * Recognize the text files added by the rom dumpers and keep or delete
   them.
 * It's safe. On all the zip operations any file removed or overwritten
   is saved in the `rom_unknown' `sample_unknown' directories and kept
   for future uses. This will prevent any unwanted remove operation.
 * Generate differential rom sets.
@
text
@# $NetBSD$

DISTNAME=	advancescan-1.18
CATEGORIES=	emulators
MASTER_SITES=	${MASTER_SITE_GITHUB:=amadvance/}
GITHUB_RELEASE=	v${PKGVERSION_NOREV}

MAINTAINER=	pkgsrc-users@@NetBSD.org
HOMEPAGE=	http://www.advancemame.it/scan-readme
COMMENT=	Command line ROM manager for MAME derivatives
LICENSE=	gnu-gpl-v2

GNU_CONFIGURE=	yes
USE_LANGUAGES=	c c++

FORCE_CXX_STD=	gnu++98

.include "../../devel/zlib/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
@
