diff options
-rw-r--r-- | devel/plan9port/pkg-descr | 20 |
1 files changed, 9 insertions, 11 deletions
diff --git a/devel/plan9port/pkg-descr b/devel/plan9port/pkg-descr index bbf51b583229..a785d6adfad1 100644 --- a/devel/plan9port/pkg-descr +++ b/devel/plan9port/pkg-descr @@ -1,7 +1,5 @@ This is a port of the bulk of the Plan 9 software build environment to -Unix. - -This port tries to reproduce the Plan 9 build environment as faithfully +Unix. It tries to reproduce the Plan 9 build environment as faithfully as possible, providing u.h and libc.h, and blithely redefining tokens such as open, dup, and accept in order to provide implementations that better mimic the Plan 9 semantics. The result is a more complicated and @@ -10,15 +8,15 @@ compiled with little or no changes. The port includes the following: -sources for Linux, FreeBSD, and SunOS + - Sources for Linux, FreeBSD, and SunOS + + - lib9 (nee libc), libString, libbin, libbio, libcomplete, libdraw, + liblibflate, frame, libfs, libhtml, libhttpd, libip, libmux, libplumb, + liblibregexp, libsec, thread, and libventi -lib9 (nee libc), libString, libbin, libbio, libcomplete, libdraw, -liblibflate, frame, libfs, libhtml, libhttpd, libip, libmux, libplumb, -liblibregexp, libsec, thread, and libventi + - 9term, acme, hoc, plumber, rio (nee 9wm), sam, and samterm, along with + many small utilities and manual pages -9term, acme, hoc, plumber, rio (nee 9wm), sam, and samterm, along with -many small utilities -Plan 9 bitmap fonts -manual pages + - Plan 9 bitmap fonts WWW: http://swtch.com/plan9port/ |