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