svn commit: r418543 - in head/security: . py-halberd

Kurt Jaeger pi at FreeBSD.org
Thu Jul 14 16:49:28 UTC 2016


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 at 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 at 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


More information about the svn-ports-head mailing list