Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
2021-04-23 07:25:20 +00:00
archivers Update PLIST 2021-04-23 03:59:26 +00:00
audio revbump for boost-libs 2021-04-21 13:24:06 +00:00
benchmarks revbump for textproc/icu 2021-04-21 11:40:12 +00:00
biology py-dnaio: mark incompatible with python 2 2021-04-22 08:38:59 +00:00
bootstrap bootstrap: Add MidnightBSD support to bootstrap shell script 2021-03-15 16:22:06 +00:00
cad revbump for boost-libs 2021-04-21 13:24:06 +00:00
chat revbump for boost-libs 2021-04-21 13:24:06 +00:00
comms revbump for boost-libs 2021-04-21 13:24:06 +00:00
converters revbump for boost-libs 2021-04-21 13:24:06 +00:00
cross atasm: update to 1.09. 2021-03-21 10:21:07 +00:00
databases redis: updated to 6.2.2 2021-04-22 15:46:53 +00:00
devel devel: +hs-data-fix 2021-04-23 07:25:20 +00:00
distfiles
doc doc: Updated devel/texttest to 4.0.7 2021-04-23 07:19:50 +00:00
editors Update to 8.2.2800 2021-04-23 06:31:35 +00:00
emulators revbump for boost-libs 2021-04-21 13:24:06 +00:00
filesystems revbump for boost-libs 2021-04-21 13:24:06 +00:00
finance revbump for boost-libs 2021-04-21 13:24:06 +00:00
fonts *: remove dead download sites 2021-04-21 15:48:03 +00:00
games nbsdcurses: we no longer need gmake 2021-04-23 06:23:04 +00:00
geography proj-doc: Update to 8.0 2021-04-21 19:38:07 +00:00
graphics ImageMagick: overhaul default policy following discussion 2021-04-23 07:23:29 +00:00
ham tfkiss: remove dead download site 2021-04-21 15:26:50 +00:00
inputmethod *: remove dead download sites 2021-04-21 15:48:03 +00:00
lang npm: updated to 6.14.13 2021-04-23 07:15:49 +00:00
licenses add eternal-lands-license 2021-04-04 09:36:29 +00:00
mail revbump for boost-libs 2021-04-21 13:24:06 +00:00
math Update to contravariant-1.5.3 2021-04-23 07:16:05 +00:00
mbone *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
meta-pkgs boost: updated to 1.76.0 2021-04-21 12:09:49 +00:00
misc *: remove dead download site 2021-04-21 15:31:18 +00:00
mk Rework the PLIST handling to support executable-only packages 2021-04-23 03:57:16 +00:00
multimedia revbump for boost-libs 2021-04-21 13:24:06 +00:00
net wireshark: updated to 3.4.5 2021-04-23 07:14:44 +00:00
news revbump for boost-libs 2021-04-21 13:24:06 +00:00
packages
parallel revbump for boost-libs 2021-04-21 13:24:06 +00:00
pkgtools Correct the order of redirection 2021-04-22 08:54:18 +00:00
print Add tex-hyperxmp{,-doc}, stuff for some kind of Adobe PDF metadata. 2021-04-22 03:53:11 +00:00
regress regress/infra-unittests: use single quotes for string literals 2021-01-04 21:11:43 +00:00
security Update PLIST 2021-04-23 03:59:26 +00:00
shells fish: update to 3.2.2 2021-04-08 10:46:52 +00:00
sysutils sysutils/macchina: update to 0.7.1 2021-04-22 08:41:26 +00:00
templates templates: disable search bar until the results are better 2021-04-21 11:14:11 +00:00
textproc Update to 1.06. From the changelog: 2021-04-23 06:56:49 +00:00
time Update to time-compat-1.9.5 2021-04-23 06:34:48 +00:00
wm revbump for boost-libs 2021-04-21 13:24:06 +00:00
www Security update to 5.7.1. 2021-04-23 06:05:55 +00:00
x11 sort 2021-04-22 08:57:59 +00:00
_NetBSD-pkgdb _NetBSD-pkgdb: Use $@ insted of $* 2020-12-29 17:56:14 +00:00
Makefile
pkglocate
README.md *: fix a bunch of typos in README and various documentation files. 2020-12-12 10:42:47 +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.

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