---
name: ptmalloc
version: 3.0_1
origin: devel/ptmalloc
comment: Alternative threads-aware malloc
arch: freebsd:9:x86:64
www: http://www.malloc.de/en/
maintainer: ports@FreeBSD.org
prefix: /usr/local
licenselogic: single
flatsize: 70144
desc: |
  This package is a modified version of Doug Lea's malloc-2.8.3
  implementation adapted for multiple threads, while trying to
  avoid lock contention as much as possible.

  As part of the GNU C library, the source files may be available under
  the GNU Library General Public License (see the comments in the
  files).  But as part of this stand-alone package, the code is also
  available under the (probably less restrictive) conditions described
  in the file 'COPYRIGHT'.  In any case, there is no warranty whatsoever
  for this package.

  This release was partly funded by Pixar Animation Studios.

  WWW: http://www.malloc.de/en/
categories: [devel]
files:
  /usr/local/include/ptmalloc/malloc.h: 92f5b0584a1a6c528ef1efe2640cfaeb3da5890d63ad75c904247495bec3b7f4
  /usr/local/lib/libptmalloc.a: c21c5069beb5d7549d5b84504ad69be3b3aa8a6c4ba3d8e966dd4c87735ce7db
  /usr/local/lib/libptmalloc.so: '-'
  /usr/local/lib/libptmalloc.so.3: 1f95648ba2af3fbd8669c282ce7cfc0eeb475c032301940b7a0046291381a987
directories:
  /usr/local/include/ptmalloc/: n
scripts:
  post-install: |
    /sbin/ldconfig -m /usr/local/lib
  pre-deinstall: |
    /sbin/ldconfig -R
message: |
  Copyright (c) 2001-2006 Wolfram Gloger

  Permission to use, copy, modify, distribute, and sell this software
  and its documentation for any purpose is hereby granted without fee,
  provided that (i) the above copyright notices and this permission
  notice appear in all copies of the software and related documentation,
  and (ii) the name of Wolfram Gloger may not be used in any advertising
  or publicity relating to the software.

  THE SOFTWARE IS PROVIDED "AS-IS" AND WITHOUT WARRANTY OF ANY KIND,
  EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY
  WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.

  IN NO EVENT SHALL WOLFRAM GLOGER BE LIABLE FOR ANY SPECIAL,
  INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY KIND, OR ANY
  DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
  WHETHER OR NOT ADVISED OF THE POSSIBILITY OF DAMAGE, AND ON ANY THEORY
  OF LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
  PERFORMANCE OF THIS SOFTWARE.
