# -*- 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.8 5.10 5.12 5.14 5.16 perl5.setup Net-Frame-Simple 1.04 revision 3 platforms darwin maintainers nomaintainer supported_archs noarch 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 sha1 9f5a3b90a988850e6e326e9c66907b177f03d51a \ rmd160 f5fac658ff6215b1dbab7297c8310655a48cdf95 if {${perl5.major} != ""} { depends_lib-append port:p${perl5.major}-class-gomor \ port:p${perl5.major}-net-frame }