pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/sysutils/cdrkit Initial import of cdrkit-1.1.6 (from m...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9ebd235f83d9
branches:  trunk
changeset: 530533:9ebd235f83d9
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Jul 01 00:26:14 2007 +0000

description:
Initial import of cdrkit-1.1.6 (from my package in pkgsrc-wip):

cdrkit is a suite of programs for recording CDs and DVDs, blanking
CD-RW media, creating ISO-9660 filesystem images, extracting audio
CD data, and more. The programs included in the cdrkit package were
originally derived from several sources, most notably mkisofs by
Eric Youngdale and others, cdda2wav by Heiko Eissfeldt, and cdrecord
by Joerg Schilling. However, cdrkit is not affiliated with any of
these authors; it is now an independent project.

Tested by Blair Sadewitz.

diffstat:

 sysutils/cdrkit/DESCR            |   7 +++++++
 sysutils/cdrkit/Makefile         |  18 ++++++++++++++++++
 sysutils/cdrkit/PLIST            |  31 +++++++++++++++++++++++++++++++
 sysutils/cdrkit/distinfo         |   8 ++++++++
 sysutils/cdrkit/patches/patch-aa |  13 +++++++++++++
 sysutils/cdrkit/patches/patch-ab |  12 ++++++++++++
 sysutils/cdrkit/patches/patch-ac |   9 +++++++++
 7 files changed, 98 insertions(+), 0 deletions(-)

diffs (126 lines):

diff -r 775fb9b246f4 -r 9ebd235f83d9 sysutils/cdrkit/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/cdrkit/DESCR     Sun Jul 01 00:26:14 2007 +0000
@@ -0,0 +1,7 @@
+cdrkit is a suite of programs for recording CDs and DVDs, blanking
+CD-RW media, creating ISO-9660 filesystem images, extracting audio
+CD data, and more. The programs included in the cdrkit package were
+originally derived from several sources, most notably mkisofs by
+Eric Youngdale and others, cdda2wav by Heiko Eissfeldt, and cdrecord
+by Joerg Schilling. However, cdrkit is not affiliated with any of
+these authors; it is now an independent project.
diff -r 775fb9b246f4 -r 9ebd235f83d9 sysutils/cdrkit/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/cdrkit/Makefile  Sun Jul 01 00:26:14 2007 +0000
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1.1.1 2007/07/01 00:26:14 wiz Exp $
+#
+
+DISTNAME=      cdrkit-1.1.6
+CATEGORIES=    sysutils
+MASTER_SITES=  http://cdrkit.org/releases/
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://cdrkit.org/
+COMMENT=       Portable command-line CD/DVD recorder software
+
+USE_TOOLS+=    gmake
+USE_LANGUAGES= c c++
+MAKE_FLAGS+=   MANSUBDIR=man
+
+.include "../../devel/cmake/buildlink3.mk"
+.include "../../mk/oss.buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 775fb9b246f4 -r 9ebd235f83d9 sysutils/cdrkit/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/cdrkit/PLIST     Sun Jul 01 00:26:14 2007 +0000
@@ -0,0 +1,31 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2007/07/01 00:26:14 wiz Exp $
+bin/cdda2mp3
+bin/cdda2ogg
+bin/devdump
+bin/dirsplit
+bin/genisoimage
+bin/icedax
+bin/isodebug
+bin/isodump
+bin/isoinfo
+bin/isovfy
+bin/pitchplay
+bin/readmult
+bin/readom
+bin/wodim
+man/man1/cdda2ogg.1
+man/man1/devdump.1
+man/man1/dirsplit.1
+man/man1/genisoimage.1
+man/man1/icedax.1
+man/man1/isodebug.1
+man/man1/isodump.1
+man/man1/isoinfo.1
+man/man1/isovfy.1
+man/man1/list_audio_tracks.1
+man/man1/pitchplay.1
+man/man1/readmult.1
+man/man1/readom.1
+man/man1/wodim.1
+man/man5/genisoimagerc.5
+sbin/netscsid
diff -r 775fb9b246f4 -r 9ebd235f83d9 sysutils/cdrkit/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/cdrkit/distinfo  Sun Jul 01 00:26:14 2007 +0000
@@ -0,0 +1,8 @@
+$NetBSD: distinfo,v 1.1.1.1 2007/07/01 00:26:14 wiz Exp $
+
+SHA1 (cdrkit-1.1.6.tar.gz) = 39fd5f9c500f4f084bd112bc103bed2785a8eb8b
+RMD160 (cdrkit-1.1.6.tar.gz) = e8d322cdef9770c0cdce3fbb9b45a5e904f20d23
+Size (cdrkit-1.1.6.tar.gz) = 1407346 bytes
+SHA1 (patch-aa) = b83c5b64b957db9f2c0b003b2c6088ca9d17aa9a
+SHA1 (patch-ab) = 07e110ec3165c697f80f8fc2dbb104863f2bac97
+SHA1 (patch-ac) = 21d3b2cce56dadd2195897ed0e4c8ab34e9ac884
diff -r 775fb9b246f4 -r 9ebd235f83d9 sysutils/cdrkit/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/cdrkit/patches/patch-aa  Sun Jul 01 00:26:14 2007 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.1.1.1 2007/07/01 00:26:14 wiz Exp $
+
+--- genisoimage/genisoimage.c.orig     2007-01-09 09:41:51.000000000 +0000
++++ genisoimage/genisoimage.c
+@@ -1337,7 +1337,7 @@ int main(int argc, char *argv[])
+               longopts[il].name = NULL;
+       }
+ 
+-      while ((c = getopt_long_only(argc, argv, shortopts,
++      while ((c = getopt_long(argc, argv, shortopts,
+                                               longopts, &longind)) != EOF)
+               switch (c) {
+               case 1:
diff -r 775fb9b246f4 -r 9ebd235f83d9 sysutils/cdrkit/patches/patch-ab
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/cdrkit/patches/patch-ab  Sun Jul 01 00:26:14 2007 +0000
@@ -0,0 +1,12 @@
+$NetBSD: patch-ab,v 1.1.1.1 2007/07/01 00:26:14 wiz Exp $
+
+--- icedax/CMakeLists.txt.orig 2006-11-30 02:05:00.000000000 +0000
++++ icedax/CMakeLists.txt
+@@ -7,6 +7,7 @@ include(../include/AddNetworkBits.cmake)
+ FIND_FILE (HAVE_SYS_SOUNDCARD_H sys/soundcard.h)
+ IF(HAVE_SYS_SOUNDCARD_H)
+       ADD_DEFINITIONS(-DHAVE_SYS_SOUNDCARD_H)
++      LIST(APPEND EXTRA_LIBS ossaudio)
+ ENDIF(HAVE_SYS_SOUNDCARD_H)
+ FIND_FILE (HAVE_LINUX_SOUNDCARD_H linux/soundcard.h)
+ IF(HAVE_LINUX_SOUNDCARD_H)
diff -r 775fb9b246f4 -r 9ebd235f83d9 sysutils/cdrkit/patches/patch-ac
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/cdrkit/patches/patch-ac  Sun Jul 01 00:26:14 2007 +0000
@@ -0,0 +1,9 @@
+$NetBSD: patch-ac,v 1.1.1.1 2007/07/01 00:26:14 wiz Exp $
+
+--- 3rd-party/dirsplit/CMakeLists.txt.orig     2006-08-24 17:36:32.000000000 +0000
++++ 3rd-party/dirsplit/CMakeLists.txt
+@@ -1,3 +1,3 @@
+ PROJECT (DIRSPLIT)
+ INSTALL(PROGRAMS dirsplit DESTINATION bin)
+-INSTALL(FILES dirsplit.1 DESTINATION share/man/man1)
++INSTALL(FILES dirsplit.1 DESTINATION ${MANSUBDIR}/man1)



Home | Main Index | Thread Index | Old Index