Ticket #39222: p5-pdl-prereqs.2.patch

File p5-pdl-prereqs.2.patch, 3.7 KB (added by mgrimes@…, 11 years ago)
  • new file perl/p5-convert-uu/Portfile

    diff --git a/perl/p5-convert-uu/Portfile b/perl/p5-convert-uu/Portfile
    new file mode 100644
    index 0000000..f08bc62
    - +  
     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$
     3
     4PortSystem          1.0
     5PortGroup           perl5 1.0
     6
     7perl5.setup         Convert-UU 0.5201
     8platforms           darwin
     9maintainers         nomaintainer
     10license             Artistic GPL-2
     11supported_archs     noarch
     12
     13description         Perl module for uuencode and uudecode
     14
     15long_description    ${description}
     16
     17checksums           sha256 92329ce1c32b5952c48e1223db018c8c58ceafef03bfa0fd4817cd89c355a3bd \
     18                    rmd160 8628cff81fce52e4367bb0582d20f2325e6b5ae5
  • new file perl/p5-file-map/Portfile

    diff --git a/perl/p5-file-map/Portfile b/perl/p5-file-map/Portfile
    new file mode 100644
    index 0000000..49e57e2
    - +  
     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$
     3
     4PortSystem          1.0
     5PortGroup           perl5 1.0
     6
     7perl5.setup         File-Map 0.56
     8platforms           darwin
     9maintainers         nomaintainer
     10license             Artistic GPL-2
     11
     12description         Perl module for memory mapping made simple and safe
     13
     14long_description    ${description}
     15
     16checksums           sha256 960d614c038e2fb74d4a14543b82e6158d7d7e296a3acbe6a683c3280c73e535 \
     17                    rmd160 a403526ea4e4d6362e6b65eedfd13b3bc915b150
     18
     19if {${perl5.major} != ""} {
     20
     21    depends_lib-append  port:p${perl5.major}-sub-exporter-progressive \
     22                        port:p${perl5.major}-perlio-layers
     23    depends_build-append port:p${perl5.major}-test-warn \
     24                         port:p${perl5.major}-test-exception \
     25                         port:p${perl5.major}-test-nowarnings
     26
     27}
     28
     29perl5.use_module_build
  • new file perl/p5-module-compile/Portfile

    diff --git a/perl/p5-module-compile/Portfile b/perl/p5-module-compile/Portfile
    new file mode 100644
    index 0000000..c829d5c
    - +  
     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$
     3
     4PortSystem          1.0
     5PortGroup           perl5 1.0
     6
     7perl5.setup         Module-Compile 0.23
     8platforms           darwin
     9maintainers         nomaintainer
     10license             Artistic GPL-2
     11supported_archs     noarch
     12
     13description         Perl module to compile other modules
     14
     15long_description    ${description}
     16
     17checksums           sha256 2970f4e493be50a6b9efd594537a943d86e5b9721f6f35ffdbee6aef345b48a1 \
     18                    rmd160 002ec2c1618c33c6d775b31f44903c289f33d9d0
     19
     20if {${perl5.major} != ""} {
     21
     22    depends_lib-append  port:p${perl5.major}-digest-sha1
     23
     24}
  • new file perl/p5-perlio-layers/Portfile

    diff --git a/perl/p5-perlio-layers/Portfile b/perl/p5-perlio-layers/Portfile
    new file mode 100644
    index 0000000..e937cb7
    - +  
     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$
     3
     4PortSystem          1.0
     5PortGroup           perl5 1.0
     6
     7perl5.setup         PerlIO-Layers 0.010
     8platforms           darwin
     9maintainers         nomaintainer
     10license             Artistic GPL-2
     11
     12description         Perl module for querying your filehandle's capabilities
     13
     14long_description    ${description}
     15
     16checksums           sha256 e3ab1219092be4a21df1ec48163c83b4166ca8f87d2c659b3a891837e828b271 \
     17                    rmd160 00106a1e1b599f3d087f175e3b30d03498709e38
     18
     19if {${perl5.major} != ""} {
     20
     21    depends_lib-append  port:p${perl5.major}-list-moreutils
     22
     23}
     24
     25perl5.use_module_build