Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Go to file
2023-11-06 20:21:32 +00:00
archivers py-zstandard: update to 0.22.0. 2023-11-06 20:00:39 +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 microsynteny-tools: propagate python limitations 2023-11-06 20:21:32 +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 py-confusable_homoglyphs: convert to wheel.mk 2023-11-05 23:44:05 +00:00
cross cross/Makefile: + 64tass 2023-09-26 21:20:42 +00:00
databases py-asyncpg: updated to 0.29.0 2023-11-06 11:02:55 +00:00
devel deepstate: Fix PYTHON_VERSIONS_INCOMPATIBLE. 2023-11-06 20:13:53 +00:00
distfiles
doc doc: Updated multimedia/libva to 2.20.0 2023-11-06 20:03:09 +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 finance/rex: update to 0.1.13 2023-11-06 15:32:28 +00:00
fonts py-fonttools: update to 4.44.0. 2023-11-06 13:43:31 +00:00
games lgogdownloader: update to 3.12. 2023-11-06 14:04:24 +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-pilkit: Add PYTHON_VERSIONS_INCOMPATIBLE. 2023-11-06 20:10:35 +00:00
ham ham/rtl-sdr: Update to 2.0.1 2023-11-05 15:17:28 +00:00
inputmethod scim-tomoe: remove 2023-11-04 23:56:40 +00:00
lang lang/Makefile: + idris2 2023-11-06 17:18:09 +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 ltm: update to 1.2.1. 2023-11-06 14:00:23 +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 misc/tailspin: update to 2.0.0 2023-11-06 09:23:14 +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 libva: update to 2.20.0. 2023-11-06 20:02:56 +00:00
net py-prometheus_client: update to 0.18.0. 2023-11-06 19:51:22 +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-octoprint: not for Python 3.12 2023-11-05 22:34:51 +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/openssh: Don't set MESSAGE vars for pam 2023-11-06 13:48:41 +00:00
shells shells/oh-my-posh: update to 18.23.2 2023-11-05 13:37:46 +00:00
sysutils ncdu: update to 1.19. 2023-11-06 13:45:07 +00:00
templates
textproc py-css-parser: Add PYTHON_VERSIONS_INCOMPATIBLE. 2023-11-06 20:11:25 +00:00
time py-icalendar: update to 5.0.11. 2023-11-06 13:53:16 +00:00
wm i3: Define __EXTENSIONS__ on illumos to gain access to various string 2023-11-06 11:11:44 +00:00
www py-httpx: updated to 0.25.1 2023-11-06 17:40:17 +00:00
x11 qt6-qtbase: Various SunOS fixes. 2023-11-06 19:46:46 +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