---
name: boehm-gc-redirect
version: 7.1
origin: devel/boehm-gc-redirect
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: 197052
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 malloc redirection.

  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}
files:
  /usr/local/lib/libcord-redirect.so: '-'
  /usr/local/lib/libcord-redirect.so.1: dcd1b4dc3b6be34a4001ea6f986ec69b3263b05f29fe6f42694c3fafa6761534
  /usr/local/lib/libgc-redirect.so: '-'
  /usr/local/lib/libgc-redirect.so.1: 6029befe0f45a43ec2ef122ffea0f8171bb4a0333511f04266d5385860580852
  /usr/local/lib/libgccpp-redirect.so: '-'
  /usr/local/lib/libgccpp-redirect.so.1: ceea38e85be33f188734cfb62593b81b973f0704bc48ab4edb85ab7eaee1666b
scripts:
  post-install: |
    /sbin/ldconfig -m /usr/local/lib
  pre-deinstall: |
    /sbin/ldconfig -R
