Commit graph

65 commits

Author SHA1 Message Date
sketch
88fbf7eca4 Use ${BSD_INSTALL} rather than hardcoded install(1). 2004-11-15 15:45:59 +00:00
xtraeme
dd01de03eb Update gkrellm to 2.2.4, ok cube@.
Changes:

2.2.4 - Mon Sep 6, 2004
-----------------------
* 2.2.3 used a Gtk 2.4 function and did not compile under Gtk 2.2, so
  added GTK_CHECK_VERSION.
* Jerome UZEL got a patch in to account for deleted email in
  Evolution mailboxes.

2.2.3 - Mon Sep 6, 2004
-----------------------
* On SMP machines, allow sensors to be relocated to composite CPU panel.
* Alan Swanson: icon patch to give GKrellM and its configuration windows
  an icon for task switching.
* Bugfixes:
  o Christophe Barbe: fix mail.c X-Evolution flag decoding to use
    proper "seen" bit for determining new/old email.
  o Henrik Brix Andersen: use gtk_window_get_size() when calculating
    _NET_WM_STRUT size so strut space can be resized when shutting gkrellm.
  o Don't save new y_positions that are y packed and not user set (eg
    preserve user positon when opening fs secondaries for > 10 seconds).
  o Don't nest static function declarations inside of functions to fix
    upcoming gcc 3.5 compile errors - from Art Haas.
  o Sensor location menu wasn't recreated after the first config opening.
2004-10-25 15:29:48 +00:00
tv
c487cb967a Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10
in the process.  (More information on tech-pkg.)

Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.

Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.
2004-10-03 00:12:51 +00:00
cube
da3a75dc75 Update gkrellm packages to version 2.2.2.
2.2.2 Fri Jul 16, 2004
----------------------
        * Added some theme gkrellmrc variables, see Themes changelog.
        * Bugfixes:
          o Client mode seconds display had a sampling beat effect which caused
            a second to be periodically skipped.
          o Craig Boston <craig--at--fopye.gank.org> fix pixbuf memory leak in
            gkrellm_decal_scroll_text_set_internal().
2004-07-27 14:57:23 +00:00
cube
75fb385c66 sysctl() uses size_t arguments for lengths, so don't pass a pointer to an
int, it breaks on 64-bits platforms.

While there, prevent sa_family_t from being redefined by making sure
__NetBSD_Version__ is defined.

Bump revision of both gkrellm and gkrellm-server.

Should fix PR 26144.
2004-07-05 08:42:27 +00:00
cube
689624bd1e Make the disk krells use and display the correct names. Pointed out by
xtraeme@.
2004-06-07 17:28:44 +00:00
cube
65ee24230e Make a few krells use sysctl() instead of grovelling kernel memory.
Mem and Proc krells by Simon Burge, Disks by myself.

Restore setgid kmem for gkrellm and gkrellmd because of 'Internet' krell,
which is now the only one needing libkvm on NetBSD.

Bump PKGREVISION for both package.
2004-06-07 17:01:49 +00:00
cube
557e505bea Update to version 2.2.1.
2.2.1 - Thu Jun 3, 2004
-----------------------
	* Added markup text decal functions, see plugins changelog.
	* Use <small> markup in system name if it doesn't fit.
	* Try to trap out GdkFont font configs from < 2.2.0 versions.
	* Translation updates
	  o de.po
	  o fr.po from Jerome UZEL

pkgsrc:
	* Add a patch to fix the "gkrellm spinning at start-up" bug.  This
	  will make gkrellm2 work on systems that export anything useful
	  for gkrellm through sysmon.
	* Correct PLISTs
2004-06-05 18:57:37 +00:00
xtraeme
c94496a6aa Update sysutils/gkrellm to 2.2.0.
2.2.0 - Sat May 15, 2004
------------------------
  * Replace GdkFont text drawing with Pango.
  * Add plugin capability to the gkrellmd server. Wrote demo5 plugin as a
    tutorial on a client/server capable plugin.
  * Minimize Pango drawing to get CPU usage down:
      1) Draw chart text on a caching text layer.
      2) Add a "scroll text" api to text decals where a Pango string is
         drawn on a pixmap which can be srolled by setting the decal offset.
         See the plugins and themes changelog for more info.
  * linux.c reads temperatures from the hddtemp daemon so disk temperature
    display can be consistent with other sensors (and detected by gkrellmd).
  * Hajimu Umemoto: glib12 server Makefile, use `glib-config --libs glib
    gmodule and initialize text extent in clock.c
  * Sjoerd Simons: set the _NET_WM_STRUT property when dock type.
  * Defer setting withdrawn state until after main window realize.
2004-05-15 23:42:24 +00:00
fredb
d9f6c2d9cb Make this build again on older NetBSD systems, without statvfs(). 2004-05-09 22:04:30 +00:00
fredb
e9dc5531d4 Neither the client nor server needs to be setgid kmem on NetBSD.
Note: it's very likely the client doesn't need to be setgid kmem on any
platform.
2004-05-09 20:47:04 +00:00
fredb
38c9766dd0 With statvfs(), the significant measures are scaled in terms of f_frsize,
not f_bsize.
2004-05-09 20:32:10 +00:00
wiz
1e9adb17f7 Unused. 2004-04-25 23:34:07 +00:00
xtraeme
3a2f0bb9a4 Make this build in NetBSD -current (statfs->statvfs). 2004-04-23 15:13:07 +00:00
minskim
b8acf7a03e Honor BINOWN and BINGRP. 2004-04-10 03:59:50 +00:00
cube
511eccffe8 Update to 2.1.28.
pkgsrc changes:
  o provide GKRELLM_DEBUG to easily build a debug version (should help with
    the spinning gkrellm issue)
  o don't strip binaries in debug mode
  o small gkrellm Makefiles fixes

GKrellM changes (from Changelog):
  o Stephan Kapfinger <s.kapfinger--at--gmx.de> mail.c patch fixes bug
    I introduced into the last release where parsing of the mail reader
    command could fail.
2004-03-29 06:47:30 +00:00
wiz
a661ce60c0 PKGREVISION bump after openssl-security-fix-update to 0.9.6m.
Buildlink files: RECOMMENDED version changed to current version.
2004-03-26 02:27:34 +00:00
jlam
7db11b582a Fix serious bug where BUILDLINK_PACKAGES wasn't being ordered properly
by moving the inclusion of buildlink3.mk files outside of the protected
region.  This bug would be seen by users that have set PREFER_PKGSRC
or PREFER_NATIVE to non-default values.

BUILDLINK_PACKAGES should be ordered so that for any package in the
list, that package doesn't depend on any packages to the left of it
in the list.  This ordering property is used to check for builtin
packages in the correct order.  The problem was that including a
buildlink3.mk file for <pkg> correctly ensured that <pkg> was removed
from BUILDLINK_PACKAGES and appended to the end.  However, since the
inclusion of any other buildlink3.mk files within that buildlink3.mk
was in a region that was protected against multiple inclusion, those
dependencies weren't also moved to the end of BUILDLINK_PACKAGES.
2004-03-18 09:12:08 +00:00
cube
ed8de73c0f o Pkglint DESCR (was 27 lines) and correct server package name.
o Have empty directories created by the install script so they are created
  also when installing from a binary package.  Bump PKGREVISION.
2004-03-05 21:01:53 +00:00
jlam
9ff0e10340 Reorder location and setting of BUILDLINK_PACKAGES to match template
buildlink3.mk file in revision 1.101 of bsd.buildlink3.mk.
2004-03-05 19:25:06 +00:00
minskim
760264c190 Add explicit dependency on pkgconfig. 2004-03-05 17:08:51 +00:00
cube
c367b13969 Update to version 2.1.27.
2.1.27 - Sat Feb 28, 2004
-------------------------
        * Handle changing sysfs sensor name format from xxx_inputN to xxxN_input.
        * Patches:
          o Kurt V. Hindenburg <khindenburg--at--cherrynebula.net> Consider only
            .so, .la, and .dll files during plugin scan (avoid Gentoo .keep
            ebuild files).
        * Bugfixes:
          o Use g_spawn_async_with_pipes() instead of popen() in mail.c so gkrellm
            file descriptors won't be open in the mail monitor launched MUA.
2004-02-28 23:04:43 +00:00
cube
19129988e4 Update to 2.1.26.
Pkgsrc change:
	o use subst.mk instead of hand-crafted sed which removes the need
	  for patches.

GKrellM changes:
        * Patches:
          o Frederick Bruckman <fredb--at--immanent.net> detect multiple CPUs
            on NetBSD.
        * Bugfixes:
          o Andreas Liebe <liebe--at--hrz.tu-darmstadt.de> patch to solaris.c
            prevents running out of fds on some SPARC servers.
          o CPU and Net stats from 64 bit gkrellmd server overflowed on a 32
            bit client.
          o Changed Linux sysfs sensor temperature factor from 100 to 1000.
            Those running Linux kernels >= 2.6.2 should now only need gkrellm
            config temperature factors of 1.0.  But those still running kernels
            <= 2.6.1 may still need factor of 10 gkrellm config adjustments.
          o $d should be %d typo in cs.po
2004-02-25 08:41:56 +00:00
cube
a74ffc2500 Merge after gkrellm2 import. 2004-02-25 00:36:11 +00:00
cube
3e8f5e24d4 Merge import of gkrellm2. 2004-02-24 22:21:15 +00:00
cube
0d50d58c8b Initial import of gkrellm, version 2.1.25, into the NetBSD Package
Collection.  This is the GTK+2 port of old gkrellm1.

Package imported from pkgsrc-wip.

With a single process, GKrellM manages multiple stacked monitors and supports
applying themes to match the monitors appearance to your window manager,
Gtk, or any other theme.

  * SMP CPU, Disk, Proc, and active net interface monitors with LEDs.
  * Internet monitor that displays current and charts historical port hits

  * Memory and swap space usage meters and a system uptime monitor.
  * File system meters show capacity/free space and can mount/umount.
  * A mailbox monitor which can launch mail reader, remote mail fetch.
  * Clock/calendar and hostname display.
  * APM laptop battery monitor.
  * CPU/motherboard temperature display if lm_sensors modules installed.

  * Multiple monitors managed by a single process to reduce system load.
  * A timer button that can execute PPP or ISDN logon/logoff scripts.
  * Charts are autoscaling with configurable grid line resolution, or
    can be set to a fixed scale mode.
  * Separate colors for "in" and "out" data.  The in color is used for
    CPU user time, disk read, forks, and net receive data.  The out color
    is used for CPU sys time, disk write, load, and net transmit data.
  * Commands can be configured to run when monitor labels are clicked.
  * GKrellM is plugin capable so special interest monitors can be created.
  * A different theme can be created with the GIMP.

While GKrellM monitors the host it is running on, it can poll a server
over the network.  The server package is named gkrellm-server.
2004-02-24 22:11:28 +00:00
grant
60ad86155b replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make. 2004-01-24 15:06:57 +00:00
reed
6d9af8d68d Bump package revisions for tiff update.
Tiff is backward compatible, but was broken on amd64 platform
so this makes sure new tiff is used.
2004-01-03 18:49:33 +00:00
wiz
43fa0c7cb6 PKGREVISION bump for libiconv update. 2003-07-13 13:50:19 +00:00
wiz
7166660e08 Dependency bumps, needed because of devel/pth's major bump, and related
dependency bumps.
2003-05-02 11:53:34 +00:00
salo
45df9c0bf6 Updated to version 1.2.13.
Changes:

- USE_PKGLOCALEDIR
- don't hardcode -Wl,-E

1.2.13:
=======
- Very minor changes: enforce no message popups during init_plugin(),
  and allow a " in mailbox passwords.
- Contributions
  - Ben Hines <bhines--at--alumni.ucsd.edu> added Mac OS X code
    so monitors now have a native Mac interface.

1.2.12:
=======
- Theme changing keyboard shortcuts changed to Page_Up/Page_Down.
- Fix Linux APM to use ac_online status when battery status is
  unknown.
- Allow spaces in remote mailbox username and password.
- Get data for remote fs mounts in a thread.
- Use data-suffix directories when running gkrellm -c or when in
  force-host-config mode.
- Contributions
  o Nick Mitchell <firepile@speakeasy.net> patch:
    Fix IMAP login fail if password had certain chars.
  o Christian Rose <menthos--at--menthos.com> sv.po update.
  o Przemyslaw Sulek <pbs--at--linux.net.pl> pl.po update.
  o de.po translation update.
  o Jerome UZEL <jerome.uzel--at--wanadoo.fr> fr.po update.
  o Grigory Batalov <bga--at--altlinux.ru> ru.po update.
  o Chris <chris@starforge.co.uk> patch adds clock chime option.
2003-02-15 09:33:03 +00:00
fredb
06824bdf02 Make this build on NetBSD 1.6K (new, separate read and write disk
stats), set OSVERSION_SPECIFIC, and bump PKGREVISION.
2002-11-07 15:07:46 +00:00
wiz
4e7b2c8800 Unused. 2002-10-09 14:30:34 +00:00
wiz
9664aff882 Add buildlink2.mk. 2002-10-09 14:17:59 +00:00
jlam
a020ed9056 Merge packages from the buildlink2 branch back into the main trunk that
have been converted to USE_BUILDLINK2.
2002-08-25 21:50:52 +00:00
he
802feee056 Use a macro name which is unlikely to collide with other packages' (mis)usage.
Fix from PR#17705 by Julio Merino (jmmv at hispabsd dot org).
2002-07-24 17:24:50 +00:00
wiz
ab0146ba17 Add buildlink.mk. 2002-07-13 15:38:15 +00:00
wiz
8764625ad2 gkrellm needs to be linked with -E so that its plugins can use functions
from it. Do that. Bump to 1.2.11nb1.
2002-06-07 17:15:57 +00:00
fredb
5bef8ece8f Set "BUILD_USES_MSGFMT" to conditionally pull in dependency on "gettext". 2002-05-03 00:42:28 +00:00
fredb
f180ea4e1f Update gkrellm to 1.2.11 (old distfile is no longer available):
many bug fixes; i18n support + translations for several languages;
mail-checker can now authenticate to an imap server; and a few new
configuration options.
2002-05-02 20:45:35 +00:00
fredb
b48eba1112 Give all packages which depend on "png" a version bump, and update
all dependencies on packages depending on "png" which contain shared
libraries, all for the (imminent) update to the "png" package.
[List courtesy of John Darrow, courtesy of "bulk-build".]
2002-03-13 17:36:35 +00:00
wiz
5bcbb098c6 Bump PKGREVISION for apm fix from pkg/15577. 2002-02-13 23:14:03 +00:00
wiz
ca9d2b578e Zero out APM structure before use. pkg/15577 by Johan Danielsson. 2002-02-13 23:11:45 +00:00
jlam
dd1eb83248 The buildlink.mk files for gtk and pth are implied by imlib/buildlink.mk.
Also some minor whitespace changes.
2001-11-26 16:42:19 +00:00
jlam
996ed58a93 Correct handling of directories in PLIST: we create empty directories with
mkdir for use by other gkrellm-* packages, but we use @dirrm to remove
them at deinstallation.
2001-11-26 16:37:48 +00:00
jlam
86cafe805d MKDIR and RMDIR are already substituted by bsd.pkg.mk. 2001-11-26 16:29:56 +00:00
damon
e4b0dd4ad7 Updating to 1.2.4. Adds some NetBSD specific stuff from Anthony Mallet (among other things)
Changelog:

	* Mail monitor option: Count unseen mail as new mail.  (Based on a patch
	  by Martin Man <Martin.Man--at--seznam.cz>)
	* Bugfixes:
	  o gkrellm -demo segfaulted.
	  o CPU sensor decals could be mapped wrong.
	* Contributions:
	  o Anthony Mallet <anthony.mallet--at--useless-ficus.net> sensors.c patch
	    adds temp, fan, and voltage monitoring for NetBSD
	  o Przemyslaw Sulek <pbs--at--linux.net.pl> pl.po translation update.
	  o Darell Tan <dardil@singnet.com.sg> fs.c patch checks for uid matching
	    "owner" in fstab_user_permission().
	  o Tomas Ogren <stric--at--cs.umu.se> Solaris disk.c patch avoids adding
	    not found disks to the disk list.
2001-11-11 22:11:09 +00:00
hubertf
e1e6dc4122 this is is in .. now 2001-11-07 04:01:10 +00:00
agc
79084f4f33 Commit the last changes to the correct file - its commit message was:
"Bump to gkrellm-1.2.3nb1: Make sure the themes directory is there,
and in a sane location (not /usr/share!)."
2001-11-01 18:41:49 +00:00
hubertf
9efb18fa4b Bump to gkrellm-1.2.3nb1: Make sure the themes directory is there,
and in a sane location (not /usr/share!).

I have a gkrellm-themes package to commit once the pkg/ issue is resolved.
2001-11-01 14:08:00 +00:00