Automatic conversion of the NetBSD pkgsrc CVS module, use with care
1e511913d4
Changelog: Highlights include: ARM: support for ARMv8.2 TTS2UXN architecture feature ARM: support for ARMv8.5 MemTag architecture feature ARM: new board support for sonorapass-bmc ARM: virt: support for memory hot-unplug ARM: support for nvdimm hotplug for ACPI guests AVR: new architecture support for AVR CPUs AVR: new board support for Arduino Duemilanove, Arduino Mega 2560, Arduino Mega, and Arduino UNO MIPS: support for Loongson 3A CPUs (R1 and R4) MIPS: performance improvements for FPU and MSA instruction emulation PowerPC: support for guest error recovery via FWNMI RISC-V: support for SiFive E34 and Ibex CPUs RISC-V: new board support for HiFive1 revB and OpenTitan RISC-V: Spike machine now supports more than 1 CPU s390: KVM support for protected virtualization (secure execution mode) x86: improvements to HVF acceleration support on macOS x86: reduced virtualization overhead for non-enlightened Windows guests via Windows ACPI Emulated Device Table block: support for 2MB logical/physical blocksizes for virtual storage devices crypto: support for passing secrets to QEMU via Linux keyring crypto: support for LUKS keyslot management via qemu-img NVMe: support for Persistent Memory Region from NVMe 1.4 spec qemu-img: additional features added for map/convert/measure commands, as well as support for zstd compression qemu-img: support for new 'bitmap' command for manipulating persistent bitmaps in qcow2 files virtio: TCG guests can now use vhost-user threads virtio: vhost-user now supports registering more than 8 RAM slots and lots more... |
||
---|---|---|
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 | ||
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.
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.
Troubleshooting
- Join the community IRC channel #pkgsrc @ freenode.
- 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
- The pkgsrc guide
- pkgsrc in the NetBSD Wiki
- Searchable index of packages in pkgsrc
- pkgsrc-wip - a project to get more people actively involved with creating packages for pkgsrc
- pkgsrc on Twitter
- pkgsrcCon