View | Details | Raw Unified | Return to bug 134913 | Differences between
and this patch

Collapse All | Expand All

(-)b/audio/ripit/Makefile (-1 / +1 lines)
Lines 11-17 CATEGORIES= audio Link Here
11
MASTER_SITES=	http://www.suwald.com/ripit/
11
MASTER_SITES=	http://www.suwald.com/ripit/
12
12
13
MAINTAINER=	oyvind@moll.no
13
MAINTAINER=	oyvind@moll.no
14
COMMENT=	A perl-script frontend for encoding audio CDs to MP3 files
14
COMMENT=	A command line audio CD ripper
15
15
16
# See pkg-message about other dependencies.
16
# See pkg-message about other dependencies.
17
RUN_DEPENDS=	${SITE_PERL}/CDDB_get.pm:${PORTSDIR}/audio/p5-CDDB_get
17
RUN_DEPENDS=	${SITE_PERL}/CDDB_get.pm:${PORTSDIR}/audio/p5-CDDB_get
(-)b/audio/ripit/pkg-descr (-10 / +17 lines)
Lines 1-13 Link Here
1
ripit
1
RipIT is used to create MPEG-1 Layer 3 (mp3) using Lame, or uses Flac (flac),
2
-----
2
Ogg Vorbis (ogg) or Faac (m4a) to convert audio files (wav) extracted from an
3
audio CD. It is a console based front-end (no GUI here), written in Perl, for
4
various programs.
3
5
4
ripit is a small front-end program written in perl for ripping,
6
The program will do the following without user intervention:
5
encoding and tagging MP3s or Ogg/Vorbis files from audio CDs. It
7
 * getting the audio CD Album/Artist/Tracks information from CDDB 
6
is a console program that needs no user intervention. It requires
8
 * ripping the audio CD Tracks 
7
p5-CDDB for CDDB access. A track ripper program and an encoder are
9
 * encoding to Flac, mp3 or Ogg 
8
also needed.
10
 * id3 tags encoded songs 
11
 * creating an playlist (m3u) file 
12
 * optionally generating a toc (cue) sheet for nice DAO burning 
13
 * optionally preparing and send a CDDB submission and save it locally 
14
 * optionally extracting hidden songs and split ghost songs 
15
 * optionally creating md5sum files for all tracks 
16
 * running several encoder processes at the same time and same run 
9
17
10
WWW: http://www.suwald.com/ripit/ripit.html
18
WWW: http://www.suwald.com/ripit/news.php
11
19
12
--
20
--
13
Port by Oyvind Moll <oyvindmo@initio.no>
21
Port by Oyvind Moll <oyvind@moll.no>
14
- 

Return to bug 134913