Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
2022-10-13 12:18:48 +00:00
archivers archivers/php-pecl-zip: update to 1.21.1 2022-10-06 14:22:38 +00:00
audio py-mutagen: updated to 1.46.0 2022-10-13 09:10:13 +00:00
benchmarks benchmarks/hyperfine: update to 1.15.0 2022-09-08 07:21:03 +00:00
biology Bump all dependent packages of wayland (belatedly) 2022-08-11 05:08:00 +00:00
bootstrap bootstrap: Add mktools to special preserve handling. 2022-10-04 11:47:45 +00:00
cad gcad3d: revbump due to x11/gtkglarea2 update 2022-10-07 18:02:52 +00:00
chat swirc: update to 3.3.6. 2022-10-07 14:24:07 +00:00
comms openobex: fix PLIST for latest doxygen, and depend on it 2022-10-04 08:00:49 +00:00
converters Update to 0.62 2022-09-30 23:47:31 +00:00
cross mingw-w64: Update meta-package to 10.0.0 2022-10-09 03:01:45 +00:00
databases shared-mime-info: update to 2.2. 2022-10-13 11:08:43 +00:00
devel py-setuptools_scm: updated to 7.0.5 2022-10-13 12:11:12 +00:00
distfiles
doc Updated devel/py-setuptools_scm, sysutils/ansible-lint 2022-10-13 12:12:27 +00:00
editors Add bred 2022-10-09 16:12:55 +00:00
emulators emulators/open-simh: update to 2022-10-08 2022-10-09 18:50:44 +00:00
filesystems fuse-exfatfs: Make mkfs.exfat work on NetBSD 2022-10-06 00:51:49 +00:00
finance py-stripe: updated to 4.2.0 2022-10-13 08:49:12 +00:00
fonts tex-universalis{,-doc}: update to 2022 2022-10-12 22:54:25 +00:00
games stegavorto: updated to 2011.05.26 2022-10-04 20:18:07 +00:00
geography geography/R-s2: remove ineffectual use of atomic64.mk. 2022-10-08 20:30:46 +00:00
graphics ImageMagick: update to 7.1.0.50. 2022-10-13 10:44:12 +00:00
ham (ham/hackrf) Updated 2021.03.1 to 2022.09.1 2022-10-09 13:28:26 +00:00
inputmethod ibus-table-chinese: updated to 1.8.3 2022-09-22 09:39:25 +00:00
lang rust-bin: fix packaging on Linux 2022-10-13 02:26:12 +00:00
licenses Add Commander X16 ROM license (this is a somewhat complex combination of 2022-08-07 17:35:09 +00:00
mail mail/Makefile: + 1 2022-10-11 13:44:25 +00:00
math openfst: fix build by setting GCC_REQD to 8 since it needs <charconv> 2022-10-11 16:35:49 +00:00
mbone *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
meta-pkgs Drop ruby26 support. 2022-10-10 03:24:52 +00:00
misc Bump revision by default Ruby's version change. 2022-10-11 14:38:47 +00:00
mk mk: Skip include and info dirs for CTF and debug. 2022-10-12 10:47:00 +00:00
multimedia multimedia/t-rec: Add missing include 2022-10-11 10:55:34 +00:00
net Update net/unbound to version 1.17.0. 2022-10-13 12:09:00 +00:00
news hellanzb, lottanzb: remove 2022-09-11 17:28:32 +00:00
packages
parallel parallel/mpi-ch: make this build and install on NetBSD. 2022-10-02 15:35:23 +00:00
pkgtools pkgin: Update to 22.10.0. 2022-10-05 17:23:02 +00:00
print poppler: update to 22.10.0. 2022-10-13 10:56:03 +00:00
regress *: Revbump packages that use Python at runtime without a PKGNAME prefix 2022-06-30 11:18:01 +00:00
security openssl: downgrade to 1.1.1q 2022-10-12 14:32:38 +00:00
shells shells/eltclsh: Sprinkle MAKE_JOB_SAFE=no 2022-10-06 22:39:51 +00:00
sysutils py-subprocess-tee: bump py-setuptools_scm requirement and remove py-setuptools_scm_git_archive 2022-10-13 12:18:48 +00:00
templates templates: disable search bar until the results are better 2021-04-21 11:14:11 +00:00
textproc {py-,}libxslt: update to 1.1.37 2022-10-13 11:22:24 +00:00
time p5-DateTime-TimeZone: update to 2.54 2022-10-05 22:09:38 +00:00
wm wm/shod: update to 2.5.0 2022-10-11 20:47:37 +00:00
www www/py-FormEncode: bump py-setuptools_scm requirement and remove py-setuptools_scm_git_archive 2022-10-13 12:15:21 +00:00
x11 x11/xterm: update to 374 2022-10-12 16:19:54 +00:00
_NetBSD-pkgdb
Makefile
pkglocate
README.md README.md: Add trailing slash to URI for consistency 2022-08-24 13:59:26 +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