pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/libgcroots Import libgcroots version 0.2.1.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ed513ea9e872
branches:  trunk
changeset: 539159:ed513ea9e872
user:      obache <obache%pkgsrc.org@localhost>
date:      Fri Feb 29 13:06:36 2008 +0000

description:
Import libgcroots version 0.2.1.

This library abstracts architecture-dependent part of garbage collector
roots acquisition such as register windows of SPARC and register stack
backing store of IA-64. Main part of the code is based on Boehm GC 7.0.

With this library, you can easily write your own garbage collector such as
for small footprint, some application-specific optimizations, just learning
or to test experimental ideas.

diffstat:

 devel/libgcroots/DESCR         |   7 +++++++
 devel/libgcroots/Makefile      |  24 ++++++++++++++++++++++++
 devel/libgcroots/PLIST         |   4 ++++
 devel/libgcroots/buildlink3.mk |  19 +++++++++++++++++++
 devel/libgcroots/distinfo      |   5 +++++
 5 files changed, 59 insertions(+), 0 deletions(-)

diffs (79 lines):

diff -r 7cf59e98261e -r ed513ea9e872 devel/libgcroots/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/libgcroots/DESCR    Fri Feb 29 13:06:36 2008 +0000
@@ -0,0 +1,7 @@
+This library abstracts architecture-dependent part of garbage collector
+roots acquisition such as register windows of SPARC and register stack
+backing store of IA-64. Main part of the code is based on Boehm GC 7.0.
+
+With this library, you can easily write your own garbage collector such as
+for small footprint, some application-specific optimizations, just learning
+or to test experimental ideas.
diff -r 7cf59e98261e -r ed513ea9e872 devel/libgcroots/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/libgcroots/Makefile Fri Feb 29 13:06:36 2008 +0000
@@ -0,0 +1,24 @@
+# $NetBSD: Makefile,v 1.1.1.1 2008/02/29 13:06:36 obache Exp $
+#
+
+DISTNAME=      libgcroots-0.2.1
+CATEGORIES=    devel
+MASTER_SITES=  http://sigscheme.googlecode.com/files/
+
+MAINTAINER=    obache%NetBSD.org@localhost
+HOMEPAGE=      http://code.google.com/p/sigscheme/wiki/libgcroots
+COMMENT=       Garbage collector supporting library
+
+PKG_DESTDIR_SUPPORT=   user-destdir
+
+GNU_CONFIGURE= yes
+USE_LIBTOOL=   yes
+USE_TOOLS+=    pkg-config
+
+PKGCONFIG_OVERRIDE+=   gcroots.pc.in
+
+# This directory is used for c++ interface, but not build by default.
+post-install:
+       rmdir ${DESTDIR}${PREFIX}/include/libgcroots
+
+.include "../../mk/bsd.pkg.mk"
diff -r 7cf59e98261e -r ed513ea9e872 devel/libgcroots/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/libgcroots/PLIST    Fri Feb 29 13:06:36 2008 +0000
@@ -0,0 +1,4 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2008/02/29 13:06:36 obache Exp $
+include/gcroots.h
+lib/libgcroots.la
+lib/pkgconfig/gcroots.pc
diff -r 7cf59e98261e -r ed513ea9e872 devel/libgcroots/buildlink3.mk
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/libgcroots/buildlink3.mk    Fri Feb 29 13:06:36 2008 +0000
@@ -0,0 +1,19 @@
+# $NetBSD: buildlink3.mk,v 1.1.1.1 2008/02/29 13:06:36 obache Exp $
+
+BUILDLINK_DEPTH:=              ${BUILDLINK_DEPTH}+
+LIBGCROOTS_BUILDLINK3_MK:=     ${LIBGCROOTS_BUILDLINK3_MK}+
+
+.if ${BUILDLINK_DEPTH} == "+"
+BUILDLINK_DEPENDS+=    libgcroots
+.endif
+
+BUILDLINK_PACKAGES:=   ${BUILDLINK_PACKAGES:Nlibgcroots}
+BUILDLINK_PACKAGES+=   libgcroots
+BUILDLINK_ORDER:=      ${BUILDLINK_ORDER} ${BUILDLINK_DEPTH}libgcroots
+
+.if ${LIBGCROOTS_BUILDLINK3_MK} == "+"
+BUILDLINK_API_DEPENDS.libgcroots+=     libgcroots>=0.2.1
+BUILDLINK_PKGSRCDIR.libgcroots?=       ../../devel/libgcroots
+.endif # LIBGCROOTS_BUILDLINK3_MK
+
+BUILDLINK_DEPTH:=              ${BUILDLINK_DEPTH:S/+$//}
diff -r 7cf59e98261e -r ed513ea9e872 devel/libgcroots/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/libgcroots/distinfo Fri Feb 29 13:06:36 2008 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2008/02/29 13:06:36 obache Exp $
+
+SHA1 (libgcroots-0.2.1.tar.gz) = 28c11ced03a5c8a6cd1c753cd59c3d8c03f93d7f
+RMD160 (libgcroots-0.2.1.tar.gz) = 83f61c9564829942165588c6bdb1a2457170f34d
+Size (libgcroots-0.2.1.tar.gz) = 409928 bytes



Home | Main Index | Thread Index | Old Index