summaryrefslogtreecommitdiffstats
path: root/network
diff options
context:
space:
mode:
author Chris Abela <kristofru@gmail.com>2011-10-19 08:54:44 -0500
committer Niels Horn <niels.horn@slackbuilds.org>2011-10-22 10:17:09 -0200
commit876b7480b14d4116ced1e18571a95d7ad6a262e6 (patch)
tree3c18deb5eecd010ffc29fd04a6a0e1a74e9040f6 /network
parentf1b615efa6a0e92db49a5f9a622bd858313a7006 (diff)
downloadslackbuilds-876b7480b14d4116ced1e18571a95d7ad6a262e6.tar.gz
slackbuilds-876b7480b14d4116ced1e18571a95d7ad6a262e6.tar.xz
network/ipv6calc: Updated for version 0.92.0.
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
Diffstat (limited to 'network')
-rw-r--r--network/ipv6calc/README17
-rw-r--r--network/ipv6calc/ipv6calc.SlackBuild4
-rw-r--r--network/ipv6calc/ipv6calc.info10
-rw-r--r--network/ipv6calc/slack-desc18
4 files changed, 24 insertions, 25 deletions
diff --git a/network/ipv6calc/README b/network/ipv6calc/README
index c5060735ff..3603cd5a34 100644
--- a/network/ipv6calc/README
+++ b/network/ipv6calc/README
@@ -1,15 +1,14 @@
-ipv6calc is a small utility written in programming language C to
-manipulate (not only) IPv6 addresses. Intentions were converting a
-given IPv6 address into compressed format, converting 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 utility is needed to do a lot.
-
+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.
+
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 C-Ip2location
-first, and then pass:
+To enable IP2Location support you will need to install C-IP2location first,
+and then pass:
IP2LOCATION=yes
diff --git a/network/ipv6calc/ipv6calc.SlackBuild b/network/ipv6calc/ipv6calc.SlackBuild
index c42fbcb8dd..75db342a26 100644
--- a/network/ipv6calc/ipv6calc.SlackBuild
+++ b/network/ipv6calc/ipv6calc.SlackBuild
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=ipv6calc
-VERSION=${VERSION:-0.90.0}
+VERSION=${VERSION:-0.92.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -54,7 +54,7 @@ else
LIBDIRSUFFIX=""
fi
-set -e
+set -e
rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
diff --git a/network/ipv6calc/ipv6calc.info b/network/ipv6calc/ipv6calc.info
index c67f444ed0..f8be42fee4 100644
--- a/network/ipv6calc/ipv6calc.info
+++ b/network/ipv6calc/ipv6calc.info
@@ -1,10 +1,10 @@
PRGNAM="ipv6calc"
-VERSION="0.90.0"
+VERSION="0.92.0"
HOMEPAGE="http://www.deepspace6.net/projects/ipv6calc.html"
-DOWNLOAD="ftp://ftp.bieringer.de/pub/linux/IPv6/ipv6calc/ipv6calc-0.90.0.tar.gz"
-MD5SUM="c1a654214058fdac5f8c2ba6a196e2b8"
+DOWNLOAD="ftp://ftp.bieringer.de/pub/linux/IPv6/ipv6calc/ipv6calc-0.92.0.tar.gz"
+MD5SUM="0517e88f7b70d7b1f5c501ebc59e0c1c"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="Chris Abela"
-EMAIL="chris.abela@maltats.com"
-APPROVED="dsomero"
+EMAIL="kristofru@gmail.com"
+APPROVED="Erik Hanson"
diff --git a/network/ipv6calc/slack-desc b/network/ipv6calc/slack-desc
index 7e4d4de3b1..5939679a67 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 (utility to convert IPv6 addresses)
-ipv6calc:
-ipv6calc: ipv6calc is a small utility written in programming language C to
-ipv6calc: manipulate (not only) IPv6 addresses. Intentions were converting a
-ipv6calc: given IPv6 address into compressed format, converting 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 utitity is needed to do a lot.
-ipv6calc:
+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: 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