Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Go to file
2023-12-07 17:43:29 +00:00
archivers unrar: update to 7.0.4. 2023-12-07 08:42:28 +00:00
audio faad2: update to 2.11.1. 2023-12-07 08:22:44 +00:00
benchmarks Bump PKGREVISION by PHP_VERSION_DEFAULT change. 2023-11-13 16:34:00 +00:00
biology biology/vsearch: Update to 2.26.1 2023-11-26 12:35:56 +00:00
bootstrap bootstrap: Use /usr/bin/bash more on SunOS 2023-07-07 12:53:22 +00:00
cad (cad/klayout) Updated to 0.28.13 2023-12-06 02:15:22 +00:00
chat Revbump all Go packages after go121 update 2023-12-05 19:46:02 +00:00
comms qt6: updated to 6.6.1 2023-11-30 20:11:26 +00:00
converters py-fastbencode: fix PLIST; switch to wheel.mk; bump revision 2023-11-30 05:53:26 +00:00
cross cross/Makefile: + 64tass 2023-09-26 21:20:42 +00:00
databases shared-mime-info: needs std::filesystem 2023-12-07 17:38:13 +00:00
devel cmake cmake-gui: updated to 3.28.0 2023-12-07 17:34:27 +00:00
distfiles
doc Updated devel/cmake, devel/cmake-gui, textproc/ugrep 2023-12-07 17:37:01 +00:00
editors Revbump all Go packages after go121 update 2023-12-05 19:46:02 +00:00
emulators emulators/qemu: MESSAGE exorcism 2023-12-07 17:41:55 +00:00
filesystems Revbump all Go packages after go121 update 2023-12-05 19:46:02 +00:00
finance py-braintree: updated to 4.24.0 2023-11-17 20:49:49 +00:00
fonts py-fonttools: update to 4.46.0. 2023-12-07 08:30:20 +00:00
games Add chess-tui 2023-12-06 10:14:52 +00:00
geography geography/qgis: Update to 3.28.13 2023-12-01 12:21:44 +00:00
graphics py-pillow_heif: update to 0.14.0. 2023-12-07 08:32:19 +00:00
ham *: recursive bump for cairo dependency changes 2023-11-14 14:01:17 +00:00
inputmethod qt6: updated to 6.6.1 2023-11-30 20:11:26 +00:00
lang openjdk21: regen + gpg sign bootstrap. Enable for i386 and aarch64. Bump. 2023-12-07 16:26:37 +00:00
licenses licenses: remove busl-1.1-license 2023-11-18 19:01:37 +00:00
mail Revbump all Go packages after go121 update 2023-12-05 19:46:02 +00:00
math py-pywavelets: updated to 1.5.0 2023-12-02 09:59:10 +00:00
mbone *: revebump for new brotli option for freetype2 2023-11-12 13:20:31 +00:00
meta-pkgs xfce4-extras: bump for a couple of plugins 2023-12-07 02:18:47 +00:00
misc misc/py-anita: Clarify in DESCR that the package does not contain any hypervisors/emulators 2023-12-07 17:43:29 +00:00
mk mk: add another path for builtin pkg-config files, for RHEL derivatives 2023-12-06 22:27:22 +00:00
multimedia mkvtoolnix: updated to 81.0 2023-12-05 18:28:45 +00:00
net libcares: update to 1.23.0. 2023-12-07 09:05:19 +00:00
news Make perl dependencies conditional on "perl" package option. 2023-11-17 00:52:53 +00:00
packages
parallel *: recursive bump for cairo dependency changes 2023-11-14 14:01:17 +00:00
pkgtools pkgtools/mksandbox - update to version 1.11 2023-12-05 20:45:27 +00:00
print mupdf: update to 1.23.7. 2023-12-07 09:10:16 +00:00
regress lintpkgsrc, regress: update references to pkglint files 2023-10-16 22:21:55 +00:00
science science/cgnslib: import new package vom wip 2023-07-25 11:23:54 +00:00
security libfido2: updated to 1.14.0 2023-12-07 12:35:46 +00:00
shells shells/oh-my-posh: update to 19.2.1 2023-12-07 10:26:49 +00:00
sysutils sysutils/xcp: update to 0.12.4 2023-12-07 10:10:13 +00:00
templates
textproc ugrep: updated to 4.3.5 2023-12-07 17:36:38 +00:00
time Update to 1.65 2023-12-03 01:59:23 +00:00
wm wm/oatbar: update to 0.0.30 2023-11-30 21:58:44 +00:00
www py-jupyter_server: updated to 2.12.1 2023-12-07 17:32:33 +00:00
x11 libdrm: install man pages 2023-12-06 07:56:42 +00:00
_NetBSD-pkgdb
Makefile science: add category 2023-07-17 01:03:19 +00:00
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