Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
nia e8059d2f92 go-sftp: remove
deprecated go-package; no users in pkgsrc
2021-07-01 06:04:47 +00:00
archivers archivers/tartest: Add version 1.23 2021-06-25 13:41:48 +00:00
audio alsa-lib: remove unused patch 2021-07-01 05:47:12 +00:00
benchmarks google-benchmark: update to 1.5.5. 2021-06-28 08:10:58 +00:00
biology py-numpy: "Python version >= 3.7 required." 2021-06-29 08:41:59 +00:00
bootstrap Introduce a new SYSCONFBASE variable (defaults to /etc) 2021-05-30 23:41:05 +00:00
cad py-numpy: "Python version >= 3.7 required." 2021-06-29 08:41:59 +00:00
chat weechat: Update to 3.2 2021-06-30 15:30:57 +00:00
comms comms/asterisk18: update to Asterisk 18.5.0. 2021-06-27 21:39:27 +00:00
converters *: bump PKGREVISION for poppler shlib bump 2021-06-10 11:06:19 +00:00
cross *: recursive bump for perl 5.34 2021-05-24 19:49:01 +00:00
databases mongo-tools: updated to 4.2.14 2021-06-30 14:31:46 +00:00
devel Re-add patches I wrote in October 2018: 2021-06-30 14:26:11 +00:00
distfiles
doc doc: Updated audio/alsa-plugins-{oss|pulse} to 1.2.5 2021-06-30 15:42:42 +00:00
editors emacs27: switch to harfbuzz backend for fonts 2021-06-13 20:28:12 +00:00
emulators ckmame: remove old URL from DESCR 2021-06-28 12:34:08 +00:00
filesystems fuse-djmount: retire; does not build with external nor internal libupnp; last release 2006-08-07 2021-06-15 09:05:40 +00:00
finance gnucash: remove unused patch 2021-07-01 05:46:29 +00:00
fonts Inter-UI: update to 3.19. 2021-06-30 08:52:47 +00:00
games fortune: fix build on Linux 2021-06-28 11:20:55 +00:00
geography py-numpy: "Python version >= 3.7 required." 2021-06-29 08:41:59 +00:00
graphics py-numpy: "Python version >= 3.7 required." 2021-06-29 08:41:59 +00:00
ham + gnuradio-soapy-sdr 2021-06-27 08:12:28 +00:00
inputmethod ibus-python: remove reference to Linux in DESCR 2021-06-23 20:25:13 +00:00
lang openjdk8: backport kqueue fix from openjdk11 2021-06-29 17:32:52 +00:00
licenses Add SMath Studio as math/smath-studio. 2021-06-29 14:28:12 +00:00
mail notmuch: Update to 0.32.2 2021-06-28 15:20:36 +00:00
math math/Makefile: + smath-studio 2021-07-01 05:53:49 +00:00
mbone *: recursive bump for perl 5.34 2021-05-24 19:49:01 +00:00
meta-pkgs nagios-plugin-raidctl: only for OS with RAIDframe (NetBSD and OpenBSD) 2021-06-29 00:08:50 +00:00
misc stellarium: updated to 0.21.1 2021-06-30 14:09:25 +00:00
mk Bump default postgres to 13 2021-06-28 13:11:16 +00:00
multimedia libaom: fix building on armv7 2021-06-28 11:52:41 +00:00
net go-framestream: remove 2021-07-01 06:03:40 +00:00
news *: recursive bump for perl 5.34 2021-05-24 19:49:01 +00:00
packages
parallel Revbump for MySQL default change 2021-06-23 20:33:06 +00:00
pkgtools pkg_rolling-replace: use POSIX getopts(1) instead of getopt(1) 2021-06-28 19:33:23 +00:00
print texlab: update to 3.2.0. 2021-06-28 10:42:49 +00:00
regress *: recursive bump for perl 5.34 2021-05-24 19:49:01 +00:00
security go-sftp: remove 2021-07-01 06:04:47 +00:00
shells eltclsh: Avoid infinite loop in build, PR pkg/56259 2021-06-27 05:56:02 +00:00
sysutils Add cchmod 2021-06-28 20:15:00 +00:00
templates templates: disable search bar until the results are better 2021-04-21 11:14:11 +00:00
textproc Update enchant2 to 2.3.0 2021-06-27 11:29:55 +00:00
time py-numpy: "Python version >= 3.7 required." 2021-06-29 08:41:59 +00:00
wm blackbox: bump PKGREVISION for previous change 2021-06-11 21:30:39 +00:00
www firefox-l10n: Update to 89.0.2 2021-06-30 15:10:48 +00:00
x11 gnome-desktop: Update x11/gnome-desktop3 to 40.2 2021-06-30 09:36:33 +00:00
_NetBSD-pkgdb _NetBSD-pkgdb: Use $@ insted of $* 2020-12-29 17:56:14 +00:00
Makefile
pkglocate
README.md use libera.chat's hosted kiwiirc 2021-05-29 13:14:10 +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