diff options
Diffstat (limited to 'plan9/sam/pkg')
-rw-r--r-- | plan9/sam/pkg/COMMENT | 1 | ||||
-rw-r--r-- | plan9/sam/pkg/DESCR | 17 | ||||
-rw-r--r-- | plan9/sam/pkg/PLIST | 19 |
3 files changed, 37 insertions, 0 deletions
diff --git a/plan9/sam/pkg/COMMENT b/plan9/sam/pkg/COMMENT new file mode 100644 index 00000000000..1bbc7df747a --- /dev/null +++ b/plan9/sam/pkg/COMMENT @@ -0,0 +1 @@ +A unix version of Rob Pike's editor for plan9 diff --git a/plan9/sam/pkg/DESCR b/plan9/sam/pkg/DESCR new file mode 100644 index 00000000000..2eab5d1faea --- /dev/null +++ b/plan9/sam/pkg/DESCR @@ -0,0 +1,17 @@ +This is an X11 version of Rob Pike's editor, sam. Documentation describing +its use and construction are provided in subdirectory doc. The file doc/sam.1 +contains the manual page; doc/sam.tut.ms is a tutorial that can be +formatted with troff -ms. It substitutes Bold and Italics for the +fonts named CW and CS; if your system has these fonts, remove the +CW and CS macros at the beginning of the file. The files doc/sam.ps +and doc/se.ps are postscript versions of published papers describing +sam and structural regular expressions. These papers reflect sam's +capabilities at the time of publication several years ago; while the +general description remains accurate, some functions may have changed +or been removed. Other files in the doc directory contain manual pages +for the library packages used by sam. + +Sam is composed of two programs: sam itself, which does the command processing +and file manipulation; and samterm, which controls the display and +interacts with the user. You can run sam on one machine and samterm on another +connected via remote execution. diff --git a/plan9/sam/pkg/PLIST b/plan9/sam/pkg/PLIST new file mode 100644 index 00000000000..4ca58d2dc24 --- /dev/null +++ b/plan9/sam/pkg/PLIST @@ -0,0 +1,19 @@ +bin/sam +bin/samterm +bin/samsave +bin/B +man/man3/add.3.gz +man/man3/balloc.3.gz +man/man3/bitblt.3.gz +man/man6/bitmap.6.gz +man/man3/cachechars.3.gz +man/man3/event.3.gz +man/man4/font.4.gz +man/man3/frame.3.gz +man/man3/graphics.3.gz +man/man4/keyboard.4.gz +man/man6/regexp.6.gz +man/man3/rgbpix.3.gz +man/man3/rune.3.gz +man/man1/sam.1.gz +man/man4/utf.4.gz |