permit cluster mode to work
don't install empty manpages mention soft dependencies in DESCR bump PKGNAME from maintainer Waldemar Brodkorb <wbx at openbsd.de> with tweaks by me
This commit is contained in:
parent
27566ce032
commit
d5f535f605
@ -1,9 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2004/06/18 18:58:08 sturm Exp $
|
||||
# $OpenBSD: Makefile,v 1.2 2004/07/03 18:31:20 sturm Exp $
|
||||
|
||||
COMMENT= "full featured DVD copy program"
|
||||
|
||||
VERSION= 0.50.18
|
||||
PKGNAME= dvdrip-${VERSION}
|
||||
PKGNAME= dvdrip-${VERSION}p0
|
||||
DISTNAME= Video-DVDRip-${VERSION}
|
||||
CATEGORIES= graphics audio perl
|
||||
|
||||
@ -21,6 +21,8 @@ MASTER_SITES= http://www.exit1.org/dvdrip/dist/
|
||||
|
||||
RUN_DEPENDS= ::graphics/ImageMagick \
|
||||
::graphics/transcode \
|
||||
::devel/p5-Event \
|
||||
::net/fping \
|
||||
::x11/p5-Gtk
|
||||
|
||||
CONFIGURE_STYLE=perl
|
||||
@ -28,4 +30,9 @@ CONFIGURE_STYLE=perl
|
||||
REGRESS_DEPENDS=::x11/p5-Gtk
|
||||
REGRESS_FLAGS= HOME=${TMPDIR}
|
||||
|
||||
pre-build:
|
||||
@perl -pi -e "s,/usr/sbin/fping,${LOCALBASE}/sbin/fping,g" \
|
||||
${WRKSRC}/lib/Video/DVDRip/Cluster/Master.pm \
|
||||
${WRKSRC}/lib/Video/DVDRip/Depend.pm
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -4,3 +4,8 @@ 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 has quite a few soft dependencies. Check
|
||||
"Debug -> Check dependencies" in dvd::rip for details.
|
||||
If operated in cluster mode, only transcode has to be
|
||||
installed on all slave nodes, not dvd::rip itself.
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2004/06/18 18:58:08 sturm Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.2 2004/07/03 18:31:21 sturm Exp $
|
||||
bin/dr_exec
|
||||
bin/dr_progress
|
||||
bin/dr_splitpipe
|
||||
@ -96,8 +96,8 @@ ${P5SITE}/Video/DVDRip/TranscodeRC.pm
|
||||
${P5SITE}/Video/DVDRip/icon.xpm
|
||||
${P5SITE}/Video/DVDRip/splash.png
|
||||
@comment ${P5ARCH}/auto/Video/DVDRip/.packlist
|
||||
man/man1/dr_progress.1
|
||||
man/man1/dr_splitpipe.1
|
||||
@comment man/man1/dr_progress.1
|
||||
@comment man/man1/dr_splitpipe.1
|
||||
man/man1/dvdrip.1
|
||||
man/man3p/Video::DVDRip.3p
|
||||
man/man3p/Video::DVDRip::CPAN::Scanf.3p
|
||||
|
Loading…
x
Reference in New Issue
Block a user