Date: Mon, 4 May 2020 10:01:56 +0000 (UTC) From: Dirk Meyer <dinoex@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r533911 - in head/net: . webalizer-geodb Message-ID: <202005041001.044A1uTU064987@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: dinoex Date: Mon May 4 10:01:55 2020 New Revision: 533911 URL: https://svnweb.freebsd.org/changeset/ports/533911 Log: 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. Added: head/net/webalizer-geodb/ head/net/webalizer-geodb/Makefile (contents, props changed) head/net/webalizer-geodb/distinfo (contents, props changed) head/net/webalizer-geodb/pkg-descr (contents, props changed) Modified: head/net/Makefile Modified: head/net/Makefile ============================================================================== --- head/net/Makefile Mon May 4 09:45:40 2020 (r533910) +++ head/net/Makefile Mon May 4 10:01:55 2020 (r533911) @@ -1527,6 +1527,7 @@ SUBDIR += wakeonlan SUBDIR += waypipe SUBDIR += wayvnc + SUBDIR += webalizer-geodb SUBDIR += whois SUBDIR += widentd SUBDIR += wireguard Added: head/net/webalizer-geodb/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/webalizer-geodb/Makefile Mon May 4 10:01:55 2020 (r533911) @@ -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> Added: head/net/webalizer-geodb/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/webalizer-geodb/distinfo Mon May 4 10:01:55 2020 (r533911) @@ -0,0 +1,3 @@ +TIMESTAMP = 1588585196 +SHA256 (webalizer-geodb-20200501.tgz) = c8620a5095ca2ef76ffb53bd6988356e545d8495a85cdd8be67950727be81ac8 +SIZE (webalizer-geodb-20200501.tgz) = 1493093 Added: head/net/webalizer-geodb/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/webalizer-geodb/pkg-descr Mon May 4 10:01:55 2020 (r533911) @@ -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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202005041001.044A1uTU064987>