pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/converters Add converters/cue2pops.
details: https://anonhg.NetBSD.org/pkgsrc/rev/a367d3a12359
branches: trunk
changeset: 443442:a367d3a12359
user: nia <nia%pkgsrc.org@localhost>
date: Sun Dec 13 15:43:46 2020 +0000
description:
Add converters/cue2pops.
Contributed in a private email by embr%liclac.eu@localhost, thx!
cue2pops is a tool for converting PlayStation 1 backups in .CUE/.BIN format to
.VCD, the format supported by the PlayStation 2's POPS emulator.
The original cue2pops is Windows-only, this is the cue2pops-linux fork.
diffstat:
converters/Makefile | 3 ++-
converters/cue2pops/DESCR | 4 ++++
converters/cue2pops/Makefile | 18 ++++++++++++++++++
converters/cue2pops/PLIST | 2 ++
converters/cue2pops/distinfo | 7 +++++++
converters/cue2pops/patches/patch-Makefile | 18 ++++++++++++++++++
6 files changed, 51 insertions(+), 1 deletions(-)
diffs (86 lines):
diff -r 1f2c7709d7ef -r a367d3a12359 converters/Makefile
--- a/converters/Makefile Sun Dec 13 15:42:31 2020 +0000
+++ b/converters/Makefile Sun Dec 13 15:43:46 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.182 2020/09/07 10:37:16 wiz Exp $
+# $NetBSD: Makefile,v 1.183 2020/12/13 15:43:46 nia Exp $
#
COMMENT= Document format and character code converters
@@ -19,6 +19,7 @@
SUBDIR+= cn2jp
SUBDIR+= code2html
SUBDIR+= convmv
+SUBDIR+= cue2pops
SUBDIR+= doc2html
SUBDIR+= docx2txt
SUBDIR+= dos2unix
diff -r 1f2c7709d7ef -r a367d3a12359 converters/cue2pops/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/converters/cue2pops/DESCR Sun Dec 13 15:43:46 2020 +0000
@@ -0,0 +1,4 @@
+cue2pops is a tool for converting PlayStation 1 backups in .CUE/.BIN format to
+.VCD, the format supported by the PlayStation 2's POPS emulator.
+
+The original cue2pops is Windows-only, this is the cue2pops-linux fork.
diff -r 1f2c7709d7ef -r a367d3a12359 converters/cue2pops/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/converters/cue2pops/Makefile Sun Dec 13 15:43:46 2020 +0000
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1 2020/12/13 15:43:46 nia Exp $
+
+DISTNAME= cue2pops-linux-20180104
+PKGNAME= ${DISTNAME:S/-linux//}
+CATEGORIES= converters
+MASTER_SITES= ${MASTER_SITE_GITHUB:=makefu/}
+GITHUB_PROJECT= cue2pops-linux
+GITHUB_TAG= 541863adf23fdecde92eba5899f8d58586ca4551
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= https://github.com/makefu/cue2pops-linux
+COMMENT= Convert BIN/CUE to VCD for POPS on the PS2
+
+MAKE_FLAGS+= INSTALL_DIR=${DESTDIR}${PREFIX}/bin
+
+INSTALLATION_DIRS+= bin
+
+.include "../../mk/bsd.pkg.mk"
diff -r 1f2c7709d7ef -r a367d3a12359 converters/cue2pops/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/converters/cue2pops/PLIST Sun Dec 13 15:43:46 2020 +0000
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1 2020/12/13 15:43:46 nia Exp $
+bin/cue2pops
diff -r 1f2c7709d7ef -r a367d3a12359 converters/cue2pops/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/converters/cue2pops/distinfo Sun Dec 13 15:43:46 2020 +0000
@@ -0,0 +1,7 @@
+$NetBSD: distinfo,v 1.1 2020/12/13 15:43:46 nia Exp $
+
+SHA1 (cue2pops-linux-20180104-541863adf23fdecde92eba5899f8d58586ca4551.tar.gz) = c0292011eb20b2b4bebb72aa68cbc6ff1f236085
+RMD160 (cue2pops-linux-20180104-541863adf23fdecde92eba5899f8d58586ca4551.tar.gz) = 71466ec820510fb85c795d600b24add3aed511d6
+SHA512 (cue2pops-linux-20180104-541863adf23fdecde92eba5899f8d58586ca4551.tar.gz) =
2edc53e0fc5c2ab032340171680a1a1e61804fec93732abd56d542b993ca41ac4b497d5fd45386abc187d767f89f3ddce856e2688369ee797921af69778a32d1
+Size (cue2pops-linux-20180104-541863adf23fdecde92eba5899f8d58586ca4551.tar.gz) = 12422 bytes
+SHA1 (patch-Makefile) = 37fbb32cd9a13849826148eab2663bc27f98ceaf
diff -r 1f2c7709d7ef -r a367d3a12359 converters/cue2pops/patches/patch-Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/converters/cue2pops/patches/patch-Makefile Sun Dec 13 15:43:46 2020 +0000
@@ -0,0 +1,18 @@
+$NetBSD: patch-Makefile,v 1.1 2020/12/13 15:43:46 nia Exp $
+
+Honor CFLAGS
+
+--- Makefile.orig 2018-01-04 01:12:25.000000000 +0000
++++ Makefile
+@@ -2,9 +2,9 @@
+ SRC = cue2pops.c
+
+ CC = gcc
+-CFLAGS = -Wall -Wextra
++CFLAGS += -Wall -Wextra
+
+-CFLAGS_DEBUG = $(CFLAGS) -O0 -g -DDEBUG
++CFLAGS_DEBUG += $(CFLAGS) -O0 -g -DDEBUG
+
+ TARGET = cue2pops
+
Home |
Main Index |
Thread Index |
Old Index