Ticket #43480: perl5.18-remove-subrelease.2.2.diff
File perl5.18-remove-subrelease.2.2.diff, 197.1 KB (added by mojca (Mojca Miklavec), 10 years ago) |
---|
-
lang/perl5.18/Portfile
5 5 6 6 name perl5.18 7 7 version 5.18.2 8 revision 1 8 9 set branch [join [lrange [split ${version} .] 0 1] .] 9 10 categories lang 10 11 license {Artistic-1 GPL} … … 27 28 28 29 depends_lib-append port:gdbm 29 30 31 patchfiles patch-Configure.diff 32 30 33 pre-configure { 31 34 reinplace "s|/opt/local|${prefix}|g" ${worksrcpath}/Configure 32 35 } … … 64 67 -D perlpath="${prefix}/bin/perl${branch}" \ 65 68 -D startperl="#!${prefix}/bin/perl${branch}" 66 69 67 # Allow perl to find p5-* ports installed by previous (minor) versions68 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 74 70 if {[variant_isset universal]} { 75 71 post-configure { 76 72 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 1 2 # $Id$ 2 3 3 4 PortSystem 1.0 … … 4 5 PortGroup perl5 1.0 5 6 6 7 perl5.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 8 perl5.setup Algorithm-C3 0.09 9 9 license {Artistic-1 GPL} 10 10 maintainers nomaintainer 11 11 supported_archs noarch … … 15 15 16 16 platforms darwin 17 17 18 checksums md5 07afb08682125c875b80c315d99f6f95 \ 19 sha1 a9ea20ec1bc14d83e2ab76d8f02860db6835f607 \ 20 rmd160 ffbf15168f558f61021d7bfa1d03e5c552299e2c 21 22 perl5.use_module_build 18 checksums rmd160 06070bf706685ffc45b157f33fe72e59eac20d90 \ 19 sha256 0fe9b5f806c8679dd70fe8eeeaaa570d70a34d449f844759b16e805bbf7322a0 -
perl/p5-algorithm-diff/Portfile
6 6 7 7 perl5.branches 5.8 5.10 5.12 5.14 5.16 5.18 5.20 8 8 perl5.setup Algorithm-Diff 1.1902 9 revision 39 revision 4 10 10 maintainers geeklair.net:dluke openmaintainer 11 11 description This is a Perl extension for computing intelligent \ 12 12 differences between two files / lists. -
perl/p5-alien-wxwidgets/Portfile
8 8 # https://trac.macports.org/ticket/42146 (5.10 is broken) 9 9 perl5.branches 5.8 5.12 5.14 5.16 5.18 5.20 10 10 perl5.setup Alien-wxWidgets 0.65 11 revision 211 revision 3 12 12 13 13 platforms darwin 14 14 maintainers mojca openmaintainer -
perl/p5-apache-admin-config/Portfile
6 6 7 7 perl5.branches 5.8 5.10 5.12 5.14 5.16 5.18 5.20 8 8 perl5.setup Apache-Admin-Config 0.95 9 revision 1 9 10 license {Artistic-1 GPL} 10 11 maintainers nomaintainer 11 12 description A module to read/write Apache like configuration files -
perl/p5-apache2-rest/Portfile
4 4 PortSystem 1.0 5 5 PortGroup perl5 1.0 6 6 7 perl5.branches 5.8 5.10 5.12 5.14 5.16 5.18 7 perl5.branches 5.8 5.10 5.12 5.14 5.16 5.18 5.20 8 8 perl5.setup Apache2-REST 0.07 9 revision 1 9 10 license {Artistic-1 GPL} 10 11 maintainers nomaintainer 11 12 description Micro framework for REST API implementation under apache2/mod_perl2/apreq2 -
perl/p5-app-cpanminus/Portfile
6 6 7 7 perl5.branches 5.8 5.10 5.12 5.14 5.16 5.18 5.20 8 8 perl5.setup App-cpanminus 1.7004 9 revision 1 9 10 license {Artistic-1 GPL} 10 11 maintainers nomaintainer 11 12 description get, unpack, build and install modules from CPAN -
perl/p5-appconfig/Portfile
6 6 7 7 perl5.branches 5.8 5.10 5.12 5.14 5.16 5.18 5.20 8 8 perl5.setup AppConfig 1.66 9 revision 39 revision 4 10 10 license {Artistic-1 GPL} 11 11 platforms darwin 12 12 maintainers nomaintainer -
perl/p5-archive-zip/Portfile
6 6 7 7 perl5.branches 5.8 5.10 5.12 5.14 5.16 5.18 5.20 8 8 perl5.setup Archive-Zip 1.37 9 revision 1 9 10 10 11 platforms darwin 11 12 maintainers markd -
perl/p5-astro-fits-cfitsio/Portfile
5 5 PortGroup perl5 1.0 6 6 7 7 perl5.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 8 perl5.setup Astro-FITS-CFITSIO 1.10 10 9 license {Artistic-1 GPL} 11 10 maintainers nomaintainer 12 11 description Interface to William Pence s cfitsio subroutine library … … 14 13 15 14 platforms darwin 16 15 17 checksums rmd160 4cf5e9c08e2e0d67d2d8e71bebefd75f613d7ee4\18 sha256 72408681e702a4f6353e1d64449d230c44c5266ca47cb14729e1bdf860c7f8ca16 checksums rmd160 f9342564eee76852a9a0708648af249bdcb03835 \ 17 sha256 50096cab25b6d6d7d38ad2bb676859d8fb58bdf43e26cc30cb3bc5fc372a057a 19 18 20 19 if {${perl5.major} != ""} { 21 20 configure.env CFITSIO="${prefix}" -
perl/p5-astro-fits-header/Portfile
5 5 PortGroup perl5 1.0 6 6 7 7 perl5.branches 5.8 5.10 5.12 5.14 5.16 5.18 5.20 8 perl5.setup Astro-FITS-Header 3.0 38 perl5.setup Astro-FITS-Header 3.07 9 9 revision 2 10 10 license GPL-3+ 11 11 maintainers nomaintainer … … 19 19 20 20 platforms darwin 21 21 22 checksums rmd160 cfc3365d06ba8e2b44ddbbc3f3433cea13cb6b87\23 sha256 e396fb6bd984e79199f45a04cc17147a0327a886898860ba0adc4854ea49054122 checksums rmd160 b22bd854b91f059f7db59aceadf1a6240719cd6f \ 23 sha256 530d59ef0c0935f9862d187187a2d7583b12c639bb67db14f983322b161892d9 24 24 25 25 if {${perl5.major} != ""} { 26 26 depends_lib-append port:p${perl5.major}-astro-fits-cfitsio -
perl/p5-attribute-handlers/Portfile
5 5 PortGroup perl5 1.0 6 6 7 7 perl5.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 8 perl5.setup Attribute-Handlers 0.96 10 9 license {Artistic-1 GPL} 11 10 maintainers nomaintainer 12 11 description Simpler definition of attribute handlers … … 14 13 15 14 platforms darwin 16 15 17 checksums rmd160 cf0d80afef63a8c4346dcc1643df6f40a70ef489 \18 sha256 460d344f4e834eb9fef02e5893bab1779f0c91c8dddce9e4c80d85e154239e4716 checksums rmd160 67056ca5159ba3080fb09ec46eb4f53f3ed79a39 \ 17 sha256 1ab66efbb4b78f1db962870f2ffcf4e81902a612618dd06b6f1c3d72ee021a72 19 18 20 supported_archs noarch19 supported_archs noarch -
perl/p5-autodia/Portfile
6 6 7 7 perl5.branches 5.8 5.10 5.12 5.14 5.16 5.18 5.20 8 8 perl5.setup Autodia 2.14 9 revision 19 revision 2 10 10 categories-append graphics 11 11 maintainers snc openmaintainer 12 12 license GPL-2+ -
perl/p5-autovivification/Portfile
6 6 7 7 perl5.branches 5.8 5.10 5.12 5.14 5.16 5.18 5.20 8 8 perl5.setup autovivification 0.12 ../by-authors/id/V/VP/VPIT 9 revision 1 9 10 10 11 platforms darwin 11 12 maintainers nomaintainer -
perl/p5-b-hooks-endofscope/Portfile
5 5 PortGroup perl5 1.0 6 6 7 7 perl5.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 8 perl5.setup B-Hooks-EndOfScope 0.13 10 9 license {Artistic-1 GPL} 11 10 maintainers nomaintainer 12 11 description Execute code after a scope finished compilation … … 14 13 15 14 platforms darwin 16 15 17 checksums rmd160 add48599c85380dba1729d0185ef4ee6186f85bf\18 sha256 6b1d5683a75ac35d8414e3e84edda60e6b686fd46892f4c596d00f25304aa99416 checksums rmd160 9b83717fb95b688414a53552ab973fb3781545f3 \ 17 sha256 f17ef12e1ea7667dc072edb2ee5bcfc54359ad77e60163a56b43383e1705adb8 19 18 20 19 if {${perl5.major} != ""} { 21 20 depends_lib-append port:p${perl5.major}-sub-exporter \ -
perl/p5-cairo/Portfile
6 6 7 7 perl5.branches 5.8 5.10 5.12 5.14 5.16 5.18 5.20 8 8 perl5.setup Cairo 1.104 9 revision 1 9 10 license LGPL-2.1+ 10 11 maintainers nomaintainer 11 12 description Perl bindings to the cairo library -
perl/p5-cairo-gobject/Portfile
6 6 7 7 perl5.branches 5.8 5.10 5.12 5.14 5.16 5.18 5.20 8 8 perl5.setup Cairo-GObject 1.004 9 revision 1 9 10 license LGPL-2.1+ 10 11 maintainers devans openmaintainer 11 12 description Integrate Cairo into the Glib type system -
perl/p5-capture-tiny/Portfile
6 6 7 7 perl5.branches 5.8 5.10 5.12 5.14 5.16 5.18 5.20 8 8 perl5.setup Capture-Tiny 0.24 ../by-authors/id/D/DA/DAGOLDEN 9 revision 1 9 10 10 11 platforms darwin 11 12 maintainers nomaintainer -
perl/p5-carp-clan/Portfile
6 6 7 7 perl5.branches 5.8 5.10 5.12 5.14 5.16 5.18 5.20 8 8 perl5.setup Carp-Clan 6.04 9 revision 39 revision 4 10 10 license {Artistic-1 GPL} 11 11 maintainers nomaintainer 12 12 description Report errors from perspective of caller of a "clan" of modules -
perl/p5-cgi-ajax/Portfile
6 6 7 7 perl5.branches 5.8 5.10 5.12 5.14 5.16 5.18 5.20 8 8 perl5.setup CGI-Ajax 0.707 9 revision 49 revision 5 10 10 license {Artistic-1 GPL} 11 11 maintainers nomaintainer 12 12 categories-append www … … 27 27 28 28 if {${perl5.major} != ""} { 29 29 depends_lib-append \ 30 port:p${perl5.major}-class-accessor30 port:p${perl5.major}-class-accessor 31 31 } 32 32 33 33 platforms darwin -
perl/p5-cgi-alternatives/Portfile
6 6 7 7 perl5.branches 5.8 5.10 5.12 5.14 5.16 5.18 5.20 8 8 perl5.setup CGI-Alternatives 0.10 9 revision 9 10 platforms darwin 10 11 maintainers devans openmaintainer 11 12 license {Artistic GPL} -
perl/p5-cgi-fasttemplate/Portfile
6 6 7 7 perl5.branches 5.8 5.10 5.12 5.14 5.16 5.18 5.20 8 8 perl5.setup CGI-FastTemplate 1.09 9 revision 1 9 10 platforms darwin 10 11 maintainers devans openmaintainer 11 12 license {Artistic GPL} -
perl/p5-cgi-formbuilder/Portfile
6 6 7 7 perl5.branches 5.8 5.10 5.12 5.14 5.16 5.18 5.20 8 8 perl5.setup CGI-FormBuilder 3.09 9 revision 1 9 10 license {Artistic-1 GPL} 10 11 maintainers nomaintainer 11 12 description Easily generate and process stateful forms -
perl/p5-cgi-session/Portfile
6 6 7 7 perl5.branches 5.8 5.10 5.12 5.14 5.16 5.18 5.20 8 8 perl5.setup CGI-Session 4.48 ../by-authors/id/M/MA/MARKSTOS/ 9 revision 1 9 10 license {Artistic-1 GPL} 10 11 maintainers nomaintainer 11 12 description Persistent session data in CGI applications -
perl/p5-cgi-simple/Portfile
6 6 7 7 perl5.branches 5.8 5.10 5.12 5.14 5.16 5.18 5.20 8 8 perl5.setup CGI-Simple 1.113 ../by-authors/id/A/AN/ANDYA/ 9 revision 39 revision 4 10 10 license {Artistic-1 GPL} 11 11 maintainers nomaintainer 12 12 description A Simple totally OO CGI interface that is CGI.pm compliant -
perl/p5-cgi-ssi/Portfile
6 6 7 7 perl5.branches 5.8 5.10 5.12 5.14 5.16 5.18 5.20 8 8 perl5.setup CGI-SSI 0.92 9 revision 1 9 10 platforms darwin 10 11 maintainers devans openmaintainer 11 12 license {Artistic GPL} -
perl/p5-chemistry-elements/Portfile
6 6 7 7 perl5.branches 5.8 5.10 5.12 5.14 5.16 5.18 5.20 8 8 perl5.setup Chemistry-Elements 1.07 9 revision 1 9 10 10 11 platforms darwin 11 12 maintainers nomaintainer -
perl/p5-class-accessor/Portfile
6 6 7 7 perl5.branches 5.8 5.10 5.12 5.14 5.16 5.18 5.20 8 8 perl5.setup Class-Accessor 0.34 9 revision 39 revision 4 10 10 license {Artistic-1 GPL} 11 11 platforms darwin 12 12 maintainers nomaintainer -
perl/p5-class-accessor-chained/Portfile
6 6 7 7 perl5.branches 5.8 5.10 5.12 5.14 5.16 5.18 5.20 8 8 perl5.setup Class-Accessor-Chained 0.01 9 revision 39 revision 4 10 10 license {Artistic-1 GPL} 11 11 maintainers nomaintainer 12 12 description make chained accessors -
perl/p5-class-c3/Portfile
5 5 PortGroup perl5 1.0 6 6 7 7 perl5.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 8 perl5.setup Class-C3 0.26 10 9 license {Artistic-1 GPL} 11 10 maintainers nomaintainer 12 11 supported_archs noarch … … 19 18 20 19 platforms darwin 21 20 22 checksums rmd160 71b792b9d17bf7f556b4036c6b64dff35d700867\23 sha256 194587bce162d714359c1d3149883296a2d4ebcb575e36d825e42038d38e1c4621 checksums rmd160 849158942a41d8db3392968649d931032d6734da \ 22 sha256 daf4f2742af827a558fb9bf7d91a02c31d0ebf03efba8f6573e2e2e29e791d01 24 23 25 24 if {${perl5.major} != ""} { 26 25 depends_lib-append port:p${perl5.major}-algorithm-c3 \ -
perl/p5-class-c3-xs/Portfile
6 6 7 7 perl5.branches 5.8 5.10 5.12 5.14 5.16 5.18 5.20 8 8 perl5.setup Class-C3-XS 0.13 9 revision 39 revision 4 10 10 license {Artistic-1 GPL} 11 11 maintainers nomaintainer 12 12 description XS speedups for Class::C3 -
perl/p5-class-data-inheritable/Portfile
6 6 7 7 perl5.branches 5.8 5.10 5.12 5.14 5.16 5.18 5.20 8 8 perl5.setup Class-Data-Inheritable 0.08 9 revision 39 revision 4 10 10 license {Artistic-1 GPL} 11 11 platforms darwin 12 12 maintainers nomaintainer -
perl/p5-class-inspector/Portfile
5 5 PortGroup perl5 1.0 6 6 7 7 perl5.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 8 perl5.setup Class-Inspector 1.28 ../by-authors/id/A/AD/ADAMK/ 10 9 license {Artistic-1 GPL} 11 10 maintainers nomaintainer 12 11 description Get information about a class and its structure … … 20 19 21 20 platforms darwin 22 21 23 checksums rmd160 f13abef727683db84d1c7c0a9273e6d66c740ccb\24 sha256 7917c2c5966b51130d3addb8dbeb6f501ea6df30ad169acccc5f15039a13d18d22 checksums rmd160 d50ef0aff1cd0565a4908bfa713acf1c766b3c5d \ 23 sha256 3ca4b7a3ed1f4cc846c9a3c08f9a6e9ec07a9cbfd92510dea9513db61a923112 25 24 26 25 supported_archs noarch -
perl/p5-class-load/Portfile
6 6 7 7 perl5.branches 5.8 5.10 5.12 5.14 5.16 5.18 5.20 8 8 perl5.setup Class-Load 0.21 9 revision 1 9 10 license {Artistic-1 GPL} 10 11 maintainers nomaintainer 11 12 description a working (require Class::Name) and more -
perl/p5-class-load-xs/Portfile
6 6 7 7 perl5.branches 5.8 5.10 5.12 5.14 5.16 5.18 5.20 8 8 perl5.setup Class-Load-XS 0.08 9 revision 1 9 10 10 11 platforms darwin 11 12 maintainers nomaintainer -
perl/p5-class-singleton/Portfile
6 6 7 7 perl5.branches 5.8 5.10 5.12 5.14 5.16 5.18 5.20 8 8 perl5.setup Class-Singleton 1.4 9 revision 39 revision 4 10 10 license {Artistic-1 GPL} 11 11 maintainers nomaintainer 12 12 description Implementation of a "Singleton" class … … 26 26 checksums rmd160 80b739b14dbe947a869d37e5b134100d274f9bf7 \ 27 27 sha256 cfafc6e7c842e04fc11cc3e700551461a6aaa0b139470273aea2f29026e79150 28 28 29 supported_archs noarch29 supported_archs noarch -
perl/p5-clone/Portfile
6 6 7 7 perl5.branches 5.8 5.10 5.12 5.14 5.16 5.18 5.20 8 8 perl5.setup Clone 0.37 9 revision 1 9 10 maintainers geeklair.net:dluke openmaintainer 10 11 description This is a Perl extension for recursively copying Perl datatypes. 11 12 license {GPL Artistic} -
perl/p5-compress-raw-bzip2/Portfile
5 5 PortGroup perl5 1.0 6 6 7 7 perl5.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 8 perl5.setup Compress-Raw-Bzip2 2.064 10 9 license {Artistic-1 GPL} 11 10 maintainers nomaintainer 12 11 description Perl low-level interface to bzip2 compression library … … 16 15 IO::Compress::Bzip2 and IO::Compress::Bunzip2. 17 16 platforms darwin 18 17 19 checksums rmd160 902b7b4fa3b6abde85c406d6980cf5c48dc65749 \20 sha256 fdea5fda185c7d64eafe774c3dd61aeaf255479e2c43d49c9b924f658b343c3f18 checksums rmd160 370e6fd2320eae3c87624291723f7b0859a90e69 \ 19 sha256 c3f3b9a69d06d142215b1bd7e1101f6a579a43082abba482b090389ff27b0b2b 21 20 22 21 # According to 23 22 # 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 1 2 # $Id$ 2 3 3 4 PortSystem 1.0 … … 5 6 6 7 perl5.branches 5.8 5.10 5.12 5.14 5.16 5.18 5.20 7 8 perl5.setup Compress-Raw-Zlib 2.054 8 revision 19 revision 2 9 10 license {Artistic-1 GPL} 10 11 maintainers nomaintainer 11 12 description The Compress::Raw::Zlib module provides a Perl \ -
perl/p5-compress-snappy/Portfile
6 6 7 7 perl5.branches 5.8 5.10 5.12 5.14 5.16 5.18 5.20 8 8 perl5.setup Compress-Snappy 0.23 9 revision 1 9 10 license {Artistic-1 GPL} 10 11 maintainers nomaintainer 11 12 description Perl interface to Google's Snappy (de)compressor -
perl/p5-config-autoconf/Portfile
6 6 7 7 perl5.branches 5.8 5.10 5.12 5.14 5.16 5.18 5.20 8 8 perl5.setup Config-AutoConf 0.22 9 revision 1 9 10 platforms darwin 10 11 maintainers nomaintainer 11 12 supported_archs noarch -
perl/p5-config-ini/Portfile
5 5 PortGroup perl5 1.0 6 6 7 7 perl5.branches 5.8 5.10 5.12 5.14 5.16 5.18 5.20 8 perl5.setup Config-INI 0.0 198 perl5.setup Config-INI 0.024 9 9 10 10 platforms darwin 11 11 maintainers nomaintainer … … 17 17 18 18 long_description ${description} 19 19 20 checksums rmd160 82ec6fde304d024a6bd8999462a8af4a56c77832\21 sha256 fe44d895064e3c370cf471a987aa6fede6d5d5f362b043f74e0f85730dcc834220 checksums rmd160 4e29f93256a10291be58bf1ae755171a25171e6a \ 21 sha256 818c9bb1187cd2b4ef853527b879733eb44c9063499eceec685268cb66518a6b 22 22 23 23 if {${perl5.major} != ""} { 24 24 depends_lib-append port:p${perl5.major}-io-string \ -
perl/p5-const-fast/Portfile
5 5 PortGroup perl5 1.0 6 6 7 7 perl5.branches 5.8 5.10 5.12 5.14 5.16 5.18 5.20 8 #perl5.setup Const-Fast 0.014 ../by-authors/id/L/LE/LEONT 8 9 perl5.setup Const-Fast 0.013 ../by-authors/id/L/LE/LEONT 10 revision 1 9 11 10 12 platforms darwin 11 13 maintainers nomaintainer … … 19 21 20 22 checksums rmd160 a4eb55e3c4096f00d2d802a583970129358f33a6 \ 21 23 sha256 8579039ece718d816c0bb85e6ba2d7a23fd9f6d47ac56772022184c06cdac78a 24 #checksums rmd160 6f25074c8785a17ecdca5989d797d966bdea4b28 \ 25 # sha256 f805953a08c57846a16a4d85d7b766398afaf7c36c1465fcb1dea09e5fa394db 22 26 23 27 if {${perl5.major} != ""} { 24 28 depends_build-append \ -
perl/p5-convert-uu/Portfile
6 6 7 7 perl5.branches 5.8 5.10 5.12 5.14 5.16 5.18 5.20 8 8 perl5.setup Convert-UU 0.5201 9 revision 1 9 10 platforms darwin 10 11 maintainers nomaintainer 11 12 license Artistic GPL-2 -
perl/p5-cpan-meta/Portfile
5 5 PortGroup perl5 1.0 6 6 7 7 perl5.branches 5.8 5.10 5.12 5.14 5.16 5.18 5.20 8 perl5.setup CPAN-Meta 2.1 333808 perl5.setup CPAN-Meta 2.142060 9 9 license {Artistic-1 GPL} 10 10 maintainers nomaintainer 11 11 description the distribution metadata for a CPAN dist … … 13 13 14 14 platforms darwin 15 15 16 checksums rmd160 a36797c04680670088bb90be260df1f6ada55a60\17 sha256 bdcc5a915e8057ee545521f7c645b5ba62382446433bbc00ada1c37aac0475fc16 checksums rmd160 9e512a038d9f06380140836bb6bfff6b6049d3c2 \ 17 sha256 afc02b2d27274f9d5d866bed73ecdd660518b6563dbdebb213350d41625b1476 18 18 19 19 supported_archs noarch 20 20 -
perl/p5-cpan-meta-requirements/Portfile
5 5 PortGroup perl5 1.0 6 6 7 7 perl5.branches 5.8 5.10 5.12 5.14 5.16 5.18 5.20 8 perl5.setup CPAN-Meta-Requirements 2.12 58 perl5.setup CPAN-Meta-Requirements 2.126 9 9 license {Artistic-1 GPL} 10 10 maintainers nomaintainer 11 11 description a set of version requirements for a CPAN dist … … 13 13 14 14 platforms darwin 15 15 16 checksums rmd160 f842d46f8b44a3a1c7a286994755dcbc807dd66e\17 sha256 1826828d3430e08c48fd94212a401338f794216112d0035125569439a5cfdab416 checksums rmd160 d055c89d8ee65a3e7bd8ca2cfb797b702a8c66d0 \ 17 sha256 4b4ec24844692482b9c69a231a2145adb44356f0d0e9b56b171263f0f56db622 18 18 19 19 supported_archs noarch 20 20 -
perl/p5-cpan-meta-yaml/Portfile
5 5 PortGroup perl5 1.0 6 6 7 7 perl5.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 8 perl5.setup CPAN-Meta-YAML 0.012 ../by-authors/id/D/DA/DAGOLDEN/ 10 9 license {Artistic GPL} 11 10 maintainers nomaintainer 12 11 description Read and write a subset of YAML for CPAN Meta files … … 14 13 15 14 platforms darwin 16 15 17 checksums rmd160 9ce78ef6117046fcb2ca82631a6f8f46f09bd8ad\18 sha256 26075018a9c04334bd17dbb21bbdcda38212d0654ec470e2fd1f76e1b26188e916 checksums rmd160 672ac1d0fe1f18ed52d1206913b126daf778a1ae \ 17 sha256 7c728c573ba74294d3df2f0cbae2cd1b3830ed47040649b49a33a086b8300d28 19 18 20 19 supported_archs noarch 21 20 -
perl/p5-crypt-gcrypt/Portfile
6 6 7 7 perl5.branches 5.8 5.10 5.12 5.14 5.16 5.18 5.20 8 8 perl5.setup Crypt-GCrypt 1.26 9 revision 19 revision 2 10 10 11 11 maintainers snc openmaintainer 12 12 license {Artistic GPL} -
perl/p5-css-tiny/Portfile
6 6 7 7 perl5.branches 5.8 5.10 5.12 5.14 5.16 5.18 5.20 8 8 perl5.setup CSS-Tiny 1.19 9 revision 1 9 10 10 11 platforms darwin 11 12 maintainers nomaintainer -
perl/p5-data-compare/Portfile
6 6 7 7 perl5.branches 5.8 5.10 5.12 5.14 5.16 5.18 5.20 8 8 perl5.setup Data-Compare 1.22 9 revision 29 revision 3 10 10 platforms darwin 11 11 maintainers nomaintainer 12 12 supported_archs noarch -
perl/p5-data-dump/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 1 2 # $Id$ 2 3 3 4 PortSystem 1.0 … … 5 6 6 7 perl5.branches 5.8 5.10 5.12 5.14 5.16 5.18 5.20 7 8 perl5.setup Data-Dump 1.22 9 revision 1 8 10 maintainers nomaintainer 9 11 license {Artistic GPL} 10 12 description Pretty printing of data structures -
perl/p5-data-dumper/Portfile
5 5 PortGroup perl5 1.0 6 6 7 7 perl5.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 8 perl5.setup Data-Dumper 2.151 10 9 maintainers nomaintainer 11 10 license Artistic GPL 12 11 platforms darwin … … 21 20 can be \"eval\"ed to get back an identical copy of the \ 22 21 original reference structure. 23 22 24 checksums rmd160 afa177e0d87f228c0e4751896bfee181fb7e7069\25 sha256 c 4d4a10013c8cbab305483537fe09900ad6ac2201d74a4fbb5a1b25ba38eb1c223 checksums rmd160 34ef82a5fa9785641810e399f929d8eff0550613 \ 24 sha256 c3c8eab516ef98d47ee9333ef8b4d3c953f51ef981e112ccf67267a30727744e -
perl/p5-data-optlist/Portfile
6 6 7 7 perl5.branches 5.8 5.10 5.12 5.14 5.16 5.18 5.20 8 8 perl5.setup Data-OptList 0.109 9 revision 1 9 10 license {Artistic-1 GPL} 10 11 maintainers nomaintainer 11 12 description parse and validate simple name/value option pairs -
perl/p5-date-simple/Portfile
6 6 7 7 perl5.branches 5.8 5.10 5.12 5.14 5.16 5.18 5.20 8 8 perl5.setup Date-Simple 3.03 9 revision 29 revision 3 10 10 platforms darwin 11 11 maintainers nomaintainer 12 12 license {Artistic GPL-2+} -
perl/p5-datetime/Portfile
7 7 epoch 2 8 8 perl5.branches 5.8 5.10 5.12 5.14 5.16 5.18 5.20 9 9 perl5.setup DateTime 1.10 10 revision 110 revision 2 11 11 license Artistic-2 12 12 maintainers nomaintainer 13 13 description A date and time object -
perl/p5-datetime-format-dateparse/Portfile
7 7 8 8 perl5.branches 5.8 5.10 5.12 5.14 5.16 5.18 5.20 9 9 perl5.setup DateTime-Format-DateParse 0.05 10 revision 110 revision 2 11 11 license {Artistic-1 GPL} 12 12 maintainers nomaintainer 13 13 description Parses Date::Parse compatible formats -
perl/p5-datetime-locale/Portfile
7 7 epoch 1 8 8 perl5.branches 5.8 5.10 5.12 5.14 5.16 5.18 5.20 9 9 perl5.setup DateTime-Locale 0.45 10 revision 310 revision 4 11 11 license {Artistic-1 GPL} 12 12 maintainers nomaintainer 13 13 description Localization support for DateTime -
perl/p5-datetime-timezone/Portfile
7 7 epoch 5 8 8 perl5.branches 5.8 5.10 5.12 5.14 5.16 5.18 5.20 9 9 perl5.setup DateTime-TimeZone 1.73 10 revision 1 10 11 maintainers nomaintainer 11 12 license Artistic GPL 12 13 supported_archs noarch -
perl/p5-dbd-mysql/Portfile
6 6 7 7 perl5.branches 5.8 5.10 5.12 5.14 5.16 5.18 5.20 8 8 perl5.setup DBD-mysql 4.028 9 revision 1 9 10 license {Artistic-1 GPL} 10 11 maintainers nomaintainer 11 12 description Perl5 Database Interface to the MySQL database -
perl/p5-dbi/Portfile
6 6 7 7 perl5.branches 5.8 5.10 5.12 5.14 5.16 5.18 5.20 8 8 perl5.setup DBI 1.631 ../by-authors/id/T/TI/TIMB/ 9 revision 1 9 10 license {Artistic-1 GPL} 10 11 maintainers nomaintainer 11 12 description Abstract database access module for Perl -
perl/p5-devel-checklib/Portfile
6 6 7 7 perl5.branches 5.8 5.10 5.12 5.14 5.16 5.18 5.20 8 8 perl5.setup Devel-CheckLib 1.01 9 revision 19 revision 2 10 10 license {Artistic-1 GPL} 11 11 maintainers nomaintainer 12 12 description check that a library is available -
perl/p5-devel-globaldestruction/Portfile
6 6 7 7 perl5.branches 5.8 5.10 5.12 5.14 5.16 5.18 5.20 8 8 perl5.setup Devel-GlobalDestruction 0.12 9 revision 49 revision 5 10 10 license {Artistic-1 GPL} 11 11 maintainers nomaintainer 12 12 description Expose PL_dirty, the flag which marks global destruction. -
perl/p5-devel-stacktrace/Portfile
6 6 7 7 epoch 1 8 8 perl5.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 9 perl5.setup Devel-StackTrace 1.34 ../by-authors/id/D/DR/DROLSKY/ 11 10 license Artistic-2 12 11 maintainers nomaintainer 13 12 description Stack trace and stack trace frame objects … … 20 19 21 20 platforms darwin 22 21 23 checksums rmd160 d69acbac09e3d211363738625180f2fc79e8f698\24 sha256 da55edfd4fa20ee88c94dd36ff53890d3a27095a8305d4e812a84459595ae70622 checksums rmd160 a4049280506f377c759b6bc34f95f7489385dbc6 \ 23 sha256 e882ccd7f4cbab0d0cdad53897f3f3bf29bdcf47d2bdfde1ac07f1bc7d7ebd16 25 24 26 25 if {${perl5.major} != ""} { 27 26 depends_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 1 2 # $Id$ 2 3 3 4 PortSystem 1.0 … … 4 5 PortGroup perl5 1.0 5 6 6 7 perl5.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 8 perl5.setup Digest-MD5 2.53 9 9 license {Artistic-1 GPL} 10 10 maintainers nomaintainer 11 11 description RSA MD5 implementation for perl … … 18 18 19 19 platforms darwin 20 20 21 checksums md5 73967d50b9d19990a1d609fe2b1e36c3 \ 22 sha1 496994e72a8aa01cb89dde82f0f1b1c85c5a8b39 \ 23 rmd160 ba81c98130f166380a69dddce886585478dcdcf1 21 checksums rmd160 7dd8152e1e68ffeed2fa87395a42368992deb55c \ 22 sha256 cde667c0c0c8a4d819d332ba9a4cad7e9f75fc7cabd490aae405ce7bc54d5152 -
perl/p5-digest-sha1/Portfile
6 6 7 7 perl5.branches 5.8 5.10 5.12 5.14 5.16 5.18 5.20 8 8 perl5.setup Digest-SHA1 2.13 9 revision 39 revision 4 10 10 license {Artistic GPL} 11 11 maintainers nomaintainer 12 12 description Perl interface to the SHA-1 Algorithm -
perl/p5-dist-checkconflicts/Portfile
6 6 7 7 perl5.branches 5.8 5.10 5.12 5.14 5.16 5.18 5.20 8 8 perl5.setup Dist-CheckConflicts 0.11 ../by-authors/id/D/DO/DOY/ 9 revision 1 9 10 license {Artistic-1 GPL} 10 11 maintainers nomaintainer 11 12 description declare version conflicts for your dist -
perl/p5-email-abstract/Portfile
4 4 PortSystem 1.0 5 5 PortGroup perl5 1.0 6 6 7 perl5.branches 5.8 5.10 5.12 5.14 5.16 5.18 7 perl5.branches 5.8 5.10 5.12 5.14 5.16 5.18 5.20 8 8 perl5.setup Email-Abstract 3.007 9 revision 1 9 10 10 11 platforms darwin 11 12 maintainers 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 1 2 # $Id$ 2 3 3 4 PortSystem 1.0 4 5 PortGroup perl5 1.0 5 6 6 perl5.branches 5.8 5.10 5.12 5.14 5.16 7 perl5.setup Email-Address 1.892 8 revision 3 7 perl5.branches 5.8 5.10 5.12 5.14 5.16 5.18 5.20 8 perl5.setup Email-Address 1.905 9 9 license {Artistic-1 GPL} 10 10 maintainers nomaintainer 11 11 description perl rfc email address formatting … … 13 13 14 14 platforms darwin 15 15 16 checksums md5 047e982b0ab7434406a32759164bfe1e \ 17 sha1 508aec815e8abb94e65bad452c5f5661bf26385f \ 18 rmd160 f9dcd11d98f9932cd0b2372fae423cb80a5ac497 16 checksums rmd160 4bb430dc727c2e45928e6bdb94139a0763fc74ee \ 17 sha256 737f15e4e3ac09186d7053a1b89619d0b714a284f232e207677b186d9fcc92b2 19 18 20 19 supported_archs noarch -
perl/p5-email-date-format/Portfile
4 4 PortSystem 1.0 5 5 PortGroup perl5 1.0 6 6 7 perl5.branches 5.8 5.10 5.12 5.14 5.16 8 perl5.setup Email-Date-Format 1.002 9 revision 3 7 perl5.branches 5.8 5.10 5.12 5.14 5.16 5.18 5.20 8 perl5.setup Email-Date-Format 1.004 10 9 license {Artistic-1 GPL} 11 10 platforms darwin 12 11 maintainers nomaintainer … … 16 15 17 16 long_description Email::Date::Format provides a simple means for generating an RFC 2822-compliant datetime string. 18 17 19 #master_sites http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS18 #master_sites http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS 20 19 21 checksums sha1 0b6a5419118f7cf0d10150b701e2f26d70f2e331\22 rmd160 9e0d93fe653a6aea98456efdc6e2eb3a9c1130ca20 checksums rmd160 d2e2f166ca32b8f1fcd465a4b0620cd2151b9e0d \ 21 sha256 ca2975136dcb37b576056ebfadf22ae66b43e4620d9f0d673fcd5a7833118204 -
perl/p5-email-messageid/Portfile
4 4 PortSystem 1.0 5 5 PortGroup perl5 1.0 6 6 7 perl5.branches 5.8 5.10 5.12 5.14 5.16 7 perl5.branches 5.8 5.10 5.12 5.14 5.16 5.18 5.20 8 8 perl5.setup Email-MessageID 1.400 9 9 revision 3 10 10 license {Artistic-1 GPL} -
perl/p5-email-mime/Portfile
4 4 PortSystem 1.0 5 5 PortGroup perl5 1.0 6 6 7 perl5.branches 5.8 5.10 5.12 5.14 5.16 5.18 7 perl5.branches 5.8 5.10 5.12 5.14 5.16 5.18 5.20 8 8 perl5.setup Email-MIME 1.926 9 revision 1 9 10 license {Artistic-1 GPL} 10 11 maintainers nomaintainer 11 12 description Easy MIME message parsing -
perl/p5-email-mime-contenttype/Portfile
4 4 PortSystem 1.0 5 5 PortGroup perl5 1.0 6 6 7 perl5.branches 5.8 5.10 5.12 5.14 5.16 5.18 7 perl5.branches 5.8 5.10 5.12 5.14 5.16 5.18 5.20 8 8 perl5.setup Email-MIME-ContentType 1.017 9 revision 1 9 10 license {Artistic-1 GPL} 10 11 maintainers nomaintainer 11 12 description Parse a MIME Content-Type Header -
perl/p5-email-mime-encodings/Portfile
4 4 PortSystem 1.0 5 5 PortGroup perl5 1.0 6 6 7 perl5.branches 5.8 5.10 5.12 5.14 5.16 5.18 7 perl5.branches 5.8 5.10 5.12 5.14 5.16 5.18 5.20 8 8 perl5.setup Email-MIME-Encodings 1.315 9 revision 1 9 10 license {Artistic-1 GPL} 10 11 maintainers nomaintainer 11 12 description A unified interface to MIME encoding and decoding -
perl/p5-email-sender/Portfile
4 4 PortSystem 1.0 5 5 PortGroup perl5 1.0 6 6 7 perl5.branches 5.8 5.10 5.12 5.14 5.16 5.18 8 perl5.setup Email-Sender 1.30001 19 #perl5.setup Email-Sender 1.300011../by-authors/id/R/RJ/RJBS7 perl5.branches 5.8 5.10 5.12 5.14 5.16 5.18 5.20 8 perl5.setup Email-Sender 1.300012 9 #perl5.setup Email-Sender 1.300012 ../by-authors/id/R/RJ/RJBS 10 10 license {Artistic-1 GPL} 11 11 maintainers nomaintainer 12 12 description Email::Sender - a library for sending email … … 18 18 platforms darwin 19 19 supported_archs noarch 20 20 21 checksums rmd160 cba65b20308338178461c2afe444277dc71a71e2\22 sha256 f7d372b4199b561ea2f36e821e628eb7a6d9e8bf07cde2ba640858ad7126caa821 checksums rmd160 d3a69e9e706e06e2a579ee2300915a0577be0e64 \ 22 sha256 a40769652f791ecd34ea84e9876092de5824e6a00123fe01591edb8b80fc7040 23 23 24 24 if {${perl5.major} != ""} { 25 depends_build-append port:p${perl5.major}-capture-tiny 25 depends_build-append \ 26 port:p${perl5.major}-capture-tiny 26 27 27 28 depends_lib-append port:p${perl5.major}-email-abstract \ 28 29 port:p${perl5.major}-email-address \ -
perl/p5-email-simple/Portfile
4 4 PortSystem 1.0 5 5 PortGroup perl5 1.0 6 6 7 perl5.branches 5.8 5.10 5.12 5.14 5.16 5.18 7 perl5.branches 5.8 5.10 5.12 5.14 5.16 5.18 5.20 8 8 perl5.setup Email-Simple 2.203 9 revision 1 9 10 license {Artistic-1 GPL} 10 11 maintainers nomaintainer 11 12 description simple parsing of RFC2822 message format and headers -
perl/p5-encode-eucjpascii/Portfile
6 6 7 7 perl5.branches 5.8 5.10 5.12 5.14 5.16 5.18 5.20 8 8 perl5.setup Encode-EUCJPASCII 0.03 9 revision 1 9 10 10 11 platforms darwin 11 12 maintainers nomaintainer -
perl/p5-encode-hanextra/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 1 2 # $Id$ 2 3 3 4 PortSystem 1.0 … … 5 6 6 7 perl5.branches 5.8 5.10 5.12 5.14 5.16 5.18 5.20 7 8 perl5.setup Encode-HanExtra 0.23 8 revision 49 revision 5 9 10 license MIT 10 11 platforms darwin 11 12 supported_archs noarch … … 13 14 description Extra sets of Chinese encodings 14 15 long_description ${description} 15 16 16 checksums md5 e1d3bc32c1c8ee304235a06fbcd5d5a4 \ 17 sha1 52d64ecaf29f38d9b04957caeb5da3ef62590336 \ 18 rmd160 b5c753ca9f617048501e62535a3e16cfc8b8bd49 17 checksums rmd160 b5c753ca9f617048501e62535a3e16cfc8b8bd49 \ 18 sha256 1fd4b06cada70858003af153f94c863b3b95f2e3d03ba18d0451a81d51db443a 19 19 20 20 if {${perl5.major} != ""} { 21 depends_lib-append port:p${perl5.major}-encode 21 depends_lib-append \ 22 port:p${perl5.major}-encode 22 23 } -
perl/p5-encode-jis2k/Portfile
5 5 6 6 perl5.branches 5.8 5.10 5.12 5.14 5.16 5.18 5.20 7 7 perl5.setup Encode-JIS2K 0.02 8 revision 58 revision 6 9 9 license {Artistic-1 GPL} 10 10 platforms darwin 11 11 supported_archs noarch -
perl/p5-encode-locale/Portfile
6 6 7 7 perl5.branches 5.8 5.10 5.12 5.14 5.16 5.18 5.20 8 8 perl5.setup Encode-Locale 1.03 9 revision 1 9 10 platforms darwin 10 11 maintainers nomaintainer 11 12 license Artistic GPL -
perl/p5-encoding-fixlatin/Portfile
5 5 PortGroup perl5 1.0 6 6 7 7 perl5.branches 5.8 5.10 5.12 5.14 5.16 5.18 5.20 8 perl5.setup Encoding-FixLatin 1.0 2../by-authors/id/G/GR/GRANTM8 perl5.setup Encoding-FixLatin 1.04 ../by-authors/id/G/GR/GRANTM 9 9 10 10 platforms darwin 11 11 maintainers nomaintainer … … 17 17 18 18 long_description ${description} 19 19 20 checksums rmd160 2eee07062355f4c1ba0d89560ca7674f10e414b5\21 sha256 b3761d9c4f47cce5e3f86a753eceb68435aeb1fa9b8bee5eeb1aebcd6a13380b20 checksums rmd160 b5d1f6a62d4dd1f76ac3d90c70873a7b8884c428 \ 21 sha256 da072e5b1c5f66567a2d106bb9c80a166c054527c32350e149a09a5d3f4e8b78 -
perl/p5-encoding-fixlatin-xs/Portfile
6 6 7 7 perl5.branches 5.8 5.10 5.12 5.14 5.16 5.18 5.20 8 8 perl5.setup Encoding-FixLatin-XS 1.01 ../by-authors/id/G/GR/GRANTM 9 revision 1 9 10 10 11 platforms darwin 11 12 maintainers nomaintainer -
perl/p5-eval-closure/Portfile
5 5 PortGroup perl5 1.0 6 6 7 7 perl5.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/DOY8 perl5.setup Eval-Closure 0.11 ../by-authors/id/D/DO/DOY 9 9 10 10 platforms darwin 11 11 maintainers nomaintainer … … 17 17 18 18 long_description ${description} 19 19 20 checksums rmd160 0fe3a1a714aa5f10a2b549bc736931f9af45f297\21 sha256 738ce424d68ce1ac93c0b1539d6740ac8fff81fdd06ef7e4c8b022296922a40720 checksums rmd160 af55dccfa56eec3e4bbec03c96fc49906914e753 \ 21 sha256 a1923d3aeac0cf4a6cc9ed748ef548085e3ec3f3d14d669504d1fb56756279ac 22 22 23 23 if {${perl5.major} != ""} { 24 24 depends_build-append \ -
perl/p5-extutils-cbuilder/Portfile
6 6 7 7 perl5.branches 5.8 5.10 5.12 5.14 5.16 5.18 5.20 8 8 perl5.setup ExtUtils-CBuilder 0.280216 9 epoch 19 epoch 2 10 10 license {Artistic GPL} 11 11 maintainers nomaintainer 12 12 description Compile and link C code for Perl modules -
perl/p5-extutils-command/Portfile
5 5 PortGroup perl5 1.0 6 6 7 7 perl5.branches 5.8 5.10 5.12 5.14 5.16 5.18 5.20 8 perl5.setup ExtUtils-Command 1.1 78 perl5.setup ExtUtils-Command 1.18 9 9 license {Artistic-1 GPL} 10 10 maintainers nomaintainer 11 11 description utilities to replace common UNIX commands in Makefiles etc. … … 13 13 14 14 platforms darwin 15 15 16 checksums rmd160 b812578311c9eeb624f0a9c54867ff999a10b931\17 sha256 3cd0fab1f7712c5c00e03a28a1aa46a43b7685f065cb17f7235586fa63a4c62716 checksums rmd160 003634d625e70f8ca8a856a671dc92606f00834d \ 17 sha256 553ed6ede509b87b848499439f8aa4f87ab864dee208702b253882d7e4ce14dc 18 18 19 19 supported_archs noarch -
perl/p5-extutils-depends/Portfile
6 6 7 7 perl5.branches 5.8 5.10 5.12 5.14 5.16 5.18 5.20 8 8 perl5.setup ExtUtils-Depends 0.400 9 revision 1 9 10 license {Artistic-1 GPL} 10 11 maintainers nomaintainer 11 12 description Easily build XS extensions that depend on XS -
perl/p5-extutils-f77/Portfile
6 6 7 7 perl5.branches 5.8 5.10 5.12 5.14 5.16 5.18 5.20 8 8 perl5.setup ExtUtils-F77 1.17 9 revision 1 9 10 license {Artistic-1 GPL} 10 11 maintainers nomaintainer 11 12 description 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 1 2 # $Id$ 2 3 3 4 PortSystem 1.0 … … 4 5 PortGroup perl5 1.0 5 6 6 7 perl5.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 8 perl5.setup ExtUtils-Install 1.68 9 9 license {Artistic-1 GPL} 10 10 maintainers nomaintainer 11 11 description install files from here to there … … 14 14 15 15 platforms darwin 16 16 17 checksums md5 28d2ab1f23b26f90772d953387f32fe3 \ 18 sha1 a32c1168b3ac47e10110d7ad5f780c961b54216c \ 19 rmd160 1703beb8641c8fcfe1a937193e768e47ade0313b 17 checksums rmd160 fce7cd985ae5cc80a9af028ca39b54609a72aecf \ 18 sha256 ee924b12d6e7a44cdb60b830c80b78a6cf5541434141c910c3768dc860811bb5 20 19 21 20 supported_archs noarch -
perl/p5-extutils-libbuilder/Portfile
6 6 7 7 perl5.branches 5.8 5.10 5.12 5.14 5.16 5.18 5.20 8 8 perl5.setup ExtUtils-LibBuilder 0.04 9 revision 29 revision 3 10 10 platforms darwin 11 11 maintainers nomaintainer 12 12 supported_archs noarch … … 25 25 rmd160 a12ef706c4da6a3b0fbc2facf5b37f05a3509a82 26 26 27 27 if {${perl5.major} != ""} { 28 perl5.use_module_build28 perl5.use_module_build 29 29 } -
perl/p5-extutils-makemaker/Portfile
6 6 7 7 perl5.branches 5.8 5.10 5.12 5.14 5.16 5.18 5.20 8 8 perl5.setup ExtUtils-MakeMaker 6.98 9 revision 1 9 10 license {Artistic-1 GPL} 10 11 maintainers nomaintainer 11 12 description Create a module Makefile -
perl/p5-extutils-manifest/Portfile
5 5 PortGroup perl5 1.0 6 6 7 7 perl5.branches 5.8 5.10 5.12 5.14 5.16 5.18 5.20 8 perl5.setup ExtUtils-Manifest 1.6 18 perl5.setup ExtUtils-Manifest 1.65 9 9 license {Artistic-1 GPL} 10 10 maintainers nomaintainer 11 11 description utilities to write and check a MANIFEST file … … 13 13 14 14 platforms darwin 15 15 16 checksums rmd160 d4aa4d58de3e86dceadd2cfe05a32467c2a39b16 \17 sha256 160879977a34bf67f5416bc3f8b6ba039ade7687b370271640e5891b332552a216 checksums rmd160 5e3bcd1a7cbd45e63ee8f5be8ed2fb61ee2dd326 \ 17 sha256 9042ebfa6118d904088b7d52e73a884f2fa405ba6cfafc3f7a2d7ac50e0b83f9 18 18 19 19 supported_archs noarch -
perl/p5-extutils-pkgconfig/Portfile
6 6 7 7 perl5.branches 5.8 5.10 5.12 5.14 5.16 5.18 5.20 8 8 perl5.setup ExtUtils-PkgConfig 1.15 9 revision 39 revision 4 10 10 license LGPL 11 11 maintainers nomaintainer 12 12 description Simplistic interface to pkg-config … … 23 23 supported_archs noarch 24 24 25 25 if {${perl5.major} != ""} { 26 26 depends_lib-append port:pkgconfig 27 27 } -
perl/p5-extutils-xsbuilder/Portfile
6 6 7 7 perl5.branches 5.8 5.10 5.12 5.14 5.16 5.18 5.20 8 8 perl5.setup ExtUtils-XSBuilder 0.28 9 revision 39 revision 4 10 10 license {Artistic-1 GPL} 11 11 maintainers nomaintainer 12 12 description ExtUtils::XSBuilder - Automatic Perl XS glue code generation -
perl/p5-extutils-xspp/Portfile
6 6 7 7 perl5.branches 5.8 5.10 5.12 5.14 5.16 5.18 5.20 8 8 perl5.setup ExtUtils-XSpp 0.18 9 revision 1 9 10 10 11 platforms darwin 11 12 maintainers nomaintainer -
perl/p5-fcgi/Portfile
6 6 7 7 perl5.branches 5.8 5.10 5.12 5.14 5.16 5.18 5.20 8 8 perl5.setup FCGI 0.77 9 revision 1 9 10 license Permissive 10 11 maintainers nomaintainer 11 12 description Fast CGI Module -
perl/p5-file-chdir/Portfile
4 4 PortSystem 1.0 5 5 PortGroup perl5 1.0 6 6 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 7 perl5.branches 5.8 5.10 5.12 5.14 5.16 5.18 5.20 8 perl5.setup File-chdir 0.1008 10 9 maintainers geeklair.net:dluke openmaintainer 11 10 description a more sensible way to change directories 12 11 license {GPL Artistic} … … 13 12 14 13 long_description ${description} 15 14 16 checksums rmd160 12b4619a7952f4de0709ad452ffff9dcf213ce2b\17 sha256 aede9d7c0aef35b53274e5264e30cefbb76055b41db5938f2779d01556e7551415 checksums rmd160 8800b170f9a3957f7420ca28690cd374c9a15997 \ 16 sha256 993af084c4bd02369169e6dac20c414d5b589c53247b66bb837acce700fa0d59 18 17 19 18 platforms darwin 20 19 -
perl/p5-file-copy-recursive/Portfile
6 6 7 7 perl5.branches 5.8 5.10 5.12 5.14 5.16 5.18 5.20 8 8 perl5.setup File-Copy-Recursive 0.38 9 revision 39 revision 4 10 10 license {Artistic-1 GPL} 11 11 maintainers nomaintainer 12 12 description Perl extension for recursively copying files and directories -
perl/p5-file-countlines/Portfile
7 7 perl5.branches 5.8 5.10 5.12 5.14 5.16 5.18 5.20 8 8 perl5.setup File-CountLines v0.0.3 9 9 version 0.0.3 10 revision 1 10 11 11 12 platforms darwin 12 13 maintainers nomaintainer -
perl/p5-file-find-rule/Portfile
6 6 7 7 perl5.branches 5.8 5.10 5.12 5.14 5.16 5.18 5.20 8 8 perl5.setup File-Find-Rule 0.33 9 revision 19 revision 2 10 10 platforms darwin 11 11 maintainers nomaintainer 12 12 license {Artistic GPL} -
perl/p5-file-homedir/Portfile
5 5 PortGroup perl5 1.0 6 6 7 7 perl5.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 8 perl5.setup File-HomeDir 1.00 ../by-authors/id/A/AD/ADAMK/ 10 9 license {Artistic-1 GPL} 11 10 maintainers nomaintainer 12 11 description Find your home and other directories, on any platform. … … 14 13 15 14 platforms darwin 16 15 17 checksums rmd160 7fd707faf2d7c4e17602f6f516bc97c6d72ec77d\18 sha256 92cf07c873dbd7aa4ba5ac0ea7949699628b098f72e044fb75ff85b7fcb7ecfe16 checksums rmd160 15eda1b22614e36a38fe851febb74e187cb0e1ae \ 17 sha256 85b94f3513093ec0a25b91f9f2571918519ae6f2b7a1e8546f8f78d09a877143 19 18 20 19 supported_archs noarch 21 20 -
perl/p5-file-listing/Portfile
6 6 7 7 perl5.branches 5.8 5.10 5.12 5.14 5.16 5.18 5.20 8 8 perl5.setup File-Listing 6.04 9 revision 1 9 10 platforms darwin 10 11 maintainers nomaintainer 11 12 license Artistic GPL -
perl/p5-file-map/Portfile
6 6 7 7 perl5.branches 5.8 5.10 5.12 5.14 5.16 5.18 5.20 8 8 perl5.setup File-Map 0.61 9 revision 1 9 10 platforms darwin 10 11 maintainers nomaintainer 11 12 license Artistic GPL-2 -
perl/p5-file-monitor/Portfile
6 6 7 7 perl5.branches 5.8 5.10 5.12 5.14 5.16 5.18 5.20 8 8 perl5.setup File-Monitor 1.00 9 revision 1 9 10 10 11 platforms darwin 11 12 maintainers nomaintainer -
perl/p5-file-monitor-lite/Portfile
6 6 7 7 perl5.branches 5.8 5.10 5.12 5.14 5.16 5.18 5.20 8 8 perl5.setup File-Monitor-Lite 0.652003 9 revision 1 9 10 10 11 platforms darwin 11 12 maintainers nomaintainer -
perl/p5-file-remove/Portfile
6 6 7 7 perl5.branches 5.8 5.10 5.12 5.14 5.16 5.18 5.20 8 8 perl5.setup File-Remove 1.52 ../by-authors/id/A/AD/ADAMK/ 9 revision 19 revision 2 10 10 license {Artistic-1 GPL} 11 11 maintainers nomaintainer 12 12 description Remove files and directories -
perl/p5-file-rsyncp/Portfile
6 6 7 7 perl5.branches 5.8 5.10 5.12 5.14 5.16 5.18 5.20 8 8 perl5.setup File-RsyncP 0.70 9 revision 39 revision 4 10 10 platforms darwin 11 11 license GPL-2+ 12 12 maintainers nomaintainer -
perl/p5-file-sharedir-install/Portfile
6 6 7 7 perl5.branches 5.8 5.10 5.12 5.14 5.16 5.18 5.20 8 8 perl5.setup File-ShareDir-Install 0.09 9 revision 1 9 10 license {Artistic-1 GPL} 10 11 maintainers nomaintainer 11 12 description Install shared files -
perl/p5-file-slurp/Portfile
5 5 PortGroup perl5 1.0 6 6 7 7 perl5.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 8 perl5.setup File-Slurp 9999.19 10 9 maintainers gmail.com:matteo.corti 11 10 license {Artistic GPL} 12 11 description Efficient reading/writing of complete files … … 21 20 22 21 platforms darwin 23 22 24 checksums md5 ac3cd9d466b99d1534762ff3549aaa66 \ 25 sha1 ee3df8f2f2efcd6439051f76a08f3536e8f04e7c \ 26 rmd160 ef2b89f9dbfd35ebfa3d4b2ab8e09a42e7442dc0 23 checksums rmd160 38a646144cf4dada0d3e2918e33665de742700d1 \ 24 sha256 ce29ebe995097ebd6e9bc03284714cdfa0c46dc94f6b14a56980747ea3253643 27 25 28 supported_archs noarch26 supported_archs noarch -
perl/p5-file-slurp-unicode/Portfile
6 6 7 7 perl5.branches 5.8 5.10 5.12 5.14 5.16 5.18 5.20 8 8 perl5.setup File-Slurp-Unicode 0.7.1 9 revision 29 revision 3 10 10 platforms darwin 11 11 maintainers nomaintainer 12 12 supported_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 1 2 # $Id$ 2 3 3 4 PortSystem 1.0 … … 4 5 PortGroup perl5 1.0 5 6 6 7 perl5.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 8 perl5.setup File-Temp 0.2304 9 9 license {Artistic-1 GPL} 10 10 maintainers nomaintainer 11 11 description return name and handle of a temporary file safely … … 19 19 20 20 platforms darwin 21 21 22 checksums md5 a7e93cf2015881ded1f22b5b2d0cb391 \ 23 sha1 5535c96e69e5d7f433fa446b5087fe4cab1bc129 \ 24 rmd160 463f3ca7e25fd6949b8b2da1bc39c31a401a953a 22 checksums rmd160 689b20459f3d1181077cb6f0fa53948b61ea6878 \ 23 sha256 13415323e48f7c9f34efdedf3d35141a7c3435e2beb8c6b922229dc317d321ac 25 24 26 supported_archs noarch25 supported_archs noarch -
perl/p5-file-touch/Portfile
5 5 PortGroup perl5 1.0 6 6 7 7 perl5.branches 5.8 5.10 5.12 5.14 5.16 5.18 5.20 8 perl5.setup File-Touch 0.0 88 perl5.setup File-Touch 0.09 9 9 10 10 platforms darwin 11 11 maintainers nomaintainer … … 17 17 18 18 long_description ${description} 19 19 20 checksums rmd160 75230aec73d5d7bea2f96a62ffadd36016291572\21 sha256 2b37f129ba63523027ed636f5ccde8db892e5f6bbb7401077378fddf78a7592c20 checksums rmd160 081b60f0eec1a0fb534e89e35f0c613e9baf088a \ 21 sha256 7377524be6b2483d002dbdcdd5b0ab8117e3e324f0baeb58a012f3e93302e366 -
perl/p5-file-which/Portfile
6 6 7 7 perl5.branches 5.8 5.10 5.12 5.14 5.16 5.18 5.20 8 8 perl5.setup File-Which 1.09 9 revision 39 revision 4 10 10 license {Artistic-1 GPL} 11 11 maintainers nomaintainer 12 12 description Portable implementation of the `which' utility -
perl/p5-filter-simple/Portfile
6 6 7 7 perl5.branches 5.8 5.10 5.12 5.14 5.16 5.18 5.20 8 8 perl5.setup Filter-Simple 0.91 9 revision 1 9 10 10 11 platforms darwin 11 12 maintainers nomaintainer -
perl/p5-getopt-long/Portfile
6 6 7 7 perl5.branches 5.8 5.10 5.12 5.14 5.16 5.18 5.20 8 8 perl5.setup Getopt-Long 2.42 9 revision 1 9 10 license {Artistic GPL-2+} 10 11 maintainers nomaintainer 11 12 platforms darwin -
perl/p5-getopt-long-descriptive/Portfile
5 5 PortGroup perl5 1.0 6 6 7 7 perl5.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 8 perl5.setup Getopt-Long-Descriptive 0.097 ../by-authors/id/R/RJ/RJBS/ 10 9 license {Artistic-1 GPL} 11 10 maintainers nomaintainer 12 11 description Getopt::Long with usage text … … 14 13 15 14 platforms darwin 16 15 17 checksums rmd160 6f49fe2e30e0184a2a4732a22b7968a99e7eb386 \18 sha256 e8d22377f2c807bd1b018adb493c728709cbebbd3aa0ef0ff24cfe72490e954c16 checksums rmd160 f5185037cd899e3c85ee4b773e43b794f513c6a6 \ 17 sha256 a6e484962727ae2d882d5d35c5bedd48bc13730a7e4c739a7daa74f525422883 19 18 20 19 if {${perl5.major} != ""} { 21 20 depends_lib-append port:p${perl5.major}-params-validate \ -
perl/p5-glib/Portfile
6 6 7 7 perl5.branches 5.8 5.10 5.12 5.14 5.16 5.18 5.20 8 8 perl5.setup Glib 1.305 9 revision 1 9 10 platforms darwin 10 11 maintainers nomaintainer 11 12 license LGPL-2.1+ -
perl/p5-glib-object-introspection/Portfile
6 6 7 7 perl5.branches 5.8 5.10 5.12 5.14 5.16 5.18 5.20 8 8 perl5.setup Glib-Object-Introspection 0.024 9 revision 1 9 10 platforms darwin 10 11 maintainers devans openmaintainer 11 12 license LGPL-2.1+ -
perl/p5-gnome2-print/Portfile
6 6 7 7 perl5.branches 5.8 5.10 5.12 5.14 5.16 5.18 5.20 8 8 perl5.setup Gnome2-Print 1.000 9 revision 49 revision 5 10 10 license LGPL 11 11 maintainers nomaintainer 12 12 description Perl wrappers for the Gnome Print utilities -
perl/p5-google-protocolbuffers/Portfile
6 6 7 7 perl5.branches 5.8 5.10 5.12 5.14 5.16 5.18 5.20 8 8 perl5.setup Google-ProtocolBuffers 0.11 9 revision 1 9 10 license {Artistic-1 GPL} 10 11 maintainers nomaintainer 11 12 description simple interface to Google Protocol Buffers -
perl/p5-graph/Portfile
5 5 PortGroup perl5 1.0 6 6 7 7 perl5.branches 5.8 5.10 5.12 5.14 5.16 5.18 5.20 8 perl5.setup Graph 0.94 9 revision 3 8 perl5.setup Graph 0.96 10 9 license {Artistic-1 GPL} 11 10 maintainers nomaintainer 12 11 description graph operations for perl … … 20 19 21 20 platforms darwin 22 21 23 checksums rmd160 f739d1ecd31d42cb8c45530cad5489916f0e86e1\24 sha256 f6f5a36b8a96163a6d4ecb144d3559588272a4d9e58bd9af850ace4a74a2ced322 checksums rmd160 254f42f014381f6002a9bafcc71c1d791b95d5e8 \ 23 sha256 832efa8d483a484f2543a001a3996fcc04c9b37cfc2178d63f603fb0cf8f9727 25 24 26 25 if {${perl5.major} != ""} { 27 26 depends_lib-append port:p${perl5.major}-heap -
perl/p5-graphics-gnuplotif/Portfile
7 7 8 8 perl5.branches 5.8 5.10 5.12 5.14 5.16 5.18 5.20 9 9 perl5.setup Graphics-GnuplotIF 1.7 10 revision 1 10 11 11 12 platforms darwin 12 13 maintainers nomaintainer -
perl/p5-gtk2/Portfile
6 6 7 7 perl5.branches 5.8 5.10 5.12 5.14 5.16 5.18 5.20 8 8 perl5.setup Gtk2 1.2492 9 revision 1 9 10 platforms darwin 10 11 maintainers nomaintainer 11 12 license LGPL-2.1+ -
perl/p5-gtk2-gladexml/Portfile
6 6 7 7 perl5.branches 5.8 5.10 5.12 5.14 5.16 5.18 5.20 8 8 perl5.setup Gtk2-GladeXML 1.007 9 revision 49 revision 5 10 10 license LGPL 11 11 maintainers nomaintainer 12 12 description Bindings to Gtk+ library -
perl/p5-gtk2-sourceview/Portfile
6 6 7 7 perl5.branches 5.8 5.10 5.12 5.14 5.16 5.18 5.20 8 8 perl5.setup Gtk2-SourceView 1.000 9 revision 39 revision 4 10 10 license LGPL 11 11 maintainers nomaintainer 12 12 description Perl wrappers for the GtkSourceView widget -
perl/p5-gtk3/Portfile
6 6 7 7 perl5.branches 5.8 5.10 5.12 5.14 5.16 5.18 5.20 8 8 perl5.setup Gtk3 0.017 9 revision 1 9 10 platforms darwin 10 11 maintainers devans openmaintainer 11 12 license LGPL-2.1+ -
perl/p5-heap/Portfile
6 6 7 7 perl5.branches 5.8 5.10 5.12 5.14 5.16 5.18 5.20 8 8 perl5.setup Heap 0.80 9 revision 39 revision 4 10 10 license {Artistic-1 GPL} 11 11 maintainers nomaintainer 12 12 description Collection of routines for managing a heap data structure -
perl/p5-hook-lexwrap/Portfile
6 6 7 7 perl5.branches 5.8 5.10 5.12 5.14 5.16 5.18 5.20 8 8 perl5.setup Hook-LexWrap 0.24 9 revision 1 9 10 license {Artistic-1 GPL} 10 11 maintainers nomaintainer 11 12 description Lexically scoped subroutine wrappers -
perl/p5-html-form/Portfile
6 6 7 7 perl5.branches 5.8 5.10 5.12 5.14 5.16 5.18 5.20 8 8 perl5.setup HTML-Form 6.03 9 revision 1 9 10 platforms darwin 10 11 maintainers nomaintainer 11 12 license Artistic GPL -
perl/p5-html-parser/Portfile
6 6 7 7 perl5.branches 5.8 5.10 5.12 5.14 5.16 5.18 5.20 8 8 perl5.setup HTML-Parser 3.71 9 revision 1 9 10 license {Artistic GPL} 10 11 maintainers nomaintainer 11 12 description HTML parsing and extraction modules -
perl/p5-html-simpleparse/Portfile
6 6 7 7 perl5.branches 5.8 5.10 5.12 5.14 5.16 5.18 5.20 8 8 perl5.setup HTML-SimpleParse 0.12 9 revision 1 9 10 platforms darwin 10 11 maintainers devans openmaintainer 11 12 license {Artistic GPL} -
perl/p5-html-table/Portfile
6 6 7 7 perl5.branches 5.8 5.10 5.12 5.14 5.16 5.18 5.20 8 8 perl5.setup HTML-Table 2.08a 9 revision 1 9 10 license {Artistic-1 GPL} 10 11 maintainers nomaintainer 11 12 description produces HTML tables -
perl/p5-html-tagset/Portfile
6 6 7 7 perl5.branches 5.8 5.10 5.12 5.14 5.16 5.18 5.20 8 8 perl5.setup HTML-Tagset 3.20 9 revision 39 revision 4 10 10 license {Artistic GPL} 11 11 maintainers nomaintainer 12 12 description data tables useful in parsing HTML … … 18 18 19 19 platforms darwin 20 20 21 supported_archs noarch21 supported_archs noarch -
perl/p5-html-template/Portfile
6 6 7 7 perl5.branches 5.8 5.10 5.12 5.14 5.16 5.18 5.20 8 8 perl5.setup HTML-Template 2.95 9 revision 1 9 10 categories perl textproc 10 11 license {Artistic-1 GPL} 11 12 maintainers nomaintainer -
perl/p5-http-cookies/Portfile
6 6 7 7 perl5.branches 5.8 5.10 5.12 5.14 5.16 5.18 5.20 8 8 perl5.setup HTTP-Cookies 6.01 9 revision 1 9 10 platforms darwin 10 11 maintainers nomaintainer 11 12 license {Artistic GPL} -
perl/p5-http-daemon/Portfile
6 6 7 7 perl5.branches 5.8 5.10 5.12 5.14 5.16 5.18 5.20 8 8 perl5.setup HTTP-Daemon 6.01 9 revision 1 9 10 platforms darwin 10 11 maintainers nomaintainer 11 12 license {Artistic GPL} -
perl/p5-http-date/Portfile
6 6 7 7 perl5.branches 5.8 5.10 5.12 5.14 5.16 5.18 5.20 8 8 perl5.setup HTTP-Date 6.02 9 revision 1 9 10 platforms darwin 10 11 maintainers nomaintainer 11 12 license Artistic GPL -
perl/p5-http-message/Portfile
6 6 7 7 perl5.branches 5.8 5.10 5.12 5.14 5.16 5.18 5.20 8 8 perl5.setup HTTP-Message 6.06 9 revision 1 9 10 platforms darwin 10 11 maintainers nomaintainer 11 12 license {Artistic GPL} -
perl/p5-http-negotiate/Portfile
6 6 7 7 perl5.branches 5.8 5.10 5.12 5.14 5.16 5.18 5.20 8 8 perl5.setup HTTP-Negotiate 6.01 9 revision 1 9 10 platforms darwin 10 11 maintainers nomaintainer 11 12 license {Artistic GPL} -
perl/p5-ifeffit/Portfile
7 7 perl5.branches 5.12 5.14 5.16 5.18 5.20 8 8 perl5.setup Ifeffit 2 9 9 set ifeffit_version 1.2.13 10 revision 1 10 11 11 12 platforms darwin 12 13 license Permissive -
perl/p5-image-exiftool/Portfile
6 6 7 7 perl5.branches 5.8 5.10 5.12 5.14 5.16 5.18 5.20 8 8 perl5.setup Image-ExifTool 9.69 9 revision 1 9 10 license {Artistic-1 GPL} 10 11 maintainers nomaintainer 11 12 platforms darwin -
perl/p5-image-size/Portfile
6 6 7 7 perl5.branches 5.8 5.10 5.12 5.14 5.16 5.18 5.20 8 8 perl5.setup Image-Size 3.232 9 revision 19 revision 2 10 10 license {Artistic-2 LGPL-2.1} 11 11 maintainers nomaintainer 12 12 platforms darwin -
perl/p5-import-into/Portfile
5 5 PortGroup perl5 1.0 6 6 7 7 perl5.branches 5.8 5.10 5.12 5.14 5.16 5.18 5.20 8 perl5.setup Import-Into 1.00200 1 ../by-authors/id/H/HA/HAARG8 perl5.setup Import-Into 1.002004 ../by-authors/id/E/ET/ETHER 9 9 10 10 platforms darwin 11 11 maintainers nomaintainer … … 26 26 \ 27 27 Import::Into provides global methods to make this painless. 28 28 29 checksums rmd160 d488320a83cf0cdefc822009baa978a628be97df\30 sha256 245ea6c8aacb39f942d71a445d539216fbdf2b281ea22a92abccf53cf7ecf28f29 checksums rmd160 bee2ba58943fd8b127969a72809ca5201d2ec259 \ 30 sha256 decb259bc2ff015fe3dac85e4a287d4128e9b0506a0b2c5fa7244836a68b1084 -
perl/p5-inline/Portfile
6 6 7 7 perl5.branches 5.8 5.10 5.12 5.14 5.16 5.18 5.20 8 8 perl5.setup Inline 0.46 9 revision 49 revision 5 10 10 license {Artistic-1 GPL} 11 11 maintainers nomaintainer 12 12 description Write Perl subroutines in other programming languages -
perl/p5-io/Portfile
7 7 platforms darwin 8 8 perl5.branches 5.8 5.10 5.12 5.14 5.16 5.18 5.20 9 9 perl5.setup IO 1.25 10 revision 310 revision 4 11 11 license {Artistic-1 GPL} 12 12 maintainers pixilla 13 13 -
perl/p5-io-all/Portfile
6 6 7 7 perl5.branches 5.8 5.10 5.12 5.14 5.16 5.18 5.20 8 8 perl5.setup IO-All 0.68 9 revision 1 9 10 platforms darwin 10 11 maintainers devans openmaintainer 11 12 license {Artistic GPL} -
perl/p5-io-compress/Portfile
5 5 PortGroup perl5 1.0 6 6 7 7 perl5.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 8 perl5.setup IO-Compress 2.064 IO/PMQS 10 9 license {Artistic-1 GPL} 11 10 maintainers nomaintainer 12 11 description Perl interface to allow reading and writing of \ … … 16 15 17 16 platforms darwin 18 17 19 checksums rmd160 147de597dff85c429d19e7ac024b2f930dda6b40\20 sha256 7e2a838acbed053822ab71d707f2ec29441ac1edbfea63b84f28aac2f56bcc9b18 checksums rmd160 bc799f9f8687e6a9d0467e5d59ecd9562df3363a \ 19 sha256 cacfede77b7ca361865c0d08836fe8580860e046c61a39c2cd062c60be730ed9 21 20 22 21 if {${perl5.major} != ""} { 23 22 depends_lib-append port:p${perl5.major}-compress-raw-bzip2 \ -
perl/p5-io-kqueue/Portfile
6 6 7 7 perl5.branches 5.8 5.10 5.12 5.14 5.16 5.18 5.20 8 8 perl5.setup IO-KQueue 0.34 9 revision 1 9 10 10 11 platforms darwin 11 12 maintainers nomaintainer -
perl/p5-io-socket-ssl/Portfile
6 6 7 7 perl5.branches 5.8 5.10 5.12 5.14 5.16 5.18 5.20 8 8 perl5.setup IO-Socket-SSL 1.997 9 revision 1 9 10 platforms darwin 10 11 maintainers nomaintainer 11 12 license {Artistic GPL} -
perl/p5-io-string/Portfile
6 6 7 7 perl5.branches 5.8 5.10 5.12 5.14 5.16 5.18 5.20 8 8 perl5.setup IO-String 1.08 9 revision 39 revision 4 10 10 license {Artistic-1 GPL} 11 11 maintainers nomaintainer 12 12 description Emulate file interface for in-core strings -
perl/p5-io-stringy/Portfile
6 6 7 7 perl5.branches 5.8 5.10 5.12 5.14 5.16 5.18 5.20 8 8 perl5.setup IO-stringy 2.110 9 revision 39 revision 4 10 10 license {Artistic-1 GPL} 11 11 maintainers nomaintainer 12 12 description I/O on in-core objects like strings and arrays -
perl/p5-ipc-cmd/Portfile
5 5 PortGroup perl5 1.0 6 6 7 7 perl5.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/8 perl5.setup IPC-Cmd 0.92 ../by-authors/id/B/BI/BINGOS/ 9 9 license {Artistic GPL} 10 10 maintainers nomaintainer 11 11 description finding and running system commands made easy … … 13 13 14 14 platforms darwin 15 15 16 checksums rmd160 8442de8e88e6e4040305adac8597880806b37138\17 sha256 1fa91940050f512d090ed559e5e8bd93c5e27983b07ecbaabc2da75a5530c3b816 checksums rmd160 da12249911392e87567ac65b09a09681f79700f7 \ 17 sha256 07c59e7f999df620b40bcd5a4b623f4f80a83d701bc93c7b344af50b5a7910eb 18 18 19 19 if {${perl5.major} != ""} { 20 20 depends_lib-append port:p${perl5.major}-locale-maketext-simple \ -
perl/p5-ipc-run3/Portfile
5 5 PortGroup perl5 1.0 6 6 7 7 perl5.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 8 perl5.setup IPC-Run3 0.048 10 9 11 10 maintainers geeklair.net:dluke openmaintainer 12 11 description Run a subprocess in batch mode (a la system) on Unix, Win32, etc. … … 14 13 15 14 long_description ${description} 16 15 17 checksums rmd160 fc3a3a5855bbfbe79943d2976f3390e57f5a02ad\18 sha256 e81f7d86fc07fb64ea7aafa55bd5a8803afeddfc375b13e11fa1c6d5b3e11ba916 checksums rmd160 125ad8b04bb7a072f41825a3dbeb86b23fa0d316 \ 17 sha256 3d81c3cc1b5cff69cca9361e2c6e38df0352251ae7b41e2ff3febc850e463565 19 18 20 19 platforms darwin 21 20 -
perl/p5-json/Portfile
5 5 PortGroup perl5 1.0 6 6 7 7 perl5.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 8 perl5.setup JSON 2.90 ../by-authors/id/M/MA/MAKAMAKA 10 9 license {Artistic-1 GPL} 11 10 platforms darwin 12 11 maintainers nomaintainer … … 18 17 into each other. For JSON, See to \ 19 18 http://www.crockford.com/JSON/. 20 19 21 checksums rmd160 d330285f25e75ce63dbea73e23713ab3a7e226f9\22 sha256 90de181e583d105a1086da4fe961ceacf39217f5ea7b3c8d886a5ed04ed0d56520 checksums rmd160 629becc378221dadbd01162c26dabec2ea7550cc \ 21 sha256 4ddbb3cb985a79f69a34e7c26cde1c81120d03487e87366f9a119f90f7bdfe88 23 22 24 23 if {${perl5.major} != ""} { 25 24 variant xs description {Depend on JSON::XS for improved performance} { -
perl/p5-libapreq2/Portfile
6 6 7 7 perl5.branches 5.8 5.10 5.12 5.14 5.16 5.18 5.20 8 8 perl5.setup libapreq2 2.13 Apache2 9 revision 39 revision 4 10 10 license Apache-2 11 11 maintainers nomaintainer 12 12 description Methods for dealing with client request data -
perl/p5-libwww-perl/Portfile
6 6 7 7 perl5.branches 5.8 5.10 5.12 5.14 5.16 5.18 5.20 8 8 perl5.setup libwww-perl 6.08 LWP 9 revision 1 9 10 maintainers nomaintainer 10 11 license {Artistic GPL} 11 12 supported_archs noarch -
perl/p5-linux-cpuinfo/Portfile
6 6 7 7 perl5.branches 5.8 5.10 5.12 5.14 5.16 5.18 5.20 8 8 perl5.setup Linux-Cpuinfo 1.8 9 revision 1 9 10 license {Artistic-1 GPL} 10 11 maintainers nomaintainer 11 12 description Object Oriented Interface to /proc/cpuinfo -
perl/p5-list-moreutils/Portfile
6 6 7 7 perl5.branches 5.8 5.10 5.12 5.14 5.16 5.18 5.20 8 8 perl5.setup List-MoreUtils 0.33 ../by-authors/id/A/AD/ADAMK/ 9 revision 19 revision 2 10 10 maintainers nomaintainer 11 11 license {Artistic GPL} 12 12 description Provide the stuff missing in List::Util -
perl/p5-locale-maketext-simple/Portfile
6 6 7 7 perl5.branches 5.8 5.10 5.12 5.14 5.16 5.18 5.20 8 8 perl5.setup Locale-Maketext-Simple 0.21 9 revision 29 revision 3 10 10 11 11 maintainers geeklair.net:dluke openmaintainer 12 12 description Simple interface to Locale::Maketext::Lexicon. -
perl/p5-log-log4perl/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 1 2 # $Id$ 2 3 3 4 PortSystem 1.0 … … 5 6 6 7 perl5.branches 5.8 5.10 5.12 5.14 5.16 5.18 5.20 7 8 perl5.setup Log-Log4perl 1.42 ../by-authors/id/M/MS/MSCHILLI 9 revision 1 8 10 maintainers di.uminho.pt:jpo openmaintainer 9 11 license {Artistic GPL} 10 12 … … 20 22 checksums rmd160 3f6a9f4629907918aa2146dcb320379bf6753407 \ 21 23 sha256 52160920f27609458790b940583c054f4b1536de8912c9d5cbe27fb8ac626108 22 24 23 supported_archs noarch25 supported_archs noarch -
perl/p5-log-log4perl-appender-socket-unix/Portfile
6 6 7 7 perl5.branches 5.8 5.10 5.12 5.14 5.16 5.18 5.20 8 8 perl5.setup Log-Log4perl-Appender-Socket-UNIX 1.04 9 revision 1 9 10 maintainers nomaintainer 10 11 license {Artistic GPL} 11 12 -
perl/p5-lwp-mediatypes/Portfile
6 6 7 7 perl5.branches 5.8 5.10 5.12 5.14 5.16 5.18 5.20 8 8 perl5.setup LWP-MediaTypes 6.02 9 revision 1 9 10 platforms darwin 10 11 maintainers nomaintainer 11 12 license Artistic GPL -
perl/p5-lwp-protocol-https/Portfile
6 6 7 7 perl5.branches 5.8 5.10 5.12 5.14 5.16 5.18 5.20 8 8 perl5.setup LWP-Protocol-https 6.06 ../by-authors/id/M/MS/MSCHILLI/ 9 revision 1 9 10 platforms darwin 10 11 maintainers nomaintainer 11 12 license {Artistic GPL} -
perl/p5-mac-propertylist/Portfile
6 6 7 7 perl5.branches 5.10 5.12 5.14 5.16 5.18 5.20 8 8 perl5.setup Mac-PropertyList 1.40 9 revision 1 9 10 license {Artistic-1 GPL} 10 11 maintainers nomaintainer 11 12 description Mac::PropertyList - work with Mac plists at a low level -
perl/p5-mailtools/Portfile
5 5 PortGroup perl5 1.0 6 6 7 7 perl5.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 8 perl5.setup MailTools 2.13 Mail 10 9 platforms darwin 11 10 maintainers nomaintainer 12 11 license Artistic GPL … … 21 20 in MacPorts). It is a little harder to learn, but at \ 22 21 least implements all RFCs correctly. 23 22 24 checksums sha1 dca3a781273ec37f3aacb729c559ba1fbb41bc30\25 rmd160 d67c8006c8ae42a5b7d109c899da00abc8b0549323 checksums rmd160 e59af41334d8c209d54a3af31bf3f75927787376 \ 24 sha256 7216404681bebce4e09651e1619c3e1eebe2a7e3856f1233af0dd9660ba052b6 26 25 27 26 if {${perl5.major} != ""} { 28 27 depends_lib-append port:p${perl5.major}-timedate -
perl/p5-math-combinatorics/Portfile
6 6 7 7 perl5.branches 5.8 5.10 5.12 5.14 5.16 5.18 5.20 8 8 perl5.setup Math-Combinatorics 0.09 9 revision 1 9 10 10 11 platforms darwin 11 12 maintainers nomaintainer -
perl/p5-math-derivative/Portfile
6 6 7 7 perl5.branches 5.8 5.10 5.12 5.14 5.16 5.18 5.20 8 8 perl5.setup Math-Derivative 0.01 9 revision 1 9 10 10 11 platforms darwin 11 12 maintainers nomaintainer -
perl/p5-math-random/Portfile
6 6 7 7 perl5.branches 5.8 5.10 5.12 5.14 5.16 5.18 5.20 8 8 perl5.setup Math-Random 0.71 9 revision 29 revision 3 10 10 maintainers bioperl.org:jason 11 11 categories-append math 12 12 platforms darwin -
perl/p5-math-round/Portfile
6 6 7 7 perl5.branches 5.8 5.10 5.12 5.14 5.16 5.18 5.20 8 8 perl5.setup Math-Round 0.06 9 revision 29 revision 3 10 10 platforms darwin 11 11 license {Artistic-1 GPL} 12 12 maintainers nomaintainer -
perl/p5-math-spline/Portfile
5 5 PortGroup perl5 1.0 6 6 7 7 perl5.branches 5.8 5.10 5.12 5.14 5.16 5.18 5.20 8 perl5.setup Math-Spline 0.0 18 perl5.setup Math-Spline 0.02 9 9 10 10 platforms darwin 11 11 maintainers nomaintainer … … 17 17 18 18 long_description ${description} 19 19 20 checksums rmd160 f2f996ee0d4fa52ca235151355a32fd634284e57\21 sha256 8cb3d5407a0a63edef5d252bb84d5421900e1f277f2f7fd25d9b5d980cf43d7220 checksums rmd160 6b3bed34821342af829bc83d5321c0c945823840 \ 21 sha256 cfd7044483f34e6fa64080bf7c4bc10ff6173410c350066fe65e090c3b81b6e9 -
perl/p5-mime-base64/Portfile
6 6 7 7 perl5.branches 5.8 5.10 5.12 5.14 5.16 5.18 5.20 8 8 perl5.setup MIME-Base64 3.14 9 revision 1 9 10 license {Artistic GPL} 10 11 maintainers nomaintainer 11 12 description base64 encoder/decoder -
perl/p5-mime-tools/Portfile
5 5 PortGroup perl5 1.0 6 6 7 7 perl5.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 8 perl5.setup MIME-tools 5.505 10 9 11 10 license {Artistic-1 GPL} 12 11 maintainers nomaintainer … … 17 16 (Yes, kids, that means you can send messages with \ 18 17 attached GIF files). 19 18 20 checksums rmd160 64e6397bffa9172c00736b150ad088b92bc5f7e7\21 sha256 0e695b7fa2ace8315bd16aac24751f246cb25a495174fe3438598e46e633cb8719 checksums rmd160 733473ea49533e0bf4c1365e1ce05233c50d284b \ 20 sha256 2a85bfc4dcb521b3166675f521246aa3f8c028523d2a74df01a512975820d75f 22 21 23 22 platforms darwin 24 23 -
perl/p5-mime-tools/files/patch-lib-MIME-Parser.pm.allow_no_trailing_boundary.diff
1 1 --- lib/MIME/Parser.pm.orig 2010-05-03 16:02:52.000000000 -0700 2 2 +++ lib/MIME/Parser.pm 2010-05-04 11:08:48.000000000 -0700 3 @@ -2 49,6 +249,7 @@3 @@ -221,6 +221,7 @@ 4 4 $self->{MP5_UUDecode} = 0; 5 5 $self->{MP5_MaxParts} = -1; 6 6 $self->{MP5_TmpDir} = undef; … … 8 8 9 9 $self->interface(ENTITY_CLASS => 'MIME::Entity'); 10 10 $self->interface(HEAD_CLASS => 'MIME::Head'); 11 @@ -4 74,6 +475,28 @@11 @@ -446,6 +447,28 @@ 12 12 13 13 #------------------------------ 14 14 … … 37 37 =item decode_bodies [YESNO] 38 38 39 39 I<Instance method.> 40 @@ -7 47,6 +770,7 @@40 @@ -723,6 +746,7 @@ 41 41 $eos_type = $part_rdr->eos_type; 42 42 if ($eos_type eq 'DELIM') { $more_parts = 1 } 43 43 elsif ($eos_type eq 'CLOSE') { $more_parts = 0; } … … 45 45 else { $self->error("unexpected end of parts ". 46 46 "before epilogue\n"); 47 47 return 1; } 48 @@ - 806,9 +830,9 @@48 @@ -774,9 +798,9 @@ 49 49 ### ...and look at how we finished up. 50 50 ### If we have bounds, we want DELIM or CLOSE. 51 51 ### Otherwise, we want EOF (and that's all we'd get, anyway!). -
perl/p5-mime-tools/files/patch-lib-MIME-Parser.pm.nobinhex.diff
1 1 --- lib/MIME/Parser.pm.orig 2008-03-12 14:00:20.000000000 -0700 2 2 +++ lib/MIME/Parser.pm 2008-09-16 18:27:03.000000000 -0700 3 @@ - 902,6 +902,12 @@3 @@ -870,6 +870,12 @@ 4 4 } 5 5 $good or do { $self->debug("no one made the cut"); return 0 }; 6 6 -
perl/p5-mime-tools/files/patch-lib-MIME-Parser.pm.useContentTypeName.diff
1 1 --- lib/MIME/Parser.pm.orig 2007-05-02 13:04:15.000000000 -0700 2 2 +++ lib/MIME/Parser.pm 2007-05-02 13:06:01.000000000 -0700 3 @@ -8 85,6 +885,7 @@3 @@ -853,6 +853,7 @@ 4 4 sub hunt_for_uuencode { 5 5 my ($self, $ENCODED, $ent) = @_; 6 6 my ($good, $how_encoded); … … 8 8 local $_; 9 9 $self->debug("sniffing around for UUENCODE"); 10 10 11 @@ - 921,6 +922,12 @@11 @@ -889,6 +890,12 @@ 12 12 $top_ent->make_multipart; 13 13 my @parts; 14 14 … … 21 21 ### Made the first cut; on to the real stuff: 22 22 $ENCODED->seek(0,0) or die "$ME: can't seek: $!"; 23 23 $self->whine("Found a $how_encoded attachment"); 24 @@ -9 32,7 +939,7 @@24 @@ -900,7 +907,7 @@ 25 25 my $out = IO::File->new(\$bin_data, '>:'); 26 26 eval { $decoder->decode($ENCODED, $out) }; last if $@; 27 27 my $preamble = $decoder->last_preamble; -
perl/p5-mime-tools/files/patch-lib-MIME-Parser.pm.uu_whine.diff
1 1 --- lib/MIME/Parser.pm.orig 2007-06-04 17:46:15.000000000 -0700 2 2 +++ lib/MIME/Parser.pm 2007-06-04 17:47:11.000000000 -0700 3 @@ -8 50,7 +850,10 @@3 @@ -818,7 +818,10 @@ 4 4 return 1; 5 5 } 6 6 else { ### boojum -
perl/p5-mime-types/Portfile
4 4 PortSystem 1.0 5 5 PortGroup perl5 1.0 6 6 7 perl5.branches 5.8 5.10 5.12 5.14 5.16 8 perl5.setup MIME-Types 1.26 9 revision 3 7 perl5.branches 5.8 5.10 5.12 5.14 5.16 5.18 5.20 8 perl5.setup MIME-Types 2.04 10 9 license {Artistic-1 GPL} 11 10 maintainers nomaintainer 12 11 description Definition of MIME types … … 14 13 15 14 platforms darwin 16 15 17 checksums rmd160 e dae41fdeca8740f7584fc8a1801365ac5ab4e42\18 sha256 4f10b70479b7b817c928f78d3a993da59bb8350c7bda211503756762c36c170b16 checksums rmd160 ec5f5ae2717c26adad48748535bdcfb8426addda \ 17 sha256 22b6069d372d587b1f2ecc6d0aaf50fb5c64920caed8c214b9884e64538acc8f 19 18 20 19 supported_archs noarch -
perl/p5-mixin-linewise/Portfile
5 5 PortGroup perl5 1.0 6 6 7 7 perl5.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/RJBS8 perl5.setup Mixin-Linewise 0.106 ../by-authors/id/R/RJ/RJBS 9 9 10 10 platforms darwin 11 11 maintainers nomaintainer … … 17 17 18 18 long_description ${description} 19 19 20 checksums rmd160 d88fb964fc977f41e690537f31c66bb83584387d\21 sha256 b9bc75bf0f5de08a7135e7abd0301d63f1d4a27d7764fd5a3f6bf5832a61e85220 checksums rmd160 288cb2f182c7ebe4ec34044b0cc35871fc8c8ac9 \ 21 sha256 d0fce86ac7246a5769fedf1f55a7465ff2fde593777ad47de022f0ebc89cccf0 22 22 23 23 if {${perl5.major} != ""} { 24 25 24 depends_lib-append port:p${perl5.major}-io-string \ 25 port:p${perl5.major}-sub-exporter 26 26 } -
perl/p5-module-build/Portfile
6 6 7 7 epoch 2 8 8 perl5.branches 5.8 5.10 5.12 5.14 5.16 5.18 5.20 9 perl5.setup Module-Build 0.420 59 perl5.setup Module-Build 0.4206 10 10 license {Artistic GPL} 11 11 maintainers nomaintainer 12 12 supported_archs noarch … … 24 24 25 25 platforms darwin 26 26 27 checksums rmd160 107dda899c64205cbd17aa04453885758f7e7ed5\28 sha256 1e7a597607329db642ad68ddde00c8f48d6f660ced6d2dff4c99c84e0dd1f50127 checksums rmd160 52547eeeb0b7801b3fe3aa315d7e2697507b7db7 \ 28 sha256 2f9db80a98c145ff681d0f77edafee31345a3b58c1cf739571e747d091f44bad 29 29 30 30 if {${perl5.major} != ""} { 31 31 depends_build-append \ -
perl/p5-module-compile/Portfile
6 6 7 7 perl5.branches 5.8 5.10 5.12 5.14 5.16 5.18 5.20 8 8 perl5.setup Module-Compile 0.23 9 revision 1 9 10 platforms darwin 10 11 maintainers nomaintainer 11 12 license Artistic GPL-2 … … 19 20 sha256 2970f4e493be50a6b9efd594537a943d86e5b9721f6f35ffdbee6aef345b48a1 20 21 21 22 if {${perl5.major} != ""} { 22 23 depends_lib-append port:p${perl5.major}-digest-sha1 23 24 } -
perl/p5-module-corelist/Portfile
5 5 PortGroup perl5 1.0 6 6 7 7 perl5.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/8 perl5.setup Module-CoreList 5.021002 ../by-authors/id/B/BI/BINGOS/ 9 9 license {Artistic GPL} 10 10 maintainers nomaintainer 11 11 description what modules shipped with versions of perl … … 15 15 16 16 platforms darwin 17 17 18 checksums rmd160 41036e56600ad0d7932580ecf999c23126b1383d\19 sha256 d7a825c82e47b40311f542553739478397d62d74276c1bac7692a2e19c8c15b318 checksums rmd160 358bd9193755ab7c4ac41b759039005c87d6890c \ 19 sha256 447ea35753f34d6834dd4e026622d4dfbca90ee2b5db976290a53bfce56048b8 20 20 21 21 supported_archs noarch 22 22 -
perl/p5-module-depends/Portfile
6 6 7 7 perl5.branches 5.8 5.10 5.12 5.14 5.16 5.18 5.20 8 8 perl5.setup Module-Depends 0.15 9 revision 39 revision 4 10 10 platforms darwin 11 11 license {Artistic-1 GPL} 12 12 maintainers ryandesign openmaintainer -
perl/p5-module-implementation/Portfile
6 6 7 7 perl5.branches 5.8 5.10 5.12 5.14 5.16 5.18 5.20 8 8 perl5.setup Module-Implementation 0.07 9 revision 1 9 10 platforms darwin 10 11 maintainers nomaintainer 11 12 license Artistic-2 -
perl/p5-module-load/Portfile
6 6 7 7 perl5.branches 5.8 5.10 5.12 5.14 5.16 5.18 5.20 8 8 perl5.setup Module-Load 0.32 9 revision 1 9 10 license {Artistic GPL} 10 11 maintainers nomaintainer 11 12 description runtime require of both modules and files -
perl/p5-module-load-conditional/Portfile
5 5 PortGroup perl5 1.0 6 6 7 7 perl5.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/8 perl5.setup Module-Load-Conditional 0.62 ../by-authors/id/B/BI/BINGOS/ 9 9 license {Artistic GPL} 10 10 maintainers nomaintainer 11 11 description Looking up module information / loading at runtime … … 13 13 14 14 platforms darwin 15 15 16 checksums rmd160 c94dd19a8791057ad2574893ca33b9df9a3dbf72\17 sha256 1b99c78a074b732dfd5f7e627102ef4789695e370da671e4c614754aa8ed5b8f16 checksums rmd160 809afa81ec95e2667645be9ac424dfd6a48b2177 \ 17 sha256 6148e6189a635b7fe2b35a0992a1d128b679d2f05d2c5222eaef6c53c93b2cac 18 18 19 19 if {${perl5.major} != ""} { 20 20 depends_lib-append port:p${perl5.major}-locale-maketext-simple \ -
perl/p5-module-metadata/Portfile
5 5 PortGroup perl5 1.0 6 6 7 7 perl5.branches 5.8 5.10 5.12 5.14 5.16 5.18 5.20 8 perl5.setup Module-Metadata 1.0000 198 perl5.setup Module-Metadata 1.000024 9 9 license {Artistic GPL} 10 10 maintainers nomaintainer 11 11 description Gather package and POD information from perl module files … … 13 13 14 14 platforms darwin 15 15 16 checksums rmd160 912f01dd80a9f6c5e4341b4e12116103b1498311\17 sha256 5afca94dc0213608101ad519eb1b25133cdc9e44c2a053a45a5a59422c2ee55416 checksums rmd160 b8714e116c592f45b8c84f340ff3d07f9c19051a \ 17 sha256 8340ba97d72f7a9023542a19d9e8da9a01c515bb0d1d3da5b09f387b25ded49a 18 18 19 19 if {${perl5.major} != ""} { 20 20 depends_lib-append port:p${perl5.major}-version -
perl/p5-module-runtime/Portfile
6 6 7 7 perl5.branches 5.8 5.10 5.12 5.14 5.16 5.18 5.20 8 8 perl5.setup Module-Runtime 0.014 9 revision 1 9 10 platforms darwin 10 11 maintainers nomaintainer 11 12 license {Artistic-1 GPL} -
perl/p5-moo/Portfile
6 6 7 7 perl5.branches 5.8 5.10 5.12 5.14 5.16 5.18 5.20 8 8 perl5.setup Moo 1.005000 ../by-authors/id/H/HA/HAARG 9 revision 1 9 10 10 11 platforms darwin 11 12 maintainers nomaintainer -
perl/p5-moose/Portfile
6 6 7 7 perl5.branches 5.8 5.10 5.12 5.14 5.16 5.18 5.20 8 8 perl5.setup Moose 2.1210 ../by-authors/id/E/ET/ETHER 9 revision 1 9 10 10 11 platforms darwin 11 12 maintainers nomaintainer -
perl/p5-moosex-aliases/Portfile
5 5 PortGroup perl5 1.0 6 6 7 7 perl5.branches 5.8 5.10 5.12 5.14 5.16 5.18 5.20 8 perl5.setup MooseX-Aliases 0.1 08 perl5.setup MooseX-Aliases 0.11 9 9 10 10 platforms darwin 11 11 maintainers nomaintainer … … 17 17 18 18 long_description ${description} 19 19 20 checksums rmd160 67b4d2d8d28fa30f50ceb8ccbe0669591ae4db58\21 sha256 9fb293e6eaaadee8874fcda168a8d4e6517631c1c1be631513549f66ba017fd820 checksums rmd160 bc69e1da67c7639434d2a8c8a8547aeba9abddfa \ 21 sha256 c4850f972426c3447aaeed8dcb4033e84460ca51705ad3ea78b63af919fe0748 22 22 23 23 if {${perl5.major} != ""} { 24 24 depends_build-append \ -
perl/p5-moosex-getopt/Portfile
5 5 PortGroup perl5 1.0 6 6 7 7 perl5.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 8 perl5.setup MooseX-Getopt 0.65 ../by-authors/id/E/ET/ETHER/ 10 9 license {Artistic-1 GPL} 11 10 maintainers nomaintainer 12 11 description A Moose role for processing command line options … … 14 13 15 14 platforms darwin 16 15 17 checksums rmd160 1 0a32ae90a6ada4f1c81ac881bdbd6df237f565c \18 sha256 527b213bbe31d8ac8498b67ec069474535116afbb4d978da03a0e419957abf0816 checksums rmd160 124e3448b67efccecab737ecca444f8f58ab531c \ 17 sha256 c07c2b7312c471bf2d331025c0ad6cc02068633eda1e208cbdb5511ef5da7fda 19 18 20 19 if {${perl5.major} != ""} { 21 20 depends_lib-append port:p${perl5.major}-getopt-long \ -
perl/p5-moosex-singleton/Portfile
6 6 7 7 perl5.branches 5.8 5.10 5.12 5.14 5.16 5.18 5.20 8 8 perl5.setup MooseX-Singleton 0.29 9 revision 1 9 10 license {Artistic-1 GPL} 10 11 platforms darwin 11 12 maintainers nomaintainer … … 19 20 sha256 4c8b2b7af3369bfb85072608fbf82b4f59061ff9b679e001abe3ba1321700304 20 21 21 22 if {${perl5.major} != ""} { 22 23 depends_lib-append port:p${perl5.major}-moose 23 24 } -
perl/p5-moosex-strictconstructor/Portfile
6 6 7 7 perl5.branches 5.8 5.10 5.12 5.14 5.16 5.18 5.20 8 8 perl5.setup MooseX-StrictConstructor 0.19 9 revision 1 9 10 platforms darwin 10 11 maintainers nomaintainer 11 12 license Artistic-2+ … … 19 20 sha256 486573c16901e83c081da3d90a544281af1baa40bbf036337d6fa91994e48a31 20 21 21 22 if {${perl5.major} != ""} { 22 23 23 depends_lib-append port:p${perl5.major}-moose \ 24 port:p${perl5.major}-namespace-autoclean 24 25 } -
perl/p5-moosex-types/Portfile
5 5 PortGroup perl5 1.0 6 6 7 7 perl5.branches 5.8 5.10 5.12 5.14 5.16 5.18 5.20 8 perl5.setup MooseX-Types 0. 358 perl5.setup MooseX-Types 0.44 9 9 license {Artistic-1 GPL} 10 10 maintainers nomaintainer 11 11 supported_archs noarch … … 19 19 20 20 platforms darwin 21 21 22 checksums rmd160 5ca9aca5c4d1c4d68edfd8942e925515ceb695f2\23 sha256 0a75eae63eeb8d1316d892d4c6e548802955827d0c1cb99747627079d3abca8622 checksums rmd160 cfd88c5f4bf1fdb89c906f9bbb3e8a34d51936b4 \ 23 sha256 677aca6de01d07a8bda480784e972a6ea93a7f1d0513c7522aa7d9838d4310cc 24 24 25 25 if {${perl5.major} != ""} { 26 26 depends_lib-append port:p${perl5.major}-test-fatal \ -
perl/p5-moosex-types-laxnum/Portfile
6 6 7 7 perl5.branches 5.8 5.10 5.12 5.14 5.16 5.18 5.20 8 8 perl5.setup MooseX-Types-LaxNum 0.04 9 revision 1 9 10 10 11 platforms darwin 11 12 maintainers nomaintainer … … 21 22 sha256 48114404429e4d010e5bdf315d88cc2898d158c196a2567bc8e3805a9948b18f 22 23 23 24 if {${perl5.major} != ""} { 24 25 25 depends_build-append \ 26 port:p${perl5.major}-test-fatal 26 27 27 28 depends_lib-append port:p${perl5.major}-moose 28 29 } -
perl/p5-mozilla-ca/Portfile
6 6 7 7 perl5.branches 5.8 5.10 5.12 5.14 5.16 5.18 5.20 8 8 perl5.setup Mozilla-CA 20130114 9 revision 1 9 10 platforms darwin 10 11 license {MPL-1.1 GPL-2+ LGPL-2.1+} 11 12 maintainers nomaintainer -
perl/p5-mro-compat/Portfile
5 5 PortGroup perl5 1.0 6 6 7 7 perl5.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 8 perl5.setup MRO-Compat 0.12 ../../authors/id/B/BO/BOBTFISH/ 10 9 license {Artistic-1 GPL} 11 10 maintainers nomaintainer 12 11 supported_archs noarch … … 18 17 19 18 platforms darwin 20 19 21 checksums rmd160 8fe9b04f545db6686fb0a683930bec6537679a2a\22 sha256 074b27543110d3d6df914c49ef5afc7b4871da648aab81a51cbab1e719a0505c20 checksums rmd160 bc072bc450bebaa40533ad2e4594aab3788146d6 \ 21 sha256 bba5b93869aa537a3389949669d682f047d3014d53bc3a2d7209c6819e5015d6 23 22 24 23 if {${perl5.major} != ""} { 25 24 depends_lib-append port:p${perl5.major}-class-c3 -
perl/p5-namespace-autoclean/Portfile
5 5 PortGroup perl5 1.0 6 6 7 7 perl5.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 8 perl5.setup namespace-autoclean 0.19 ../by-authors/id/E/ET/ETHER/ 10 9 license {Artistic-1 GPL} 11 10 maintainers nomaintainer 12 11 supported_archs noarch … … 16 15 17 16 platforms darwin 18 17 19 checksums rmd160 2f12ff66056b455eaa7d820a901608f162e9e302\20 sha256 efa62a2989c73c979e2ce46a9bae2931fa7fa30c10abae839cc9614dbc2daf8818 checksums rmd160 a707f829003c7493c77ecf6358820419567cf2e1 \ 19 sha256 6d154822165368dfc4bad1b10b6347e5de8d29bde8aacecd1ae00c8c73c1510e 21 20 22 21 if {${perl5.major} != ""} { 23 22 depends_lib-append port:p${perl5.major}-b-hooks-endofscope \ -
perl/p5-namespace-clean/Portfile
5 5 PortGroup perl5 1.0 6 6 7 7 perl5.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 8 perl5.setup namespace-clean 0.25 ../by-authors/id/R/RI/RIBASUSHI/ 10 9 license {Artistic-1 GPL} 11 10 maintainers nomaintainer 12 11 description Keep imports and functions out of your namespace … … 14 13 15 14 platforms darwin 16 15 17 checksums rmd160 c79576885da415f598761dbc7958fdbc9a9764c0\18 sha256 35fc7e4d23e4132717991090aedb4278b3e1a0f2be243e38c996048815435ad516 checksums rmd160 8d0bb5fc48b6e0189707d2e8a7ac0f7b29ee9b1f \ 17 sha256 946a2b7b8219562818867ad915cd493637e2639f901db050b835500c8e6ecd04 19 18 20 19 if {${perl5.major} != ""} { 21 20 depends_lib-append port:p${perl5.major}-b-hooks-endofscope \ -
perl/p5-net-http/Portfile
6 6 7 7 perl5.branches 5.8 5.10 5.12 5.14 5.16 5.18 5.20 8 8 perl5.setup Net-HTTP 6.07 9 revision 1 9 10 platforms darwin 10 11 maintainers nomaintainer 11 12 license Artistic GPL -
perl/p5-net-libidn/Portfile
6 6 7 7 perl5.branches 5.8 5.10 5.12 5.14 5.16 5.18 5.20 8 8 perl5.setup Net-LibIDN 0.12 9 revision 39 revision 4 10 10 license {Artistic GPL} 11 11 maintainers oaf.dk:mni 12 12 description Perl bindings for GNU Libidn -
perl/p5-net-openssh/Portfile
4 4 PortSystem 1.0 5 5 PortGroup perl5 1.0 6 6 7 perl5.branches 5.8 5.10 5.12 5.14 5.16 5.18 7 perl5.branches 5.8 5.10 5.12 5.14 5.16 5.18 5.20 8 8 ## http://search.cpan.org/~salva/Net-OpenSSH/lib/Net/OpenSSH.pm 9 ## "Module Version: 0.6 0 Source Latest Release: Net-OpenSSH-0.61_15"10 #perl5.setup Net-OpenSSH 0.6 1_1511 perl5.setup Net-OpenSSH 0.6 09 ## "Module Version: 0.62 Source Latest Release: Net-OpenSSH-0.63_01" 10 #perl5.setup Net-OpenSSH 0.63_01 11 perl5.setup Net-OpenSSH 0.62 12 12 license {Artistic-1 GPL} 13 13 platforms darwin 14 14 supported_archs noarch … … 17 17 description Perl SSH client package implemented on top of OpenSSH 18 18 long_description ${description} 19 19 20 checksums rmd160 67ee10b876aa3864e7ba3227a97d22452eb3d272\21 sha256 c3034cfa8577d314364c9ff2d3ed8a5f5ec7b47d4c134818ab72cc6dce2a29af20 checksums rmd160 de17f01956868a3b3134291cf0a140b402268d47 \ 21 sha256 263a9aa5dc9324c1af9361741173906cc0ccff7fe404f7a03162698831d27b07 -
perl/p5-net-patricia/Portfile
4 4 PortSystem 1.0 5 5 PortGroup perl5 1.0 6 6 7 perl5.branches 5.8 5.10 5.12 5.14 5.16 5.18 7 perl5.branches 5.8 5.10 5.12 5.14 5.16 5.18 5.20 8 8 perl5.setup Net-Patricia 1.22 9 revision 1 9 10 10 11 platforms darwin 11 12 maintainers luckie.org.nz:mjl openmaintainer … … 16 17 description Patricia Trie perl module for fast IP address lookups 17 18 long_description ${description} 18 19 19 checksums sha256 70835a926e1c5a8d0324c72fffee82eeb7ec6c141dee04fd446820b64f71c552\20 rmd160 e16e5731e2911fa6770285977b6385bd77323e6320 checksums rmd160 e16e5731e2911fa6770285977b6385bd77323e63 \ 21 sha256 70835a926e1c5a8d0324c72fffee82eeb7ec6c141dee04fd446820b64f71c552 21 22 22 23 if {${perl5.major} != ""} { 23 24 depends_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 1 2 # $Id$ 2 3 3 4 PortSystem 1.0 … … 5 6 6 7 perl5.branches 5.8 5.10 5.12 5.14 5.16 5.18 5.20 7 8 perl5.setup Net-Server 2.008 9 revision 1 8 10 9 11 license {Artistic GPL} 10 12 platforms darwin -
perl/p5-net-ssleay/Portfile
6 6 7 7 perl5.branches 5.8 5.10 5.12 5.14 5.16 5.18 5.20 8 8 perl5.setup Net-SSLeay 1.65 9 revision 1 9 10 license OpenSSL SSLeay 10 11 maintainers nomaintainer 11 12 description Perl extension for using OpenSSL -
perl/p5-number-compare/Portfile
6 6 7 7 perl5.branches 5.8 5.10 5.12 5.14 5.16 5.18 5.20 8 8 perl5.setup Number-Compare 0.03 9 revision 19 revision 2 10 10 platforms darwin 11 11 maintainers nomaintainer 12 12 license {Artistic GPL} -
perl/p5-opengl/Portfile
5 5 PortGroup perl5 1.0 6 6 7 7 perl5.branches 5.8 5.10 5.12 5.14 5.16 5.18 5.20 8 perl5.setup OpenGL 0.62 9 revision 3 8 perl5.setup OpenGL 0.6703 10 9 maintainers nomaintainer 11 10 description Perl OpenGL: a.k.a. POGL 12 11 long_description Perl OpenGL (a.k.a. POGL) is a perl5 interface to \ … … 19 18 20 19 platforms darwin 21 20 22 checksums rmd160 05c50b755658cf396fcee7bc098dada41c193a40\23 sha256 aabde2c892290e9a3a036417830f24eba8737892145c3ae2b23a73bb3a13e22821 checksums rmd160 13923860343402e1a2585cbf70394fcbd9365705 \ 22 sha256 62f8cdf019fbdb6d095bc5f31382d123bceb9aabbba5788ecf416282de47534c -
perl/p5-package-deprecationmanager/Portfile
6 6 7 7 perl5.branches 5.8 5.10 5.12 5.14 5.16 5.18 5.20 8 8 perl5.setup Package-DeprecationManager 0.13 9 revision 1 9 10 10 11 license Artistic-2 11 12 maintainers nomaintainer -
perl/p5-package-stash/Portfile
6 6 7 7 perl5.branches 5.8 5.10 5.12 5.14 5.16 5.18 5.20 8 8 perl5.setup Package-Stash 0.36 ../by-authors/id/D/DO/DOY/ 9 revision 1 9 10 license {Artistic-1 GPL} 10 11 maintainers nomaintainer 11 12 description routines for manipulating stashes -
perl/p5-package-stash-xs/Portfile
6 6 7 7 perl5.branches 5.8 5.10 5.12 5.14 5.16 5.18 5.20 8 8 perl5.setup Package-Stash-XS 0.28 ../by-authors/id/D/DO/DOY/ 9 revision 1 9 10 license {Artistic-1 GPL} 10 11 maintainers nomaintainer 11 12 description faster and more correct implementation of Package::Stash -
perl/p5-pango/Portfile
6 6 7 7 perl5.branches 5.8 5.10 5.12 5.14 5.16 5.18 5.20 8 8 perl5.setup Pango 1.226 9 revision 1 9 10 license LGPL-2.1+ 10 11 maintainers ryandesign openmaintainer 11 12 description Perl bindings to Pango -
perl/p5-params-check/Portfile
6 6 7 7 perl5.branches 5.8 5.10 5.12 5.14 5.16 5.18 5.20 8 8 perl5.setup Params-Check 0.38 ../by-authors/id/B/BI/BINGOS/ 9 revision 1 9 10 license {Artistic GPL} 10 11 maintainers nomaintainer 11 12 description A generic input parsing/checking mechanism -
perl/p5-params-util/Portfile
6 6 7 7 perl5.branches 5.8 5.10 5.12 5.14 5.16 5.18 5.20 8 8 perl5.setup Params-Util 1.07 9 revision 1 9 10 license {Artistic-1 GPL} 10 11 maintainers nomaintainer 11 12 description Simple, compact and correct param-checking functions -
perl/p5-params-validate/Portfile
5 5 PortGroup perl5 1.0 6 6 7 7 perl5.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 8 perl5.setup Params-Validate 1.13 10 9 license Artistic-2 11 10 maintainers nomaintainer 12 11 description Validate method/function parameters … … 22 21 23 22 platforms darwin 24 23 25 checksums rmd160 7908f0daf442424369d2f1162adbf2db8a9a6ab0\26 sha256 44c6d9c064d868e1ea14d5614e60ebb69ff73ea5fa7f3f7247a24eb4f0f3f1fb24 checksums rmd160 872787653ffd9d497980c9f52911c6471eb90df5 \ 25 sha256 6aa31630329952e53e58a81d113995dfa11f786028a1c23892942598ee384be4 27 26 28 27 if {${perl5.major} != ""} { 29 28 depends_lib-append port:p${perl5.major}-extutils-cbuilder \ -
perl/p5-parent/Portfile
6 6 7 7 perl5.branches 5.8 5.10 5.12 5.14 5.16 5.18 5.20 8 8 perl5.setup parent 0.228 ../by-authors/id/C/CO/CORION/ 9 revision 1 9 10 license {Artistic-1 GPL} 10 11 maintainers nomaintainer 11 12 description Establish an ISA relationship with base classes at compile time -
perl/p5-parse-cpan-meta/Portfile
5 5 PortGroup perl5 1.0 6 6 7 7 perl5.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 8 perl5.setup Parse-CPAN-Meta 1.4414 10 9 license {Artistic-1 GPL} 11 10 maintainers nomaintainer 12 11 description Parse META.yml and other similar CPAN metadata files … … 14 13 15 14 platforms darwin 16 15 17 checksums rmd160 7 f0e56c4acd9105c932305e5560e3b45b78249c5\18 sha256 2920b5213c6131d473c036a921fbec0a80b5c41a1799041471bc4af5d1b9ec2c16 checksums rmd160 731c760bb3f39e2b3701d0c3ea57cc455db73fac \ 17 sha256 cd7608154dfb72c9e110f012befe6b75d78448cb3e761716b60aa7545e16ca1b 19 18 20 19 supported_archs noarch 21 20 -
perl/p5-parse-recdescent/Portfile
6 6 7 7 perl5.branches 5.8 5.10 5.12 5.14 5.16 5.18 5.20 8 8 perl5.setup Parse-RecDescent 1.967009 9 revision 1 9 10 license {Artistic-1 GPL} 10 11 maintainers nomaintainer 11 12 description Generate Recursive-Descent Parsers -
perl/p5-pathtools/Portfile
6 6 7 7 perl5.branches 5.8 5.10 5.12 5.14 5.16 5.18 5.20 8 8 perl5.setup PathTools 3.47 ../../authors/id/S/SM/SMUELLER/ 9 revision 1 9 10 10 11 platforms darwin 11 12 maintainers geeklair.net:dluke openmaintainer -
perl/p5-pdl/Portfile
7 7 # Does not build for me (mf2k) with perl 5.18 8 8 perl5.branches 5.8 5.10 5.12 5.14 5.16 5.18 5.20 9 9 perl5.setup PDL 2.007 10 revision 310 revision 4 11 11 maintainers nomaintainer 12 12 license Artistic GPL-2 13 13 description Perl Data Language - scientific computing capability for perl -
perl/p5-pdl-stats/Portfile
6 6 7 7 # p5-pdl does not yet build with perl 5.18. 8 8 perl5.branches 5.8 5.10 5.12 5.14 5.16 5.20 9 perl5.setup PDL-Stats 0.6. 29 perl5.setup PDL-Stats 0.6.5 10 10 11 11 platforms darwin 12 12 maintainers nomaintainer … … 17 17 description statistics modules with non-PDL user guide 18 18 long_description ${description} 19 19 20 checksums rmd160 b0ba100739018046b66c7004c018211b53bacb18\21 sha256 f99c57f3b7f3d538974fcb0a8ff37dde162e1aded7ae69d4c68c7023a808822620 checksums rmd160 affd279f2de37270cd49fe417f2ab9d302575191 \ 21 sha256 6051cc714b562e98383bd57449eca03bbf63e9f4070ee624cf8a0246cc2b47d1 22 22 23 23 if {${perl5.major} != ""} { 24 24 depends_lib-append port:p${perl5.major}-pdl 25 25 } -
perl/p5-perl-ostype/Portfile
6 6 7 7 perl5.branches 5.8 5.10 5.12 5.14 5.16 5.18 5.20 8 8 perl5.setup Perl-OSType 1.007 ../by-authors/id/D/DA/DAGOLDEN/ 9 revision 1 9 10 license {Artistic GPL} 10 11 maintainers nomaintainer 11 12 description Map Perl operating system names to generic types -
perl/p5-perlio-layers/Portfile
5 5 PortGroup perl5 1.0 6 6 7 7 perl5.branches 5.8 5.10 5.12 5.14 5.16 5.18 5.20 8 perl5.setup PerlIO-Layers 0.01 08 perl5.setup PerlIO-Layers 0.011 9 9 platforms darwin 10 10 maintainers nomaintainer 11 11 license Artistic GPL-2 … … 14 14 15 15 long_description ${description} 16 16 17 checksums rmd160 00106a1e1b599f3d087f175e3b30d03498709e38\18 sha256 e3ab1219092be4a21df1ec48163c83b4166ca8f87d2c659b3a891837e828b27117 checksums rmd160 ecac32bde2bb539b824bb80071294d34a2d7a7fb \ 18 sha256 1d77e164aa5d5d24699a5479a423abdc1b07973fbe5a22d304fef2c560254b42 19 19 20 20 if {${perl5.major} != ""} { 21 21 depends_lib-append port:p${perl5.major}-list-moreutils 22 22 } 23 23 24 24 perl5.use_module_build -
perl/p5-perlmagick/Portfile
7 7 # Keep relevant lines in sync between ImageMagick and p5-perlmagick. 8 8 9 9 epoch 1 10 perl5.branches 5.8 5.10 5.12 5.14 5.16 5.18 10 perl5.branches 5.8 5.10 5.12 5.14 5.16 5.18 5.20 11 11 perl5.setup PerlMagick 6.8.9-1 12 revision 1 12 13 set reasonable_version \ 13 14 [lindex [split ${version} -] 0] 14 15 set my_name ImageMagick -
perl/p5-pgplot/Portfile
6 6 7 7 perl5.branches 5.8 5.10 5.12 5.14 5.16 5.18 5.20 8 8 perl5.setup PGPLOT 2.21 9 revision 1 9 10 license {Artistic-1 GPL} 10 11 maintainers nomaintainer 11 12 description PGPlot interface for perl … … 20 21 sha256 1b81775a1769139ba615864c564b3f916973d162ee549cec42400345c528565d 21 22 22 23 if {${perl5.major} != ""} { 23 24 depends_lib-append port:p${perl5.major}-extutils-f77 lib:libpgplot:pgplot 24 25 } -
perl/p5-pod-escapes/Portfile
6 6 7 7 perl5.branches 5.8 5.10 5.12 5.14 5.16 5.18 5.20 8 8 perl5.setup Pod-Escapes 1.06 9 revision 39 revision 4 10 10 maintainers nomaintainer 11 11 license {Artistic GPL} 12 12 description for resolving Pod E<...> sequences -
perl/p5-pod-pom/Portfile
5 5 PortGroup perl5 1.0 6 6 7 7 perl5.branches 5.8 5.10 5.12 5.14 5.16 5.18 5.20 8 perl5.setup Pod-POM 0.2 78 perl5.setup Pod-POM 0.29 9 9 10 10 platforms darwin 11 11 maintainers nomaintainer … … 17 17 18 18 long_description ${description} 19 19 20 checksums rmd160 d45868df156a47fb171f554c5b53a2cb22382d14\21 sha256 bf2f25602416117a5982586eb3c5db7f54ec5bd36057c504bc7c04ab789357b620 checksums rmd160 758343f9a433ab9be6f33c07cb70235a1cb24193 \ 21 sha256 5f7632b04d911ae37136709d6554f9cfccba8b86d308a7708b3068536e9873d5 22 22 23 23 if {${perl5.major} != ""} { 24 25 24 depends_build-append \ 25 port:p${perl5.major}-file-slurp 26 26 } -
perl/p5-pod-projectdocs/Portfile
6 6 7 7 perl5.branches 5.8 5.10 5.12 5.14 5.16 5.18 5.20 8 8 perl5.setup Pod-ProjectDocs 0.40 9 revision 19 revision 2 10 10 11 11 platforms darwin 12 12 maintainers nomaintainer -
perl/p5-pod-simple/Portfile
6 6 7 7 perl5.branches 5.8 5.10 5.12 5.14 5.16 5.18 5.20 8 8 perl5.setup Pod-Simple 3.28 9 revision 1 9 10 maintainers nomaintainer 10 11 license {Artistic GPL} 11 12 description framework for parsing Pod -
perl/p5-podlators/Portfile
6 6 7 7 perl5.branches 5.8 5.10 5.12 5.14 5.16 5.18 5.20 8 8 perl5.setup podlators 2.5.3 ../by-authors/id/R/RR/RRA/ 9 revision 1 9 10 license {Artistic-1 GPL} 10 11 maintainers nomaintainer 11 12 description podlators contains Pod::Man and Pod::Text modules. … … 17 18 sha256 c80d6d65a8694720deff1c6b2067d7564727db713b6d6b536afbad70299647d1 18 19 19 20 if {${perl5.major} != ""} { 20 depends_lib-append port:p${perl5.major}-pod-simple21 depends_lib-append port:p${perl5.major}-pod-simple 21 22 22 23 supported_archs noarch 23 24 } -
perl/p5-poppler/Portfile
8 8 9 9 perl5.branches 5.10 5.12 5.14 5.16 5.18 5.20 10 10 perl5.setup Poppler 0.04 11 revision 1 11 12 platforms darwin 12 13 maintainers devans openmaintainer 13 14 license LGPL-2.1+ … … 22 23 sha256 08b68ca602c633b1dcb0a2b08cbadb5208ff3ad085be0cf59c2e9ae7f3d21906 23 24 24 25 if {${perl5.major} != ""} { 25 depends_lib-append \ 26 port:poppler \ 26 depends_lib-append port:poppler \ 27 27 port:p${perl5.major}-cairo 28 28 } -
perl/p5-ppi/Portfile
6 6 7 7 perl5.branches 5.8 5.10 5.12 5.14 5.16 5.18 5.20 8 8 perl5.setup PPI 1.215 ../by-authors/id/A/AD/ADAMK 9 revision 29 revision 3 10 10 license Artistic GPL 11 11 platforms darwin 12 12 maintainers nomaintainer -
perl/p5-ppi-html/Portfile
6 6 7 7 perl5.branches 5.8 5.10 5.12 5.14 5.16 5.18 5.20 8 8 perl5.setup PPI-HTML 1.08 9 revision 1 9 10 10 11 platforms darwin 11 12 maintainers nomaintainer -
perl/p5-probe-perl/Portfile
5 5 PortGroup perl5 1.0 6 6 7 7 perl5.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 8 perl5.setup Probe-Perl 0.03 ../by-authors/id/K/KW/KWILLIAMS/ 10 9 license {Artistic-1 GPL} 11 10 maintainers nomaintainer 12 11 description Information about the currently running perl … … 14 13 15 14 platforms darwin 16 15 17 checksums rmd160 1c931c77df12ec22c31b2355205f0e8822ef79da\18 sha256 9b7d211139e42b2a2952c9a4b9f55ac12705e256f4a0acd4ac6ff665aeaddd8716 checksums rmd160 eaf13f0e489305507470d4ddf146e922cac7fdb3 \ 17 sha256 d9e4d21e2e77638559045fa09046b1b6fff6c403b949929db213e30abe8a3c31 19 18 20 19 supported_archs noarch -
perl/p5-readonly/Portfile
5 5 PortGroup perl5 1.0 6 6 7 7 perl5.branches 5.8 5.10 5.12 5.14 5.16 5.18 5.20 8 perl5.setup Readonly 1.03 9 revision 3 8 perl5.setup Readonly 2.00 10 9 license {Artistic GPL} 11 10 platforms darwin 12 11 maintainers nomaintainer … … 16 15 long_description This is a facility for creating non-modifiable variables. \ 17 16 This is useful for configuration files, headers, etc. 18 17 19 checksums md5 0acef3a995ac9ecf575f66a726d638f4 18 checksums rmd160 414d7741f021117f18f271c6522d48b1930419f4 \ 19 sha256 9bd0156e958842fdfd6c3bb27a23b47232d4737a407d81fabc4dc64b9363bf98 20 21 perl5.use_module_build -
perl/p5-readonly-xs/Portfile
6 6 7 7 perl5.branches 5.8 5.10 5.12 5.14 5.16 5.18 5.20 8 8 perl5.setup Readonly-XS 1.05 9 revision 39 revision 4 10 10 maintainers nomaintainer 11 11 license {Artistic GPL} 12 12 description Readonly::XS is a companion module for Readonly. It \ -
perl/p5-regexp-assemble/Portfile
5 5 PortGroup perl5 1.0 6 6 7 7 perl5.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 8 perl5.setup Regexp-Assemble 0.35 10 9 11 10 license {Artistic-1 GPL} 12 11 maintainers nomaintainer … … 18 17 19 18 platforms darwin 20 19 21 checksums rmd160 33effcdcef97471918de9ef2dc8dcc1271546238\22 sha256 4770bebc72ef6e9eef8e0ba275db570993027248b2b220e4e5820fcfa45dd8c520 checksums rmd160 434bd146325029b1623d93e87abbb7bcbc466f71 \ 21 sha256 0301cc6b2930091ebe8f3e6f75ced95c4a4c9ee16c4261998a08938363ce5dd7 23 22 24 23 supported_archs noarch -
perl/p5-regexp-common/Portfile
5 5 PortGroup perl5 1.0 6 6 7 7 perl5.branches 5.8 5.10 5.12 5.14 5.16 5.18 5.20 8 perl5.setup Regexp-Common 2011041701 9 revision 2 8 perl5.setup Regexp-Common 2013031301 10 9 platforms darwin 11 10 maintainers nomaintainer 12 11 license MIT … … 16 15 17 16 long_description ${description} 18 17 19 checksums sha1 4ec90a713def15d4aba6aefbd529751c77f532f0\20 rmd160 b4dcff93304f52c9754c94d5be6317566ad0daa418 checksums rmd160 efbfef2ae31dff9b15db53840f1d0d1ef5eb8b43 \ 19 sha256 729a8198d264aa64ecbb233ff990507f97fbb66bda746b95f3286f50f5f25c84 -
perl/p5-role-tiny/Portfile
6 6 7 7 perl5.branches 5.8 5.10 5.12 5.14 5.16 5.18 5.20 8 8 perl5.setup Role-Tiny 1.003003 ../by-authors/id/H/HA/HAARG 9 revision 1 9 10 10 11 platforms darwin 11 12 maintainers nomaintainer … … 21 22 sha256 b712cadb6eecb7777278be79b5ffc55b613c0e75b9872dba474179cbc91b02cd 22 23 23 24 if {${perl5.major} != ""} { 24 25 depends_lib-append port:p${perl5.major}-test-fatal 25 26 } -
perl/p5-scalar-list-utils/Portfile
6 6 7 7 perl5.branches 5.8 5.10 5.12 5.14 5.16 5.18 5.20 8 8 perl5.setup Scalar-List-Utils 1.39 9 revision 1 9 10 license {Artistic GPL} 10 11 maintainers nomaintainer 11 12 description Perl subroutines that would be nice to have in the perl core -
perl/p5-scope-guard/Portfile
6 6 7 7 perl5.branches 5.8 5.10 5.12 5.14 5.16 5.18 5.20 8 8 perl5.setup Scope-Guard 0.20 ../../authors/id/C/CH/CHOCOLATE/ 9 revision 39 revision 4 10 10 license {Artistic-1 GPL} 11 11 maintainers nomaintainer 12 12 description lexically scoped resource management … … 19 19 checksums rmd160 33de70105d59f9f2e3bef9306ca76e4aaf857db0 \ 20 20 sha256 5b8fed60a3d77d8a9a3748db3dce894bb95431e98195be7f1920d26bbe7d4ad3 21 21 22 supported_archs noarch22 supported_archs noarch -
perl/p5-sgmlspm/Portfile
9 9 # version needs to be set because of a bug in the perl5 portgroup that cannot handle characters in the version number. 10 10 # See #43727 <http://trac.macports.org/ticket/43727>. 11 11 version 1.03ii.0 12 revision 1 12 13 platforms darwin 13 14 license GPL-2+ 14 15 maintainers 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 1 2 # $Id$ 2 3 3 4 PortSystem 1.0 … … 4 5 PortGroup perl5 1.0 5 6 6 7 perl5.branches 5.8 5.10 5.12 5.14 5.16 5.18 5.20 7 perl5.setup SOAP-Lite 0.7168 perl5.setup SOAP-Lite 1.11 8 9 9 10 license Artistic GPL 10 11 maintainers nomaintainer … … 14 15 15 16 platforms darwin 16 17 17 checksums rmd160 6e64b3eeec16d26f8dd0853044687b38a2a8a24b\18 sha256 7ff166095047466f4b07416c93ce876a777a72329e06ae22ff6f78d856d9166e18 checksums rmd160 db11b912befb3c8624c4d9fce27141025c7d2fdc \ 19 sha256 e4dee589ef7d66314b3dc956569b2541e0b917e834974e078c256571b6011efe 19 20 20 21 if {${perl5.major} != ""} { 21 22 # This is really a test dependency, as the name implies … … 32 33 port:p${perl5.major}-version \ 33 34 port:p${perl5.major}-xml-parser 34 35 35 supported_archs noarch36 supported_archs noarch 36 37 } -
perl/p5-socket6/Portfile
6 6 7 7 perl5.branches 5.8 5.10 5.12 5.14 5.16 5.18 5.20 8 8 perl5.setup Socket6 0.25 9 revision 1 9 10 license BSD 10 11 maintainers nomaintainer 11 12 description IPv6 related part of the C socket.h defines and structure manipulators -
perl/p5-spiffy/Portfile
5 5 PortGroup perl5 1.0 6 6 7 7 perl5.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 8 perl5.setup Spiffy 0.42 ../../authors/id/I/IN/INGY/ 10 9 maintainers geeklair.net:dluke openmaintainer 11 10 description Spiffy Perl Interface Framework For You 12 11 license {GPL Artistic} … … 15 14 16 15 platforms darwin 17 16 18 checksums rmd160 9240ecffc3b259bb3c1a346735bdd91962f1e75c\19 sha256 ce9374b6ba271efdc65d199298b04bd3a0c7e6e6504965ed86222dc5c80845b917 checksums rmd160 7d97fc4b4057979e0e3ed6129ccc8e6813cb15e9 \ 18 sha256 4b14fc4d807e52513073eda16d59760e24c422b2b0ff58c4d41ed0c9ce9f1e5e -
perl/p5-spreadsheet-writeexcel/Portfile
5 5 PortGroup perl5 1.0 6 6 7 7 perl5.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 8 perl5.setup Spreadsheet-WriteExcel 2.40 10 9 maintainers mac.com:kykim 11 10 categories-append perl databases 12 11 description Write cross-platform Excel binary … … 18 17 19 18 platforms darwin 20 19 21 checksums rmd160 04141c9a3fc6cf4f736bd7d574916d28e572320c\22 sha256 774b93e6c9449e9affe340cc1e8c5364ceace627b51483b6b32cb5629a06875a20 checksums rmd160 b037bf975956da4fe0d1ded784cf27c028ec4ea8 \ 21 sha256 e356aad6866cf135731268ee0e979a197443c15a04878e9cf3e80d022ad6c07e 23 22 24 23 if {${perl5.major} != ""} { 25 24 depends_lib-append port:p${perl5.major}-parse-recdescent -
perl/p5-sql-statement/Portfile
6 6 7 7 perl5.branches 5.8 5.10 5.12 5.14 5.16 5.18 5.20 8 8 perl5.setup SQL-Statement 1.405 ../by-authors/id/R/RE/REHSACK/ 9 revision 1 9 10 license {Artistic-1 GPL} 10 11 maintainers nomaintainer 11 12 description SQL parsing and processing engine -
perl/p5-statistics-descriptive/Portfile
5 5 PortGroup perl5 1.0 6 6 7 7 perl5.branches 5.8 5.10 5.12 5.14 5.16 5.18 5.20 8 perl5.setup Statistics-Descriptive 3.060 48 perl5.setup Statistics-Descriptive 3.0607 9 9 10 10 maintainers maiar.org:jason-macports openmaintainer 11 11 license {Artistic-1 GPL} … … 29 29 Many of the methods (both Sparse and Full) cache values so that subsequent \ 30 30 calls with the same arguments are faster. \ 31 31 32 checksums rmd160 8fcc7c9204505191b8f2aa3767eabc06deefc0af\33 sha256 d1548ef6ce8ee94b1d4267c4a581df07c32a2c37ab3bfeaca2cd7ccca67a33c832 checksums rmd160 cc5003b9fc14b640a38285f6ca746e4121a11068 \ 33 sha256 9b2d9313e23ae3a35dfd2169918b9888d80370b08ad68eb61e921565b68a9a89 -
perl/p5-strictures/Portfile
6 6 7 7 perl5.branches 5.8 5.10 5.12 5.14 5.16 5.18 5.20 8 8 perl5.setup strictures 1.005004 ../by-authors/id/H/HA/HAARG 9 revision 1 9 10 license {Artistic-1 GPL} 10 11 platforms darwin 11 12 maintainers nomaintainer -
perl/p5-string-random/Portfile
5 5 PortGroup perl5 1.0 6 6 7 7 perl5.branches 5.8 5.10 5.12 5.14 5.16 5.18 5.20 8 perl5.setup String-Random 0.2 28 perl5.setup String-Random 0.26 9 9 10 10 platforms darwin 11 11 maintainers nomaintainer … … 17 17 18 18 long_description ${description} 19 19 20 checksums rmd160 9159b9f9955b650ff616e14eea2b314454e03819\21 sha256 0552acbba611eac76bb2847385a713fe28673a4d4d7ffbed60a64665d38a996920 checksums rmd160 9ac2ed8d65070544b24030132f2fc5bbfd5b8a62 \ 21 sha256 d2fca6c3a54002b9a41d1888672db5a00c9e63deae041d992473544a3364b7f7 22 22 23 23 perl5.use_module_build -
perl/p5-sub-exporter/Portfile
6 6 7 7 perl5.branches 5.8 5.10 5.12 5.14 5.16 5.18 5.20 8 8 perl5.setup Sub-Exporter 0.987 9 revision 1 9 10 10 11 platforms darwin 11 12 maintainers nomaintainer -
perl/p5-sub-exporter-progressive/Portfile
5 5 PortGroup perl5 1.0 6 6 7 7 perl5.branches 5.8 5.10 5.12 5.14 5.16 5.18 5.20 8 perl5.setup Sub-Exporter-Progressive 0.00101 08 perl5.setup Sub-Exporter-Progressive 0.001011 9 9 10 10 platforms darwin 11 11 maintainers nomaintainer … … 17 17 18 18 long_description ${description} 19 19 20 checksums rmd160 7e1d41dac67679773ff289493027c71f12bbff2a\21 sha256 edbdd1467149131fb16931d7bbad1a284a47e3aebfa5efcac5a0ff70a2b2282720 checksums rmd160 d2c809acd3d048db5a17238bdfc08e137430e070 \ 21 sha256 0618c6e69c6c0540c41e7560d51981407a6a0768f1330bef6d6ac3c6f1fa7c06 -
perl/p5-sub-identify/Portfile
6 6 7 7 perl5.branches 5.8 5.10 5.12 5.14 5.16 5.18 5.20 8 8 perl5.setup Sub-Identify 0.04 9 revision 39 revision 4 10 10 license {Artistic-1 GPL} 11 11 maintainers nomaintainer 12 12 description Retrieve names of code references -
perl/p5-sub-install/Portfile
6 6 7 7 perl5.branches 5.8 5.10 5.12 5.14 5.16 5.18 5.20 8 8 perl5.setup Sub-Install 0.928 9 revision 1 9 10 license {Artistic-1 GPL} 10 11 maintainers nomaintainer 11 12 description install subroutines into packages easily … … 18 19 checksums rmd160 da55b2ce83df175ce242be08b6544ae38854466e \ 19 20 sha256 61e567a7679588887b7b86d427bc476ea6d77fffe7e0d17d640f89007d98ef0f 20 21 21 supported_archs noarch22 supported_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 1 2 # $Id$ 2 3 3 4 PortSystem 1.0 … … 4 5 PortGroup perl5 1.0 5 6 6 7 perl5.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 8 perl5.setup Sub-Name 0.09 9 9 license {Artistic-1 GPL} 10 10 maintainers nomaintainer 11 11 description (re)name a sub … … 13 13 14 14 platforms darwin 15 15 16 checksums md5 26077202597620e4a6068c8087f3e09f \ 17 sha1 4ebaeb44655acee749a7097ed038285502bb3c26 \ 18 rmd160 6c0f32be09a0c58455e7c87674a4ca796c27a492 16 checksums rmd160 ccaa112d2fbbb050a3cdc45f7bebdd06a7c891af \ 17 sha256 8d70c6356db2db73c0ee9af7d346790874fa014fcf31bade404046b8ebf33efd -
perl/p5-sub-uplevel/Portfile
7 7 epoch 1 8 8 perl5.branches 5.8 5.10 5.12 5.14 5.16 5.18 5.20 9 9 perl5.setup Sub-Uplevel 0.24 10 revision 1 10 11 maintainers nomaintainer 11 12 license {Artistic GPL} 12 13 description Apparently run a function in a higher stack frame -
perl/p5-syntax-highlight-perl/Portfile
6 6 7 7 perl5.branches 5.8 5.10 5.12 5.14 5.16 5.18 5.20 8 8 perl5.setup Syntax-Highlight-Perl 1.0 9 revision 1 9 10 10 11 platforms darwin 11 12 maintainers nomaintainer -
perl/p5-sys-syscall/Portfile
6 6 7 7 perl5.branches 5.8 5.10 5.12 5.14 5.16 5.18 5.20 8 8 perl5.setup Sys-Syscall 0.25 9 revision 1 9 10 10 11 platforms darwin 11 12 maintainers 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 1 2 # $Id$ 2 3 3 4 PortSystem 1.0 … … 4 5 PortGroup perl5 1.0 5 6 6 7 perl5.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 8 perl5.setup Task-Weaken 1.04 9 9 license {Artistic-1 GPL} 10 10 maintainers nomaintainer 11 11 description Ensure that a platform has weaken support … … 13 13 14 14 platforms darwin 15 15 16 checksums md5 056ce36c576450d22e6b23b4dbfacd02 \ 17 sha1 1a958220f92ac11dd4548c9fe405ca9c9a0ffdc9 \ 18 rmd160 5b1298166ba38715e0f9f43f8ce8bfb29b8706da 16 checksums rmd160 c97f8ffb97e6d4e2b4ecfb3f83cbe82fd0417778 \ 17 sha256 67e271c55900fe7889584f911daa946e177bb60c8af44c32f4584b87766af3c4 19 18 20 supported_archs noarch19 supported_archs noarch -
perl/p5-template-toolkit/Portfile
6 6 7 7 perl5.branches 5.8 5.10 5.12 5.14 5.16 5.18 5.20 8 8 perl5.setup Template-Toolkit 2.25 9 revision 1 9 10 10 11 license {Artistic-1 GPL} 11 12 maintainers nomaintainer -
perl/p5-term-readkey/Portfile
6 6 7 7 perl5.branches 5.8 5.10 5.12 5.14 5.16 5.18 5.20 8 8 perl5.setup Term-ReadKey 2.32 Term 9 revision 1 9 10 license {Artistic-1 GPL} 10 11 maintainers nomaintainer 11 12 platforms darwin -
perl/p5-term-readline-gnu/Portfile
6 6 7 7 perl5.branches 5.8 5.10 5.12 5.14 5.16 5.18 5.20 8 8 perl5.setup Term-ReadLine-Gnu 1.24 9 revision 1 9 10 10 11 license {Artistic-1 GPL} 11 12 maintainers nomaintainer … … 18 19 sha256 cccd781679f278ee73664e9bd67396dc4832ff0c97fd970d6c846e64df45e136 19 20 20 21 if {${perl5.major} != ""} { 21 22 depends_lib-append port:readline 22 23 } -
perl/p5-term-sk/Portfile
5 5 PortGroup perl5 1.0 6 6 7 7 perl5.branches 5.8 5.10 5.12 5.14 5.16 5.18 5.20 8 perl5.setup Term-Sk 0.1 38 perl5.setup Term-Sk 0.14 9 9 10 10 platforms darwin 11 11 maintainers nomaintainer … … 17 17 18 18 long_description ${description} 19 19 20 checksums rmd160 b5bc710921f2025e73c7408d15af0a7883fdc200\21 sha256 b47c67fc4cf31ccef76f162f4cd909f13b0650fcd7d41163aebcdb9661bf512920 checksums rmd160 413af2c509415b4e9e2c3ddabb6f7c4ddadcb105 \ 21 sha256 0e177d9cb293875e495039b3b232b54a92e2a7de97233d6d8c67a87fc8a84183 -
perl/p5-term-twiddle/Portfile
6 6 7 7 perl5.branches 5.8 5.10 5.12 5.14 5.16 5.18 5.20 8 8 perl5.setup Term-Twiddle 2.73 9 revision 1 9 10 10 11 platforms darwin 11 12 maintainers nomaintainer -
perl/p5-test-base/Portfile
5 5 PortGroup perl5 1.0 6 6 7 7 perl5.branches 5.8 5.10 5.12 5.14 5.16 5.18 5.20 8 perl5.setup Test-Base 0. 628 perl5.setup Test-Base 0.79 9 9 maintainers geeklair.net:dluke openmaintainer 10 10 description A Data Driven Testing Framework 11 11 license {GPL Artistic} … … 17 17 if {${perl5.major} != ""} { 18 18 depends_lib-append port:p${perl5.major}-spiffy 19 19 20 checksums rmd160 b476b3763cd4fe576e9a7406305d1863af79fb69\21 sha256 c30ccea7b919eefd356d5afb65cf60a1532ce33d25731ef09c895c4a29ed21ac20 checksums rmd160 804ae95fb406e1bf67b3ef3ab07e5d868f5f2464 \ 21 sha256 20e3047ececef41420a0d273c187d6716cfb987b577392d477264f422c863dd3 22 22 23 23 patchfiles patch-Makefile.PL.diff 24 24 } -
perl/p5-test-base/files/patch-Makefile.PL.diff
6 6 "ABSTRACT" => "A Data Driven Testing Framework", 7 7 - "AUTHOR" => "Ingy d\x{f6}t Net <ingy\@cpan.org>", 8 8 + "AUTHOR" => "Ingy dot Net <ingy\@cpan.org>", 9 "BUILD_REQUIRES" => {},10 9 "CONFIGURE_REQUIRES" => { 11 10 "ExtUtils::MakeMaker" => "6.30" 11 }, -
perl/p5-test-differences/Portfile
6 6 7 7 epoch 2 8 8 perl5.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 9 perl5.setup Test-Differences 0.62 11 10 license {Artistic-1 GPL} 12 11 maintainers nomaintainer 13 12 description Test strings and data structures and show differences \ … … 19 18 20 19 platforms darwin 21 20 22 checksums rmd160 44a00cac73c55bb5d2f1cdd23d3d2c8ec41ca122\23 sha256 759b6560011b77e6713c2a5020407e1136fa5772058c8f742d70c38aed799c1021 checksums rmd160 1a1414d322420bd20ab3fdd77f9f0f348cca49d4 \ 22 sha256 b627194ca3cc3de282a46417e894239bc3ac3a814732af76112dc7cdfcf05075 24 23 25 24 if {${perl5.major} != ""} { 26 25 # p5-data-dumper is a dependency because Data::Dumper >= 2.126 is needed; the -
perl/p5-test-exception/Portfile
6 6 7 7 perl5.branches 5.8 5.10 5.12 5.14 5.16 5.16 5.18 5.20 8 8 perl5.setup Test-Exception 0.32 9 revision 1 9 10 maintainers nomaintainer 10 11 license {Artistic GPL} 11 12 description Convenience methods for testing exception-based code -
perl/p5-test-fatal/Portfile
6 6 7 7 perl5.branches 5.8 5.10 5.12 5.14 5.16 5.18 5.20 8 8 perl5.setup Test-Fatal 0.013 9 revision 1 9 10 license {Artistic-1 GPL} 10 11 maintainers nomaintainer 11 12 description incredibly simple helpers for testing code with exceptions -
perl/p5-test-leaktrace/Portfile
6 6 7 7 perl5.branches 5.8 5.10 5.12 5.14 5.16 5.18 5.20 8 8 perl5.setup Test-LeakTrace 0.14 9 revision 1 9 10 license {Artistic-1 GPL} 10 11 maintainers nomaintainer 11 12 description Traces memory leaks -
perl/p5-test-mockobject/Portfile
5 5 PortGroup perl5 1.0 6 6 7 7 perl5.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 8 perl5.setup Test-MockObject 1.20140408 10 9 license {Artistic-1 GPL} 11 10 maintainers nomaintainer 12 11 supported_archs noarch … … 17 16 18 17 platforms darwin 19 18 20 checksums rmd160 f79470e9df55febf28c7b105e231550f5e17606f\21 sha256 de379e086f70f71fa47b4a4791d14e15edcdf9f7d868572d417266097a41e3b319 checksums rmd160 d6d1a6242ead8d384672d86360f12928a92baad5 \ 20 sha256 e5fd0d2dee6990153c76d0f2618ba89fc0d9e133c75dc3bbe231372e6872d7aa 22 21 23 22 if {${perl5.major} != ""} { 24 23 depends_lib-append port:p${perl5.major}-universal-can \ -
perl/p5-test-nowarnings/Portfile
5 5 PortGroup perl5 1.0 6 6 7 7 perl5.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 8 perl5.setup Test-NoWarnings 1.04 10 9 license LGPL 11 10 maintainers nomaintainer 12 11 description Make sure you didn't emit any warnings while testing … … 14 13 15 14 platforms darwin 16 15 17 checksums rmd160 5df170b60b0ee87b42902138f276c8a20f51231a\18 sha256 e9a84d3043455c20599b4fd9b8b676cde4ae8f963e89734d7890df978a39610d16 checksums rmd160 1809d98bca154c70409297e0ee5da9fb7487b642 \ 17 sha256 638a57658cb119af1fe5b15e73d47c2544dcfef84af0c6b1b2e97f08202b686c 19 18 20 19 if {${perl5.major} != ""} { 21 20 depends_lib-append port:p${perl5.major}-test-tester \ -
perl/p5-test-object/Portfile
6 6 7 7 perl5.branches 5.8 5.10 5.12 5.14 5.16 5.18 5.20 8 8 perl5.setup Test-Object 0.07 9 revision 39 revision 4 10 10 license {Artistic-1 GPL} 11 11 maintainers nomaintainer 12 12 description Thoroughly testing objects via registered handlers -
perl/p5-test-requires/Portfile
6 6 7 7 perl5.branches 5.8 5.10 5.12 5.14 5.16 5.18 5.20 8 8 perl5.setup Test-Requires 0.08 9 revision 1 9 10 license {Artistic-1 GPL} 10 11 maintainers nomaintainer 11 12 description Checks to see if the module can be loaded -
perl/p5-test-script/Portfile
6 6 7 7 perl5.branches 5.8 5.10 5.12 5.14 5.16 5.18 5.20 8 8 perl5.setup Test-Script 1.07 9 revision 39 revision 4 10 10 license {Artistic-1 GPL} 11 11 maintainers nomaintainer 12 12 description Basic cross-platform tests for scripts -
perl/p5-test-simple/Portfile
6 6 7 7 perl5.branches 5.8 5.10 5.12 5.14 5.16 5.18 5.20 8 8 perl5.setup Test-Simple 1.001003 9 revision 1 9 10 platforms darwin 10 11 supported_archs noarch 11 12 maintainers nomaintainer -
perl/p5-test-subcalls/Portfile
6 6 7 7 perl5.branches 5.8 5.10 5.12 5.14 5.16 5.18 5.20 8 8 perl5.setup Test-SubCalls 1.09 9 revision 49 revision 5 10 10 license {Artistic-1 GPL} 11 11 maintainers nomaintainer 12 12 description 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 1 2 # $Id$ 2 3 3 4 PortSystem 1.0 … … 4 5 PortGroup perl5 1.0 5 6 6 7 perl5.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 8 perl5.setup Test-Tester 0.109 9 9 license {Artistic-1 GPL} 10 10 maintainers nomaintainer 11 11 description Ease testing test modules built with Test::Builder … … 13 13 14 14 platforms darwin 15 15 16 checksums md5 998a8abe241992faaa3e90f330800840 \ 17 sha1 1cc2695d0b3dbbd39d63ed86ba6340079815f368 \ 18 rmd160 ccf1ffc20ece92103aff5e179bd34617b169913e 16 checksums rmd160 7183d9bd9f17a2f8ec25230a23642505831b7a0f \ 17 sha256 d3c7c85e2fcbd5bb9c9c4d2e76ddaa9b1694ed0ab2795b722904cf043e123655 19 18 20 supported_archs noarch19 supported_archs noarch -
perl/p5-test-warn/Portfile
5 5 PortGroup perl5 1.0 6 6 7 7 perl5.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 8 perl5.setup Test-Warn 0.30 10 9 license {Artistic-1 GPL} 11 10 maintainers nomaintainer 12 11 description A few convenience methods for testing warning-based code … … 14 13 15 14 platforms darwin 16 15 17 checksums rmd160 e1cb5edcefe0795a9551b5848801505fbda2e0d7\18 sha256 75e1f98182b8f833a8bff2863e460f3db7484cf5193d2da328849dc788bc814d16 checksums rmd160 6c78c9065a4dfd2dd4657941f78ec709df40e49d \ 17 sha256 8197555b94189d919349a03f7058f83861f145af9bee59f505bfe47562144e41 19 18 20 19 if {${perl5.major} != ""} { 21 20 depends_lib-append port:p${perl5.major}-sub-uplevel \ -
perl/p5-text-bibtex/Portfile
6 6 7 7 perl5.branches 5.8 5.10 5.12 5.14 5.16 5.18 5.20 8 8 perl5.setup Text-BibTeX 0.69 9 revision 1 9 10 platforms darwin 10 11 maintainers nomaintainer 11 12 license {Artistic GPL} -
perl/p5-text-csv_xs/Portfile
6 6 7 7 perl5.branches 5.8 5.10 5.12 5.14 5.16 5.18 5.20 8 8 perl5.setup Text-CSV_XS 1.10 9 revision 1 9 10 maintainers hum oaf.dk:mni openmaintainer 10 11 11 12 description Perl module containing comma-separated values manipulation routines -
perl/p5-text-diff/Portfile
6 6 7 7 perl5.branches 5.8 5.10 5.12 5.14 5.16 5.18 5.20 8 8 perl5.setup Text-Diff 1.41 9 revision 29 revision 3 10 10 maintainers geeklair.net:dluke openmaintainer 11 11 description This is a Perl extension for performing diffs on files and record sets. 12 12 license {GPL-2+ Artistic} -
perl/p5-text-glob/Portfile
6 6 7 7 perl5.branches 5.8 5.10 5.12 5.14 5.16 5.18 5.20 8 8 perl5.setup Text-Glob 0.09 9 revision 19 revision 2 10 10 platforms darwin 11 11 maintainers nomaintainer 12 12 license {Artistic GPL} -
perl/p5-text-template/Portfile
6 6 7 7 perl5.branches 5.8 5.10 5.12 5.14 5.16 5.18 5.20 8 8 perl5.setup Text-Template 1.46 9 revision 1 9 10 license {Artistic-1 GPL-2+} 10 11 maintainers nomaintainer 11 12 description Expand template text with embedded Perl -
perl/p5-text-wrapi18n/Portfile
6 6 7 7 perl5.branches 5.8 5.10 5.12 5.14 5.16 5.18 5.20 8 8 perl5.setup Text-WrapI18N 0.06 9 revision 1 9 10 10 11 platforms darwin 11 12 maintainers nomaintainer -
perl/p5-throwable/Portfile
6 6 7 7 perl5.branches 5.8 5.10 5.12 5.14 5.16 5.18 5.20 8 8 perl5.setup Throwable 0.200011 ../by-authors/id/R/RJ/RJBS 9 revision 1 9 10 license {Artistic-1 GPL} 10 11 maintainers nomaintainer 11 12 description Throwable - a role for classes that can be thrown -
perl/p5-tie-ixhash/Portfile
6 6 7 7 perl5.branches 5.8 5.10 5.12 5.14 5.16 5.18 5.20 8 8 perl5.setup Tie-IxHash 1.23 9 revision 1 9 10 license {Artistic-1 GPL} 10 11 maintainers nomaintainer 11 12 description 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 1 2 # $Id$ 2 3 3 4 PortSystem 1.0 … … 5 6 6 7 perl5.branches 5.8 5.10 5.12 5.14 5.16 5.18 5.20 7 8 perl5.setup TimeDate 2.30 Time 9 revision 1 8 10 platforms darwin 9 11 maintainers nomaintainer 10 12 license Artistic GPL -
perl/p5-tk/Portfile
6 6 7 7 perl5.branches 5.8 5.10 5.12 5.14 5.16 5.18 5.20 8 8 perl5.setup Tk 804.032 9 revision 1 9 10 license {Artistic-1 GPL} MIT 10 11 maintainers nomaintainer 11 12 description p5-tk is a Perl interface to Tk … … 22 23 port:jpeg \ 23 24 port:libpng 24 25 25 26 configure.args-append \ 26 27 X11=${prefix} 27 28 } -
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 1 2 # $Id$ 2 3 3 4 PortSystem 1.0 … … 4 5 PortGroup perl5 1.0 5 6 6 7 perl5.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 8 perl5.setup Tree-DAG_Node 1.22 9 9 license {Artistic-1 GPL} 10 10 maintainers nomaintainer 11 11 description A (super)class for representing nodes in a tree … … 20 20 have two mothers). 21 21 22 22 platforms darwin 23 extract.suffix .tgz 23 24 24 checksums md5 3b006f128bd1d8961fc57c466ffa05f2 25 checksums rmd160 98db76d5b604b1a2bba70338393a9649051edb82 \ 26 sha256 9ef1213a6734c36992f4bbb8cc9b3267143dd3aca42e8c069d9bc7cab24f4dba 25 27 26 supported_archs noarch28 supported_archs noarch -
perl/p5-tree-simple/Portfile
5 5 PortGroup perl5 1.0 6 6 7 7 perl5.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 8 perl5.setup Tree-Simple 1.23 10 9 license {Artistic-1 GPL} 11 10 maintainers nomaintainer 12 11 description A simple tree object … … 14 13 15 14 platforms darwin 16 15 17 checksums rmd160 87a7077314dd92fd5674c891004e1bce8cf01c12 \ 18 sha256 cfbcdf0e02fb94134e1308ef5c3feb4ca4d4ff4cc4199b14fa9be7821183622d 16 extract.suffix .tgz 17 checksums rmd160 b30d072a41d1b64f60b9b1fc9d505c23cd197ffa \ 18 sha256 fc66b6a4d3278e9b17808e367c054fc444bbe51ea5906b6845010a2bafd81822 19 19 20 20 if {${perl5.major} != ""} { 21 21 depends_lib-append port:p${perl5.major}-test-exception -
perl/p5-try-tiny/Portfile
6 6 7 7 perl5.branches 5.8 5.10 5.12 5.14 5.16 5.18 5.20 8 8 perl5.setup Try-Tiny 0.22 ../by-authors/id/D/DO/DOY/ 9 revision 1 9 10 maintainers nomaintainer 10 11 license MIT 11 12 description minimal try/catch with proper localization of $@ -
perl/p5-universal-can/Portfile
5 5 PortGroup perl5 1.0 6 6 7 7 perl5.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 8 perl5.setup UNIVERSAL-can 1.20140328 10 9 license Artistic-2 11 10 maintainers nomaintainer 12 11 supported_archs noarch … … 17 16 18 17 platforms darwin 19 18 20 checksums rmd160 7a0a9f3ef9319ecd742ce16937bec721921562d9 \ 21 sha256 cbc1d13ed4b9e3dadb09bea958d3cfeb1c2abc8720f9c30f262157dc0405eb3a 22 23 perl5.use_module_build 19 checksums rmd160 05ff69a1ea0c9b3aa133bc1ccb2e1c298502f94e \ 20 sha256 522da9f274786fe2cba99bc77cc1c81d2161947903d7fad10bd62dfb7f11990f -
perl/p5-universal-isa/Portfile
5 5 PortGroup perl5 1.0 6 6 7 7 perl5.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 8 perl5.setup UNIVERSAL-isa 1.20120726 10 9 license Artistic-2 11 10 maintainers nomaintainer 12 11 supported_archs noarch … … 17 16 18 17 platforms darwin 19 18 20 checksums rmd160 599869352639b92898d42c74b6fb1c9f810f60f8 \ 21 sha256 46f69839df7a95d3cd9e4356d069f3704df3b35356f1030abf2e1508d22c5042 22 23 perl5.use_module_build 19 checksums rmd160 c0ad6f8373f6d4db718de961c6d5db6233132ce7 \ 20 sha256 c1b0ef6909c92dd5a0727e932b48c7f3ec7cbd73695ac527280b2174754a54e1 -
perl/p5-uri/Portfile
6 6 7 7 perl5.branches 5.8 5.10 5.12 5.14 5.16 5.18 5.20 8 8 perl5.setup URI 1.64 9 revision 1 9 10 platforms darwin 10 11 maintainers nomaintainer 11 12 license Artistic GPL -
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 1 2 # $Id$ 2 3 3 4 PortSystem 1.0 … … 4 5 PortGroup perl5 1.0 5 6 6 7 perl5.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 8 perl5.setup Variable-Magic 0.53 ../by-authors/id/V/VP/VPIT/ 9 9 license {Artistic-1 GPL} 10 10 maintainers nomaintainer 11 11 description Associate user-defined magic to variables from Perl. … … 13 13 14 14 platforms darwin 15 15 16 checksums md5 1e3c169cf8392e5c96e826e44fdeda6d \ 17 sha1 27e35d10633dbfbb09db9d98ca5c10291f76bfa8 \ 18 rmd160 1bf99f443cf36d32e8180ce990d448017548e45c 16 checksums rmd160 7e52ffbe3d2cd86ed659b0b262dd2205a33cd9c8 \ 17 sha256 18fd97b913b383df0c8f1e91cabe82bfc450d7aec8d5f62f9d015884cf7abed7 -
perl/p5-version/Portfile
7 7 epoch 2 8 8 perl5.branches 5.8 5.10 5.12 5.14 5.16 5.18 5.20 9 9 perl5.setup version 0.9908 10 revision 110 revision 2 11 11 license {Artistic GPL} 12 12 maintainers nomaintainer 13 13 description Perl extension for Version Objects -
perl/p5-want/Portfile
2 2 # $Id$ 3 3 4 4 PortSystem 1.0 5 PortGroup perl51.05 PortGroup perl5 1.0 6 6 7 7 perl5.branches 5.8 5.10 5.12 5.14 5.16 5.18 5.20 8 perl5.setup Want 0.2 18 perl5.setup Want 0.23 ../by-authors/id/R/RO/ROBIN/ 9 9 10 10 license {Artistic-1 GPL} 11 11 maintainers nomaintainer … … 14 14 description A generalisation of wantarray 15 15 long_description ${description} 16 16 17 master_sites http://search.cpan.org/CPAN/authors/id/R/RO/ROBIN/ 18 19 checksums rmd160 07bdf2d672577ef3a5fd71c5dd13e3267163344f \ 20 sha256 cc8bed2d029a08b2f0c8188ade90bea1fd82cbd70b66867039a50ff385a5eba8 17 checksums rmd160 e1b49e5a0bc3445e6c17cf62fea783eb8ad21c36 \ 18 sha256 773d7eea27f3f49ac61982b0dd51778d70add38fc8daa8746beb628563bff723 -
perl/p5-www-robotrules/Portfile
6 6 7 7 perl5.branches 5.8 5.10 5.12 5.14 5.16 5.18 5.20 8 8 perl5.setup WWW-RobotRules 6.02 9 revision 1 9 10 platforms darwin 10 11 maintainers nomaintainer 11 12 license Artistic GPL -
perl/p5-wx/Portfile
8 8 # ParseXS >= 3.15 is needed for the build, 9 9 # but earlier perl versions provide too old ParseXL versions and thus cannot be built 10 10 # So 5.14 is the lowest version of Perl that used to work until recently 11 # but is now broken as well: https://trac.macports.org/ticket/43157 12 #perl5.branches 5.8 5.10 5.12 5.14 5.16 5.18 13 perl5.branches 5.16 5.18 5.20 11 # but is now broken as well: 12 # https://trac.macports.org/ticket/43157 13 # The module doesn't work with Perl 5.20 either: 14 # https://trac.macports.org/ticket/44416 15 #perl5.branches 5.8 5.10 5.12 5.14 5.16 5.18 5.20 16 perl5.branches 5.16 5.18 14 17 perl5.setup Wx 0.9923 15 revision 118 revision 2 16 19 17 20 platforms darwin 18 21 maintainers mojca openmaintainer -
perl/p5-xml-entities/Portfile
5 5 6 6 perl5.branches 5.8 5.10 5.12 5.14 5.16 5.18 5.20 7 7 perl5.setup XML-Entities 1.0001 8 revision 1 8 9 license {Artistic-1 GPL} 9 10 maintainers nomaintainer 10 11 description Decode strings with XML entities -
perl/p5-xml-parser/Portfile
6 6 7 7 perl5.branches 5.8 5.10 5.12 5.14 5.16 5.18 5.20 8 8 perl5.setup XML-Parser 2.41 9 revision 1 9 10 maintainers phoenixtrap.com:mjg 10 11 platforms darwin 11 12 categories-append textproc -
perl/p5-yaml/Portfile
5 5 PortGroup perl5 1.0 6 6 7 7 perl5.branches 5.8 5.10 5.12 5.14 5.16 5.18 5.20 8 perl5.setup YAML 0.908 perl5.setup YAML 1.01 9 9 maintainers geeklair.net:dluke openmaintainer 10 10 description YAML loader/dumper module 11 11 license {GPL Artistic} … … 20 20 21 21 supported_archs noarch 22 22 23 checksums rmd160 d35f23ceb4ab090162cc624562b02ab5913d28f8\24 sha256 187e28b2e64266bca57b24123839553ba4e566bf5fa101c2131c571a36acda4d23 checksums rmd160 43c4d07d2e822d156857e6757a1832c582d7c23f \ 24 sha256 5ddba9d8fa0bed7d944b8ec5df47366003d4e11afc36fc9a32ef4a1afd461192 25 25 26 26 if {${perl5.major} != ""} { 27 27 patchfiles patch-Makefile.PL.diff -
perl/p5-yaml/files/patch-Makefile.PL.diff
3 3 @@ -11,7 +11,7 @@ use ExtUtils::MakeMaker 6.30; 4 4 5 5 my %WriteMakefileArgs = ( 6 "ABSTRACT" => "YAML Ain't Markup Language (tm)",6 "ABSTRACT" => "YAML Ain't Markup Language", 7 7 - "AUTHOR" => "Ingy d\x{f6}t Net <ingy\@cpan.org>", 8 8 + "AUTHOR" => "Ingy dot Net <ingy\@cpan.org>", 9 "BUILD_REQUIRES" => {},10 9 "CONFIGURE_REQUIRES" => { 11 10 "ExtUtils::MakeMaker" => "6.30" 11 }, -
perl/p5-yaml-syck/Portfile
6 6 7 7 perl5.branches 5.8 5.10 5.12 5.14 5.16 5.18 5.20 8 8 perl5.setup YAML-Syck 1.27 9 revision 1 9 10 maintainers nomaintainer 10 11 license MIT 11 12 description A fast, lightweight YAML loader and dumper -
perl/p5-yaml-tiny/Portfile
5 5 PortGroup perl5 1.0 6 6 7 7 perl5.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 8 perl5.setup YAML-Tiny 1.63 10 9 license {Artistic-1 GPL} 11 10 maintainers nomaintainer 12 11 description Read/Write YAML files with as little code as possible … … 14 13 15 14 platforms darwin 16 15 17 checksums rmd160 994f2e5fb9cc480400bf71c7242790a5455cb879\18 sha256 5c6e9b3d9e558fc428d8b8710da49ff3bcb9fb606decb63c24816da01c9f8b4d16 checksums rmd160 3cb1f19b3c46682e3e574fce4e4a0d6d2edee797 \ 17 sha256 b4611dc9b34e23ad15dc5ac418ddc6d5b08145a6a5e7de91e710629ab2714a4d 19 18 20 19 if {${perl5.major} != ""} { 21 20 depends_lib-append port:p${perl5.major}-yaml \