pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net Add httpstat, a utility to visualise curl(1) stati...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a3f5cc5f1fdb
branches:  trunk
changeset: 353218:a3f5cc5f1fdb
user:      agc <agc%pkgsrc.org@localhost>
date:      Fri Sep 30 16:49:07 2016 +0000

description:
Add httpstat, a utility to visualise curl(1) statistics, to the Packages
Collection.

        httpstat visualizes curl(1) statistics in a way of beauty and clarity.

diffstat:

 net/Makefile          |   3 ++-
 net/httpstat/DESCR    |   1 +
 net/httpstat/Makefile |  22 ++++++++++++++++++++++
 net/httpstat/PLIST    |   2 ++
 net/httpstat/distinfo |   6 ++++++
 5 files changed, 33 insertions(+), 1 deletions(-)

diffs (64 lines):

diff -r d2fd3edb87ba -r a3f5cc5f1fdb net/Makefile
--- a/net/Makefile      Fri Sep 30 16:02:06 2016 +0000
+++ b/net/Makefile      Fri Sep 30 16:49:07 2016 +0000
@@ -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+=       hping3
 SUBDIR+=       hs-network
 SUBDIR+=       httping
+SUBDIR+=       httpstat
 SUBDIR+=       httptunnel
 SUBDIR+=       iana-etc
 SUBDIR+=       icinga-base
diff -r d2fd3edb87ba -r a3f5cc5f1fdb net/httpstat/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/httpstat/DESCR        Fri Sep 30 16:49:07 2016 +0000
@@ -0,0 +1,1 @@
+httpstat visualizes curl(1) statistics in a way of beauty and clarity.
diff -r d2fd3edb87ba -r a3f5cc5f1fdb net/httpstat/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/httpstat/Makefile     Fri Sep 30 16:49:07 2016 +0000
@@ -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@localhost
+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 -r d2fd3edb87ba -r a3f5cc5f1fdb net/httpstat/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/httpstat/PLIST        Fri Sep 30 16:49:07 2016 +0000
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1 2016/09/30 16:49:07 agc Exp $
+bin/httpstat
diff -r d2fd3edb87ba -r a3f5cc5f1fdb net/httpstat/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/httpstat/distinfo     Fri Sep 30 16:49:07 2016 +0000
@@ -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



Home | Main Index | Thread Index | Old Index