Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
Cripple is a simple command line CD ripper wrapper. It uses audio/cdparanoia,
misc/libcdio or sysutils/cdrtools to rip, and audio/lame or audio/bladeenc to
encode tracks from a CD.
Cripple retrieves naming information for filenames and ID3 tags from the freedb
(CDDB) or local xmcd/CDDB format files, which it can write. CDDB access is
implemented via HTTP and works through proxies. There is built-in support for
writing ID3v1.1 tags to output files.
+16
View File
@@ -0,0 +1,16 @@
===========================================================================
$NetBSD: MESSAGE,v 1.2 2006/01/05 23:29:04 wiz Exp $
To use this package you will need at least one of the following rippers:
audio/cdparanoia
misc/libcdio
sysutils/cdrtools
and one of the following encoders:
audio/lame
audio/bladeenc
It will use cdparanoia and lame by default.
===========================================================================
+16
View File
@@ -0,0 +1,16 @@
# $NetBSD: Makefile,v 1.4 2013/04/13 07:55:06 ghen Exp $
DISTNAME= cripple-0.06b
PKGREVISION= 1
CATEGORIES= audio
MASTER_SITES= ${HOMEPAGE}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.vortex.prodigynet.co.uk/cripple/
COMMENT= Command line CD ripper/encoder wrapper with cddb support
GNU_CONFIGURE= yes
BUILD_TARGET= cripple
.include "../../mk/bsd.pkg.mk"
+3
View File
@@ -0,0 +1,3 @@
@comment $NetBSD: PLIST,v 1.1.1.1 2005/12/28 15:52:01 ghen Exp $
bin/cripple
man/man1/cripple.1
+6
View File
@@ -0,0 +1,6 @@
$NetBSD: distinfo,v 1.1.1.1 2005/12/28 15:52:01 ghen Exp $
SHA1 (cripple-0.06b.tar.bz2) = 24a2ad31a056549fa52751937ed6b582e34acb85
RMD160 (cripple-0.06b.tar.bz2) = 7cdfad53667a2a35e6a4e32505654d2fcd57c856
Size (cripple-0.06b.tar.bz2) = 56452 bytes
SHA1 (patch-aa) = 142b9dceb2f2c77f1cb2452f02d0c084ca188a95
+13
View File
@@ -0,0 +1,13 @@
$NetBSD: patch-aa,v 1.1.1.1 2005/12/28 15:52:01 ghen Exp $
--- cripple.h.orig 2005-05-01 22:56:23.000000000 +0200
+++ cripple.h
@@ -68,6 +68,8 @@
#ifdef __sun
# define DEF_CD_DEV "/vol/dev/aliases/cdrom0"
+#elif defined(__NetBSD__)
+# define DEF_CD_DEV "/dev/rcd0d"
#elif defined(__win32__)
/*
* on win32 a null path will cause read_cdtoc_from_drive() to search for one.