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)

proposed patch

  • 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
    12# $Id$
    23
    34PortSystem          1.0
     
    34
    45name                dvdrip
    5 version             0.98.8
    6 revision            1
     6version             0.98.11
    77categories          multimedia
    88maintainers         web.de:marioscheel
     9license             {Artistic-1 GPL}
     10
    911description         perl front end for transcode
    1012long_description    dvd::rip is a full featured DVD copy program written in \
     
    1618homepage            http://www2.exit1.org/dvdrip/
    1719platforms           darwin
    1820master_sites        http://www.exit1.org/dvdrip/dist/
    19 checksums           md5 61b77b298b14c6bde83713e93e9ea4d8
     21
     22checksums           rmd160  008afcecd1eaf6842e907d325b079cc60f4a6b1e \
     23                    sha256  586c20968b2daa55c0afaaf334d5b9b8b6896d6ea45078a577e165806858c3a5
     24
    2025depends_lib         port:p5.12-libintl-perl \
    2126                    port:transcode \
    2227                    port:p5.12-gtk2
    2328
    2429# transcode is not universal
    2530universal_variant   no
     31
     32build.args          CC="${configure.cc} [get_canonical_archflags cc]"
     33
     34post-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
     58livecheck.type      regex
     59livecheck.regex     /${name}-(\[0-9.\]+)${extract.suffix}