[64283] trunk/dports/net
ryandesign at macports.org
ryandesign at macports.org
Sun Feb 28 03:12:57 PST 2010
Revision: 64283
http://trac.macports.org/changeset/64283
Author: ryandesign at macports.org
Date: 2010-02-28 03:12:55 -0800 (Sun, 28 Feb 2010)
Log Message:
-----------
httping: new port, version 1.4.1; see #23839
Added Paths:
-----------
trunk/dports/net/httping/
trunk/dports/net/httping/Portfile
Added: trunk/dports/net/httping/Portfile
===================================================================
--- trunk/dports/net/httping/Portfile (rev 0)
+++ trunk/dports/net/httping/Portfile 2010-02-28 11:12:55 UTC (rev 64283)
@@ -0,0 +1,34 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem 1.0
+
+name httping
+version 1.4.1
+categories net www
+maintainers nomaintainer
+platforms darwin
+
+description Ping-like tool for http-requests
+
+long_description 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).
+
+homepage http://www.vanheusden.com/httping/
+master_sites ${homepage}
+
+checksums md5 bde1ff3c01343d2371d8f34fbf8a1d9a \
+ sha1 a8fa9cb3cb808b87d2c06f711ca1de81facf2726 \
+ rmd160 613fdd5ac9464048b9957ac62ff6391c284c2116
+
+depends_build port:openssl
+
+extract.suffix .tgz
+
+use_configure no
+
+build.args CC=${configure.cc}
+
+destroot.args PREFIX=${prefix}
+
+universal_variant no
Property changes on: trunk/dports/net/httping/Portfile
___________________________________________________________________
Added: svn:keywords
+ Id
Added: svn:eol-style
+ native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100228/eec6b738/attachment.html>
More information about the macports-changes
mailing list