diff options
author | Kurt Jaeger <pi@FreeBSD.org> | 2016-07-14 16:49:26 +0000 |
---|---|---|
committer | Kurt Jaeger <pi@FreeBSD.org> | 2016-07-14 16:49:26 +0000 |
commit | 46a5f4e6e8bc146fdf57e4fc4ae76e59480db512 (patch) | |
tree | 3a6174e2aeb079d6cbd33d439e734006e2fc3e5b | |
parent | 62fea15e0851673b1be7b6db41536014ef9eed6e (diff) |
Notes
-rw-r--r-- | security/Makefile | 1 | ||||
-rw-r--r-- | security/py-halberd/Makefile | 19 | ||||
-rw-r--r-- | security/py-halberd/distinfo | 3 | ||||
-rw-r--r-- | security/py-halberd/pkg-descr | 5 |
4 files changed, 28 insertions, 0 deletions
diff --git a/security/Makefile b/security/Makefile index 0bf7ffb2bef1..968bc74a2e5a 100644 --- a/security/Makefile +++ b/security/Makefile @@ -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 diff --git a/security/py-halberd/Makefile b/security/py-halberd/Makefile new file mode 100644 index 000000000000..c8c1686b5889 --- /dev/null +++ b/security/py-halberd/Makefile @@ -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> diff --git a/security/py-halberd/distinfo b/security/py-halberd/distinfo new file mode 100644 index 000000000000..464f032dcfcc --- /dev/null +++ b/security/py-halberd/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1468025041 +SHA256 (halberd-0.2.4.tar.gz) = 5746484757b65191ae5062e9dda972eed7e876620ee348929b1b9490077d8f28 +SIZE (halberd-0.2.4.tar.gz) = 214881 diff --git a/security/py-halberd/pkg-descr b/security/py-halberd/pkg-descr new file mode 100644 index 000000000000..66bc9588c876 --- /dev/null +++ b/security/py-halberd/pkg-descr @@ -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 |