pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/cdirip



Module Name:    pkgsrc
Committed By:   tpaul
Date:           Thu Jun  6 08:33:49 UTC 2019

Added Files:
        pkgsrc/sysutils/cdirip: DESCR Makefile PLIST distinfo

Log Message:
sysutils/cdirip: import cdirip-0.6.4

This is a small program capable of extracting all the tracks contained in a
CDI (DiscJuggler) image. Both 2.0 and 3.0 CDI image versions are supported.
This will allow users which cannot use this software (either by software
incompatibilities or having an unsupported OS such as Linux or Mac OS) to burn
the contents of such images, which have a propietary format not supported by
any other recording software.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/sysutils/cdirip/DESCR \
    pkgsrc/sysutils/cdirip/Makefile pkgsrc/sysutils/cdirip/PLIST \
    pkgsrc/sysutils/cdirip/distinfo

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

Added files:

Index: pkgsrc/sysutils/cdirip/DESCR
diff -u /dev/null pkgsrc/sysutils/cdirip/DESCR:1.1
--- /dev/null   Thu Jun  6 08:33:49 2019
+++ pkgsrc/sysutils/cdirip/DESCR        Thu Jun  6 08:33:49 2019
@@ -0,0 +1,11 @@
+This is a small program capable of extracting all the tracks contained in a
+CDI (DiscJuggler) image. Both 2.0 and 3.0 CDI image versions are supported.
+This will allow users which cannot use this software (either by software
+incompatibilities or having an unsupported OS such as Linux or Mac OS) to burn
+the contents of such images, which have a propietary format not supported by
+any other recording software.
+
+So this program will allow you to record the contents of a DiscJuggler image
+with another CD-recording application. Any program that understands standard
+WAV audio files and ISO or BIN images will do the job, such as CDR-Win,
+cdrecord, WinOnCD or Fireburner.
Index: pkgsrc/sysutils/cdirip/Makefile
diff -u /dev/null pkgsrc/sysutils/cdirip/Makefile:1.1
--- /dev/null   Thu Jun  6 08:33:49 2019
+++ pkgsrc/sysutils/cdirip/Makefile     Thu Jun  6 08:33:49 2019
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1 2019/06/06 08:33:49 tpaul Exp $
+
+DISTNAME=      cdirip-0.6.4
+CATEGORIES=    sysutils
+MASTER_SITES=  ${MASTER_SITE_GITHUB:=jozip/}
+GITHUB_TAG=    v${PKGVERSION_NOREV}
+
+MAINTAINER=    tpaul%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/jozip/cdirip/
+COMMENT=       Program for extracting tracks from a CDI (DiscJuggler) image
+LICENSE=       gnu-gpl-v2
+
+MAKE_FLAGS+=   CC=${CC:Q}
+
+INSTALLATION_DIRS=     bin
+
+do-install:
+       ${INSTALL_PROGRAM} ${WRKSRC}/cdirip ${DESTDIR}${PREFIX}/bin
+
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/sysutils/cdirip/PLIST
diff -u /dev/null pkgsrc/sysutils/cdirip/PLIST:1.1
--- /dev/null   Thu Jun  6 08:33:49 2019
+++ pkgsrc/sysutils/cdirip/PLIST        Thu Jun  6 08:33:49 2019
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1 2019/06/06 08:33:49 tpaul Exp $
+bin/cdirip
Index: pkgsrc/sysutils/cdirip/distinfo
diff -u /dev/null pkgsrc/sysutils/cdirip/distinfo:1.1
--- /dev/null   Thu Jun  6 08:33:49 2019
+++ pkgsrc/sysutils/cdirip/distinfo     Thu Jun  6 08:33:49 2019
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2019/06/06 08:33:49 tpaul Exp $
+
+SHA1 (cdirip-0.6.4.tar.gz) = 708295ba56347cd2d831a9af7830201554b2d7ec
+RMD160 (cdirip-0.6.4.tar.gz) = cf0c3f3359de2e679006228e8c35bc8bd54fd8ce
+SHA512 (cdirip-0.6.4.tar.gz) = 1ee313350fef61b96284a7a6990faae5c353bf415bbb9ea8a62e71e993e5f762f2e97724298bff2490204b471f0cefd84934c575821502f8e09c2ee1e9356fa1
+Size (cdirip-0.6.4.tar.gz) = 30003 bytes



Home | Main Index | Thread Index | Old Index