X-Git-Url: http://gitweb/?a=blobdiff_plain;ds=sidebyside;f=pkgmk.8.in;h=b2043c2c3c9762ccd5a86770d0edb4e1cd2bd689;hb=7e53648a28795a24c1310f57b915291f88aac995;hp=0be8d3aa07d8acb239d7e69a5f9ca97e6474ae9f;hpb=9ac667e68d3e36eb99272eac57219002ee2318e6;p=pkgutils-cross.git diff --git a/pkgmk.8.in b/pkgmk.8.in index 0be8d3a..b2043c2 100644 --- a/pkgmk.8.in +++ b/pkgmk.8.in @@ -5,7 +5,7 @@ pkgmk \- make software package \fBpkgmk [options]\fP .SH DESCRIPTION \fBpkgmk\fP is a \fIpackage management\fP utility, which makes -a software package. A \fIpackage\fP is an archive of files (.pkg.tar.gz) +a software package. A \fIpackage\fP is an archive of files (.pkg.tar.gz, .pkg.tar.bz2 or .pkg.tar.xz) that can be installed using pkgadd(8). To prepare to use pkgmk, you must write a file named \fIPkgfile\fP @@ -43,6 +43,9 @@ Update footprint and treat last build as successful. .B "\-if, \-\-ignore\-footprint" Build package without checking footprint. .TP +.B "\-in, \-\-ignore\-new" +Build package, ignore new files in a footprint mismatch. +.TP .B "\-um, \-\-update\-md5sum" Update md5sum using the current source files. .TP @@ -85,8 +88,40 @@ Global package make configuration. .TP .B "wget" Used by pkgmk to download source code. +.SH EXIT CODES +.TP +.B 0 +No error occured. +.TP +.B 1 +A general error has occured. +.TP +.B 2 +The Pkgfile is invalid. +.TP +.B 3 +The source or build directory is missing or is lacking read/write permissions. +.TP +.B 4 +An error occured during the download of source files. +.TP +.B 5 +An error occured during unpacking of source files. +.TP +.B 6 +An md5sum mismatch occured. +.TP +.B 7 +A footprint mismatch occured. +.TP +.B 8 +An error occured while running the build function. +.TP +.B 9 +An error occured while installing the package via pkgadd. .SH SEE ALSO -pkgadd(8), pkgrm(8), pkginfo(8), rejmerge(8), wget(1) +pkgmk.conf(5), pkgadd(8), pkgrm(8), pkginfo(8), rejmerge(8), wget(1) .SH COPYRIGHT -pkgmk (pkgutils) is Copyright (c) 2000-2005 Per Liden and is licensed through -the GNU General Public License. Read the COPYING file for the complete license. +pkgmk (pkgutils) is Copyright (c) 2000-2005 Per Liden and Copyright (c) 2006-2010 CRUX team (http://crux.nu). +pkgmk (pkgutils) is licensed through the GNU General Public License. +Read the COPYING file for the complete license.