diff options
Diffstat (limited to 'ports-mgmt/bpkg/files/bpkg.8')
-rw-r--r-- | ports-mgmt/bpkg/files/bpkg.8 | 44 |
1 files changed, 23 insertions, 21 deletions
diff --git a/ports-mgmt/bpkg/files/bpkg.8 b/ports-mgmt/bpkg/files/bpkg.8 index 187232c19852..69d5cd724960 100644 --- a/ports-mgmt/bpkg/files/bpkg.8 +++ b/ports-mgmt/bpkg/files/bpkg.8 @@ -1,4 +1,4 @@ -.\" Copyright (c) 2007-2010 Andy Kosela <akosela@andykosela.com> +.\" Copyright (c) 2007-2012 Andy Kosela <akosela@andykosela.com> .\" All rights reserved. .\" .\" Redistribution and use in source and binary forms, with or without @@ -25,7 +25,7 @@ .\" SUCH DAMAGE. .\" .\" -.Dd September 24, 2010 +.Dd February 6, 2012 .Dt BPKG 8 .Os .Sh NAME @@ -33,7 +33,7 @@ .Nd a simple tool for displaying information about ports. .Sh SYNOPSIS .Nm -.Op Fl abDdeFfgIijkLMmOopQqrswz +.Op Fl abDdEeFfgIijkLMmOopQqrswz .Ar pkg-name ... .Nm .Op Fl BCchltvZ @@ -47,35 +47,38 @@ useful info about installed ports and the whole ports tree. The following command line arguments are supported: .Bl -tag -width F1 .It Fl a -show what dependent ports are, and are not installed. [portmaster +show what dependent ports are, and are not installed. [portmaster required] .It Fl B -create backup packages in /var/tmp/bpkg/ from all locally installed -ports. +create backup packages in /usr/ports/packages/bpkg from all locally +installed ports. .It Fl b -create backup package in /var/tmp/bpkg/ from a locally installed port. +create backup package in /usr/ports/packages/bpkg from a locally +installed port. .It Fl C clean all distfiles in /usr/ports/distfiles/* and also all work -directories of the ports tree /usr/ports/*/*/work/ [no arguments] +directories of the ports tree /usr/ports/*/*/work [no arguments] .It Fl c -clean all distfiles in /usr/ports/distfiles/* [no arguments] +clean all distfiles in /usr/ports/distfiles/* [no arguments] .It Fl D display size of port's source files. .It Fl d display description of the port. +.It Fl E +display available package in the FreeBSD repository. [-CURRENT] .It Fl e configure OPTIONS for the specified port. .It Fl F -browse www.freshports.org port's entry. [text WWW browser required] +browse www.freshports.org port's entry. [text WWW browser required] .It Fl f show the packing list instructions for the port. .It Fl g show files that do not match the recorded checksum in the specified installed port. .It Fl h -display help. [no arguments] +display help. [no arguments] .It Fl i -display short description of the port (priority -- installed ports). +display short description of the port [priority -- installed ports] .It Fl I display info about the port. .It Fl j @@ -85,7 +88,7 @@ show the deinstall script (if any) for the installed port. .It Fl L show the files within the installed port. .It Fl l -display short info about all installed ports. [no arguments] +display short info about all installed ports. [no arguments] .It Fl M show the install-message file for the installed port. .It Fl m @@ -97,24 +100,22 @@ display config OPTIONS for the specified port. .It Fl p search the ports tree and display short info about each port. .It Fl Q -display the latest available package in the FreeBSD repository. -[-STABLE] +display available package in the FreeBSD repository. [-STABLE] .It Fl q -display the latest available package in the FreeBSD repository. -[-RELEASE] +display available package in the FreeBSD repository. [-RELEASE] .It Fl r show the list of all port's dependencies. .It Fl s show the total size occupied by files installed within the port. .It Fl t -list all installed ports with dates of their installation. [no +list all installed ports with dates of their installation. [no arguments] .It Fl w which installed port owns the specified file. .It Fl v -list all installed ports and possible updates. [no arguments] +list all installed ports and possible updates. [no arguments] .It Fl Z -display all missing dynamic object dependencies. [no arguments] +display all missing dynamic object dependencies. [no arguments] .It Fl z display dynamic object dependencies for the specified port. .El @@ -139,7 +140,8 @@ Display 10 most recently installed ports. .Pp .Dl "$ bpkg -b 'foo bar'" .Pp -Create backup packages of foo and bar in /var/tmp/bpkg directory. +Create backup packages of foo and bar in /usr/ports/packages/bpkg +directory. .Sh SEE ALSO .Xr pkg_add 1 , .Xr pkg_create 1 , |