From d038a73ebd432fae3ce355b84443038f88cb7199 Mon Sep 17 00:00:00 2001 From: zuntum Date: Wed, 31 Oct 2001 22:52:58 +0000 Subject: Move pkg/ files into package's toplevel directory --- net/ipv6calc/DESCR | 8 ++++++++ net/ipv6calc/PLIST | 2 ++ net/ipv6calc/pkg/DESCR | 8 -------- net/ipv6calc/pkg/PLIST | 2 -- 4 files changed, 10 insertions(+), 10 deletions(-) create mode 100644 net/ipv6calc/DESCR create mode 100644 net/ipv6calc/PLIST delete mode 100644 net/ipv6calc/pkg/DESCR delete mode 100644 net/ipv6calc/pkg/PLIST (limited to 'net/ipv6calc') diff --git a/net/ipv6calc/DESCR b/net/ipv6calc/DESCR new file mode 100644 index 00000000000..35bbad7fbb5 --- /dev/null +++ b/net/ipv6calc/DESCR @@ -0,0 +1,8 @@ +ipv6calc is a small utility in C to manipulate IPv6 addresses. The intentions +were to convert a given IPv6 address into compressed format, convert a given +IPv6 address into the same format like shown in Linux' /proc/net/if_inet6 and +(because it was not difficulty) migrate ip6_int into. Now only one utiltity is +needed to do a lot (perhaps the features grow on demand in the future). + +This utility will be used in the future to extend features on +network-functions-ipv6. diff --git a/net/ipv6calc/PLIST b/net/ipv6calc/PLIST new file mode 100644 index 00000000000..379cfb58381 --- /dev/null +++ b/net/ipv6calc/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1 2001/10/31 22:55:44 zuntum Exp $ +bin/ipv6calc diff --git a/net/ipv6calc/pkg/DESCR b/net/ipv6calc/pkg/DESCR deleted file mode 100644 index 35bbad7fbb5..00000000000 --- a/net/ipv6calc/pkg/DESCR +++ /dev/null @@ -1,8 +0,0 @@ -ipv6calc is a small utility in C to manipulate IPv6 addresses. The intentions -were to convert a given IPv6 address into compressed format, convert a given -IPv6 address into the same format like shown in Linux' /proc/net/if_inet6 and -(because it was not difficulty) migrate ip6_int into. Now only one utiltity is -needed to do a lot (perhaps the features grow on demand in the future). - -This utility will be used in the future to extend features on -network-functions-ipv6. diff --git a/net/ipv6calc/pkg/PLIST b/net/ipv6calc/pkg/PLIST deleted file mode 100644 index 0b84c31ecbb..00000000000 --- a/net/ipv6calc/pkg/PLIST +++ /dev/null @@ -1,2 +0,0 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2001/03/04 15:59:22 hubertf Exp $ -bin/ipv6calc -- cgit v1.2.3