summaryrefslogtreecommitdiff
path: root/editors/sam/pkg
diff options
context:
space:
mode:
Diffstat (limited to 'editors/sam/pkg')
-rw-r--r--editors/sam/pkg/COMMENT1
-rw-r--r--editors/sam/pkg/DESCR17
-rw-r--r--editors/sam/pkg/PLIST19
3 files changed, 37 insertions, 0 deletions
diff --git a/editors/sam/pkg/COMMENT b/editors/sam/pkg/COMMENT
new file mode 100644
index 00000000000..1bbc7df747a
--- /dev/null
+++ b/editors/sam/pkg/COMMENT
@@ -0,0 +1 @@
+A unix version of Rob Pike's editor for plan9
diff --git a/editors/sam/pkg/DESCR b/editors/sam/pkg/DESCR
new file mode 100644
index 00000000000..2eab5d1faea
--- /dev/null
+++ b/editors/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/editors/sam/pkg/PLIST b/editors/sam/pkg/PLIST
new file mode 100644
index 00000000000..4ca58d2dc24
--- /dev/null
+++ b/editors/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