Path to this page:
NOTICE: This package has been removed from pkgsrc./
devel/libgee0.8,
Library providing GObject-based interfaces and classes (v0.8)
Branch: CURRENT,
Version: 0.8.8,
Package name: libgee0.8-0.8.8,
Maintainer: pkgsrc-userslibgee is a collection library providing GObject-based interfaces and classes
for commonly used data structures.
libgee provides the following interfaces:
* Iterable
o Collection
+ List
+ Set
* Iterator
* Map
The ArrayList, HashSet, and HashMap classes provide a reasonable sample
implementation of the List, Set, and Map interfaces. ReadOnlyCollection,
ReadOnlyList, ReadOnlySet, and ReadOnlyMap are read-only wrapper classes that
prevent modification of the underlying collection.
libgee is written in Vala and can be used like any GObject-based C library.
It's planned to provide bindings for further languages.
This package contains the 0.8 branch of the library.
Required to run:[
devel/glib2]
Required to build:[
devel/gobject-introspection]
Master sites: (Expand)
SHA1: b18a895dba020c4ae284eacc5276ef6e3721f3fb
RMD160: fe58017d1be2da778dd7dabcb72ef2b7dc41d3af
Filesize: 573.027 KB
Version history: (Expand)
- (2014-11-04) Package deleted from pkgsrc
- (2013-12-04) Updated to version: libgee0.8-0.8.8
- (2013-07-15) Updated to version: libgee0.8-0.8.7
- (2013-05-03) Updated to version: libgee0.8-0.8.6
- (2013-03-15) Updated to version: libgee0.8-0.8.5
- (2012-12-09) Package added to pkgsrc.se, version libgee0.8-0.8.2 (created)
CVS history: (Expand)
2014-11-03 19:45:43 by Patrick Welche | Files touched by this commit (10) | |
Log message:
Remove libgee0.8.
libgee now contains the most recent version of libgee, which follows
the 0.8 API. If in the future, that API changes, we can copy libgee
back to libgee0.8, and carry on updating libgee.
|
2013-12-04 17:43:47 by Matthias Drochner | Files touched by this commit (2) | |
Log message:
update to 0.8.8
change: Fix various .foreach
|
2013-07-15 14:42:33 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Update to 0.8.7:
libgee 0.8.7
============
* Use .value instead of value directly in unfold
|
2013-05-03 18:08:03 by Matthias Drochner | Files touched by this commit (2) | |
Log message:
update to 0.8.6
change: Fix HashSet.foreach
|
2013-04-18 09:17:13 by Thomas Klausner | Files touched by this commit (1) | |
Log message:
Remove patch, removed from distinfo during recent update (hi drochner!)
|
2013-03-14 20:26:55 by Matthias Drochner | Files touched by this commit (3) | |
Log message:
update to 0.8.5
change: fix memory leak
|
2012-12-09 00:27:44 by Thomas Klausner | Files touched by this commit (1) |
Log message:
Fix pasto.
|
2012-12-09 00:20:07 by Thomas Klausner | Files touched by this commit (6) |
Log message:
Import libgee0.8-0.8.2 as devel/libgee0.8.
libgee is a collection library providing GObject-based interfaces and classes
for commonly used data structures.
libgee provides the following interfaces:
* Iterable
o Collection
+ List
+ Set
* Iterator
* Map
The ArrayList, HashSet, and HashMap classes provide a reasonable sample
implementation of the List, Set, and Map interfaces. ReadOnlyCollection,
ReadOnlyList, ReadOnlySet, and ReadOnlyMap are read-only wrapper classes that
prevent modification of the underlying collection.
libgee is written in Vala and can be used like any GObject-based C library.
It's planned to provide bindings for further languages.
This package contains the 0.8 branch of the library.
|