Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions
+21
View File
@@ -0,0 +1,21 @@
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 older 0.6 branch of the library.
+29
View File
@@ -0,0 +1,29 @@
# $NetBSD: Makefile,v 1.22 2013/03/14 19:20:20 drochner Exp $
#
DISTNAME= libgee-0.6.8
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libgee/0.6/}
EXTRACT_SUFX= .tar.xz
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://live.gnome.org/Libgee
COMMENT= Library providing GObject-based interfaces and classes (v0.6)
LICENSE= gnu-lgpl-v2.1
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_TOOLS+= pkg-config gmake
# to regenerate after patches
#BUILDLINK_DEPMETHOD.vala:= build
#.include "../../lang/vala018/buildlink3.mk"
PKGCONFIG_OVERRIDE+= gee-1.0.pc.in
TEST_TARGET= check
BUILDLINK_DEPMETHOD.gobject-introspection:= build
.include "../../devel/gobject-introspection/buildlink3.mk"
.include "../../devel/glib2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
+7
View File
@@ -0,0 +1,7 @@
@comment $NetBSD: PLIST,v 1.4 2012/08/09 18:54:12 drochner Exp $
include/gee-1.0/gee.h
lib/girepository-1.0/Gee-1.0.typelib
lib/libgee.la
lib/pkgconfig/gee-1.0.pc
share/gir-1.0/Gee-1.0.gir
share/vala/vapi/gee-1.0.vapi
+16
View File
@@ -0,0 +1,16 @@
# $NetBSD: buildlink3.mk,v 1.9 2012/12/08 23:22:41 wiz Exp $
BUILDLINK_TREE+= libgee
.if !defined(LIBGEE_BUILDLINK3_MK)
LIBGEE_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.libgee+= libgee>=0.5.3
BUILDLINK_ABI_DEPENDS.libgee+= libgee>=0.6.5nb1
BUILDLINK_ABI_DEPENDS.libgee+= libgee<0.8
BUILDLINK_PKGSRCDIR.libgee?= ../../devel/libgee
.include "../../devel/glib2/buildlink3.mk"
.endif # LIBGEE_BUILDLINK3_MK
BUILDLINK_TREE+= -libgee
+5
View File
@@ -0,0 +1,5 @@
$NetBSD: distinfo,v 1.14 2013/03/14 19:20:20 drochner Exp $
SHA1 (libgee-0.6.8.tar.xz) = 40d7eac331dffc0a50effcb6d4074858e124b9ce
RMD160 (libgee-0.6.8.tar.xz) = a7c60103f2b81037144e7f2acd496ee53c7982aa
Size (libgee-0.6.8.tar.xz) = 443060 bytes