pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/emulators
Module Name: pkgsrc
Committed By: nia
Date: Thu Oct 24 10:45:54 UTC 2024
Modified Files:
pkgsrc/emulators: Makefile
Added Files:
pkgsrc/emulators/advancescan: DESCR Makefile PLIST distinfo
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r1.365 -r1.366 pkgsrc/emulators/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/emulators/advancescan/DESCR \
pkgsrc/emulators/advancescan/Makefile pkgsrc/emulators/advancescan/PLIST \
pkgsrc/emulators/advancescan/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/emulators/Makefile
diff -u pkgsrc/emulators/Makefile:1.365 pkgsrc/emulators/Makefile:1.366
--- pkgsrc/emulators/Makefile:1.365 Sat Oct 19 08:23:14 2024
+++ pkgsrc/emulators/Makefile Thu Oct 24 10:45:54 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.365 2024/10/19 08:23:14 nia Exp $
+# $NetBSD: Makefile,v 1.366 2024/10/24 10:45:54 nia Exp $
#
COMMENT= Emulators for other machines and systems
@@ -15,6 +15,7 @@ SUBDIR+= ROMBuild
SUBDIR+= ROMInfo
SUBDIR+= ZIPIdent
SUBDIR+= advancemame
+SUBDIR+= advancescan
SUBDIR+= aliados
SUBDIR+= applyppf
SUBDIR+= aranym
Added files:
Index: pkgsrc/emulators/advancescan/DESCR
diff -u /dev/null pkgsrc/emulators/advancescan/DESCR:1.1
--- /dev/null Thu Oct 24 10:45:54 2024
+++ pkgsrc/emulators/advancescan/DESCR Thu Oct 24 10:45:54 2024
@@ -0,0 +1,16 @@
+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.
Index: pkgsrc/emulators/advancescan/Makefile
diff -u /dev/null pkgsrc/emulators/advancescan/Makefile:1.1
--- /dev/null Thu Oct 24 10:45:54 2024
+++ pkgsrc/emulators/advancescan/Makefile Thu Oct 24 10:45:54 2024
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1 2024/10/24 10:45:54 nia Exp $
+
+DISTNAME= advancescan-1.18
+CATEGORIES= emulators
+MASTER_SITES= ${MASTER_SITE_GITHUB:=amadvance/}
+GITHUB_RELEASE= v${PKGVERSION_NOREV}
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+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"
Index: pkgsrc/emulators/advancescan/PLIST
diff -u /dev/null pkgsrc/emulators/advancescan/PLIST:1.1
--- /dev/null Thu Oct 24 10:45:54 2024
+++ pkgsrc/emulators/advancescan/PLIST Thu Oct 24 10:45:54 2024
@@ -0,0 +1,5 @@
+@comment $NetBSD: PLIST,v 1.1 2024/10/24 10:45:54 nia Exp $
+bin/advdiff
+bin/advscan
+man/man1/advdiff.1
+man/man1/advscan.1
Index: pkgsrc/emulators/advancescan/distinfo
diff -u /dev/null pkgsrc/emulators/advancescan/distinfo:1.1
--- /dev/null Thu Oct 24 10:45:54 2024
+++ pkgsrc/emulators/advancescan/distinfo Thu Oct 24 10:45:54 2024
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2024/10/24 10:45:54 nia Exp $
+
+BLAKE2s (advancescan-1.18.tar.gz) = 3c8db53ea628e4f16ddb1fe38d1a6bdc1ee418dc54a6aa07ec9c0161547b3781
+SHA512 (advancescan-1.18.tar.gz) = ad7529fb2dd625f8d5aa5f5d1cabfbeb5612b1da6e0952a451abd162a95aadf616b74b2bf5b6c4963188cea1267394f2ee84c3f47a323d345d285e9c63622889
+Size (advancescan-1.18.tar.gz) = 319467 bytes
Home |
Main Index |
Thread Index |
Old Index