./devel/libgee, Library providing GObject-based interfaces and classes

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.6.4nb2, Package name: libgee-0.6.4nb2, 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.


Required to run:
[devel/glib2]

Required to build:
[devel/gmake] [devel/libtool-base] [devel/pkg-config] [archivers/xz]

Master sites: (Expand)

SHA1: cbed7cf7bb1fe44fc03f2d7aee8090c37378777c
RMD160: 6f4c3f0bf522e88fb8ea3941efeb1b46915b4577
Filesize: 422.59 KB

Version history: (Expand)


CVS history: (Expand)


   2012-05-07 03:54:16 by David A. Holland | Files touched by this commit (473)
Log message:
Set BUILDLINK_ABI_DEPENDS correctly (with +=, not ?=)
It turns out there were a lot of these.
   2012-03-03 01:14:27 by Thomas Klausner | Files touched by this commit (1657)
Log message:
Recursive bump for pcre-8.30* (shlib major change)
   2012-02-06 13:42:32 by Thomas Klausner | Files touched by this commit (1812) | Package updated
Log message:
Revbump for
a) tiff update to 4.0 (shlib major change)
b) glib2 update 2.30.2 (adds libffi dependency to buildlink3.mk)

Enjoy.
   2012-02-06 12:44:53 by Matthias Drochner | Files touched by this commit (1)
Log message:
comment out vala dependency -- it is only needed if we patch .vala files
   2012-02-03 16:15:44 by Matthias Drochner | Files touched by this commit (2) | Package updated
Log message:
update to 0.6.4
changes: minor fixes
   2011-12-15 13:29:51 by Thomas Klausner | Files touched by this commit (2)
Log message:
patch-aa is not necessary any longer, says gls@; remove it.
   2011-11-13 17:13:08 by Guillaume Lasmayous | Files touched by this commit (2) | Package updated
Log message:
Update devel/libgee to 0.6.3

Upstream changes:

Fix buffer underflow.
   2011-10-22 13:35:44 by Guillaume Lasmayous | Files touched by this commit (2) | Package updated
Log message:
Update devel/libgee to 0.6.2.1

Upstream changes:

libgee 0.6.2.1
==============

 * Add check-news to AM_INIT_AUTOMAKE

 libgee 0.6.2
 ============

  * Fix adding second element to priority queue.
   * Fix problem with key used in range is freed.