0.25.1 [2022-05-26] Shell integration: Add a command to Clone the current shell into a new window Remote control: Allow using Boolean operators when constructing queries to match windows or tabs Sessions: Fix os_window_size and os_window_class not applying to the first OS Window (#4957) Allow using the cwd of the oldest as well as the newest foreground process for launch --cwd (#4869) Bash integration: Fix the value of shell_integration not taking effect if the integration script is sourced in bashrc (#4964) Fix a regression in the previous release that caused mouse move events to be incorrectly reported as drag events even when a button is not pressed (#4992) remote file kitten: Integrate with the ssh kitten for improved performance and robustness. Re-uses the control master connection of the ssh kitten to avoid round-trip latency. Fix tab selection when closing a new tab not correct in some scenarios (#4987) A new action open_url to open the specified URL (#5004) A new option select_by_word_characters_forward that allows changing which characters are considered part of a word to the right when double clicking to select words (#5103) macOS: Make the global menu shortcut to open kitty website configurable (#5004) macOS: Add the macos_colorspace option to control what color space colors are rendered in (#4686) Fix reloading of config not working when kitty.conf does not exist when kitty is launched (#5071) Fix deleting images by row not calculating image bounds correctly (#5081) Increase the max number of combining chars per cell from two to three, without increasing memory usage. Linux: Load libfontconfig at runtime to allow the binaries to work for running kittens on servers without FontConfig GNOME: Fix for high CPU usage caused by GNOMEâs text input subsystem going into an infinite loop when IME cursor position is updated after a done event (#5105) |
||
---|---|---|
archivers | ||
audio | ||
benchmarks | ||
biology | ||
bootstrap | ||
cad | ||
chat | ||
comms | ||
converters | ||
cross | ||
databases | ||
devel | ||
distfiles | ||
doc | ||
editors | ||
emulators | ||
filesystems | ||
finance | ||
fonts | ||
games | ||
geography | ||
graphics | ||
ham | ||
inputmethod | ||
lang | ||
licenses | ||
math | ||
mbone | ||
meta-pkgs | ||
misc | ||
mk | ||
multimedia | ||
net | ||
news | ||
packages | ||
parallel | ||
pkgtools | ||
regress | ||
security | ||
shells | ||
sysutils | ||
templates | ||
textproc | ||
time | ||
wm | ||
www | ||
x11 | ||
_NetBSD-pkgdb | ||
Makefile | ||
pkglocate | ||
README.md |
pkgsrc
pkgsrc is a framework for building software for a variety of UNIX-like systems.
It produces binary packages, which can be managed with tools such as
pkgin. pkgsrc is highly configurable, supporting
building packages for an arbitrary installation prefix (the default is
/usr/pkg
), allowing multiple branches to coexist on one machine, a
build options framework, and a compiler transformation framework, among
other advanced features. Unprivileged use and installation is also supported.
pkgsrc is the default package manager for NetBSD and SmartOS. It's also supported as a first-class option in OmniOS CE and Oasis Linux.
Bootstrapping
To use pkgsrc on operating systems other than NetBSD, you first need to bootstrap:
cd pkgsrc/bootstrap
./bootstrap
Note that this is only for the most simple case, using pkgsrc's defaults.
Please consult bootstrap/README
and bootstrap/README.OS
for detailed
information about bootstrapping.
Building packages
cd pkgsrc/category/package-name
$PREFIX/bin/bmake install
Where $PREFIX
is where you've chosen to install packages
(typically /usr/pkg
)
On NetBSD, bmake
is simply the built-in make
tool.
To build packages in bulk, tools such as pkgtools/pbulk
and
pkgtools/pkg_comp
can be used.
Community / Troubleshooting
- Join the community IRC channel #pkgsrc @ libera.chat.
- Join the community Matrix room #pkgsrc:nil.im
- Subscribe to the pkgsrc-users mailing list
- Send bugs and patches via web form (use the
pkg
category).
Latest sources
To fetch the main CVS repository:
cvs -d anoncvs@anoncvs.NetBSD.org:/cvsroot checkout -P pkgsrc
To work in the Git mirror, which is updated every few hours from CVS:
git clone https://github.com/NetBSD/pkgsrc.git
Additional links
- pkgsrc guide - the authoritative document on pkgsrc, also available as
doc/pkgsrc.txt
- pkgsrc in the NetBSD Wiki - miscellaneous articles and tutorials
- pkgsrc.se - a searchable web index of pkgsrc
- pkgsrc-wip - a project to get more people actively involved with creating packages for pkgsrc
- pkgsrc on Twitter - announcements to the world
- pkgsrcCon - we get together
- BulkTracker - a web application that tracks pkgsrc bulk builds