From 4d979d08f61bf08a8757332c7c4f2f5972da7396 Mon Sep 17 00:00:00 2001 From: Yuri Victorovich Date: Mon, 30 Jul 2018 23:25:56 +0000 Subject: [PATCH] New port: www/halberd: HTTP load balancer detection tool --- www/Makefile | 1 + www/halberd/Makefile | 18 ++++++++++++++++++ www/halberd/distinfo | 3 +++ www/halberd/pkg-descr | 4 ++++ 4 files changed, 26 insertions(+) create mode 100644 www/halberd/Makefile create mode 100644 www/halberd/distinfo create mode 100644 www/halberd/pkg-descr diff --git a/www/Makefile b/www/Makefile index 209e7246af67..48937fa9631f 100644 --- a/www/Makefile +++ b/www/Makefile @@ -239,6 +239,7 @@ SUBDIR += h2o SUBDIR += h2o-devel SUBDIR += habari + SUBDIR += halberd SUBDIR += hastymail2-devel SUBDIR += havp SUBDIR += helma diff --git a/www/halberd/Makefile b/www/halberd/Makefile new file mode 100644 index 000000000000..c0289ba75a56 --- /dev/null +++ b/www/halberd/Makefile @@ -0,0 +1,18 @@ +# $FreeBSD$ + +PORTNAME= halberd +PORTVERSION= 0.2.4 +CATEGORIES= www python +MASTER_SITES= CHEESESHOP + +MAINTAINER= yuri@FreeBSD.org +COMMENT= HTTP load balancer detection tool + +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/LICENSE + +USES= python +USE_PYTHON= distutils noflavors autoplist +NO_ARCH= yes + +.include diff --git a/www/halberd/distinfo b/www/halberd/distinfo new file mode 100644 index 000000000000..5ea79aa02043 --- /dev/null +++ b/www/halberd/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1532992171 +SHA256 (halberd-0.2.4.tar.gz) = 5746484757b65191ae5062e9dda972eed7e876620ee348929b1b9490077d8f28 +SIZE (halberd-0.2.4.tar.gz) = 214881 diff --git a/www/halberd/pkg-descr b/www/halberd/pkg-descr new file mode 100644 index 000000000000..d05300e80caa --- /dev/null +++ b/www/halberd/pkg-descr @@ -0,0 +1,4 @@ +Halberd discovers HTTP load balancers. It is useful for web application +security auditing and for load balancer configuration testing. + +WWW: https://github.com/jmbr/halberd