diff --git a/programming/misc/libinput/pspec.xml b/programming/misc/libinput/pspec.xml index 57dc29356d..bf2cd31c8f 100644 --- a/programming/misc/libinput/pspec.xml +++ b/programming/misc/libinput/pspec.xml @@ -23,6 +23,7 @@ libinput + eudev libevdev libmtdev diff --git a/util/misc/strace/actions.py b/util/misc/strace/actions.py new file mode 100644 index 0000000000..772e8ab7bf --- /dev/null +++ b/util/misc/strace/actions.py @@ -0,0 +1,24 @@ +#!/usr/bin/python +# -*- coding: utf-8 -*- +# +# Licensed under the GNU General Public License, version 3. +# See the file http://www.gnu.org/licenses/gpl.txt + +from pisi.actionsapi import autotools +from pisi.actionsapi import pisitools +from pisi.actionsapi import get + +def setup(): + #autotools.autoreconf("-vif") + autotools.configure() + +def build(): + autotools.make() + +def check(): + autotools.make() + +def install(): + autotools.rawInstall("DESTDIR=%s" % get.installDIR()) + + pisitools.dodoc("ChangeLog", "CREDITS", "NEWS", "README", "README-linux",) diff --git a/util/misc/strace/files/strace-fix-ftbfs.patch b/util/misc/strace/files/strace-fix-ftbfs.patch new file mode 100644 index 0000000000..b698cbf917 --- /dev/null +++ b/util/misc/strace/files/strace-fix-ftbfs.patch @@ -0,0 +1,44 @@ +--- strace-4.8/process.c.orig 2013-12-06 16:18:27.682402291 +0000 ++++ strace-4.8/process.c 2013-12-06 16:19:14.602165296 +0000 +@@ -63,7 +63,7 @@ + # ifdef HAVE_STRUCT_PT_ALL_USER_REGS + # define pt_all_user_regs XXX_pt_all_user_regs + # endif +-# include ++# include + # undef ia64_fpreg + # undef pt_all_user_regs + #endif +--- strace-4.8/signal.c.orig 2013-12-06 16:28:54.800551324 +0000 ++++ strace-4.8/signal.c 2013-12-06 16:30:26.033019415 +0000 +@@ -51,7 +51,7 @@ + # ifdef HAVE_STRUCT_PT_ALL_USER_REGS + # define pt_all_user_regs XXX_pt_all_user_regs + # endif +-# include ++# include + # undef ia64_fpreg + # undef pt_all_user_regs + #endif +--- strace-4.8/syscall.c.orig 2013-12-06 16:29:37.912245321 +0000 ++++ strace-4.8/syscall.c 2013-12-06 16:30:55.933500132 +0000 +@@ -48,7 +48,7 @@ + # ifdef HAVE_STRUCT_PT_ALL_USER_REGS + # define pt_all_user_regs XXX_pt_all_user_regs + # endif +-# include ++# include + # undef ia64_fpreg + # undef pt_all_user_regs + #endif +--- strace-4.8/util.c.orig 2013-12-06 16:29:44.382349431 +0000 ++++ strace-4.8/util.c 2013-12-06 16:31:04.267634082 +0000 +@@ -55,7 +55,7 @@ + # ifdef HAVE_STRUCT_PT_ALL_USER_REGS + # define pt_all_user_regs XXX_pt_all_user_regs + # endif +-# include ++# include + # undef ia64_fpreg + # undef pt_all_user_regs + #endif diff --git a/util/misc/strace/pspec.xml b/util/misc/strace/pspec.xml new file mode 100644 index 0000000000..1fbd08e411 --- /dev/null +++ b/util/misc/strace/pspec.xml @@ -0,0 +1,67 @@ + + + + + strace + http://sourceforge.net/projects/strace/ + + PisiLinux Community + admins@pisilinux.org + + as-is + app:console + Tracks and displays system calls associated with a running process + strace intercepts and records the system calls called and received by a running process. strace can print a record of each system call, its arguments and its return value. + mirrors://sourceforge/strace/strace-4.9.tar.xz + + libaio-devel + libunwind-devel + + + + + + + + strace + + libunwind + + + /usr/bin + /usr/share/doc + /usr/share/man + + + + + + 2015-01-25 + 4.9 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2014-03-09 + 4.8 + Version bump + Varol Maksutoğlu + waroi@pisilinux.org + + + 2013-04-20 + 4.7 + Versrion bump + Ertan Güven + ertan@pisilinux.org + + + 2011-04-18 + 4.6 + First release + Pisi Linux Admins + admins@pisilinux.org + + + diff --git a/util/misc/strace/translations.xml b/util/misc/strace/translations.xml new file mode 100644 index 0000000000..f5c2f0a910 --- /dev/null +++ b/util/misc/strace/translations.xml @@ -0,0 +1,9 @@ + + + + strace + Çalışan bir süreç ile ilişkili sistem çağrılarını gösteren bir araç + strace, çalışan bir UNIX süreci tarafından çağırılan ve alınan sistem çağrılarını, bu çağrılara verilen parametreleri ve dönüş değerlerini gösteren bir hata ayıklama aracıdır. + Herramienta útil para diagnostico, aprendizaje y depuración + +