pkgsrc-Changes archive

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

CVS commit: pkgsrc/net



Module Name:    pkgsrc
Committed By:   agc
Date:           Fri Sep 30 16:49:07 UTC 2016

Modified Files:
        pkgsrc/net: Makefile
Added Files:
        pkgsrc/net/httpstat: DESCR Makefile PLIST distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.1129 -r1.1130 pkgsrc/net/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/net/httpstat/DESCR pkgsrc/net/httpstat/Makefile \
    pkgsrc/net/httpstat/PLIST pkgsrc/net/httpstat/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/net/Makefile
diff -u pkgsrc/net/Makefile:1.1129 pkgsrc/net/Makefile:1.1130
--- pkgsrc/net/Makefile:1.1129  Sun Sep 11 09:52:41 2016
+++ pkgsrc/net/Makefile Fri Sep 30 16:49:07 2016
@@ -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

Added files:

Index: pkgsrc/net/httpstat/DESCR
diff -u /dev/null pkgsrc/net/httpstat/DESCR:1.1
--- /dev/null   Fri Sep 30 16:49:07 2016
+++ pkgsrc/net/httpstat/DESCR   Fri Sep 30 16:49:07 2016
@@ -0,0 +1 @@
+httpstat visualizes curl(1) statistics in a way of beauty and clarity.
Index: pkgsrc/net/httpstat/Makefile
diff -u /dev/null pkgsrc/net/httpstat/Makefile:1.1
--- /dev/null   Fri Sep 30 16:49:07 2016
+++ pkgsrc/net/httpstat/Makefile        Fri Sep 30 16:49:07 2016
@@ -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"
Index: pkgsrc/net/httpstat/PLIST
diff -u /dev/null pkgsrc/net/httpstat/PLIST:1.1
--- /dev/null   Fri Sep 30 16:49:07 2016
+++ pkgsrc/net/httpstat/PLIST   Fri Sep 30 16:49:07 2016
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1 2016/09/30 16:49:07 agc Exp $
+bin/httpstat
Index: pkgsrc/net/httpstat/distinfo
diff -u /dev/null pkgsrc/net/httpstat/distinfo:1.1
--- /dev/null   Fri Sep 30 16:49:07 2016
+++ pkgsrc/net/httpstat/distinfo        Fri Sep 30 16:49:07 2016
@@ -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