Path to this page:
NOTICE: This package has been removed from pkgsrc./
wip/menu-cache,
Cache for freedesktop.org menu spec
Branch: CURRENT,
Version: 0.4.1,
Package name: menu-cache-0.4.1,
Maintainer: pkgsrc-usersLibmenu-cache is a library creating and utilizing caches to speed up
the manipulation for freedesktop.org defined application menus.
It can be used as a replacement of libgnome-menu of gnome-menus.
Required to run:[
devel/glib2]
Required to build:[
devel/libtool-base] [
devel/pkg-config]
Master sites:
SHA1: ca79049f9cab6d5099a8ab03584dc44bdc35a7c4
RMD160: 06e3ac7406e24c5a6cc83a5a2c418e45e01383b0
Filesize: 403.183 KB
Version history: (Expand)
- (2013-02-01) Package deleted from pkgsrc
- (2012-11-24) Updated to version: menu-cache-0.4.1
- (2012-06-11) Package has been reborn
- (2012-06-11) Package deleted from pkgsrc
- (2012-05-15) Updated to version: menu-cache-0.3.2
- (2010-12-01) Package has been reborn
CVS history: (Expand)
2013-01-31 04:35:01 by Jeremy C. Reed | Files touched by this commit (9) | |
Log message:
wip/menu-cache moved to pkgsrc/sysutils/menu-cache
|
2012-11-24 03:21:36 by Jeremy C. Reed | Files touched by this commit (2) | |
Log message:
upgrade to menu-cache-0.4.1
from NEWS:
Changes in 0.4.1 since 0.4.0:
* Minor bugfix, the resulting tar file was not complete.
Changes in 0.4.0 since 0.3.3:
* The libmenu-cache is made thread-safe. Thread-unsafe APIs are marked
as deprecated now and should be never used in any multithreaded
application.
* Added creation of HTML developers documentation. It is triggered by
configure script option --enable-gtk-doc.
* The libmenu-cache is made more responsible by moving some time-critical
operations into thread. Also it preloads saved cache file if it
exists so it is available near instantly after menu_cache_lookup().
Caller still will get updates by adding notifier to the cache.
* Added automatic shutdown of menu-cached server after some inactivity
timeout (i.e. all clients were unregistered).
* Fixed few memory problems (referencing errors and memory leaks).
* Fix for bug #3501347: use g_get_tmp_dir() instead of hardcoded "/tmp".
* The libmenu-cache ABI bumped to 2.
|
2012-11-14 00:20:30 by othyro | Files touched by this commit (13) |
Log message:
MAINTAINER -> pkgsrc-users@NetBSD.org
|
2012-10-03 17:09:47 by Aleksej Saushev | Files touched by this commit (124) |
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Mark packages that don't or might probably not have staged installation.
|
2012-05-15 05:18:31 by Jeremy C. Reed | Files touched by this commit (4) |
Log message:
Upgrade to 0.3.2
Changelog is empty.
menu-cache-gen was movd from bin to libexec.
Removed patch.
Use PKG_DESTDIR_SUPPORT.
|
2011-11-21 19:24:43 by abs | Files touched by this commit (13) |
Log message:
Remove obsolete @dirrm lines
|
2010-06-08 18:05:10 by Thomas Klausner | Files touched by this commit (1) |
Log message:
Fix path to itself.
|
2009-10-22 02:44:47 by Jeremy C. Reed | Files touched by this commit (6) | |
Log message:
Import menu-cache. I started packaging LXDE months ago, but never finished.
Libmenu-cache is a library creating and utilizing caches to speed up
the manipulation for freedesktop.org defined application menus.
It can be used as a replacement of libgnome-menu of gnome-menus.
|