Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
2022-05-03 00:25:48 +00:00
archivers
audio
benchmarks
biology
bootstrap
cad
chat
comms
converters
cross
databases
devel Updated devel/ocaml-cmdliner to version 1.1.1. 2022-05-02 18:12:13 +00:00
distfiles
doc doc: Added games/termatrix version 1.0.0 2022-05-02 21:03:04 +00:00
editors
emulators mame: update to 0.243. 2022-05-02 15:24:24 +00:00
filesystems perfuse: DESCR should not contain RCS content 2022-05-02 23:31:05 +00:00
finance
fonts
games Add termatrix 2022-05-02 21:02:33 +00:00
geography (geography/R-geosphere) Updated 1.5.10 to 1.5.14, explicit NEWS.md unknown 2022-05-02 12:40:15 +00:00
graphics
ham
inputmethod
lang nodejs: updated to 16.15.0 2022-05-02 18:59:24 +00:00
licenses
mail
math (math/R-igraph) sorry again, patch-configure not needed anymore 2022-05-03 00:25:48 +00:00
mbone
meta-pkgs
misc Updated misc/ocaml-file-format to version 2.1.4. 2022-05-02 12:46:54 +00:00
mk
multimedia
net
news
packages
parallel
pkgtools
print
regress
security
shells
sysutils
templates
textproc Updated textproc/ocaml-tyxml to version 4.5.0. 2022-05-02 18:22:27 +00:00
time
wm
www py-flask-caching: updated to 1.10.1 2022-05-02 19:02:25 +00:00
x11
_NetBSD-pkgdb
Makefile
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