Import of pkgsrc-2016Q3

This commit is contained in:
2016-10-14 07:49:11 +02:00
committed by Lionel Sambuc
parent 9d819b6d54
commit 1242aa1e36
35952 changed files with 949749 additions and 377083 deletions

4
sysutils/lxtask/DESCR Normal file
View File

@@ -0,0 +1,4 @@
LXTask is a lightweight and desktop-independent task manager derived from
xfce4-taskmanager with all dependencies on xfce removed, new features, and some
improvement of the user interface. It displays CPU use percentage, memory usage,
and information about running processes.

20
sysutils/lxtask/Makefile Normal file
View File

@@ -0,0 +1,20 @@
# $NetBSD: Makefile,v 1.3 2016/08/03 10:23:24 adam Exp $
DISTNAME= lxtask-0.1.7
PKGREVISION= 1
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=lxde/}
EXTRACT_SUFX= .tar.xz
MAINTAINER= youri@NetBSD.org
HOMEPAGE= http://lxde.sourceforge.net/
COMMENT= Lightweight desktop-independent task manager
LICENSE= gnu-gpl-v2
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_TOOLS+= gmake intltool pkg-config msgfmt
.include "../../x11/gtk2/buildlink3.mk"
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
.include "../../mk/bsd.pkg.mk"

67
sysutils/lxtask/PLIST Normal file
View File

@@ -0,0 +1,67 @@
@comment $NetBSD: PLIST,v 1.1 2016/05/23 10:50:35 youri Exp $
bin/lxtask
man/man1/lxtask.1
share/applications/lxtask.desktop
share/locale/af/LC_MESSAGES/lxtask.mo
share/locale/ar/LC_MESSAGES/lxtask.mo
share/locale/ast/LC_MESSAGES/lxtask.mo
share/locale/be/LC_MESSAGES/lxtask.mo
share/locale/bg/LC_MESSAGES/lxtask.mo
share/locale/bn/LC_MESSAGES/lxtask.mo
share/locale/bn_IN/LC_MESSAGES/lxtask.mo
share/locale/ca/LC_MESSAGES/lxtask.mo
share/locale/cs/LC_MESSAGES/lxtask.mo
share/locale/da/LC_MESSAGES/lxtask.mo
share/locale/de/LC_MESSAGES/lxtask.mo
share/locale/el/LC_MESSAGES/lxtask.mo
share/locale/en_GB/LC_MESSAGES/lxtask.mo
share/locale/es/LC_MESSAGES/lxtask.mo
share/locale/et/LC_MESSAGES/lxtask.mo
share/locale/eu/LC_MESSAGES/lxtask.mo
share/locale/fa/LC_MESSAGES/lxtask.mo
share/locale/fi/LC_MESSAGES/lxtask.mo
share/locale/fo/LC_MESSAGES/lxtask.mo
share/locale/fr/LC_MESSAGES/lxtask.mo
share/locale/frp/LC_MESSAGES/lxtask.mo
share/locale/gl/LC_MESSAGES/lxtask.mo
share/locale/he/LC_MESSAGES/lxtask.mo
share/locale/hr/LC_MESSAGES/lxtask.mo
share/locale/hu/LC_MESSAGES/lxtask.mo
share/locale/id/LC_MESSAGES/lxtask.mo
share/locale/is/LC_MESSAGES/lxtask.mo
share/locale/it/LC_MESSAGES/lxtask.mo
share/locale/ja/LC_MESSAGES/lxtask.mo
share/locale/kk/LC_MESSAGES/lxtask.mo
share/locale/ko/LC_MESSAGES/lxtask.mo
share/locale/lg/LC_MESSAGES/lxtask.mo
share/locale/lt/LC_MESSAGES/lxtask.mo
share/locale/lv/LC_MESSAGES/lxtask.mo
share/locale/ml/LC_MESSAGES/lxtask.mo
share/locale/ms/LC_MESSAGES/lxtask.mo
share/locale/nb/LC_MESSAGES/lxtask.mo
share/locale/nl/LC_MESSAGES/lxtask.mo
share/locale/nn/LC_MESSAGES/lxtask.mo
share/locale/pa/LC_MESSAGES/lxtask.mo
share/locale/pl/LC_MESSAGES/lxtask.mo
share/locale/ps/LC_MESSAGES/lxtask.mo
share/locale/pt/LC_MESSAGES/lxtask.mo
share/locale/pt_BR/LC_MESSAGES/lxtask.mo
share/locale/ro/LC_MESSAGES/lxtask.mo
share/locale/ru/LC_MESSAGES/lxtask.mo
share/locale/sk/LC_MESSAGES/lxtask.mo
share/locale/sl/LC_MESSAGES/lxtask.mo
share/locale/sq/LC_MESSAGES/lxtask.mo
share/locale/sr/LC_MESSAGES/lxtask.mo
share/locale/sr@latin/LC_MESSAGES/lxtask.mo
share/locale/sv/LC_MESSAGES/lxtask.mo
share/locale/te/LC_MESSAGES/lxtask.mo
share/locale/th/LC_MESSAGES/lxtask.mo
share/locale/tr/LC_MESSAGES/lxtask.mo
share/locale/tt_RU/LC_MESSAGES/lxtask.mo
share/locale/ug/LC_MESSAGES/lxtask.mo
share/locale/uk/LC_MESSAGES/lxtask.mo
share/locale/ur/LC_MESSAGES/lxtask.mo
share/locale/ur_PK/LC_MESSAGES/lxtask.mo
share/locale/vi/LC_MESSAGES/lxtask.mo
share/locale/zh_CN/LC_MESSAGES/lxtask.mo
share/locale/zh_TW/LC_MESSAGES/lxtask.mo

7
sysutils/lxtask/distinfo Normal file
View File

@@ -0,0 +1,7 @@
$NetBSD: distinfo,v 1.2 2016/08/17 15:19:42 richard Exp $
SHA1 (lxtask-0.1.7.tar.xz) = 05a44a6bdd52674d5a465e50eacf71f217d1e66b
RMD160 (lxtask-0.1.7.tar.xz) = 020ed18849ca4fb719a2cfa538c5086d74d0c902
SHA512 (lxtask-0.1.7.tar.xz) = eb5c6af2d0953d09d62b53efda1f88140cc6d5734ef98effd9a72b896e397d0c29ff4263b93c12fd23fcb0ec129b31eb769b0a8c769ae92ed9fc1d2f2689a4ef
Size (lxtask-0.1.7.tar.xz) = 137152 bytes
SHA1 (patch-src_xfce-taskmanager-linux.h) = 2f8c07e09af1a0d066d7306f6ac6ec67de94a7d6

View File

@@ -0,0 +1,14 @@
$NetBSD: patch-src_xfce-taskmanager-linux.h,v 1.1 2016/08/17 15:19:42 richard Exp $
fix declaration to be the same as the implementation.
--- src/xfce-taskmanager-linux.h.orig 2014-09-16 12:27:52.000000000 +0000
+++ src/xfce-taskmanager-linux.h
@@ -38,7 +38,7 @@
#define SIGNAL_CONT SIGCONT
#define SIGNAL_STOP SIGSTOP
-void get_task_details(gint pid,struct task *task);
+void get_task_details(pid_t pid,struct task *task);
GArray *get_task_list(void);
gboolean get_system_status(system_status *sys_stat);
gboolean get_cpu_usage_from_proc(system_status *sys_stat);