# -*- 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.28 5.30 5.32 5.34 perl5.setup Tree-DAG_Node 1.32 revision 0 license {Artistic-1 GPL} maintainers nomaintainer description A (super)class for representing nodes in a tree long_description This class encapsulates/makes/manipulates objects that \ represent nodes in a tree structure. The tree structure \ is not an object itself, but is emergent from the linkages \ you create between nodes. This class provides the methods \ for making linkages that can be used to build up a tree, \ while preventing you from ever making any kinds of \ linkages which are not allowed in a tree (such as having \ a node be its own mother or ancestor, or having a node \ have two mothers). platforms {darwin any} extract.suffix .tgz checksums rmd160 3e43b342da2500886b5c6f5d94ea39ab5e4616f9 \ sha256 22d9de3d6e6f4afd89e6d825c664f9482878bd49e29cb81342a707af40542d3d \ size 54680 if {${perl5.major} != ""} { depends_lib-append \ port:p${perl5.major}-file-slurp-tiny supported_archs noarch }