The Webalizer GeoDB geolocation database

This package contains the Webalizer GeoDB geolocation database
file "GeoDB.dat". This database allows the Webalizer to perform
geographical location lookups for both IPv4 and IPv6 addresses.
This commit is contained in:
Dirk Meyer 2020-05-04 10:01:55 +00:00
parent 83a7644990
commit 776a8267f8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=533911
4 changed files with 31 additions and 0 deletions

View File

@ -1527,6 +1527,7 @@
SUBDIR += wakeonlan
SUBDIR += waypipe
SUBDIR += wayvnc
SUBDIR += webalizer-geodb
SUBDIR += whois
SUBDIR += widentd
SUBDIR += wireguard

View File

@ -0,0 +1,22 @@
# $FreeBSD$
PORTNAME= webalizer-geodb
PORTVERSION= 20200501
CATEGORIES+= net
MASTER_SITES= ftp://ftp.mrunix.net/pub/webalizer/geodb/
MAINTAINER= dinoex@FreeBSD.org
COMMENT= Webalizer GeoDB geolocation database
LICENSE= GPLv2
USES= tar:tgz
WRKSRC= ${WRKDIR}
NO_BUILD= yes
PLIST_FILES= share/geolizer/GeoDB.dat
do-install:
${MKDIR} ${STAGEDIR}${PREFIX}/share/geolizer
${INSTALL_DATA} ${WRKDIR}/GeoDB.dat ${STAGEDIR}${PREFIX}/share/geolizer/
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1588585196
SHA256 (webalizer-geodb-20200501.tgz) = c8620a5095ca2ef76ffb53bd6988356e545d8495a85cdd8be67950727be81ac8
SIZE (webalizer-geodb-20200501.tgz) = 1493093

View File

@ -0,0 +1,5 @@
The Webalizer GeoDB geolocation database
This package contains the Webalizer GeoDB geolocation database
file "GeoDB.dat". This database allows the Webalizer to perform
geographical location lookups for both IPv4 and IPv6 addresses.