summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcinap_lenrek <cinap_lenrek@gmx.de>2012-07-05 14:53:21 +0200
committercinap_lenrek <cinap_lenrek@gmx.de>2012-07-05 14:53:21 +0200
commitc0627feea307dc8105dfe341102ca57450239151 (patch)
tree9941c3cc77aa41b32d56d9c18ae0ffd75d6a0685
parent7c197c8e730a3040d9718f9d2c3ad5f44a988a57 (diff)
parent267253f8d971c33de357a84cd2d37ffddda78dde (diff)
downloadplan9front-c0627feea307dc8105dfe341102ca57450239151.tar.xz
merge
-rw-r--r--lib/troll2
-rw-r--r--sys/man/1/pkg25
2 files changed, 20 insertions, 7 deletions
diff --git a/lib/troll b/lib/troll
index 60354a5ca..9e8407b1e 100644
--- a/lib/troll
+++ b/lib/troll
@@ -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?
Subject: [nix] current nix doesn't boot
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.
diff --git a/sys/man/1/pkg b/sys/man/1/pkg
index da6667ac9..83dee61cd 100644
--- a/sys/man/1/pkg
+++ b/sys/man/1/pkg
@@ -1,6 +1,6 @@
.TH PKG 1
.SH NAME
-create, install, list, local, remove \- trivial package management
+create, install, list, local, remove, unpkg \- trivial package management
.SH SYNOPSIS
.B pkg/create
.I name
@@ -14,6 +14,8 @@ create, install, list, local, remove \- trivial package management
.br
.B pkg/remove
.I name
+.br
+.B pkg/unpkg
.SH DESCRIPTION
.I Pkg
is a simple package management system primarily written in
@@ -60,22 +62,29 @@ List locally installed packages.
Remove the package
.I name
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
.LP
Create the package
-.B irc7-2011.09.21:
+.B irc7-2012.06.22:
.sp 1
.EX
-% pkg/create /sys/src/cmd/irc7-2011.09.21
+% pkg/create /sys/src/pkg/irc7-2012.06.22
.EE
.LP
Install the
-.B Go
-programming language:
+.B gopherd
+server:
.sp 1
.EX
-% pkg/install go-2011.05.10
+% pkg/install gopherd-2012.04.15
.EE
.SH FILES
.TF
@@ -102,4 +111,6 @@ source files of packages installed locally.
.br
.B http://ph.inri.net/9front/pkg/386
.SH SEE ALSO
-.IR contrib (1)
+.IR contrib (1) ,
+.IR gzip (1) ,
+.IR tar (1)