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 | name p5-io-interface |
---|
8 | perl5.setup IO-Interface 1.05 |
---|
9 | version 1.05 |
---|
10 | revision 1 |
---|
11 | categories perl net |
---|
12 | platforms darwin |
---|
13 | maintainers nomaintainer |
---|
14 | |
---|
15 | description Perl extensions for access to network card configuration information. |
---|
16 | |
---|
17 | long_description IO::Interface adds methods to IO::Socket objects that \ |
---|
18 | allows them to be used to retrieve and change information \ |
---|
19 | about the network interfaces on your system. In addition \ |
---|
20 | to the object-oriented access methods, you can use a \ |
---|
21 | function-oriented style. \ |
---|
22 | \ |
---|
23 | IO::Interface::Simple allows you to interrogate and change\ |
---|
24 | network interfaces. It has overlapping functionality with \ |
---|
25 | Net::Interface, but might compile and run on more \ |
---|
26 | platforms. |
---|
27 | |
---|
28 | |
---|
29 | checksums sha1 5b195518fbd87175a5bc4c71d426a2e360b99f98 \ |
---|
30 | rmd160 540de54311e24619e748116a595c40efd3db3329 |
---|