Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
2023-10-29 22:58:09 +00:00
archivers py-brotlipy: remove, replaced by py-brotlicffi 2023-10-29 18:27:47 +00:00
audio Revbump all Go packages because go121 is now the default 2023-10-29 14:48:06 +00:00
benchmarks *: bump for openssl 3 2023-10-24 22:08:07 +00:00
biology biology/biolibc-tools: Update to 0.1.4.13 2023-10-29 22:58:03 +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 Revbump all Go packages because go121 is now the default 2023-10-29 14:48:06 +00:00
comms python/wheel.mk: simplify a lot, and switch to 'installer' for installation 2023-10-28 19:56:54 +00:00
converters converters/hs-base64: Fix build with GHC 9.6 2023-10-29 16:01:26 +00:00
cross cross/Makefile: + 64tass 2023-09-26 21:20:42 +00:00
databases py-apsw: updated to 3.43.2.0 2023-10-29 17:11:35 +00:00
devel devel/Makefile: + py-click-aliases 2023-10-29 22:43:57 +00:00
distfiles
doc doc: Updated biology/biolibc-tools to 0.1.4.13 2023-10-29 22:58:09 +00:00
editors Revbump all Go packages because go121 is now the default 2023-10-29 14:48:06 +00:00
emulators *: bump for openssl 3 2023-10-24 22:08:07 +00:00
filesystems Revbump all Go packages because go121 is now the default 2023-10-29 14:48:06 +00:00
finance *: bump for openssl 3 2023-10-24 22:08:07 +00:00
fonts fonts/harfbuzz: Needs meson>=1.2.0 for gnome.generate_gir(env=...). 2023-10-29 21:16:21 +00:00
games singularity: bump for py-game -> SDL2 2023-10-29 18:00:13 +00:00
geography *: bump for openssl 3 2023-10-24 22:08:07 +00:00
graphics py-seaborn: updated to 0.13.0 2023-10-29 17:50:30 +00:00
ham (ham/gnuradio-core) updated 3.10.7.0 to 3.10.8.0 2023-10-28 09:23:28 +00:00
inputmethod *: bump for openssl 3 2023-10-24 22:08:07 +00:00
lang python: wheel.mk: add default test target using py-test 2023-10-29 22:50:35 +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 Revbump all Go packages because go121 is now the default 2023-10-29 14:48:06 +00:00
math math/hs-mwc-random: Fix build with GHC 9.6 2023-10-29 18:50:17 +00:00
mbone *: Mark packages that were originally identified as requiring 2023-08-02 19:20:16 +00:00
meta-pkgs Revbump all Go packages because go121 is now the default 2023-10-29 14:48:06 +00:00
misc py-shellingham: updated to 1.5.4 2023-10-29 17:49:58 +00:00
mk mk/haskell.mk (HASKELL_UNRESTRICT_DEPENDENCIES): Tighten the regex futher to avoid unintended matches 2023-10-29 07:51:22 +00:00
multimedia *: bump for openssl 3 2023-10-24 22:08:07 +00:00
net net/pear-Net_SMTP: add specific DIST_SUBDIR 2023-10-29 15:18:53 +00:00
news *: bump for openssl 3 2023-10-24 22:08:07 +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 Revbump all Go packages because go121 is now the default 2023-10-29 14:48:06 +00:00
print print/tex-ellipsis: import tex-ellipsis-1.8 (and doc) 2023-10-28 21:18:47 +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 libnitrokey: fix build on Darwin 2023-10-29 22:19:17 +00:00
shells Revbump all Go packages because go121 is now the default 2023-10-29 14:48:06 +00:00
sysutils Revbump all Go packages because go121 is now the default 2023-10-29 14:48:06 +00:00
templates
textproc textproc/hs-attoparsec-iso8601: Update to 1.1.0.1 2023-10-29 18:44:44 +00:00
time time/Makefile: + hs-text-iso8601 2023-10-29 18:28:52 +00:00
wm wm/xmonad-contrib: Fix build with GHC 9.6 2023-10-28 20:30:25 +00:00
www www/hs-xss-sanitize: Update to 0.3.7.2 2023-10-29 18:42:06 +00:00
x11 py-qt5: fix PLIST w/o dbus 2023-10-29 19:58:50 +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