# -*- 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 PortSystem 1.0 PortGroup perl5 1.0 perl5.branches 5.26 perl5.setup Error 0.17026 license {Artistic-1 GPL} maintainers {khindenburg @kurthindenburg} openmaintainer description Error/exception handling in an OO-ish way long_description The Error package provides two interfaces. Firstly \ Error provides a procedural interface to exception \ handling. Secondly Error is a base class for \ errors/exeptions that can either be thrown, for \ subsequent catch, or can simply be recorded. platforms darwin checksums rmd160 4fb59b44ade5a94c5d2be1c13a2a1b05f02e7c18 \ sha256 37590a962cd73ae03470e1ff16459a6cbc5273fc57626b8981dab9c2433155d9 \ size 32988 supported_archs noarch if {${perl5.major} != ""} { post-destroot { set docdir ${prefix}/share/doc/${subport} xinstall -d ${destroot}${docdir} xinstall -m 644 -W ${worksrcpath} ChangeLog README ${destroot}${docdir} set examplesdir ${prefix}/share/examples/${subport} xinstall -d ${destroot}[file dirname ${examplesdir}] copy ${worksrcpath}/examples ${destroot}${examplesdir} } }