Port details |
- httping Ping-like tool for HTTP requests
- 3.7a net =10 3.7aVersion of this port present on the latest quarterly branch.
- Maintainer: sunpoet@FreeBSD.org
- Port Added: 2005-08-29 17:35:03
- Last Update: 2024-06-06 18:22:27
- Commit Hash: d362e6d
- People watching this port, also watch:: nmap, pcre, p5-libwww, libxml2, p5-Digest-HMAC
- License: GPLv3
- WWW:
- https://www.vanheusden.com/httping/
- https://github.com/folkertvanheusden/HTTPing
- Description:
- Httping is like 'ping' but for http-requests. 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). Be aware that the transmission across the network also takes time! So
it measures the latency of the webserver + network.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/net/httping/ && make install clean
- To add the package, run one of these commands:
- pkg install net/httping
- pkg install httping
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: httping
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1717694660
SHA256 (folkertvanheusden-HTTPing-v3.7a-bb94c6d_GH0.tar.gz) = 18911d26c05798f28721d56150358b37c69e577a8f67ac056978b2ba699c43c4
SIZE (folkertvanheusden-HTTPing-v3.7a-bb94c6d_GH0.tar.gz) = 82257
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- cmake : devel/cmake-core
- ninja : devel/ninja
- pkgconf>=1.3.0_1 : devel/pkgconf
- gettext-runtime>=0.22_1 : devel/gettext-runtime
- msgfmt : devel/gettext-tools
- Library dependencies:
-
- libintl.so : devel/gettext-runtime
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for httping-3.7a:
DOCS=on: Build and/or install documentation
FFTW=off: Discrete Fourier Transform support
NCURSES=on: Console (text) interface support
NLS=on: Native Language Support
===> Use 'make config' to modify these settings
- Options name:
- net_httping
- USES:
- cmake pkgconfig localbase:ldflags ssl ncurses gettext-runtime gettext-tools
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
3.7a 06 Jun 2024 18:22:27 |
Po-Chuan Hsieh (sunpoet) |
net/httping: Update to 3.7a and newer snapshot (bb94c6d)
- Update WWW
- Fix LICENSE
- Update pkg-descr
- Take maintainership
Changes: https://github.com/folkertvanheusden/HTTPing/commits/master |
2.9 06 Jun 2024 16:02:47 |
Emanuel Haupt (ehaupt) |
net/httping: Release maintainership |
2.9 12 Nov 2022 11:14:59 |
Emanuel Haupt (ehaupt) |
net/httping: Update to 2.9
- Update to 2.9
- No longer support disabling SSL in late 2022
- Make NLS optional
- Convert to use OPTIONS helpers
- Pacify portclippy
- Reformat with portfmt |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
2.5_1 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
2.5_1 20 Jul 2022 14:22:37 |
Tobias C. Berner (tcberner) |
net: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <ports@c0decafe.net>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Straup Cope <ascope@cpan.org>
* Aaron Zauner <az_mail@gmx.at>
* Adam Jette <jettea46@yahoo.com>
* Adam Weinberger <adamw@FreeBSD.org>
* Alan Eldridge <alane@geeksrus.net>
* Alex Bakhtin <Alex.Bakhtin@gmail.com>
* Alex Deiter <Alex.Deiter@Gmail.COM>
* Alex Dupre <ale@FreeBSD.org>
* Alex Dupre <sysadmin@alexdupre.com> (Only the first 15 lines of the commit message are shown above ) |
2.5_1 30 Sep 2021 21:23:30 |
Rene Ladan (rene) |
cleanup: drop support for EOL FreeBSD 11.X
Search criteria used:
- 11.4
- OSREL*
- OSVER*
- *_FreeBSD_11
Input from:
- adridg: devel/qca-legacy
- jbeich: _WITH_DPRINTF, _WITH_GETLINE, GNU bfd workarounds
- sunpoet: security/p5-*OpenSSL*
Reviewed by: doceng, kde, multimedia, perl, python, ruby, rust
Differential Revision: https://reviews.freebsd.org/D32008
Test Plan: make index |
2.5_1 23 Sep 2021 16:22:54 |
Baptiste Daroussin (bapt) |
ncurses: fix build with futur base and ports ncurses
in preparation for the split in base of libtinfo and libncurses, clearly
specify when the packages should link against.
Note this also fixes the build with ports ncurses |
2.5_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.5_1 02 Jan 2020 09:01:37 |
bapt |
Allow building without ncursesw installed |
2.5_1 13 Dec 2018 13:18:44 |
ehaupt |
Support TCP_FASTOPEN on FreeBSD 12.0. |
2.5 12 Sep 2018 09:13:05 |
ehaupt |
- Update WWW
- Update MASTER_SITES |
2.5 13 Sep 2016 13:46:19 |
ehaupt |
Update to 2.5 |
2.4 01 Apr 2016 14:16:20 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
2.4 05 Feb 2016 12:24:38 |
marino |
net/httping: document ncurses requirement (USES+=ncurses)
approved by: infrastructure blanket |
2.4 10 Feb 2015 12:51:44 |
ehaupt |
Update to 2.4 |
2.3.4_2 15 Jan 2015 09:05:38 |
tijl |
Add missing USE_OPENSSL=yes
PR: 195796 |
2.3.4_1 06 Jan 2015 09:39:17 |
ehaupt |
Move MASTER_SITES from CRITICAL to LOCAL/ehaupt |
2.3.4_1 31 Aug 2014 16:36:23 |
tijl |
math/fftw3:
- Add USES=libtool and bump dependent ports
- Add INSTALL_TARGET=install-strip
- Remove PTHREAD_CFLAGS and PTHREAD_LIBS
- Use MAKE_CMD |
2.3.4 29 Jul 2014 19:11:53 |
adamw |
Convert a bunch of EXTRACT_SUFX=... into USES=tar:...
Approved by: portmgr (not really, but touches unstaged ports) |
2.3.4 16 Jul 2014 08:26:26 |
bapt |
Fix some non default LIB_DEPENDS
With hat: portmgr |
2.3.4 03 Feb 2014 20:49:13 |
ehaupt |
Update to 2.3.4 and add LICENSE. |
2.3.3 23 Oct 2013 13:50:36 |
ehaupt |
Support staging. |
2.3.3 02 Oct 2013 14:15:52 |
ehaupt |
Update to 2.3.3 |
2.2.1_1 20 Sep 2013 22:10:25 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
net) |
2.2.1_1 24 Jul 2013 08:19:07 |
ehaupt |
Remove MAKE_JOBS_SAFE which is now default. |
2.2.1_1 08 Jul 2013 18:42:16 |
ehaupt |
- Convert USE_GMAKE to USES=gmake
- Change pkgconfig:build to pkgconfig since it's the same and it's bad practice.
It accidentally slipped in during the original introduction
- Trim header |
2.2.1_1 18 Apr 2013 09:45:11 |
ehaupt |
- Make fftw3 support optional from NCURSES support
- Add an option to expicitly disable SSL support
- Now that fftw3 support is optional and off by default turn on NCURSES support
by default
Feature safe: yes |
2.2.1 17 Apr 2013 21:58:44 |
ehaupt |
Update to 2.2.1. This is a bugfix release including upstream imported FreeBSD
releated fixes.
Feature safe: yes |
2.2 17 Apr 2013 20:52:00 |
ehaupt |
- Update to 2.2
- Provide an option for a newly implemented ncurses mode
Feature safe: yes |
2.1 23 Mar 2013 12:38:08 |
ehaupt |
Update to 2.1 |
2.0 20 Mar 2013 11:08:11 |
ehaupt |
Update to 2.0 |
1.6 08 Mar 2013 14:00:31 |
ehaupt |
Remove indefinite article from COMMENT |
1.6 23 Feb 2013 15:33:17 |
ehaupt |
Update to 1.6 |
1.5.8 19 Feb 2013 14:37:20 |
ehaupt |
Update to 1.5.8 |
1.5.7 11 Jan 2013 23:45:57 |
ehaupt |
Update to 1.5.7 |
1.5.6 10 Dec 2012 10:05:44 |
ehaupt |
- Update to 1.5.6
- Trim header |
1.5.5 18 Oct 2012 12:31:16 |
ehaupt |
Update to 1.5.5
Feature safe: yes |
1.5.4 07 Sep 2012 11:11:27 |
ehaupt |
Update to 1.5.4 |
1.5.3 01 May 2012 10:51:29 |
ehaupt |
Update to 1.5.3 |
1.5.2 24 Oct 2011 04:17:38 |
dougb |
Remove more tags from pkg-descr files fo the form:
- Name
em@i.l
or variations thereof. While I'm here also fix some whitespace and other
formatting errors, including moving WWW: to the last line in the file. |
1.5.2 03 Aug 2011 16:39:45 |
ehaupt |
Update to 1.5.2 |
1.5.1 27 Jul 2011 19:48:05 |
ehaupt |
Update to 1.5.1 |
1.4.4 20 Mar 2011 12:54:45 |
miwi |
- Get Rid MD5 support |
1.4.4 31 Jul 2010 13:45:39 |
ehaupt |
Fix build on OSVERSION prior to 701101
Notified by: pav (pointyhat) |
1.4.4 24 Jul 2010 11:42:13 |
ehaupt |
Update to 1.4.4 |
1.4.3 10 Jul 2010 16:58:13 |
ehaupt |
Update to 1.4.3 |
1.4.1 10 Jan 2010 22:06:16 |
ehaupt |
- Update to 1.4.1
- Unbreak port
Special thanks: Folkert van Heusden <folkert@vanheusden.com> (author) |
1.4.0 08 Jan 2010 22:08:01 |
ehaupt |
Mark BROKEN. After the introduction of IPv6 support the port is not fully
functional, however a solution is in progress as I'm in contact with the
author. |
1.4.0 28 Dec 2009 20:02:18 |
ehaupt |
Update to 1.4.0 |
1.3.2 28 Dec 2009 13:50:14 |
ehaupt |
Update to 1.3.2 |
1.3.1 04 Aug 2009 09:22:13 |
ehaupt |
Update to 1.3.1 |
1.3.0 27 Mar 2009 09:53:36 |
ehaupt |
Mark MAKE_JOBS_SAFE |
1.3.0 23 Feb 2009 11:56:11 |
ehaupt |
Update to 1.3.0 |
1.2.9 27 Jan 2009 21:09:46 |
ehaupt |
Fix build for OSVERSION after the strndup merge |
1.2.9 08 Jan 2009 17:36:31 |
erwin |
Mark BROKEN on HEAD after the import of strndup(3).
As OSVERSION was not bumped at the time, approximate with 800058.
Submitted by: pointyhat |
1.2.9 17 Jul 2008 11:37:35 |
ehaupt |
Update to 1.2.9 |
1.2.8 08 Jul 2008 12:37:18 |
ehaupt |
Update to 1.2.8 |
1.2.6 26 May 2008 12:18:53 |
ehaupt |
Update to 1.2.6 |
1.2.5 27 Mar 2008 19:27:34 |
ehaupt |
Use MASTER_SITE_CRITICAL |
1.2.5 25 Sep 2007 22:01:43 |
ehaupt |
Fix a compilation error when CFLAGS are set in /etc/make.conf.
PR: 116631
Submitted by: Beat Gaetzi <beat@chruetertee.ch> |
1.2.5 27 Jul 2007 14:55:18 |
ehaupt |
Update to 1.2.5 |
1.2.4 11 Jul 2007 17:48:48 |
ehaupt |
Update to 1.2.4 |
1.2.3 26 May 2007 00:42:06 |
ehaupt |
Update to 1.2.3 |
1.2.2 04 Dec 2006 21:31:55 |
ehaupt |
Update to 1.2.2 |
1.2.1 26 Jul 2006 15:17:48 |
ehaupt |
Update to 1.2.1 |
1.0.10 01 Jun 2006 12:13:54 |
ehaupt |
Add an additional mirror. |
1.0.10 06 Jan 2006 13:01:52 |
ehaupt |
Update to 1.0.10 |
1.0.9 01 Jan 2006 19:28:46 |
ehaupt |
Update to 1.0.9 |
1.0.8 14 Nov 2005 13:13:06 |
ehaupt |
- Update to 1.0.8
- Provide a manpage |
1.0.7 09 Nov 2005 08:53:07 |
ehaupt |
Update to 1.0.7 |
1.0.6 07 Nov 2005 08:36:21 |
ehaupt |
Update to 1.0.6 |
1.0.5 08 Oct 2005 17:54:18 |
ehaupt |
- Update to 1.0.5
- Additional master site
Approved by: novel (mentor) |
1.0.4 06 Oct 2005 11:57:11 |
ehaupt |
Change MAINTAINER address for my ports.
Approved by: novel (mentor) |
1.0.4 29 Aug 2005 17:32:19 |
garga |
Add httping 1.0.4, a ping-like tool for HTTP requests.
PR: ports/85317
Submitted by: Emanuel Haupt <ehaupt@critical.ch> |