Import libcmt-0.1.0 as wip/libcmt.

Libcmt stands for composable memory transcations library.
It implements a transactional model of concurrency using Glib,where
deadlock is not possible (beaucouse there are not locks at all) and
transactions are composable
This commit is contained in:
Kamel Ibn Aziz Derouiche 2009-05-06 10:32:00 +00:00 committed by Thomas Klausner
parent a7d3ce1b36
commit 1f729a1fe8
5 changed files with 59 additions and 0 deletions

4
libcmt/DESCR Normal file
View file

@ -0,0 +1,4 @@
Libcmt stands for composable memory transcations library.
It implements a transactional model of concurrency using Glib,where
deadlock is not possible (beaucouse there are not locks at all) and
transactions are composable

29
libcmt/Makefile Normal file
View file

@ -0,0 +1,29 @@
# $NetBSD: Makefile,v 1.1.1.1 2009/05/06 10:32:00 jihbed Exp $
#
DISTNAME= libcmt-0.1.0
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=libcmt/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= kamel.derouiche@gmail.com
HOMEPAGE= http://sourceforge.net/projects/libcmt/
COMMENT= Composable Memory Transactions Library for C
LICENSE= gnu-lgpl-v2.1
PKG_DESTDIR_SUPPORT= user-destdir
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_TOOLS+= pkg-config
USE_LANGUAGES= c c++
PKGCONFIG_OVERRIDE+= libcmt-sharp.pc.in
PKGCONFIG_OVERRIDE+= libcmt.pc.in
CONFIGURE_ARGS+= --disable-csharp-binding\
--disable-checks \
--enable-save-signal-mask
.include "../../devel/glib2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"

7
libcmt/PLIST Normal file
View file

@ -0,0 +1,7 @@
@comment $NetBSD: PLIST,v 1.1.1.1 2009/05/06 10:32:00 jihbed Exp $
include/cmt/cmt.h
include/cmt/gtransaction.h
lib/libcmt.la
lib/pkgconfig/libcmt-sharp.pc
lib/pkgconfig/libcmt.pc
@dirrm include/cmt

14
libcmt/buildlink3.mk Normal file
View file

@ -0,0 +1,14 @@
# $NetBSD: buildlink3.mk,v 1.1.1.1 2009/05/06 10:32:00 jihbed Exp $
BUILDLINK_TREE+= libcmt
.if !defined(LIBCMT_BUILDLINK3_MK)
LIBCMT_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.libcmt+= libcmt>=0.1.0
BUILDLINK_PKGSRCDIR.libcmt?= ../../wip/libcmt
.include "../../devel/glib2/buildlink3.mk"
.endif # LIBCMT_BUILDLINK3_MK
BUILDLINK_TREE+= -libcmt

5
libcmt/distinfo Normal file
View file

@ -0,0 +1,5 @@
$NetBSD: distinfo,v 1.1.1.1 2009/05/06 10:32:00 jihbed Exp $
SHA1 (libcmt-0.1.0.tar.bz2) = bbaa1e14cb391c1f3cd70b382b454f8543e29410
RMD160 (libcmt-0.1.0.tar.bz2) = a1c89e733602db489db33ef4e92496cb2562e5ee
Size (libcmt-0.1.0.tar.bz2) = 256466 bytes