Index: head/net/Makefile =================================================================== --- head/net/Makefile +++ head/net/Makefile @@ -974,6 +974,7 @@ SUBDIR += py-gspread SUBDIR += py-gspreadsheet SUBDIR += py-haproxy-log-analysis + SUBDIR += py-httpstat SUBDIR += py-impacket SUBDIR += py-ipaddress SUBDIR += py-iplib Index: head/net/py-httpstat/Makefile =================================================================== --- head/net/py-httpstat/Makefile +++ head/net/py-httpstat/Makefile @@ -0,0 +1,24 @@ +# Created by: Danilo G. Baio +# $FreeBSD$ + +PORTNAME= httpstat +PORTVERSION= 1.2.1 +CATEGORIES= net python +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= dbaio@bsd.com.br +COMMENT= Curl statistics made simple + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +RUN_DEPENDS= curl:ftp/curl + +USE_GITHUB= yes +GH_ACCOUNT= reorx + +NO_ARCH= yes +USES= python +USE_PYTHON= autoplist distutils + +.include Index: head/net/py-httpstat/distinfo =================================================================== --- head/net/py-httpstat/distinfo +++ head/net/py-httpstat/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1476488960 +SHA256 (reorx-httpstat-1.2.1_GH0.tar.gz) = b670f03d38ecaae40e05cae79dfc296b567598752d5fb6ec174836a5f4d0b381 +SIZE (reorx-httpstat-1.2.1_GH0.tar.gz) = 97012 Index: head/net/py-httpstat/pkg-descr =================================================================== --- head/net/py-httpstat/pkg-descr +++ head/net/py-httpstat/pkg-descr @@ -0,0 +1,3 @@ +httpstat visualizes curl(1) statistics in a way of beauty and clarity. + +WWW: https://github.com/reorx/httpstat