Ticket #43480: perl5.18-remove-subrelease.diff

File perl5.18-remove-subrelease.diff, 190.3 KB (added by mojca (Mojca Miklavec), 10 years ago)

Remove subrelease from perl5.18 and revbump or upgrade all p5.18-* ports

  • devel/ossp-uuid/Portfile

     
    66
    77name                    ossp-uuid
    88version                 1.6.2
    9 revision                2
     9revision                3
    1010categories              devel
    1111license                 MIT
    1212platforms               darwin
  • lang/perl5.18/Portfile

     
    55
    66name                perl5.18
    77version             5.18.2
     8revision            1
    89set branch          [join [lrange [split ${version} .] 0 1] .]
    910categories          lang
    1011license             {Artistic-1 GPL}
     
    2728
    2829depends_lib-append  port:gdbm
    2930
     31patchfiles          patch-Configure.diff
     32
    3033pre-configure {
    3134    reinplace "s|/opt/local|${prefix}|g" ${worksrcpath}/Configure
    3235}
     
    6467                    -D perlpath="${prefix}/bin/perl${branch}" \
    6568                    -D startperl="#!${prefix}/bin/perl${branch}"
    6669
    67 # Allow perl to find p5-* ports installed by previous (minor) versions
    68 set platsuffix ""
    69 if {${os.platform} eq "darwin"} {
    70     set platsuffix "-2level"
    71 }
    72 configure.args-append "-D inc_version_list=\"5.18.0/${os.platform}-thread-multi${platsuffix} 5.18.0 \""
    73 
    7470if {[variant_isset universal]} {
    7571    post-configure {
    7672        system "cd ${worksrcpath} && ed - ${worksrcpath}/config.h < ${filespath}/config.h.ed"
  • lang/perl5.18/files/patch-Configure.diff

     
     1--- Configure.orig
     2+++ Configure
     3@@ -4132,6 +4132,8 @@ dos|vms)
     4 *)
     5        version=`echo $revision $patchlevel $subversion | \
     6                 $awk '{ printf "%d.%d.%d\n", $1, $2, $3 }'`
     7+       version_short=`echo $revision $patchlevel | \
     8+                $awk '{ printf "%d.%d\n", $1, $2 }'`
     9        api_versionstring=`echo $api_revision $api_version $api_subversion | \
     10                 $awk '{ printf "%d.%d.%d\n", $1, $2, $3 }'`
     11        ;;
     12@@ -6218,7 +6220,7 @@ esac
     13 : /opt/perl/lib/perl5... would be redundant.
     14 : The default "style" setting is made in installstyle.U
     15 case "$installstyle" in
     16-*lib/perl5*) set dflt privlib lib/$package/$version ;;
     17+*lib/perl5*) set dflt privlib lib/$package/$version_short ;;
     18 *)      set dflt privlib lib/$version ;;
     19 esac
     20 eval $prefixit
     21@@ -6466,7 +6468,7 @@ siteprefixexp="$ansexp"
     22 prog=`echo $package | $sed 's/-*[0-9.]*$//'`
     23 case "$sitelib" in
     24 '') case "$installstyle" in
     25-       *lib/perl5*) dflt=$siteprefix/lib/$package/site_$prog/$version ;;
     26+       *lib/perl5*) dflt=$siteprefix/lib/$package/site_$prog/$version_short ;;
     27        *)       dflt=$siteprefix/lib/site_$prog/$version ;;
     28        esac
     29        ;;
     30@@ -6985,7 +6987,7 @@ case "$vendorprefix" in
     31        '')
     32                prog=`echo $package | $sed 's/-*[0-9.]*$//'`
     33                case "$installstyle" in
     34-               *lib/perl5*) dflt=$vendorprefix/lib/$package/vendor_$prog/$version ;;
     35+               *lib/perl5*) dflt=$vendorprefix/lib/$package/vendor_$prog/$version_short ;;
     36                *)           dflt=$vendorprefix/lib/vendor_$prog/$version ;;
     37                esac
     38                ;;
  • perl/p5-algorithm-c3/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
     
    45PortGroup           perl5 1.0
    56
    67perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18 5.20
    7 perl5.setup         Algorithm-C3 0.08
    8 revision            4
     8perl5.setup         Algorithm-C3 0.09
    99license             {Artistic-1 GPL}
    1010maintainers         nomaintainer
    1111supported_archs     noarch
     
    1515
    1616platforms           darwin
    1717
    18 checksums           md5 07afb08682125c875b80c315d99f6f95 \
    19                     sha1 a9ea20ec1bc14d83e2ab76d8f02860db6835f607 \
    20                     rmd160 ffbf15168f558f61021d7bfa1d03e5c552299e2c
     18checksums           rmd160  06070bf706685ffc45b157f33fe72e59eac20d90 \
     19                    sha256  0fe9b5f806c8679dd70fe8eeeaaa570d70a34d449f844759b16e805bbf7322a0
    2120
    2221perl5.use_module_build
  • perl/p5-algorithm-diff/Portfile

     
    66
    77perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18 5.20
    88perl5.setup         Algorithm-Diff 1.1902
    9 revision            3
     9revision            4
    1010maintainers         geeklair.net:dluke openmaintainer
    1111description         This is a Perl extension for computing intelligent \
    1212                    differences between two files / lists.
  • perl/p5-alien-wxwidgets/Portfile

     
    88# https://trac.macports.org/ticket/42146 (5.10 is broken)
    99perl5.branches      5.8 5.12 5.14 5.16 5.18 5.20
    1010perl5.setup         Alien-wxWidgets 0.65
    11 revision            2
     11revision            3
    1212
    1313platforms           darwin
    1414maintainers         mojca openmaintainer
  • perl/p5-apache-admin-config/Portfile

     
    66
    77perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18 5.20
    88perl5.setup         Apache-Admin-Config 0.95
     9revision            1
    910license             {Artistic-1 GPL}
    1011maintainers         nomaintainer
    1112description         A module to read/write Apache like configuration files
  • perl/p5-apache2-rest/Portfile

     
    44PortSystem          1.0
    55PortGroup           perl5 1.0
    66
    7 perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18
     7perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18 5.20
    88perl5.setup         Apache2-REST 0.07
     9revision            1
    910license             {Artistic-1 GPL}
    1011maintainers         nomaintainer
    1112description         Micro framework for REST API implementation under apache2/mod_perl2/apreq2
  • perl/p5-app-cpanminus/Portfile

     
    66
    77perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18 5.20
    88perl5.setup         App-cpanminus 1.7004
     9revision            1
    910license             {Artistic-1 GPL}
    1011maintainers         nomaintainer
    1112description         get, unpack, build and install modules from CPAN
  • perl/p5-appconfig/Portfile

     
    66
    77perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18 5.20
    88perl5.setup         AppConfig 1.66
    9 revision            3
     9revision            4
    1010license             {Artistic-1 GPL}
    1111platforms           darwin
    1212maintainers         nomaintainer
  • perl/p5-archive-zip/Portfile

     
    66
    77perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18 5.20
    88perl5.setup         Archive-Zip 1.37
     9revision            1
    910
    1011platforms           darwin
    1112maintainers         markd
  • perl/p5-astro-fits-cfitsio/Portfile

     
    55PortGroup           perl5 1.0
    66
    77perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18 5.20
    8 perl5.setup         Astro-FITS-CFITSIO 1.06
    9 revision            2
     8perl5.setup         Astro-FITS-CFITSIO 1.10
    109license             {Artistic-1 GPL}
    1110maintainers         nomaintainer
    1211description         Interface to William Pence s cfitsio subroutine library
     
    1413
    1514platforms           darwin
    1615
    17 checksums           rmd160  4cf5e9c08e2e0d67d2d8e71bebefd75f613d7ee4 \
    18                     sha256  72408681e702a4f6353e1d64449d230c44c5266ca47cb14729e1bdf860c7f8ca
     16checksums           rmd160  f9342564eee76852a9a0708648af249bdcb03835 \
     17                    sha256  50096cab25b6d6d7d38ad2bb676859d8fb58bdf43e26cc30cb3bc5fc372a057a
    1918
    2019if {${perl5.major} != ""} {
    2120configure.env           CFITSIO="${prefix}"
  • perl/p5-astro-fits-header/Portfile

     
    55PortGroup           perl5 1.0
    66
    77perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18 5.20
    8 perl5.setup         Astro-FITS-Header 3.03
     8perl5.setup         Astro-FITS-Header 3.07
    99revision            2
    1010license             GPL-3+
    1111maintainers         nomaintainer
     
    1919
    2020platforms           darwin
    2121
    22 checksums           rmd160  cfc3365d06ba8e2b44ddbbc3f3433cea13cb6b87 \
    23                     sha256  e396fb6bd984e79199f45a04cc17147a0327a886898860ba0adc4854ea490541
     22checksums           rmd160  b22bd854b91f059f7db59aceadf1a6240719cd6f \
     23                    sha256  530d59ef0c0935f9862d187187a2d7583b12c639bb67db14f983322b161892d9
    2424
    2525if {${perl5.major} != ""} {
    2626depends_lib-append  port:p${perl5.major}-astro-fits-cfitsio
  • perl/p5-attribute-handlers/Portfile

     
    55PortGroup           perl5 1.0
    66
    77perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18 5.20
    8 perl5.setup         Attribute-Handlers 0.88
    9 revision            3
     8perl5.setup         Attribute-Handlers 0.96
    109license             {Artistic-1 GPL}
    1110maintainers         nomaintainer
    1211description         Simpler definition of attribute handlers
     
    1413
    1514platforms           darwin
    1615
    17 checksums           rmd160  cf0d80afef63a8c4346dcc1643df6f40a70ef489 \
    18                     sha256  460d344f4e834eb9fef02e5893bab1779f0c91c8dddce9e4c80d85e154239e47
     16checksums           rmd160  67056ca5159ba3080fb09ec46eb4f53f3ed79a39 \
     17                    sha256  1ab66efbb4b78f1db962870f2ffcf4e81902a612618dd06b6f1c3d72ee021a72
    1918
    20 supported_archs noarch
     19supported_archs     noarch
  • perl/p5-autodia/Portfile

     
    44PortSystem          1.0
    55PortGroup           perl5 1.0
    66
    7 perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18
     7perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18 5.20
    88perl5.setup         Autodia 2.14
    9 revision        1
     9revision            2
    1010categories-append   graphics
    1111maintainers         snc openmaintainer
    1212license             GPL-2+
  • perl/p5-autovivification/Portfile

     
    66
    77perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18 5.20
    88perl5.setup         autovivification 0.12 ../by-authors/id/V/VP/VPIT
     9revision            1
    910
    1011platforms           darwin
    1112maintainers         nomaintainer
  • perl/p5-b-hooks-endofscope/Portfile

     
    55PortGroup           perl5 1.0
    66
    77perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18 5.20
    8 perl5.setup         B-Hooks-EndOfScope 0.09
    9 revision            3
     8perl5.setup         B-Hooks-EndOfScope 0.13
    109license             {Artistic-1 GPL}
    1110maintainers         nomaintainer
    1211description         Execute code after a scope finished compilation
     
    1413
    1514platforms           darwin
    1615
    17 checksums           rmd160  add48599c85380dba1729d0185ef4ee6186f85bf \
    18                     sha256  6b1d5683a75ac35d8414e3e84edda60e6b686fd46892f4c596d00f25304aa994
     16checksums           rmd160  9b83717fb95b688414a53552ab973fb3781545f3 \
     17                    sha256  f17ef12e1ea7667dc072edb2ee5bcfc54359ad77e60163a56b43383e1705adb8
    1918
    2019if {${perl5.major} != ""} {
    2120depends_lib-append  port:p${perl5.major}-sub-exporter \
  • perl/p5-cairo/Portfile

     
    66
    77perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18 5.20
    88perl5.setup         Cairo 1.104
     9revision            1
    910license             LGPL-2.1+
    1011maintainers         nomaintainer
    1112description         Perl bindings to the cairo library
  • perl/p5-cairo-gobject/Portfile

     
    66
    77perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18 5.20
    88perl5.setup         Cairo-GObject 1.004
     9revision            1
    910license             LGPL-2.1+
    1011maintainers         devans openmaintainer
    1112description         Integrate Cairo into the Glib type system
  • perl/p5-capture-tiny/Portfile

     
    66
    77perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18 5.20
    88perl5.setup         Capture-Tiny 0.24 ../by-authors/id/D/DA/DAGOLDEN
     9revision            1
    910
    1011platforms           darwin
    1112maintainers         nomaintainer
  • perl/p5-carp-clan/Portfile

     
    66
    77perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18 5.20
    88perl5.setup         Carp-Clan 6.04
    9 revision            3
     9revision            4
    1010license             {Artistic-1 GPL}
    1111maintainers         nomaintainer
    1212description         Report errors from perspective of caller of a "clan" of modules
  • perl/p5-chemistry-elements/Portfile

     
    66
    77perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18 5.20
    88perl5.setup         Chemistry-Elements 1.07
     9revision            1
    910
    1011platforms           darwin
    1112maintainers         nomaintainer
  • perl/p5-class-accessor/Portfile

     
    66
    77perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18 5.20
    88perl5.setup         Class-Accessor 0.34
    9 revision            3
     9revision            4
    1010license             {Artistic-1 GPL}
    1111platforms           darwin
    1212maintainers         nomaintainer
  • perl/p5-class-accessor-chained/Portfile

     
    66
    77perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18 5.20
    88perl5.setup         Class-Accessor-Chained 0.01
    9 revision            3
     9revision            4
    1010license             {Artistic-1 GPL}
    1111maintainers         nomaintainer
    1212description         make chained accessors
  • perl/p5-class-c3/Portfile

     
    55PortGroup           perl5 1.0
    66
    77perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18 5.20
    8 perl5.setup         Class-C3 0.23
    9 revision            4
     8perl5.setup         Class-C3 0.26
    109license             {Artistic-1 GPL}
    1110maintainers         nomaintainer
    1211supported_archs     noarch
     
    1918
    2019platforms           darwin
    2120
    22 checksums           rmd160  71b792b9d17bf7f556b4036c6b64dff35d700867 \
    23                     sha256  194587bce162d714359c1d3149883296a2d4ebcb575e36d825e42038d38e1c46
     21checksums           rmd160  849158942a41d8db3392968649d931032d6734da \
     22                    sha256  daf4f2742af827a558fb9bf7d91a02c31d0ebf03efba8f6573e2e2e29e791d01
    2423
    2524if {${perl5.major} != ""} {
    2625depends_lib-append  port:p${perl5.major}-algorithm-c3 \
  • perl/p5-class-c3-xs/Portfile

     
    66
    77perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18 5.20
    88perl5.setup         Class-C3-XS 0.13
    9 revision            3
     9revision            4
    1010license             {Artistic-1 GPL}
    1111maintainers         nomaintainer
    1212description         XS speedups for Class::C3
  • perl/p5-class-data-inheritable/Portfile

     
    66
    77perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18 5.20
    88perl5.setup         Class-Data-Inheritable 0.08
    9 revision            3
     9revision            4
    1010license             {Artistic-1 GPL}
    1111platforms           darwin
    1212maintainers         nomaintainer
  • perl/p5-class-inspector/Portfile

     
    55PortGroup           perl5 1.0
    66
    77perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18 5.20
    8 perl5.setup         Class-Inspector 1.25 ../by-authors/id/A/AD/ADAMK/
    9 revision            3
     8perl5.setup         Class-Inspector 1.28 ../by-authors/id/A/AD/ADAMK/
    109license             {Artistic-1 GPL}
    1110maintainers         nomaintainer
    1211description         Get information about a class and its structure
     
    2019
    2120platforms           darwin
    2221
    23 checksums           rmd160  f13abef727683db84d1c7c0a9273e6d66c740ccb \
    24                     sha256  7917c2c5966b51130d3addb8dbeb6f501ea6df30ad169acccc5f15039a13d18d
     22checksums           rmd160  d50ef0aff1cd0565a4908bfa713acf1c766b3c5d \
     23                    sha256  3ca4b7a3ed1f4cc846c9a3c08f9a6e9ec07a9cbfd92510dea9513db61a923112
    2524
    2625supported_archs     noarch
  • perl/p5-class-load/Portfile

     
    66
    77perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18 5.20
    88perl5.setup         Class-Load 0.21
     9revision            1
    910license             {Artistic-1 GPL}
    1011maintainers         nomaintainer
    1112description         a working (require Class::Name) and more
  • perl/p5-class-load-xs/Portfile

     
    66
    77perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18 5.20
    88perl5.setup         Class-Load-XS 0.08
     9revision            1
    910
    1011platforms           darwin
    1112maintainers         nomaintainer
  • perl/p5-class-singleton/Portfile

     
    66
    77perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18 5.20
    88perl5.setup         Class-Singleton 1.4
    9 revision            3
     9revision            4
    1010license             {Artistic-1 GPL}
    1111maintainers         nomaintainer
    1212description         Implementation of a "Singleton" class
     
    2626checksums           rmd160  80b739b14dbe947a869d37e5b134100d274f9bf7 \
    2727                    sha256  cfafc6e7c842e04fc11cc3e700551461a6aaa0b139470273aea2f29026e79150
    2828
    29 supported_archs noarch
     29supported_archs     noarch
  • perl/p5-clone/Portfile

     
    66
    77perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18 5.20
    88perl5.setup         Clone 0.37
     9revision            1
    910maintainers         geeklair.net:dluke openmaintainer
    1011description         This is a Perl extension for recursively copying Perl datatypes.
    1112license             {GPL Artistic}
  • perl/p5-compress-raw-bzip2/Portfile

     
    55PortGroup           perl5 1.0
    66
    77perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18 5.20
    8 perl5.setup         Compress-Raw-Bzip2 2.052
    9 revision            1
     8perl5.setup         Compress-Raw-Bzip2 2.064
    109license             {Artistic-1 GPL}
    1110maintainers         nomaintainer
    1211description         Perl low-level interface to bzip2 compression library
     
    1615                    IO::Compress::Bzip2 and IO::Compress::Bunzip2.
    1716platforms           darwin
    1817
    19 checksums           rmd160  902b7b4fa3b6abde85c406d6980cf5c48dc65749 \
    20                     sha256  fdea5fda185c7d64eafe774c3dd61aeaf255479e2c43d49c9b924f658b343c3f
     18checksums           rmd160  370e6fd2320eae3c87624291723f7b0859a90e69 \
     19                    sha256  c3f3b9a69d06d142215b1bd7e1101f6a579a43082abba482b090389ff27b0b2b
    2120
    2221# According to
    2322#   http://search.cpan.org/src/PMQS/Compress-Raw-Bzip2-2.012/README
  • perl/p5-compress-raw-zlib/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
     
    56
    67perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18 5.20
    78perl5.setup         Compress-Raw-Zlib 2.054
    8 revision        1
     9revision            2
    910license             {Artistic-1 GPL}
    1011maintainers         nomaintainer
    1112description         The Compress::Raw::Zlib module provides a Perl \
  • perl/p5-compress-snappy/Portfile

     
    66
    77perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18 5.20
    88perl5.setup         Compress-Snappy 0.23
     9revision            1
    910license             {Artistic-1 GPL}
    1011maintainers         nomaintainer
    1112description         Perl interface to Google's Snappy (de)compressor
  • perl/p5-config-ini/Portfile

     
    55PortGroup           perl5 1.0
    66
    77perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18 5.20
    8 perl5.setup         Config-INI 0.019
     8perl5.setup         Config-INI 0.024
    99
    1010platforms           darwin
    1111maintainers         nomaintainer
     
    1717
    1818long_description    ${description}
    1919
    20 checksums           rmd160 82ec6fde304d024a6bd8999462a8af4a56c77832 \
    21                     sha256 fe44d895064e3c370cf471a987aa6fede6d5d5f362b043f74e0f85730dcc8342
     20checksums           rmd160  4e29f93256a10291be58bf1ae755171a25171e6a \
     21                    sha256  818c9bb1187cd2b4ef853527b879733eb44c9063499eceec685268cb66518a6b
    2222
    2323if {${perl5.major} != ""} {
    2424depends_lib-append  port:p${perl5.major}-io-string \
  • perl/p5-const-fast/Portfile

     
    55PortGroup           perl5 1.0
    66
    77perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18 5.20
    8 perl5.setup         Const-Fast 0.013 ../by-authors/id/L/LE/LEONT
     8perl5.setup         Const-Fast 0.014 ../by-authors/id/L/LE/LEONT
    99
    1010platforms           darwin
    1111maintainers         nomaintainer
     
    1717
    1818long_description    ${description}
    1919
    20 checksums           rmd160 a4eb55e3c4096f00d2d802a583970129358f33a6 \
    21                     sha256 8579039ece718d816c0bb85e6ba2d7a23fd9f6d47ac56772022184c06cdac78a
     20checksums           rmd160  6f25074c8785a17ecdca5989d797d966bdea4b28 \
     21                    sha256  f805953a08c57846a16a4d85d7b766398afaf7c36c1465fcb1dea09e5fa394db
    2222
    2323if {${perl5.major} != ""} {
    2424    depends_build-append \
  • perl/p5-convert-uu/Portfile

     
    66
    77perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18 5.20
    88perl5.setup         Convert-UU 0.5201
     9revision            1
    910platforms           darwin
    1011maintainers         nomaintainer
    1112license             Artistic GPL-2
  • perl/p5-cpan-meta/Portfile

     
    55PortGroup           perl5 1.0
    66
    77perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18 5.20
    8 perl5.setup         CPAN-Meta 2.133380
     8perl5.setup         CPAN-Meta 2.142060
    99license             {Artistic-1 GPL}
    1010maintainers         nomaintainer
    1111description         the distribution metadata for a CPAN dist
     
    1313
    1414platforms           darwin
    1515
    16 checksums           rmd160  a36797c04680670088bb90be260df1f6ada55a60 \
    17                     sha256  bdcc5a915e8057ee545521f7c645b5ba62382446433bbc00ada1c37aac0475fc
     16checksums           rmd160  9e512a038d9f06380140836bb6bfff6b6049d3c2 \
     17                    sha256  afc02b2d27274f9d5d866bed73ecdd660518b6563dbdebb213350d41625b1476
    1818
    1919supported_archs     noarch
    2020
  • perl/p5-cpan-meta-requirements/Portfile

     
    55PortGroup           perl5 1.0
    66
    77perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18 5.20
    8 perl5.setup         CPAN-Meta-Requirements 2.125
     8perl5.setup         CPAN-Meta-Requirements 2.126
    99license             {Artistic-1 GPL}
    1010maintainers         nomaintainer
    1111description         a set of version requirements for a CPAN dist
     
    1313
    1414platforms           darwin
    1515
    16 checksums           rmd160  f842d46f8b44a3a1c7a286994755dcbc807dd66e \
    17                     sha256  1826828d3430e08c48fd94212a401338f794216112d0035125569439a5cfdab4
     16checksums           rmd160  d055c89d8ee65a3e7bd8ca2cfb797b702a8c66d0 \
     17                    sha256  4b4ec24844692482b9c69a231a2145adb44356f0d0e9b56b171263f0f56db622
    1818
    1919supported_archs     noarch
    2020
  • perl/p5-cpan-meta-yaml/Portfile

     
    55PortGroup           perl5 1.0
    66
    77perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18 5.20
    8 perl5.setup         CPAN-Meta-YAML 0.010 ../by-authors/id/D/DA/DAGOLDEN/
    9 revision            1
     8perl5.setup         CPAN-Meta-YAML 0.012 ../by-authors/id/D/DA/DAGOLDEN/
    109license             {Artistic GPL}
    1110maintainers         nomaintainer
    1211description         Read and write a subset of YAML for CPAN Meta files
     
    1413
    1514platforms           darwin
    1615
    17 checksums           rmd160  9ce78ef6117046fcb2ca82631a6f8f46f09bd8ad \
    18                     sha256  26075018a9c04334bd17dbb21bbdcda38212d0654ec470e2fd1f76e1b26188e9
     16checksums           rmd160  672ac1d0fe1f18ed52d1206913b126daf778a1ae \
     17                    sha256  7c728c573ba74294d3df2f0cbae2cd1b3830ed47040649b49a33a086b8300d28
    1918
    2019supported_archs     noarch
    2120
  • perl/p5-crypt-gcrypt/Portfile

     
    66
    77perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18 5.20
    88perl5.setup         Crypt-GCrypt 1.26
    9 revision            1
     9revision            2
    1010
    1111maintainers         snc openmaintainer
    1212license             {Artistic GPL}
  • perl/p5-css-tiny/Portfile

     
    66
    77perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18 5.20
    88perl5.setup         CSS-Tiny 1.19
     9revision            1
    910
    1011platforms           darwin
    1112maintainers         nomaintainer
  • perl/p5-data-dumper/Portfile

     
    55PortGroup           perl5 1.0
    66
    77perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18 5.20
    8 perl5.setup         Data-Dumper 2.131
    9 revision            2
     8perl5.setup         Data-Dumper 2.151
    109maintainers         nomaintainer
    1110license             Artistic GPL
    1211platforms           darwin
     
    2120                    can be \"eval\"ed to get back an identical copy of the \
    2221                    original reference structure.
    2322
    24 checksums           rmd160  afa177e0d87f228c0e4751896bfee181fb7e7069 \
    25                     sha256  c4d4a10013c8cbab305483537fe09900ad6ac2201d74a4fbb5a1b25ba38eb1c2
     23checksums           rmd160  34ef82a5fa9785641810e399f929d8eff0550613 \
     24                    sha256  c3c8eab516ef98d47ee9333ef8b4d3c953f51ef981e112ccf67267a30727744e
  • perl/p5-data-optlist/Portfile

     
    66
    77perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18 5.20
    88perl5.setup         Data-OptList 0.109
     9revision            1
    910license             {Artistic-1 GPL}
    1011maintainers         nomaintainer
    1112description         parse and validate simple name/value option pairs
  • perl/p5-datetime/Portfile

     
    77epoch               2
    88perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18 5.20
    99perl5.setup         DateTime 1.10
    10 revision            1
     10revision            2
    1111license             Artistic-2
    1212maintainers         nomaintainer
    1313description         A date and time object
  • perl/p5-datetime-format-dateparse/Portfile

     
    77
    88perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18 5.20
    99perl5.setup         DateTime-Format-DateParse 0.05
    10 revision            1
     10revision            2
    1111license             {Artistic-1 GPL}
    1212maintainers         nomaintainer
    1313description         Parses Date::Parse compatible formats
  • perl/p5-datetime-locale/Portfile

     
    77epoch               1
    88perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18 5.20
    99perl5.setup         DateTime-Locale 0.45
    10 revision            3
     10revision            4
    1111license             {Artistic-1 GPL}
    1212maintainers         nomaintainer
    1313description         Localization support for DateTime
  • perl/p5-datetime-timezone/Portfile

     
    77epoch               5
    88perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18 5.20
    99perl5.setup         DateTime-TimeZone 1.73
     10revision            1
    1011maintainers         nomaintainer
    1112license             Artistic GPL
    1213supported_archs     noarch
  • perl/p5-dbd-mysql/Portfile

     
    66
    77perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18 5.20
    88perl5.setup         DBD-mysql 4.028
     9revision            1
    910license             {Artistic-1 GPL}
    1011maintainers         nomaintainer
    1112description         Perl5 Database Interface to the MySQL database
  • perl/p5-dbi/Portfile

     
    66
    77perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18 5.20
    88perl5.setup         DBI 1.631 ../by-authors/id/T/TI/TIMB/
     9revision            1
    910license             {Artistic-1 GPL}
    1011maintainers         nomaintainer
    1112description         Abstract database access module for Perl
  • perl/p5-devel-checklib/Portfile

     
    66
    77perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18 5.20
    88perl5.setup         Devel-CheckLib 1.01
    9 revision            1
     9revision            2
    1010license             {Artistic-1 GPL}
    1111maintainers         nomaintainer
    1212description         check that a library is available
  • perl/p5-devel-globaldestruction/Portfile

     
    66
    77perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18 5.20
    88perl5.setup         Devel-GlobalDestruction 0.12
    9 revision            4
     9revision            5
    1010license             {Artistic-1 GPL}
    1111maintainers         nomaintainer
    1212description         Expose PL_dirty, the flag which marks global destruction.
  • perl/p5-devel-stacktrace/Portfile

     
    66
    77epoch               1
    88perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18 5.20
    9 perl5.setup         Devel-StackTrace 1.27 ../by-authors/id/D/DR/DROLSKY/
    10 revision            3
     9perl5.setup         Devel-StackTrace 1.34 ../by-authors/id/D/DR/DROLSKY/
    1110license             Artistic-2
    1211maintainers         nomaintainer
    1312description         Stack trace and stack trace frame objects
     
    2019
    2120platforms           darwin
    2221
    23 checksums           rmd160  d69acbac09e3d211363738625180f2fc79e8f698 \
    24                     sha256  da55edfd4fa20ee88c94dd36ff53890d3a27095a8305d4e812a84459595ae706
     22checksums           rmd160  a4049280506f377c759b6bc34f95f7489385dbc6 \
     23                    sha256  e882ccd7f4cbab0d0cdad53897f3f3bf29bdcf47d2bdfde1ac07f1bc7d7ebd16
    2524
    2625if {${perl5.major} != ""} {
    2726depends_lib-append  port:p${perl5.major}-test-simple
  • perl/p5-digest-md5/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
     
    45PortGroup           perl5 1.0
    56
    67perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18 5.20
    7 perl5.setup         Digest-MD5 2.51
    8 revision            3
     8perl5.setup         Digest-MD5 2.53
    99license             {Artistic-1 GPL}
    1010maintainers         nomaintainer
    1111description         RSA MD5 implementation for perl
     
    1818
    1919platforms           darwin
    2020
    21 checksums           md5 73967d50b9d19990a1d609fe2b1e36c3 \
    22                     sha1 496994e72a8aa01cb89dde82f0f1b1c85c5a8b39 \
    23                     rmd160 ba81c98130f166380a69dddce886585478dcdcf1
     21checksums           rmd160  7dd8152e1e68ffeed2fa87395a42368992deb55c \
     22                    sha256  cde667c0c0c8a4d819d332ba9a4cad7e9f75fc7cabd490aae405ce7bc54d5152
  • perl/p5-digest-sha1/Portfile

     
    66
    77perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18 5.20
    88perl5.setup         Digest-SHA1 2.13
    9 revision            3
     9revision            4
    1010license             {Artistic GPL}
    1111maintainers         nomaintainer
    1212description         Perl interface to the SHA-1 Algorithm
  • perl/p5-dist-checkconflicts/Portfile

     
    66
    77perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18 5.20
    88perl5.setup         Dist-CheckConflicts 0.11 ../by-authors/id/D/DO/DOY/
     9revision            1
    910license             {Artistic-1 GPL}
    1011maintainers         nomaintainer
    1112description         declare version conflicts for your dist
  • perl/p5-email-abstract/Portfile

     
    44PortSystem          1.0
    55PortGroup           perl5 1.0
    66
    7 perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18
     7perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18 5.20
    88perl5.setup         Email-Abstract 3.007
     9revision            1
    910
    1011platforms           darwin
    1112maintainers         nomaintainer
  • perl/p5-email-address/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
    45PortGroup           perl5 1.0
    56
    6 perl5.branches      5.8 5.10 5.12 5.14 5.16
    7 perl5.setup         Email-Address 1.892
    8 revision            3
     7perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18 5.20
     8perl5.setup         Email-Address 1.905
    99license             {Artistic-1 GPL}
    1010maintainers         nomaintainer
    1111description         perl rfc email address formatting
     
    1313
    1414platforms           darwin
    1515
    16 checksums           md5 047e982b0ab7434406a32759164bfe1e \
    17                     sha1 508aec815e8abb94e65bad452c5f5661bf26385f \
    18                     rmd160 f9dcd11d98f9932cd0b2372fae423cb80a5ac497
     16checksums           rmd160  4bb430dc727c2e45928e6bdb94139a0763fc74ee \
     17                    sha256  737f15e4e3ac09186d7053a1b89619d0b714a284f232e207677b186d9fcc92b2
    1918
    2019supported_archs     noarch
  • perl/p5-email-date-format/Portfile

     
    44PortSystem          1.0
    55PortGroup           perl5 1.0
    66
    7 perl5.branches      5.8 5.10 5.12 5.14 5.16
    8 perl5.setup         Email-Date-Format 1.002
    9 revision            3
     7perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18 5.20
     8perl5.setup         Email-Date-Format 1.004
    109license             {Artistic-1 GPL}
    1110platforms           darwin
    1211maintainers         nomaintainer
     
    1615
    1716long_description    Email::Date::Format provides a simple means for generating an RFC 2822-compliant datetime string.
    1817
    19 #master_sites    http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS
     18#master_sites       http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS
    2019
    21 checksums           sha1    0b6a5419118f7cf0d10150b701e2f26d70f2e331 \
    22                     rmd160  9e0d93fe653a6aea98456efdc6e2eb3a9c1130ca
     20checksums           rmd160  d2e2f166ca32b8f1fcd465a4b0620cd2151b9e0d \
     21                    sha256  ca2975136dcb37b576056ebfadf22ae66b43e4620d9f0d673fcd5a7833118204
  • perl/p5-email-mime/Portfile

     
    66
    77perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18
    88perl5.setup         Email-MIME 1.926
     9revision            1
    910license             {Artistic-1 GPL}
    1011maintainers         nomaintainer
    1112description         Easy MIME message parsing
  • perl/p5-email-mime-contenttype/Portfile

     
    44PortSystem          1.0
    55PortGroup           perl5 1.0
    66
    7 perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18
     7perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18 5.20
    88perl5.setup         Email-MIME-ContentType 1.017
     9revision            1
    910license             {Artistic-1 GPL}
    1011maintainers         nomaintainer
    1112description         Parse a MIME Content-Type Header
  • perl/p5-email-mime-encodings/Portfile

     
    44PortSystem          1.0
    55PortGroup           perl5 1.0
    66
    7 perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18
     7perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18 5.20
    88perl5.setup         Email-MIME-Encodings 1.315
     9revision            1
    910license             {Artistic-1 GPL}
    1011maintainers         nomaintainer
    1112description         A unified interface to MIME encoding and decoding
  • perl/p5-email-sender/Portfile

     
    44PortSystem          1.0
    55PortGroup           perl5 1.0
    66
    7 perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18
    8 perl5.setup         Email-Sender 1.300011
    9 #perl5.setup         Email-Sender 1.300011 ../by-authors/id/R/RJ/RJBS
     7perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18 5.20
     8perl5.setup         Email-Sender 1.300012
     9#perl5.setup        Email-Sender 1.300012 ../by-authors/id/R/RJ/RJBS
    1010license             {Artistic-1 GPL}
    1111maintainers         nomaintainer
    1212description         Email::Sender - a library for sending email
     
    1818platforms           darwin
    1919supported_archs     noarch
    2020
    21 checksums           rmd160 cba65b20308338178461c2afe444277dc71a71e2 \
    22                     sha256 f7d372b4199b561ea2f36e821e628eb7a6d9e8bf07cde2ba640858ad7126caa8
     21checksums           rmd160  d3a69e9e706e06e2a579ee2300915a0577be0e64 \
     22                    sha256  a40769652f791ecd34ea84e9876092de5824e6a00123fe01591edb8b80fc7040
    2323
    2424if {${perl5.major} != ""} {
    25     depends_build-append port:p${perl5.major}-capture-tiny
     25    depends_build-append \
     26                        port:p${perl5.major}-capture-tiny
    2627
    2728    depends_lib-append  port:p${perl5.major}-email-abstract \
    2829                        port:p${perl5.major}-email-address \
  • perl/p5-email-simple/Portfile

     
    44PortSystem          1.0
    55PortGroup           perl5 1.0
    66
    7 perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18
     7perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18 5.20
    88perl5.setup         Email-Simple 2.203
     9revision            1
    910license             {Artistic-1 GPL}
    1011maintainers         nomaintainer
    1112description         simple parsing of RFC2822 message format and headers
  • perl/p5-encode-locale/Portfile

     
    66
    77perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18 5.20
    88perl5.setup         Encode-Locale 1.03
     9revision            1
    910platforms           darwin
    1011maintainers         nomaintainer
    1112license             Artistic GPL
  • perl/p5-encoding-fixlatin/Portfile

     
    55PortGroup           perl5 1.0
    66
    77perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18 5.20
    8 perl5.setup         Encoding-FixLatin 1.02 ../by-authors/id/G/GR/GRANTM
     8perl5.setup         Encoding-FixLatin 1.04 ../by-authors/id/G/GR/GRANTM
    99
    1010platforms           darwin
    1111maintainers         nomaintainer
     
    1717
    1818long_description    ${description}
    1919
    20 checksums           rmd160 2eee07062355f4c1ba0d89560ca7674f10e414b5 \
    21                     sha256 b3761d9c4f47cce5e3f86a753eceb68435aeb1fa9b8bee5eeb1aebcd6a13380b
     20checksums           rmd160  b5d1f6a62d4dd1f76ac3d90c70873a7b8884c428 \
     21                    sha256  da072e5b1c5f66567a2d106bb9c80a166c054527c32350e149a09a5d3f4e8b78
  • perl/p5-encoding-fixlatin-xs/Portfile

     
    66
    77perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18 5.20
    88perl5.setup         Encoding-FixLatin-XS 1.01 ../by-authors/id/G/GR/GRANTM
     9revision            1
    910
    1011platforms           darwin
    1112maintainers         nomaintainer
  • perl/p5-eval-closure/Portfile

     
    55PortGroup           perl5 1.0
    66
    77perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18 5.20
    8 perl5.setup         Eval-Closure 0.08 ../by-authors/id/D/DO/DOY
     8perl5.setup         Eval-Closure 0.11 ../by-authors/id/D/DO/DOY
    99
    1010platforms           darwin
    1111maintainers         nomaintainer
     
    1717
    1818long_description    ${description}
    1919
    20 checksums           rmd160 0fe3a1a714aa5f10a2b549bc736931f9af45f297 \
    21                     sha256 738ce424d68ce1ac93c0b1539d6740ac8fff81fdd06ef7e4c8b022296922a407
     20checksums           rmd160  af55dccfa56eec3e4bbec03c96fc49906914e753 \
     21                    sha256  a1923d3aeac0cf4a6cc9ed748ef548085e3ec3f3d14d669504d1fb56756279ac
    2222
    2323if {${perl5.major} != ""} {
    2424    depends_build-append \
  • perl/p5-extutils-cbuilder/Portfile

     
    66
    77perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18 5.20
    88perl5.setup         ExtUtils-CBuilder 0.280216
    9 epoch               1
     9epoch               2
    1010license             {Artistic GPL}
    1111maintainers         nomaintainer
    1212description         Compile and link C code for Perl modules
  • perl/p5-extutils-command/Portfile

     
    55PortGroup           perl5 1.0
    66
    77perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18 5.20
    8 perl5.setup         ExtUtils-Command 1.17
     8perl5.setup         ExtUtils-Command 1.18
    99license             {Artistic-1 GPL}
    1010maintainers         nomaintainer
    1111description         utilities to replace common UNIX commands in Makefiles etc.
     
    1313
    1414platforms           darwin
    1515
    16 checksums           rmd160  b812578311c9eeb624f0a9c54867ff999a10b931 \
    17                     sha256  3cd0fab1f7712c5c00e03a28a1aa46a43b7685f065cb17f7235586fa63a4c627
     16checksums           rmd160  003634d625e70f8ca8a856a671dc92606f00834d \
     17                    sha256  553ed6ede509b87b848499439f8aa4f87ab864dee208702b253882d7e4ce14dc
    1818
    1919supported_archs     noarch
  • perl/p5-extutils-depends/Portfile

     
    66
    77perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18 5.20
    88perl5.setup         ExtUtils-Depends 0.309
     9revision            1
    910license             {Artistic-1 GPL}
    1011maintainers         nomaintainer
    1112description         Easily build XS extensions that depend on XS
  • perl/p5-extutils-f77/Portfile

     
    66
    77perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18 5.20
    88perl5.setup         ExtUtils-F77 1.17
     9revision            1
    910license             {Artistic-1 GPL}
    1011maintainers         nomaintainer
    1112description         Helper for linking C with Fortran subroutines
  • perl/p5-extutils-install/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
     
    45PortGroup           perl5 1.0
    56
    67perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18 5.20
    7 perl5.setup         ExtUtils-Install 1.54
    8 revision            3
     8perl5.setup         ExtUtils-Install 1.68
    99license             {Artistic-1 GPL}
    1010maintainers         nomaintainer
    1111description         install files from here to there
     
    1414
    1515platforms           darwin
    1616
    17 checksums           md5 28d2ab1f23b26f90772d953387f32fe3 \
    18                     sha1 a32c1168b3ac47e10110d7ad5f780c961b54216c \
    19                     rmd160 1703beb8641c8fcfe1a937193e768e47ade0313b
     17checksums           rmd160  fce7cd985ae5cc80a9af028ca39b54609a72aecf \
     18                    sha256  ee924b12d6e7a44cdb60b830c80b78a6cf5541434141c910c3768dc860811bb5
    2019
    2120supported_archs noarch
  • perl/p5-extutils-makemaker/Portfile

     
    66
    77perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18 5.20
    88perl5.setup         ExtUtils-MakeMaker 6.98
     9revision            1
    910license             {Artistic-1 GPL}
    1011maintainers         nomaintainer
    1112description         Create a module Makefile
  • perl/p5-extutils-manifest/Portfile

     
    55PortGroup           perl5 1.0
    66
    77perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18 5.20
    8 perl5.setup         ExtUtils-Manifest 1.61
     8perl5.setup         ExtUtils-Manifest 1.65
    99license             {Artistic-1 GPL}
    1010maintainers         nomaintainer
    1111description         utilities to write and check a MANIFEST file
     
    1313
    1414platforms           darwin
    1515
    16 checksums           rmd160  d4aa4d58de3e86dceadd2cfe05a32467c2a39b16 \
    17                     sha256  160879977a34bf67f5416bc3f8b6ba039ade7687b370271640e5891b332552a2
     16checksums           rmd160  5e3bcd1a7cbd45e63ee8f5be8ed2fb61ee2dd326 \
     17                    sha256  9042ebfa6118d904088b7d52e73a884f2fa405ba6cfafc3f7a2d7ac50e0b83f9
    1818
    1919supported_archs     noarch
  • perl/p5-extutils-pkgconfig/Portfile

     
    66
    77perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18 5.20
    88perl5.setup         ExtUtils-PkgConfig 1.15
    9 revision            3
     9revision            4
    1010license             LGPL
    1111maintainers         nomaintainer
    1212description         Simplistic interface to pkg-config
     
    2323supported_archs     noarch
    2424
    2525if {${perl5.major} != ""} {
    26     depends_lib-append  port:pkgconfig
     26depends_lib-append  port:pkgconfig
    2727}
  • perl/p5-extutils-xsbuilder/Portfile

     
    66
    77perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18 5.20
    88perl5.setup         ExtUtils-XSBuilder 0.28
    9 revision            3
     9revision            4
    1010license             {Artistic-1 GPL}
    1111maintainers         nomaintainer
    1212description         ExtUtils::XSBuilder - Automatic Perl XS glue code generation
  • perl/p5-extutils-xspp/Portfile

     
    66
    77perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18 5.20
    88perl5.setup         ExtUtils-XSpp 0.18
     9revision            1
    910
    1011platforms           darwin
    1112maintainers         nomaintainer
  • perl/p5-file-chdir/Portfile

     
    44PortSystem          1.0
    55PortGroup           perl5 1.0
    66
    7 perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18
    8 perl5.setup         File-chdir 0.1004
    9 revision            2
     7perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18 5.20
     8perl5.setup         File-chdir 0.1008
    109maintainers         geeklair.net:dluke openmaintainer
    1110description         a more sensible way to change directories
    1211license             {GPL Artistic}
     
    1312
    1413long_description    ${description}
    1514
    16 checksums           rmd160  12b4619a7952f4de0709ad452ffff9dcf213ce2b \
    17                     sha256  aede9d7c0aef35b53274e5264e30cefbb76055b41db5938f2779d01556e75514
     15checksums           rmd160  8800b170f9a3957f7420ca28690cd374c9a15997 \
     16                    sha256  993af084c4bd02369169e6dac20c414d5b589c53247b66bb837acce700fa0d59
    1817
    1918platforms           darwin
    2019
  • perl/p5-file-copy-recursive/Portfile

     
    66
    77perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18 5.20
    88perl5.setup         File-Copy-Recursive 0.38
    9 revision            3
     9revision            4
    1010license             {Artistic-1 GPL}
    1111maintainers         nomaintainer
    1212description         Perl extension for recursively copying files and directories
  • perl/p5-file-countlines/Portfile

     
    77perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18 5.20
    88perl5.setup         File-CountLines v0.0.3
    99version             0.0.3
     10revision            1
    1011
    1112platforms           darwin
    1213maintainers         nomaintainer
  • perl/p5-file-find-rule/Portfile

     
    66
    77perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18 5.20
    88perl5.setup         File-Find-Rule 0.33
    9 revision        1
     9revision            2
    1010platforms           darwin
    1111maintainers         nomaintainer
    1212license             {Artistic GPL}
  • perl/p5-file-homedir/Portfile

     
    55PortGroup           perl5 1.0
    66
    77perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18 5.20
    8 perl5.setup         File-HomeDir 0.95 ../by-authors/id/A/AD/ADAMK/
    9 revision            3
     8perl5.setup         File-HomeDir 1.00 ../by-authors/id/A/AD/ADAMK/
    109license             {Artistic-1 GPL}
    1110maintainers         nomaintainer
    1211description         Find your home and other directories, on any platform.
  • perl/p5-file-listing/Portfile

     
    66
    77perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18 5.20
    88perl5.setup         File-Listing 6.04
     9revision            1
    910platforms           darwin
    1011maintainers         nomaintainer
    1112license             Artistic GPL
  • perl/p5-file-map/Portfile

     
    66
    77perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18 5.20
    88perl5.setup         File-Map 0.61
     9revision            1
    910platforms           darwin
    1011maintainers         nomaintainer
    1112license             Artistic GPL-2
  • perl/p5-file-monitor/Portfile

     
    66
    77perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18 5.20
    88perl5.setup         File-Monitor 1.00
     9revision            1
    910
    1011platforms           darwin
    1112maintainers         nomaintainer
  • perl/p5-file-monitor-lite/Portfile

     
    66
    77perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18 5.20
    88perl5.setup         File-Monitor-Lite 0.652003
     9revision            1
    910
    1011platforms           darwin
    1112maintainers         nomaintainer
  • perl/p5-file-remove/Portfile

     
    66
    77perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18 5.20
    88perl5.setup         File-Remove 1.52 ../by-authors/id/A/AD/ADAMK/
    9 revision            1
     9revision            2
    1010license             {Artistic-1 GPL}
    1111maintainers         nomaintainer
    1212description         Remove files and directories
  • perl/p5-file-rsyncp/Portfile

     
    66
    77perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18 5.20
    88perl5.setup         File-RsyncP 0.70
    9 revision            3
     9revision            4
    1010platforms           darwin
    1111license             GPL-2+
    1212maintainers         nomaintainer
  • perl/p5-file-sharedir-install/Portfile

     
    66
    77perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18 5.20
    88perl5.setup         File-ShareDir-Install 0.09
     9revision            1
    910license             {Artistic-1 GPL}
    1011maintainers         nomaintainer
    1112description         Install shared files
  • perl/p5-file-slurp/Portfile

     
    55PortGroup           perl5 1.0
    66
    77perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18 5.20
    8 perl5.setup         File-Slurp 9999.13
    9 revision            3
     8perl5.setup         File-Slurp 9999.19
    109maintainers         gmail.com:matteo.corti
    1110license             {Artistic GPL}
    1211description         Efficient reading/writing of complete files
     
    2120
    2221platforms           darwin
    2322
    24 checksums           md5 ac3cd9d466b99d1534762ff3549aaa66 \
    25                     sha1 ee3df8f2f2efcd6439051f76a08f3536e8f04e7c \
    26                     rmd160 ef2b89f9dbfd35ebfa3d4b2ab8e09a42e7442dc0
     23checksums           rmd160  38a646144cf4dada0d3e2918e33665de742700d1 \
     24                    sha256  ce29ebe995097ebd6e9bc03284714cdfa0c46dc94f6b14a56980747ea3253643
    2725
    28 supported_archs noarch
     26supported_archs     noarch
  • perl/p5-file-temp/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
     
    45PortGroup           perl5 1.0
    56
    67perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18 5.20
    7 perl5.setup         File-Temp 0.22
    8 revision            3
     8perl5.setup         File-Temp 0.2304
    99license             {Artistic-1 GPL}
    1010maintainers         nomaintainer
    1111description         return name and handle of a temporary file safely
     
    1919
    2020platforms           darwin
    2121
    22 checksums           md5 a7e93cf2015881ded1f22b5b2d0cb391 \
    23                     sha1 5535c96e69e5d7f433fa446b5087fe4cab1bc129 \
    24                     rmd160 463f3ca7e25fd6949b8b2da1bc39c31a401a953a
     22checksums           rmd160  689b20459f3d1181077cb6f0fa53948b61ea6878 \
     23                    sha256  13415323e48f7c9f34efdedf3d35141a7c3435e2beb8c6b922229dc317d321ac
    2524
    26 supported_archs noarch
     25supported_archs     noarch
  • perl/p5-file-touch/Portfile

     
    55PortGroup           perl5 1.0
    66
    77perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18 5.20
    8 perl5.setup         File-Touch 0.08
     8perl5.setup         File-Touch 0.09
    99
    1010platforms           darwin
    1111maintainers         nomaintainer
     
    1717
    1818long_description    ${description}
    1919
    20 checksums           rmd160 75230aec73d5d7bea2f96a62ffadd36016291572 \
    21                     sha256 2b37f129ba63523027ed636f5ccde8db892e5f6bbb7401077378fddf78a7592c
     20checksums           rmd160  081b60f0eec1a0fb534e89e35f0c613e9baf088a \
     21                    sha256  7377524be6b2483d002dbdcdd5b0ab8117e3e324f0baeb58a012f3e93302e366
  • perl/p5-file-which/Portfile

     
    66
    77perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18 5.20
    88perl5.setup         File-Which 1.09
    9 revision            3
     9revision            4
    1010license             {Artistic-1 GPL}
    1111maintainers         nomaintainer
    1212description         Portable implementation of the `which' utility
  • perl/p5-filter-simple/Portfile

     
    66
    77perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18 5.20
    88perl5.setup         Filter-Simple 0.91
     9revision            1
    910
    1011platforms           darwin
    1112maintainers         nomaintainer
  • perl/p5-getopt-long/Portfile

     
    66
    77perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18 5.20
    88perl5.setup         Getopt-Long 2.42
     9revision            1
    910license             {Artistic GPL-2+}
    1011maintainers         nomaintainer
    1112platforms           darwin
  • perl/p5-getopt-long-descriptive/Portfile

     
    55PortGroup           perl5 1.0
    66
    77perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18 5.20
    8 perl5.setup         Getopt-Long-Descriptive 0.089 ../by-authors/id/R/RJ/RJBS/
    9 revision            3
     8perl5.setup         Getopt-Long-Descriptive 0.097 ../by-authors/id/R/RJ/RJBS/
    109license             {Artistic-1 GPL}
    1110maintainers         nomaintainer
    1211description         Getopt::Long with usage text
     
    1413
    1514platforms           darwin
    1615
    17 checksums           rmd160  6f49fe2e30e0184a2a4732a22b7968a99e7eb386 \
    18                     sha256  e8d22377f2c807bd1b018adb493c728709cbebbd3aa0ef0ff24cfe72490e954c
     16checksums           rmd160  f5185037cd899e3c85ee4b773e43b794f513c6a6 \
     17                    sha256  a6e484962727ae2d882d5d35c5bedd48bc13730a7e4c739a7daa74f525422883
    1918
    2019if {${perl5.major} != ""} {
    2120depends_lib-append  port:p${perl5.major}-params-validate \
  • perl/p5-glib/Portfile

     
    66
    77perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18 5.20
    88perl5.setup         Glib 1.305
     9revision            1
    910platforms           darwin
    1011maintainers         nomaintainer
    1112license             LGPL-2.1+
  • perl/p5-glib-object-introspection/Portfile

     
    66
    77perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18 5.20
    88perl5.setup         Glib-Object-Introspection 0.024
     9revision            1
    910platforms           darwin
    1011maintainers         devans openmaintainer
    1112license             LGPL-2.1+
  • perl/p5-gnome2-print/Portfile

     
    66
    77perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18 5.20
    88perl5.setup         Gnome2-Print 1.000
    9 revision            4
     9revision            5
    1010license             LGPL
    1111maintainers         nomaintainer
    1212description         Perl wrappers for the Gnome Print utilities
  • perl/p5-google-protocolbuffers/Portfile

     
    66
    77perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18 5.20
    88perl5.setup         Google-ProtocolBuffers 0.11
     9revision            1
    910license             {Artistic-1 GPL}
    1011maintainers         nomaintainer
    1112description         simple interface to Google Protocol Buffers
  • perl/p5-graph/Portfile

     
    55PortGroup           perl5 1.0
    66
    77perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18 5.20
    8 perl5.setup         Graph 0.94
    9 revision            3
     8perl5.setup         Graph 0.96
    109license             {Artistic-1 GPL}
    1110maintainers         nomaintainer
    1211description         graph operations for perl
     
    2019
    2120platforms           darwin
    2221
    23 checksums           rmd160  f739d1ecd31d42cb8c45530cad5489916f0e86e1 \
    24                     sha256  f6f5a36b8a96163a6d4ecb144d3559588272a4d9e58bd9af850ace4a74a2ced3
     22checksums           rmd160  254f42f014381f6002a9bafcc71c1d791b95d5e8 \
     23                    sha256  832efa8d483a484f2543a001a3996fcc04c9b37cfc2178d63f603fb0cf8f9727
    2524
    2625if {${perl5.major} != ""} {
    2726depends_lib-append  port:p${perl5.major}-heap
  • perl/p5-graphics-gnuplotif/Portfile

     
    77
    88perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18 5.20
    99perl5.setup         Graphics-GnuplotIF 1.7
     10revision            1
    1011
    1112platforms           darwin
    1213maintainers         nomaintainer
  • perl/p5-gtk2/Portfile

     
    66
    77perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18 5.20
    88perl5.setup         Gtk2 1.2492
     9revision            1
    910platforms           darwin
    1011maintainers         nomaintainer
    1112license             LGPL-2.1+
  • perl/p5-gtk2-gladexml/Portfile

     
    66
    77perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18 5.20
    88perl5.setup         Gtk2-GladeXML 1.007
    9 revision            4
     9revision            5
    1010license             LGPL
    1111maintainers         nomaintainer
    1212description         Bindings to Gtk+ library
  • perl/p5-gtk2-sourceview/Portfile

     
    66
    77perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18 5.20
    88perl5.setup         Gtk2-SourceView 1.000
    9 revision            3
     9revision            4
    1010license             LGPL
    1111maintainers         nomaintainer
    1212description         Perl wrappers for the GtkSourceView widget
  • perl/p5-gtk3/Portfile

     
    66
    77perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18 5.20
    88perl5.setup         Gtk3 0.017
     9revision            1
    910platforms           darwin
    1011maintainers         devans openmaintainer
    1112license             LGPL-2.1+
  • perl/p5-heap/Portfile

     
    66
    77perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18 5.20
    88perl5.setup         Heap 0.80
    9 revision            3
     9revision            4
    1010license             {Artistic-1 GPL}
    1111maintainers         nomaintainer
    1212description         Collection of routines for managing a heap data structure
  • perl/p5-hook-lexwrap/Portfile

     
    66
    77perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18 5.20
    88perl5.setup         Hook-LexWrap 0.24
     9revision            1
    910license             {Artistic-1 GPL}
    1011maintainers         nomaintainer
    1112description         Lexically scoped subroutine wrappers
  • perl/p5-html-form/Portfile

     
    66
    77perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18 5.20
    88perl5.setup         HTML-Form 6.03
     9revision            1
    910platforms           darwin
    1011maintainers         nomaintainer
    1112license             Artistic GPL
  • perl/p5-html-parser/Portfile

     
    66
    77perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18 5.20
    88perl5.setup         HTML-Parser 3.71
     9revision            1
    910license             {Artistic GPL}
    1011maintainers         nomaintainer
    1112description         HTML parsing and extraction modules
  • perl/p5-html-table/Portfile

     
    66
    77perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18 5.20
    88perl5.setup         HTML-Table 2.08a
     9revision            1
    910license             {Artistic-1 GPL}
    1011maintainers         nomaintainer
    1112description         produces HTML tables
  • perl/p5-html-tagset/Portfile

     
    66
    77perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18 5.20
    88perl5.setup         HTML-Tagset 3.20
    9 revision            3
     9revision            4
    1010license             {Artistic GPL}
    1111maintainers         nomaintainer
    1212description         data tables useful in parsing HTML
     
    1818
    1919platforms           darwin
    2020
    21 supported_archs noarch
     21supported_archs     noarch
  • perl/p5-http-cookies/Portfile

     
    66
    77perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18 5.20
    88perl5.setup         HTTP-Cookies 6.01
     9revision            1
    910platforms           darwin
    1011maintainers         nomaintainer
    1112license             {Artistic GPL}
  • perl/p5-http-daemon/Portfile

     
    66
    77perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18 5.20
    88perl5.setup         HTTP-Daemon 6.01
     9revision            1
    910platforms           darwin
    1011maintainers         nomaintainer
    1112license             {Artistic GPL}
  • perl/p5-http-date/Portfile

     
    66
    77perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18 5.20
    88perl5.setup         HTTP-Date 6.02
     9revision            1
    910platforms           darwin
    1011maintainers         nomaintainer
    1112license             Artistic GPL
  • perl/p5-http-message/Portfile

     
    66
    77perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18 5.20
    88perl5.setup         HTTP-Message 6.06
     9revision            1
    910platforms           darwin
    1011maintainers         nomaintainer
    1112license             {Artistic GPL}
  • perl/p5-http-negotiate/Portfile

     
    66
    77perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18 5.20
    88perl5.setup         HTTP-Negotiate 6.01
     9revision            1
    910platforms           darwin
    1011maintainers         nomaintainer
    1112license             {Artistic GPL}
  • perl/p5-ifeffit/Portfile

     
    77perl5.branches      5.12 5.14 5.16 5.18 5.20
    88perl5.setup         Ifeffit 2
    99set ifeffit_version 1.2.13
     10revision            1
    1011
    1112platforms           darwin
    1213license             Permissive
  • perl/p5-image-exiftool/Portfile

     
    66
    77perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18 5.20
    88perl5.setup         Image-ExifTool 9.69
     9revision            1
    910license             {Artistic-1 GPL}
    1011maintainers         nomaintainer
    1112platforms           darwin
  • perl/p5-image-size/Portfile

     
    66
    77perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18 5.20
    88perl5.setup         Image-Size 3.232
    9 revision            1
     9revision            2
    1010license             {Artistic-2 LGPL-2.1}
    1111maintainers         nomaintainer
    1212platforms           darwin
  • perl/p5-import-into/Portfile

     
    55PortGroup           perl5 1.0
    66
    77perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18 5.20
    8 perl5.setup         Import-Into 1.002001 ../by-authors/id/H/HA/HAARG
     8perl5.setup         Import-Into 1.002004 ../by-authors/id/E/ET/ETHER
    99
    1010platforms           darwin
    1111maintainers         nomaintainer
     
    2626                    \
    2727                    Import::Into provides global methods to make this painless.
    2828
    29 checksums           rmd160 d488320a83cf0cdefc822009baa978a628be97df \
    30                     sha256 245ea6c8aacb39f942d71a445d539216fbdf2b281ea22a92abccf53cf7ecf28f
     29checksums           rmd160  bee2ba58943fd8b127969a72809ca5201d2ec259 \
     30                    sha256  decb259bc2ff015fe3dac85e4a287d4128e9b0506a0b2c5fa7244836a68b1084
  • perl/p5-inline/Portfile

     
    66
    77perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18 5.20
    88perl5.setup         Inline 0.46
    9 revision            4
     9revision            5
    1010license             {Artistic-1 GPL}
    1111maintainers         nomaintainer
    1212description         Write Perl subroutines in other programming languages
  • perl/p5-io/Portfile

     
    77platforms           darwin
    88perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18 5.20
    99perl5.setup         IO 1.25
    10 revision            3
     10revision            4
    1111license             {Artistic-1 GPL}
    1212maintainers         pixilla
    1313
  • perl/p5-io-all/Portfile

     
    66
    77perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18 5.20
    88perl5.setup         IO-All 0.67
     9revision            1
    910platforms           darwin
    1011maintainers         devans openmaintainer
    1112license             {Artistic GPL}
     
    2324                    sha256  c92a824bb5b51f2d991905b88e0671d607142f7970ef5b84176f96cb32832868
    2425
    2526if {${perl5.major} != ""} {
    26     patchfiles      patch-Makefile.PL.diff
     27patchfiles          patch-Makefile.PL.diff
    2728}
  • perl/p5-io-compress/Portfile

     
    55PortGroup           perl5 1.0
    66
    77perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18 5.20
    8 perl5.setup         IO-Compress 2.052 IO/PMQS
    9 revision            2
     8perl5.setup         IO-Compress 2.064 IO/PMQS
    109license             {Artistic-1 GPL}
    1110maintainers         nomaintainer
    1211description         Perl interface to allow reading and writing of \
     
    1615
    1716platforms           darwin
    1817
    19 checksums           rmd160  147de597dff85c429d19e7ac024b2f930dda6b40 \
    20                     sha256  7e2a838acbed053822ab71d707f2ec29441ac1edbfea63b84f28aac2f56bcc9b
     18checksums           rmd160  bc799f9f8687e6a9d0467e5d59ecd9562df3363a \
     19                    sha256  cacfede77b7ca361865c0d08836fe8580860e046c61a39c2cd062c60be730ed9
    2120
    2221if {${perl5.major} != ""} {
    2322depends_lib-append  port:p${perl5.major}-compress-raw-bzip2 \
  • perl/p5-io-kqueue/Portfile

     
    66
    77perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18 5.20
    88perl5.setup         IO-KQueue 0.34
     9revision            1
    910
    1011platforms           darwin
    1112maintainers         nomaintainer
  • perl/p5-io-socket-ssl/Portfile

     
    55PortGroup           perl5 1.0
    66
    77perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18 5.20
    8 perl5.setup         IO-Socket-SSL 1.981
     8perl5.setup         IO-Socket-SSL 1.997
    99platforms           darwin
    1010maintainers         nomaintainer
    1111license             {Artistic GPL}
     
    1717                    oriented interface to SSL sockets. The class is a \
    1818                    descendent of IO::Socket::INET.
    1919
    20 checksums           rmd160  7c8632717f54c08aad192cc43bc85b6cb2ebd234 \
    21                     sha256  d78f3aac72888a350962c2da87b2b459513a175d7ac641cb1482bacbb81e76eb
     20checksums           rmd160  66f5f16ad648b0ac1b3b4797d1abb110421a8012 \
     21                    sha256  acdb67b5b63aea5b7e70c3e4c70a16128810329592b63753a38c794aff76a1dd
    2222
    2323if {${perl5.major} != ""} {
    24 depends_lib-append  port:p${perl5.major}-net-ssleay port:p${perl5.major}-net-libidn
     24depends_lib-append  port:p${perl5.major}-net-ssleay \
     25                    port:p${perl5.major}-net-libidn
    2526
    2627# Only required for full testing:
    2728#depends_build-append port:p${perl5.major}-io-socket-inet6
  • perl/p5-io-string/Portfile

     
    66
    77perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18 5.20
    88perl5.setup         IO-String 1.08
    9 revision            3
     9revision            4
    1010license             {Artistic-1 GPL}
    1111maintainers         nomaintainer
    1212description         Emulate file interface for in-core strings
  • perl/p5-io-stringy/Portfile

     
    66
    77perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18 5.20
    88perl5.setup         IO-stringy 2.110
    9 revision            3
     9revision            4
    1010license             {Artistic-1 GPL}
    1111maintainers         nomaintainer
    1212description         I/O on in-core objects like strings and arrays
  • perl/p5-ipc-cmd/Portfile

     
    55PortGroup           perl5 1.0
    66
    77perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18 5.20
    8 perl5.setup         IPC-Cmd 0.82 ../by-authors/id/B/BI/BINGOS/
     8perl5.setup         IPC-Cmd 0.92 ../by-authors/id/B/BI/BINGOS/
    99license             {Artistic GPL}
    1010maintainers         nomaintainer
    1111description         finding and running system commands made easy
     
    1313
    1414platforms           darwin
    1515
    16 checksums           rmd160  8442de8e88e6e4040305adac8597880806b37138 \
    17                     sha256  1fa91940050f512d090ed559e5e8bd93c5e27983b07ecbaabc2da75a5530c3b8
     16checksums           rmd160  da12249911392e87567ac65b09a09681f79700f7 \
     17                    sha256  07c59e7f999df620b40bcd5a4b623f4f80a83d701bc93c7b344af50b5a7910eb
    1818
    1919if {${perl5.major} != ""} {
    2020depends_lib-append  port:p${perl5.major}-locale-maketext-simple \
  • perl/p5-ipc-run3/Portfile

     
    55PortGroup           perl5 1.0
    66
    77perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18 5.20
    8 perl5.setup         IPC-Run3 0.044
    9 revision            3
     8perl5.setup         IPC-Run3 0.048
    109
    1110maintainers         geeklair.net:dluke openmaintainer
    1211description         Run a subprocess in batch mode (a la system) on Unix, Win32, etc.
     
    1413
    1514long_description    ${description}
    1615
    17 checksums           rmd160  fc3a3a5855bbfbe79943d2976f3390e57f5a02ad \
    18                     sha256  e81f7d86fc07fb64ea7aafa55bd5a8803afeddfc375b13e11fa1c6d5b3e11ba9
     16checksums           rmd160  125ad8b04bb7a072f41825a3dbeb86b23fa0d316 \
     17                    sha256  3d81c3cc1b5cff69cca9361e2c6e38df0352251ae7b41e2ff3febc850e463565
    1918
    2019platforms           darwin
    2120
  • perl/p5-json/Portfile

     
    55PortGroup           perl5 1.0
    66
    77perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18 5.20
    8 perl5.setup         JSON 2.53 ../by-authors/id/M/MA/MAKAMAKA
    9 revision            2
     8perl5.setup         JSON 2.90 ../by-authors/id/M/MA/MAKAMAKA
    109license             {Artistic-1 GPL}
    1110platforms           darwin
    1211maintainers         nomaintainer
     
    1817                    into each other. For JSON, See to \
    1918                    http://www.crockford.com/JSON/.
    2019
    21 checksums           rmd160  d330285f25e75ce63dbea73e23713ab3a7e226f9 \
    22                     sha256  90de181e583d105a1086da4fe961ceacf39217f5ea7b3c8d886a5ed04ed0d565
     20checksums           rmd160  629becc378221dadbd01162c26dabec2ea7550cc \
     21                    sha256  4ddbb3cb985a79f69a34e7c26cde1c81120d03487e87366f9a119f90f7bdfe88
    2322
    2423if {${perl5.major} != ""} {
    2524variant xs description {Depend on JSON::XS for improved performance} {
  • perl/p5-libapreq2/Portfile

     
    66
    77perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18 5.20
    88perl5.setup         libapreq2 2.13 Apache2
    9 revision            3
     9revision            4
    1010license             Apache-2
    1111maintainers         nomaintainer
    1212description         Methods for dealing with client request data
  • perl/p5-libwww-perl/Portfile

     
    55PortGroup           perl5 1.0
    66
    77perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18 5.20
    8 perl5.setup         libwww-perl 6.06 LWP
     8perl5.setup         libwww-perl 6.08 LWP
    99maintainers         nomaintainer
    1010license             {Artistic GPL}
    1111supported_archs     noarch
     
    2121                    and even classes that help you implement \
    2222                    simple HTTP servers.
    2323
    24 checksums           rmd160  5843faeda6aac23fd8eae8244f4cd1245a8c110e \
    25                     sha256  55d0417d0b52fef4d238bfacdce0440e69cd3b0ee15b1554251f32fffd532ed2
     24checksums           rmd160  97bb37aacdb638d85ef1ad33172b1249c9280cf1 \
     25                    sha256  314d239bdcee4bce849d5c9fe5986a39b2ce12199833ffa32d73a0950531fe94
    2626
    2727platforms           darwin
    2828
  • perl/p5-linux-cpuinfo/Portfile

     
    66
    77perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18 5.20
    88perl5.setup         Linux-Cpuinfo 1.8
     9revision            1
    910license             {Artistic-1 GPL}
    1011maintainers         nomaintainer
    1112description         Object Oriented Interface to /proc/cpuinfo
  • perl/p5-list-moreutils/Portfile

     
    66
    77perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18 5.20
    88perl5.setup         List-MoreUtils 0.33 ../by-authors/id/A/AD/ADAMK/
    9 revision            1
     9revision            2
    1010maintainers         nomaintainer
    1111license             {Artistic GPL}
    1212description         Provide the stuff missing in List::Util
  • perl/p5-locale-maketext-simple/Portfile

     
    66
    77perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18 5.20
    88perl5.setup         Locale-Maketext-Simple 0.21
    9 revision            2
     9revision            3
    1010
    1111maintainers         geeklair.net:dluke openmaintainer
    1212description         Simple interface to Locale::Maketext::Lexicon.
  • perl/p5-log-log4perl-appender-socket-unix/Portfile

     
    66
    77perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18 5.20
    88perl5.setup         Log-Log4perl-Appender-Socket-UNIX 1.04
     9revision            1
    910maintainers         nomaintainer
    1011license             {Artistic GPL}
    1112
  • perl/p5-lwp-mediatypes/Portfile

     
    66
    77perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18 5.20
    88perl5.setup         LWP-MediaTypes 6.02
     9revision            1
    910platforms           darwin
    1011maintainers         nomaintainer
    1112license             Artistic GPL
  • perl/p5-lwp-protocol-https/Portfile

     
    66
    77perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18 5.20
    88perl5.setup         LWP-Protocol-https 6.06 ../by-authors/id/M/MS/MSCHILLI/
     9revision            1
    910platforms           darwin
    1011maintainers         nomaintainer
    1112license             {Artistic GPL}
  • perl/p5-mac-propertylist/Portfile

     
    66
    77perl5.branches      5.10 5.12 5.14 5.16 5.18 5.20
    88perl5.setup         Mac-PropertyList 1.40
     9revision            1
    910license             {Artistic-1 GPL}
    1011maintainers         nomaintainer
    1112description         Mac::PropertyList - work with Mac plists at a low level
  • perl/p5-mailtools/Portfile

     
    55PortGroup           perl5 1.0
    66
    77perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18 5.20
    8 perl5.setup         MailTools 2.08 Mail
    9 revision            2
     8perl5.setup         MailTools 2.13 Mail
    109platforms           darwin
    1110maintainers         nomaintainer
    1211license             Artistic GPL
     
    2120                    in MacPorts). It is a little harder to learn, but at \
    2221                    least implements all RFCs correctly.
    2322
    24 checksums           sha1    dca3a781273ec37f3aacb729c559ba1fbb41bc30 \
    25                     rmd160  d67c8006c8ae42a5b7d109c899da00abc8b05493
     23checksums           rmd160  e59af41334d8c209d54a3af31bf3f75927787376 \
     24                    sha256  7216404681bebce4e09651e1619c3e1eebe2a7e3856f1233af0dd9660ba052b6
    2625
    2726if {${perl5.major} != ""} {
    2827depends_lib-append  port:p${perl5.major}-timedate
  • perl/p5-math-combinatorics/Portfile

     
    66
    77perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18 5.20
    88perl5.setup         Math-Combinatorics 0.09
     9revision            1
    910
    1011platforms           darwin
    1112maintainers         nomaintainer
  • perl/p5-math-derivative/Portfile

     
    66
    77perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18 5.20
    88perl5.setup         Math-Derivative 0.01
     9revision            1
    910
    1011platforms           darwin
    1112maintainers         nomaintainer
  • perl/p5-math-random/Portfile

     
    66
    77perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18 5.20
    88perl5.setup         Math-Random 0.71
    9 revision            2
     9revision            3
    1010maintainers         bioperl.org:jason
    1111categories-append   math
    1212platforms           darwin
  • perl/p5-math-round/Portfile

     
    66
    77perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18 5.20
    88perl5.setup         Math-Round 0.06
    9 revision            2
     9revision            3
    1010platforms           darwin
    1111license             {Artistic-1 GPL}
    1212maintainers         nomaintainer
  • perl/p5-math-spline/Portfile

     
    55PortGroup           perl5 1.0
    66
    77perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18 5.20
    8 perl5.setup         Math-Spline 0.01
     8perl5.setup         Math-Spline 0.02
    99
    1010platforms           darwin
    1111maintainers         nomaintainer
     
    1717
    1818long_description    ${description}
    1919
    20 checksums           rmd160 f2f996ee0d4fa52ca235151355a32fd634284e57 \
    21                     sha256 8cb3d5407a0a63edef5d252bb84d5421900e1f277f2f7fd25d9b5d980cf43d72
     20checksums           rmd160  6b3bed34821342af829bc83d5321c0c945823840 \
     21                    sha256  cfd7044483f34e6fa64080bf7c4bc10ff6173410c350066fe65e090c3b81b6e9
  • perl/p5-mime-base64/Portfile

     
    66
    77perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18 5.20
    88perl5.setup         MIME-Base64 3.14
     9revision            1
    910license             {Artistic GPL}
    1011maintainers         nomaintainer
    1112description         base64 encoder/decoder
  • perl/p5-mime-tools/Portfile

     
    55PortGroup           perl5 1.0
    66
    77perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18 5.20
    8 perl5.setup         MIME-tools 5.428
    9 revision            3
     8perl5.setup         MIME-tools 5.505
    109
    1110license             {Artistic-1 GPL}
    1211maintainers         nomaintainer
     
    1716                    (Yes, kids, that means you can send messages with \
    1817                    attached GIF files).
    1918
    20 checksums           rmd160  64e6397bffa9172c00736b150ad088b92bc5f7e7 \
    21                     sha256  0e695b7fa2ace8315bd16aac24751f246cb25a495174fe3438598e46e633cb87
     19checksums           rmd160  733473ea49533e0bf4c1365e1ce05233c50d284b \
     20                    sha256  2a85bfc4dcb521b3166675f521246aa3f8c028523d2a74df01a512975820d75f
    2221
    2322platforms           darwin
    2423
  • perl/p5-mime-tools/files/patch-lib-MIME-Parser.pm.allow_no_trailing_boundary.diff

     
    11--- lib/MIME/Parser.pm.orig     2010-05-03 16:02:52.000000000 -0700
    22+++ lib/MIME/Parser.pm  2010-05-04 11:08:48.000000000 -0700
    3 @@ -249,6 +249,7 @@
     3@@ -221,6 +221,7 @@
    44     $self->{MP5_UUDecode}        = 0;
    55     $self->{MP5_MaxParts}        = -1;
    66     $self->{MP5_TmpDir}          = undef;
     
    88 
    99     $self->interface(ENTITY_CLASS => 'MIME::Entity');
    1010     $self->interface(HEAD_CLASS   => 'MIME::Head');
    11 @@ -474,6 +475,28 @@
     11@@ -446,6 +447,28 @@
    1212 
    1313 #------------------------------
    1414 
     
    3737 =item decode_bodies [YESNO]
    3838 
    3939 I<Instance method.>
    40 @@ -747,6 +770,7 @@
     40@@ -723,6 +746,7 @@
    4141        $eos_type = $part_rdr->eos_type;
    4242        if    ($eos_type eq 'DELIM') { $more_parts = 1 }
    4343        elsif ($eos_type eq 'CLOSE') { $more_parts = 0; }
     
    4545        else                         { $self->error("unexpected end of parts ".
    4646                                                    "before epilogue\n");
    4747                                       return 1; }
    48 @@ -806,9 +830,9 @@
     48@@ -774,9 +798,9 @@
    4949        ### ...and look at how we finished up.
    5050        ###     If we have bounds, we want DELIM or CLOSE.
    5151        ###     Otherwise, we want EOF (and that's all we'd get, anyway!).
  • perl/p5-mime-tools/files/patch-lib-MIME-Parser.pm.nobinhex.diff

     
    11--- lib/MIME/Parser.pm.orig     2008-03-12 14:00:20.000000000 -0700
    22+++ lib/MIME/Parser.pm  2008-09-16 18:27:03.000000000 -0700
    3 @@ -902,6 +902,12 @@
     3@@ -870,6 +870,12 @@
    44     }
    55     $good or do { $self->debug("no one made the cut"); return 0 };
    66 
  • perl/p5-mime-tools/files/patch-lib-MIME-Parser.pm.useContentTypeName.diff

     
    11--- lib/MIME/Parser.pm.orig     2007-05-02 13:04:15.000000000 -0700
    22+++ lib/MIME/Parser.pm  2007-05-02 13:06:01.000000000 -0700
    3 @@ -885,6 +885,7 @@
     3@@ -853,6 +853,7 @@
    44 sub hunt_for_uuencode {
    55     my ($self, $ENCODED, $ent) = @_;
    66     my ($good, $how_encoded);
     
    88     local $_;
    99     $self->debug("sniffing around for UUENCODE");
    1010 
    11 @@ -921,6 +922,12 @@
     11@@ -889,6 +890,12 @@
    1212     $top_ent->make_multipart;
    1313     my @parts;
    1414 
     
    2121     ### Made the first cut; on to the real stuff:
    2222     $ENCODED->seek(0,0) or die "$ME: can't seek: $!";
    2323     $self->whine("Found a $how_encoded attachment");
    24 @@ -932,7 +939,7 @@
     24@@ -900,7 +907,7 @@
    2525        my $out = IO::File->new(\$bin_data, '>:');
    2626        eval { $decoder->decode($ENCODED, $out) }; last if $@;
    2727        my $preamble = $decoder->last_preamble;
  • perl/p5-mime-tools/files/patch-lib-MIME-Parser.pm.uu_whine.diff

     
    11--- lib/MIME/Parser.pm.orig     2007-06-04 17:46:15.000000000 -0700
    22+++ lib/MIME/Parser.pm  2007-06-04 17:47:11.000000000 -0700
    3 @@ -850,7 +850,10 @@
     3@@ -818,7 +818,10 @@
    44            return 1;
    55        }
    66        else {           ### boojum
  • perl/p5-mixin-linewise/Portfile

     
    55PortGroup           perl5 1.0
    66
    77perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18 5.20
    8 perl5.setup         Mixin-Linewise 0.003 ../by-authors/id/R/RJ/RJBS
     8perl5.setup         Mixin-Linewise 0.106 ../by-authors/id/R/RJ/RJBS
    99
    1010platforms           darwin
    1111maintainers         nomaintainer
     
    1717
    1818long_description    ${description}
    1919
    20 checksums           rmd160 d88fb964fc977f41e690537f31c66bb83584387d \
    21                     sha256 b9bc75bf0f5de08a7135e7abd0301d63f1d4a27d7764fd5a3f6bf5832a61e852
     20checksums           rmd160  288cb2f182c7ebe4ec34044b0cc35871fc8c8ac9 \
     21                    sha256  d0fce86ac7246a5769fedf1f55a7465ff2fde593777ad47de022f0ebc89cccf0
    2222
    2323if {${perl5.major} != ""} {
    24     depends_lib-append  port:p${perl5.major}-io-string \
    25                         port:p${perl5.major}-sub-exporter
     24depends_lib-append  port:p${perl5.major}-io-string \
     25                    port:p${perl5.major}-sub-exporter
    2626}
  • perl/p5-module-build/Portfile

     
    66
    77epoch               2
    88perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18 5.20
    9 perl5.setup         Module-Build 0.4205
     9perl5.setup         Module-Build 0.4206
    1010license             {Artistic GPL}
    1111maintainers         nomaintainer
    1212supported_archs     noarch
     
    2424
    2525platforms           darwin
    2626
    27 checksums           rmd160  107dda899c64205cbd17aa04453885758f7e7ed5 \
    28                     sha256  1e7a597607329db642ad68ddde00c8f48d6f660ced6d2dff4c99c84e0dd1f501
     27checksums           rmd160  52547eeeb0b7801b3fe3aa315d7e2697507b7db7 \
     28                    sha256  2f9db80a98c145ff681d0f77edafee31345a3b58c1cf739571e747d091f44bad
    2929
    3030if {${perl5.major} != ""} {
    3131depends_build-append \
  • perl/p5-module-compile/Portfile

     
    66
    77perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18 5.20
    88perl5.setup         Module-Compile 0.23
     9revision            1
    910platforms           darwin
    1011maintainers         nomaintainer
    1112license             Artistic GPL-2
     
    1920                    sha256 2970f4e493be50a6b9efd594537a943d86e5b9721f6f35ffdbee6aef345b48a1
    2021
    2122if {${perl5.major} != ""} {
    22     depends_lib-append  port:p${perl5.major}-digest-sha1
     23depends_lib-append  port:p${perl5.major}-digest-sha1
    2324}
  • perl/p5-module-corelist/Portfile

     
    55PortGroup           perl5 1.0
    66
    77perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18 5.20
    8 perl5.setup         Module-CoreList 3.09 ../by-authors/id/B/BI/BINGOS/
     8perl5.setup         Module-CoreList 5.021002 ../by-authors/id/B/BI/BINGOS/
    99license             {Artistic GPL}
    1010maintainers         nomaintainer
    1111description         what modules shipped with versions of perl
     
    1515
    1616platforms           darwin
    1717
    18 checksums           rmd160  41036e56600ad0d7932580ecf999c23126b1383d \
    19                     sha256  d7a825c82e47b40311f542553739478397d62d74276c1bac7692a2e19c8c15b3
     18checksums           rmd160  358bd9193755ab7c4ac41b759039005c87d6890c \
     19                    sha256  447ea35753f34d6834dd4e026622d4dfbca90ee2b5db976290a53bfce56048b8
    2020
    2121supported_archs     noarch
    2222
  • perl/p5-module-depends/Portfile

     
    66
    77perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18 5.20
    88perl5.setup         Module-Depends 0.15
    9 revision            3
     9revision            4
    1010platforms           darwin
    1111license             {Artistic-1 GPL}
    1212maintainers         ryandesign openmaintainer
  • perl/p5-module-implementation/Portfile

     
    66
    77perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18 5.20
    88perl5.setup         Module-Implementation 0.07
     9revision            1
    910platforms           darwin
    1011maintainers         nomaintainer
    1112license             Artistic-2
  • perl/p5-module-load/Portfile

     
    66
    77perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18 5.20
    88perl5.setup         Module-Load 0.32
     9revision            1
    910license             {Artistic GPL}
    1011maintainers         nomaintainer
    1112description         runtime require of both modules and files
  • perl/p5-module-load-conditional/Portfile

     
    55PortGroup           perl5 1.0
    66
    77perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18 5.20
    8 perl5.setup         Module-Load-Conditional 0.54 ../by-authors/id/B/BI/BINGOS/
     8perl5.setup         Module-Load-Conditional 0.62 ../by-authors/id/B/BI/BINGOS/
    99license             {Artistic GPL}
    1010maintainers         nomaintainer
    1111description         Looking up module information / loading at runtime
     
    1313
    1414platforms           darwin
    1515
    16 checksums           rmd160  c94dd19a8791057ad2574893ca33b9df9a3dbf72 \
    17                     sha256  1b99c78a074b732dfd5f7e627102ef4789695e370da671e4c614754aa8ed5b8f
     16checksums           rmd160  809afa81ec95e2667645be9ac424dfd6a48b2177 \
     17                    sha256  6148e6189a635b7fe2b35a0992a1d128b679d2f05d2c5222eaef6c53c93b2cac
    1818
    1919if {${perl5.major} != ""} {
    2020depends_lib-append  port:p${perl5.major}-locale-maketext-simple \
  • perl/p5-module-metadata/Portfile

     
    55PortGroup           perl5 1.0
    66
    77perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18 5.20
    8 perl5.setup         Module-Metadata 1.000019
     8perl5.setup         Module-Metadata 1.000024
    99license             {Artistic GPL}
    1010maintainers         nomaintainer
    1111description         Gather package and POD information from perl module files
     
    1313
    1414platforms           darwin
    1515
    16 checksums           rmd160  912f01dd80a9f6c5e4341b4e12116103b1498311 \
    17                     sha256  5afca94dc0213608101ad519eb1b25133cdc9e44c2a053a45a5a59422c2ee554
     16checksums           rmd160  b8714e116c592f45b8c84f340ff3d07f9c19051a \
     17                    sha256  8340ba97d72f7a9023542a19d9e8da9a01c515bb0d1d3da5b09f387b25ded49a
    1818
    1919if {${perl5.major} != ""} {
    2020depends_lib-append  port:p${perl5.major}-version
  • perl/p5-module-runtime/Portfile

     
    66
    77perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18 5.20
    88perl5.setup         Module-Runtime 0.014
     9revision            1
    910platforms           darwin
    1011maintainers         nomaintainer
    1112license             {Artistic-1 GPL}
  • perl/p5-moo/Portfile

     
    66
    77perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18 5.20
    88perl5.setup         Moo 1.005000 ../by-authors/id/H/HA/HAARG
     9revision            1
    910
    1011platforms           darwin
    1112maintainers         nomaintainer
  • perl/p5-moose/Portfile

     
    66
    77perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18 5.20
    88perl5.setup         Moose 2.1210 ../by-authors/id/E/ET/ETHER
     9revision            1
    910
    1011platforms           darwin
    1112maintainers         nomaintainer
  • perl/p5-moosex-aliases/Portfile

     
    55PortGroup           perl5 1.0
    66
    77perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18 5.20
    8 perl5.setup         MooseX-Aliases 0.10
     8perl5.setup         MooseX-Aliases 0.11
    99
    1010platforms           darwin
    1111maintainers         nomaintainer
     
    1717
    1818long_description    ${description}
    1919
    20 checksums           rmd160 67b4d2d8d28fa30f50ceb8ccbe0669591ae4db58 \
    21                     sha256 9fb293e6eaaadee8874fcda168a8d4e6517631c1c1be631513549f66ba017fd8
     20checksums           rmd160  bc69e1da67c7639434d2a8c8a8547aeba9abddfa \
     21                    sha256  c4850f972426c3447aaeed8dcb4033e84460ca51705ad3ea78b63af919fe0748
    2222
    2323if {${perl5.major} != ""} {
    2424depends_build-append \
  • perl/p5-moosex-getopt/Portfile

     
    55PortGroup           perl5 1.0
    66
    77perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18 5.20
    8 perl5.setup         MooseX-Getopt 0.35 ../by-authors/id/E/ET/ETHER/
    9 revision            3
     8perl5.setup         MooseX-Getopt 0.65 ../by-authors/id/E/ET/ETHER/
    109license             {Artistic-1 GPL}
    1110maintainers         nomaintainer
    1211description         A Moose role for processing command line options
     
    1413
    1514platforms           darwin
    1615
    17 checksums           rmd160  10a32ae90a6ada4f1c81ac881bdbd6df237f565c \
    18                     sha256  527b213bbe31d8ac8498b67ec069474535116afbb4d978da03a0e419957abf08
     16checksums           rmd160  124e3448b67efccecab737ecca444f8f58ab531c \
     17                    sha256  c07c2b7312c471bf2d331025c0ad6cc02068633eda1e208cbdb5511ef5da7fda
    1918
    2019if {${perl5.major} != ""} {
    2120depends_lib-append  port:p${perl5.major}-getopt-long \
  • perl/p5-moosex-singleton/Portfile

     
    66
    77perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18 5.20
    88perl5.setup         MooseX-Singleton 0.29
     9revision            1
    910license             {Artistic-1 GPL}
    1011platforms           darwin
    1112maintainers         nomaintainer
     
    1920                    sha256  4c8b2b7af3369bfb85072608fbf82b4f59061ff9b679e001abe3ba1321700304
    2021
    2122if {${perl5.major} != ""} {
    22     depends_lib-append  port:p${perl5.major}-moose
     23depends_lib-append  port:p${perl5.major}-moose
    2324}
  • perl/p5-moosex-strictconstructor/Portfile

     
    66
    77perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18 5.20
    88perl5.setup         MooseX-StrictConstructor 0.19
     9revision            1
    910platforms           darwin
    1011maintainers         nomaintainer
    1112license             Artistic-2+
     
    1920                    sha256  486573c16901e83c081da3d90a544281af1baa40bbf036337d6fa91994e48a31
    2021
    2122if {${perl5.major} != ""} {
    22     depends_lib-append  port:p${perl5.major}-moose \
    23                         port:p${perl5.major}-namespace-autoclean
     23depends_lib-append  port:p${perl5.major}-moose \
     24                    port:p${perl5.major}-namespace-autoclean
    2425}
  • perl/p5-moosex-types/Portfile

     
    55PortGroup           perl5 1.0
    66
    77perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18 5.20
    8 perl5.setup         MooseX-Types 0.35
     8perl5.setup         MooseX-Types 0.44
    99license             {Artistic-1 GPL}
    1010maintainers         nomaintainer
    1111supported_archs     noarch
     
    1919
    2020platforms           darwin
    2121
    22 checksums           rmd160  5ca9aca5c4d1c4d68edfd8942e925515ceb695f2 \
    23                     sha256  0a75eae63eeb8d1316d892d4c6e548802955827d0c1cb99747627079d3abca86
     22checksums           rmd160  cfd88c5f4bf1fdb89c906f9bbb3e8a34d51936b4 \
     23                    sha256  677aca6de01d07a8bda480784e972a6ea93a7f1d0513c7522aa7d9838d4310cc
    2424
    2525if {${perl5.major} != ""} {
    2626depends_lib-append  port:p${perl5.major}-test-fatal \
  • perl/p5-moosex-types-laxnum/Portfile

     
    66
    77perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18 5.20
    88perl5.setup         MooseX-Types-LaxNum 0.04
     9revision            1
    910
    1011platforms           darwin
    1112maintainers         nomaintainer
     
    2122                    sha256 48114404429e4d010e5bdf315d88cc2898d158c196a2567bc8e3805a9948b18f
    2223
    2324if {${perl5.major} != ""} {
    24     depends_build-append \
    25                         port:p${perl5.major}-test-fatal
     25depends_build-append \
     26                    port:p${perl5.major}-test-fatal
    2627
    27     depends_lib-append  port:p${perl5.major}-moose
     28depends_lib-append  port:p${perl5.major}-moose
    2829}
  • perl/p5-mozilla-ca/Portfile

     
    66
    77perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18 5.20
    88perl5.setup         Mozilla-CA 20130114
     9revision            1
    910platforms           darwin
    1011license             {MPL-1.1 GPL-2+ LGPL-2.1+}
    1112maintainers         nomaintainer
  • perl/p5-mro-compat/Portfile

     
    55PortGroup           perl5 1.0
    66
    77perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18 5.20
    8 perl5.setup         MRO-Compat 0.11 ../../authors/id/B/BO/BOBTFISH/
    9 revision            4
     8perl5.setup         MRO-Compat 0.12 ../../authors/id/B/BO/BOBTFISH/
    109license             {Artistic-1 GPL}
    1110maintainers         nomaintainer
    1211supported_archs     noarch
     
    1817
    1918platforms           darwin
    2019
    21 checksums           rmd160  8fe9b04f545db6686fb0a683930bec6537679a2a \
    22                     sha256  074b27543110d3d6df914c49ef5afc7b4871da648aab81a51cbab1e719a0505c
     20checksums           rmd160  bc072bc450bebaa40533ad2e4594aab3788146d6 \
     21                    sha256  bba5b93869aa537a3389949669d682f047d3014d53bc3a2d7209c6819e5015d6
    2322
    2423if {${perl5.major} != ""} {
    2524depends_lib-append  port:p${perl5.major}-class-c3
  • perl/p5-namespace-autoclean/Portfile

     
    55PortGroup           perl5 1.0
    66
    77perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18 5.20
    8 perl5.setup         namespace-autoclean 0.12 ../by-authors/id/B/BO/BOBTFISH/
    9 revision            5
     8perl5.setup         namespace-autoclean 0.19 ../by-authors/id/E/ET/ETHER/
    109license             {Artistic-1 GPL}
    1110maintainers         nomaintainer
    1211supported_archs     noarch
     
    1615
    1716platforms           darwin
    1817
    19 checksums           rmd160  2f12ff66056b455eaa7d820a901608f162e9e302 \
    20                     sha256  efa62a2989c73c979e2ce46a9bae2931fa7fa30c10abae839cc9614dbc2daf88
     18checksums           rmd160  a707f829003c7493c77ecf6358820419567cf2e1 \
     19                    sha256  6d154822165368dfc4bad1b10b6347e5de8d29bde8aacecd1ae00c8c73c1510e
    2120
    2221if {${perl5.major} != ""} {
    2322depends_lib-append  port:p${perl5.major}-b-hooks-endofscope \
  • perl/p5-namespace-clean/Portfile

     
    55PortGroup           perl5 1.0
    66
    77perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18 5.20
    8 perl5.setup         namespace-clean 0.20 ../by-authors/id/R/RI/RIBASUSHI/
    9 revision            3
     8perl5.setup         namespace-clean 0.25 ../by-authors/id/R/RI/RIBASUSHI/
    109license             {Artistic-1 GPL}
    1110maintainers         nomaintainer
    1211description         Keep imports and functions out of your namespace
     
    1413
    1514platforms           darwin
    1615
    17 checksums           rmd160  c79576885da415f598761dbc7958fdbc9a9764c0 \
    18                     sha256  35fc7e4d23e4132717991090aedb4278b3e1a0f2be243e38c996048815435ad5
     16checksums           rmd160  8d0bb5fc48b6e0189707d2e8a7ac0f7b29ee9b1f \
     17                    sha256  946a2b7b8219562818867ad915cd493637e2639f901db050b835500c8e6ecd04
    1918
    2019if {${perl5.major} != ""} {
    2120depends_lib-append  port:p${perl5.major}-b-hooks-endofscope \
  • perl/p5-net-http/Portfile

     
    55PortGroup           perl5 1.0
    66
    77perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18 5.20
    8 perl5.setup         Net-HTTP 6.06
     8perl5.setup         Net-HTTP 6.07
    99platforms           darwin
    1010maintainers         nomaintainer
    1111license             Artistic GPL
     
    1515
    1616long_description    ${description}
    1717
    18 checksums           rmd160  f37a7add17edc16a9965805dcbc101fd7be43b88 \
    19                     sha256  1d4e3ced899efad12431564d93abe73dd2a1224aa208af5f4ab829e7a2dd39d4
     18checksums           rmd160  f8355747d43a8f0d1c9a9f3e4ec78e2544fa3ed9 \
     19                    sha256  9f31e0325a5a0930ad309fa019da9d208e57e236fb0598675ed883c820240364
    2020
    2121# This hack is needed because of the libwww-perl 6.0 breakup (Trac #28865)
    2222pre-activate {
  • perl/p5-net-libidn/Portfile

     
    66
    77perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18 5.20
    88perl5.setup         Net-LibIDN 0.12
    9 revision            3
     9revision            4
    1010license             {Artistic GPL}
    1111maintainers         oaf.dk:mni
    1212description         Perl bindings for GNU Libidn
  • perl/p5-net-openssh/Portfile

     
    44PortSystem          1.0
    55PortGroup           perl5 1.0
    66
    7 perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18
     7perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18 5.20
    88## http://search.cpan.org/~salva/Net-OpenSSH/lib/Net/OpenSSH.pm
    9 ##      "Module Version: 0.60   Source   Latest Release: Net-OpenSSH-0.61_15"
    10 #perl5.setup         Net-OpenSSH 0.61_15
    11 perl5.setup         Net-OpenSSH 0.60
     9##      "Module Version: 0.62   Source   Latest Release: Net-OpenSSH-0.63_01"
     10#perl5.setup         Net-OpenSSH 0.63_01
     11perl5.setup         Net-OpenSSH 0.62
    1212license             {Artistic-1 GPL}
    1313platforms           darwin
    1414supported_archs     noarch
     
    1717description         Perl SSH client package implemented on top of OpenSSH
    1818long_description    ${description}
    1919
    20 checksums           rmd160  67ee10b876aa3864e7ba3227a97d22452eb3d272 \
    21                     sha256  c3034cfa8577d314364c9ff2d3ed8a5f5ec7b47d4c134818ab72cc6dce2a29af
     20checksums           rmd160  de17f01956868a3b3134291cf0a140b402268d47 \
     21                    sha256  263a9aa5dc9324c1af9361741173906cc0ccff7fe404f7a03162698831d27b07
  • perl/p5-net-patricia/Portfile

     
    44PortSystem          1.0
    55PortGroup           perl5 1.0
    66
    7 perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18
     7perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18 5.20
    88perl5.setup         Net-Patricia 1.22
     9revision            1
    910
    1011platforms           darwin
    1112maintainers         luckie.org.nz:mjl openmaintainer
     
    1617description         Patricia Trie perl module for fast IP address lookups
    1718long_description    ${description}
    1819
    19 checksums           sha256 70835a926e1c5a8d0324c72fffee82eeb7ec6c141dee04fd446820b64f71c552 \
    20                     rmd160 e16e5731e2911fa6770285977b6385bd77323e63
     20checksums           rmd160  e16e5731e2911fa6770285977b6385bd77323e63 \
     21                    sha256  70835a926e1c5a8d0324c72fffee82eeb7ec6c141dee04fd446820b64f71c552
    2122
    2223if {${perl5.major} != ""} {
    2324depends_lib-append  port:p${perl5.major}-socket6
  • perl/p5-net-server/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
     
    56
    67perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18 5.20
    78perl5.setup         Net-Server 2.008
     9revision            1
    810
    911license             {Artistic GPL}
    1012platforms           darwin
  • perl/p5-net-ssleay/Portfile

     
    55PortGroup           perl5 1.0
    66
    77perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18 5.20
    8 perl5.setup         Net-SSLeay 1.58
     8perl5.setup         Net-SSLeay 1.65
    99license             OpenSSL SSLeay
    1010maintainers         nomaintainer
    1111description         Perl extension for using OpenSSL
     
    1313homepage            http://search.cpan.org/dist/Net-SSLeay/
    1414platforms           darwin
    1515
    16 checksums           rmd160  6903f023ee5cfdec30b16eb0c5cd23854a1ea5f8 \
    17                     sha256  0bdc50c19df545eb2f9e434458ee2b54e97b109315dafb476044b9039e783f56
     16checksums           rmd160  f5d4a2ed8047c40b0345b83284d41e507e966b8a \
     17                    sha256  2fb1371120b85f018944d95736c107163f04ba56b6029c0709a2c3d6247b9c06
    1818
    1919if {${perl5.major} != ""} {
    2020depends_lib-append  port:openssl
  • perl/p5-number-compare/Portfile

     
    66
    77perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18 5.20
    88perl5.setup         Number-Compare 0.03
    9 revision        1
     9revision            2
    1010platforms           darwin
    1111maintainers         nomaintainer
    1212license             {Artistic GPL}
  • perl/p5-opengl/Portfile

     
    55PortGroup           perl5 1.0
    66
    77perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18 5.20
    8 perl5.setup         OpenGL 0.62
    9 revision            3
     8perl5.setup         OpenGL 0.6703
    109maintainers         nomaintainer
    1110description         Perl OpenGL: a.k.a. POGL
    1211long_description    Perl OpenGL (a.k.a. POGL) is a perl5 interface to \
     
    1918
    2019platforms           darwin
    2120
    22 checksums           rmd160  05c50b755658cf396fcee7bc098dada41c193a40 \
    23                     sha256  aabde2c892290e9a3a036417830f24eba8737892145c3ae2b23a73bb3a13e228
     21checksums           rmd160  13923860343402e1a2585cbf70394fcbd9365705 \
     22                    sha256  62f8cdf019fbdb6d095bc5f31382d123bceb9aabbba5788ecf416282de47534c
  • perl/p5-package-deprecationmanager/Portfile

     
    66
    77perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18 5.20
    88perl5.setup         Package-DeprecationManager 0.13
     9revision            1
    910
    1011license             Artistic-2
    1112maintainers         nomaintainer
  • perl/p5-package-stash/Portfile

     
    66
    77perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18 5.20
    88perl5.setup         Package-Stash 0.36 ../by-authors/id/D/DO/DOY/
     9revision            1
    910license             {Artistic-1 GPL}
    1011maintainers         nomaintainer
    1112description         routines for manipulating stashes
  • perl/p5-package-stash-xs/Portfile

     
    66
    77perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18 5.20
    88perl5.setup         Package-Stash-XS 0.28 ../by-authors/id/D/DO/DOY/
     9revision            1
    910license             {Artistic-1 GPL}
    1011maintainers         nomaintainer
    1112description         faster and more correct implementation of Package::Stash
  • perl/p5-pango/Portfile

     
    66
    77perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18 5.20
    88perl5.setup         Pango 1.226
     9revision            1
    910license             LGPL-2.1+
    1011maintainers         ryandesign openmaintainer
    1112description         Perl bindings to Pango
  • perl/p5-params-check/Portfile

     
    66
    77perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18 5.20
    88perl5.setup         Params-Check 0.38 ../by-authors/id/B/BI/BINGOS/
     9revision            1
    910license             {Artistic GPL}
    1011maintainers         nomaintainer
    1112description         A generic input parsing/checking mechanism
  • perl/p5-params-util/Portfile

     
    66
    77perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18 5.20
    88perl5.setup         Params-Util 1.07
     9revision            1
    910license             {Artistic-1 GPL}
    1011maintainers         nomaintainer
    1112description         Simple, compact and correct param-checking functions
  • perl/p5-params-validate/Portfile

     
    55PortGroup           perl5 1.0
    66
    77perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18 5.20
    8 perl5.setup         Params-Validate 1.00
    9 revision            2
     8perl5.setup         Params-Validate 1.13
    109license             Artistic-2
    1110maintainers         nomaintainer
    1211description         Validate method/function parameters
     
    2221
    2322platforms           darwin
    2423
    25 checksums           rmd160  7908f0daf442424369d2f1162adbf2db8a9a6ab0 \
    26                     sha256  44c6d9c064d868e1ea14d5614e60ebb69ff73ea5fa7f3f7247a24eb4f0f3f1fb
     24checksums           rmd160  872787653ffd9d497980c9f52911c6471eb90df5 \
     25                    sha256  6aa31630329952e53e58a81d113995dfa11f786028a1c23892942598ee384be4
    2726
    2827if {${perl5.major} != ""} {
    2928depends_lib-append  port:p${perl5.major}-extutils-cbuilder \
  • perl/p5-parent/Portfile

     
    66
    77perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18 5.20
    88perl5.setup         parent 0.228 ../by-authors/id/C/CO/CORION/
     9revision            1
    910license             {Artistic-1 GPL}
    1011maintainers         nomaintainer
    1112description         Establish an ISA relationship with base classes at compile time
  • perl/p5-parse-cpan-meta/Portfile

     
    55PortGroup           perl5 1.0
    66
    77perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18 5.20
    8 perl5.setup         Parse-CPAN-Meta 1.4409
    9 revision            1
     8perl5.setup         Parse-CPAN-Meta 1.4414
    109license             {Artistic-1 GPL}
    1110maintainers         nomaintainer
    1211description         Parse META.yml and other similar CPAN metadata files
     
    1413
    1514platforms           darwin
    1615
    17 checksums           rmd160  7f0e56c4acd9105c932305e5560e3b45b78249c5 \
    18                     sha256  2920b5213c6131d473c036a921fbec0a80b5c41a1799041471bc4af5d1b9ec2c
     16checksums           rmd160  731c760bb3f39e2b3701d0c3ea57cc455db73fac \
     17                    sha256  cd7608154dfb72c9e110f012befe6b75d78448cb3e761716b60aa7545e16ca1b
    1918
    2019supported_archs     noarch
    2120
  • perl/p5-parse-recdescent/Portfile

     
    66
    77perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18 5.20
    88perl5.setup         Parse-RecDescent 1.967009
     9revision            1
    910license             {Artistic-1 GPL}
    1011maintainers         nomaintainer
    1112description         Generate Recursive-Descent Parsers
  • perl/p5-pathtools/Portfile

     
    66
    77perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18 5.20
    88perl5.setup         PathTools 3.47 ../../authors/id/S/SM/SMUELLER/
     9revision            1
    910
    1011platforms           darwin
    1112maintainers         geeklair.net:dluke openmaintainer
  • perl/p5-pdl/Portfile

     
    77# Does not build for me (mf2k) with perl 5.18
    88perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18 5.20
    99perl5.setup         PDL 2.007
    10 revision            3
     10revision            4
    1111maintainers         nomaintainer
    1212license             Artistic GPL-2
    1313description         Perl Data Language - scientific computing capability for perl
  • perl/p5-pdl-stats/Portfile

     
    66
    77# p5-pdl does not yet build with perl 5.18.
    88perl5.branches      5.8 5.10 5.12 5.14 5.16 5.20
    9 perl5.setup         PDL-Stats 0.6.2
     9perl5.setup         PDL-Stats 0.6.5
    1010
    1111platforms           darwin
    1212maintainers         nomaintainer
     
    1717description         statistics modules with non-PDL user guide
    1818long_description    ${description}
    1919
    20 checksums           rmd160 b0ba100739018046b66c7004c018211b53bacb18 \
    21                     sha256 f99c57f3b7f3d538974fcb0a8ff37dde162e1aded7ae69d4c68c7023a8088226
     20checksums           rmd160  affd279f2de37270cd49fe417f2ab9d302575191 \
     21                    sha256  6051cc714b562e98383bd57449eca03bbf63e9f4070ee624cf8a0246cc2b47d1
    2222
    2323if {${perl5.major} != ""} {
    24     depends_lib-append  port:p${perl5.major}-pdl
     24depends_lib-append  port:p${perl5.major}-pdl
    2525}
  • perl/p5-perl-ostype/Portfile

     
    66
    77perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18 5.20
    88perl5.setup         Perl-OSType 1.007 ../by-authors/id/D/DA/DAGOLDEN/
     9revision            1
    910license             {Artistic GPL}
    1011maintainers         nomaintainer
    1112description         Map Perl operating system names to generic types
  • perl/p5-perlio-layers/Portfile

     
    55PortGroup           perl5 1.0
    66
    77perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18 5.20
    8 perl5.setup         PerlIO-Layers 0.010
     8perl5.setup         PerlIO-Layers 0.011
    99platforms           darwin
    1010maintainers         nomaintainer
    1111license             Artistic GPL-2
     
    1414
    1515long_description    ${description}
    1616
    17 checksums           rmd160 00106a1e1b599f3d087f175e3b30d03498709e38 \
    18                     sha256 e3ab1219092be4a21df1ec48163c83b4166ca8f87d2c659b3a891837e828b271
     17checksums           rmd160  ecac32bde2bb539b824bb80071294d34a2d7a7fb \
     18                    sha256  1d77e164aa5d5d24699a5479a423abdc1b07973fbe5a22d304fef2c560254b42
    1919
    2020if {${perl5.major} != ""} {
    21     depends_lib-append  port:p${perl5.major}-list-moreutils
     21depends_lib-append  port:p${perl5.major}-list-moreutils
    2222}
    2323
    2424perl5.use_module_build
  • perl/p5-perlmagick/Portfile

     
    77# Keep relevant lines in sync between ImageMagick and p5-perlmagick.
    88
    99epoch               1
    10 perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18
     10perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18 5.20
    1111perl5.setup         PerlMagick 6.8.9-1
     12revision            1
    1213set reasonable_version \
    1314                    [lindex [split ${version} -] 0]
    1415set my_name         ImageMagick
  • perl/p5-pgplot/Portfile

     
    66
    77perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18 5.20
    88perl5.setup         PGPLOT 2.21
     9revision            1
    910license             {Artistic-1 GPL}
    1011maintainers         nomaintainer
    1112description         PGPlot interface for perl
     
    2021                    sha256  1b81775a1769139ba615864c564b3f916973d162ee549cec42400345c528565d
    2122
    2223if {${perl5.major} != ""} {
    23     depends_lib-append  port:p${perl5.major}-extutils-f77 lib:libpgplot:pgplot
     24depends_lib-append  port:p${perl5.major}-extutils-f77 lib:libpgplot:pgplot
    2425}
  • perl/p5-pod-escapes/Portfile

     
    66
    77perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18 5.20
    88perl5.setup         Pod-Escapes 1.06
    9 revision            3
     9revision            4
    1010maintainers         nomaintainer
    1111license             {Artistic GPL}
    1212description         for resolving Pod E<...> sequences
  • perl/p5-pod-pom/Portfile

     
    55PortGroup           perl5 1.0
    66
    77perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18 5.20
    8 perl5.setup         Pod-POM 0.27
     8perl5.setup         Pod-POM 0.29
    99
    1010platforms           darwin
    1111maintainers         nomaintainer
     
    1717
    1818long_description    ${description}
    1919
    20 checksums           rmd160 d45868df156a47fb171f554c5b53a2cb22382d14 \
    21                     sha256 bf2f25602416117a5982586eb3c5db7f54ec5bd36057c504bc7c04ab789357b6
     20checksums           rmd160  758343f9a433ab9be6f33c07cb70235a1cb24193 \
     21                    sha256  5f7632b04d911ae37136709d6554f9cfccba8b86d308a7708b3068536e9873d5
    2222
    2323if {${perl5.major} != ""} {
    24      depends_build-append \
    25                         port:p${perl5.major}-file-slurp
     24 depends_build-append \
     25                    port:p${perl5.major}-file-slurp
    2626}
  • perl/p5-pod-projectdocs/Portfile

     
    66
    77perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18 5.20
    88perl5.setup         Pod-ProjectDocs 0.40
    9 revision            1
     9revision            2
    1010
    1111platforms           darwin
    1212maintainers         nomaintainer
  • perl/p5-pod-simple/Portfile

     
    66
    77perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18 5.20
    88perl5.setup         Pod-Simple 3.28
     9revision            1
    910maintainers         nomaintainer
    1011license             {Artistic GPL}
    1112description         framework for parsing Pod
  • perl/p5-podlators/Portfile

     
    66
    77perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18 5.20
    88perl5.setup         podlators 2.5.3 ../by-authors/id/R/RR/RRA/
     9revision            1
    910license             {Artistic-1 GPL}
    1011maintainers         nomaintainer
    1112description         podlators contains Pod::Man and Pod::Text modules.
     
    1718                    sha256  c80d6d65a8694720deff1c6b2067d7564727db713b6d6b536afbad70299647d1
    1819
    1920if {${perl5.major} != ""} {
    20 depends_lib-append port:p${perl5.major}-pod-simple
     21depends_lib-append  port:p${perl5.major}-pod-simple
    2122
    2223supported_archs     noarch
    2324}
  • perl/p5-poppler/Portfile

     
    88
    99perl5.branches      5.10 5.12 5.14 5.16 5.18 5.20
    1010perl5.setup         Poppler 0.04
     11revision            1
    1112platforms           darwin
    1213maintainers         devans openmaintainer
    1314license             LGPL-2.1+
     
    2223                    sha256  08b68ca602c633b1dcb0a2b08cbadb5208ff3ad085be0cf59c2e9ae7f3d21906
    2324
    2425if {${perl5.major} != ""} {
    25     depends_lib-append \
    26                     port:poppler \
     26depends_lib-append  port:poppler \
    2727                    port:p${perl5.major}-cairo
    2828}
  • perl/p5-ppi/Portfile

     
    66
    77perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18 5.20
    88perl5.setup         PPI 1.215 ../by-authors/id/A/AD/ADAMK
    9 revision            2
     9revision            3
    1010license             Artistic GPL
    1111platforms           darwin
    1212maintainers         nomaintainer
  • perl/p5-ppi-html/Portfile

     
    66
    77perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18 5.20
    88perl5.setup         PPI-HTML 1.08
     9revision            1
    910
    1011platforms           darwin
    1112maintainers         nomaintainer
  • perl/p5-probe-perl/Portfile

     
    55PortGroup           perl5 1.0
    66
    77perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18 5.20
    8 perl5.setup         Probe-Perl 0.01 ../by-authors/id/K/KW/KWILLIAMS/
    9 revision            3
     8perl5.setup         Probe-Perl 0.03 ../by-authors/id/K/KW/KWILLIAMS/
    109license             {Artistic-1 GPL}
    1110maintainers         nomaintainer
    1211description         Information about the currently running perl
     
    1413
    1514platforms           darwin
    1615
    17 checksums           rmd160  1c931c77df12ec22c31b2355205f0e8822ef79da \
    18                     sha256  9b7d211139e42b2a2952c9a4b9f55ac12705e256f4a0acd4ac6ff665aeaddd87
     16checksums           rmd160  eaf13f0e489305507470d4ddf146e922cac7fdb3 \
     17                    sha256  d9e4d21e2e77638559045fa09046b1b6fff6c403b949929db213e30abe8a3c31
    1918
    2019supported_archs     noarch
  • perl/p5-readonly/Portfile

     
    55PortGroup           perl5 1.0
    66
    77perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18 5.20
    8 perl5.setup         Readonly 1.03
    9 revision            3
     8perl5.setup         Readonly 2.00
    109license             {Artistic GPL}
    1110platforms           darwin
    1211maintainers         nomaintainer
     
    1615long_description    This is a facility for creating non-modifiable variables. \
    1716                    This is useful for configuration files, headers, etc.
    1817
    19 checksums           md5 0acef3a995ac9ecf575f66a726d638f4
     18checksums           rmd160  414d7741f021117f18f271c6522d48b1930419f4 \
     19                    sha256  9bd0156e958842fdfd6c3bb27a23b47232d4737a407d81fabc4dc64b9363bf98
  • perl/p5-regexp-assemble/Portfile

     
    55PortGroup           perl5 1.0
    66
    77perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18 5.20
    8 perl5.setup         Regexp-Assemble 0.28
    9 revision            3
     8perl5.setup         Regexp-Assemble 0.35
    109
    1110license             {Artistic-1 GPL}
    1211maintainers         nomaintainer
     
    1817
    1918platforms           darwin
    2019
    21 checksums           rmd160  33effcdcef97471918de9ef2dc8dcc1271546238 \
    22                     sha256  4770bebc72ef6e9eef8e0ba275db570993027248b2b220e4e5820fcfa45dd8c5
     20checksums           rmd160  434bd146325029b1623d93e87abbb7bcbc466f71 \
     21                    sha256  0301cc6b2930091ebe8f3e6f75ced95c4a4c9ee16c4261998a08938363ce5dd7
    2322
    2423supported_archs     noarch
  • perl/p5-regexp-common/Portfile

     
    55PortGroup           perl5 1.0
    66
    77perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18 5.20
    8 perl5.setup         Regexp-Common 2011041701
    9 revision            2
     8perl5.setup         Regexp-Common 2013031301
    109platforms           darwin
    1110maintainers         nomaintainer
    1211license             MIT
     
    1615
    1716long_description    ${description}
    1817
    19 checksums           sha1    4ec90a713def15d4aba6aefbd529751c77f532f0 \
    20                     rmd160  b4dcff93304f52c9754c94d5be6317566ad0daa4
     18checksums           rmd160  efbfef2ae31dff9b15db53840f1d0d1ef5eb8b43 \
     19                    sha256  729a8198d264aa64ecbb233ff990507f97fbb66bda746b95f3286f50f5f25c84
  • perl/p5-role-tiny/Portfile

     
    66
    77perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18 5.20
    88perl5.setup         Role-Tiny 1.003003 ../by-authors/id/H/HA/HAARG
     9revision            1
    910
    1011platforms           darwin
    1112maintainers         nomaintainer
     
    2122                    sha256 b712cadb6eecb7777278be79b5ffc55b613c0e75b9872dba474179cbc91b02cd
    2223
    2324if {${perl5.major} != ""} {
    24     depends_lib-append  port:p${perl5.major}-test-fatal
     25depends_lib-append  port:p${perl5.major}-test-fatal
    2526}
  • perl/p5-scalar-list-utils/Portfile

     
    66
    77perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18 5.20
    88perl5.setup         Scalar-List-Utils 1.39
     9revision            1
    910license             {Artistic GPL}
    1011maintainers         nomaintainer
    1112description         Perl subroutines that would be nice to have in the perl core
  • perl/p5-scope-guard/Portfile

     
    66
    77perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18 5.20
    88perl5.setup         Scope-Guard 0.20 ../../authors/id/C/CH/CHOCOLATE/
    9 revision            3
     9revision            4
    1010license             {Artistic-1 GPL}
    1111maintainers         nomaintainer
    1212description         lexically scoped resource management
     
    1919checksums           rmd160  33de70105d59f9f2e3bef9306ca76e4aaf857db0 \
    2020                    sha256  5b8fed60a3d77d8a9a3748db3dce894bb95431e98195be7f1920d26bbe7d4ad3
    2121
    22 supported_archs noarch
     22supported_archs     noarch
  • perl/p5-sgmlspm/Portfile

     
    99# version needs to be set because of a bug in the perl5 portgroup that cannot handle characters in the version number.
    1010# See #43727 <http://trac.macports.org/ticket/43727>.
    1111version             1.03ii.0
     12revision            1
    1213platforms           darwin
    1314license             GPL-2+
    1415maintainers         gmail.com:tlockhart1976 openmaintainer
  • perl/p5-soap-lite/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
     
    45PortGroup           perl5 1.0
    56
    67perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18 5.20
    7 perl5.setup         SOAP-Lite 0.716
     8perl5.setup         SOAP-Lite 1.11
    89
    910license             Artistic GPL
    1011maintainers         nomaintainer
     
    1415
    1516platforms           darwin
    1617
    17 checksums           rmd160  6e64b3eeec16d26f8dd0853044687b38a2a8a24b \
    18                     sha256  7ff166095047466f4b07416c93ce876a777a72329e06ae22ff6f78d856d9166e
     18checksums           rmd160  db11b912befb3c8624c4d9fce27141025c7d2fdc \
     19                    sha256  e4dee589ef7d66314b3dc956569b2541e0b917e834974e078c256571b6011efe
    1920
    2021if {${perl5.major} != ""} {
    2122# This is really a test dependency, as the name implies
     
    3233                    port:p${perl5.major}-version \
    3334                    port:p${perl5.major}-xml-parser
    3435
    35 supported_archs noarch
     36supported_archs     noarch
    3637}
  • perl/p5-socket6/Portfile

     
    66
    77perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18 5.20
    88perl5.setup         Socket6 0.25
     9revision            1
    910license             BSD
    1011maintainers         nomaintainer
    1112description         IPv6 related part of the C socket.h defines and structure manipulators
  • perl/p5-spiffy/Portfile

     
    55PortGroup           perl5 1.0
    66
    77perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18 5.20
    8 perl5.setup         Spiffy 0.30 ../../authors/id/I/IN/INGY/
    9 revision            3
     8perl5.setup         Spiffy 0.42 ../../authors/id/I/IN/INGY/
    109maintainers         geeklair.net:dluke openmaintainer
    1110description         Spiffy Perl Interface Framework For You
    1211license             {GPL Artistic}
     
    1514
    1615platforms           darwin
    1716
    18 checksums           rmd160  9240ecffc3b259bb3c1a346735bdd91962f1e75c \
    19                     sha256  ce9374b6ba271efdc65d199298b04bd3a0c7e6e6504965ed86222dc5c80845b9
     17checksums           rmd160  7d97fc4b4057979e0e3ed6129ccc8e6813cb15e9 \
     18                    sha256  4b14fc4d807e52513073eda16d59760e24c422b2b0ff58c4d41ed0c9ce9f1e5e
  • perl/p5-spreadsheet-writeexcel/Portfile

     
    55PortGroup           perl5 1.0
    66
    77perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18 5.20
    8 perl5.setup         Spreadsheet-WriteExcel 2.14
    9 revision            3
     8perl5.setup         Spreadsheet-WriteExcel 2.40
    109maintainers         mac.com:kykim
    1110categories-append   perl databases
    1211description         Write cross-platform Excel binary
     
    1817
    1918platforms           darwin
    2019
    21 checksums           rmd160  04141c9a3fc6cf4f736bd7d574916d28e572320c \
    22                     sha256  774b93e6c9449e9affe340cc1e8c5364ceace627b51483b6b32cb5629a06875a
     20checksums           rmd160  b037bf975956da4fe0d1ded784cf27c028ec4ea8 \
     21                    sha256  e356aad6866cf135731268ee0e979a197443c15a04878e9cf3e80d022ad6c07e
    2322
    2423if {${perl5.major} != ""} {
    2524depends_lib-append  port:p${perl5.major}-parse-recdescent
  • perl/p5-sql-statement/Portfile

     
    66
    77perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18 5.20
    88perl5.setup         SQL-Statement 1.405 ../by-authors/id/R/RE/REHSACK/
     9revision            1
    910license             {Artistic-1 GPL}
    1011maintainers         nomaintainer
    1112description         SQL parsing and processing engine
  • perl/p5-statistics-descriptive/Portfile

     
    55PortGroup           perl5 1.0
    66
    77perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18 5.20
    8 perl5.setup         Statistics-Descriptive 3.0604
     8perl5.setup         Statistics-Descriptive 3.0607
    99
    1010maintainers         maiar.org:jason-macports openmaintainer
    1111license             {Artistic-1 GPL}
     
    2929                    Many of the methods (both Sparse and Full) cache values so that subsequent \
    3030                    calls with the same arguments are faster. \
    3131
    32 checksums           rmd160  8fcc7c9204505191b8f2aa3767eabc06deefc0af \
    33                     sha256  d1548ef6ce8ee94b1d4267c4a581df07c32a2c37ab3bfeaca2cd7ccca67a33c8
     32checksums           rmd160  cc5003b9fc14b640a38285f6ca746e4121a11068 \
     33                    sha256  9b2d9313e23ae3a35dfd2169918b9888d80370b08ad68eb61e921565b68a9a89
  • perl/p5-strictures/Portfile

     
    66
    77perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18 5.20
    88perl5.setup         strictures 1.005004 ../by-authors/id/H/HA/HAARG
     9revision            1
    910license             {Artistic-1 GPL}
    1011platforms           darwin
    1112maintainers         nomaintainer
  • perl/p5-string-random/Portfile

     
    55PortGroup           perl5 1.0
    66
    77perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18 5.20
    8 perl5.setup         String-Random 0.22
     8perl5.setup         String-Random 0.26
    99
    1010platforms           darwin
    1111maintainers         nomaintainer
     
    1717
    1818long_description    ${description}
    1919
    20 checksums           rmd160 9159b9f9955b650ff616e14eea2b314454e03819 \
    21                     sha256 0552acbba611eac76bb2847385a713fe28673a4d4d7ffbed60a64665d38a9969
     20checksums           rmd160  9ac2ed8d65070544b24030132f2fc5bbfd5b8a62 \
     21                    sha256  d2fca6c3a54002b9a41d1888672db5a00c9e63deae041d992473544a3364b7f7
    2222
    2323perl5.use_module_build
  • perl/p5-sub-exporter/Portfile

     
    66
    77perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18 5.20
    88perl5.setup         Sub-Exporter 0.987
     9revision            1
    910
    1011platforms           darwin
    1112maintainers         nomaintainer
  • perl/p5-sub-exporter-progressive/Portfile

     
    55PortGroup           perl5 1.0
    66
    77perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18 5.20
    8 perl5.setup         Sub-Exporter-Progressive 0.001010
     8perl5.setup         Sub-Exporter-Progressive 0.001011
    99
    1010platforms           darwin
    1111maintainers         nomaintainer
     
    1717
    1818long_description    ${description}
    1919
    20 checksums           rmd160 7e1d41dac67679773ff289493027c71f12bbff2a \
    21                     sha256 edbdd1467149131fb16931d7bbad1a284a47e3aebfa5efcac5a0ff70a2b22827
     20checksums           rmd160  d2c809acd3d048db5a17238bdfc08e137430e070 \
     21                    sha256  0618c6e69c6c0540c41e7560d51981407a6a0768f1330bef6d6ac3c6f1fa7c06
  • perl/p5-sub-identify/Portfile

     
    66
    77perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18 5.20
    88perl5.setup         Sub-Identify 0.04
    9 revision            3
     9revision            4
    1010license             {Artistic-1 GPL}
    1111maintainers         nomaintainer
    1212description         Retrieve names of code references
  • perl/p5-sub-install/Portfile

     
    66
    77perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18 5.20
    88perl5.setup         Sub-Install 0.928
     9revision            1
    910license             {Artistic-1 GPL}
    1011maintainers         nomaintainer
    1112description         install subroutines into packages easily
     
    1819checksums           rmd160  da55b2ce83df175ce242be08b6544ae38854466e \
    1920                    sha256  61e567a7679588887b7b86d427bc476ea6d77fffe7e0d17d640f89007d98ef0f
    2021
    21 supported_archs noarch
     22supported_archs     noarch
  • perl/p5-sub-name/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
     
    45PortGroup           perl5 1.0
    56
    67perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18 5.20
    7 perl5.setup         Sub-Name 0.05
    8 revision            3
     8perl5.setup         Sub-Name 0.09
    99license             {Artistic-1 GPL}
    1010maintainers         nomaintainer
    1111description         (re)name a sub
     
    1313
    1414platforms           darwin
    1515
    16 checksums           md5 26077202597620e4a6068c8087f3e09f \
    17                     sha1 4ebaeb44655acee749a7097ed038285502bb3c26 \
    18                     rmd160 6c0f32be09a0c58455e7c87674a4ca796c27a492
     16checksums           rmd160  ccaa112d2fbbb050a3cdc45f7bebdd06a7c891af \
     17                    sha256  8d70c6356db2db73c0ee9af7d346790874fa014fcf31bade404046b8ebf33efd
  • perl/p5-sub-uplevel/Portfile

     
    77epoch               1
    88perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18 5.20
    99perl5.setup         Sub-Uplevel 0.24
     10revision            1
    1011maintainers         nomaintainer
    1112license             {Artistic GPL}
    1213description         Apparently run a function in a higher stack frame
  • perl/p5-syntax-highlight-perl/Portfile

     
    66
    77perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18 5.20
    88perl5.setup         Syntax-Highlight-Perl 1.0
     9revision            1
    910
    1011platforms           darwin
    1112maintainers         nomaintainer
  • perl/p5-sys-syscall/Portfile

     
    66
    77perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18 5.20
    88perl5.setup         Sys-Syscall 0.25
     9revision            1
    910
    1011platforms           darwin
    1112maintainers         nomaintainer
  • perl/p5-task-weaken/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
     
    45PortGroup           perl5 1.0
    56
    67perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18 5.20
    7 perl5.setup         Task-Weaken 1.03
    8 revision            3
     8perl5.setup         Task-Weaken 1.04
    99license             {Artistic-1 GPL}
    1010maintainers         nomaintainer
    1111description         Ensure that a platform has weaken support
     
    1313
    1414platforms           darwin
    1515
    16 checksums           md5 056ce36c576450d22e6b23b4dbfacd02 \
    17                     sha1 1a958220f92ac11dd4548c9fe405ca9c9a0ffdc9 \
    18                     rmd160 5b1298166ba38715e0f9f43f8ce8bfb29b8706da
     16checksums           rmd160  c97f8ffb97e6d4e2b4ecfb3f83cbe82fd0417778 \
     17                    sha256  67e271c55900fe7889584f911daa946e177bb60c8af44c32f4584b87766af3c4
    1918
    20 supported_archs noarch
     19supported_archs     noarch
  • perl/p5-template-toolkit/Portfile

     
    55PortGroup           perl5 1.0
    66
    77perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18 5.20
    8 perl5.setup         Template-Toolkit 2.24
     8perl5.setup         Template-Toolkit 2.25
    99
    1010license             {Artistic-1 GPL}
    1111maintainers         nomaintainer
     
    2424
    2525homepage            http://www.template-toolkit.org/
    2626
    27 checksums           rmd160  88d0bf6f7838a38fc9c41fe4181595c0e7cc1a5b \
    28                     sha256  38834aa8c249f7b7fb8b7238f086a08947ea7d472d78f1f5e2b9f3dbf49d01c8
     27checksums           rmd160  e3aed83d09633c4833e51405e4134e04d3bc64bf \
     28                    sha256  f423763b01604dcf27902cc6fdb22a6d1e5d3f2f72044fd9e83123220f781e11
    2929
    3030if {${perl5.major} != ""} {
    3131depends_lib-append  port:p${perl5.major}-appconfig
  • perl/p5-term-readkey/Portfile

     
    66
    77perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18 5.20
    88perl5.setup         Term-ReadKey 2.32 Term
     9revision            1
    910license             {Artistic-1 GPL}
    1011maintainers         nomaintainer
    1112platforms           darwin
  • perl/p5-term-readline-gnu/Portfile

     
    66
    77perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18 5.20
    88perl5.setup         Term-ReadLine-Gnu 1.24
     9revision            1
    910
    1011license             {Artistic-1 GPL}
    1112maintainers         nomaintainer
     
    1819                    sha256 cccd781679f278ee73664e9bd67396dc4832ff0c97fd970d6c846e64df45e136
    1920
    2021if {${perl5.major} != ""} {
    21     depends_lib-append  port:readline
     22depends_lib-append  port:readline
    2223}
  • perl/p5-term-sk/Portfile

     
    55PortGroup           perl5 1.0
    66
    77perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18 5.20
    8 perl5.setup         Term-Sk 0.13
     8perl5.setup         Term-Sk 0.14
    99
    1010platforms           darwin
    1111maintainers         nomaintainer
     
    1717
    1818long_description    ${description}
    1919
    20 checksums           rmd160 b5bc710921f2025e73c7408d15af0a7883fdc200 \
    21                     sha256 b47c67fc4cf31ccef76f162f4cd909f13b0650fcd7d41163aebcdb9661bf5129
     20checksums           rmd160  413af2c509415b4e9e2c3ddabb6f7c4ddadcb105 \
     21                    sha256  0e177d9cb293875e495039b3b232b54a92e2a7de97233d6d8c67a87fc8a84183
  • perl/p5-term-twiddle/Portfile

     
    66
    77perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18 5.20
    88perl5.setup         Term-Twiddle 2.73
     9revision            1
    910
    1011platforms           darwin
    1112maintainers         nomaintainer
  • perl/p5-test-base/Portfile

     
    55PortGroup           perl5 1.0
    66
    77perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18 5.20
    8 perl5.setup         Test-Base 0.62
     8perl5.setup         Test-Base 0.79
    99maintainers         geeklair.net:dluke openmaintainer
    1010description         A Data Driven Testing Framework
    1111license             {GPL Artistic}
     
    1717if {${perl5.major} != ""} {
    1818depends_lib-append  port:p${perl5.major}-spiffy
    1919
    20 checksums           rmd160  b476b3763cd4fe576e9a7406305d1863af79fb69 \
    21                     sha256  c30ccea7b919eefd356d5afb65cf60a1532ce33d25731ef09c895c4a29ed21ac
     20checksums           rmd160  804ae95fb406e1bf67b3ef3ab07e5d868f5f2464 \
     21                    sha256  20e3047ececef41420a0d273c187d6716cfb987b577392d477264f422c863dd3
    2222
    2323patchfiles          patch-Makefile.PL.diff
    2424}
  • perl/p5-test-base/files/patch-Makefile.PL.diff

     
    66   "ABSTRACT" => "A Data Driven Testing Framework",
    77-  "AUTHOR" => "Ingy d\x{f6}t Net <ingy\@cpan.org>",
    88+  "AUTHOR" => "Ingy dot Net <ingy\@cpan.org>",
    9    "BUILD_REQUIRES" => {},
    109   "CONFIGURE_REQUIRES" => {
    1110     "ExtUtils::MakeMaker" => "6.30"
     11   },
  • perl/p5-test-differences/Portfile

     
    66
    77epoch               2
    88perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18 5.20
    9 perl5.setup         Test-Differences 0.61
    10 revision            2
     9perl5.setup         Test-Differences 0.62
    1110license             {Artistic-1 GPL}
    1211maintainers         nomaintainer
    1312description         Test strings and data structures and show differences \
     
    1918
    2019platforms           darwin
    2120
    22 checksums           rmd160  44a00cac73c55bb5d2f1cdd23d3d2c8ec41ca122 \
    23                     sha256  759b6560011b77e6713c2a5020407e1136fa5772058c8f742d70c38aed799c10
     21checksums           rmd160  1a1414d322420bd20ab3fdd77f9f0f348cca49d4 \
     22                    sha256  b627194ca3cc3de282a46417e894239bc3ac3a814732af76112dc7cdfcf05075
    2423
    2524if {${perl5.major} != ""} {
    2625# p5-data-dumper is a dependency because Data::Dumper >= 2.126 is needed; the
  • perl/p5-test-exception/Portfile

     
    66
    77perl5.branches      5.8 5.10 5.12 5.14 5.16 5.16 5.18 5.20
    88perl5.setup         Test-Exception 0.32
     9revision            1
    910maintainers         nomaintainer
    1011license             {Artistic GPL}
    1112description         Convenience methods for testing exception-based code
  • perl/p5-test-fatal/Portfile

     
    66
    77perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18 5.20
    88perl5.setup         Test-Fatal 0.013
     9revision            1
    910license             {Artistic-1 GPL}
    1011maintainers         nomaintainer
    1112description         incredibly simple helpers for testing code with exceptions
  • perl/p5-test-leaktrace/Portfile

     
    66
    77perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18 5.20
    88perl5.setup         Test-LeakTrace 0.14
     9revision            1
    910license             {Artistic-1 GPL}
    1011maintainers         nomaintainer
    1112description         Traces memory leaks
  • perl/p5-test-mockobject/Portfile

     
    55PortGroup           perl5 1.0
    66
    77perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18 5.20
    8 perl5.setup         Test-MockObject 1.09
    9 revision            4
     8perl5.setup         Test-MockObject 1.20140408
    109license             {Artistic-1 GPL}
    1110maintainers         nomaintainer
    1211supported_archs     noarch
     
    1716
    1817platforms           darwin
    1918
    20 checksums           rmd160  f79470e9df55febf28c7b105e231550f5e17606f \
    21                     sha256  de379e086f70f71fa47b4a4791d14e15edcdf9f7d868572d417266097a41e3b3
     19checksums           rmd160  d6d1a6242ead8d384672d86360f12928a92baad5 \
     20                    sha256  e5fd0d2dee6990153c76d0f2618ba89fc0d9e133c75dc3bbe231372e6872d7aa
    2221
    2322if {${perl5.major} != ""} {
    2423depends_lib-append  port:p${perl5.major}-universal-can \
  • perl/p5-test-nowarnings/Portfile

     
    55PortGroup           perl5 1.0
    66
    77perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18 5.20
    8 perl5.setup         Test-NoWarnings 1.02
    9 revision            3
     8perl5.setup         Test-NoWarnings 1.04
    109license             LGPL
    1110maintainers         nomaintainer
    1211description         Make sure you didn't emit any warnings while testing
     
    1413
    1514platforms           darwin
    1615
    17 checksums           rmd160  5df170b60b0ee87b42902138f276c8a20f51231a \
    18                     sha256  e9a84d3043455c20599b4fd9b8b676cde4ae8f963e89734d7890df978a39610d
     16checksums           rmd160  1809d98bca154c70409297e0ee5da9fb7487b642 \
     17                    sha256  638a57658cb119af1fe5b15e73d47c2544dcfef84af0c6b1b2e97f08202b686c
    1918
    2019if {${perl5.major} != ""} {
    2120depends_lib-append  port:p${perl5.major}-test-tester \
  • perl/p5-test-object/Portfile

     
    66
    77perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18 5.20
    88perl5.setup         Test-Object 0.07
    9 revision            3
     9revision            4
    1010license             {Artistic-1 GPL}
    1111maintainers         nomaintainer
    1212description         Thoroughly testing objects via registered handlers
  • perl/p5-test-requires/Portfile

     
    66
    77perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18 5.20
    88perl5.setup         Test-Requires 0.08
     9revision            1
    910license             {Artistic-1 GPL}
    1011maintainers         nomaintainer
    1112description         Checks to see if the module can be loaded
  • perl/p5-test-script/Portfile

     
    66
    77perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18 5.20
    88perl5.setup         Test-Script 1.07
    9 revision            3
     9revision            4
    1010license             {Artistic-1 GPL}
    1111maintainers         nomaintainer
    1212description         Basic cross-platform tests for scripts
  • perl/p5-test-simple/Portfile

     
    66
    77perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18 5.20
    88perl5.setup         Test-Simple 1.001003
     9revision            1
    910platforms           darwin
    1011supported_archs     noarch
    1112maintainers         nomaintainer
  • perl/p5-test-subcalls/Portfile

     
    66
    77perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18 5.20
    88perl5.setup         Test-SubCalls 1.09
    9 revision            4
     9revision            5
    1010license             {Artistic-1 GPL}
    1111maintainers         nomaintainer
    1212description         Track the number of times subs are called
  • perl/p5-test-tester/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
     
    45PortGroup           perl5 1.0
    56
    67perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18 5.20
    7 perl5.setup         Test-Tester 0.107
    8 revision            3
     8perl5.setup         Test-Tester 0.109
    99license             {Artistic-1 GPL}
    1010maintainers         nomaintainer
    1111description         Ease testing test modules built with Test::Builder
     
    1313
    1414platforms           darwin
    1515
    16 checksums           md5 998a8abe241992faaa3e90f330800840 \
    17                     sha1 1cc2695d0b3dbbd39d63ed86ba6340079815f368 \
    18                     rmd160 ccf1ffc20ece92103aff5e179bd34617b169913e
     16checksums           rmd160  7183d9bd9f17a2f8ec25230a23642505831b7a0f \
     17                    sha256  d3c7c85e2fcbd5bb9c9c4d2e76ddaa9b1694ed0ab2795b722904cf043e123655
    1918
    20 supported_archs noarch
     19supported_archs     noarch
  • perl/p5-test-warn/Portfile

     
    55PortGroup           perl5 1.0
    66
    77perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18 5.20
    8 perl5.setup         Test-Warn 0.22
    9 revision            3
     8perl5.setup         Test-Warn 0.30
    109license             {Artistic-1 GPL}
    1110maintainers         nomaintainer
    1211description         A few convenience methods for testing warning-based code
     
    1413
    1514platforms           darwin
    1615
    17 checksums           rmd160  e1cb5edcefe0795a9551b5848801505fbda2e0d7 \
    18                     sha256  75e1f98182b8f833a8bff2863e460f3db7484cf5193d2da328849dc788bc814d
     16checksums           rmd160  6c78c9065a4dfd2dd4657941f78ec709df40e49d \
     17                    sha256  8197555b94189d919349a03f7058f83861f145af9bee59f505bfe47562144e41
    1918
    2019if {${perl5.major} != ""} {
    2120depends_lib-append  port:p${perl5.major}-sub-uplevel \
  • perl/p5-text-csv_xs/Portfile

     
    66
    77perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18 5.20
    88perl5.setup         Text-CSV_XS 1.10
     9revision            1
    910maintainers         hum oaf.dk:mni openmaintainer
    1011
    1112description         Perl module containing comma-separated values manipulation routines
  • perl/p5-text-diff/Portfile

     
    66
    77perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18 5.20
    88perl5.setup         Text-Diff 1.41
    9 revision            2
     9revision            3
    1010maintainers         geeklair.net:dluke openmaintainer
    1111description         This is a Perl extension for performing diffs on files and record sets.
    1212license             {GPL-2+ Artistic}
  • perl/p5-text-glob/Portfile

     
    66
    77perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18 5.20
    88perl5.setup         Text-Glob 0.09
    9 revision        1
     9revision            2
    1010platforms           darwin
    1111maintainers         nomaintainer
    1212license             {Artistic GPL}
  • perl/p5-text-template/Portfile

     
    55PortGroup           perl5 1.0
    66
    77perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18 5.20
    8 perl5.setup         Text-Template 1.44
    9 revision            3
     8perl5.setup         Text-Template 1.46
    109license             {Artistic-1 GPL-2+}
    1110maintainers         nomaintainer
    1211description         Expand template text with embedded Perl
     
    1413
    1514platforms           darwin
    1615
    17 checksums           rmd160  80b179ed74fbdb635170791bf655dd124dc262b0 \
    18                     sha256  68e332b4c6b31240960d395a3c58240b447df8b282e8b0b27218134f60a878d4
     16checksums           rmd160  cfe2a00dd7ccabffb7cecad6fe639da04d84a2b7 \
     17                    sha256  77d812cb86e48091bcd59aa8522ef887b33a0ff758f8a269da8c2b733889d580
    1918
    2019supported_archs     noarch
  • perl/p5-text-wrapi18n/Portfile

     
    66
    77perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18 5.20
    88perl5.setup         Text-WrapI18N 0.06
     9revision            1
    910
    1011platforms           darwin
    1112maintainers         nomaintainer
  • perl/p5-throwable/Portfile

     
    66
    77perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18 5.20
    88perl5.setup         Throwable 0.200011 ../by-authors/id/R/RJ/RJBS
     9revision            1
    910license             {Artistic-1 GPL}
    1011maintainers         nomaintainer
    1112description         Throwable - a role for classes that can be thrown
  • perl/p5-tie-ixhash/Portfile

     
    66
    77perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18 5.20
    88perl5.setup         Tie-IxHash 1.23
     9revision            1
    910license             {Artistic-1 GPL}
    1011maintainers         nomaintainer
    1112description         Module that preserves order in perl associative arrays.
  • perl/p5-timedate/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
     
    45PortGroup           perl5 1.0
    56
    67perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18 5.20
    7 perl5.setup         TimeDate 1.20 Time
    8 revision            3
     8perl5.setup         TimeDate 2.30 Time
    99platforms           darwin
    1010maintainers         nomaintainer
    1111license             Artistic GPL
     
    2222                    take a look at the Time modules by David Muir Sharnoff \
    2323                    on CPAN (p5-time-modules in MacPorts).
    2424
    25 checksums           sha1    6394cd243e05c3c2073fa73348a4ad90d8d5963e \
    26                     rmd160  513094a2d2fb3678c1ad893abc28c94d344ec7b8
     25checksums           rmd160  78eb4306d82635d15182e16044467f5e6ffeb39a \
     26                    sha256  75bd254871cb5853a6aa0403ac0be270cdd75c9d1b6639f18ecba63c15298e86
  • perl/p5-tk/Portfile

     
    66
    77perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18 5.20
    88perl5.setup         Tk 804.032
     9revision            1
    910license             {Artistic-1 GPL} MIT
    1011maintainers         nomaintainer
    1112description         p5-tk is a Perl interface to Tk
     
    2223                    port:jpeg \
    2324                    port:libpng
    2425
    25     configure.args-append \
     26configure.args-append \
    2627                    X11=${prefix}
    2728}
  • perl/p5-tree-dag_node/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
     
    45PortGroup           perl5 1.0
    56
    67perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18 5.20
    7 perl5.setup         Tree-DAG_Node 1.06
    8 revision            3
     8perl5.setup         Tree-DAG_Node 1.22
    99license             {Artistic-1 GPL}
    1010maintainers         nomaintainer
    1111description         A (super)class for representing nodes in a tree
     
    2020                    have two mothers).
    2121
    2222platforms           darwin
     23extract.suffix      .tgz
    2324
    24 checksums           md5 3b006f128bd1d8961fc57c466ffa05f2
     25checksums           rmd160  98db76d5b604b1a2bba70338393a9649051edb82 \
     26                    sha256  9ef1213a6734c36992f4bbb8cc9b3267143dd3aca42e8c069d9bc7cab24f4dba
    2527
    26 supported_archs noarch
     28supported_archs     noarch
  • perl/p5-tree-simple/Portfile

     
    55PortGroup           perl5 1.0
    66
    77perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18 5.20
    8 perl5.setup         Tree-Simple 1.18
    9 revision            3
     8perl5.setup         Tree-Simple 1.23
    109license             {Artistic-1 GPL}
    1110maintainers         nomaintainer
    1211description         A simple tree object
     
    1413
    1514platforms           darwin
    1615
    17 checksums           rmd160  87a7077314dd92fd5674c891004e1bce8cf01c12 \
    18                     sha256  cfbcdf0e02fb94134e1308ef5c3feb4ca4d4ff4cc4199b14fa9be7821183622d
     16extract.suffix      .tgz
     17checksums           rmd160  b30d072a41d1b64f60b9b1fc9d505c23cd197ffa \
     18                    sha256  fc66b6a4d3278e9b17808e367c054fc444bbe51ea5906b6845010a2bafd81822
    1919
    2020if {${perl5.major} != ""} {
    2121depends_lib-append  port:p${perl5.major}-test-exception
  • perl/p5-try-tiny/Portfile

     
    66
    77perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18 5.20
    88perl5.setup         Try-Tiny 0.22 ../by-authors/id/D/DO/DOY/
     9revision            1
    910maintainers         nomaintainer
    1011license             MIT
    1112description         minimal try/catch with proper localization of $@
  • perl/p5-universal-can/Portfile

     
    55PortGroup           perl5 1.0
    66
    77perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18 5.20
    8 perl5.setup         UNIVERSAL-can 1.16
    9 revision            4
     8perl5.setup         UNIVERSAL-can 1.20140328
    109license             Artistic-2
    1110maintainers         nomaintainer
    1211supported_archs     noarch
     
    1716
    1817platforms           darwin
    1918
    20 checksums           rmd160  7a0a9f3ef9319ecd742ce16937bec721921562d9 \
    21                     sha256  cbc1d13ed4b9e3dadb09bea958d3cfeb1c2abc8720f9c30f262157dc0405eb3a
     19checksums           rmd160  05ff69a1ea0c9b3aa133bc1ccb2e1c298502f94e \
     20                    sha256  522da9f274786fe2cba99bc77cc1c81d2161947903d7fad10bd62dfb7f11990f
    2221
    2322perl5.use_module_build
  • perl/p5-universal-isa/Portfile

     
    55PortGroup           perl5 1.0
    66
    77perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18 5.20
    8 perl5.setup         UNIVERSAL-isa 1.03
    9 revision            4
     8perl5.setup         UNIVERSAL-isa 1.20120726
    109license             Artistic-2
    1110maintainers         nomaintainer
    1211supported_archs     noarch
     
    1716
    1817platforms           darwin
    1918
    20 checksums           rmd160  599869352639b92898d42c74b6fb1c9f810f60f8 \
    21                     sha256  46f69839df7a95d3cd9e4356d069f3704df3b35356f1030abf2e1508d22c5042
     19checksums           rmd160  c0ad6f8373f6d4db718de961c6d5db6233132ce7 \
     20                    sha256  c1b0ef6909c92dd5a0727e932b48c7f3ec7cbd73695ac527280b2174754a54e1
    2221
    2322perl5.use_module_build
  • perl/p5-uri/Portfile

     
    55PortGroup           perl5 1.0
    66
    77perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18 5.20
    8 perl5.setup         URI 1.61
     8perl5.setup         URI 1.64
    99platforms           darwin
    1010maintainers         nomaintainer
    1111license             Artistic GPL
     
    1717                    implements the URI class. Objects of this class represent Uniform Resource \
    1818                    Identifier references as specified in RFC 2396 and updated by RFC 2732.
    1919
    20 checksums           rmd160  738273b8dbca33965832c987a0c9c470da7b9ef0 \
    21                     sha256  aa423b253b90f7da5c4b150c61be65902257d8506ac03a9f9640768f8bb56502
     20checksums           rmd160  82b7a6c11befb555afd48e75cc9342261f4a742e \
     21                    sha256  ab7f5fbc80da4ed9c46d63ed956c68a09e83dae30f20c2778c3e056d41883f9d
    2222
    2323if {${perl5.major} != ""} {
    2424depends_lib-append  port:p${perl5.major}-mime-base64
  • perl/p5-variable-magic/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
     
    45PortGroup           perl5 1.0
    56
    67perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18 5.20
    7 perl5.setup         Variable-Magic 0.46 ../by-authors/id/V/VP/VPIT/
    8 revision            3
     8perl5.setup         Variable-Magic 0.53 ../by-authors/id/V/VP/VPIT/
    99license             {Artistic-1 GPL}
    1010maintainers         nomaintainer
    1111description         Associate user-defined magic to variables from Perl.
     
    1313
    1414platforms           darwin
    1515
    16 checksums           md5 1e3c169cf8392e5c96e826e44fdeda6d \
    17                     sha1 27e35d10633dbfbb09db9d98ca5c10291f76bfa8 \
    18                     rmd160 1bf99f443cf36d32e8180ce990d448017548e45c
     16checksums           rmd160  7e52ffbe3d2cd86ed659b0b262dd2205a33cd9c8 \
     17                    sha256  18fd97b913b383df0c8f1e91cabe82bfc450d7aec8d5f62f9d015884cf7abed7
  • perl/p5-version/Portfile

     
    77epoch               2
    88perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18 5.20
    99perl5.setup         version 0.9908
    10 revision            1
     10revision            2
    1111license             {Artistic GPL}
    1212maintainers         nomaintainer
    1313description         Perl extension for Version Objects
  • perl/p5-want/Portfile

     
    22# $Id$
    33
    44PortSystem          1.0
    5 PortGroup perl5    1.0
     5PortGroup           perl5 1.0
    66
    77perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18 5.20
    8 perl5.setup         Want 0.21
     8perl5.setup         Want 0.23 ../by-authors/id/R/RO/ROBIN/
    99
    1010license             {Artistic-1 GPL}
    1111maintainers         nomaintainer
     
    1414description         A generalisation of wantarray
    1515long_description    ${description}
    1616
    17 master_sites        http://search.cpan.org/CPAN/authors/id/R/RO/ROBIN/
    18 
    19 checksums           rmd160  07bdf2d672577ef3a5fd71c5dd13e3267163344f \
    20                     sha256  cc8bed2d029a08b2f0c8188ade90bea1fd82cbd70b66867039a50ff385a5eba8
     17checksums           rmd160  e1b49e5a0bc3445e6c17cf62fea783eb8ad21c36 \
     18                    sha256  773d7eea27f3f49ac61982b0dd51778d70add38fc8daa8746beb628563bff723
  • perl/p5-www-robotrules/Portfile

     
    66
    77perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18 5.20
    88perl5.setup         WWW-RobotRules 6.02
     9revision            1
    910platforms           darwin
    1011maintainers         nomaintainer
    1112license             Artistic GPL
  • perl/p5-wx/Portfile

     
    1212#perl5.branches     5.8 5.10 5.12 5.14 5.16 5.18
    1313perl5.branches      5.16 5.18 5.20
    1414perl5.setup         Wx 0.9923
    15 revision            1
     15revision            2
    1616
    1717platforms           darwin
    1818maintainers         mojca openmaintainer
  • perl/p5-xml-entities/Portfile

     
    55
    66perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18 5.20
    77perl5.setup         XML-Entities 1.0001
     8revision            1
    89license             {Artistic-1 GPL}
    910maintainers         nomaintainer
    1011description         Decode strings with XML entities
  • perl/p5-xml-parser/Portfile

     
    66
    77perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18 5.20
    88perl5.setup         XML-Parser 2.41
     9revision            1
    910maintainers         phoenixtrap.com:mjg
    1011platforms           darwin
    1112categories-append   textproc
  • perl/p5-yaml/Portfile

     
    55PortGroup           perl5 1.0
    66
    77perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18 5.20
    8 perl5.setup         YAML 0.90
     8perl5.setup         YAML 1.01
    99maintainers         geeklair.net:dluke openmaintainer
    1010description         YAML loader/dumper module
    1111license             {GPL Artistic}
     
    2020
    2121supported_archs     noarch
    2222
    23 checksums           rmd160  d35f23ceb4ab090162cc624562b02ab5913d28f8 \
    24                     sha256  187e28b2e64266bca57b24123839553ba4e566bf5fa101c2131c571a36acda4d
     23checksums           rmd160  43c4d07d2e822d156857e6757a1832c582d7c23f \
     24                    sha256  5ddba9d8fa0bed7d944b8ec5df47366003d4e11afc36fc9a32ef4a1afd461192
    2525
    2626if {${perl5.major} != ""} {
    2727patchfiles          patch-Makefile.PL.diff
  • perl/p5-yaml/files/patch-Makefile.PL.diff

     
    33@@ -11,7 +11,7 @@ use ExtUtils::MakeMaker 6.30;
    44 
    55 my %WriteMakefileArgs = (
    6    "ABSTRACT" => "YAML Ain't Markup Language (tm)",
     6   "ABSTRACT" => "YAML Ain't Markup Language",
    77-  "AUTHOR" => "Ingy d\x{f6}t Net <ingy\@cpan.org>",
    88+  "AUTHOR" => "Ingy dot Net <ingy\@cpan.org>",
    9    "BUILD_REQUIRES" => {},
    109   "CONFIGURE_REQUIRES" => {
    1110     "ExtUtils::MakeMaker" => "6.30"
     11   },
  • perl/p5-yaml-syck/Portfile

     
    66
    77perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18 5.20
    88perl5.setup         YAML-Syck 1.27
     9revision            1
    910maintainers         nomaintainer
    1011license             MIT
    1112description         A fast, lightweight YAML loader and dumper
  • perl/p5-yaml-tiny/Portfile

     
    55PortGroup           perl5 1.0
    66
    77perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18 5.20
    8 perl5.setup         YAML-Tiny 1.51
    9 revision            1
     8perl5.setup         YAML-Tiny 1.63
    109license             {Artistic-1 GPL}
    1110maintainers         nomaintainer
    1211description         Read/Write YAML files with as little code as possible
     
    1413
    1514platforms           darwin
    1615
    17 checksums           rmd160  994f2e5fb9cc480400bf71c7242790a5455cb879 \
    18                     sha256  5c6e9b3d9e558fc428d8b8710da49ff3bcb9fb606decb63c24816da01c9f8b4d
     16checksums           rmd160  3cb1f19b3c46682e3e574fce4e4a0d6d2edee797 \
     17                    sha256  b4611dc9b34e23ad15dc5ac418ddc6d5b08145a6a5e7de91e710629ab2714a4d
    1918
    2019if {${perl5.major} != ""} {
    2120depends_lib-append  port:p${perl5.major}-yaml \
  • science/xraylib/Portfile

     
    66
    77name                xraylib
    88version             3.0.0
     9revision            1
    910categories          science
    1011platforms           darwin
    1112license             BSD
  • security/log2timeline/Portfile

     
    66
    77name                log2timeline
    88version             0.65
    9 revision            1
     9revision            2
    1010categories          security
    1111platforms           darwin
    1212maintainers         yahoo.fr:jul_bsd openmaintainer
  • sysutils/openbrowser/Portfile

     
    55
    66name                    openbrowser
    77version                 1.0.1
    8 revision                2
     8revision                3
    99categories              sysutils
    1010platforms               macosx
    1111maintainers             ryandesign
  • tex/LaTeXML/Portfile

     
    77
    88name                LaTeXML
    99version             0.8.0
     10revision            1
    1011categories          tex
    1112maintainers         nist.gov:bruce.miller
    1213description         LaTeXML converts TeX to XML/HTML/MathML
  • textproc/intltool/Portfile

     
    55
    66name            intltool
    77version         0.50.2
    8 revision        2
     8revision        3
    99maintainers     nomaintainer
    1010categories      textproc gnome
    1111license         GPL-2+