FreeBSD Bugzilla – Attachment 96006 Details for
Bug 134546
New port: databases/pgtune - Postgresql.conf tuning tips based on hardware and load type
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
file.shar
file.shar (text/plain), 2.97 KB, created by
Matthieu Bouthors
on 2009-05-14 20:50:01 UTC
(
hide
)
Description:
file.shar
Filename:
MIME Type:
Creator:
Matthieu Bouthors
Created:
2009-05-14 20:50:01 UTC
Size:
2.97 KB
patch
obsolete
># This is a shell archive. Save it in a file, remove anything before ># this line, and then unpack it by entering "sh file". Note, it may ># create directories; files and directories will be owned by you and ># have default permissions. ># ># This archive contains: ># ># pgtune ># pgtune/Makefile ># pgtune/files ># pgtune/files/patch-pgtune ># pgtune/pkg-descr ># pgtune/distinfo ># pgtune/pkg-plist ># >echo c - pgtune >mkdir -p pgtune > /dev/null 2>&1 >echo x - pgtune/Makefile >sed 's/^X//' >pgtune/Makefile << 'END-of-pgtune/Makefile' >X# New ports collection makefile for: pgtune >X# Date created: 16 feb 2009 >X# Whom: Matthieu BOUTHORS >X# >X# $FreeBSD$ >X# >X >XPORTNAME= pgtune >XPORTVERSION= 0.9 >XCATEGORIES= databases >XMASTER_SITES= http://pgfoundry.org/frs/download.php/2068/ \ >X http://mirror.labs.fr/pub/FreeBSD/distfiles/ >XDISTNAME= pgtune-0.9.0 >X >XMAINTAINER= matthieu@labs.fr >XCOMMENT= Postgresql.conf tuning tips based on hardware and load type >X >XRUN_DEPENDS= python:${PORTSDIR}/lang/python >X >XNO_BUILD= yes >X >Xdo-install: >X ${INSTALL_SCRIPT} ${WRKSRC}/pgtune ${PREFIX}/bin/pgtune >X >Xpost-install: >X ${MKDIR} ${PREFIX}/share/pgtune/settings/ >X ${CP} ${WRKSRC}/pg_settings* ${PREFIX}/share/pgtune/settings/ >X >X.include <bsd.port.mk> >END-of-pgtune/Makefile >echo c - pgtune/files >mkdir -p pgtune/files > /dev/null 2>&1 >echo x - pgtune/files/patch-pgtune >sed 's/^X//' >pgtune/files/patch-pgtune << 'END-of-pgtune/files/patch-pgtune' >X--- pgtune-original 2009-01-26 17:11:05.000000000 +0100 >X+++ pgtune 2009-02-18 08:20:59.000000000 +0100 >X@@ -1,4 +1,4 @@ >X-#!/usr/bin/python >X+#!/usr/local/bin/python >X """ >X pgtune >X >X@@ -248,7 +248,7 @@ >X if platform.architecture()[0]=="64bit": platformBits=64 >X # TODO Base this file location on where this script is at >X # TODO Support handling versions other than 8.4 >X- settingDumpFile="pg_settings-8.4-"+str(platformBits) >X+ settingDumpFile="/usr/local/share/pgtune/settings/pg_settings-8.4-"+str(platformBits) >X settingColumns=["name","setting","unit","category","short_desc", >X "extra_desc","context","vartype","min_val","max_val","enumvals", >X "boot_val"] >END-of-pgtune/files/patch-pgtune >echo x - pgtune/pkg-descr >sed 's/^X//' >pgtune/pkg-descr << 'END-of-pgtune/pkg-descr' >Xpgtune takes the wimpy default postgresql.conf and expands the database server >Xto be as powerful as the hardware it's being deployed on. >X >XWWW: http://pgfoundry.org/projects/pgtune/ >END-of-pgtune/pkg-descr >echo x - pgtune/distinfo >sed 's/^X//' >pgtune/distinfo << 'END-of-pgtune/distinfo' >XMD5 (pgtune-0.9.0.tar.gz) = 1cdff4886dcdc27687ae15ae71c8b8f3 >XSHA256 (pgtune-0.9.0.tar.gz) = 864960dd100bb234eacd63803befe0a35d251cc48d41abfadf321eb82335b92d >XSIZE (pgtune-0.9.0.tar.gz) = 22414 >END-of-pgtune/distinfo >echo x - pgtune/pkg-plist >sed 's/^X//' >pgtune/pkg-plist << 'END-of-pgtune/pkg-plist' >Xbin/pgtune >Xshare/pgtune/settings/pg_settings-8.4-32 >Xshare/pgtune/settings/pg_settings-8.4-64 >X@dirrm share/pgtune/settings >X@dirrm share/pgtune >END-of-pgtune/pkg-plist >exit
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 134546
: 96006