# -*- 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 # $Id$ PortSystem 1.0 PortGroup perl5 1.0 perl5.branches 5.16 5.18 5.20 5.22 perl5.setup Tree-DAG_Node 1.26 license {Artistic-2 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 extract.suffix .tgz checksums rmd160 f9688ca023177e507832c4f9f91cad2b071ad0d2 \ sha256 c7ada734a50bf4fb75de5e12f2317b2c8baeda514931def48857ff86051ce0cd if {${perl5.major} != ""} { depends_build-append \ port:p${perl5.major}-test-pod depends_lib-append \ port:p${perl5.major}-file-slurp-tiny \ port:p${perl5.major}-pathtools supported_archs noarch perl5.use_module_build }