mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 06:28:55 +02:00
Rewrap dev-libs DESCRIPTIONs
This commit is contained in:
@@ -1,12 +1,11 @@
|
||||
SUMMARY="The Boehm-Demers-Weiser conservative garbage collector"
|
||||
DESCRIPTION="
|
||||
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."
|
||||
|
||||
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.
|
||||
"
|
||||
HOMEPAGE="http://www.hpl.hp.com/personal/Hans_Boehm/gc/"
|
||||
SRC_URI="http://www.hpl.hp.com/personal/Hans_Boehm/gc/gc_source/gc-7.2d.tar.gz"
|
||||
REVISION="2"
|
||||
|
||||
Reference in New Issue
Block a user