7a1e FreshPorts -- devel/google-perftools
FreshPorts -- The Place For Ports If you buy from Amazon USA, please support us by using this link.
Follow us
Blog
Twitter

Port details
google-perftools 1.8.3 devel on this many watch lists=2 search for ports that depend on this port
Fast, multi-threaded malloc() and nifty performance analysis tools
Maintained by: yuri@tsoft.com search for ports maintained by this maintainer
Port Added: 11 Oct 2007 15:36:43
License: BSD


Perf Tools is a collection of a high-performance multi-threaded malloc()
implementation, plus some pretty nifty performance analysis tools.
Perf Tools is the fastest memory allocation library available,
it also often allows applications to have smaller memory
footprint.

WWW: http://code.google.com/p/google-perftools
SVNWeb : Main Web Site : Distfiles Availability : PortsMon

This port is required by:

for Libraries

To install the port: cd /usr/ports/devel/google-perftools/ && make install clean
To add the package: pkg_add -r google-perftools


Configuration Options
     No options to configure

Master Sites:
  1. ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/
  2. ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/vd/google-perftools/
  3. ftp://ftp.cn.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/vd/google-perftools/
  4. ftp://ftp.jp.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/vd/google-perftools/
  5. ftp://ftp.ru.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/vd/google-perftools/
  6. ftp://ftp.se.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/vd/google-perftools/
  7. ftp://ftp.tw.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/vd/google-perftools/
  8. ftp://ftp.uk.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/vd/google-perftools/
  9. http://ftp.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/vd/google-perftools/
  10. http://google-perftools.googlecode.com/files/

Number of commits found: 18

Commit History - (may be incomplete: see SVNWeb link above for full details)
DateByDescription
19 Mar 2013 13:04:31
Original commit files touched by this commit  1.8.3
eadler search for other commits by this committer
This changes almost all the "gnomehack" only USE_GNOME cases to USES= pathfix.

If a port used other USE_GNOME items it was untouched.
The ports that used other USES were fixed by hand.

PR:		ports/177081
Reviewed by:	bapt
Approved by:	portmgr (miwi)
06 Sep 2011 23:31:03
Original commit files touched by this commit  1.8.3
pawel search for other commits by this committer
Update to version 1.8.3

PR:             ports/160493
Submitted by:   Yuri <yuri@tsoft.com> (maintainer)
Approved by:    miwi, wen (mentors implicit)
27 Feb 2011 13:00:35
Original commit files touched by this commit  1.7
miwi search for other commits by this committer
- Update to 1.7

PR:             154910
Submitted by:   Yuri <yuri@tsoft.com> (maintainer)
31 Aug 2010 19:36:58
Original commit files touched by this commit  1.6
jacula search for other commits by this committer
- Update to 1.6

PR:             ports/149407
Submitted by:   Yuri <yuri@tsoft.com> (maintainer)
Approved by:    pgj (mentor)
29 Jun 2010 01:47:32
Original commit files touched by this commit  1.5_2
wen search for other commits by this committer
- Fixes the minor issue when shared libraries aren't accounted for in the
profile.

PR:             ports/147930
Submitted by:   Yuri <yuri@tsoft.com> (maintainer)
Feature safe:   yes
01 Apr 2010 10:24:44
Original commit files touched by this commit  1.5_1
linimon search for other commits by this committer
Not for powerpc, either.

Hat:            portmgr
25 Jan 2010 08:52:30
Original commit files touched by this commit  1.5_1
miwi search for other commits by this committer
- Update to 1.5

PR:             143112
Submitted by:   Yuri <yuri@tsoft.com> (maintainer)
05 Aug 2009 09:02:56
Original commit files touched by this commit  1.3_1
miwi search for other commits by this committer
- Update to 1.3

PR:             137376
Submitted by:   Yuri <yuri@tsoft.com> (maintainer)
05 Jun 2009 02:09:46
Original commit files touched by this commit  1.0_1
amdmi3 search for other commits by this committer
- Unbreak on amd64

Submitted by:   maintainer via private email
30 May 2009 14:50:48
Original commit files touched by this commit  1.0_1
amdmi3 search for other commits by this committer
- Use MAN1 instead of pkg-plist.
- Use standard DOCSDIR instead of version-suffix directory.
- Use USE_LDCONFIG to ask ports system to reload.

PR:             134847
Submitted by:   Gea-Suan Lin <gslin@gslin.org>
Approved by:    Yuri <yuri@rawbw.com> (maintainer)
13 Jan 2009 00:03:20
Original commit files touched by this commit  1.0
miwi search for other commits by this committer
- Update to 1.0

PR:             130354
Submitted by:   Yuri <yuri@tsoft.com> (maintainer)
24 Sep 2008 09:23:10
Original commit files touched by this commit  0.98
miwi search for other commits by this committer
- Update to 0.98

PR:             127333
Submitted by:   Yuri <yuri@tsoft.com> (maintainer)
21 Aug 2008 06:18:49
Original commit files touched by this commit  0.97
rafan search for other commits by this committer
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.

To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.

To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.

Changes to Mk/*:
 - Add runtime detection magic in bsd.port.mk
(Only the first 15 lines of the commit message are shown above View all of this commit message)
27 Apr 2008 05:22:36
Original commit files touched by this commit  0.97
rafan search for other commits by this committer
- Update to 0.9.7

PR:             ports/123061
Submitted by:   Yuri <yuri at tsoft.com> (maintainer)
06 Mar 2008 22:19:52
Original commit files touched by this commit  0.94
edwin search for other commits by this committer
Use ${MASTER_SITE_GOOGLE_CODE} instead of
http://something.googlecode.com/files

PR:             ports/121435 (related)
12 Dec 2007 11:43:07
Original commit files touched by this commit  0.94
vd search for other commits by this committer
Upgrade devel/google-perftools from 0.93 to 0.94.

ChangeLog:
http://google-perftools.googlecode.com/svn/tags/perftools-0.94/ChangeLog

Submitted by:   Yuri <yuri@rawbw.com> (maintainer)
18 Nov 2007 08:52:05
Original commit files touched by this commit  0.93
linimon search for other commits by this committer
Broken on sparc64 as well as amd64.

While here, fix a typo.

Approved by:    portmgr (self)
11 Oct 2007 15:36:31
Original commit files touched by this commit  0.93
vd search for other commits by this committer
Add new port devel/google-perftools:

Perf Tools is a collection of a high-performance multi-threaded malloc()
implementation, plus some pretty nifty performance analysis tools.
Perf Tools is the fastest memory allocation library available,
it also often allows applications to have smaller memory
footprint.

WWW: http://code.google.com/p/google-perftools

PR:             ports/113689
Submitted by:   Yuri <yuri@tsoft.com>

Number of commits found: 18

283a
Login
User Login
Create account

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
otrsJun 19
otrsJun 19
apache-xml-security-cJun 18
linux-f10-flashplugin10*Jun 18
linux-f10-flashplugin11*Jun 18
tor-develJun 16
dbusJun 13
owncloudJun 11
php5Jun 07
php53Jun 07
phpmyadminJun 05
telepathy-gabbleJun 05
chromiumJun 04
chromiumJun 04
libdmxJun 04

9 vulnerabilities affecting 12 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 24568
Broken 187
Deprecated 455
Ignore 561
Forbidden 0
Restricted 288
No CDROM 110
Vulnerable 19
Expired 49
Set to expire 440
Interactive 33
new 24 hours 6
new 48 hours9
new 7 days28
new fortnight85
new month175

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact
8e7

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD
Valid HTML, CSS, and RSS.
Copyright © 2000-2013 DVL Software Limited. All rights reserved.
0