# -*- 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 PortSystem 1.0 PortGroup cmake 1.1 PortGroup github 1.0 github.setup folkertvanheusden HTTPing 3.6 v revision 0 checksums rmd160 8b6bc14a6d09461ef7dea606d7a2059ea6b12284 \ sha256 d332fc5436bcf8290bcb4fe75b7019b90facfb64264dc3c7bc3407da27c18d77 \ size 83122 name httping categories net www # License is unclear. Source file headers say AGPL 3 with OpenSSL exception as # they did in version 2.5 and was confirmed in license.txt but in 2.9 (there # don't appear to have been any 2.6, 2.7, or 2.8 releases) license.txt was # deleted and the new LICENSE file says GPL 3. This may be a mistake from when # the new repository was created. license {AGPL-3 OpenSSLException} maintainers nomaintainer description Ping-like tool for http-requests long_description Give it an url, and it will show you how long it takes to \ connect, send a request and retrieve the reply (only the headers). github.tarball_from archive depends_lib port:fftw-3 \ port:gettext \ port:ncurses \ path:lib/libssl.dylib:openssl installs_libs no patchfiles patch-tcp.c.diff configure.args -DCMAKE_EXE_LINKER_FLAGS="-lintl" destroot { copy ${workpath}/build/httping ${destroot}${prefix}/bin/ copy ${worksrcpath}/httping.1 ${destroot}${prefix}/share/man/man1/ }