diff options
author | Chris Abela <kristofru@gmail.com> | 2013-06-30 12:51:49 -0300 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2013-07-02 16:06:52 -0500 |
commit | 9e23e234410e183871b6cac69f57ac93e0654cee (patch) | |
tree | abee62d7fc838378b7078f7b6a92236ab72f3881 | |
parent | 7072685be064a3a3d3c3b0a41a1bd9d0042f84c5 (diff) | |
download | slackbuilds-9e23e234410e183871b6cac69f57ac93e0654cee.tar.gz |
network/ipv6calc: Updated for version 0.94.1.
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
-rw-r--r-- | network/ipv6calc/README | 12 | ||||
-rw-r--r-- | network/ipv6calc/ipv6calc.SlackBuild | 4 | ||||
-rw-r--r-- | network/ipv6calc/ipv6calc.info | 6 | ||||
-rw-r--r-- | network/ipv6calc/slack-desc | 14 |
4 files changed, 17 insertions, 19 deletions
diff --git a/network/ipv6calc/README b/network/ipv6calc/README index d9d600a075..ea37fbb7b5 100644 --- a/network/ipv6calc/README +++ b/network/ipv6calc/README @@ -1,14 +1,12 @@ -ipv6calc is a small utility written in programming language C to manipulate -(not only) IPv6 addresses. Intentions were convering a given IPv6 address into -compressed format, convering a given IPv6 address into the same format like -shown in /proc/net/if_inet6 and (because it was not difficulty) migrating the -Perl program ip6_int into. Now only one utiltity is needed to do a lot. +ipv6calc is a small utility written in C to manipulate (not only) IPv6 +addresses. It converts a given IPv6 address into compressed format, or +into the same format shown in /proc/net/if_inet6. This utility was also used in the past to extend features on network-functions-ipv6 library, used by initscripts-ipv6. -To enable IP2Location support you will need to install the optional dependency -ip2location-c first, and then pass: +To enable IP2Location support you will need to install the optional +dependency ip2location-c first, and then pass: IP2LOCATION=yes diff --git a/network/ipv6calc/ipv6calc.SlackBuild b/network/ipv6calc/ipv6calc.SlackBuild index 757e63e6f6..eb5abc6656 100644 --- a/network/ipv6calc/ipv6calc.SlackBuild +++ b/network/ipv6calc/ipv6calc.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for ipv6calc -# Copyright 2012 Chris Abela, Malta +# Copyright 2012, 2013 Chris Abela, Malta # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=ipv6calc -VERSION=${VERSION:-0.93.1} +VERSION=${VERSION:-0.94.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/network/ipv6calc/ipv6calc.info b/network/ipv6calc/ipv6calc.info index 628ea06efa..babccf3f7c 100644 --- a/network/ipv6calc/ipv6calc.info +++ b/network/ipv6calc/ipv6calc.info @@ -1,8 +1,8 @@ PRGNAM="ipv6calc" -VERSION="0.93.1" +VERSION="0.94.1" HOMEPAGE="http://www.deepspace6.net/projects/ipv6calc.html" -DOWNLOAD="ftp://ftp.bieringer.de/pub/linux/IPv6/ipv6calc/ipv6calc-0.93.1.tar.gz" -MD5SUM="9a5b7fdd1a90cd621dc43623976d912a" +DOWNLOAD="ftp://ftp.bieringer.de/pub/linux/IPv6/ipv6calc/ipv6calc-0.94.1.tar.gz" +MD5SUM="5d7b9d9e42b9226551b2d6d9b0b35cbd" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" diff --git a/network/ipv6calc/slack-desc b/network/ipv6calc/slack-desc index 86dbef8c0e..69a3fbe7ed 100644 --- a/network/ipv6calc/slack-desc +++ b/network/ipv6calc/slack-desc @@ -6,14 +6,14 @@ # customary to leave one space after the ':' except on otherwise blank lines. |-----handy-ruler------------------------------------------------------| -ipv6calc: ipv6calc is a small utility written in programming language C to -ipv6calc: manipulate (not only) IPv6 addresses. Intentions were convering a -ipv6calc: given IPv6 address into compressed format, convering a given IPv6 -ipv6calc: address into the same format like shown in /proc/net/if_inet6 and -ipv6calc: (because it was not difficulty) migrating the Perl program ip6_int -ipv6calc: into. Now only one utiltity is needed to do a lot. -ipv6calc: +ipv6calc: ipv6calc (IPv6 utility) +ipv6calc: +ipv6calc: ipv6calc is a small utility written in C to manipulate (not only) IPv6 +ipv6calc: addresses. It converts a given IPv6 address into compressed format, or +ipv6calc: into the same format shown in /proc/net/if_inet6. ipv6calc: This utility was also used in the past to extend features on ipv6calc: network-functions-ipv6 library, used by initscripts-ipv6. ipv6calc: ipv6calc: Homepage: http://www.deepspace6.net/projects/ipv6calc.html +ipv6calc: +ipv6calc: |