mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
50 lines
1.8 KiB
Tcl
50 lines
1.8 KiB
Tcl
# -*- 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
|
|
PortGroup openssl 1.0
|
|
|
|
github.setup folkertvanheusden HTTPing 4.4.0 v
|
|
revision 0
|
|
checksums rmd160 1b313b818b6dddff42dbb57ea20ca8ec00758ffc \
|
|
sha256 87fa2da5ac83c4a0edf4086161815a632df38e1cc230e1e8a24a8114c09da8fd \
|
|
size 82454
|
|
|
|
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_build-append \
|
|
port:gettext
|
|
|
|
depends_lib port:fftw-3 \
|
|
port:gettext-runtime \
|
|
port:ncurses
|
|
|
|
installs_libs no
|
|
|
|
# Remove these patches in the next release
|
|
patchfiles patch-tcp.c.diff
|
|
patchfiles-append define-no-tfo.diff
|
|
|
|
configure.args-append \
|
|
-DUSE_SSL=ON \
|
|
-DUSE_GETTEXT=ON \
|
|
-DUSE_TUI=ON \
|
|
-DUSE_FFTW3=ON \
|
|
-DCMAKE_INSTALL_MANDIR="${prefix}/share/man/man1/"
|