Port details |
- ripit Command line audio CD ripper
- 3.9.0_3 audio
=16 3.9.0_3Version of this port present on the latest quarterly branch.
- DEPRECATED: Upstream no longer maintained, use audio/abcde instead
This port expired on: 2021-07-17
- Maintainer: tobias.rehbein@web.de
- Port Added: unknown
- Last Update: 2021-07-18 09:33:02
- Commit Hash: b13be27
- People watching this port, also watch:: unzip, mpg123, lame, zip
- License: GPLv2
- WWW:
- https://github.com/blabber/ripit
- Description:
- RipIT is used to create MPEG-1 Layer 3 (mp3) using Lame, or uses Flac (flac),
Ogg Vorbis (ogg) or Faac (m4a) to convert audio files (wav) extracted from an
audio CD. It is a console based front-end (no GUI here), written in Perl, for
various programs.
The program will do the following without user intervention:
* getting the audio CD Album/Artist/Tracks information from CDDB
* ripping the audio CD Tracks
* encoding to Flac, mp3 or Ogg
* id3 tags encoded songs
* creating an playlist (m3u) file
* optionally generating a toc (cue) sheet for nice DAO burning
* optionally preparing and send a CDDB submission and save it locally
* optionally extracting hidden songs and split ghost songs
* optionally creating md5sum files for all tracks
* running several encoder processes at the same time and same run
WWW: https://github.com/blabber/ripit
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- No installation instructions:
- This port has been deleted.
- PKGNAME: ripit
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (ripit-3.9.0.tar.bz2) = e45a5bd73e5b313932ec5bdec24260a35aa44da13d40cb1ccbd737837be6c82c
SIZE (ripit-3.9.0.tar.bz2) = 104560
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Runtime dependencies:
-
- p5-CDDB_get>=0 : audio/p5-CDDB_get
- p5-libwww>=0 : www/p5-libwww
- p5-WebService-MusicBrainz>=0 : www/p5-WebService-MusicBrainz
- p5-MusicBrainz-DiscID>=0 : audio/p5-MusicBrainz-DiscID
- lame : audio/lame
- cdparanoia : audio/cdparanoia
- perl5>=5.32.r0<5.33 : lang/perl5.32
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for ripit-3.9.0_3:
EXAMPLES=on: Build and/or install examples
===> Use 'make config' to modify these settings
- Options name:
- audio_ripit
- USES:
- perl5 shebangfix tar:bzip2
- pkg-message:
- For install:
- ripit can use a number of different programs to do the actual track
extraction and audio encoding. By default ripit uses cdparanoia and
lame respectively, so this port depends on those two having been
installed. If you want ripit to use other helper utils, just install
them and tell ripit which ones to use.
It is recommended that you set your CD-device, the preferred ripper
and encoder, any encoding quality preferences etc. on the ripit
command line and adding "--save" to get those as the default values.
This will enable you to later on just type "ripit" and start doing
your work.
For more help, type "ripit --help"
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
3.9.0_3 18 Jul 2021 09:33:02 |
Rene Ladan (rene) |
cleanup: Remove expired ports:
2021-07-16 net-mgmt/unifi-lts: Upstream EoL the hardware supported by this
release
2021-07-17 audio/ripit: Upstream no longer maintained, use audio/abcde instead |
3.9.0_3 17 Apr 2021 08:04:58 |
Tobias Kortkamp (tobik) Author: Poul-Henning Kamp |
Deprecate audio/ripit
It has been abandoned upstream.
PR: 248426
Approved by: maintainer |
3.9.0_3 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
3.9.0_3 16 Jan 2020 09:34:42 |
bapt |
First pass at moving manpages to share/man for category a* |
3.9.0_3 13 Aug 2019 16:00:39 |
mat |
Convert to UCL & cleanup pkg-message (categories a-c) |
3.9.0_3 31 Jan 2019 11:56:31 |
swills |
audio/ripit: replace upstream
PR: 235334
Submitted by: tobias.rehbein@web.de (maintainer) |
3.9.0_2 25 Nov 2017 01:25:36 |
woodsb02 |
audio/p5-MusicBrainz-DiscID: Update to 0.04
- Take maintainership
- Bump PORTREVISION of ports depending on this port
- Added USES=localbase to work around an issue where the Makefile.PL
pkgconfig check was finding that the discid check required the
CFLAGS+=-I/usr/local/include, but was not adding it to the Makefile.
Changes this release:
http://cpansearch.perl.org/src/NJH/MusicBrainz-DiscID-0.04/Changes
PR: 223344
Approved by: tobias.rehbein@web.de (previous maintainer) |
3.9.0_1 19 May 2016 11:09:14 |
amdmi3 |
- Fix trailing whitespace in pkg-messages
Approved by: portmgr blanket |
3.9.0_1 19 May 2016 10:21:25 |
amdmi3 |
- Fix trailing whitespace in pkg-descrs, categories [a-f]*
Approved by: portmgr blanket |
3.9.0_1 01 Apr 2016 13:29:17 |
mat |
Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat: portmgr
Sponsored by: Absolight |
3.9.0_1 19 Oct 2015 14:50:52 |
amdmi3 |
Improve shebangfix framework
- Support multiple values in *_OLD_CMD, i.e. we can now fix both
"/usr/bin/python" and "/usr/bin/env python" at the same time
- Default *_OLD_CMD values are now always appended, so you don't need to specify
them in individual ports
- Add lua support (depends on USES=lua)
- Add more default values, such as "/usr/bin/env foo" for python, perl, bash,
ruby and lua
- Shebangfix now matches whole words, e.g. we will no longer (erroneously)
replace "/usr/bin/perl5.005" with "${perl_CMD}5.005" (but "/usr/bin/perl -tt" is
still (correctly) replaced with "${perl_CMD} -tt")
Note that *_OLD_CMD items containing spaces must now be quoted (e.g.
perl_OLD_CMD=/bin/perl /usr/bin/perl "/usr/bin/env perl")
Update shebangfix usage according to new rules in many ports:
- Remove *_OLD_CMD for patterns now replaced by default
- Quote custom *_OLD_CMD which contain spaces
Fix shebangfix usage in many ports (irrelevant to infrastructure change):
- Remove redundant SHEBANG_LANG (no need to duplicate default langs)
- Remove redundant *_CMD (such as
python_CMD=${LOCALBASE}/bin/python${PYTHON_VER} when USES=python is present)
- Never use *_OLD_CMD in REINPLACE_CMD matchers, these should always look for
exact string
Approved by: portmgr (bapt)
Differential Revision: D3756 |
3.9.0_1 20 Oct 2014 06:36:00 |
bapt |
Cleanup plist |
3.9.0_1 12 May 2014 01:08:27 |
amdmi3 |
- Support staging
- Add LICENSE
- Convert USE_BZIP2 to USES
PR: 189657
Submitted by: Tobias Rehbein <tobias.rehbein@web.de> (maintainer) |
3.9.0_1 21 Feb 2014 13:35:10 |
ehaupt |
Remove trailing whitespaces from category audio |
3.9.0_1 10 Feb 2014 13:54:28 |
ehaupt |
According to the Porter's Handbook (5.12.2.3.) default options must be added to
OPTIONS_DEFINE. This policy has been implemented only recently that's why we
have many ports violating this policy.
This patch adds the default options specified in the Porter's Handbook to
OPTIONS_DEFINE where they are being used. Ports maintained by
gnome@FreeBSD.org, kde@FreeBSD.org and x11@FreeBSD.org have been excluded.
Approved by: portmgr (bapt) |
3.9.0_1 20 Sep 2013 14:36:37 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
audio) |
3.9.0_1 16 Sep 2013 17:07:26 |
bapt |
Convert to new perl framework
Convert from USE_GMAKE to USES=gmake |
3.9.0_1 07 May 2013 06:31:06 |
bapt |
Use shebangfix |
3.9.0_1 30 Jun 2012 12:25:05 |
az |
- Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@) |
3.9.0_1 14 Jan 2012 22:27:02 |
netchild |
Update lame to 3.99.3.
Bump portrevision of all ports which depend upon it. |
3.9.0 19 Mar 2011 12:38:54 |
miwi |
- Get Rid MD5 support |
3.9.0 17 Aug 2010 20:19:29 |
amdmi3 |
- Update to 3.9.0
PR: 149334
Submitted by: Tobias Rehbein <tobias.rehbein@web.de> (maintainer) |
3.8.3_1 03 Jun 2010 08:55:01 |
netchild |
- update audio/lame to 3.98.4
- use ?= for the portrevision of a master port to make it possible to
change it in a slave port which depends upon lame
- bump portrevisions of ports which depend upon lame
- done via a semi-automated way (manual review and fixup)
- I tried to take care to not bump ports which only depend optionaly on
lame (with a default of no dependency) |
3.8.3 29 May 2010 11:50:03 |
sylvio |
- Update to 3.8.3
PR: ports/147141
Submitted by: Tobias Rehbein <tobias.rehbein@web.de> (maintainer) |
3.8.2 05 Feb 2010 03:29:38 |
pgollucci |
- Update to 3.8.2
- Submitter is now maintainer
PR: ports/141943
Submitted by: Tobias Rehbein <tobias.rehbein@web.de> |
3.7.0 20 Jan 2010 21:01:02 |
linimon |
Reset maintainer at his request. |
3.7.0 09 Jun 2009 11:33:06 |
dhn |
- Update to 3.7.0
PR: ports/134913
Submitted by: Tobias Rehbein <tobias.rehbein@web.de>
Approved by: maintainer timeout (two weeks) |
3.6.0_1 05 Feb 2009 14:57:16 |
jadawin |
- Add patch to fix lame --genre-list
- Bump PORTREVISION
PR: ports/131308
Submitted by: Tobias Rehbein <tobias.rehbein at web.de> (maintainer) |
3.6.0 16 Jul 2007 13:56:38 |
miwi |
- Update to 3.6.0
- USE NOPORTEXAMLES
PR: 114209
Submitted by: Bradley W. Dutton <brad@duttonbros.com>
Approved by: maintainer timeout |
3.5.1 02 Sep 2006 14:09:24 |
miwi |
- Add p5-libwww as depend
PR: ports/102758
Submitted by: Soeren Straarup <xride@x12.dk>
Approved by: Øyvind Møll (maintainer) |
3.5.1 07 Jul 2006 17:42:18 |
rafan |
- Update to 3.5.1
PR: 99883
Submitted by: maintainer
Approved by: delphij (mentor, implicit) |
3.4_1 06 Dec 2005 14:28:32 |
girgen |
Chase changes to distribution file that wasn't
reflected in the version number.
Approved by: maintainer |
3.4 27 Nov 2005 11:47:46 |
edwin |
fix maintainer: oyvind@moll.no |
3.4 26 Nov 2005 14:39:41 |
pav |
- Update to 3.4
PR: ports/89562
Submitted by: Jon Jenssen <jon.jenssen@eunet.no> |
2.0_2 26 Nov 2005 01:32:52 |
edwin |
Reset maintainer:
<oyvindmo@initio.no>: host antivirus.graficonn.no[62.92.112.17] said: 554
<oyvindmo@initio.no>: Recipient address rejected: This user no longer
exists. See http://www.moll.no/oyvind/ for current contact info. (in reply
to RCPT TO command) |
2.0_2 18 Mar 2004 18:01:13 |
trevor |
Add size data, approved by maintainers. |
2.0_2 06 Feb 2004 13:12:53 |
trevor |
Use PLIST_FILES (bento-tested, marcus-reviewed). |
2.0_2 17 Nov 2003 23:45:42 |
pav |
- Use HTTP_PROXY env variable for CDDB retrieval
PR: ports/59013
Submitted by: Simon Barner <barner@in.tum.de>
Approved by: maintainer
Approved by: adamw (mentor) |
2.0_1 24 Oct 2003 12:05:09 |
ijliao |
utilize SITE_PERL
PR: 58166
Submitted by: Cheng-Lung Sung <clsung@dragon2.net> |
2.0_1 21 Feb 2003 10:59:39 |
knu |
De-pkg-comment. |
2.0_1 24 May 2002 23:25:36 |
anders |
Enable use of dd(1) for ripping the tracks.
Enable use of -q quality setting with oggenc.
Minor robustification of the --outputdir parameter.
Fix WWW in pkg-descr.
Update pkg-comment to reflect the reality wrt dependencies.
PR: 38498
Submitted by: maintainer |
25 Feb 2002 00:46:53 |
alfred |
This port wants audio/lame and audio/dagrab to work nicely, so add them as
RUN_DEPENDS. |
08 Oct 2001 01:17:11 |
lioux |
o add PKGMESSAGE regarding manual installation of auxiliary programs o this
file was missing when Makefile rev 1.12 was committed |
07 Oct 2001 17:58:18 |
lioux |
o update to 2.0 o PERL location safeness o add PKGMESSAGE regarding manual
installation of auxiliary programs |
02 Aug 2001 10:14:28 |
dirk |
Fix dependency for cdrecord (cdrecord was renamed to cdrtools). |
08 Oct 2000 00:19:06 |
asami |
Convert category audio to new layout. |
01 Oct 2000 11:22:28 |
reg |
Correct a problem caused by my patch. Ensure the playlist is sorted. Bump
PORTREVISION. |
14 Jun 2000 08:24:11 |
reg |
Add support for more command line options (you can now choose the output
directory, ripper and encoder), running multiple encoders (for SMP) and
killing the encoders if the ripper fails. |
04 Jun 2000 23:37:23 |
will |
Update to 1.8, which adds support for gogo. |
01 Jun 2000 18:46:49 |
will |
Update to 1.6. Add some more runtime dependencies. |