Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
2021-05-31 22:59:34 +00:00
archivers py-zipstream: update to version 1.1.8 2021-05-30 21:48:19 +00:00
audio audio/ncspot: update to 0.7.3 2021-05-31 20:52:13 +00:00
benchmarks *: recursive bump for perl 5.34 2021-05-24 19:49:01 +00:00
biology biology/minimap2: install minimap2 program instead of python binding 2021-05-29 17:35:18 +00:00
bootstrap Introduce a new SYSCONFBASE variable (defaults to /etc) 2021-05-30 23:41:05 +00:00
cad (cad/layout) Udated 0.26.11 to 0.27 based on wip/klayout by Atsushi Toyokura 2021-05-29 06:08:56 +00:00
chat chat/gomuks: Add -O2 to CGO_CFLAGS 2021-05-25 17:10:27 +00:00
comms py-rich: fix typo 2021-05-27 09:49:31 +00:00
converters libetonyek: update to 0.1.10. 2021-05-31 10:42:57 +00:00
cross *: recursive bump for perl 5.34 2021-05-24 19:49:01 +00:00
databases mariadb*: cmake does not CPPFLAGS 2021-05-30 16:33:29 +00:00
devel (devel/R-memoise) Updated 1.1.0 to 2.0.0 2021-05-31 22:43:04 +00:00
distfiles
doc doc: Updated x11/gtk4 to 4.2.0 2021-05-31 22:59:34 +00:00
editors *: recursive bump for perl 5.34 2021-05-24 19:49:01 +00:00
emulators haxm: set USE_BSD_MAKEFILE 2021-05-31 12:58:50 +00:00
filesystems *: recursive bump for perl 5.34 2021-05-24 19:49:01 +00:00
finance finance/rates: update to 0.5.0 2021-05-30 16:54:04 +00:00
fonts cascadia-ttf: update to 2105.24. 2021-05-31 10:23:04 +00:00
games pysolfc apparently uses py-six. PKGREVISION -> 3 2021-05-29 00:20:15 +00:00
geography *: recursive bump for perl 5.34 2021-05-24 19:49:01 +00:00
graphics graphics/Makefile: add one new 2021-05-31 22:31:10 +00:00
ham *: recursive bump for perl 5.34 2021-05-24 19:49:01 +00:00
inputmethod *: recursive bump for perl 5.34 2021-05-24 19:49:01 +00:00
lang rust: Fix cargo module build 2021-05-31 14:33:02 +00:00
licenses add eternal-lands-license 2021-04-04 09:36:29 +00:00
mail evolution: Really commit cmake patch 2021-05-31 19:41:15 +00:00
math math/kalk: update to 0.5.4 2021-05-31 20:53:46 +00:00
mbone *: recursive bump for perl 5.34 2021-05-24 19:49:01 +00:00
meta-pkgs bulk-test-boost: nail down version pattern 2021-05-30 11:48:28 +00:00
misc misc/ruby-bundler: update to 2.2.18 2021-05-30 11:08:38 +00:00
mk Introduce a new SYSCONFBASE variable (defaults to /etc) 2021-05-30 23:41:05 +00:00
multimedia obs-studio: update PLISTs 2021-05-26 12:29:24 +00:00
net net/unifi: update to 6.0.45 2021-05-31 17:11:33 +00:00
news *: recursive bump for perl 5.34 2021-05-24 19:49:01 +00:00
packages
parallel *: recursive bump for perl 5.34 2021-05-24 19:49:01 +00:00
pkgtools rc.subr: update to version 20210517 2021-05-30 23:46:26 +00:00
print py-octoprint: update to version 1.6.1 2021-05-30 21:53:10 +00:00
regress *: recursive bump for perl 5.34 2021-05-24 19:49:01 +00:00
security security/gpg-tui: update to 0.1.5 2021-05-31 20:50:48 +00:00
shells *: recursive bump for perl 5.34 2021-05-24 19:49:01 +00:00
sysutils Update to 4.5.1. From the changelog: 2021-05-31 18:19:17 +00:00
templates templates: disable search bar until the results are better 2021-04-21 11:14:11 +00:00
textproc textproc/Makefile: add one new 2021-05-31 22:31:25 +00:00
time (time/R-lubridate) Updated 1.7.4 to 1.7.10 2021-05-30 15:56:22 +00:00
wm wm/herbstluftwm: update to 0.9.3 2021-05-25 16:19:56 +00:00
www py-urllib3: updated to 1.26.5 2021-05-31 12:27:54 +00:00
x11 gtk4: update to 4.2.0. 2021-05-31 22:59:23 +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