Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
2023-11-05 13:39:45 +00:00
archivers xfce4-thunar-archive: update to 0.5.2 2023-11-03 02:40:23 +00:00
audio terminatorx: update to 4.2.0. 2023-11-04 10:02:57 +00:00
benchmarks Revbump all Haskell after updating lang/ghc96 2023-11-02 06:36:09 +00:00
biology biology/kallisto: Update to 0.50.1 2023-11-04 14:35:07 +00:00
bootstrap bootstrap: Use /usr/bin/bash more on SunOS 2023-07-07 12:53:22 +00:00
cad *: bump for openssl 3 2023-10-24 22:08:07 +00:00
chat Update chat/element-web to 1.11.47 2023-11-04 21:21:41 +00:00
comms qt6: updated to 6.6.0 2023-10-31 19:56:48 +00:00
converters Revbump all Haskell after updating lang/ghc96 2023-11-02 06:36:09 +00:00
cross cross/Makefile: + 64tass 2023-09-26 21:20:42 +00:00
databases gnome-mime-data: remove 2023-11-04 12:19:18 +00:00
devel devel/Makefile: + py27-cffi 2023-11-05 13:36:25 +00:00
distfiles
doc doc: Updated shells/oh-my-posh to 18.23.2 2023-11-05 13:38:07 +00:00
editors gconf-editor: remove 2023-11-04 08:33:00 +00:00
emulators mame: update to 0.260. 2023-11-02 01:51:58 +00:00
filesystems Revbump all Go packages because go121 is now the default 2023-10-29 14:48:06 +00:00
finance *: recursive bump for protobuf 2023-11-02 12:20:01 +00:00
fonts gucharmap: update to 15.1.2. 2023-11-03 23:43:01 +00:00
games augustus: Add missing patch 2023-11-04 10:26:44 +00:00
geography py-geojson: current release does not support Python 3.12, next one will 2023-11-05 11:49:10 +00:00
graphics py-cairocffi: switch to versioned_dependencies for cffi 2023-11-05 13:39:45 +00:00
ham revbump for rtl-sdr update 2023-11-02 22:13:45 +00:00
inputmethod scim-tomoe: remove 2023-11-04 23:56:40 +00:00
lang python: add support for cffi to versioned_dependencies.mk 2023-11-05 13:38:37 +00:00
licenses Rename eclipse-v2.0-license to epl-v2.0; it seems that eclipse public license 2023-10-11 13:27:08 +00:00
mail notmuch: update to 0.38.1. 2023-11-04 16:27:20 +00:00
math gnome-calculator: update to 45.0.2. 2023-11-04 00:15:11 +00:00
mbone *: Mark packages that were originally identified as requiring 2023-08-02 19:20:16 +00:00
meta-pkgs libdbusmenu*: update to 16.04.0 2023-11-04 09:15:11 +00:00
misc calibre: does not use hal, remove dependency 2023-11-04 12:20:00 +00:00
mk mk/plist/plist.mk: Fix PLIST_TYPE=dynamic that was bitrotted and non-working 2023-11-05 08:23:31 +00:00
multimedia *: recursive bump for protobuf 2023-11-02 12:20:01 +00:00
net py-twisted: update to 23.10.0 2023-11-05 10:38:35 +00:00
news news/pan: update to 0.155 2023-11-04 12:36:04 +00:00
packages
parallel python/wheel.mk: simplify a lot, and switch to 'installer' for installation 2023-10-28 19:56:54 +00:00
pkgtools {gnome-,}packagekit: remove 2023-11-04 09:25:25 +00:00
print py-pspdfutils: update to 3.3.2. 2023-11-05 09:57:35 +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 py-olm: convert to wheel.mk 2023-11-05 13:25:14 +00:00
shells shells/oh-my-posh: update to 18.23.2 2023-11-05 13:37:46 +00:00
sysutils py-xattr: convert to wheel.mk 2023-11-05 13:32:18 +00:00
templates
textproc py-xmlschema: convert to wheel.mk 2023-11-05 11:03:41 +00:00
time Revbump all Haskell after updating lang/ghc96 2023-11-02 06:36:09 +00:00
wm i3: update to 4.23. 2023-11-03 08:31:40 +00:00
www py-http-parser: convert to wheel.mk 2023-11-05 11:59:56 +00:00
x11 py-gnome2*: remove 2023-11-04 12:13:26 +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