Ticket #43420: patch-log2timeline-Portfile.diff

File patch-log2timeline-Portfile.diff, 8.5 KB (added by jul_bsd@…, 10 years ago)
  • security/log2timeline/Portfile

    old new  
    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
    2 # $Id: Portfile 118525 2014-04-03 22:15:22Z macsforever2000@macports.org $
     1# $Id: Portfile 117001 2014-02-12 10:07:53Z ryandesign@macports.org $
    32
    43PortSystem          1.0
    54PortGroup           perl5 1.0
     
    4241
    4342default_variants    +perl5_16
    4443
    45 variant perl5_12 conflicts perl5_18 perl5_16 description {Perl bindings with perl 5.12} {
    46         depends_lib         port:perl5.12 \
    47                             port:p5.12-archive-zip \
    48                             port:p5.12-carp-assert \
    49                             port:p5.12-datetime-format-strptime \
    50                             port:p5.12-datetime-timezone \
    51                             port:p5.12-dbd-sqlite \
    52                             port:p5.12-dbi \
    53                             port:p5.12-digest-crc \
    54                             port:p5.12-gtk2 \
    55                             port:p5.12-html-parser \
    56                             port:p5.12-html-scrubber \
    57                             port:p5.12-image-exiftool \
    58                             port:p5.12-libwww-perl \
    59                             port:p5.12-net-pcap \
    60                             port:p5.12-netpacket \
    61                             port:p5.12-xml-libxml \
    62                             port:p5.12-datemanip \
    63                             port:p5.12-parse-win32registry \
    64                             port:p5.12-file-mork \
    65                             port:p5.12-data-hexify \
    66                             port:p5.12-version \
    67                             port:p5.12-params-validate \
    68                             port:p5.12-xml-entities \
    69                             port:p5.12-mac-propertylist
    70         configure.cmd       ${prefix}/bin/perl5.12 Makefile.PL
     44variant perl5_12 conflicts perl5_18 perl5_16 description { Perl bindings with perl 5.12} {
     45    depends_lib         port:perl5.12 \
     46                        port:p5.12-archive-zip \
     47                        port:p5.12-carp-assert \
     48                        port:p5.12-datetime-format-strptime \
     49                        port:p5.12-datetime-timezone \
     50                        port:p5.12-dbd-sqlite \
     51                        port:p5.12-dbi \
     52                        port:p5.12-digest-crc \
     53                        port:p5.12-gtk2 \
     54                        port:p5.12-html-parser \
     55                        port:p5.12-html-scrubber \
     56                        port:p5.12-image-exiftool \
     57                        port:p5.12-libwww-perl \
     58                        port:p5.12-net-pcap \
     59                        port:p5.12-netpacket \
     60                        port:p5.12-xml-libxml \
     61                        port:p5.12-datemanip \
     62                        port:p5.12-parse-win32registry \
     63                        port:p5.12-file-mork \
     64                        port:p5.12-data-hexify \
     65                        port:p5.12-version \
     66                        port:p5.12-params-validate \
     67                        port:p5.12-xml-entities \
     68                        port:p5.12-mac-propertylist
     69    configure.cmd       ${prefix}/bin/perl5.12 Makefile.PL
    7170
    72         notes "
     71    notes "
    7372tool is ${prefix}/libexec/perl5.12/sitebin/log2timeline
    7473"
    7574}
    7675
    77 variant perl5_16 conflicts perl5_18 perl5_12 description {Perl bindings with perl 5.16} {
    78         depends_lib         port:perl5.16 \
    79                             port:p5.16-archive-zip \
    80                             port:p5.16-carp-assert \
    81                             port:p5.16-datetime-format-strptime \
    82                             port:p5.16-datetime-timezone \
    83                             port:p5.16-dbd-sqlite \
    84                             port:p5.16-dbi \
    85                             port:p5.16-digest-crc \
    86                             port:p5.16-gtk2 \
    87                             port:p5.16-html-parser \
    88                             port:p5.16-html-scrubber \
    89                             port:p5.16-image-exiftool \
    90                             port:p5.16-libwww-perl \
    91                             port:p5.16-net-pcap \
    92                             port:p5.16-netpacket \
    93                             port:p5.16-xml-libxml \
    94                             port:p5.16-datemanip \
    95                             port:p5.16-parse-win32registry \
    96                             port:p5.16-file-mork \
    97                             port:p5.16-data-hexify \
    98                             port:p5.16-version \
    99                             port:p5.16-params-validate \
    100                             port:p5.16-xml-entities \
    101                             port:p5.16-mac-propertylist
    102         configure.cmd       ${prefix}/bin/perl5.16 Makefile.PL
     76variant perl5_16 conflicts perl5_18 perl5_12 description { Perl bindings with perl 5.16} {
     77    depends_lib         port:perl5.16 \
     78                        port:p5.16-archive-zip \
     79                        port:p5.16-carp-assert \
     80                        port:p5.16-datetime-format-strptime \
     81                        port:p5.16-datetime-timezone \
     82                        port:p5.16-dbd-sqlite \
     83                        port:p5.16-dbi \
     84                        port:p5.16-digest-crc \
     85                        port:p5.16-gtk2 \
     86                        port:p5.16-html-parser \
     87                        port:p5.16-html-scrubber \
     88                        port:p5.16-image-exiftool \
     89                        port:p5.16-libwww-perl \
     90                        port:p5.16-net-pcap \
     91                        port:p5.16-netpacket \
     92                        port:p5.16-xml-libxml \
     93                        port:p5.16-datemanip \
     94                        port:p5.16-parse-win32registry \
     95                        port:p5.16-file-mork \
     96                        port:p5.16-data-hexify \
     97                        port:p5.16-version \
     98                        port:p5.16-params-validate \
     99                        port:p5.16-xml-entities \
     100                        port:p5.16-mac-propertylist
     101    configure.cmd       ${prefix}/bin/perl5.16 Makefile.PL
    103102
    104         notes "
     103    notes "
    105104tool is ${prefix}/libexec/perl5.16/sitebin/log2timeline
    106105"
    107106}
    108107
    109 variant perl5_18 conflicts perl5_16 perl5_12 description {Perl bindings with perl 5.18} {
    110         depends_lib         port:perl5.18 \
    111                             port:p5.18-archive-zip \
    112                             port:p5.18-carp-assert \
    113                             port:p5.18-datetime-format-strptime \
    114                             port:p5.18-datetime-timezone \
    115                             port:p5.18-dbd-sqlite \
    116                             port:p5.18-dbi \
    117                             port:p5.18-digest-crc \
    118                             port:p5.18-gtk2 \
    119                             port:p5.18-html-parser \
    120                             port:p5.18-html-scrubber \
    121                             port:p5.18-image-exiftool \
    122                             port:p5.18-libwww-perl \
    123                             port:p5.18-net-pcap \
    124                             port:p5.18-netpacket \
    125                             port:p5.18-xml-libxml \
    126                             port:p5.18-datemanip \
    127                             port:p5.18-parse-win32registry \
    128                             port:p5.18-file-mork \
    129                             port:p5.18-data-hexify \
    130                             port:p5.18-version \
    131                             port:p5.18-params-validate \
    132                             port:p5.18-xml-entities \
    133                             port:p5.18-mac-propertylist
    134         configure.cmd       ${prefix}/bin/perl5.18 Makefile.PL
     108variant perl5_18 conflicts perl5_16 perl5_12 description { Perl bindings with perl 5.18} {
     109    depends_lib         port:perl5.18 \
     110                        port:p5.18-archive-zip \
     111                        port:p5.18-carp-assert \
     112                        port:p5.18-datetime-format-strptime \
     113                        port:p5.18-datetime-timezone \
     114                        port:p5.18-dbd-sqlite \
     115                        port:p5.18-dbi \
     116                        port:p5.18-digest-crc \
     117                        port:p5.18-gtk2 \
     118                        port:p5.18-html-parser \
     119                        port:p5.18-html-scrubber \
     120                        port:p5.18-image-exiftool \
     121                        port:p5.18-libwww-perl \
     122                        port:p5.18-net-pcap \
     123                        port:p5.18-netpacket \
     124                        port:p5.18-xml-libxml \
     125                        port:p5.18-datemanip \
     126                        port:p5.18-parse-win32registry \
     127                        port:p5.18-file-mork \
     128                        port:p5.18-data-hexify \
     129                        port:p5.18-version \
     130                        port:p5.18-params-validate \
     131                        port:p5.18-xml-entities \
     132                        port:p5.18-mac-propertylist
     133    configure.cmd       ${prefix}/bin/perl5.18 Makefile.PL
    135134
    136         notes "
     135    notes "
    137136tool is ${prefix}/libexec/perl5.18/sitebin/log2timeline
    138137"
    139138}