diff options
Diffstat (limited to 'net')
-rw-r--r-- | net/Makefile | 3 | ||||
-rw-r--r-- | net/httpstat/DESCR | 1 | ||||
-rw-r--r-- | net/httpstat/Makefile | 22 | ||||
-rw-r--r-- | net/httpstat/PLIST | 2 | ||||
-rw-r--r-- | net/httpstat/distinfo | 6 |
5 files changed, 33 insertions, 1 deletions
diff --git a/net/Makefile b/net/Makefile index bdc4b823169..265a392f869 100644 --- a/net/Makefile +++ b/net/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1129 2016/09/11 09:52:41 bsiegert Exp $ +# $NetBSD: Makefile,v 1.1130 2016/09/30 16:49:07 agc Exp $ # COMMENT= Networking tools @@ -213,6 +213,7 @@ SUBDIR+= hping SUBDIR+= hping3 SUBDIR+= hs-network SUBDIR+= httping +SUBDIR+= httpstat SUBDIR+= httptunnel SUBDIR+= iana-etc SUBDIR+= icinga-base diff --git a/net/httpstat/DESCR b/net/httpstat/DESCR new file mode 100644 index 00000000000..4396b5cd358 --- /dev/null +++ b/net/httpstat/DESCR @@ -0,0 +1 @@ +httpstat visualizes curl(1) statistics in a way of beauty and clarity. diff --git a/net/httpstat/Makefile b/net/httpstat/Makefile new file mode 100644 index 00000000000..23afa43f35e --- /dev/null +++ b/net/httpstat/Makefile @@ -0,0 +1,22 @@ +# $NetBSD: Makefile,v 1.1 2016/09/30 16:49:07 agc Exp $ + +DISTNAME= httpstat-1.2.0 +CATEGORIES= net +MASTER_SITES= ${MASTER_SITE_GITHUB:=reorx/} +GITHUB_TAG= ${PKGVERSION_NOREV} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= https://github.com/reorx/httpstat +COMMENT= Visualise curl(1) statistics +LICENSE= mit + +REPLACE_PYTHON= httpstat.py +NO_BUILD= yes + +AUTO_MKDIRS= yes + +do-install: + ${INSTALL_SCRIPT} ${WRKSRC}/httpstat.py ${DESTDIR}${PREFIX}/bin/httpstat + +.include "../../lang/python/application.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/net/httpstat/PLIST b/net/httpstat/PLIST new file mode 100644 index 00000000000..bc68747d8fc --- /dev/null +++ b/net/httpstat/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1 2016/09/30 16:49:07 agc Exp $ +bin/httpstat diff --git a/net/httpstat/distinfo b/net/httpstat/distinfo new file mode 100644 index 00000000000..135e2a14148 --- /dev/null +++ b/net/httpstat/distinfo @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2016/09/30 16:49:07 agc Exp $ + +SHA1 (httpstat-1.2.0.tar.gz) = 719435fc048c255f92500b22cb5cbe588016abde +RMD160 (httpstat-1.2.0.tar.gz) = 84383745805c081890bb5f64dc0b9005649ff805 +SHA512 (httpstat-1.2.0.tar.gz) = 7440828cccdba5323583229430234360a00aeb3de1d6f36c1eca22fb62a6be935cb2c1f9d211a91fc3d1d4de472e1cd820b28ebe74a1e8e6087deab930a1a763 +Size (httpstat-1.2.0.tar.gz) = 95701 bytes |