Subject: CVS commit: pkgsrc/devel/libgee0.8
From: Thomas Klausner
Date: 2012-12-09 00:20:07
Message id: 20121208232007.C919D175DD@cvs.netbsd.org

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.

Files:
RevisionActionfile
1.1addpkgsrc/devel/libgee0.8/DESCR
1.1addpkgsrc/devel/libgee0.8/Makefile
1.1addpkgsrc/devel/libgee0.8/PLIST
1.1addpkgsrc/devel/libgee0.8/buildlink3.mk
1.1addpkgsrc/devel/libgee0.8/distinfo
1.1addpkgsrc/devel/libgee0.8/patches/patch-gee_Makefile.in