Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
2023-12-28 17:15:39 +00:00
archivers xz: revert previous to fix fallout 2023-12-24 07:17:14 +00:00
audio quodlibet: convert to wheel.mk 2023-12-25 10:18:37 +00:00
benchmarks fetch from backup 2023-12-23 02:02:48 +00:00
biology py-macs2: add missing tool dependencies 2023-12-25 10:21:17 +00:00
bootstrap bootstrap: Use /usr/bin/bash more on SunOS 2023-07-07 12:53:22 +00:00
cad ghdl: mark as BROKEN 2023-12-25 10:23:25 +00:00
chat gajim: convert to wheel.mk 2023-12-25 10:54:20 +00:00
comms update to https 2023-12-19 12:17:54 +00:00
converters fetch from backup 2023-12-23 08:09:39 +00:00
cross cross/Makefile: + 64tass 2023-09-26 21:20:42 +00:00
databases gobang: remove 2023-12-25 18:19:46 +00:00
devel devel/libxtend: Update to 0.2.0.2 2023-12-28 15:02:17 +00:00
distfiles
doc mk/bsd.pkg.mk: freeze ended for pkgsrc-2023Q4 branch [gdt 2023-12-28] 2023-12-28 16:38:55 +00:00
editors editors/fileobj: Update to v0.8.2 2023-12-27 10:28:23 +00:00
emulators qemu: updated to 8.2.0 2023-12-28 17:15:39 +00:00
filesystems update master site 2023-12-23 10:05:07 +00:00
finance gnucash-docs: update to 5.5. 2023-12-17 22:40:13 +00:00
fonts fetch from backup 2023-12-23 08:49:41 +00:00
games supertux build fix: std::unique_ptr is in <memory> 2023-12-22 20:53:49 +00:00
geography pdal-lib: update to 2.5.6 2023-12-18 22:47:53 +00:00
graphics opencv-contrib-face: regen distinfo 2023-12-25 18:04:32 +00:00
ham py-soapy-sdr: fix build with Python 3.12 2023-12-26 09:19:46 +00:00
inputmethod libime: forbid some more Python versions that won't work 2023-12-25 18:01:48 +00:00
lang lang/python312: fix NIS detection 2023-12-28 13:12:59 +00:00
licenses licenses: remove busl-1.1-license 2023-11-18 19:01:37 +00:00
mail postfix*: update to 3.8.4 2023-12-22 17:29:17 +00:00
math math/py-scipy: correct linking with netlib BLAS 2023-12-27 22:42:02 +00:00
mbone fetch from backup 2023-12-22 18:31:14 +00:00
meta-pkgs xfce4: bump for xfce4-power-manager 4.18.3 2023-12-18 02:14:36 +00:00
misc calibre: make conversion of books from plain text to epub work 2023-12-24 09:10:16 +00:00
mk mk/blas.buildlink3.mk: add missing variables to effects, undef C ABI libs 2023-12-23 19:24:49 +00:00
multimedia libtheora-docs: update PLIST for latest doxygen. 2023-12-25 17:13:10 +00:00
net (net/socat) Fix build, zsh is necessary always 2023-12-25 23:43:31 +00:00
news Make perl dependencies conditional on "perl" package option. 2023-11-17 00:52:53 +00:00
packages
parallel fetch from backup 2023-12-24 14:37:57 +00:00
pkgtools pkgtools/pkglint: update to 23.2.5 2023-12-18 13:53:18 +00:00
print update homepage 2023-12-22 18:43:24 +00:00
regress lintpkgsrc, regress: update references to pkglint files 2023-10-16 22:21:55 +00:00
science science/cgnslib: import new package vom wip 2023-07-25 11:23:54 +00:00
security security/wolfssl: Update to 5.6.6 2023-12-28 13:05:17 +00:00
shells fetch from backup 2023-12-22 18:28:42 +00:00
sysutils zabbix-frontend: add missing files to PLIST 2023-12-25 14:51:19 +00:00
templates
textproc ruby-nokogiri: make sure libxml2 is in compiler search path 2023-12-26 18:56:09 +00:00
time https 2023-12-21 02:53:53 +00:00
wm fetch from backup 2023-12-22 18:13:23 +00:00
www mediawiki: update to 1.41.0. 2023-12-26 11:51:03 +00:00
x11 https 2023-12-23 10:02:40 +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