Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
2022-01-29 07:36:00 +00:00
archivers unrar: updated to 6.1.4 2022-01-28 09:10:09 +00:00
audio audio/termusic: update to 0.6.9 2022-01-28 11:00:39 +00:00
benchmarks google-benchmark: update to 1.6.1. 2022-01-16 23:09:35 +00:00
biology py-cutadapt: updated to 3.5 2022-01-17 09:03:10 +00:00
bootstrap bootstrap: On SCO System V variants, we need either mksh or bash. 2021-12-28 10:13:01 +00:00
cad (cad/klayout) Updated 0.27.5 to 0.27.7 2022-01-24 22:34:07 +00:00
chat *: propagate py-unpaddedbase64's python 3.x restriction 2022-01-26 07:19:03 +00:00
comms New package for c3270, via pkgsrc-wip. 2022-01-21 16:49:00 +00:00
converters py-reedsolo: fix build with python 3.10 2022-01-25 10:40:22 +00:00
cross Remove the global BUILD_DEPENDS on tex-alphalph as it's option-specific and 2022-01-19 03:50:32 +00:00
databases gom: disable python 2.7 2022-01-28 11:47:54 +00:00
devel py-mercurial: mark as conflicting with other versions of this package 2022-01-29 07:23:59 +00:00
distfiles
doc CHANGES-2021: mention successor for p5-YAML-XS 2022-01-29 07:32:57 +00:00
editors editors/Makefile: +xnedit 2022-01-28 11:51:19 +00:00
emulators emulators/vice: update to 3.6.1 2022-01-27 18:23:39 +00:00
filesystems Mark the package as requiring libtool 2022-01-27 04:24:05 +00:00
finance py-stripe: updated to 2.65.0 2022-01-23 19:14:56 +00:00
fonts JetBrainsMono-ttf: fix MASTER_SITES 2022-01-25 02:04:43 +00:00
games (games/liblcf) build fix adding patch-configure 2022-01-26 15:52:51 +00:00
geography gpsd: restrict to python 3.x 2022-01-28 12:06:04 +00:00
graphics py-scour: rename scour to scour-${PYVERSSUFFIX} to avoid self-conflict 2022-01-29 07:36:00 +00:00
ham (ham/gmfsk) add patch for FILPATHLEN became HAMLIB_FILPATHLEN in hamlib 4.2 2022-01-27 04:19:18 +00:00
inputmethod *: switch to python 2.7 version of py-gobject3 2022-01-28 14:02:33 +00:00
lang According to the noted issue, the compiler to avoid is llvm-gcc-4.2, 2022-01-27 21:33:41 +00:00
licenses licenses: Do not use UTF-8 encoding. ASCII is sufficient 2021-11-16 17:13:58 +00:00
mail postfix: Update to 3.6.4 2022-01-26 17:41:31 +00:00
math gnumeric112: restrict to python 3.x 2022-01-28 12:17:24 +00:00
mbone mbone: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:57:00 +00:00
meta-pkgs aspell-languages: fix typo in COMMENT 2022-01-22 21:34:27 +00:00
misc USE_FEATURES+=strnlen to fix gcc10 build on Snow Leopard. 2022-01-28 19:16:01 +00:00
mk Add defaults for DQCACHE_{USER,GROUP}. 2022-01-27 15:32:34 +00:00
multimedia py-gstreamer1: mark as conflicting with other versions of this package 2022-01-29 07:22:54 +00:00
net Backgrond printing works again: 2022-01-28 21:18:18 +00:00
news *: python2 egg files are back, add them to the PLISTs 2022-01-14 17:51:50 +00:00
packages
parallel *: bump PKGREVISION for egg.mk users 2022-01-04 20:53:26 +00:00
pkgtools Go has dropped support for Darwin-*-i386. 2022-01-28 20:38:18 +00:00
print (print/indexinfo) Updated 0.2.6 to 0.3.1, explicit ChnageLog Unknown, but 2022-01-23 05:22:00 +00:00
regress *: bump PKGREVISION for egg.mk users 2022-01-04 20:53:26 +00:00
security set correct mastersite 2022-01-27 20:59:27 +00:00
shells Omit the special -arch_only treatment for old Darwin; it's not supported 2022-01-28 20:39:20 +00:00
sysutils spice-server: fix build with python 3.10 2022-01-27 19:04:12 +00:00
templates templates: disable search bar until the results are better 2021-04-21 11:14:11 +00:00
textproc ugrep: updated to 3.7.1 2022-01-28 12:04:05 +00:00
time ntpsec: restrict to python 3 2022-01-28 12:10:18 +00:00
wm Bump packages that depends on GHC 2022-01-18 02:48:01 +00:00
www nginx-devel: updated to 1.21.6 2022-01-28 12:02:43 +00:00
x11 caribou: restrict to python 3.x 2022-01-28 12:20:54 +00:00
_NetBSD-pkgdb
Makefile
pkglocate
README.md README.md: Add trailing slash to the URI 2021-10-21 12:18:01 +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