Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
2023-07-25 10:07:39 +00:00
archivers unrar: updated to 6.2.9 2023-07-25 07:31:26 +00:00
audio audio/ncspot: update to 0.13.4 2023-07-25 10:06:24 +00:00
benchmarks Updated benchmarks/glmark2 to 2023.01 2023-07-25 09:07:34 +00:00
biology rna-seq: not for Python 27, 38 2023-07-23 02:10:54 +00:00
bootstrap bootstrap: Use /usr/bin/bash more on SunOS 2023-07-07 12:53:22 +00:00
cad (cad/klayout) Updated 0.28.9 to 0.28.10 2023-07-23 06:51:33 +00:00
chat irssi-icb: update to 0.17 2023-07-24 22:21:42 +00:00
comms libhidapi: Fix PLIST for Darwin 2023-07-07 08:07:12 +00:00
converters opencc: Requires a C++14 compiler. 2023-07-20 21:29:00 +00:00
cross Re-do that last change differently -- don't use the -w argument at all. 2023-07-21 00:00:30 +00:00
databases mongodb3: remove empty patch 2023-07-24 18:43:46 +00:00
devel devel/diffsitter: update to 0.8.1 2023-07-25 10:05:16 +00:00
distfiles
doc doc: Updated audio/ncspot to 0.13.4 2023-07-25 10:06:45 +00:00
editors gedit: fix PLIST for latest meson and depend on it 2023-07-24 19:41:50 +00:00
emulators emulators/open-simh: update to version 4.1.0.20230717 2023-07-23 15:44:25 +00:00
filesystems ori: bump PKGREVISION for scons4 conversion 2023-07-24 17:06:03 +00:00
finance py-braintree: updated to 4.21.0 2023-07-25 07:33:18 +00:00
fonts py-fonttools: updated to 4.41.1 2023-07-24 05:03:03 +00:00
games pingus: convert to scons4 2023-07-24 17:05:46 +00:00
geography geography/gama: Require C++14 2023-07-19 17:10:33 +00:00
graphics graphics/qrrs: reset maintainer 2023-07-25 10:07:39 +00:00
ham *: Update some remaining packages still using GCC_REQD. 2023-07-20 11:59:27 +00:00
inputmethod inputmethod: Adapt packages to USE_(CC|CXX)_FEATURES where possible 2023-07-18 18:22:11 +00:00
lang py-solc-select: updated to 1.0.4 2023-07-25 08:31:38 +00:00
licenses Add a package for GALasm, a portable GAL assembler. 2023-04-25 03:28:37 +00:00
mail mail: Adapt packages to USE_(CC|CXX)_FEATURES where possible 2023-07-18 18:27:34 +00:00
math revert LOCALBASE in octave.mk 2023-07-22 09:59:51 +00:00
mbone Updated mbone/mdd to 20230428 2023-07-19 13:53:15 +00:00
meta-pkgs xfce4: bump for xfce4-settings 4.18.3 2023-07-20 04:09:23 +00:00
misc libreoffice: Update to 7.5.5.2 2023-07-20 19:28:12 +00:00
mk mk: Add support for is_trivially_copy_constructible in USE_CXX_FEATURES. 2023-07-22 12:20:37 +00:00
multimedia gst-plugins1-editing-services: fix PLIST for meson 1.2.0 2023-07-24 19:45:39 +00:00
net rabbitmq: updated to 3.12.2 2023-07-24 07:10:25 +00:00
news news: Adapt packages to USE_(CC|CXX)_FEATURES where possible 2023-07-18 18:37:42 +00:00
packages
parallel parallel: Adapt packages (where possible) to USE_(CC|CXX)_FEATURES 2023-07-18 18:39:06 +00:00
pkgtools python-versions-check: fix syntax error 2023-07-23 01:58:20 +00:00
print foomatic-filters: revert 4.0.17 update. 2023-07-24 19:25:36 +00:00
regress regress: remove tests for Haskell PLIST generation 2023-02-04 20:06:37 +00:00
science science: add category 2023-07-17 01:03:19 +00:00
security py-gnupg: updated to 0.5.1 2023-07-25 08:08:54 +00:00
shells shells/oh-my-posh: update to 17.12.1 2023-07-23 19:06:38 +00:00
sysutils sysutils/dmidecode: update to 3.5. 2023-07-24 15:07:57 +00:00
templates
textproc py-validate-pyproject: updated to 0.13 2023-07-25 07:20:06 +00:00
time time/tzdiff: update to 1.2 2023-07-21 09:32:22 +00:00
wm *: Darwin linker does not support as-needed. 2023-07-21 12:29:21 +00:00
www py-websocket-client: updated to 1.6.1 2023-07-25 08:11:39 +00:00
x11 py-sip-qt5: updated to 12.12.2 2023-07-25 08:29:16 +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