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 IO-Interface 1.06 ../by-authors/id/L/LD/LDS |
---|
8 | platforms darwin |
---|
9 | maintainers di.uminho.pt:jpo openmaintainer |
---|
10 | license perl |
---|
11 | |
---|
12 | description Perl extension for access to network card configuration information |
---|
13 | |
---|
14 | long_description IO::Interface adds methods to IO::Socket objects that \ |
---|
15 | allows them to be used to retrieve and change information \ |
---|
16 | about the network interfaces on your system. In addition to \ |
---|
17 | the object-oriented access methods, you can use a \ |
---|
18 | function-oriented style. \ |
---|
19 | \ |
---|
20 | IO::Interface::Simple allows you to interrogate and change \ |
---|
21 | network interfaces. It has overlapping functionality with \ |
---|
22 | Net::Interface, but might compile and run on more platforms. |
---|
23 | |
---|
24 | checksums sha1 d775e8403487ca3ad86af9db3984ad19b0c0c997 \ |
---|
25 | rmd160 f06a3440396eeea7cb09927778571bd93cf10344 |
---|