Port details |
- pgtune Postgresql.conf tuning tips based on hardware and load type
- 0.9.3_3 databases
=3 0.9.3_3Version of this port present on the latest quarterly branch. DEPRECATED: Uses deprecated version of python
This port expired on: 2020-09-15
- Maintainer: gjb@FreeBSD.org
![search for ports maintained by this maintainer search for ports maintained by this maintainer](/images/search.jpg) - Port Added: 2009-05-17 10:14:31
- Last Update: 2020-09-19 13:01:00
- SVN Revision: 548980
- People watching this port, also watch:: openssl, libxml2, smartmontools, mhash, nmap
- License: BSD3CLAUSE
- WWW:
- http://pgfoundry.org/projects/pgtune/
- Description:
- pgtune takes the wimpy default postgresql.conf and expands
the database server to be as powerful as the hardware it's
being deployed on.
WWW: http://pgfoundry.org/projects/pgtune/
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦ ![SVNWeb SVNWeb](/images/subversion.png)
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- pgtune>0:databases/pgtune
- No installation instructions:
- This port has been deleted.
- PKGNAME: pgtune
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (pgtune-0.9.3.tar.gz) = 31ac5774766dd9793d8d2d3681d1edb45760897c8eda3afc48b8d59350dee0ea
SIZE (pgtune-0.9.3.tar.gz) = 34408
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
![pkg-fallout pkg-fallout](/images/fallout.svg)
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Runtime dependencies:
-
- python2.7 : lang/python27
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- N/A
- USES:
- python:2.7,run shebangfix
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.9.3_3 19 Sep 2020 13:01:00
![Revision:548980 Revision:548980](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
rene ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Remove expired ports:
2020-09-15 audio/abraca: Uses deprecated version of python
2020-09-15 audio/ardour5: Uses deprecated version of python
2020-09-15 audio/cplay: Uses deprecated version of python
2020-09-15 audio/cpp-xmms2: Uses deprecated version of python
2020-09-15 audio/p5-xmms2: Uses deprecated version of python
2020-09-15 biology/haplohseq: Uses deprecated version of python
2020-09-15 biology/tophat: Uses deprecated version of python
2020-09-15 chinese/ibus-array: Uses deprecated version of python
2020-09-15 comms/congruity: Uses deprecated version of python
2020-09-15 comms/libbtbb: Uses deprecated version of python
2020-09-15 comms/quisk: Uses deprecated version of python
2020-09-15 databases/mtools-mongodb: Uses deprecated version of python
2020-09-15 databases/mydbf2mysql: Uses deprecated version of python (Only the first 15 lines of the commit message are shown above ) |
0.9.3_3 08 Mar 2020 17:01:47
![Revision:528058 Revision:528058](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
antoine ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Deprecate some ports using deprecated version of python
With hat: portmgr |
0.9.3_3 19 Feb 2018 11:10:43
![Revision:462307 Revision:462307](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
antoine ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Reduce dependency on the python2 metaport
PR: 225752
Submitted by: Yasuhiro KIMURA |
0.9.3_2 15 May 2017 19:39:49
![Revision:440967 Revision:440967](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
amdmi3 ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- Add LICENSE
- Tweak python dependency: runtime only and python 2.x only
- Add NO_ARCH
- Fix shebangfix by removing shebang change from the patch
Approved by: portmgr blanket |
0.9.3_1 19 Oct 2015 14:50:52
![Revision:399684 Revision:399684](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
amdmi3 ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Improve shebangfix framework
- Support multiple values in *_OLD_CMD, i.e. we can now fix both
"/usr/bin/python" and "/usr/bin/env python" at the same time
- Default *_OLD_CMD values are now always appended, so you don't need to specify
them in individual ports
- Add lua support (depends on USES=lua)
- Add more default values, such as "/usr/bin/env foo" for python, perl, bash,
ruby and lua
- Shebangfix now matches whole words, e.g. we will no longer (erroneously)
replace "/usr/bin/perl5.005" with "${perl_CMD}5.005" (but "/usr/bin/perl -tt" is
still (correctly) replaced with "${perl_CMD} -tt")
Note that *_OLD_CMD items containing spaces must now be quoted (e.g.
perl_OLD_CMD=/bin/perl /usr/bin/perl "/usr/bin/env perl")
Update shebangfix usage according to new rules in many ports:
- Remove *_OLD_CMD for patterns now replaced by default
- Quote custom *_OLD_CMD which contain spaces
Fix shebangfix usage in many ports (irrelevant to infrastructure change):
- Remove redundant SHEBANG_LANG (no need to duplicate default langs)
- Remove redundant *_CMD (such as
python_CMD=${LOCALBASE}/bin/python${PYTHON_VER} when USES=python is present)
- Never use *_OLD_CMD in REINPLACE_CMD matchers, these should always look for
exact string
Approved by: portmgr (bapt)
Differential Revision: D3756 |
0.9.3_1 20 Oct 2014 10:41:13
![Revision:371255 Revision:371255](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
bapt ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Cleanup plist |
0.9.3_1 19 Oct 2014 08:50:18
![Revision:371173 Revision:371173](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
mva ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- Convert ports from databases/ and deskutils/ to new USES=python
Approved by: portmgr (implicit) |
0.9.3_1 08 May 2014 17:06:36
![Revision:353334 Revision:353334](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
gjb ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Fix a few nits with databases/pgtune that cause runtime
problems:
- Add USES=shebangfix
- Replace USE_PYTHON=yes with USE_PYTHON=2+
- Fix shebang line to use python2.N
- Bump PORTREVISION
Reported by: pathiaki2@yahoo.com (via ports@)
Redports ID: https://redports.org/buildarchive/20140508164000-29103/
Sponsored by: The FreeBSD Foundation |
0.9.3 27 Feb 2014 13:50:17
![Revision:346334 Revision:346334](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
ehaupt ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Support staging |
0.9.3 20 Sep 2013 16:13:49
![Revision:327717 Revision:327717](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
bapt ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Add NO_STAGE all over the place in preparation for the staging support (cat:
databases) |
0.9.3 26 Apr 2013 04:03:23
![Revision:316565 Revision:316565](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
gjb ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Update MASTERSITES for my server to use https |
0.9.3 08 Aug 2011 12:55:47
![files touched by this commit files touched by this commit](/images/logs.gif) |
culot ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- Update to 0.9.3
- Update MASTER_SITES
- Pass maintainership to submitter
Submitted by: gjb@
Approved by: Matthieu Bouthors <matthieu@labs.fr> (maintainer) |
0.9.0 20 Mar 2011 12:54:45
![files touched by this commit files touched by this commit](/images/logs.gif) |
miwi ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- Get Rid MD5 support |
0.9.0 17 May 2009 10:14:08
![files touched by this commit files touched by this commit](/images/logs.gif) |
miwi ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
pgtune takes the wimpy default postgresql.conf and expands
the database server to be as powerful as the hardware it's
being deployed on.
WWW: http://pgfoundry.org/projects/pgtune/
PR: ports/134546
Submitted by: Matthieu BOUTHORS |