diff --git a/MOVED b/MOVED index 13c816ceae56..9e015c64a2cf 100644 --- a/MOVED +++ b/MOVED @@ -13972,7 +13972,6 @@ www/py-meld||2020-01-27|Has expired: Unmaintained, uses EOLed python27 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 diff --git a/www/varnish-libvmod-maxminddb/Makefile b/www/varnish-libvmod-maxminddb/Makefile new file mode 100644 index 000000000000..d3f2e1db57d5 --- /dev/null +++ b/www/varnish-libvmod-maxminddb/Makefile @@ -0,0 +1,30 @@ +# $FreeBSD$ + +PORTNAME= libvmod-maxminddb +DISTVERSION= 1.0.1 +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@${PY_FLAVOR} +LIB_DEPENDS= libmaxminddb.so:net/libmaxminddb + +USES= autoreconf compiler:c11 gmake libtool pkgconfig \ + python:3.7+,build varnish:6 +USE_GITHUB= yes +GH_ACCOUNT= scaleengine +GH_PROJECT= libvmod_maxminddb +USE_LDCONFIG= ${PREFIX}/lib/varnach/vmods + +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --disable-static + +INSTALL_TARGET= install-strip + +OPTIONS_DEFINE= DOCS + +.include diff --git a/www/varnish-libvmod-maxminddb/distinfo b/www/varnish-libvmod-maxminddb/distinfo new file mode 100644 index 000000000000..4fa98570b094 --- /dev/null +++ b/www/varnish-libvmod-maxminddb/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1588343073 +SHA256 (scaleengine-libvmod_maxminddb-1.0.1_GH0.tar.gz) = aeec44782edd964e2933cae0f2d66e4c1e9e255017cea67ec4cd0d428d4a51a0 +SIZE (scaleengine-libvmod_maxminddb-1.0.1_GH0.tar.gz) = 4152 diff --git a/www/varnish-libvmod-maxminddb/pkg-descr b/www/varnish-libvmod-maxminddb/pkg-descr new file mode 100644 index 000000000000..e6fd43188882 --- /dev/null +++ b/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 diff --git a/www/varnish-libvmod-maxminddb/pkg-plist b/www/varnish-libvmod-maxminddb/pkg-plist new file mode 100644 index 000000000000..fc172093e720 --- /dev/null +++ b/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