.TH PKGSEARCH "1" "SEPTEMBER 2007" "pkgsearch 1.0.3" "User Commands" .SH NAME pkgsearch \- manual page for pkgsearch 1.0.3 .SH SYNOPSIS .B pkgsearch [\fIoption\fR]... [\fIpackage\fR] .SH AVAILABILITY *BSD .SH DESCRIPTION Search packages in your ports, pkgsrc and installed packages .PP The following options are available: .TP \fB-u\fR update your database from packages not installed .TP \fB-u installed\fR update your database from packages installed in your system .TP \fB-u all\fR update your database from packages not installed and installed .TP \fB-i\fR to find packages installed in your system .TP \fB-d\fR cat packages description .TP \fB-e\fR find exactly packages .TP \fB-s\fR show the size from package in Kb .TP \fB-w\fR get the web site of package .TP \fB-m\fR get the maintainer of package .TP \fB-N\fR to not print the amount of found packages, this is important if you intend to use pkgsearch in yours shellscripts or together with others programs .TP \fB-A\fR to show last update date from an package .PP If option is undeclared pkgsearch find packages not installed in your system .PP Miscellany .PP If you want to make an modification you edit the archive /etc/pkgsearch.conf .TP \fB-h\fR print help information .TP \fB-v\fR print version .PP Important: .PP accountant of time removed for better integration of pkgsearch with the system, now can use pkgsearch in its shellscripts without no problem, example: pkg_delete `pkgsearch -Ni boost`, if you desires to have the time accountant working please reads the HACK.txt that folloies the package .SH EXAMPLES .TP .B $ pkgsearch -de apache22 /usr/ports/www/apache22 ------------------Descr Package------------------ The Apache HTTP Server Project is an effort to develop and maintain an open-source HTTP server for various modern desktop and server operating systems, such as UNIX and Windows NT. The goal of this project is to provide a secure, efficient and extensible server which provides HTTP services in sync with the current HTTP standards. The 2.x branch of Apache Web Server includes several improvements like threading, use of APR, native IPv6 and SSL support, and many more. WWW: http://httpd.apache.org/ ------------------End Descr Package--------------- 1 Package .PP Written by Diego Rocha http://pkgsearch.sharesource.org