./misc/plan9port, Plan 9 from User Space

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


Branch: CURRENT, Version: 20240110, Package name: plan9port-20240110, 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)


   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
   2023-01-29 22:18:34 by Ryo ONODERA | Files touched by this commit (2527)
Log message:
*: Recursive revbup from graphics/freetype2
   2022-12-19 10:02:46 by Paolo Vincenzo Olivo | Files touched by this commit (3)
Log message:
Include desktopdb.mk in packages installing .desktop files.

As of 2022-08-20, including sysutils/desktop-file-utils/desktopdb.mk
does not imply a full dependency on desktop-file-utils any more.

This makes it more feasible for smaller packages installing .desktop
files to include desktopdb.mk and thus trigger the post-install
UPDATE_DESKTOPDB hook.
   2022-12-06 15:29:25 by Paolo Vincenzo Olivo | Files touched by this commit (14)
Log message:
misc/plan9port: import package from wip.

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.