Port details |
- acidrip GTK2::Perl wrapper for MPlayer and MEncoder for ripping DVDs
- 0.14_13 multimedia
=6 0.14_13Version of this port present on the latest quarterly branch.
- DEPRECATED: Last upstream release was in 2004
This port expired on: 2024-01-16
- There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
- Port Added: 2004-04-02 15:26:28
- Last Update: 2024-01-17 17:24:43
- Commit Hash: 98d2d7d
- People watching this port, also watch:: cdparanoia, faac, flac, nas
- License: GPLv2
- WWW:
- https://sourceforge.net/projects/acidrip/
- Description:
- AcidRip is a Gtk2::Perl application for ripping and encoding DVD's.
It neatly wraps MPlayer and MEncoder, seeing as MPlayer is by far the best
bit of video playing kit around for Linux (and FreeBSD). As well as creating
a simple Graphical Interface for those scared of getting down and dirty with
MEncoders command line interface, It also automates the process in a number of
ways:
o Parses DVD into contents tree
o Finds longest title
o Calculate video bitrate for given filesize
o Finds black bands and crops them
o Gives suggestions for improved performance
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- acidrip>0:multimedia/acidrip
- No installation instructions:
- This port has been deleted.
- PKGNAME: acidrip
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (acidrip-0.14.tar.gz) = 51bb84174e8dae733ddd1f69a16b90d875e4455135ed20a024a79b98ae7d58c1
SIZE (acidrip-0.14.tar.gz) = 92086
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- lsdvd : multimedia/lsdvd
- mencoder : multimedia/mencoder
- p5-Gtk2>=0 : x11-toolkits/p5-Gtk2
- perl5>=5.36<5.37 : lang/perl5.36
- Runtime dependencies:
-
- lsdvd : multimedia/lsdvd
- mencoder : multimedia/mencoder
- p5-Gtk2>=0 : x11-toolkits/p5-Gtk2
- perl5>=5.36<5.37 : lang/perl5.36
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- multimedia_acidrip
- USES:
- perl5
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.14_13 17 Jan 2024 17:24:43 |
Muhammad Moinur Rahman (bofh) |
multimedia/acidrip: Remove expired port
2024-01-16 multimedia/acidrip: Last upstream release was in 2004 |
0.14_13 16 Dec 2023 13:11:23 |
Muhammad Moinur Rahman (bofh) |
multimedia/acidrip: Mark DEPRECATED
- Add LICENSE GPLv2
- Add WWW
- Refresh patches
- Last upstream release was in 2004
- Set EXPIRATION_DATE 2024-01-16 |
0.14_12 25 Apr 2023 15:17:15 |
Christian Weisgerber (naddy) |
audio/opus: bump consumers after update to 1.4 |
0.14_11 20 Jul 2022 14:22:30 |
Tobias C. Berner (tcberner) |
multimedia: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Aaron LI <aly@aaronly.me>
* Alexander Botero-Lowry <alexbl@FreeBSD.org>
* Alexander Logvinov <ports@logvinov.com>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Anders Nordby <anders@FreeBSD.org>
* Andrew Pantyukhin <infofarmer@FreeBSD.org>
* Andrew Thompson <andy@fud.org.nz>
* Andrew Thompson <thompsa@FreeBSD.org>
* Angel Carpintero <ack@telefonica.net>
* Anish Mistry (with help from mean)
* Anonymous <swell.k@gmail.com> (Only the first 15 lines of the commit message are shown above ) |
0.14_11 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.14_11 03 May 2019 21:06:51 |
linimon |
These ports now build on aarch64.
Where necessary, pet portlint.
Approved by: portmgr
Obtained from: aarch64 TRYBROKEN run |
0.14_11 22 Jun 2018 01:15:20 |
linimon |
Mark these ports as broken on aarch64, and, where appropriate, on armvX.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket) |
0.14_11 25 Apr 2017 08:20:31 |
riggs |
Chase ffmpeg 3.3 update (ABI changes)
PR: 218658
Submitted by: riggs |
0.14_10 19 May 2016 10:44:12 |
amdmi3 |
- Fix trailing whitespace in pkg-descrs, categories [g-n]*
Approved by: portmgr blanket |
0.14_10 01 Apr 2016 14:16:20 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
0.14_10 14 Sep 2015 12:19:50 |
mat |
Make it so that the default Perl is always called perl5.
- Move Perl's man1 files along with its man3 files.
- Move where Perl installs its modules man1 pages.
- Convert the ports installing man1 pages.
- Make different Perl versions installable at the same time.
Though you should note that only the default version can be used to
install Perl modules, and the non default Perl versions cannot use the
modules installed via ports if they contain .so as they are installed
in a version specific directory.
Reviewed by: bapt (the Mk bits)
Exp-run by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D3542 |
0.14_10 26 Nov 2014 13:08:38 |
mat |
Change the way Perl modules are installed, update the default Perl to 5.18.
Before, we had:
site_perl : lib/perl5/site_perl/5.18
site_perl/perl_arch : lib/perl5/site_perl/5.18/mach
perl_man3 : lib/perl5/5.18/man/man3
Now we have:
site_perl : lib/perl5/site_perl
site_arch : lib/perl5/site_perl/mach/5.18
perl_man3 : lib/perl5/site_perl/man/man3
Modules without any .so will be installed at the same place regardless of the (Only the first 15 lines of the commit message are shown above ) |
0.14_9 13 Jun 2014 18:30:54 |
pawel |
Port is stage safe |
0.14_9 20 Sep 2013 20:57:49 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
multimedia) |
0.14_9 02 Aug 2013 18:21:06 |
az |
- Convert to new perl framework |
0.14_9 28 Jun 2012 18:37:23 |
az |
- Remove SITE_PERL from *_DEPENDS |
0.14_9 01 Jun 2012 05:26:28 |
dinoex |
- update png to 1.5.10 |
0.14_8 21 Jan 2012 17:40:15 |
eadler |
At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450
ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are
currently broken. This is a temporary measure until we organically stop using
:= or someone(s) spend a lot of time changing all the ports over.
Explicit duplication > := > = and this just moves ports one step to the left
Approved by: portmgr |
0.14_8 02 Aug 2011 20:58:23 |
ehaupt |
Remove WWW entries from unmaintained ports that return 404 or where the domain
disappeared. |
0.14_8 03 Jul 2011 13:38:45 |
ohauer |
- remove MD5 |
0.14_8 28 Mar 2010 06:47:48 |
dinoex |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
0.14_7 05 Feb 2010 11:46:55 |
dinoex |
- update to jpeg-8 |
0.14_6 02 Sep 2009 15:01:56 |
amdmi3 |
- Retire MASTER_SITE_SOURCEFORGE_EXTENDED, it's no longer needed - all mirrors
actually have all distfiles
- Merge all SF mirrors to MASTER_SITE_SOURCEFORGE, resort according to quick
download speed survey
- Fix MASTER_SITES for all port that have used SOURCEFORGE_EXTENTED
Approved by: portmgr (pav) |
0.14_6 31 Jul 2009 13:57:52 |
dinoex |
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by: edwin |
0.14_5 24 Jun 2009 03:26:10 |
pgollucci |
- actually add the patch |
0.14_5 24 Jun 2009 03:23:58 |
pgollucci |
- Use SFE macro
- Fix comment
- Fix run-time option handling error [1]
PR: ports/129478
Submitted by: "Julian H. Stacey" <jhs@berklix.com> [1] |
0.14_5 06 Jun 2008 13:48:22 |
edwin |
Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav) |
0.14_4 11 Aug 2007 16:06:46 |
sem |
- Fix a rest of ports depended on mencoder |
0.14_4 19 May 2007 20:32:57 |
flz |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
0.14_3 18 Apr 2007 11:46:10 |
gabor |
- Remove FreeBSD 4.X support from unmaintained ports in categories starting
with letter i-m |
0.14_3 10 May 2006 22:37:39 |
edwin |
Remove USE_REINPLACE from ports starting with M |
0.14_3 11 Nov 2005 05:41:59 |
ahze |
- Reset maintainer to ports@ |
0.14_3 09 Nov 2005 07:09:47 |
ahze |
- Add SHA256
- Add SIZE to a few ports |
0.14_3 05 Nov 2005 05:22:06 |
marcus |
Bump PORTREVISION to chase the glib20 shared library update. |
0.14_2 12 Mar 2005 10:54:27 |
marcus |
Bump PORTREVISION to chase the glib20 shared lib version change. |
0.14_1 07 Nov 2004 22:37:47 |
marcus |
Bump PORTREVISIONS for all ports that depend on atk or pango to ease in the
big upgrade. |
0.14 30 Oct 2004 16:35:43 |
ahze |
update to 0.14
update WWW line
PR: ports/72499
Approved by: adamw (mentor) |
0.12 29 Oct 2004 22:24:47 |
ahze |
Change email to new FreeBSD.org address
Approved by:adamw (mentor) |
0.12 25 May 2004 19:16:09 |
pav |
- Switch to MASTER_SITE_SOURCEFORGE_EXTENDED
PR: ports/67190
Submitted by: michael johnson <ahze@ahze.net> (maintainer) |
0.12 02 Apr 2004 05:08:54 |
pav |
Add acidrip, a Perl/Gtk2 frontend for mencoder for ripping DVDs into DivX.
PR: ports/65012
Submitted by: michael johnson <ahze@ahze.net> |