Ticket #28489: Portfile-google-perftools.diff
File Portfile-google-perftools.diff, 1.3 KB (added by BlackFrog1, 14 years ago) |
---|
-
Portfile
old new 4 4 PortSystem 1.0 5 5 6 6 name google-perftools 7 version 1. 57 version 1.7 8 8 description Fast, multi-threaded malloc() and nifty performance analysis tools 9 9 long_description These tools are for use by developers so that they can create \ 10 10 more robust applications. Especially of use to those developing multi-threaded \ 11 11 applications in C++ with templates. Includes TCMalloc, heap-checker, heap-profiler \ 12 12 and cpu-profiler. 13 13 maintainers brett openmaintainer 14 license New BSD License 14 15 categories devel 15 16 platforms darwin 16 17 homepage http://code.google.com/p/google-perftools/ 17 18 master_sites http://google-perftools.googlecode.com/files/ 18 19 19 checksums md5 cab3841f23fb93f8c69aedf60afcc43f\20 sha1 84c44c2576d8b06cd179f3c4bbd5a613dc63ce68 \21 rmd160 3c014fa2c2b140374f56678cd10f4427080f4f9920 checksums md5 5839cab3723e68a86ed327ebb54d54bc \ 21 sha1 e3a65f71aee9270572f7aafa421858e39da1a9a8 \ 22 rmd160 176451ef2bf6c9090f2446678ff2cca957eb4f42 22 23 23 24 configure.args --mandir=${prefix}/share/man 24 25 # http://code.google.com/p/google-perftools/issues/detail?id=66