Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
2021-01-19 15:47:41 +00:00
archivers py-lz4: updated to 3.1.3 2021-01-19 10:29:38 +00:00
audio wavpack: updated to 5.4.0 2021-01-19 10:17:43 +00:00
benchmarks Revbump packages with a runtime Python dep but no version prefix. 2020-12-04 20:44:57 +00:00
biology *: Recursive revbump from boost-1.75.0 2021-01-01 08:24:33 +00:00
bootstrap bootstrap: Prefer native on Elbrus 2000 2020-12-05 16:50:52 +00:00
cad (cad/klayout) Fix runtime stream format read, converted install dir. 2021-01-14 12:25:33 +00:00
chat chat/ircd-hybrid: Updates to 8.2.38 2021-01-18 09:45:53 +00:00
comms asterisk15: Update to asterisk 15.7.4. 2021-01-17 08:32:40 +00:00
converters erlang-base64url: Remove 2021-01-16 16:05:46 +00:00
cross cross/mingw-*-bin: fix INSTALLATION_DIRS 2020-12-14 00:40:10 +00:00
databases erlang-sqlite3: Update to 1.1.9 2021-01-19 15:47:11 +00:00
devel py-google-api-core: updated to 1.25.0 2021-01-19 10:33:55 +00:00
distfiles
doc doc: Updated databases/erlang-sqlite3 to 1.1.9 2021-01-19 15:47:41 +00:00
editors editors/kiro-editor: update to 0.4.1 2021-01-19 14:35:13 +00:00
emulators Provide the correct ASID and VA for the unaligned exception. This patch 2021-01-16 16:49:36 +00:00
filesystems *: Recursive revbump from boost-1.75.0 2021-01-01 08:24:33 +00:00
finance bitcoin: updated to 0.21.0 2021-01-19 10:17:00 +00:00
fonts Add missing LICENSE marker. 2021-01-16 18:19:32 +00:00
games openmw: Update to 0.46.0 2021-01-19 12:45:56 +00:00
geography (geography/libmemphis02) Fix build, disable gtk-doc. Thanks wiz@ 2021-01-18 23:50:45 +00:00
graphics py-matplotlib: Bump PKGREVISION for dependency change. 2021-01-17 07:40:29 +00:00
ham *: Recursive revbump from audio/pulseaudio-14.0 2021-01-01 09:52:09 +00:00
inputmethod (inputmethod/scim) Updated 1.4.15 to 1.4.17, adding missing patche 2021-01-11 23:51:06 +00:00
lang lang/pear: update Archive_Tar to 1.4.12 2021-01-19 00:12:46 +00:00
licenses Add editors/hexer. 2020-12-12 13:32:51 +00:00
mail mail/pear-Mail_Mime: update to 1.10.10 2021-01-17 15:45:04 +00:00
math qalculate: Explicitly use std::queue. 2021-01-14 11:20:05 +00:00
mbone *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
meta-pkgs meta-pkgs/php72-extensions: remove package 2021-01-03 15:16:27 +00:00
misc misc/ruby-license-acceptance: update to 2.1.13 2021-01-18 15:45:01 +00:00
mk mk/tools: Avoid native GNU make/m4 on all Darwin systems. 2021-01-19 11:42:18 +00:00
multimedia py-m3u8: updated to 0.8.0 2021-01-15 12:35:36 +00:00
net net/Makefile: add icingaweb2. 2021-01-19 08:13:56 +00:00
news news/canlock-hp: Update to 3.2.2 2021-01-11 12:23:19 +00:00
packages
parallel Revbump packages with a runtime Python dep but no version prefix. 2020-12-04 20:44:57 +00:00
pkgtools pkg_rr: substitute pkg_admin with PKG_ADMIN_CMD. Bump to 0.24.10. 2021-01-15 10:56:52 +00:00
print Add py-octoprint-filecheck 2021-01-16 20:40:44 +00:00
regress regress/infra-unittests: use single quotes for string literals 2021-01-04 21:11:43 +00:00
security amass: Update to version 3.11.1 2021-01-18 20:35:35 +00:00
shells bash: update to 5.1.4. 2021-01-04 10:39:23 +00:00
sysutils sysutils/navi: update to 2.14.0 2021-01-19 07:16:54 +00:00
templates
textproc textproc/ruby-terminal-table: update to 2.0.0 2021-01-18 14:52:59 +00:00
time p5-DateTime-TimeZone: update to 2.46 2021-01-10 09:07:58 +00:00
wm xfce4-wm: update to 4.14.6 2021-01-19 02:46:19 +00:00
www php-nextcloud: Update to 20.0.5 2021-01-19 15:31:20 +00:00
x11 fixesproto4: remove, part of xorgproto 2021-01-14 17:46:48 +00:00
_NetBSD-pkgdb _NetBSD-pkgdb: Use $@ insted of $* 2020-12-29 17:56:14 +00:00
Makefile Makefile: fix outdated documentation 2020-02-12 15:04:51 +00:00
pkglocate
README.md *: fix a bunch of typos in README and various documentation files. 2020-12-12 10:42:47 +00:00

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.

Troubleshooting

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