Ticket #12576: ecronin-portlint.patch

File ecronin-portlint.patch, 5.4 KB (added by ecronin (Eric Cronin), 17 years ago)
  • sysutils/autopsy/Portfile

     
    4848        ${destroot}${prefix}/share/doc/${name}
    4949    xinstall -m 644 -W ${worksrcpath} CHANGES.txt INSTALL.txt README.txt \
    5050        ${destroot}${prefix}/share/doc/${name}
    51    
     51
    5252    xinstall -m 755 -W ${worksrcpath} autopsy \
    5353        ${destroot}${prefix}/bin
    5454
     
    6262        ${destroot}${prefix}/share/${name}/pict
    6363
    6464    eval xinstall -m 644 [glob ${worksrcpath}/man/man1/*] \
    65         ${destroot}${prefix}/share/man/man1/ 
     65        ${destroot}${prefix}/share/man/man1/
    6666}
  • sysutils/lirc/Portfile

     
    11# $Id$
    22
    33PortSystem 1.0
     4
    45name            lirc
    56version         0.8.2
    67categories      sysutils net
  • sysutils/sleuthkit/Portfile

     
    3232        reinplace "s|/usr/local/bin/ /usr/bin/ /usr/ccs/bin/ /bin/ /usr/ucb/bin/ /sbin/ /usr/sbin/ /usr/local/sbin/ /usr/pkg/bin/|${prefix}/bin/|g" ${worksrcpath}/src/timeline/config-perl
    3333        reinplace "s|/usr/local/bin/ /usr/bin/ /usr/ccs/bin/ /bin/ /usr/ucb/bin/ /sbin/ /usr/sbin/ /usr/local/sbin/ /usr/pkg/bin/|${prefix}/bin/|g" ${worksrcpath}/src/sorter/install
    3434
    35     foreach srcdir { auxtools disktools fstools hashtools imgtools 
     35    foreach srcdir { auxtools disktools fstools hashtools imgtools
    3636                     mmtools srchtools } {
    3737        # Those are literal tabs after CFLAGS and LIBS, don't retab 'em
    3838        reinplace "s|^CFLAGS\[  \]*=|CFLAGS     = -I${prefix}/include |g" \
     
    7171
    7272        xinstall -m 755 -d ${destroot}${prefix}/man/man1
    7373        eval xinstall -m 644 [glob ${worksrcpath}/man/man1/*] \
    74                 ${destroot}${prefix}/share/man/man1/ 
     74                ${destroot}${prefix}/share/man/man1/
    7575
    7676        xinstall -m 755 -d ${destroot}${prefix}/share/${name}/sorter
    7777        eval xinstall [glob ${worksrcpath}/share/sorter/*] \
  • sysutils/lsdvd/Portfile

     
    11# $Id$
    22
    33PortSystem 1.0
     4
    45name             lsdvd
    56version          0.16
    67categories       sysutils multimedia
    78maintainers      ecronin@gizmolabs.org
    89platforms        darwin
    910description      lsdvd is a console application that displays the \
    10                  content of a dvd. 
     11                 content of a dvd.
    1112long_description \
    1213                 lsdvd is a console application that displays the \
    1314                 content of a dvd. It provides output about the \
  • perl/p5-csp/Portfile

     
    22
    33PortSystem      1.0
    44PortGroup       perl5 1.0
     5
    56perl5.setup     CSP 0.34
    67maintainers     ecronin@gizmolabs.org
    78description     A Perl tool for managing Certificate Authorities
  • textproc/txt2man/Portfile

     
    11# $Id: Portfile 23631 2007-04-05 19:38:37Z pipping@macports.org $
    22
    33PortSystem 1.0
     4
    45name            txt2man
    56version         1.5.5
    67categories      textproc
     
    1011        Txt2man converts flat ASCII text into the man page format. \
    1112        This allows man pages to be authored without knowledge of \
    1213        nroff macros. It is a shell script that uses GNU awk, and \
    13         it should run on any Unix-like system. 
     14        it should run on any Unix-like system.
    1415homepage        http://mvertes.free.fr/
    1516platforms       darwin
    1617
     
    1819
    1920checksums       md5 d10fe6e9876a2969201ea4d75ac9ea48 \
    2021                sha1 e19c284ebcf4ced66ccb4a4954d99e69cc7b63b1 \
    21                 rmd160 1272f520556ed5c57a2886c5a0c3d4536a0f0459 
     22                rmd160 1272f520556ed5c57a2886c5a0c3d4536a0f0459
    2223
    2324use_configure   no
    2425build           {}
    2526
    26 destroot.env    prefix=${destroot}${prefix} 
     27destroot.env    prefix=${destroot}${prefix}
  • multimedia/MPlayer/Portfile

     
    11# $Id: Portfile 27329 2007-07-29 21:47:48Z pmq@macports.org $
    22
    33PortSystem          1.0
     4
    45name                MPlayer
    56version             1.0rc1try3
    67regsub -all "try." ${version} "" distversion
     
    7879                    --enable-liblzo --enable-libvorbis \
    7980                    --enable-mad --enable-mpdvdkit \
    8081                    --disable-faad-external --enable-largefiles
    81                    
     82
    8283# MPlayer autodetects many support libs.  To prevent undeclared
    8384# dependencies, explicitly disable everything optional first.
    8485# Later, let autodetect do its magic not explicit --enable
     
    156157}
    157158
    158159## Broken as of 10/25/06 (version issue?)
    159 #variant cdparanoia 
     160#variant cdparanoia
    160161#    description {Enable CDDA support} {
    161162#    depends_lib-append      port:cdparanoia
    162163#    configure.args-delete   --disable-cdparanoia