]> pd.if.org Git - zpackage/blobdiff - doc/zpm.8
support for package dependencies
[zpackage] / doc / zpm.8
index cb36c21f0e76580097fc312c9099e1bd8c4dc687..1ad54f8130a0ccf0311bb5f261453cf6ffc9602c 100644 (file)
--- a/doc/zpm.8
+++ b/doc/zpm.8
@@ -1,4 +1,4 @@
-.TH zpm 8 2018-12-07 "ZPM 0.3"
+.TH zpm 8 2019-02-22 "ZPM 0.3"
 .SH NAME
 zpm \- the ultimate package manager
 .SH SYNOPSIS
 .SH NAME
 zpm \- the ultimate package manager
 .SH SYNOPSIS
@@ -48,11 +48,20 @@ Public keys are put into a trust db at /var/lib/zpm/trustdb
 (or $ZPMTRUSTDB, or ~/.zpm/trustdb, or via command line).
 .PP
 zpm-checksignature -t trustdbfile 
 (or $ZPMTRUSTDB, or ~/.zpm/trustdb, or via command line).
 .PP
 zpm-checksignature -t trustdbfile 
+.SS Library Handling
+ZPM understands ELF files, and will automatically calculate elf library
+dependencies.
 .SH OPTIONS
 \-P \fIpath\fR sets a path to the sub-command executables
 .SH EXAMPLES
 .B zpm init \fIpkgfile\fR
 .B zpm list \fIpkgfile\fR
 .SH OPTIONS
 \-P \fIpath\fR sets a path to the sub-command executables
 .SH EXAMPLES
 .B zpm init \fIpkgfile\fR
 .B zpm list \fIpkgfile\fR
+.SH GLOSSARY
+.TP
+default database
+Many commands take a database to work on.  If not specified via a command
+line option, a path to the database is taken from the ZPMDB environment
+variable of, if that is not set, /var/lib/zpm/local.db is used.
 .SH EXIT STATUS
 0 on success non zero on failure
 .SH FILES
 .SH EXIT STATUS
 0 on success non zero on failure
 .SH FILES
@@ -83,6 +92,9 @@ from http://git.tukaani.org/xz.git
 .TP
 SSL root certificates
 taken from http://mxr.mozilla.org/mozilla/source/security/nss/lib/ckfw/builtins/certdata.txt
 .TP
 SSL root certificates
 taken from http://mxr.mozilla.org/mozilla/source/security/nss/lib/ckfw/builtins/certdata.txt
+.TP
+JSW data structures code.
+Adapted from JSW's data structures code at http://www.eternallyconfuzzled.com/
 .PP
 All other code written by Nathan Wagner and also placed in the public domain.
 .SH LICENSE
 .PP
 All other code written by Nathan Wagner and also placed in the public domain.
 .SH LICENSE
@@ -90,13 +102,28 @@ ZPM itself is in the public domain.  Compiled programs themselves
 likely contain code from the C library and are subject to any licensing
 requirements that implies.  Where possible, programs have been statically
 linked with musl rather than glibc, since glibc doesn't actually support
 likely contain code from the C library and are subject to any licensing
 requirements that implies.  Where possible, programs have been statically
 linked with musl rather than glibc, since glibc doesn't actually support
-static linking.  See https://git.musl-libc.org/cgit/musl/tree/COPYRIGHT for
-the musl copyright.
+static linking.  For the musl copyright see https://git.musl-libc.org/cgit/musl/tree/COPYRIGHT.
 .SH SEE ALSO
 .SH SEE ALSO
+.BR zpm-addfile (8)
 .BR zpm-contents (8)
 .BR zpm-contents (8)
+.BR zpm-elftype (8)
+.BR zpm-extract (8)
+.BR zpm-fetchurl (8)
+.BR zpm-hash (8)
+.BR zpm-init (8)
 .BR zpm-list (8)
 .BR zpm-list (8)
-.BR zpm-update (8)
-.BR zpm-repo (8)
+.BR zpm-log (8)
+.BR zpm-merge (8)
+.BR zpm-packagehash (8)
+.BR zpm-parse (8)
 .BR zpm-quote (8)
 .BR zpm-quote (8)
-.BR zpm-hash (8)
-.BR zpm-fetchurl (8)
+.BR zpm-repo (8)
+.BR zpm-rmpackage (8)
+.BR zpm-shell (8)
+.BR zpm-sign (8)
+.BR zpm-soname (8)
+.BR zpm-soneed (8)
+.BR zpm-stat (8)
+.BR zpm-test (8)
+.BR zpm-update (8)
+.BR zpm-verify (8)