./misc/plan9port, Plan 9 from User Space

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 20240717nb1, Package name: plan9port-20240717nb1, Maintainer: vins

Plan 9 from User Space (aka plan9port) is a port of many Plan 9
programs from their native Plan 9 environment to Unix-like operating
systems.



Package options: x11

Master sites:


Version history: (Expand)


CVS history: (Expand)


   2025-01-28 18:41:20 by Paolo Vincenzo Olivo | Files touched by this commit (6)
Log message:
misc/plan9port: fix broken build.
   2025-01-28 14:37:39 by Paolo Vincenzo Olivo | Files touched by this commit (1)
Log message:
plan9port: prefer plan9 archiving tools
   2025-01-16 20:41:38 by Paolo Vincenzo Olivo | Files touched by this commit (1)
Log message:
misc/plan9port: add missing tools
   2024-08-04 22:13:07 by Paolo Vincenzo Olivo | Files touched by this commit (2) | Package updated
Log message:
misc/plan9port: update to plan9port-20240717

# noteworthy changes
* devdraw: handle shift of real mouse buttons correctly
* lib9: skip buggy S_ISCHR check in disksize on OpenBSD
* acme: various bugfixes and improvements
   2024-02-11 11:01:46 by Paolo Vincenzo Olivo | Files touched by this commit (4) | Package updated
Log message:
misc/plan9port: update to latest snapshot.

Bring package in sync with most recent upstream commit (20240110).

Noteworthy changes:

* mntgen: import mntgen(4) from Plan 9
* ramfs: fixed bg in erealloc handling
* 9l: refactor the warning-silencing mechanics to match that of 9c
* page: fix viewing of graphics
* acme: have Dump save both low and high DPI fontnames
* libframe: Match the color of tick
* libdraw: fix subfont scaling
* libregexp: allow up to 127 captured subexpressions in one regexp
* plumber: increase NMATCHSUBEXP up to 100
* libregexp: allow up to 128 character classes in one regexp
* plumber: use strtoul to parse subexpression match variable
  substitutions
* plumber: increase NMATCHSUBEXP up to libregexp's NSUBEXP
* plumber: allow multi-digit subexpression match variable substitutions
* plumber: parametrize the number of stored match pattern subexpressions
* devdraw: Fix mouse wheel scrolling in 1-tick increments on macOS
   2023-11-12 14:24:43 by Thomas Klausner | Files touched by this commit (2570)
Log message:
*: revebump for new brotli option for freetype2

Addresses PR 57693
   2023-03-08 23:30:52 by Paolo Vincenzo Olivo | Files touched by this commit (3)
Log message:
misc/plan9port: modular xorg fix.

Allow INSTALL script to find the required headers when using
pkgsrc freetype2 and modular X11.
   2023-03-02 14:58:04 by Paolo Vincenzo Olivo | Files touched by this commit (2) | Package updated
Log message:
misc/plan9port: update to latest snapshot.

Bring package in sync with most recent upstream commit (20230123).

Significant changes:
* acme: allow larger paste amounts
* page: scale ppi on high-res displays
* rio: check the return value of malloc(3)
* fix double free bug, simplify error handling, reduce X11 calls