NOTICE: This package has been removed from pkgsrc

./devel/libgee0.8, Library providing GObject-based interfaces and classes (v0.8)

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 0.8.8, Package name: libgee0.8-0.8.8, Maintainer: pkgsrc-users

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.


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)


CVS history: (Expand)


   2014-11-03 19:45:43 by Patrick Welche | Files touched by this commit (10) | Package removed
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) | Package updated
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) | Package updated
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) | Package updated
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) | Package updated
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.