gsrc-commit
[Top][All Lists]
Advanced

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

[Gsrc-commit] trunk r4041: bdw-gc garbage collector


From: Carl Hansen
Subject: [Gsrc-commit] trunk r4041: bdw-gc garbage collector
Date: Tue, 18 Oct 2016 04:37:28 +0000 (UTC)
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 4041
revision-id: address@hidden
parent: address@hidden
committer: Carl Hansen <address@hidden>
branch nick: trunk
timestamp: Mon 2016-10-17 21:37:23 -0700
message:
  bdw-gc garbage collector
added:
  pkg/other/bdw-gc/              bdwgc-20161018043650-v7644qjcahu3l8bx-1
  pkg/other/bdw-gc/Makefile      makefile-20161018043650-v7644qjcahu3l8bx-3
  pkg/other/bdw-gc/config.mk     config.mk-20161018043650-v7644qjcahu3l8bx-4
  pkg/other/bdw-gc/sha256sums    sha256sums-20161018043650-v7644qjcahu3l8bx-2
=== added directory 'pkg/other/bdw-gc'
=== added file 'pkg/other/bdw-gc/Makefile'
--- a/pkg/other/bdw-gc/Makefile 1970-01-01 00:00:00 +0000
+++ b/pkg/other/bdw-gc/Makefile 2016-10-18 04:37:23 +0000
@@ -0,0 +1,52 @@
+
+# Copyright © 2016 Carl Hansen address@hidden
+#
+# This file is part of GSRC, the GNU Source Release Collection.
+#
+# GSRC is free software: you can redistribute it and/or modify it
+# under the terms of the GNU General Public License as published by
+# the Free Software Foundation, either version 3 of the License, or
+# (at your option) any later version.
+#
+# GSRC is distributed in the hope that it will be useful, but WITHOUT
+# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+# or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public
+# License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with GSRC.  If not, see <http://www.gnu.org/licenses/>.
+#
+# Send bug reports and comments about GSRC problems to address@hidden
+
+NAME =    bdw-gc
+GARNAME = bdw-gc
+UPSTREAMNAME = gc
+GARVERSION = 7.2g
+HOME_URL = http://www.hboehm.info/gc/
+DESCRIPTION =  Boehm-Demers-Weiser garbage collector for C and C++
+define BLURB 
+The Boehm-Demers-Weiser conservative garbage collector
+can be used as a garbage collecting replacement for C malloc or C++
+new. It allows you to allocate memory basically as you normally would,
+without explicitly deallocating memory that is no longer useful. The
+collector automatically recycles memory when it determines that it can
+no longer be otherwise accessed.
+endef
+# to be updated soon
+######################################################################
+
+#http://www.hboehm.info/gc/gc_source/gc-7.2g.tar.gz
+MASTER_SITES = http://www.hboehm.info/
+MASTER_SUBDIR = gc/gc_source/
+DISTFILES = $(UPSTREAMNAME)-$(GARVERSION).tar.gz
+SIGFILES =
+
+BUILDDEPS =
+LIBDEPS =
+WORKSRC = $(WORKDIR)/$(UPSTREAMNAME)-7.2
+
+######################################################################
+
+include ../../../gar/gar.lib/auto.mk
+include config.mk
+

=== added file 'pkg/other/bdw-gc/config.mk'
--- a/pkg/other/bdw-gc/config.mk        1970-01-01 00:00:00 +0000
+++ b/pkg/other/bdw-gc/config.mk        2016-10-18 04:37:23 +0000
@@ -0,0 +1,5 @@
+## Configuration options  ##
+## adjust as needed
+
+CONFIGURE_OPTS ?= 
+BUILD_OPTS ?=

=== added file 'pkg/other/bdw-gc/sha256sums'
--- a/pkg/other/bdw-gc/sha256sums       1970-01-01 00:00:00 +0000
+++ b/pkg/other/bdw-gc/sha256sums       2016-10-18 04:37:23 +0000
@@ -0,0 +1,1 @@
+584e29e2f1be4a389ca30f78dcd2c991031e7d1e1eb3d7ce2a0f975218337c2f  
download/gc-7.2g.tar.gz


reply via email to

[Prev in Thread] Current Thread [Next in Thread]