Commit graph

8446 commits

Author SHA1 Message Date
youri
2b3d6ae8f1 mate-system-monitor: Fix build. 2016-06-16 10:00:46 +00:00
prlw1
a668ed0556 Change compiler selection logic from "gcc 5" to "gcc >= 5"
(&& gcc == 0 was there such a thing?) as requested by joerg@
2016-06-16 09:58:19 +00:00
kamil
1fd54ba561 Set proper VARBASE in the example configuration
Little change - no PKGREVISION bump.

Patch by Mateusz Poszwa.
2016-06-14 17:57:39 +00:00
prlw1
cb2da97fbe -Wmaybe-uninitialized doesn't exist for NetBSD 6's gcc 4.5.3 and
breaks the build.  It does exist in NetBSD 7's gcc 4.8.4, but the
build is successful without it. So only apply the flag for gcc 5,
as it is necessary for 5.4.0.

Report from jnemeth@
2016-06-14 15:38:54 +00:00
youri
1b77293446 Remove discouraged x-zip MIME type. 2016-06-14 12:13:34 +00:00
kamil
82c2933ebd Add sysutils/i3status 2016-06-14 06:40:31 +00:00
kamil
dd6398f075 Import i3status-2.10 as sysutils/i3status
i3status is a small program (about 3000 SLOC) for generating a status bar
for dzen2, xmobar or similar programs. It is designed to be very efficient
by issuing a very small number of system calls, as one generally wants
to update such a status line every second.
This ensures that even under high load, your status bar is updated correctly.
Also, it saves a bit of energy by not hogging your CPU as much as spawning
the corresponding amount of shell commands would.

Originally packaged in pkgsrc-wip by:
- Pierre Allegraud,
- Vitaly Shevtsov,
- Niclas Rosenvik,
- Mateusz Poszwa,
- myself,
with maintanance commits by:
- Aleksej Saushev.
2016-06-14 06:39:37 +00:00
youri
b2b9e2f90d xfce4-diskperf-plugin: Update to 2.5.99.
* port to gtk+3/libxfce4ui-2/libxfce4panel-2.0
2016-06-13 23:26:04 +00:00
youri
1d4f42313b mate-systemload-plugin: Update to 1.1.99:
1.1.99 (2016/06/05)
-----------------
- port to gtk+3/libxfce4ui-2/libxfce4panel-2.0
2016-06-13 23:15:28 +00:00
youri
d6a16d0ddb caja: update to 1.14.1:
Major changes in 1.14.1 are:
* prefs dialog: don't crash on toggling "Show hidden and backup files"
* GTK+-3 theming: add a CSS file for caja, and initialize it at startup
* GTK+3: add style class caja-desktop-window at top level
* translation update
2016-06-13 22:31:25 +00:00
abs
4fe8cbe34a Update pkgsrc pod2man usage for perl v5.24.
No pkgrevision bump as no functional change if package built
2016-06-12 18:49:43 +00:00
wiedi
d66ac45e72 Link network libs on SunOS and make sure broken nls support is not used 2016-06-12 11:37:50 +00:00
dholland
f515e7d712 pkglint whitespace 2016-06-11 22:43:30 +00:00
dholland
3f5b7c706d Add small patch from PR 36656 to prevent false matches when looking in
fstab.

(It can also potentially prevent true matches and the whole chunk of
code involved should ideally be rewritten sanely, but it's better than
randomly doing entirely the wrong thing.)
2016-06-11 21:07:27 +00:00
youri
41742f260c xfce4-battery-plugin: Update to 1.0.99.
1.0.99 (2016/06/05):
===================
* port to gtk+3/libxfce4ui-2/libxfce4panel-2.0
* Fix build on aarch64 (bug #11724)
2016-06-09 09:38:23 +00:00
youri
976a4166ef xfce4-fsguard-plugin: Update to 1.0.99.
20160605 (1.0.99):
-----------------
  * port to gtk+3/libxfce4ui-2/libxfce4panel-2.0
2016-06-09 09:30:47 +00:00
youri
cffc19526c *** empty log message *** 2016-06-09 09:20:25 +00:00
youri
76086ae181 xfce4-verve-plugin: Update to 1.1.0.
1.1.0 (2015/07/11):
-------------------
 * Add the ability to use xfce4-verve-plugin as a smartbookmark plugin
 * Add the ability to direct commands beginning in ! or \ to DuckDuckGo
 * Run commands through shell by default, to allow aliases, variables, etc.
 * Use wordexp to expand directory names (when available), to allow variables, etc.
 * Add an optional label on the left side of the plugin
 * Expand properties window to allow turning the above features on/off
 * Increase maximum width of plugin
2016-06-09 08:22:38 +00:00
wiz
efddfa9d77 Fix HOMEPAGE to be copy'n'pastable. 2016-06-09 06:23:38 +00:00
youri
4f3579bb85 Add msgfmt to tools. 2016-06-09 05:38:47 +00:00
wiz
86a78fce2e Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
wiz
daa46dfb94 Switch to MASTER_SITE_PYPI. 2016-06-08 17:49:19 +00:00
wiz
57199de455 Switch to MASTER_SITES_PYPI. 2016-06-08 17:43:20 +00:00
jperkin
d087aee2ae Add ansible2. 2016-06-08 14:17:29 +00:00
jperkin
747eb1c354 Import ansible version 2.1.0.0 as sysutils/ansible2.
This is based on the existing sysutils/ansible package, but cleaned up and
tracking the newer 2.x releases.  sysutils/ansible is retained to support
installations which still require 1.x support.  From the DESCR:

Ansible is a radically simple model-driven configuration management,
multi-node deployment, and remote task execution system. Ansible works
over SSH and does not require any software or daemons to be installed
on remote nodes. Extension modules can be written in any language and
are transferred to managed machines automatically.
2016-06-08 14:16:25 +00:00
joerg
69cd47a7bd Just drop the cast. 2016-06-08 13:03:18 +00:00
youri
c0de001402 mate-system-monitor:
Fix build with clang.
2016-06-08 13:00:44 +00:00
jperkin
36e6903fd8 Remove the stability entity, it has no meaning outside of an official context. 2016-06-08 10:16:50 +00:00
jperkin
13a8dd759b Change the service_bundle name to "export" to reduce diffs between the
original manifest.xml file and the output from "svccfg export".
2016-06-08 10:02:24 +00:00
jperkin
a377258fbc Add or fix manpath entries to use the correct path. 2016-06-08 09:58:04 +00:00
jperkin
31ffe7cbb6 Change the service_bundle name to "export" to reduce diffs between the
original manifest.xml file and the output from "svccfg export".
2016-06-08 09:46:01 +00:00
joerg
20b5f1f27b Extract with bsdtar. 2016-06-07 18:00:20 +00:00
youri
1f1a32e00c Add msgfmt to fix the build. 2016-06-07 10:26:52 +00:00
youri
570aa2039a Add msgfmt to USE_TOOLS. That should hopefully fix the build on Linux. 2016-06-06 02:02:33 +00:00
mef
f56409184c Updated sysutils/file to 5.27
-----------------------------
2016-05-13  12:00  Christos Zoulas <christos@zoulas.com>

        * release 5.27

2016-04-18   9:35  Christos Zoulas <christos@zoulas.com>

        * Errors comparing DER entries or computing offsets
          are just indications of malformed non-DER files.
          Don't print them.
        * Offset comparison was off-by-one.
        * Fix compression code (Werner Fink)
        * Put new bytes constant in the right file (not the generated one)
2016-06-05 13:57:37 +00:00
mef
ee91d0efdc Updated sysutils/entr to 3.5
-----------------------------
== 3.5: April 01, 2016

 - Removed contrib/*
 - Detect new subdirectories on Linux
 - Direct users to http://entrproject.org/limits.html if inotify hits a kernel
   limit
2016-06-05 13:50:21 +00:00
youri
b2b21c6bea Switch Consolekit to polkit and bump pkgrevision. 2016-06-04 16:28:22 +00:00
jnemeth
8d96407066 sort 2016-06-02 05:27:26 +00:00
wiz
5690dde468 Fix MASTER_SITES. 2016-06-01 12:30:45 +00:00
prlw1
1df911fd45 Update glib2 to 2.48.1
Overview of changes in GLib 2.48.1
==================================

Bugs fixed:
 731988 glocalfile: Avoid a potential NULL pointer dereference
 747107 GVariant varargs documentation: g_variant_get() example
 747478 g_system_thread_set_name() is not implemented for gthread-win32
 748474 g_get_language_names() is not thread-safe
 748530 gthread: W32 implementation of g_get_num_processors() has lame fallback
 748806 GVariant: Better introduction to the concepts and its uses
 749606 tests: always remove app.desktop
 758174 Fix documentation typos
 758738 Usage of GType properties causes crashes due to gulong/gpointer mismatch
 762994 Race condition in GIO/AppFileChooser crashes Firefox/Gtk3
 763379 codegen: Add support for g_autoptr to gdbus-codegen generated objects
 763821 build: Also dist Systemtap files always for gobject/
 764092 gstrfuncs: Document the behaviour of g_strjoinv()
 764574 build: Fix all statfs() tests failing
 764575 tests: Fix compilation errors due to Y2K format problems
 764685 GApplication documentation about handling command-line options is confusing
 764754 '-' in application id: unbreak bus activation and notifications
 765959 socket: set fd field to -1 after closing socket
 765990 Visual Studio: Define inline only when necessary

Translations updated:
 Basque language
 Catalan
 Vietnamese
 zh_CN
2016-05-27 08:19:27 +00:00
youri
329cfdb523 Update path to common Makefile. 2016-05-26 23:03:13 +00:00
markd
b516880481 Add kf5 packages 2016-05-26 09:22:53 +00:00
markd
fbf7865a51 Add KDE Frameworks 5.21.0 packages:
baloo5 - Framework for searching and managing metadata
kdbusaddons - Addons to QtDBus
kfilemetadata5 - Library for extracting file metadata
solid - Hardware integration and detection
2016-05-26 09:17:14 +00:00
joerg
c4ecef0760 Restrict GCC warning flags to newer GCC versions. Fixes PR pkg/51164. 2016-05-25 15:35:32 +00:00
bsiegert
e0dbdfa4a7 Update duplicity to 0.7.07.1. From Frederic Fauberteau in PR pkg/51061.
New in v0.7.07.1 (2016/04/19)
---------------------------
* Fixed bug #1568677 duplicity fails to use existing S3 bucket in boto backend
  - bug introduced by incomplete fix of bug #1296793
  - simplified setting of bucket locations
* Fixed bug #1569523 get_bucket unknown keyword location and my_location name error
  - bug introduced in improper fix of bug #1568677
  - gotta love those inconsistent APIs
* Fixed bug #1571134 incompatible with python-oauth2client version 2.x
  and #1558155 PyDrive backend broken, needs update to oauth2client library
  - used patch from https://bugs.debian.org/820725 but made changes
    to allow the user to continue using the old version
* Fixed bug #1570293 duplicity is very slow due to excessive fsync
  - removed flush() after write.
  - revert to previous version
2016-05-24 19:10:46 +00:00
youri
1a8348026e + lxtask 2016-05-23 10:52:04 +00:00
youri
a2b73280e1 Import lxtask-0.1.7 as sysutils/lxtask.
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.
2016-05-23 10:50:35 +00:00
youri
fa9d942145 Update category. 2016-05-23 10:05:51 +00:00
youri
df2f3ba2bf + lxmenu-data
+ lxpanel
2016-05-23 09:46:10 +00:00
youri
ec481b9543 Import lxpanel-0.8.2 as sysutils/lxpanel.
LXPanel is a lightweight X11 desktop panel.  It offers a taskbar,
desktop pager, menus, launcher, notifications area, system tray,
and more.  This package also provides lxpanelctl, the controller
of lxpanel.
2016-05-23 09:45:18 +00:00