Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
2023-03-30 15:28:58 +00:00
archivers *: use PYTHON_VERSION instead of _PYTHON_VERSION 2023-03-29 09:34:04 +00:00
audio audio/spotify-player: update to 0.13.1 2023-03-29 19:24:27 +00:00
benchmarks benchmarks/hyperfine: update to 1.16.1 2023-03-23 10:30:43 +00:00
biology biology/bcftools: Update to 1.17 2023-02-25 13:56:33 +00:00
bootstrap README.NetBSD: also note PKGSRC_USE_SSP example 2023-03-27 17:04:42 +00:00
cad *: use PYTHON_VERSION instead of _PYTHON_VERSION 2023-03-29 09:34:04 +00:00
chat libmsn: use c++03 to fix build with c++17 default compilers 2023-03-26 12:54:26 +00:00
comms py-rich: updated to 13.3.3 2023-03-29 08:44:44 +00:00
converters *: use PYTHON_VERSION instead of _PYTHON_VERSION 2023-03-29 09:34:04 +00:00
cross cross/mingw-w64-i686-gcc: Use DW2 exceptions 2023-03-19 16:00:48 +00:00
databases py-redis: updated to 4.5.4 2023-03-30 07:11:22 +00:00
devel py-aenum: updated to 3.1.12 2023-03-30 07:12:50 +00:00
distfiles
doc doc: Updated emulators/qemu to 7.2.0nb3 2023-03-30 13:53:30 +00:00
editors *: use PYTHON_VERSION instead of _PYTHON_VERSION 2023-03-29 09:34:04 +00:00
emulators qemu: Use external dtc (sysutils/dtc) as libfdt 2023-03-30 13:53:01 +00:00
filesystems glusterfs: make configuration file placements match pkgsrc norm 2023-03-28 01:10:53 +00:00
finance gnucash-docs: update to 5.0. 2023-03-29 12:07:10 +00:00
fonts Add gerb 2023-03-29 19:31:15 +00:00
games py-renpy: Update to 8.0.3 2023-03-10 21:14:39 +00:00
geography geography/qgis: Add comments 2023-03-20 13:49:49 +00:00
graphics graphics/oculante: update to 0.6.57 2023-03-29 19:26:58 +00:00
ham ham/hamlib: Update to 4.5.4 2023-03-09 00:57:56 +00:00
inputmethod uim: Apply upstream patch to fix uim-skk 2023-02-25 17:42:43 +00:00
lang gcc8: fix some pkglint 2023-03-30 15:28:58 +00:00
licenses licenses: Add hamlet-license 2023-03-10 21:48:32 +00:00
mail *: use PYTHON_VERSION instead of _PYTHON_VERSION 2023-03-29 09:34:04 +00:00
math *: use PYTHON_VERSION instead of _PYTHON_VERSION 2023-03-29 09:34:04 +00:00
mbone *: Recursive revbup from graphics/freetype2 2023-01-29 21:14:22 +00:00
meta-pkgs nltk*: Use specific git commit for fetching distfiles. 2023-03-16 11:06:02 +00:00
misc *: use PYTHON_VERSION instead of _PYTHON_VERSION 2023-03-29 09:34:04 +00:00
mk remove unused package option nghttp2-asio 2023-03-30 12:32:06 +00:00
multimedia libva: update to 2.18.0. 2023-03-29 11:34:09 +00:00
net transmission: fix fetch stage for all users of Makefile.common 2023-03-30 07:50:54 +00:00
news news/pan: build fix 2023-03-28 18:30:37 +00:00
packages
parallel *: Recursive revbup from graphics/freetype2 2023-01-29 21:14:22 +00:00
pkgtools pkglint: add missing files from previous commit 2023-03-29 07:47:19 +00:00
print use ${PKG_SYSCONFBASE} instead of ${PREFIX}/etc 2023-03-30 05:34:10 +00:00
regress regress: remove tests for Haskell PLIST generation 2023-02-04 20:06:37 +00:00
security security/wolfssl: Update to v5.6.0 2023-03-30 07:33:53 +00:00
shells fish: update to 3.6.1. 2023-03-29 09:39:02 +00:00
sysutils dtc: Update to 1.7.0 2023-03-30 13:50:20 +00:00
templates templates: disable search bar until the results are better 2021-04-21 11:14:11 +00:00
textproc py-cmudict: fix typo 2023-03-30 15:25:39 +00:00
time py-pytz: updated to 2023.3 2023-03-29 12:59:29 +00:00
wm wm/ctwm: update to version 4.1.0. 2023-03-29 08:51:30 +00:00
www nghttp2: remove unused package option 2023-03-30 12:31:25 +00:00
x11 modular-xorg-xwayland: add distinfo file 2023-03-30 08:45:19 +00:00
_NetBSD-pkgdb
Makefile
pkglocate
README.md README: Use the real Matrix URL 2022-11-19 21:01:44 +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.

Community / 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