Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
2021-12-29 23:18:39 +00:00
archivers unrar: updated to 6.1.3 2021-12-15 09:53:02 +00:00
audio audio/termusic: update to 0.6.4 2021-12-29 05:50:56 +00:00
benchmarks revbump for icu and libffi 2021-12-08 16:01:42 +00:00
biology biology/vsearch: Update to 2.18.0 2021-12-17 19:20:44 +00:00
bootstrap bootstrap: On SCO System V variants, we need either mksh or bash. 2021-12-28 10:13:01 +00:00
cad py-PyRTL: mark as not for python 2.7 2021-12-16 12:49:12 +00:00
chat weechat: update to 3.4 2021-12-19 13:22:21 +00:00
comms Update to Asterisk 19.1.0. 2021-12-19 00:39:11 +00:00
converters converters/php-mbstring: clean up after remove of php73 2021-12-29 06:11:50 +00:00
cross Update to avrdude 6.4 2021-12-29 23:03:21 +00:00
databases Retire of php73, PHP 7.3.x. 2021-12-29 06:05:18 +00:00
devel Add p5-Test-Mock-Guard version 0.10 2021-12-29 19:38:42 +00:00
distfiles
doc Updated cross/avrdude to 6.4 2021-12-29 23:18:39 +00:00
editors editors/featherpad: update to 1.1.0 2021-12-29 05:47:44 +00:00
emulators emulators/simh: update to 4.0.0.2021-12-12 2021-12-29 15:53:35 +00:00
filesystems rst2man: Fix sandbox builds: ensure the versioned rst2man executable 2021-12-20 07:09:07 +00:00
finance (finance/bitcoin) Fix build by +patch-configre.ac, == issue 2021-12-26 05:27:37 +00:00
fonts fonts/recursive-ttf: update to 1.084 2021-12-29 11:49:49 +00:00
games games/tads: sgtty considered harmful; fix broken ssp build. 2021-12-29 09:36:37 +00:00
geography (*/py-trytond-*) regen distinfo and PLIST, I'll adjust other fallout later 2021-12-22 22:54:44 +00:00
graphics graphviz: updated to 2.50.0 2021-12-29 16:19:18 +00:00
ham ham/chirp: Update to 20211216 2021-12-18 13:47:01 +00:00
inputmethod revbump for icu and libffi 2021-12-08 16:01:42 +00:00
lang vala: updated to 0.54.5 2021-12-29 16:31:40 +00:00
licenses licenses: Do not use UTF-8 encoding. ASCII is sufficient 2021-11-16 17:13:58 +00:00
mail Retire of php73, PHP 7.3.x. 2021-12-29 06:05:18 +00:00
math py-numpy: updated to 1.21.5 2021-12-20 11:27:57 +00:00
mbone mbone: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:57:00 +00:00
meta-pkgs meta-pkgs/php73-extensions: remove package 2021-12-29 06:04:32 +00:00
misc misc/tmux: minor update to 3.2a. 2021-12-29 19:18:39 +00:00
mk mk: Set the default page size when compiling with RELRO with GCC on 2021-12-22 10:14:27 +00:00
multimedia mkvtoolnix: updated to 64.0.0 2021-12-29 17:01:18 +00:00
net nanomsg: updated to 1.1.5 2021-12-28 12:04:09 +00:00
news news/pan: update to 0.149. 2021-12-29 13:34:39 +00:00
packages
parallel revbump for icu and libffi 2021-12-08 16:01:42 +00:00
pkgtools pkglint: update version number to match the upcoming branch 2021-12-26 16:56:47 +00:00
print tex-vhistory{,-doc}: Update to 1.80. 2021-12-29 13:59:03 +00:00
regress regress: Remove reference to LOWER_OS_VERSION. 2021-11-30 09:40:10 +00:00
security gnutls: fix builds on Solaris 10 2021-12-26 23:03:54 +00:00
shells shells/starship: update to 1.1.1 2021-12-22 08:29:46 +00:00
sysutils sysutils/zoxide: update to 0.8.0 2021-12-29 05:54:01 +00:00
templates templates: disable search bar until the results are better 2021-04-21 11:14:11 +00:00
textproc utf8-cpp: updated to 3.2.1 2021-12-29 17:00:23 +00:00
time py-trytond-calendar: remove 2021-12-24 16:08:52 +00:00
wm Remove references to X11R6 where it isn't relevant. 2021-12-26 10:19:13 +00:00
www nginx-devel: updated to 1.21.5 2021-12-29 16:32:21 +00:00
x11 x11/x3270: update to suite3270-4.1ga11. 2021-12-29 13:25:47 +00:00
_NetBSD-pkgdb _NetBSD-pkgdb: Use $@ insted of $* 2020-12-29 17:56:14 +00:00
Makefile
pkglocate
README.md README.md: Add trailing slash to the URI 2021-10-21 12:18:01 +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