From 92f4b1833682e0dcf8938ce47219cecf792cdccf Mon Sep 17 00:00:00 2001 From: Jason Graham Date: Sat, 9 Nov 2019 07:54:20 +0700 Subject: network/ip2location-c: Updated for version 8.0.9. Signed-off-by: Willy Sudiarto Raharjo --- network/ip2location-c/README | 16 +++++++++------- network/ip2location-c/ip2location-c.SlackBuild | 5 ++--- network/ip2location-c/ip2location-c.info | 8 ++++---- network/ip2location-c/slack-desc | 14 +++++++------- 4 files changed, 22 insertions(+), 21 deletions(-) (limited to 'network') diff --git a/network/ip2location-c/README b/network/ip2location-c/README index 7c045d09a3..3ebc96d6e6 100644 --- a/network/ip2location-c/README +++ b/network/ip2location-c/README @@ -1,10 +1,12 @@ -IP2Location C library enables the user to find the country, region, -city, coordinates, zip code, time zone, ISP, domain name, connection -type, area code, weather, MCC, MNC, mobile brand name, elevation and -usage type that any IP address or hostname originates from. It has -been optimized for speed and memory utilization. Developers can use -the API to query all IP2Location binary databases for IPv4 and -IPv6 address. +IP2Location C Library + +IP2Location is a C library that enables the user to find the country, +region, city, latitude, longitude, zip code, time zone, ISP, domain +name, connection type, area code, weather, mobile network, elevation, +usage type by IP address or hostname originates from. The library +reads the geo location information from IP2Location BIN data file. + +IPv4 and IPv6 addresses are supported. It contains the IP-COUNTRY BIN databases (IPv4 and IPv6) which consists of IP address blocks as keys and countries as diff --git a/network/ip2location-c/ip2location-c.SlackBuild b/network/ip2location-c/ip2location-c.SlackBuild index 18e39d9891..ee05eacda6 100644 --- a/network/ip2location-c/ip2location-c.SlackBuild +++ b/network/ip2location-c/ip2location-c.SlackBuild @@ -26,7 +26,7 @@ PRGNAM=ip2location-c SRCNAM=IP2Location-C-Library -VERSION=${VERSION:-8.0.7} +VERSION=${VERSION:-8.0.9} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -73,7 +73,6 @@ find -L . \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; # The README is missing and is needed by autoconf -cat README.md > README autoreconf -vif CFLAGS="$SLKCFLAGS" \ @@ -102,7 +101,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION cp -a \ - AUTHORS COPYING ChangeLog Developers_Guide.txt INSTALL LICENSE.TXT NEWS README.md \ + COPYING Developers_Guide.txt NEWS README INSTALL ChangeLog AUTHORS LICENSE.TXT \ $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild diff --git a/network/ip2location-c/ip2location-c.info b/network/ip2location-c/ip2location-c.info index 132b2d1b7f..0bcd55c047 100644 --- a/network/ip2location-c/ip2location-c.info +++ b/network/ip2location-c/ip2location-c.info @@ -1,10 +1,10 @@ PRGNAM="ip2location-c" -VERSION="8.0.7" +VERSION="8.0.9" HOMEPAGE="http://www.ip2location.com/developers/c" -DOWNLOAD="https://github.com/chrislim2888/IP2Location-C-Library/archive/8.0.7/IP2Location-C-Library-8.0.7.tar.gz" -MD5SUM="8c33ffe6d66baba942dffa8bf75ea45b" +DOWNLOAD="https://github.com/chrislim2888/IP2Location-C-Library/archive/8.0.9/IP2Location-C-Library-8.0.9.tar.gz" +MD5SUM="a232a7ed1cdfb4d972da60261fe4f38e" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" MAINTAINER="Jason Graham" -EMAIL="jgraha8@gmail.com" +EMAIL="jgraham@compukix.net" diff --git a/network/ip2location-c/slack-desc b/network/ip2location-c/slack-desc index 00302d16ce..f556c49110 100644 --- a/network/ip2location-c/slack-desc +++ b/network/ip2location-c/slack-desc @@ -8,12 +8,12 @@ |-----handy-ruler------------------------------------------------------| ip2location-c: ip2location-c (Geolocate IP library) ip2location-c: -ip2location-c: IP2Location C library enables the user to find the country, region, -ip2location-c: city, coordinates, zip code, time zone, ISP, domain name, connection -ip2location-c: type, area code, weather, MCC, MNC, mobile brand name, elevation and -ip2location-c: usage type that any IP address or hostname originates from. It has -ip2location-c: been optimized for speed and memory utilization. Developers can use -ip2location-c: the API to query all IP2Location binary databases for IPv4 and -ip2location-c: IPv6 address. +ip2location-c: IP2Location is a C library that enables the user to find the country, +ip2location-c: region, city, latitude, longitude, zip code, time zone, ISP, domain +ip2location-c: name, connection type, area code, weather, mobile network, elevation, +ip2location-c: usage type by IP address or hostname originates from. The library +ip2location-c: reads the geo location information from IP2Location BIN data file. +ip2location-c: +ip2location-c: IPv4 and IPv6 addresses are supported. ip2location-c: ip2location-c: Homepage: http://www.ip2location.com/c.aspx -- cgit v1.2.3