pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/sysutils/cdirip sysutils/cdirip: import cdirip-0.6.4



details:   https://anonhg.NetBSD.org/pkgsrc/rev/81f4b05425fa
branches:  trunk
changeset: 334819:81f4b05425fa
user:      tpaul <tpaul%pkgsrc.org@localhost>
date:      Thu Jun 06 08:33:49 2019 +0000

description:
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.

diffstat:

 sysutils/cdirip/DESCR    |  11 +++++++++++
 sysutils/cdirip/Makefile |  20 ++++++++++++++++++++
 sysutils/cdirip/PLIST    |   2 ++
 sysutils/cdirip/distinfo |   6 ++++++
 4 files changed, 39 insertions(+), 0 deletions(-)

diffs (55 lines):

diff -r 11860a1bd095 -r 81f4b05425fa sysutils/cdirip/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/cdirip/DESCR     Thu Jun 06 08:33:49 2019 +0000
@@ -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.
diff -r 11860a1bd095 -r 81f4b05425fa sysutils/cdirip/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/cdirip/Makefile  Thu Jun 06 08:33:49 2019 +0000
@@ -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"
diff -r 11860a1bd095 -r 81f4b05425fa sysutils/cdirip/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/cdirip/PLIST     Thu Jun 06 08:33:49 2019 +0000
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1 2019/06/06 08:33:49 tpaul Exp $
+bin/cdirip
diff -r 11860a1bd095 -r 81f4b05425fa sysutils/cdirip/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/cdirip/distinfo  Thu Jun 06 08:33:49 2019 +0000
@@ -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