2011-06-26 23:44:38 +00:00
|
|
|
# Template file for 'gc'
|
|
|
|
pkgname=gc
|
2012-05-18 15:52:05 +00:00
|
|
|
version=7.2
|
2011-06-26 23:44:38 +00:00
|
|
|
distfiles="http://www.hpl.hp.com/personal/Hans_Boehm/gc/gc_source/gc-$version.tar.gz"
|
2011-10-24 12:14:47 +00:00
|
|
|
build_style=gnu-configure
|
2011-06-26 23:44:38 +00:00
|
|
|
short_desc="A garbage collector for C and C++"
|
2011-07-17 06:27:36 +00:00
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2011-06-26 23:44:38 +00:00
|
|
|
homepage="http://www.hpl.hp.com/personal/Hans_Boehm/gc/"
|
|
|
|
license="GPL-2"
|
2012-05-18 15:52:05 +00:00
|
|
|
checksum=78281a7e183e599368282e05b3818ea21ead246337dad3badceb4ea0cd6c6650
|
2011-06-26 23:44:38 +00:00
|
|
|
long_desc="
|
|
|
|
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
|
2012-05-18 15:52:05 +00:00
|
|
|
accessed."
|
2011-06-26 23:44:38 +00:00
|
|
|
|
|
|
|
subpackages="gc-devel"
|