Ticket #12576: ecronin-portlint.patch
File ecronin-portlint.patch, 5.4 KB (added by ecronin (Eric Cronin), 17 years ago) |
---|
-
sysutils/autopsy/Portfile
48 48 ${destroot}${prefix}/share/doc/${name} 49 49 xinstall -m 644 -W ${worksrcpath} CHANGES.txt INSTALL.txt README.txt \ 50 50 ${destroot}${prefix}/share/doc/${name} 51 51 52 52 xinstall -m 755 -W ${worksrcpath} autopsy \ 53 53 ${destroot}${prefix}/bin 54 54 … … 62 62 ${destroot}${prefix}/share/${name}/pict 63 63 64 64 eval xinstall -m 644 [glob ${worksrcpath}/man/man1/*] \ 65 ${destroot}${prefix}/share/man/man1/ 65 ${destroot}${prefix}/share/man/man1/ 66 66 } -
sysutils/lirc/Portfile
1 1 # $Id$ 2 2 3 3 PortSystem 1.0 4 4 5 name lirc 5 6 version 0.8.2 6 7 categories sysutils net -
sysutils/sleuthkit/Portfile
32 32 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 33 33 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 34 34 35 foreach srcdir { auxtools disktools fstools hashtools imgtools 35 foreach srcdir { auxtools disktools fstools hashtools imgtools 36 36 mmtools srchtools } { 37 37 # Those are literal tabs after CFLAGS and LIBS, don't retab 'em 38 38 reinplace "s|^CFLAGS\[ \]*=|CFLAGS = -I${prefix}/include |g" \ … … 71 71 72 72 xinstall -m 755 -d ${destroot}${prefix}/man/man1 73 73 eval xinstall -m 644 [glob ${worksrcpath}/man/man1/*] \ 74 ${destroot}${prefix}/share/man/man1/ 74 ${destroot}${prefix}/share/man/man1/ 75 75 76 76 xinstall -m 755 -d ${destroot}${prefix}/share/${name}/sorter 77 77 eval xinstall [glob ${worksrcpath}/share/sorter/*] \ -
sysutils/lsdvd/Portfile
1 1 # $Id$ 2 2 3 3 PortSystem 1.0 4 4 5 name lsdvd 5 6 version 0.16 6 7 categories sysutils multimedia 7 8 maintainers ecronin@gizmolabs.org 8 9 platforms darwin 9 10 description lsdvd is a console application that displays the \ 10 content of a dvd. 11 content of a dvd. 11 12 long_description \ 12 13 lsdvd is a console application that displays the \ 13 14 content of a dvd. It provides output about the \ -
perl/p5-csp/Portfile
2 2 3 3 PortSystem 1.0 4 4 PortGroup perl5 1.0 5 5 6 perl5.setup CSP 0.34 6 7 maintainers ecronin@gizmolabs.org 7 8 description A Perl tool for managing Certificate Authorities -
textproc/txt2man/Portfile
1 1 # $Id: Portfile 23631 2007-04-05 19:38:37Z pipping@macports.org $ 2 2 3 3 PortSystem 1.0 4 4 5 name txt2man 5 6 version 1.5.5 6 7 categories textproc … … 10 11 Txt2man converts flat ASCII text into the man page format. \ 11 12 This allows man pages to be authored without knowledge of \ 12 13 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. 14 15 homepage http://mvertes.free.fr/ 15 16 platforms darwin 16 17 … … 18 19 19 20 checksums md5 d10fe6e9876a2969201ea4d75ac9ea48 \ 20 21 sha1 e19c284ebcf4ced66ccb4a4954d99e69cc7b63b1 \ 21 rmd160 1272f520556ed5c57a2886c5a0c3d4536a0f0459 22 rmd160 1272f520556ed5c57a2886c5a0c3d4536a0f0459 22 23 23 24 use_configure no 24 25 build {} 25 26 26 destroot.env prefix=${destroot}${prefix} 27 destroot.env prefix=${destroot}${prefix} -
multimedia/MPlayer/Portfile
1 1 # $Id: Portfile 27329 2007-07-29 21:47:48Z pmq@macports.org $ 2 2 3 3 PortSystem 1.0 4 4 5 name MPlayer 5 6 version 1.0rc1try3 6 7 regsub -all "try." ${version} "" distversion … … 78 79 --enable-liblzo --enable-libvorbis \ 79 80 --enable-mad --enable-mpdvdkit \ 80 81 --disable-faad-external --enable-largefiles 81 82 82 83 # MPlayer autodetects many support libs. To prevent undeclared 83 84 # dependencies, explicitly disable everything optional first. 84 85 # Later, let autodetect do its magic not explicit --enable … … 156 157 } 157 158 158 159 ## Broken as of 10/25/06 (version issue?) 159 #variant cdparanoia 160 #variant cdparanoia 160 161 # description {Enable CDDA support} { 161 162 # depends_lib-append port:cdparanoia 162 163 # configure.args-delete --disable-cdparanoia