pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/httping Httping is like 'ping' but for http-requests.
details: https://anonhg.NetBSD.org/pkgsrc/rev/fb35a9cf4e7c
branches: trunk
changeset: 518272:fb35a9cf4e7c
user: adrianp <adrianp%pkgsrc.org@localhost>
date: Tue Sep 05 18:02:42 2006 +0000
description:
Httping is like 'ping' but for http-requests.
Give it an url, and it'll show you how long it takes to connect, send a
request and retrieve the reply (only the headers).
diffstat:
net/httping/DESCR | 3 +++
net/httping/Makefile | 18 ++++++++++++++++++
net/httping/PLIST | 3 +++
net/httping/distinfo | 5 +++++
4 files changed, 29 insertions(+), 0 deletions(-)
diffs (45 lines):
diff -r e520eca88f18 -r fb35a9cf4e7c net/httping/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/net/httping/DESCR Tue Sep 05 18:02:42 2006 +0000
@@ -0,0 +1,3 @@
+Httping is like 'ping' but for http-requests.
+Give it an url, and it'll show you how long it takes to connect, send a
+request and retrieve the reply (only the headers).
diff -r e520eca88f18 -r fb35a9cf4e7c net/httping/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/net/httping/Makefile Tue Sep 05 18:02:42 2006 +0000
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1.1.1 2006/09/05 18:02:42 adrianp Exp $
+#
+
+DISTNAME= httping-1.2.1
+CATEGORIES= net
+MASTER_SITES= http://www.vanheusden.com/httping/
+EXTRACT_SUFX= .tgz
+
+MAINTAINER= adrianp%NetBSD.org@localhost
+HOMEPAGE= http://www.vanheusden.com/httping/
+COMMENT= Like 'ping' but for http-requests
+
+do-install:
+ ${INSTALL_MAN} ${WRKSRC}/httping.1 ${PREFIX}/man/man1
+ ${INSTALL_PROGRAM} ${WRKSRC}/httping ${PREFIX}/bin
+
+.include "../../security/openssl/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r e520eca88f18 -r fb35a9cf4e7c net/httping/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/net/httping/PLIST Tue Sep 05 18:02:42 2006 +0000
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2006/09/05 18:02:42 adrianp Exp $
+bin/httping
+man/man1/httping.1
diff -r e520eca88f18 -r fb35a9cf4e7c net/httping/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/net/httping/distinfo Tue Sep 05 18:02:42 2006 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2006/09/05 18:02:42 adrianp Exp $
+
+SHA1 (httping-1.2.1.tgz) = 568fd418979af5609cd9591ff27d759e44705524
+RMD160 (httping-1.2.1.tgz) = e150f3f369e5d5ea114f58ab725e41fce81b92ae
+Size (httping-1.2.1.tgz) = 12789 bytes
Home |
Main Index |
Thread Index |
Old Index