1 | PortSystem 1.0 |
---|
2 | |
---|
3 | name ipv6calc |
---|
4 | version 0.71.0 |
---|
5 | categories net |
---|
6 | maintainers cbellot@sky.fr |
---|
7 | |
---|
8 | description A small utility to manipulate (not only) IPv6 addresses. |
---|
9 | long_description ipv6calc is a small utility written in programming languate C \ |
---|
10 | to manipulate (not only) IPv6 addresses. Intentions were \ |
---|
11 | convering a given IPv6 address into compressed format, \ |
---|
12 | convering a given IPv6 address into the same format like shown \ |
---|
13 | in /proc/net/if_inet6 and (because it was not difficulty) \ |
---|
14 | migrating the Perl program ip6_int into. Now only one utiltity \ |
---|
15 | is needed to do a lot. |
---|
16 | |
---|
17 | platforms darwin |
---|
18 | homepage http://www.deepspace6.net/projects/ipv6calc.html |
---|
19 | master_sites ftp://ftp.bieringer.de/pub/linux/IPv6/ipv6calc/ |
---|
20 | |
---|
21 | distfiles ipv6calc-0.71.0.tar.gz |
---|
22 | checksums ipv6calc-0.71.0.tar.gz md5 bbd6bd8e5202f7624a67fa34e4860782 |
---|
23 | |
---|
24 | build.type gnu |
---|
25 | build.env DESTDIR=${destroot} |
---|
26 | build.env prefix=${destroot} |
---|
27 | destroot.destdir prefix=${destroot}${prefix} |
---|
28 | |
---|