# HG changeset patch # User Aleksej Bobylev # Date 1464738765 -10800 # Node ID a6f7b6b890c2e01f38149a70da52e7bf34eaec5a # Parent 5f6dfba73c573671ae1ee7c84c64e7ef801de8dd Up strace(4.12) diff -r 5f6dfba73c57 -r a6f7b6b890c2 awstats-hotspot/receipt --- a/awstats-hotspot/receipt Sun May 29 10:13:52 2016 +0200 +++ b/awstats-hotspot/receipt Wed Jun 01 02:52:45 2016 +0300 @@ -8,7 +8,7 @@ LICENSE="GPL2" DEPENDS="squid awstats" WEB_SITE="http://www.slitaz.org/" -TAGS="log analyze" +TAGS="log analysis" # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() diff -r 5f6dfba73c57 -r a6f7b6b890c2 awstats/receipt --- a/awstats/receipt Sun May 29 10:13:52 2016 +0200 +++ b/awstats/receipt Wed Jun 01 02:52:45 2016 +0300 @@ -9,7 +9,7 @@ WEB_SITE="http://awstats.sourceforge.net/" TARBALL="$PACKAGE-$VERSION.tar.gz" WGET_URL="http://prdownloads.sourceforge.net/awstats/$TARBALL" -TAGS="log analyze web mail ftp" +TAGS="log analysis web mail ftp" DEPENDS="perl" SUGGESTED="perl-net-xwhois" diff -r 5f6dfba73c57 -r a6f7b6b890c2 bootchart/receipt --- a/bootchart/receipt Sun May 29 10:13:52 2016 +0200 +++ b/bootchart/receipt Wed Jun 01 02:52:45 2016 +0300 @@ -9,7 +9,7 @@ WEB_SITE="http://www.bootchart.org/" TARBALL="$PACKAGE-$VERSION.tar.bz2" WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" -TAGS="boot performance profile analyze" +TAGS="boot performance profile analysis" SUGGESTED="pybootchartgui" diff -r 5f6dfba73c57 -r a6f7b6b890c2 ht/receipt --- a/ht/receipt Sun May 29 10:13:52 2016 +0200 +++ b/ht/receipt Wed Jun 01 02:52:45 2016 +0300 @@ -9,7 +9,7 @@ TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://hte.sourceforge.net/" WGET_URL="$SF_MIRROR/hte/$TARBALL" -TAGS="viewer text-editor analyzer" +TAGS="viewer text-editor analysis" DEPENDS="gcc-lib-base lzo ncurses xorg-libX11 xorg-libXau xorg-libXdmcp" BUILD_DEPENDS="lzo-dev ncurses-dev" diff -r 5f6dfba73c57 -r a6f7b6b890c2 pflogsumm/receipt --- a/pflogsumm/receipt Sun May 29 10:13:52 2016 +0200 +++ b/pflogsumm/receipt Wed Jun 01 02:52:45 2016 +0300 @@ -9,7 +9,7 @@ TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://jimsun.linxnet.com/postfix_contrib.html" WGET_URL="http://jimsun.linxnet.com/downloads/$TARBALL" -TAGS="postfix mail logs analyzer" +TAGS="postfix mail logs analysis" DEPENDS="perl-date-calc" SUGGESTED="postfix" diff -r 5f6dfba73c57 -r a6f7b6b890c2 strace/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/strace/description.txt Wed Jun 01 02:52:45 2016 +0300 @@ -0,0 +1,8 @@ +strace is a system call tracer, i.e. a debugging tool which prints out a trace +of all the system calls made by a another process/program. The program to be +traced need not be recompiled for this, so you can use it on binaries for which +you don't have source. + +System calls and signals are events that happen at the user/kernel interface. +A close examination of this boundary is very useful for bug isolation, sanity +checking and attempting to capture race conditions. diff -r 5f6dfba73c57 -r a6f7b6b890c2 strace/receipt --- a/strace/receipt Sun May 29 10:13:52 2016 +0200 +++ b/strace/receipt Wed Jun 01 02:52:45 2016 +0300 @@ -1,32 +1,25 @@ # SliTaz package receipt. PACKAGE="strace" -VERSION="4.5.20" +VERSION="4.12" CATEGORY="development" -SHORT_DESC="Trace system calls and signals" +SHORT_DESC="System call tracer" MAINTAINER="erjo@slitaz.org" LICENSE="BSD" -TARBALL="$PACKAGE-$VERSION.tar.bz2" -WEB_SITE="http://sourceforge.net/projects/strace/" -WGET_URL="http://ovh.dl.sourceforge.net/sourceforge/strace/$TARBALL" - -DEPENDS="" +WEB_SITE="https://sourceforge.net/projects/strace/" +TARBALL="$PACKAGE-$VERSION.tar.xz" +WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" +TAGS="analysis debugger diagnostic" # Rules to configure and make the package. compile_rules() { - cd $src - ./configure --prefix=/usr --infodir=/usr/share/info \ - --mandir=/usr/share/man $CONFIGURE_ARGS - make - make DESTDIR=$DESTDIR install + ./configure $CONFIGURE_ARGS && make && make install + find $install -name strace.1 -exec gzip -9 \{\} \; } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - mkdir -p $fs/usr - cp -a $install/usr/bin $fs/usr + cp -a $install/* $fs } - - diff -r 5f6dfba73c57 -r a6f7b6b890c2 wireshark/receipt --- a/wireshark/receipt Sun May 29 10:13:52 2016 +0200 +++ b/wireshark/receipt Wed Jun 01 02:52:45 2016 +0300 @@ -9,7 +9,7 @@ TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://www.wireshark.org/" WGET_URL="https://1.eu.dl.wireshark.org/src/$TARBALL" -TAGS="network analyzer" +TAGS="network analysis" DEPENDS="gnutls libgpg-error libcap gtk+ pcre xorg-libXdamage libcomerr3 attr \ libgcrypt portaudio libpcap libkrb5"