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:
parent
83a7644990
commit
776a8267f8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=533911
@ -1527,6 +1527,7 @@
|
||||
SUBDIR += wakeonlan
|
||||
SUBDIR += waypipe
|
||||
SUBDIR += wayvnc
|
||||
SUBDIR += webalizer-geodb
|
||||
SUBDIR += whois
|
||||
SUBDIR += widentd
|
||||
SUBDIR += wireguard
|
||||
|
22
net/webalizer-geodb/Makefile
Normal file
22
net/webalizer-geodb/Makefile
Normal 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>
|
3
net/webalizer-geodb/distinfo
Normal file
3
net/webalizer-geodb/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1588585196
|
||||
SHA256 (webalizer-geodb-20200501.tgz) = c8620a5095ca2ef76ffb53bd6988356e545d8495a85cdd8be67950727be81ac8
|
||||
SIZE (webalizer-geodb-20200501.tgz) = 1493093
|
5
net/webalizer-geodb/pkg-descr
Normal file
5
net/webalizer-geodb/pkg-descr
Normal 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.
|
Loading…
Reference in New Issue
Block a user