Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
wiz 46e7934237 py-trio: update to 0.23.1.
0.23.1

    Don't crash on import in Anaconda interpreters. (#2855)

0.23.0

    Add type hints. (#543)

0.22.2

    Fix PermissionError when importing trio due to trying to access pthread. (#2688)
2023-11-07 10:44:10 +00:00
archivers py-zstandard: update to 0.22.0. 2023-11-06 20:00:39 +00:00
audio terminatorx: update to 4.2.0. 2023-11-04 10:02:57 +00:00
benchmarks Revbump all Haskell after updating lang/ghc96 2023-11-02 06:36:09 +00:00
biology microsynteny-tools: propagate python limitations 2023-11-06 20:21:32 +00:00
bootstrap bootstrap: Use /usr/bin/bash more on SunOS 2023-07-07 12:53:22 +00:00
cad *: bump for openssl 3 2023-10-24 22:08:07 +00:00
chat swirc: update to 3.4.6. 2023-11-07 07:58:36 +00:00
comms py-cleo: update to 2.1.0. 2023-11-07 08:48:16 +00:00
converters bdf2psf: update to 1.223. 2023-11-07 08:07:11 +00:00
cross cross/Makefile: + 64tass 2023-09-26 21:20:42 +00:00
databases py-asyncpg: updated to 0.29.0 2023-11-06 11:02:55 +00:00
devel py-trio: update to 0.23.1. 2023-11-07 10:44:10 +00:00
distfiles
doc doc: Updated lang/py-lsp-server to 1.8.2 2023-11-07 10:36:35 +00:00
editors gconf-editor: remove 2023-11-04 08:33:00 +00:00
emulators mame: update to 0.260. 2023-11-02 01:51:58 +00:00
filesystems Revbump all Go packages because go121 is now the default 2023-10-29 14:48:06 +00:00
finance finance/rex: update to 0.1.13 2023-11-06 15:32:28 +00:00
fonts py-fonttools: update to 4.44.0. 2023-11-06 13:43:31 +00:00
games lgogdownloader: update to 3.12. 2023-11-06 14:04:24 +00:00
geography py-geojson: current release does not support Python 3.12, next one will 2023-11-05 11:49:10 +00:00
graphics digikam: fix build with exiv2 0.28.1 2023-11-07 08:40:33 +00:00
ham ham/rtl-sdr: Update to 2.0.1 2023-11-05 15:17:28 +00:00
inputmethod scim-tomoe: remove 2023-11-04 23:56:40 +00:00
lang py-lsp-server: update to 1.8.2. 2023-11-07 10:36:23 +00:00
licenses Rename eclipse-v2.0-license to epl-v2.0; it seems that eclipse public license 2023-10-11 13:27:08 +00:00
mail notmuch: update to 0.38.1. 2023-11-04 16:27:20 +00:00
math ltm: update to 1.2.1. 2023-11-06 14:00:23 +00:00
mbone *: Mark packages that were originally identified as requiring 2023-08-02 19:20:16 +00:00
meta-pkgs libdbusmenu*: update to 16.04.0 2023-11-04 09:15:11 +00:00
misc misc/tailspin: update to 2.0.0 2023-11-06 09:23:14 +00:00
mk Centralize hack for old Darwin gcc, since it's needed by more packages 2023-11-07 09:54:49 +00:00
multimedia libva: update to 2.20.0. 2023-11-06 20:02:56 +00:00
net dbip-country-lite: update to 2023.11. 2023-11-06 21:45:36 +00:00
news news/pan: update to 0.155 2023-11-04 12:36:04 +00:00
packages
parallel python/wheel.mk: simplify a lot, and switch to 'installer' for installation 2023-10-28 19:56:54 +00:00
pkgtools {gnome-,}packagekit: remove 2023-11-04 09:25:25 +00:00
print py-octoprint: not for Python 3.12 2023-11-05 22:34:51 +00:00
regress lintpkgsrc, regress: update references to pkglint files 2023-10-16 22:21:55 +00:00
science science/cgnslib: import new package vom wip 2023-07-25 11:23:54 +00:00
security py-josepy: update to 1.14.0. 2023-11-07 08:55:27 +00:00
shells shells/oh-my-posh: update to 18.23.3 2023-11-07 07:12:57 +00:00
sysutils ytree: update to 2.05. 2023-11-06 22:07:51 +00:00
templates
textproc py-lsp-jsonrpc: update to 1.1.2. 2023-11-07 09:33:54 +00:00
time py-icalendar: update to 5.0.11. 2023-11-06 13:53:16 +00:00
wm i3: Define __EXTENSIONS__ on illumos to gain access to various string 2023-11-06 11:11:44 +00:00
www py-flask: update to 3.0.0. 2023-11-07 08:57:22 +00:00
x11 qt6-qtbase: Various SunOS fixes. 2023-11-06 19:46:46 +00:00
_NetBSD-pkgdb
Makefile science: add category 2023-07-17 01:03:19 +00:00
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

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