svn commit: r533911 - in head/net: . webalizer-geodb

Dirk Meyer dinoex at FreeBSD.org
Mon May 4 10:01:57 UTC 2020


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 at 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.


More information about the svn-ports-head mailing list