Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
2020-12-07 12:20:46 +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 dasm: update to 2.20.14.1. 2020-12-01 14:55:54 +00:00
databases py-whisper: updated to 1.1.7 2020-12-06 11:21:02 +00:00
devel devel/lxqt-build-tools: update to 0.8.0 2020-12-07 11:26:45 +00:00
distfiles
doc doc: Updated security/lxqt-sudo to 0.16.0 2020-12-07 12:17:42 +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 updated games/gnuchess to 6.2.7 2020-12-05 08:52:42 +00:00
geography Revbump packages with a runtime Python dep but no version prefix. 2020-12-04 20:44:57 +00:00
graphics graphics/screengrab: update to 2.1.0 2020-12-07 11:55:51 +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 python*: Disable runtime configure test on sem_getvalue behaviour 2020-12-06 11:35:31 +00:00
licenses licenses: Add a license file for upcoming emulators/nono 2020-11-27 13:04:32 +00:00
mail claws-mail: Remove duplicated PLIST entry 2020-12-07 11:27:33 +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 Revbump packages with a runtime Python dep but no version prefix. 2020-12-04 20:44:57 +00:00
misc todoman: update to 3.9.0. 2020-12-06 10:40:33 +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-grpcio py-grpcio-testing py-grpcio-tools: updated to 1.34.0 2020-12-07 08:01:04 +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 pkg_install: update to 20201206 2020-12-06 17:23:09 +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/pcmanfm-qt: add patch 2020-12-07 11:45:36 +00:00
templates
textproc py-natsort: updated to 7.1.0 2020-12-06 11:40:27 +00:00
time py-vdirsyncer: mark as not working with python 3.9 2020-12-05 10:06:39 +00:00
wm wm/obconf-qt: update to 0.16.0 2020-12-07 12:01:13 +00:00
www Revbump packages with a runtime Python dep but no version prefix. 2020-12-04 20:44:57 +00:00
x11 x11/lxqt-admin: update to 0.16.0 2020-12-07 12:15:28 +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