pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/sysutils/xfce4-cpugraph-plugin



Module Name:    pkgsrc
Committed By:   gutteridge
Date:           Thu Dec 16 00:58:02 UTC 2021

Modified Files:
        pkgsrc/sysutils/xfce4-cpugraph-plugin: Makefile PLIST distinfo

Log Message:
xfce4-cpugraph-plugin: update to 1.2.5

Change log:

1.2.5 (2021-10-09)
=====
- Lower peak memory consumption in case of a long CPU load history
- Fix OpenBSD codepath (issue #28)
- Initially hide run-in-terminal checkbox if the command field is empty (#23)
- Translation Updates:
  Albanian, Arabic, Armenian (Armenia), Basque, Belarusian, Bulgarian,
  Catalan, Chinese (China), Chinese (Taiwan), Croatian, Czech, Danish,
  Dutch, Eastern Armenian, English (Australia), English (United
  Kingdom), Estonian, Finnish, French, Galician, German, Greek, Hebrew,
  Hungarian, Icelandic, Indonesian, Interlingue, Italian, Japanese,
  Kazakh, Korean, Lithuanian, Malay, Norwegian Bokmål, Occitan (post
  1500), Polish, Portuguese, Portuguese (Brazil), Russian, Serbian,
  Slovak, Slovenian, Spanish, Swedish, Thai, Turkish, Ukrainian, Uyghur

1.2.4 (2021-10-01)
=====
- Update README
- New icons
- Lower the number of false positives in sub-optimal SMT scheduling
- Account for irregular core IDs in CPU topology (issue #25)
- Increase type-safety of the return types of callback functions
- Fix CPU topology initialization memory leak
- Replace author nicknames with real names
- Update and sort the list of authors
- Use C++ λ-functions for widget signal handlers
- Slightly improved CPU count detection in case some CPUs are offline
- Bump requirements to version 4.14
- Enable close button translations (issue #24)
- Fix compiler warnings on FreeBSD and SUN
- Bump properties dialog to Xfce 4.14 API
- Avoid FreeBSD "string.h" include file issue
- Translation Updates:
  Albanian, Arabic, Armenian (Armenia), Basque, Belarusian,
  Bulgarian, Catalan, Chinese (China), Chinese (Taiwan), Croatian,
  Czech, Danish, Dutch, Eastern Armenian, English (Australia), English
  (United Kingdom), Estonian, Finnish, French, Galician, German, Greek,
  Hebrew, Hungarian, Icelandic, Indonesian, Interlingue, Italian,
  Japanese, Kazakh, Korean, Lithuanian, Malay, Norwegian Bokmål,
  Occitan (post 1500), Polish, Portuguese, Portuguese (Brazil),
  Russian, Serbian, Slovak, Slovenian, Spanish, Swedish, Thai, Turkish,
  Ukrainian, Uyghur

1.2.3 (2021-02-23)
=====
- Add support for per-core history graphs
- Enable user-defined spacing between per-core history graphs
- Use an exponential function when painting the grid in non-linear mode
- Improve performance of current CPU usage bars
- Improve LED rendering performance
- Improve grid rendering performance
- Enumerate CPU cores from 0 (instead of 1) to match Linux command-line
  tools
- Ensure that the bars and the history cannot be disabled at the same
  time
- Slightly better handling of colors
- Translation Updates:
  French, Slovenian

1.2.2 (2021-02-14)
=====
- Record CPU load data even if the chart is currently disabled
- Validate size against minimum and maximum allowed values
- Change semantics of the non-linear time-scale mode
- Fix corner cases when rendering the grid and LED modes
- Show SMT stats tooltip only when needed
- Translation Updates:
  Catalan, Greek

1.2.1 (2021-01-30)
=====
- Repaint CPU load history after the user changes the update interval
- Properly initialize current usage bars
- Scale CPU load history chart according to the current update interval
- Store history in a circular buffer
- Add timestamps to CPU load history
- Update copyright year
- Update configuration files
- Translation Updates:
  Albanian, Arabic, Armenian (Armenia), Basque, Belarusian, Bulgarian,
  Catalan, Chinese (China), Chinese (Taiwan), Croatian, Czech, Danish,
  Dutch, Eastern Armenian, English (Australia), English (United
  Kingdom), Estonian, Finnish, French, Galician, German, Greek, Hebrew,
  Hungarian, Icelandic, Indonesian, Interlingue, Italian, Japanese,
  Kazakh, Korean, Lithuanian, Malay, Norwegian Bokmål, Occitan (post
  1500), Polish, Portuguese, Portuguese (Brazil), Russian, Serbian,
  Slovak, Slovenian, Spanish, Swedish, Thai, Turkish, Ukrainian, Uyghur

1.2.0 (2020-12-28)
=====
- Highlighting of suboptimal thread placement on SMT CPUs
- Separate the associated command from the rest of config options
- Better resilience to inconsistent OS CPU utilization data
- Display 'Show bars' in the same tab as 'Bars color'
- Clamp CPU usage values to zero if they are below a threshold
- Cleanup NEWS file
- Use larger unscaled icon in about dialog
- Add small explanation about default commands
- Dynamic default command lookup
- Fix RGBA string memory leak
- Fix an invalid memory reference
- Link sensitivity of labels to sensitivity of color buttons
- Allow setting colors with alpha
- Revalidate the event box after showing widgets
- Use floating-point instead of fixed-point CPU load values
- Paint CPU usage if it is 1 pixel tall
- Lower CPU usage when rendering bars
- Update URLs
- Improve performance of CPU data parsing
- Read CPU data correctly if some CPUs are offline (!7)
- Paint CPU bars in left-to-right order
- Separate the bars from the history frame
- Fix old-style function warnings
- Fix clang and gcc warnings
- Also offer a 3 second update interval (#9)
- Update URLs from goodies.x.o to docs.x.o (Bug #16157)
- Allow compilation with panel 4.15
- Fix typo breaking build on NetBSD (Bug #15794)
- Disable frame and make background transparent by default
- Translation Updates:
  Albanian, Arabic, Armenian (Armenia), Basque, Belarusian, Bulgarian,
  Catalan, Chinese (China), Chinese (Taiwan), Croatian, Czech, Danish,
  Dutch, Eastern Armenian, English (Australia), English (United
  Kingdom), Estonian, Finnish, French, Galician, German, Greek, Hebrew,
  Hungarian, Icelandic, Indonesian, Interlingue, Italian, Japanese,
  Kazakh, Korean, Latvian, Lithuanian, Malay, Norwegian Bokmål,
  Occitan (post 1500), Panjabi (Punjabi), Polish, Portuguese,
  Portuguese (Brazil), Romanian, Russian, Serbian, Slovak, Slovenian,
  Spanish, Swedish, Thai, Turkish, Ukrainian, Urdu, Urdu (Pakistan),
  Uyghur, Vietnamese


To generate a diff of this commit:
cvs rdiff -u -r1.57 -r1.58 pkgsrc/sysutils/xfce4-cpugraph-plugin/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/sysutils/xfce4-cpugraph-plugin/PLIST
cvs rdiff -u -r1.17 -r1.18 pkgsrc/sysutils/xfce4-cpugraph-plugin/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/sysutils/xfce4-cpugraph-plugin/Makefile
diff -u pkgsrc/sysutils/xfce4-cpugraph-plugin/Makefile:1.57 pkgsrc/sysutils/xfce4-cpugraph-plugin/Makefile:1.58
--- pkgsrc/sysutils/xfce4-cpugraph-plugin/Makefile:1.57 Wed Dec  8 16:06:40 2021
+++ pkgsrc/sysutils/xfce4-cpugraph-plugin/Makefile      Thu Dec 16 00:58:01 2021
@@ -1,16 +1,15 @@
-# $NetBSD: Makefile,v 1.57 2021/12/08 16:06:40 adam Exp $
+# $NetBSD: Makefile,v 1.58 2021/12/16 00:58:01 gutteridge Exp $
 
-PKGREVISION= 7
 .include "../../meta-pkgs/xfce4/Makefile.common"
 
-DISTNAME=      xfce4-cpugraph-plugin-1.1.0
+DISTNAME=      xfce4-cpugraph-plugin-1.2.5
 CATEGORIES=    sysutils
-MASTER_SITES=  http://archive.xfce.org/src/panel-plugins/xfce4-cpugraph-plugin/1.1/
+MASTER_SITES=  https://archive.xfce.org/src/panel-plugins/xfce4-cpugraph-plugin/1.2/
 
 HOMEPAGE=      https://goodies.xfce.org/projects/panel-plugins/xfce4-cpugraph-plugin
 COMMENT=       Xfce CPU load plugin
 
-USE_LANGUAGES= c99
+USE_LANGUAGES= c99 c++
 
 .include "../../graphics/hicolor-icon-theme/buildlink3.mk"
 .include "../../x11/xfce4-panel/buildlink3.mk"

Index: pkgsrc/sysutils/xfce4-cpugraph-plugin/PLIST
diff -u pkgsrc/sysutils/xfce4-cpugraph-plugin/PLIST:1.6 pkgsrc/sysutils/xfce4-cpugraph-plugin/PLIST:1.7
--- pkgsrc/sysutils/xfce4-cpugraph-plugin/PLIST:1.6     Sat Jul 13 00:40:21 2019
+++ pkgsrc/sysutils/xfce4-cpugraph-plugin/PLIST Thu Dec 16 00:58:01 2021
@@ -1,8 +1,9 @@
-@comment $NetBSD: PLIST,v 1.6 2019/07/13 00:40:21 gutteridge Exp $
+@comment $NetBSD: PLIST,v 1.7 2021/12/16 00:58:01 gutteridge Exp $
 lib/xfce4/panel/plugins/libcpugraph.la
-share/icons/hicolor/16x16/apps/xfce4-cpugraph-plugin.png
-share/icons/hicolor/22x22/apps/xfce4-cpugraph-plugin.png
-share/icons/hicolor/48x48/apps/xfce4-cpugraph-plugin.png
+share/icons/hicolor/128x128/apps/org.xfce.panel.cpugraph.png
+share/icons/hicolor/16x16/apps/org.xfce.panel.cpugraph.png
+share/icons/hicolor/32x32/apps/org.xfce.panel.cpugraph.png
+share/icons/hicolor/scalable/apps/org.xfce.panel.cpugraph.svg
 share/locale/ar/LC_MESSAGES/xfce4-cpugraph-plugin.mo
 share/locale/ast/LC_MESSAGES/xfce4-cpugraph-plugin.mo
 share/locale/be/LC_MESSAGES/xfce4-cpugraph-plugin.mo
@@ -15,6 +16,7 @@ share/locale/el/LC_MESSAGES/xfce4-cpugra
 share/locale/en_AU/LC_MESSAGES/xfce4-cpugraph-plugin.mo
 share/locale/en_GB/LC_MESSAGES/xfce4-cpugraph-plugin.mo
 share/locale/es/LC_MESSAGES/xfce4-cpugraph-plugin.mo
+share/locale/et/LC_MESSAGES/xfce4-cpugraph-plugin.mo
 share/locale/eu/LC_MESSAGES/xfce4-cpugraph-plugin.mo
 share/locale/fi/LC_MESSAGES/xfce4-cpugraph-plugin.mo
 share/locale/fr/LC_MESSAGES/xfce4-cpugraph-plugin.mo
@@ -22,6 +24,8 @@ share/locale/gl/LC_MESSAGES/xfce4-cpugra
 share/locale/he/LC_MESSAGES/xfce4-cpugraph-plugin.mo
 share/locale/hr/LC_MESSAGES/xfce4-cpugraph-plugin.mo
 share/locale/hu/LC_MESSAGES/xfce4-cpugraph-plugin.mo
+share/locale/hy_AM/LC_MESSAGES/xfce4-cpugraph-plugin.mo
+share/locale/hye/LC_MESSAGES/xfce4-cpugraph-plugin.mo
 share/locale/id/LC_MESSAGES/xfce4-cpugraph-plugin.mo
 share/locale/ie/LC_MESSAGES/xfce4-cpugraph-plugin.mo
 share/locale/is/LC_MESSAGES/xfce4-cpugraph-plugin.mo
@@ -42,6 +46,7 @@ share/locale/pt_BR/LC_MESSAGES/xfce4-cpu
 share/locale/ro/LC_MESSAGES/xfce4-cpugraph-plugin.mo
 share/locale/ru/LC_MESSAGES/xfce4-cpugraph-plugin.mo
 share/locale/sk/LC_MESSAGES/xfce4-cpugraph-plugin.mo
+share/locale/sl/LC_MESSAGES/xfce4-cpugraph-plugin.mo
 share/locale/sq/LC_MESSAGES/xfce4-cpugraph-plugin.mo
 share/locale/sr/LC_MESSAGES/xfce4-cpugraph-plugin.mo
 share/locale/sv/LC_MESSAGES/xfce4-cpugraph-plugin.mo

Index: pkgsrc/sysutils/xfce4-cpugraph-plugin/distinfo
diff -u pkgsrc/sysutils/xfce4-cpugraph-plugin/distinfo:1.17 pkgsrc/sysutils/xfce4-cpugraph-plugin/distinfo:1.18
--- pkgsrc/sysutils/xfce4-cpugraph-plugin/distinfo:1.17 Tue Oct 26 11:20:26 2021
+++ pkgsrc/sysutils/xfce4-cpugraph-plugin/distinfo      Thu Dec 16 00:58:01 2021
@@ -1,6 +1,5 @@
-$NetBSD: distinfo,v 1.17 2021/10/26 11:20:26 nia Exp $
+$NetBSD: distinfo,v 1.18 2021/12/16 00:58:01 gutteridge Exp $
 
-BLAKE2s (xfce4-cpugraph-plugin-1.1.0.tar.bz2) = 8028856cf60c32afc3870522cc21c14e6bab47398ac97b48141788dd1062ff35
-SHA512 (xfce4-cpugraph-plugin-1.1.0.tar.bz2) = c928baac776517da8929b8ce3842be7e02a2b3394b7cc848028d1720ca611e1aa4ef706bd00736fecfed0b3b2d0cce94c09b0f905a226db5e50c036dabb8df2a
-Size (xfce4-cpugraph-plugin-1.1.0.tar.bz2) = 391629 bytes
-SHA1 (patch-panel-plugin_os.c) = 9bbcdbff985bb689f6e9606cfd304f8665657ed9
+BLAKE2s (xfce4-cpugraph-plugin-1.2.5.tar.bz2) = 959292b1b382188bcc5dd01475e87a3659b611a8216d2fc91cd9b3878036e140
+SHA512 (xfce4-cpugraph-plugin-1.2.5.tar.bz2) = 1a0b362afa2dcae30721dc468e31949e4edfe20f5e1063603111d0cd7fcbd3460f14d7ffd30ae1d687400661c37a51a9c1b2f7abedea6c9e9888e93fbbb56d4a
+Size (xfce4-cpugraph-plugin-1.2.5.tar.bz2) = 455357 bytes



Home | Main Index | Thread Index | Old Index