This commit is contained in:
cinap_lenrek 2012-07-05 14:53:21 +02:00
commit c0627feea3
2 changed files with 20 additions and 7 deletions

View file

@ -94,3 +94,5 @@ I am coming back to Plan 9 after a couple of years away from the project -- shou
What's the most sane way of downloading it to 9vx.OSX? What's the most sane way of downloading it to 9vx.OSX?
Subject: [nix] current nix doesn't boot Subject: [nix] current nix doesn't boot
Who is big troll/trouble maker really? Who is big troll/trouble maker really?
[nix] on the subject of abaco
i notice that there is now conflict b/w nix and plan 9 syscall numbering.

View file

@ -1,6 +1,6 @@
.TH PKG 1 .TH PKG 1
.SH NAME .SH NAME
create, install, list, local, remove \- trivial package management create, install, list, local, remove, unpkg \- trivial package management
.SH SYNOPSIS .SH SYNOPSIS
.B pkg/create .B pkg/create
.I name .I name
@ -14,6 +14,8 @@ create, install, list, local, remove \- trivial package management
.br .br
.B pkg/remove .B pkg/remove
.I name .I name
.br
.B pkg/unpkg
.SH DESCRIPTION .SH DESCRIPTION
.I Pkg .I Pkg
is a simple package management system primarily written in is a simple package management system primarily written in
@ -60,22 +62,29 @@ List locally installed packages.
Remove the package Remove the package
.I name .I name
from the local system. from the local system.
.TP
.I Pkg/unpkg
A modified
.IR tar (1)
used by
.B pkg/install
to generate checksums for every unpacked file.
.SH EXAMPLES .SH EXAMPLES
.LP .LP
Create the package Create the package
.B irc7-2011.09.21: .B irc7-2012.06.22:
.sp 1 .sp 1
.EX .EX
% pkg/create /sys/src/cmd/irc7-2011.09.21 % pkg/create /sys/src/pkg/irc7-2012.06.22
.EE .EE
.LP .LP
Install the Install the
.B Go .B gopherd
programming language: server:
.sp 1 .sp 1
.EX .EX
% pkg/install go-2011.05.10 % pkg/install gopherd-2012.04.15
.EE .EE
.SH FILES .SH FILES
.TF .TF
@ -102,4 +111,6 @@ source files of packages installed locally.
.br .br
.B http://ph.inri.net/9front/pkg/386 .B http://ph.inri.net/9front/pkg/386
.SH SEE ALSO .SH SEE ALSO
.IR contrib (1) .IR contrib (1) ,
.IR gzip (1) ,
.IR tar (1)