1 | # -*- 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 |
---|
2 | # $Id$ |
---|
3 | PortSystem 1.0 |
---|
4 | name httping |
---|
5 | version 1.4.1 |
---|
6 | categories net www |
---|
7 | maintainers nomaintainer |
---|
8 | platforms darwin |
---|
9 | |
---|
10 | description Ping-like tool for http-requests |
---|
11 | 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). |
---|
12 | homepage http://www.vanheusden.com/httping/ |
---|
13 | master_sites http://www.vanheusden.com/httping/ |
---|
14 | checksums md5 bde1ff3c01343d2371d8f34fbf8a1d9a \ |
---|
15 | sha1 a8fa9cb3cb808b87d2c06f711ca1de81facf2726 \ |
---|
16 | rmd160 613fdd5ac9464048b9957ac62ff6391c284c2116 |
---|
17 | |
---|
18 | depends_build port:openssl |
---|
19 | extract.suffix .tgz |
---|
20 | use_configure no |
---|
21 | |
---|
22 | destroot.destdir PREFIX=${destroot}${prefix} |
---|
23 | destroot.destdir DOCDIR=${destroot}${prefix}/share/doc/${name} |
---|