Update to libgee-0.10.0.
This commit is contained in:
parent
0031b3dcec
commit
7f4f6e9911
@ -1,9 +1,9 @@
|
|||||||
# $OpenBSD: Makefile,v 1.31 2013/03/11 10:50:10 espie Exp $
|
# $OpenBSD: Makefile,v 1.32 2013/03/29 17:06:43 ajacoutot Exp $
|
||||||
|
|
||||||
COMMENT= GObject based collection library
|
COMMENT= GObject based collection library
|
||||||
|
|
||||||
GNOME_PROJECT= libgee
|
GNOME_PROJECT= libgee
|
||||||
GNOME_VERSION= 0.8.5
|
GNOME_VERSION= 0.10.0
|
||||||
|
|
||||||
SHARED_LIBS += gee-0.8 1.0 # 1.0
|
SHARED_LIBS += gee-0.8 1.0 # 1.0
|
||||||
|
|
||||||
@ -17,16 +17,14 @@ MAINTAINER= Jasper Lievisse Adriaanse <jasper@openbsd.org>, \
|
|||||||
# LGPLv2.1
|
# LGPLv2.1
|
||||||
PERMIT_PACKAGE_CDROM= Yes
|
PERMIT_PACKAGE_CDROM= Yes
|
||||||
|
|
||||||
WANTLIB += ffi glib-2.0 gobject-2.0 gthread-2.0 pcre pthread
|
WANTLIB += ffi glib-2.0 gobject-2.0 pcre pthread
|
||||||
|
|
||||||
BUILD_DEPENDS= lang/vala
|
|
||||||
|
|
||||||
LIB_DEPENDS= devel/glib2
|
LIB_DEPENDS= devel/glib2
|
||||||
|
|
||||||
MODULES= devel/gettext \
|
MODULES= devel/gettext \
|
||||||
x11/gnome
|
x11/gnome
|
||||||
|
|
||||||
MODGNOME_TOOLS= goi
|
MODGNOME_TOOLS= goi vala
|
||||||
|
|
||||||
CONFIGURE_STYLE=gnu
|
CONFIGURE_STYLE=gnu
|
||||||
CONFIGURE_ARGS= --disable-doc
|
CONFIGURE_ARGS= --disable-doc
|
||||||
|
@ -1,2 +1,2 @@
|
|||||||
SHA256 (libgee-0.8.5.tar.xz) = 8TScqC3F2knJjOFAIPHte9QdiCbUxyUm0aRvgtmeXAk=
|
SHA256 (libgee-0.10.0.tar.xz) = AdVB8eBI9T2aDwFUjHB3lcRqQeHW5VtWf5rim4ca0JU=
|
||||||
SIZE (libgee-0.8.5.tar.xz) = 583804
|
SIZE (libgee-0.10.0.tar.xz) = 619540
|
||||||
|
@ -1,19 +1,2 @@
|
|||||||
libgee is a collection library providing GObject-based interfaces and
|
libgee is a collection library providing GObject-based interfaces and
|
||||||
classes for commonly used data structures.
|
classes for commonly used data structures.
|
||||||
|
|
||||||
libgee provides the following interfaces:
|
|
||||||
|
|
||||||
* Iterable
|
|
||||||
* 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.
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user