Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
prlw1 4e89081e02 Update py-Xlib to 0.29
Extensions
--------------------

- Drawable & XInput: Avoid using array.array.tostring() which wiil
  be removed in Python 3.9 (thanks @t-wissmann).
2020-12-19 16:56:34 +00:00
archivers archivers/lha: distfile unavailable, so switch to maintained version elsewhere. 2020-12-19 15:03:14 +00:00
audio invert a python version conditional 2020-12-19 14:49:34 +00:00
benchmarks Revbump packages with a runtime Python dep but no version prefix. 2020-12-04 20:44:57 +00:00
biology Add biology/molsketch 2020-12-18 22:30:28 +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 Update chat/matrix-synapse to 1.24.0 2020-12-09 20:40:20 +00:00
comms asterisk16: Update to 16.15.0 2020-12-10 13:52:30 +00:00
converters py-zfec: Update to 1.5.4 2020-12-19 15:28:05 +00:00
cross cross/mingw-*-bin: fix INSTALLATION_DIRS 2020-12-14 00:40:10 +00:00
databases guile-pg: Update to 0.49 2020-12-19 15:21:50 +00:00
devel devel(1) math(10), New packages Added: 2020-12-19 15:18:50 +00:00
distfiles
doc doc: Updated www/drupal7 to 7.75 2020-12-19 16:44:55 +00:00
editors neatvi: Update to 08 2020-12-18 23:03:37 +00:00
emulators qemu: enable spice by default. 2020-12-15 16:50:08 +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.3. 2020-12-19 10:54:28 +00:00
geography gdal: Add comment about (lack of) geopdf support 2020-12-14 19:50:32 +00:00
graphics feh: Update to 3.6.1 2020-12-18 23:47:46 +00:00
ham ham/gnuradio: add 38 to PYTHON_VERSIONS_ACCEPTED 2020-12-14 00:41:56 +00:00
inputmethod Revbump packages with a runtime Python dep but no version prefix. 2020-12-04 20:44:57 +00:00
lang lang/ruby: try removing extra directory 2020-12-19 14:41:16 +00:00
licenses Add editors/hexer. 2020-12-12 13:32:51 +00:00
mail Update to 5.15. From the changelog: 2020-12-16 20:19:43 +00:00
math (math/py-scikit-image) Updated 0.15.0 to 0.18.0 2020-12-19 15:42:07 +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 py-tqdm: updated to 4.45.1 2020-12-18 09:01:03 +00:00
mk Move the pkgdb compatibility error to a NetBSD-specific file to avoid 2020-12-18 17:14:58 +00:00
multimedia mpv: Make wayland option unavailable on non-Linux for now. 2020-12-19 12:17:29 +00:00
net net/bind916: update to 9.16.10 2020-12-19 16:41:36 +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-20201218 2020-12-18 17:10:54 +00:00
print print/xpdf4: include sample xpdfrc and adjust font search path to PREFIX. 2020-12-19 13:42:59 +00:00
regress Revbump packages with a runtime Python dep but no version prefix. 2020-12-04 20:44:57 +00:00
security py-OpenSSL: Update to 20.0.1 2020-12-19 11:52:26 +00:00
shells Revbump packages with a runtime Python dep but no version prefix. 2020-12-04 20:44:57 +00:00
sysutils gnome-tracker: Fix pkg-config configuration of dependent packages. 2020-12-19 10:05:05 +00:00
templates
textproc Add textproc/libcue 2020-12-19 10:22:45 +00:00
time tty-clock: Add missing patch. 2020-12-14 09:15:33 +00:00
wm Add wm/tinywm 2020-12-11 15:12:35 +00:00
www www/drupal7: update to 7.75 2020-12-19 16:44:35 +00:00
x11 Update py-Xlib to 0.29 2020-12-19 16:56:34 +00:00
Makefile Makefile: fix outdated documentation 2020-02-12 15:04:51 +00:00
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