Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
2023-08-26 00:07:52 +00:00
archivers libzip: fix testing on Darwin 2023-08-25 07:12:41 +00:00
audio audio/libopenmpt: Add a bl3 2023-08-23 18:47:46 +00:00
benchmarks *: recursive bump for Python 3.11 as new default 2023-08-14 05:23:45 +00:00
biology *: recursive bump for Python 3.11 as new default 2023-08-14 05:23:45 +00:00
bootstrap bootstrap: Use /usr/bin/bash more on SunOS 2023-07-07 12:53:22 +00:00
cad *: recursive bump for Python 3.11 as new default 2023-08-14 05:23:45 +00:00
chat chat/toot: update to toot-0.38.1 2023-08-24 20:51:45 +00:00
comms *: recursive bump for Python 3.11 as new default 2023-08-14 05:23:45 +00:00
converters py-emoji: update to 2.8.0 2023-08-21 01:41:19 +00:00
cross cross: Mark various versions of gcc unsuitable for MKPIE. 2023-08-09 08:24:38 +00:00
databases mongo-c-driver: updated to 1.24.3 2023-08-25 16:40:05 +00:00
devel py-types-setuptools: updated to 68.1.0.0 2023-08-25 22:29:24 +00:00
distfiles
doc doc: Updated geography/geos to 3.12.0 2023-08-26 00:07:52 +00:00
editors poke: set HOMEPAGE to https://www.jemarch.net/poke. 2023-08-25 13:52:03 +00:00
emulators qemu: updated to 8.1.0 2023-08-23 15:19:02 +00:00
filesystems *: recursive bump for Python 3.11 as new default 2023-08-14 05:23:45 +00:00
finance *: recursive bump for Python 3.11 as new default 2023-08-14 05:23:45 +00:00
fonts harfbuzz*: update to 8.1.1 2023-08-24 12:02:49 +00:00
games wesnoth: updated to 1.16.10 2023-08-23 08:01:06 +00:00
geography geography/geos: Update to 3.12.0 2023-08-26 00:07:41 +00:00
graphics py-tifffile: updated to 2023.8.12 2023-08-25 13:49:29 +00:00
ham (ham/gnuradio-uhd) PKGREVISION++ 2023-08-24 03:29:13 +00:00
inputmethod libime: mark as not for Python 3.11 2023-08-17 14:45:17 +00:00
lang gcc13*: update to 13.2.0 2023-08-25 18:55:33 +00:00
licenses Add a package for GALasm, a portable GAL assembler. 2023-04-25 03:28:37 +00:00
mail mail/thunderbird-l10n: Update to 115.1.1 to match thunderbird 2023-08-25 15:19:45 +00:00
math py-jplephem: updated to 2.18 2023-08-25 16:02:49 +00:00
mbone *: Mark packages that were originally identified as requiring 2023-08-02 19:20:16 +00:00
meta-pkgs bulk-test-rust: add firefox-esr 2023-08-25 21:58:54 +00:00
misc py-pep440: added version 0.1.2 2023-08-25 21:55:53 +00:00
mk Add 'mailwrapper' option description. 2023-08-24 15:56:00 +00:00
multimedia mkvtoolnix: updated to 79.0 2023-08-22 20:28:43 +00:00
net py-lexicon: updated to 3.14.1 2023-08-25 15:25:44 +00:00
news news/libcanlock: Use new variables to request a C99 compiler 2023-08-21 13:29:44 +00:00
packages
parallel *: recursive bump for Python 3.11 as new default 2023-08-14 05:23:45 +00:00
pkgtools pkgin: Update to 23.8.1. 2023-08-22 07:14:18 +00:00
print py-pspdfutils: update to 3.1.1. 2023-08-24 20:14:11 +00:00
regress *: recursive bump for Python 3.11 as new default 2023-08-14 05:23:45 +00:00
science science/cgnslib: import new package vom wip 2023-07-25 11:23:54 +00:00
security botan3: update to 3.1.1. 2023-08-24 06:33:10 +00:00
shells yash: add missing USE_PKGLOCALEDIR. 2023-08-25 16:16:08 +00:00
sysutils py-fsspec: updated to 2023.6.0 2023-08-25 22:14:01 +00:00
templates templates: disable search bar until the results are better 2021-04-21 11:14:11 +00:00
textproc py-jsonschema: updated to 4.19.0 2023-08-25 21:35:08 +00:00
time rsibreak: update to 0.12.15 2023-08-20 04:53:58 +00:00
wm windowmaker: Add dependencies to buildlink3 that are used inside 2023-08-14 19:10:08 +00:00
www py-nbconvert: updated to 7.7.4 2023-08-25 22:16:40 +00:00
x11 gtk4: update to 4.12.0. 2023-08-24 09:20:51 +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