pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/libgee0.8
Module Name: pkgsrc
Committed By: wiz
Date: Sat Dec 8 23:20:07 UTC 2012
Added Files:
pkgsrc/devel/libgee0.8: DESCR Makefile PLIST buildlink3.mk distinfo
pkgsrc/devel/libgee0.8/patches: patch-gee_Makefile.in
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.
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/libgee0.8/DESCR \
pkgsrc/devel/libgee0.8/Makefile pkgsrc/devel/libgee0.8/PLIST \
pkgsrc/devel/libgee0.8/buildlink3.mk pkgsrc/devel/libgee0.8/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/libgee0.8/patches/patch-gee_Makefile.in
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index