Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
2022-08-02 08:06:16 +00:00
archivers py-zipp: switch to .whl 2022-08-01 07:33:33 +00:00
audio audio/librespot: update to 0.4.2 2022-08-01 14:38:37 +00:00
benchmarks google-benchmark: update to 1.7.0. 2022-07-31 09:52:51 +00:00
biology *: remove pkg-config from tools where no buildlink3.mk file is included 2022-07-25 11:12:18 +00:00
bootstrap Update docs for Joyent migration. 2022-08-01 14:49:09 +00:00
cad *: remove pkg-config from tools where no buildlink3.mk file is included 2022-07-25 11:12:18 +00:00
chat swirc: update to 3.3.5. 2022-07-28 22:18:05 +00:00
comms py-rich: updated to 12.5.1 2022-07-25 16:24:19 +00:00
converters Add subdir py-fastbencode. 2022-07-27 19:05:47 +00:00
cross xtensa-esp32-elf-gcc: configure newlib closer to how espressif does 2022-07-22 02:01:54 +00:00
databases *: remove pkg-config from tools where no buildlink3.mk file is included 2022-07-25 11:12:18 +00:00
devel py-pydantic: fix 2022-08-01 18:47:40 +00:00
distfiles
doc doc: Updated math/p5-Math-Pari to 2.030523 2022-08-02 08:06:16 +00:00
editors vim: update to 8.2.5172 2022-07-27 15:13:10 +00:00
emulators mame: update to 0.246. 2022-07-31 19:10:19 +00:00
filesystems Add a package for cocofs-1.0, a tool for interacting with floppy disk images 2022-07-09 18:38:59 +00:00
finance finance/bitcoin: add file to make -latomic available on NetBSD/powerpc. 2022-08-01 18:14:25 +00:00
fonts harfbuzz: update to 5.0.1. 2022-07-31 09:46:42 +00:00
games *: Explicitly pass -lintl on SunOS where required. 2022-07-29 16:29:08 +00:00
geography gdal-lib: use pkgsrc png library name 2022-07-27 18:32:11 +00:00
graphics inkscape: adapt patch to version submitted upstream 2022-08-02 07:31:05 +00:00
ham uhd: switch to python 3 2022-07-08 14:26:11 +00:00
inputmethod *: remove pkg-config from tools where no buildlink3.mk file is included 2022-07-25 11:12:18 +00:00
lang python37: Skip __pycache__ files seen in macOS build too. 2022-07-29 20:37:48 +00:00
licenses add fsharp-license X68030 IPLROM image 2022-06-25 14:50:24 +00:00
mail *: Explicitly pass -lintl on SunOS where required. 2022-07-29 16:29:08 +00:00
math math/p5-Math-Par: fix mangled patch file due to keyword substitution 2022-08-02 08:01:46 +00:00
mbone *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
meta-pkgs xf86-input-keyboard is no longer for Linux 2022-07-21 11:21:50 +00:00
misc *: remove pkg-config from tools where no buildlink3.mk file is included 2022-07-25 11:12:18 +00:00
mk mk: add stack-clash option to PKGSRC_USE_STACK_CHECK 2022-08-01 07:58:21 +00:00
multimedia handbrake: reset PKGREVISION after update 2022-08-01 15:02:05 +00:00
net Update net/unbound to version 1.16.2. 2022-08-01 12:38:46 +00:00
news news/leafnode: Update to 1.12.0 2022-07-15 12:37:55 +00:00
packages
parallel parallel/openmpi: Update DESCR from upstream 2022-07-29 10:03:19 +00:00
pkgtools lintpkgsrc: cleanup: split main into smaller subroutines 2022-07-30 18:20:23 +00:00
print sile: fix unportable test(1) operator 2022-07-27 19:41:57 +00:00
regress *: Revbump packages that use Python at runtime without a PKGNAME prefix 2022-06-30 11:18:01 +00:00
security nettle: updated to 3.8.1 2022-08-01 10:08:09 +00:00
shells Revbump all Go packages after go118 update 2022-07-13 16:02:57 +00:00
sysutils py-sh: updated to 1.14.3 2022-08-01 18:23:41 +00:00
templates templates: disable search bar until the results are better 2021-04-21 11:14:11 +00:00
textproc p5-Syntax-SourceHighlight: add pkg-config to tools 2022-08-01 18:50:36 +00:00
time time/ruby-tzinfo: update to 2.0.5 2022-07-30 14:24:09 +00:00
wm fvwm3: this version conflicts with other fvwm-related packages 2022-08-02 01:08:13 +00:00
www www/wiki-tui: update to 0.5.0 2022-08-01 08:14:09 +00:00
x11 wxGTK32: remove incorrect comment 2022-07-31 16:57:22 +00:00
_NetBSD-pkgdb
Makefile
pkglocate
README.md Update docs for Joyent migration. 2022-08-01 14:49:09 +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