mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
network/httping: Updated for version 2.3.3.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
3f2d14f7f4
commit
6c95f2d058
4 changed files with 19 additions and 19 deletions
|
@ -1,6 +1,6 @@
|
|||
Httping is like 'ping' but for http-requests.
|
||||
|
||||
Give it a URL, and it will 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
|
||||
Give it a URL, and it will 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 plus network.
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=httping
|
||||
VERSION=${VERSION:-1.5.4}
|
||||
VERSION=${VERSION:-2.3.3}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -64,18 +64,18 @@ tar vxzf $CWD/${PRGNAM}-$VERSION.tgz
|
|||
cd $PRGNAM-$VERSION
|
||||
chown -R root:root .
|
||||
find -L . \
|
||||
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 -o -perm 511 \) \
|
||||
-exec chmod 755 {} \; -o \
|
||||
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
|
||||
-exec chmod 644 {} \;
|
||||
|
||||
patch str.h $CWD/patches/str.h.patch
|
||||
patch str.c $CWD/patches/str.c.patch
|
||||
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
|
||||
-o -perm 511 \) -exec chmod 755 {} \; -o \
|
||||
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
|
||||
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
|
||||
|
||||
make \
|
||||
OFLAGS="$SLKCFLAGS" \
|
||||
MANDIR=/usr/man \
|
||||
DOCDIR=/usr/doc/$PRGNAM-$VERSION
|
||||
|
||||
mkdir -p $PKG/usr/share/locale/nl/LC_MESSAGES
|
||||
|
||||
make install \
|
||||
MANDIR=/usr/man \
|
||||
DOCDIR=/usr/doc/$PRGNAM-$VERSION \
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="httping"
|
||||
VERSION="1.5.4"
|
||||
VERSION="2.3.3"
|
||||
HOMEPAGE="http://www.vanheusden.com/httping/"
|
||||
DOWNLOAD="http://ponce.cc/slackware/sources/repo/httping-1.5.4.tgz"
|
||||
MD5SUM="9829992898a50684a63ae5ddf1a506d1"
|
||||
DOWNLOAD="http://www.vanheusden.com/httping/httping-2.3.3.tgz"
|
||||
MD5SUM="a4ed1ab05a1cc9fc473ade53c1e5927b"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
|
@ -5,15 +5,15 @@
|
|||
# You must make exactly 11 lines for the formatting to be correct. It's also
|
||||
# customary to leave one space after the ':' except on otherwise blank lines.
|
||||
|
||||
|-----handy-ruler------------------------------------------------------|
|
||||
|-----handy-ruler------------------------------------------------------|
|
||||
httping: HTTPing (HTTP Request ping)
|
||||
httping:
|
||||
httping: HTTPing is like ping but for http-requests.
|
||||
httping:
|
||||
httping: Give it a URL, and it will show you how long it takes to connec, send
|
||||
httping: a request and receive the reply (only the headers). Be aware that the
|
||||
httping: transmission across the network also takes ! So it measures the
|
||||
httping: latency of the webserver + network.
|
||||
httping: Give it a URL, and it will show you how long it takes to connect,
|
||||
httping: send a request and receive the reply (only the headers).
|
||||
httping: Be aware that the transmission across the network also takes time,
|
||||
httping: so it measures the latency of the webserver + network.
|
||||
httping:
|
||||
httping: Homepage: http://www.vanheusden.com/httping/
|
||||
httping:
|
||||
|
|
Loading…
Reference in a new issue