# -*- 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.24 perl5.setup Net-Frame-Simple 1.07 license Artistic-1 platforms darwin maintainers nomaintainer description network frame crafting made easy long_description This module is part of Net::Frame frame crafting \ framework. It is totally optional, but can make \ playing with the network far easier. \ Basically, it hides the complexity of frame forging, \ sending, and receiving, by providing helper methods, \ which will analyze internally how to assemble frames \ and find responses to probes. \ For example, it will take care of computing lengths \ and checksums, and matching a response frame to the \ requesting frame. checksums rmd160 46c9f622421831ce551b6e1621a23168dfd4e69a \ sha256 4ea46c0d9cb4a2dace4d3d022cb1c3e80dc9d645ae38c124ee485cfdc828814e if {${perl5.major} != ""} { depends_lib-append \ port:p${perl5.major}-class-gomor \ port:p${perl5.major}-net-frame perl5.use_module_build supported_archs noarch }