Port details |
- drawterm Plan9 cpu client
- 20230903 net =2 20230903Version of this port present on the latest quarterly branch.
- Maintainer: fuz@FreeBSD.org
- Port Added: 2012-02-16 02:32:42
- Last Update: 2024-01-28 02:32:04
- Commit Hash: 51624c4
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: x11
- License: MIT
- WWW:
- https://swtch.com/drawterm/
- Description:
- Drawterm(8) is not a Plan 9 program. It is a program that users of
non-Plan 9 systems can use to establish graphical cpu(1) connections with
Plan 9 CPU servers. Just as a real Plan 9 terminal does, drawterm serves
its local name space as well as some devices (the keyboard, mouse, and
screen) to a remote CPU server, which mounts this name space on /mnt/term
and starts a shell. Typically, either explicitly or via the profile, one
uses the shell to start rio(1).
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/net/drawterm/ && make install clean
- To add the package, run one of these commands:
- pkg install net/drawterm
- pkg install drawterm
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: drawterm
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1700290033
SHA256 (9front-drawterm-20230903-c4ea4d299aa1bbbcc972c04adf06c18245ce7674_GH0.tar.gz) = 5c4dcdb99e9be032fd3a55f439a878f6478bfb1a6859039cf4db15a75bf22652
SIZE (9front-drawterm-20230903-c4ea4d299aa1bbbcc972c04adf06c18245ce7674_GH0.tar.gz) = 612334
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- x11.pc : x11/libX11
- xt.pc : x11-toolkits/libXt
- Runtime dependencies:
-
- x11.pc : x11/libX11
- xt.pc : x11-toolkits/libXt
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- net_drawterm
- USES:
- xorg localbase:ldflags
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
20230903 28 Jan 2024 02:32:04 |
Piotr Kubaj (pkubaj) |
net/drawterm: fix build on powerpc*
arch=`uname -m|sed 's/i.86/386/;s/Power Macintosh/power/; s/x86_64/amd64/'`;
(cd posix-$arch && make)
cd: posix-powerpc: No such file or directory
*** Error code 2 |
20230903 10 Jan 2024 13:13:03 |
Baptiste Daroussin (bapt) |
MAN?PREFIX: eleminate its usage and move man to share/man |
20230903 18 Nov 2023 20:20:44 |
Robert Clausecker (fuz) |
net/drawterm: update to 20230903
- switch to maintained 9front fork
- rework and simplify port
- install man page
- grab maintainership as maintainer wants to hand it over
PR: 258489 |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
20140106_1 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
20140106_1 20 Jul 2022 14:22:37 |
Tobias C. Berner (tcberner) |
net: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <ports@c0decafe.net>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Straup Cope <ascope@cpan.org>
* Aaron Zauner <az_mail@gmx.at>
* Adam Jette <jettea46@yahoo.com>
* Adam Weinberger <adamw@FreeBSD.org>
* Alan Eldridge <alane@geeksrus.net>
* Alex Bakhtin <Alex.Bakhtin@gmail.com>
* Alex Deiter <Alex.Deiter@Gmail.COM>
* Alex Dupre <ale@FreeBSD.org>
* Alex Dupre <sysadmin@alexdupre.com> (Only the first 15 lines of the commit message are shown above ) |
20140106_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
20140106_1 06 Nov 2019 18:58:04 |
zeising |
Add USES=xorg USES=gl, ports categories n
Add USES=xorg and USES=gl to ports in categories starting with 'n'.
While here, try to sprinkle other USES (mostly gnome and sdl) as needed. |
20140106_1 11 Jan 2018 14:18:01 |
danfe |
Do not abuse INSTALL_MAN when installing documentation, examples, and
other miscellaneous files that are not actually manual pages (part 2). |
20140106_1 19 Jul 2016 11:04:14 |
mat |
When there is a do-install target, do not use a post-install target, do
everything at once. Sometime, rename post-install into a options helper
target.
I did not fix ports that were such a mess that I could not figure out
what they really wanted to do. I also did not change ports that had
some version of an auto-plist code in post-install, for the same reason.
With hat: portmgr
Sponsored by: Absolight |
20140106_1 14 Jul 2015 14:47:31 |
skreuzer |
r285140 introduced a fdclose(3) function which shadows a net/drawterm function
definition. Shadow the stdio prototype with a macro and undef it after
including stdio.h
Convert port to the USES framework
Regenerate the patch-Make.pthread file using makepatch
PR: 201444
Submitted by: winston@ml1.net (maintainer) |
20140106 04 Jul 2014 21:44:04 |
adamw |
Remove NOPORTDOCS and NOPORTEXAMPLES. |
20140106 20 Feb 2014 21:25:08 |
rakuco |
- Update to 20140106.
- Support staging.
- Update maintainer email address.
PR: ports/186924
Submitted by: Winston Weinert <winston@ml1.net> (maintainer) |
20110822 20 Sep 2013 22:10:25 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
net) |
20110822 13 Mar 2012 04:20:49 |
eadler |
Add licences to ports
Submitted by: winstonw@lavabit.com (maintainer)
Feature safe: yes |
20110822 16 Feb 2012 02:32:15 |
scheidell |
Add port net/drawterm: a program that users of non-Plan 9 systems can use to
establish graphical cpu(1) connections with
Plan 9 CPU servers
PR: ports/163886
Submitted by: Winston Weinert <winstonw@lavabit.com> (maintainer)
Approved by: gabor (mentor, implicit)
Feature safe: Yes |