Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
jaapb 7142597525 Updated misc/ocaml-opam-file-format to 2.1.0
Changes include:
* Don't add a newline at the start of strings with newlines
* Report starting position of strings correctly
* Add dune files
2020-12-09 10:36:09 +00:00
archivers archivers/lxqt-archiver: update to 0.3.0 2020-12-07 11:59:16 +00:00
audio audio/pavucontrol-qt:update to 0.16.0 2020-12-07 12:03:03 +00:00
benchmarks Revbump packages with a runtime Python dep but no version prefix. 2020-12-04 20:44:57 +00:00
biology Revbump packages with a runtime Python dep but no version prefix. 2020-12-04 20:44:57 +00:00
bootstrap bootstrap: Prefer native on Elbrus 2000 2020-12-05 16:50:52 +00:00
cad Revbump packages with a runtime Python dep but no version prefix. 2020-12-04 20:44:57 +00:00
chat telegram-purple: Strip out -Werror. Should fix gcc9 build. 2020-12-09 09:42:14 +00:00
comms Revbump packages with a runtime Python dep but no version prefix. 2020-12-04 20:44:57 +00:00
converters Revbump packages with a runtime Python dep but no version prefix. 2020-12-04 20:44:57 +00:00
cross cc65: Update to 2.19 2020-12-08 11:32:00 +00:00
databases py-mongo: updated to 3.11.2 2020-12-09 09:46:11 +00:00
devel Mark packages that fail with Python 2.7 2020-12-09 09:49:35 +00:00
distfiles
doc Updated lang/ocaml to 4.11.1 2020-12-09 10:34:30 +00:00
editors Updated editors/nano to 5.4 2020-12-07 00:03:58 +00:00
emulators ucon64: update to 2.2.1. 2020-12-05 13:16:36 +00:00
filesystems Revbump packages with a runtime Python dep but no version prefix. 2020-12-04 20:44:57 +00:00
finance Mark packages that fail with Python 2.7 2020-12-09 09:30:56 +00:00
fonts py-fonttools: update to 4.17.1. 2020-12-06 09:58:49 +00:00
games cataclysm-dda: Update to 0.E.2 2020-12-08 12:08:20 +00:00
geography Revbump packages with a runtime Python dep but no version prefix. 2020-12-04 20:44:57 +00:00
graphics jasper: updated to 2.0.23 2020-12-08 14:36:51 +00:00
ham xlog: Do not use -Werror. Fixes build with gcc9. 2020-12-09 10:12:14 +00:00
inputmethod Revbump packages with a runtime Python dep but no version prefix. 2020-12-04 20:44:57 +00:00
lang Updated lang/ocaml to 4.11.1. 2020-12-09 10:33:04 +00:00
licenses licenses: Add a license file for upcoming emulators/nono 2020-11-27 13:04:32 +00:00
mail claws-mail: Fix MASTER_SITES 2020-12-08 09:22:14 +00:00
math py-quadprog: updated to 0.1.8 2020-12-06 10:46:49 +00:00
mbone *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
meta-pkgs py-tryton-platform: Remove *-shipping-dpd depend. 2020-12-08 10:56:13 +00:00
misc Updated misc/ocaml-opam-file-format to 2.1.0 2020-12-09 10:36:09 +00:00
mk Reflect GNU grep locations on some SunOS variants 2020-12-09 01:24:24 +00:00
multimedia adobe-flash-player: update to 32.0.0.465. 2020-12-08 13:02:06 +00:00
net libvncserver: Fix build of users with sasl enabled 2020-12-09 09:40:15 +00:00
news Revbump packages with a runtime Python dep but no version prefix. 2020-12-04 20:44:57 +00:00
packages
parallel Revbump packages with a runtime Python dep but no version prefix. 2020-12-04 20:44:57 +00:00
pkgtools mksandbox: Copy mounts that are symlinks. 2020-12-07 13:05:12 +00:00
print py-reportlab: updated to 3.5.56 2020-12-06 11:42:33 +00:00
regress Revbump packages with a runtime Python dep but no version prefix. 2020-12-04 20:44:57 +00:00
security openssl: update to 1.1.1i. 2020-12-08 18:54:17 +00:00
shells Revbump packages with a runtime Python dep but no version prefix. 2020-12-04 20:44:57 +00:00
sysutils psftools: update to 1.0.14. 2020-12-08 17:05:31 +00:00
templates
textproc Mark packages that fail with Python 2.7 2020-12-09 09:30:56 +00:00
time py-l18n: updated to 2020.6.1 2020-12-07 15:44:34 +00:00
wm wm/obconf-qt: update to 0.16.0 2020-12-07 12:01:13 +00:00
www py-uvicorn: updated to 0.13.0 2020-12-09 09:44:04 +00:00
x11 x11/lxqt-panel: fix build break on Linux 2020-12-08 19:28:53 +00:00
Makefile Makefile: fix outdated documentation 2020-02-12 15:04:51 +00:00
pkglocate
README.md README.md: switch pkgsrc.se link to HTTPS. 2020-12-06 18:17:28 +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 trasformation 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