1 | # -*- 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 |
---|
2 | # $Id$ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | PortGroup perl5 1.0 |
---|
6 | |
---|
7 | perl5.setup NetPacket v0.42.0 |
---|
8 | platforms darwin |
---|
9 | maintainers di.uminho.pt:jpo openmaintainer |
---|
10 | |
---|
11 | description Modules to assemble/disassemble network packets at the protocol level |
---|
12 | |
---|
13 | long_description NetPacket provides a base class for a cluster of modules \ |
---|
14 | related to decoding and encoding of network protocols. Each \ |
---|
15 | NetPacket descendent module knows how to encode and decode \ |
---|
16 | packets for the network protocol it implements. |
---|
17 | |
---|
18 | checksums md5 568799b612e19dc54fcdc15af031a4ab \ |
---|
19 | sha1 9d53bafa0a086136fd9b3ded11ccef0d20c1f44e \ |
---|
20 | rmd160 111462d44ce0d6a583566716607269852624cdaa |
---|
21 | |
---|
22 | if {[info exists supported_archs]} { |
---|
23 | supported_archs noarch |
---|
24 | } else { |
---|
25 | universal_variant no |
---|
26 | } |
---|