Ticket #23839: Portfile

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