Ticket #35039: dvdrip-0.98.11.diff
File dvdrip-0.98.11.diff, 1.9 KB (added by ryandesign (Ryan Carsten Schmidt), 12 years ago) |
---|
-
Portfile
1 # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 1 2 # $Id$ 2 3 3 4 PortSystem 1.0 … … 3 4 4 5 name dvdrip 5 version 0.98.8 6 revision 1 6 version 0.98.11 7 7 categories multimedia 8 8 maintainers web.de:marioscheel 9 license {Artistic-1 GPL} 10 9 11 description perl front end for transcode 10 12 long_description dvd::rip is a full featured DVD copy program written in \ … … 16 18 homepage http://www2.exit1.org/dvdrip/ 17 19 platforms darwin 18 20 master_sites http://www.exit1.org/dvdrip/dist/ 19 checksums md5 61b77b298b14c6bde83713e93e9ea4d8 21 22 checksums rmd160 008afcecd1eaf6842e907d325b079cc60f4a6b1e \ 23 sha256 586c20968b2daa55c0afaaf334d5b9b8b6896d6ea45078a577e165806858c3a5 24 20 25 depends_lib port:p5.12-libintl-perl \ 21 26 port:transcode \ 22 27 port:p5.12-gtk2 23 28 24 29 # transcode is not universal 25 30 universal_variant no 31 32 build.args CC="${configure.cc} [get_canonical_archflags cc]" 33 34 post-destroot { 35 fs-traverse f ${destroot}${prefix} { 36 if {[file isfile ${f}]} { 37 switch [file tail ${f}] { 38 .packlist - 39 perllocal.pod { 40 delete ${f} 41 } 42 } 43 } 44 } 45 46 set docdir ${prefix}/share/doc/${subport} 47 xinstall -d ${destroot}${docdir} 48 xinstall -m 644 -W ${worksrcpath} \ 49 COPYRIGHT \ 50 Changes \ 51 Changes.0.46 \ 52 Credits \ 53 README \ 54 TODO \ 55 ${destroot}${docdir} 56 } 57 58 livecheck.type regex 59 livecheck.regex /${name}-(\[0-9.\]+)${extract.suffix}