diff options
-rw-r--r-- | network/httping/README | 6 | ||||
-rw-r--r-- | network/httping/httping.SlackBuild | 16 | ||||
-rw-r--r-- | network/httping/httping.info | 6 | ||||
-rw-r--r-- | network/httping/slack-desc | 10 |
4 files changed, 19 insertions, 19 deletions
diff --git a/network/httping/README b/network/httping/README index 5f3175f1e0..984b806605 100644 --- a/network/httping/README +++ b/network/httping/README @@ -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. diff --git a/network/httping/httping.SlackBuild b/network/httping/httping.SlackBuild index 493210fabc..ea7337856c 100644 --- a/network/httping/httping.SlackBuild +++ b/network/httping/httping.SlackBuild @@ -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 \ diff --git a/network/httping/httping.info b/network/httping/httping.info index 9a453a2dbb..b692177e53 100644 --- a/network/httping/httping.info +++ b/network/httping/httping.info @@ -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="" diff --git a/network/httping/slack-desc b/network/httping/slack-desc index 9c4b6cfb79..1267bbe9c6 100644 --- a/network/httping/slack-desc +++ b/network/httping/slack-desc @@ -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: |