Ticket #2871: Portfile

File Portfile, 1.8 KB (added by jrdittmann@…, 19 years ago)

new portfile

Line 
1# $Id: $
2
3PortSystem 1.0
4name                    cdparanoia
5version                 0.9.8
6categories              audio
7maintainers             jrdittmann@wisc.edu
8description             An audio extraction tool for sampling CDs.
9long_description        \
10        Cdparanoia is a Compact Disc Digital Audio (CDDA) extraction tool, \
11        commonly known on the net as a 'ripper'. The application is built \
12        on top of the Paranoia library, which is doing the real work (the \
13        Paranoia source is included in the cdparanoia source distribution). \
14        Like the original cdda2wav, cdparanoia package reads audio from the \
15        CDROM directly as data, with no analog step between, and writes the \
16        data to a file or pipe in WAV, AIFC or raw 16 bit linear PCM. \
17        Cdparanoia is a bit different than most other CDDA extraction \
18        tools. It contains few-to-no 'extra' features, concentrating only \
19        on the ripping process and knowing as much as possible about the \
20        hardware performing it. Cdparanoia will read correct, rock-solid \
21        audio data from inexpensive drives prone to misalignment, frame \
22        jitter and loss of streaming during atomic reads. Cdparanoia will \
23        also read and repair data from CDs that have been damaged in some \
24        way. At the same time, however, cdparanoia turns out to be easy to \
25        use and administrate. It has no compile time configuration, happily \
26        autodetecting the CDROM, its type, its interface and other aspects \
27        of the ripping process at runtime. A single binary can serve the \
28        diverse hardware of the do-it-yourself computer laboratory from Hell...
29
30homepage                http://www.livejournal.com/users/strangehours/9698.html
31platforms               darwin
32
33master_sites            http://permuted.net/software/
34checksums               md5 011e83fdedb536cf4dcabca7c4c0c5c2
35
36
37patchfiles              cdparanoia-panther
38configure.args          --mandir=\\\${prefix}/share/man
39
40
41
42destroot.destdir        prefix=${destroot}${prefix}