From owner-svn-ports-all@freebsd.org Mon Jul 30 23:25:57 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 82CB91063E66; Mon, 30 Jul 2018 23:25:57 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 37AF98A6AF; Mon, 30 Jul 2018 23:25:57 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 1906733D3; Mon, 30 Jul 2018 23:25:57 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w6UNPus3059031; Mon, 30 Jul 2018 23:25:56 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w6UNPutL059025; Mon, 30 Jul 2018 23:25:56 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201807302325.w6UNPutL059025@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Mon, 30 Jul 2018 23:25:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r475925 - in head/www: . halberd X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in head/www: . halberd X-SVN-Commit-Revision: 475925 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Jul 2018 23:25:57 -0000 Author: yuri Date: Mon Jul 30 23:25:56 2018 New Revision: 475925 URL: https://svnweb.freebsd.org/changeset/ports/475925 Log: New port: www/halberd: HTTP load balancer detection tool Added: head/www/halberd/ head/www/halberd/Makefile (contents, props changed) head/www/halberd/distinfo (contents, props changed) head/www/halberd/pkg-descr (contents, props changed) Modified: head/www/Makefile Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Mon Jul 30 23:01:20 2018 (r475924) +++ head/www/Makefile Mon Jul 30 23:25:56 2018 (r475925) @@ -239,6 +239,7 @@ SUBDIR += h2o SUBDIR += h2o-devel SUBDIR += habari + SUBDIR += halberd SUBDIR += hastymail2-devel SUBDIR += havp SUBDIR += helma Added: head/www/halberd/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/halberd/Makefile Mon Jul 30 23:25:56 2018 (r475925) @@ -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 Added: head/www/halberd/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/halberd/distinfo Mon Jul 30 23:25:56 2018 (r475925) @@ -0,0 +1,3 @@ +TIMESTAMP = 1532992171 +SHA256 (halberd-0.2.4.tar.gz) = 5746484757b65191ae5062e9dda972eed7e876620ee348929b1b9490077d8f28 +SIZE (halberd-0.2.4.tar.gz) = 214881 Added: head/www/halberd/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/halberd/pkg-descr Mon Jul 30 23:25:56 2018 (r475925) @@ -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