Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
2023-10-07 18:45:17 +00:00
archivers py-zstandard: Bump API depends for zstd to 1.5.5. 2023-10-02 23:18:03 +00:00
audio libmatemixer: update to 1.26.1 2023-10-03 21:47:10 +00:00
benchmarks benchmarks/hyperfine: update to 1.18.0 2023-10-05 20:13:36 +00:00
biology biology/fastx-toolkit: Unbreak build on Darwin 2023-09-25 18:01:35 +00:00
bootstrap bootstrap: Use /usr/bin/bash more on SunOS 2023-07-07 12:53:22 +00:00
cad (cad/klayout) Updated 0.28.10 to 0.28.12 2023-09-19 23:12:49 +00:00
chat Update chat/element-web to 1.11.45 2023-09-30 17:00:38 +00:00
comms py-rich: updated to 13.6.0 2023-09-30 17:18:34 +00:00
converters converters/py-zfec: Update to 1.5.7.3 2023-10-07 13:25:06 +00:00
cross cross/Makefile: + 64tass 2023-09-26 21:20:42 +00:00
databases redis: Fix build on Darwin 2023-10-06 07:27:43 +00:00
devel py-babel: updated to 2.13.0 2023-10-07 04:12:48 +00:00
distfiles
doc doc: Updated textproc/typst to 0.8.0 2023-10-07 18:45:17 +00:00
editors editors/xnedit: Update to 1.5.2 2023-10-06 09:37:42 +00:00
emulators Rebuild compat90 against netbsd-10_BETA 2023-10-03 14:53:52 +00:00
filesystems 4.6.1 25 MAR 2023 Bug fix release to fix race condition and XATTRs 2023-10-03 19:26:20 +00:00
finance Add a couple more new dependencies. Bump package revision. 2023-09-28 05:46:15 +00:00
fonts vlgothic-ttf: update to 20230918. 2023-10-04 17:06:20 +00:00
games games/tetris-tui: update to 0.1.8 2023-10-01 10:00:23 +00:00
geography geography/gama: Update to 2.26 2023-10-02 22:20:06 +00:00
graphics mate-icon-theme: fix version after meta-pkg bump 2023-10-04 15:18:32 +00:00
ham ham/chirp: Update to 20230917 2023-09-20 13:36:22 +00:00
inputmethod qt6: update to 6.5.3 2023-09-29 21:16:24 +00:00
lang go120: update to 1.20.9 (security). 2023-10-07 18:09:35 +00:00
licenses fonts/pixel-sagas-startrek: Add more fonts 2023-08-28 13:58:48 +00:00
mail Update exim to 4.96.1 2023-10-03 08:42:44 +00:00
math py-pandas: fix (sandboxed) non-default Python builds 2023-10-05 04:46:05 +00:00
mbone *: Mark packages that were originally identified as requiring 2023-08-02 19:20:16 +00:00
meta-pkgs mate: adjust dependency patterns missed in previous bump 2023-10-04 15:55:25 +00:00
misc mate-calc: fix version after meta-pkg bump 2023-10-04 15:11:27 +00:00
mk NetBSD supports CTF if /usr/bin/ctfconvert exists. 2023-10-05 16:31:51 +00:00
multimedia assimp: updated to 5.3.1 2023-10-06 16:52:21 +00:00
net net/bandsnatch: update to 0.3.1 2023-10-07 15:22:28 +00:00
news Add moccasin 2023-09-03 07:11:28 +00:00
packages
parallel spirv-llvm-translator: updated to 16.0.0 2023-10-06 19:24:09 +00:00
pkgtools Fix "additinal" -> "additional" typo in manpage 2023-09-29 08:22:48 +00:00
print tex-context: remove reference to no longer supplied original-context-symbol.map 2023-10-04 19:50:49 +00:00
regress *: recursive bump for Python 3.11 as new default 2023-08-14 05:23:45 +00:00
science science/cgnslib: import new package vom wip 2023-07-25 11:23:54 +00:00
security py-acme py-certbot*: updated to 2.7.0 2023-10-06 10:26:22 +00:00
shells shells/oh-my-posh: update to 18.11.0 2023-10-03 06:34:21 +00:00
sysutils recoll: add a bug fix from upstream 2023-10-07 06:21:32 +00:00
templates
textproc textproc/typst: update to 0.8.0 2023-10-07 18:44:56 +00:00
time py-tzlocal: updated to 5.1 2023-10-04 21:06:09 +00:00
wm wm/pekwm: add forgot PLIST update 2023-10-06 03:11:30 +00:00
www py-zope.proxy: updated to 5.1 2023-10-06 10:48:30 +00:00
x11 gtk4: updated to 4.12.3 2023-10-06 11:50:35 +00:00
_NetBSD-pkgdb
Makefile science: add category 2023-07-17 01:03:19 +00:00
pkglocate
README.md README: Use the real Matrix URL 2022-11-19 21:01:44 +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.

Community / 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