Index: MOVED =================================================================== --- MOVED +++ MOVED @@ -13972,7 +13972,6 @@ www/py-mt||2020-01-27|Has expired: Unmaintained, uses EOLed python27 www/py-rhodecode||2020-01-27|Has expired: Unmaintained, uses EOLed python27 www/qooxdoo||2020-01-27|Has expired: Unmaintained, uses EOLed python27 -www/varnish-libvmod-maxminddb||2020-01-27|Has expired: Unmaintained, uses EOLed python27 x11/metisse||2020-01-27|Has expired: Unmaintained, uses EOLed python27 x11/ooxcb||2020-01-27|Has expired: Unmaintained, uses EOLed python27 x11-toolkits/diorite||2020-01-27|Has expired: Unmaintained, uses EOLed python27 Index: www/varnish-libvmod-maxminddb/Makefile =================================================================== --- /dev/null +++ www/varnish-libvmod-maxminddb/Makefile @@ -0,0 +1,33 @@ +# $FreeBSD$ + +PORTNAME= libvmod-maxminddb +DISTVERSION= 1.0.0 +PORTREVISION= 2 +CATEGORIES= www +PKGNAMEPREFIX= varnish- + +MAINTAINER= allanjude@FreeBSD.org +COMMENT= Varnish Module (vmod) for accessing maxminddb geoip data + +LICENSE= BSD2CLAUSE + +BUILD_DEPENDS= rst2man:textproc/py-docutils + +LIB_DEPENDS= libmaxminddb.so:net/libmaxminddb + +USES= autoreconf compiler:c11 gmake libtool pkgconfig \ + python:3.6,build varnish +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --disable-static +INSTALL_TARGET= install-strip + +USE_GITHUB= yes +GH_ACCOUNT= scaleengine +GH_PROJECT= libvmod_maxminddb +GH_TAGNAME= 855d4b7b + +MAKE_JOBS_UNSAFE= yes + +OPTIONS_DEFINE= DOCS + +.include Index: www/varnish-libvmod-maxminddb/distinfo =================================================================== --- /dev/null +++ www/varnish-libvmod-maxminddb/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1588283635 +SHA256 (scaleengine-libvmod_maxminddb-1.0.0-855d4b7b_GH0.tar.gz) = c9edbc5aa56231b54bc63757c5873de3d603c6b0818d89626da0d16f9027dd98 +SIZE (scaleengine-libvmod_maxminddb-1.0.0-855d4b7b_GH0.tar.gz) = 4145 Index: www/varnish-libvmod-maxminddb/pkg-descr =================================================================== --- /dev/null +++ www/varnish-libvmod-maxminddb/pkg-descr @@ -0,0 +1,3 @@ +Varnish Module (vmod) for accessing maxminddb geoip data + +WWW: https://github.com/simonvik/libvmod_maxminddb Index: www/varnish-libvmod-maxminddb/pkg-plist =================================================================== --- /dev/null +++ www/varnish-libvmod-maxminddb/pkg-plist @@ -0,0 +1,4 @@ +lib/varnish/vmods/libvmod_maxminddb.so +man/man3/vmod_maxminddb.3.gz +%%PORTDOCS%%%%DOCSDIR%%/LICENSE +%%PORTDOCS%%%%DOCSDIR%%/README.rst