aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorfeld <feld@FreeBSD.org>2016-09-01 20:46:55 +0800
committerfeld <feld@FreeBSD.org>2016-09-01 20:46:55 +0800
commit24e840a4c46484163be1bceff6b0512bea944906 (patch)
tree19fa09a724d636780d84f6525687ec1c8ca24d07 /www
parent155831981a80dc5171a15b822fcbe4dd56474e7e (diff)
downloadfreebsd-ports-graphics-24e840a4c46484163be1bceff6b0512bea944906.tar.gz
freebsd-ports-graphics-24e840a4c46484163be1bceff6b0512bea944906.tar.zst
freebsd-ports-graphics-24e840a4c46484163be1bceff6b0512bea944906.zip
www/varnish-libvmod-saintmode has been moved into the new port
www/varnish-modules. This is a collection of modules developed and supported upstream by Varnish. It is no longer available individually.
Diffstat (limited to 'www')
-rw-r--r--www/Makefile1
-rw-r--r--www/varnish-libvmod-saintmode/Makefile29
-rw-r--r--www/varnish-libvmod-saintmode/distinfo2
-rw-r--r--www/varnish-libvmod-saintmode/pkg-descr8
-rw-r--r--www/varnish-libvmod-saintmode/pkg-plist4
5 files changed, 0 insertions, 44 deletions
diff --git a/www/Makefile b/www/Makefile
index 926e8010a62..ff0aa43b96c 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -2260,7 +2260,6 @@
SUBDIR += uzbl
SUBDIR += validator
SUBDIR += varnish-libvmod-maxminddb
- SUBDIR += varnish-libvmod-saintmode
SUBDIR += varnish-modules
SUBDIR += varnish-nagios
SUBDIR += varnish4
diff --git a/www/varnish-libvmod-saintmode/Makefile b/www/varnish-libvmod-saintmode/Makefile
deleted file mode 100644
index 500b3aabad8..00000000000
--- a/www/varnish-libvmod-saintmode/Makefile
+++ /dev/null
@@ -1,29 +0,0 @@
-# Created by: Mark Felder <feld@FreeBSD.org>
-# $FreeBSD$
-
-PORTNAME= libvmod-saintmode
-DISTVERSIONPREFIX=v
-DISTVERSION= 1.0.0
-PORTREVISION= 1
-CATEGORIES= www
-PKGNAMEPREFIX= varnish-
-
-MAINTAINER= feld@FreeBSD.org
-COMMENT= Varnish Module (vmod) for detecting failing backends
-
-LICENSE= BSD2CLAUSE
-
-BUILD_DEPENDS= varnish4>=4.1.0:www/varnish4 \
- rst2man:textproc/py-docutils
-
-USES= autoreconf gmake libtool pkgconfig python:2,build
-GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --disable-static
-CFLAGS+= -I${LOCALBASE}/include -I${LOCALBASE}/include/varnish
-CPPFLAGS+= -I${LOCALBASE}/include -I${LOCALBASE}/include/varnish
-INSTALL_TARGET= install-strip
-
-USE_GITHUB= yes
-GH_ACCOUNT= varnish
-
-.include <bsd.port.mk>
diff --git a/www/varnish-libvmod-saintmode/distinfo b/www/varnish-libvmod-saintmode/distinfo
deleted file mode 100644
index 8add03fcd96..00000000000
--- a/www/varnish-libvmod-saintmode/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (varnish-libvmod-saintmode-v1.0.0_GH0.tar.gz) = 33d7b3e9d3debfa0539d78fb106bfd69a8a344d77c87618f57c30ce8dc0bc869
-SIZE (varnish-libvmod-saintmode-v1.0.0_GH0.tar.gz) = 8514
diff --git a/www/varnish-libvmod-saintmode/pkg-descr b/www/varnish-libvmod-saintmode/pkg-descr
deleted file mode 100644
index 83401591100..00000000000
--- a/www/varnish-libvmod-saintmode/pkg-descr
+++ /dev/null
@@ -1,8 +0,0 @@
-Saintmode lets you deal with a backend that is failing in random ways
-for specific requests. It maintains a blacklist per backend, marking the
-backend as sick for specific objects. When the number of objects marked
-as sick for a backend reaches a set threshold, the backend is considered
-sick for all requests. Each blacklisted object carries a TTL, which
-denotes the time it will stay blacklisted.
-
-WWW: https://github.com/varnish/libvmod-saintmode
diff --git a/www/varnish-libvmod-saintmode/pkg-plist b/www/varnish-libvmod-saintmode/pkg-plist
deleted file mode 100644
index 08f0589a19b..00000000000
--- a/www/varnish-libvmod-saintmode/pkg-plist
+++ /dev/null
@@ -1,4 +0,0 @@
-lib/varnish/vmods/libvmod_saintmode.so
-man/man3/vmod_saintmode.3.gz
-%%PORTDOCS%%%%DOCSDIR%%/LICENSE
-%%PORTDOCS%%%%DOCSDIR%%/README.rst