---
name: boehm-gc-threaded
version: 7.1_1
origin: devel/boehm-gc-threaded
comment: Garbage collection and memory leak detection for C and C++
arch: freebsd:9:x86:64
www: http://www.hpl.hp.com/personal/Hans_Boehm/gc/
maintainer: ports@FreeBSD.org
prefix: /usr/local
licenselogic: single
flatsize: 219549
desc: |
  The Boehm-Weiser garbage collection package, for C and C++ -
  garbage collection and memory leak detection libraries.

  A garbage collector is something which automatically frees malloc'd
  memory for you by working out what parts of memory your program
  no longer has pointers to.  As a result, garbage collectors can also
  inform you of memory leaks (if they find memory they can free, it means
  you have lost all of your pointers to it, but you didn't free it).

  C programs may be linked against either of these, and should run (with
  GC or leak detection) without change.  C++ programs must include a header
  to use garbage collection, though leak detection should work without
  such source code modifications.  See the man page and header files.

  This package only brings Boehm-GC libraries with threading support.

  ps: garbage collection is addictive.

  WWW: http://www.hpl.hp.com/personal/Hans_Boehm/gc/
deps:
  boehm-gc: {origin: devel/boehm-gc, version: 7.1}
categories: [devel]
options: {DEBUG: off, PARALLEL_MARK: off}
files:
  /usr/local/lib/libcord-threaded.so: '-'
  /usr/local/lib/libcord-threaded.so.1: da44db085906ab9114b2b455c1d7b5e24a2b21f331b18f17ef188c17ead80120
  /usr/local/lib/libgc-threaded.so: '-'
  /usr/local/lib/libgc-threaded.so.1: 86cdf67fc394ee642a853008bb296e7494d047756b0d1e96140615c5fe995f01
  /usr/local/lib/libgccpp-threaded.so: '-'
  /usr/local/lib/libgccpp-threaded.so.1: 2c1cf7c4d259197c83d76627fc47cfbff650a4fae8f4f65a12d172f203ab7b1e
  /usr/local/libdata/pkgconfig/bdw-gc-threaded.pc: 05701615581716ed477fe43308f6ab059877c1da2559ba34733a1904814c0a5f
scripts:
  post-install: |
    /sbin/ldconfig -m /usr/local/lib
  pre-deinstall: |
    /sbin/ldconfig -R
