Revision: 3704
          http://gar.svn.sourceforge.net/gar/?rev=3704&view=rev
Author:   hson
Date:     2009-03-11 02:58:08 +0000 (Wed, 11 Mar 2009)

Log Message:
-----------
libgc: Initial commit

Added Paths:
-----------
    csw/mgar/pkg/libgc/
    csw/mgar/pkg/libgc/branches/
    csw/mgar/pkg/libgc/tags/
    csw/mgar/pkg/libgc/trunk/
    csw/mgar/pkg/libgc/trunk/Makefile
    csw/mgar/pkg/libgc/trunk/files/


Property changes on: csw/mgar/pkg/libgc/trunk
___________________________________________________________________
Added: svn:ignore
   + cookies
download
work


Added: svn:externals
   + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2


Added: csw/mgar/pkg/libgc/trunk/Makefile
===================================================================
--- csw/mgar/pkg/libgc/trunk/Makefile                           (rev 0)
+++ csw/mgar/pkg/libgc/trunk/Makefile   2009-03-11 02:58:08 UTC (rev 3704)
@@ -0,0 +1,31 @@
+GARNAME = libgc
+GARVERSION = 7.0
+CATEGORIES = lib
+
+DESCRIPTION = A 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
+
+MASTER_SITES = http://www.hpl.hp.com/personal/Hans_Boehm/gc/gc_source/
+DISTFILES  = gc-$(GARVERSION).tar.gz
+
+DISTNAME = gc-$(GARVERSION)
+
+# We define upstream file regex so we can be notifed of new upstream software 
release
+UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz
+
+# If the url used to check for software update is different of MASTER_SITES, 
then 
+# uncomment the next line. Otherwise it is set by default to the value of 
MASTER_SITES
+# UPSTREAM_MASTER_SITES = 
+
+CONFIGURE_ARGS = $(DIRPATHS)
+
+TEST_TARGET = check
+
+include gar/category.mk


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.
_______________________________________________
devel mailing list
devel@lists.opencsw.org
https://lists.opencsw.org/mailman/listinfo/devel

Reply via email to