summaryrefslogtreecommitdiff
path: root/net/httping
diff options
context:
space:
mode:
authoradrianp <adrianp@pkgsrc.org>2006-09-05 18:02:42 +0000
committeradrianp <adrianp@pkgsrc.org>2006-09-05 18:02:42 +0000
commit9a74664e6e9380fe2e22d6e32d935d79d1707249 (patch)
tree4c0c869b17754fa2c6ca636cd94e8b44b6a2ac45 /net/httping
parent7b3ed34b5287b1c486ec0554b54e670df8ff9752 (diff)
downloadpkgsrc-9a74664e6e9380fe2e22d6e32d935d79d1707249.tar.gz
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 (limited to 'net/httping')
-rw-r--r--net/httping/DESCR3
-rw-r--r--net/httping/Makefile18
-rw-r--r--net/httping/PLIST3
-rw-r--r--net/httping/distinfo5
4 files changed, 29 insertions, 0 deletions
diff --git a/net/httping/DESCR b/net/httping/DESCR
new file mode 100644
index 00000000000..536b5c89fc5
--- /dev/null
+++ b/net/httping/DESCR
@@ -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 --git a/net/httping/Makefile b/net/httping/Makefile
new file mode 100644
index 00000000000..c4eb3cfd4e3
--- /dev/null
+++ b/net/httping/Makefile
@@ -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
+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 --git a/net/httping/PLIST b/net/httping/PLIST
new file mode 100644
index 00000000000..17166cc5cce
--- /dev/null
+++ b/net/httping/PLIST
@@ -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 --git a/net/httping/distinfo b/net/httping/distinfo
new file mode 100644
index 00000000000..da7213ea540
--- /dev/null
+++ b/net/httping/distinfo
@@ -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