pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/converters



Module Name:    pkgsrc
Committed By:   nia
Date:           Sun Dec 13 15:43:47 UTC 2020

Modified Files:
        pkgsrc/converters: Makefile
Added Files:
        pkgsrc/converters/cue2pops: DESCR Makefile PLIST distinfo
        pkgsrc/converters/cue2pops/patches: patch-Makefile

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.182 -r1.183 pkgsrc/converters/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/converters/cue2pops/DESCR \
    pkgsrc/converters/cue2pops/Makefile pkgsrc/converters/cue2pops/PLIST \
    pkgsrc/converters/cue2pops/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/converters/cue2pops/patches/patch-Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/converters/Makefile
diff -u pkgsrc/converters/Makefile:1.182 pkgsrc/converters/Makefile:1.183
--- pkgsrc/converters/Makefile:1.182    Mon Sep  7 10:37:16 2020
+++ pkgsrc/converters/Makefile  Sun Dec 13 15:43:46 2020
@@ -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+=      chef
 SUBDIR+=       cn2jp
 SUBDIR+=       code2html
 SUBDIR+=       convmv
+SUBDIR+=       cue2pops
 SUBDIR+=       doc2html
 SUBDIR+=       docx2txt
 SUBDIR+=       dos2unix

Added files:

Index: pkgsrc/converters/cue2pops/DESCR
diff -u /dev/null pkgsrc/converters/cue2pops/DESCR:1.1
--- /dev/null   Sun Dec 13 15:43:47 2020
+++ pkgsrc/converters/cue2pops/DESCR    Sun Dec 13 15:43:46 2020
@@ -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.
Index: pkgsrc/converters/cue2pops/Makefile
diff -u /dev/null pkgsrc/converters/cue2pops/Makefile:1.1
--- /dev/null   Sun Dec 13 15:43:47 2020
+++ pkgsrc/converters/cue2pops/Makefile Sun Dec 13 15:43:46 2020
@@ -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"
Index: pkgsrc/converters/cue2pops/PLIST
diff -u /dev/null pkgsrc/converters/cue2pops/PLIST:1.1
--- /dev/null   Sun Dec 13 15:43:47 2020
+++ pkgsrc/converters/cue2pops/PLIST    Sun Dec 13 15:43:46 2020
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1 2020/12/13 15:43:46 nia Exp $
+bin/cue2pops
Index: pkgsrc/converters/cue2pops/distinfo
diff -u /dev/null pkgsrc/converters/cue2pops/distinfo:1.1
--- /dev/null   Sun Dec 13 15:43:47 2020
+++ pkgsrc/converters/cue2pops/distinfo Sun Dec 13 15:43:46 2020
@@ -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

Index: pkgsrc/converters/cue2pops/patches/patch-Makefile
diff -u /dev/null pkgsrc/converters/cue2pops/patches/patch-Makefile:1.1
--- /dev/null   Sun Dec 13 15:43:47 2020
+++ pkgsrc/converters/cue2pops/patches/patch-Makefile   Sun Dec 13 15:43:46 2020
@@ -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