Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
adam 228b4f05ab py-test-xdist: updated to 3.1.0
pytest-xdist 3.1.0 (2022-12-01)
===============================

Features
--------
- Users can now set a default distribution mode in their configuration file:

  .. code-block:: ini

      [pytest]
      addopts = --dist loadscope

- Python 3.11 is now officially supported.

Removals
--------
- Python 3.6 is no longer supported.
2022-12-12 10:09:32 +00:00
archivers xz: updated to 5.2.9 2022-12-02 09:17:59 +00:00
audio audio/Makefile: + d11amp 2022-12-10 12:51:33 +00:00
benchmarks google-benchmark: updated to 1.7.1 2022-11-26 17:53:02 +00:00
biology biology/fastq-trim: Update to 0.1.2 2022-12-11 21:25:47 +00:00
bootstrap README.Cygwin: if using git, make sure to checkout with Unix line endings. 2022-12-06 15:22:18 +00:00
cad py-gds: updated to 1.6.12 2022-12-12 07:57:03 +00:00
chat Update chat/element-web to 1.11.16 2022-12-10 10:57:08 +00:00
comms massive revision bump after textproc/icu update 2022-11-23 16:18:32 +00:00
converters converters/php-mbstring: adjust to support php82 2022-12-11 14:16:16 +00:00
cross cross/i586-pc-msdosdjgpp-gcc: Make C++ work 2022-12-10 10:44:59 +00:00
databases postgresql-wal2json: update to 2.5. 2022-12-11 09:27:44 +00:00
devel py-test-xdist: updated to 3.1.0 2022-12-12 10:09:32 +00:00
distfiles
doc Updated security/py-acme, security/py-certbot* 2022-12-12 10:03:27 +00:00
editors Revbump all Go packages after go119 security update 2022-12-08 16:14:12 +00:00
emulators emulators/open-simh: update to 2022-12-02. 2022-12-11 20:28:09 +00:00
filesystems Revbump all Go packages after go119 security update 2022-12-08 16:14:12 +00:00
finance py-eth-utils: updated to 2.1.0 2022-12-12 09:43:04 +00:00
fonts libfontenc: update to 1.1.7. 2022-12-08 23:34:10 +00:00
games ruby-squib: remove upper bounds for ruby-gnome related packages 2022-12-09 12:39:38 +00:00
geography geography/py-proj: Update to 3.2.1 2022-12-10 13:19:38 +00:00
graphics graphics/oculante: update to 0.6.26 2022-12-11 12:39:12 +00:00
ham grig: mark as BROKEN 2022-12-07 15:18:42 +00:00
inputmethod fcitx5-gtk: add patch to fix build, std::min() that takes an initializer list was not visible 2022-12-02 18:06:53 +00:00
lang php81: Fix version upper bound. 2022-12-12 08:26:46 +00:00
licenses Add licenses/djgpp-license 2022-12-04 22:44:43 +00:00
mail Revbump all Go packages after go119 security update 2022-12-08 16:14:12 +00:00
math py-gmpy2: updated to 2.1.4 2022-12-12 09:46:23 +00:00
mbone *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
meta-pkgs meta-pkgs/Makefile: add and enable php82-extensions 2022-12-11 14:19:27 +00:00
misc Add plan9port to misc/Makefile. 2022-12-06 14:31:24 +00:00
mk mk/compiler/ccache.mk: Use ccache3 2022-12-09 12:18:56 +00:00
multimedia php-ming: set MING_DIR to fix build 2022-12-11 11:04:29 +00:00
net Fix shell portability (from taca@) 2022-12-11 21:17:53 +00:00
news massive revision bump after textproc/icu update 2022-11-23 16:18:32 +00:00
packages
parallel llvm: updated to 15.0.6 2022-11-30 19:54:59 +00:00
pkgtools Revbump all Go packages after go119 security update 2022-12-08 16:14:12 +00:00
print ruby-gnome: update to 4.0.4. 2022-12-09 12:34:11 +00:00
regress *: Revbump packages that use Python at runtime without a PKGNAME prefix 2022-06-30 11:18:01 +00:00
security py-acme py-certbot*: updated to 2.1.0 2022-12-12 10:02:30 +00:00
shells Revbump all Go packages after go119 security update 2022-12-08 16:14:12 +00:00
sysutils sysutils/broot: update to 1.17.0 2022-12-11 12:40:31 +00:00
templates templates: disable search bar until the results are better 2021-04-21 11:14:11 +00:00
textproc py-black: updated to 22.12.0 2022-12-12 10:07:36 +00:00
time py-vdirsyncer: revert upgrade to 0.19 2022-12-11 08:58:11 +00:00
wm marco: Requires libXres. 2022-12-08 11:49:05 +00:00
www revbump gotosocial after go119 fix. 2022-12-11 23:18:22 +00:00
x11 xfce4-settings: update to 4.16.5 2022-12-12 01:48:51 +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