Port of the bulk of the Plan9 software build environment to Unix Maintained by:serge.gagnon.1@ulaval.ca Port Added: 30 Dec 2005 05:08:34 Also Listed In:plan9
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
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
less Unix-friendly environment, but Plan 9 programs can typically be
compiled with little or no changes.
The port includes the following:
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
9term, acme, hoc, plumber, rio (nee 9wm), sam, and samterm, along with
many small utilities
Plan 9 bitmap fonts
manual pages
WWW: http://swtch.com/plan9port/
- Remove the DESTDIR modifications from individual ports as we have a new,
fully chrooted DESTDIR, which does not need such any more.
Sponsored by: Google Summer of Code 2007
Approved by: portmgr (pav)
Add support for DESTDIR part I.
This commit should largele be a NOOP as it only adds support
for DESTDIR undefined. This does allow us to start testing
ports with DESTDIR set, but this is as of yet not supported.
Although this has been extensively tested on pointyhat, this
is a very intrusive change and some cases may have been
overlooked. Please contact Gabor and me if you find any.
PR: 100555
Submitted by: gabor
Sponsored by: Google Summer of Code 2006
* plan9port
- Update to 20060402
- Remove RESTRICTED field since the author got a permission
- Remove USE_PERL5
- Mark as BROKEN on 4.x
* LEGAL
- Remove plan9port entry
PR: 95316
Submitted by: maintainer
Update port: devel/plan9port to 20060107
- Update to 20060107
- Remove files/patch-src-cmd-eqn-e.h and
files/patch-src-lib9-fmt-plan9.h
(It has been incorporated in the software by the author)
PR: ports/91478
Submitted by: Serge Gagnon <serge.gagnon@b2b2c.ca>
- Update to 20060101[*].
- Fix package building. The previous version generates a broken
package which does not includes charlib directory.
- Fix build on 4.x.
Submitted by: Serge Gagnon (serge.gagnon at b2b2c dot ca) (maintainer)[*]
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
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
less Unix-friendly environment, but Plan 9 programs can typically be
compiled with little or no changes.
PR: ports/90997
Submitted by: Serge Gagnon <serge.gagnon@b2b2c.ca>