Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 Jul 2016 16:49:26 +0000 (UTC)
From:      Kurt Jaeger <pi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r418543 - in head/security: . py-halberd
Message-ID:  <201607141649.u6EGnQmg092599@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pi
Date: Thu Jul 14 16:49:26 2016
New Revision: 418543
URL: https://svnweb.freebsd.org/changeset/ports/418543

Log:
  New port: security/py-halberd
  
  Halberd discovers HTTP load balancers. It is useful for web
  application security auditing and for load balancer configuration
  testing.
  
  WWW: https://pypi.python.org/pypi/halberd
  
  PR:		211054
  Submitted by:	Danilo G. Baio <dbaio@bsd.com.br>

Added:
  head/security/py-halberd/
  head/security/py-halberd/Makefile   (contents, props changed)
  head/security/py-halberd/distinfo   (contents, props changed)
  head/security/py-halberd/pkg-descr   (contents, props changed)
Modified:
  head/security/Makefile

Modified: head/security/Makefile
==============================================================================
--- head/security/Makefile	Thu Jul 14 16:47:07 2016	(r418542)
+++ head/security/Makefile	Thu Jul 14 16:49:26 2016	(r418543)
@@ -846,6 +846,7 @@
     SUBDIR += py-gnupg
     SUBDIR += py-gnutls
     SUBDIR += py-gpsoauth
+    SUBDIR += py-halberd
     SUBDIR += py-hkdf
     SUBDIR += py-htpasswd
     SUBDIR += py-itsdangerous

Added: head/security/py-halberd/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/security/py-halberd/Makefile	Thu Jul 14 16:49:26 2016	(r418543)
@@ -0,0 +1,19 @@
+# $FreeBSD$
+
+PORTNAME=	halberd
+PORTVERSION=	0.2.4
+CATEGORIES=	security www python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	dbaio@bsd.com.br
+COMMENT=	HTTP load balancer detector written in Python
+
+LICENSE=	GPLv2
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+NO_ARCH=	yes
+USES=		python
+USE_PYTHON=	autoplist distutils
+
+.include <bsd.port.mk>

Added: head/security/py-halberd/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/security/py-halberd/distinfo	Thu Jul 14 16:49:26 2016	(r418543)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1468025041
+SHA256 (halberd-0.2.4.tar.gz) = 5746484757b65191ae5062e9dda972eed7e876620ee348929b1b9490077d8f28
+SIZE (halberd-0.2.4.tar.gz) = 214881

Added: head/security/py-halberd/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/security/py-halberd/pkg-descr	Thu Jul 14 16:49:26 2016	(r418543)
@@ -0,0 +1,5 @@
+Halberd discovers HTTP load balancers. It is useful for web 
+application security auditing and for load balancer configuration 
+testing.
+
+WWW: https://pypi.python.org/pypi/halberd



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201607141649.u6EGnQmg092599>