.TH PKGSEARCH "5" "SEPTEMBER 2007" "pkgsearch.conf" "User Commands" .SH NAME pkgsearch.conf \- configuration file to pkgsearch .SH DESCRIPTION pkgsearck reads the configuration archive to asignar values the corresponding variaveis paths for folders and paths for archives, pkgsearch.conf uses the traditional format *NIX .PP .TP \fB#\fR for commentaries .TP \fBpathports\fR path of its ports, pkgsrc and others ex:"/usr/ports" .TP \fBpkgdesc\fR path for the description archive ex:"/pkg-descr" that together with variavel pathports forms path complete for the archive ex:"/usr/ports/www/apache22/pkg-descr" .TP \fBpkgsize\fR path for the archive that contains the size of the package ex:"/distinfo" that together with variavel pathports forms path complete for the archive ex:"/usr/ports/www/apache22/distinfo" .TP \fBpathinstalleds\fR path of its installeds packages ex:"/var/db/pkg" .TP \fBinstalledsdesc\fR path for the description archive ex:"/+DESC" that together with variavel pathinstalleds forms path complete for the archive ex:"/var/db/pkg/xorg-7.2/+DESC" .TP \fBdebug\fR to activate the mode debug, this make an log in /var/pkgsearch ( only work as root ) ex: to activate: debug=on to disactivate: debug=off .TP \fBmax_out\fR to maximum amount of packages that be shown \fBuser_pgsql\fR your user postgresql ( default pgsql ) \fBpass_pgsql\fR your password to postgresql ( default NULL ) .PP Miscellany .PP all the examples of this man are applied for FreeBSD to configure pkgsearch for another OS substitute the variaveis for the correspondent in your OS .SH EXAMPLES pathports=/usr/ports pkgdesc=/pkg-descr pkgsize=/distinfo pathinstalleds=/var/db/pkg installedsdesc=/+DESC debug=off max_out=150 user_pgsql = pgsql pass_pgsql = NULL .SH SEE ALSO .RB pkgsearch(1) .PP Written by Diego Rocha http://pkgsearch.sharesource.org