Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
2020-12-08 11:32:39 +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 Revbump packages with a runtime Python dep but no version prefix. 2020-12-04 20:44:57 +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 slony1: updated to 2.2.10 2020-12-07 15:51:38 +00:00
devel devel/lxqt-build-tools: update to 0.8.0 2020-12-07 11:26:45 +00:00
distfiles
doc doc: Updated cross/cc65 to 2.19 2020-12-08 11:32:39 +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 Revbump packages with a runtime Python dep but no version prefix. 2020-12-04 20:44:57 +00:00
fonts py-fonttools: update to 4.17.1. 2020-12-06 09:58:49 +00:00
games pioneers: Upgrade to 15.6 2020-12-07 20:02:00 +00:00
geography Revbump packages with a runtime Python dep but no version prefix. 2020-12-04 20:44:57 +00:00
graphics py-cairo: mark with PYTHON_SELF_CONFLICT 2020-12-07 14:42:00 +00:00
ham ham/fldigi: avoid hard coding bundled dylib versions in PLIST.Darwin 2020-12-06 20:40:59 +00:00
inputmethod Revbump packages with a runtime Python dep but no version prefix. 2020-12-04 20:44:57 +00:00
lang Apply a workaround for NetBSD to the testyield.ml test. 2020-12-08 08:53:16 +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 9menu: Update to 1.10 2020-12-08 11:15:57 +00:00
mk tools.Linux.mk: Consider /bin/find as well 2020-12-05 13:15:58 +00:00
multimedia Revbump packages with a runtime Python dep but no version prefix. 2020-12-04 20:44:57 +00:00
net py-zeep: updated to 4.0.0 2020-12-07 15:38:29 +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 security/lxqt-openssh-askpass: update to 0.16.0 2020-12-07 12:20:46 +00:00
shells Revbump packages with a runtime Python dep but no version prefix. 2020-12-04 20:44:57 +00:00
sysutils sysutils/fd-find: update to 8.2.1 2020-12-08 07:14:47 +00:00
templates
textproc py-natsort: updated to 7.1.0 2020-12-06 11:40:27 +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 Fix VARBASE subst in lighttpd.conf. 2020-12-07 15:12:15 +00:00
x11 x11/lxqt-session: update to 0.16.0 2020-12-07 13:03:40 +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