1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40
|
Source: sam
Section: editors
Priority: optional
Maintainer: Gergely Nagy <algernon@debian.org>
Standards-Version: 3.5.6
Build-Depends: xlibs-dev
Package: sam
Architecture: any
Depends: ${shlibs:Depends}
Suggests: ssh
Section: editors
Description: the plan9 text editor -- ed with a gui and multi-file editing
sam -d can be used without X (with an ed-like interface -- but with
more powerful regular expressions, the capacity to edit multiple files
with a single command, and unlimited undo). Files can be added to an
exiting sam session using the B command.
.
sam without the -d option is an graphical editor with pop-up menus and
a point+click interface. You'll want to read sam's manual page to use
the full power of sam, but you can probably figure out how to do basic
editing with a minimum of trial and error.
.
If you have a Plan 9 terminal, you can use the Plan 9 terminal with
sam to edit unix files, but not vice-versa; the Plan 9 authentication
scheme does not honor remote execution requests from a non-Plan 9
system.
Package: libxg-dev
Architecture: any
Section: devel
Description: graphics libraries from plan9
libXg.a, libframe.a and /usr/share/man/man3 extracted from sam. These provide
a simplified graphics interface which looks much simpler than X. If
anyone actually uses this for anything, we can then rebuild this with
shared libraries.
.
If you plan on doing development with libXg, you'll probably want to
have a copy of sam installed (for the file format man pages) or a copy
of sam's source (which, of course, also has example code).
|