FreshPorts -- The Place For Ports notbug Sat, 11 Feb 2012 6:59 AM GMT
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
CVSWeb : Sources : Main Web Site : Distfiles Availability : PortsMonThere are no ports dependent upon this port

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:
http://google-perftools.googlecode.com/files/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/vd/google-perftools/
ftp://ftp.se.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/vd/google-perftools/
ftp://ftp.uk.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/vd/google-perftools/
ftp://ftp.ru.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/vd/google-perftools/
ftp://ftp.jp.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/vd/google-perftools/
ftp://ftp.tw.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/vd/google-perftools/
ftp://ftp.cn.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/vd/google-perftools/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/

Number of commits found: 17

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
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: 17

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
bipFeb 11
surfFeb 11
chromiumFeb 09
chromiumFeb 09
drupal6Feb 07
drupal7Feb 07
bugzillaFeb 06
bugzilla2Feb 06
bugzilla3Feb 06
php5*Feb 06
mathopdFeb 03
firefoxFeb 01
linux-firefoxFeb 01
linux-seamonkeyFeb 01
linux-thunderbirdFeb 01

13 vulnerabilities affecting 32 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 23149
Broken 190
Deprecated 96
Ignore 726
Forbidden 2
Restricted 329
No CDROM 109
Vulnerable 0
Expired 7
Set to expire 93
Interactive 59
new 24 hours 5
new 48 hours8
new 7 days49
new fortnight76
new month143

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

Servers and bandwidth provided by
New York Internet
SuperNews
Valid HTML, CSS, and RSS.
Copyright © 2000-2012 DVL Software Limited. All rights reserved.
This page created in 0.196 seconds.