Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
2022-06-29 19:12:24 +00:00
archivers unrar: improve homepage so it points to unrar sources 2022-06-29 11:35:47 +00:00
audio cantata: revert switch to ffmpeg5, I didn't test it enough. 2022-06-29 07:40:24 +00:00
benchmarks *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
biology *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
bootstrap bootstrap/README: Add MidnightBSD to the unknown status list 2022-06-28 23:37:09 +00:00
cad *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
chat chat/element-web: Update to 1.10.15 2022-06-28 13:01:48 +00:00
comms *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
converters *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
cross *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
databases camlp4: remove 2022-06-29 07:54:38 +00:00
devel Update to 5.3.0. From the changelog: 2022-06-29 19:12:18 +00:00
distfiles
doc doc: Updated devel/py-approvaltests to 5.3.0 2022-06-29 19:12:24 +00:00
editors *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
emulators *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
filesystems *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
finance *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
fonts *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
games games/woof: Update to 10.0.0 2022-06-29 11:31:54 +00:00
geography geography/qgis: Update to 3.22.8 2022-06-28 22:36:43 +00:00
graphics *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
ham *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
inputmethod *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
lang camlp4: remove 2022-06-29 07:54:38 +00:00
licenses add fsharp-license X68030 IPLROM image 2022-06-25 14:50:24 +00:00
mail *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
math *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
mbone *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
meta-pkgs *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
misc *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
mk license.mk: fix grammar in another comment 2022-06-29 00:02:32 +00:00
multimedia *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
net camlp4: remove 2022-06-29 07:54:38 +00:00
news *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
packages
parallel *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
pkgtools *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
print lilypond: fix builds with GNU grep >= 3.5 2022-06-29 00:41:47 +00:00
regress *: bump PKGREVISION for egg.mk users 2022-01-04 20:53:26 +00:00
security camlp4: remove 2022-06-29 07:54:38 +00:00
shells *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
sysutils collectd-xen: blindly switch to xentools415 since xentools411 has been removed 2022-06-29 17:03:29 +00:00
templates templates: disable search bar until the results are better 2021-04-21 11:14:11 +00:00
textproc camlp4: remove 2022-06-29 07:54:38 +00:00
time camlp4: remove 2022-06-29 07:54:38 +00:00
wm *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
www camlp4: remove 2022-06-29 07:54:38 +00:00
x11 eekboard: Remove introspection option. 2022-06-28 11:40:47 +00:00
_NetBSD-pkgdb _NetBSD-pkgdb: Use $@ insted of $* 2020-12-29 17:56:14 +00:00
Makefile
pkglocate
README.md README.md: Fix URIs and capitalize NetBSD 2022-01-31 22:39:11 +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