From c2c553e93b21a04bb8e151624d3e9e0901be254e Mon Sep 17 00:00:00 2001 From: mrg Date: Mon, 23 Jun 2003 07:36:14 +0000 Subject: new package for "dvdrip": dvd::rip is a full featured DVD copy program written in Perl. It provides an easy to use but feature-rich Gtk+ GUI to control almost all aspects of the ripping and transcoding process. It uses the widely known video processing swissknife transcode and many other Open Source tools. dvd::rip itself is licensed under GPL / Perl Artistic License. "And note: it's spelled dvd::rip, and nothing else." --- sysutils/dvdrip/DESCR | 7 +++++++ sysutils/dvdrip/Makefile | 36 ++++++++++++++++++++++++++++++++++++ sysutils/dvdrip/PLIST | 1 + sysutils/dvdrip/distinfo | 4 ++++ 4 files changed, 48 insertions(+) create mode 100644 sysutils/dvdrip/DESCR create mode 100644 sysutils/dvdrip/Makefile create mode 100644 sysutils/dvdrip/PLIST create mode 100644 sysutils/dvdrip/distinfo (limited to 'sysutils') diff --git a/sysutils/dvdrip/DESCR b/sysutils/dvdrip/DESCR new file mode 100644 index 00000000000..746b861de87 --- /dev/null +++ b/sysutils/dvdrip/DESCR @@ -0,0 +1,7 @@ +dvd::rip is a full featured DVD copy program written in Perl. It +provides an easy to use but feature-rich Gtk+ GUI to control almost +all aspects of the ripping and transcoding process. It uses the widely +known video processing swissknife transcode and many other Open Source +tools. dvd::rip itself is licensed under GPL / Perl Artistic License. + + "And note: it's spelled dvd::rip, and nothing else." diff --git a/sysutils/dvdrip/Makefile b/sysutils/dvdrip/Makefile new file mode 100644 index 00000000000..89ed4ec82bc --- /dev/null +++ b/sysutils/dvdrip/Makefile @@ -0,0 +1,36 @@ +# $NetBSD: Makefile,v 1.1.1.1 2003/06/23 07:36:15 mrg Exp $ +# + +VERS= 0.50.13 +DISTNAME= Video-DVDRip-${VERS} +PKGNAME= dvdrip-${VERS} +CATEGORIES= x11 sysutils +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Video/} + +MAINTAINER= tech-pkg@netbsd.org +HOMEPAGE= http://www.exit1.org/dvdrip/ +COMMENT= Graphical frontend for DVD ripping + +DEPENDS+= cdrdao>=1.1.7:../../sysutils/cdrdao +DEPENDS+= transcode>=0.6.2:../../graphics/transcode +DEPENDS+= mplayer>=0.90:../../graphics/mplayer +DEPENDS+= ogmtools-[0-9]*:../../graphics/ogmtools +DEPENDS+= vcdimager>=0.7.12:../../sysutils/vcdimager-devel +DEPENDS+= cdrecord>=1.10:../../sysutils/cdrecord +DEPENDS+= subtitleripper-[0-9]*:../../textproc/subtitleripper +.if (${MACHINE_ARCH} == "i386") +DEPENDS+= rar>=2.02:../../archivers/rar +.endif + +BUILDLINK_DEPENDS.perl= perl>=5.6.0 + +USE_BUILDLINK2= YES +USE_PKGLOCALEDIR= YES + +# XXX xine support +# XXX fping support +.include "../../devel/gettext-lib/buildlink2.mk" +.include "../../graphics/ImageMagick/buildlink2.mk" +.include "../../graphics/mjpegtools/buildlink2.mk" +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/sysutils/dvdrip/PLIST b/sysutils/dvdrip/PLIST new file mode 100644 index 00000000000..efb2d328169 --- /dev/null +++ b/sysutils/dvdrip/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2003/06/23 07:36:14 mrg Exp $ diff --git a/sysutils/dvdrip/distinfo b/sysutils/dvdrip/distinfo new file mode 100644 index 00000000000..9f1e44d9a59 --- /dev/null +++ b/sysutils/dvdrip/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2003/06/23 07:36:14 mrg Exp $ + +SHA1 (Video-DVDRip-0.50.13.tar.gz) = 17c13105ae69bf0bd1b5a81af4f8ed518bffb493 +Size (Video-DVDRip-0.50.13.tar.gz) = 225065 bytes -- cgit v1.2.3