pkgsrc-WIP-changes archive

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

cdirip: Import cdirip-0.6.3 as devel/cdirip



Module Name:	pkgsrc-wip
Committed By:	Travis Paul <Tr%visPaul.me@localhost>
Pushed By:	tpaul
Date:		Thu Nov 3 01:01:52 2016 -0400
Changeset:	af4f97cbecdad97a45d6c6a1895fd70f55b509df

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

Log Message:
cdirip: Import cdirip-0.6.3 as devel/cdirip

Program for extracting tracks from a CDI (DiscJuggler) image.
Particularly useful for Dreamcast homebrew development.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=af4f97cbecdad97a45d6c6a1895fd70f55b509df

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

diffstat:
 cdirip/DESCR    | 11 +++++++++++
 cdirip/Makefile | 23 +++++++++++++++++++++++
 cdirip/PLIST    |  2 ++
 cdirip/distinfo |  6 ++++++
 4 files changed, 42 insertions(+)

diffs:
diff --git a/cdirip/DESCR b/cdirip/DESCR
new file mode 100644
index 0000000..7f308e4
--- /dev/null
+++ b/cdirip/DESCR
@@ -0,0 +1,11 @@
+This is a small proggie 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 --git a/cdirip/Makefile b/cdirip/Makefile
new file mode 100644
index 0000000..fab5b89
--- /dev/null
+++ b/cdirip/Makefile
@@ -0,0 +1,23 @@
+# $NetBSD$
+# vim: noexpandtab:
+
+GITHUB_PROJECT=	cdirip
+DISTNAME=	cdirip-v0.6.3
+CATEGORIES=	devel
+MASTER_SITES=	${MASTER_SITE_GITHUB:=jozip/}
+DIST_SUBDIR=	${GITHUB_PROJECT}
+
+MAINTAINER=	Tr%visPaul.me@localhost
+HOMEPAGE=	https://github.com/jozip/cdirip/
+COMMENT=	Program for extracting tracks from a CDI (DiscJuggler) image
+LICENSE=	gnu-gpl-v2
+
+NO_CONFIGURE=	yes
+INSTALLATION_DIRS=	bin
+
+do-install:
+	${INSTALL_PROGRAM} ${WRKSRC}/cdirip ${DESTDIR}${PREFIX}/bin
+
+WRKSRC=	${WRKDIR}/cdirip-0.6.3
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/cdirip/PLIST b/cdirip/PLIST
new file mode 100644
index 0000000..a279c9a
--- /dev/null
+++ b/cdirip/PLIST
@@ -0,0 +1,2 @@
+@comment $NetBSD$
+bin/cdirip
diff --git a/cdirip/distinfo b/cdirip/distinfo
new file mode 100644
index 0000000..a6ae826
--- /dev/null
+++ b/cdirip/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (cdirip/cdirip-v0.6.3.tar.gz) = 788d2fab1e07fed34096fce7d7648be3d1d9fb14
+RMD160 (cdirip/cdirip-v0.6.3.tar.gz) = f08afde4350d226f95595e59e060a2572dd29dca
+SHA512 (cdirip/cdirip-v0.6.3.tar.gz) = 950683625fd7aa32d88d2a872263e15c7e1d5c0e494d20997c115e830f35b9b9998ba4c37932bcc79bd76cff6010b23a64e472e535e731caa7efcd8a1391c7ff
+Size (cdirip/cdirip-v0.6.3.tar.gz) = 29995 bytes


Home | Main Index | Thread Index | Old Index