Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
2023-10-30 12:25:15 +00:00
archivers archivers/hs-hslua-module-zip: Update to 1.1.0 2023-10-30 09:17:31 +00:00
audio mpg123: updated to 1.32.3 2023-10-30 09:43:40 +00:00
benchmarks *: bump for openssl 3 2023-10-24 22:08:07 +00:00
biology biology/biolibc-tools: Update to 0.1.4.13 2023-10-29 22:58:03 +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 Revbump all Go packages because go121 is now the default 2023-10-29 14:48:06 +00:00
comms python/wheel.mk: simplify a lot, and switch to 'installer' for installation 2023-10-28 19:56:54 +00:00
converters converters/hs-aeson: Update to 2.2.1.0 2023-10-30 09:11:41 +00:00
cross cross/Makefile: + 64tass 2023-09-26 21:20:42 +00:00
databases databases/hs-sqlite-simple: Fix build with GHC 9.6 2023-10-30 08:18:35 +00:00
devel devel/hs-ghc-exactprint: Update to 1.7.0.1 2023-10-30 11:55:15 +00:00
distfiles
doc doc: Updated devel/hs-ghc-exactprint to 1.7.0.1 2023-10-30 11:55:24 +00:00
editors Revbump all Go packages because go121 is now the default 2023-10-29 14:48:06 +00:00
emulators *: bump for openssl 3 2023-10-24 22:08:07 +00:00
filesystems Revbump all Go packages because go121 is now the default 2023-10-29 14:48:06 +00:00
finance *: bump for openssl 3 2023-10-24 22:08:07 +00:00
fonts fonts/harfbuzz: Needs meson>=1.2.0 for gnome.generate_gir(env=...). 2023-10-29 21:16:21 +00:00
games singularity: bump for py-game -> SDL2 2023-10-29 18:00:13 +00:00
geography *: bump for openssl 3 2023-10-24 22:08:07 +00:00
graphics py-Willow: updated to 1.6.2 2023-10-30 09:56:03 +00:00
ham (ham/gnuradio-core) updated 3.10.7.0 to 3.10.8.0 2023-10-28 09:23:28 +00:00
inputmethod *: bump for openssl 3 2023-10-24 22:08:07 +00:00
lang lang/hs-purescript-cst: Fix build with GHC 9.6 2023-10-30 10:07:06 +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 Revbump all Go packages because go121 is now the default 2023-10-29 14:48:06 +00:00
math math/hs-free: Update to 5.2 2023-10-30 10:53:51 +00:00
mbone *: Mark packages that were originally identified as requiring 2023-08-02 19:20:16 +00:00
meta-pkgs bulk-medium: pulseaudio is no longer essential for desktop use. 2023-10-30 12:25:15 +00:00
misc py-trove-classifiers: updated to 2023.10.18 2023-10-30 08:59:47 +00:00
mk mk/haskell.mk (HASKELL_UNRESTRICT_DEPENDENCIES): Tighten the regex futher to avoid unintended matches 2023-10-29 07:51:22 +00:00
multimedia *: bump for openssl 3 2023-10-24 22:08:07 +00:00
net net/pear-Net_SMTP: add specific DIST_SUBDIR 2023-10-29 15:18:53 +00:00
news *: bump for openssl 3 2023-10-24 22:08:07 +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 url2pkg: use wheel.mk for Python packages 2023-10-30 07:12:49 +00:00
print print/tex-ellipsis: import tex-ellipsis-1.8 (and doc) 2023-10-28 21:18:47 +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/Makefile: + hs-crypton-x509-store 2023-10-30 09:46:01 +00:00
shells shells/shellcheck: Fix build with GHC 9.6 2023-10-30 09:39:07 +00:00
sysutils sysutils/hs-process-extras: Fix build with GHC 9.6 2023-10-30 06:31:33 +00:00
templates
textproc textproc/Makefile: + hs-attoparsec-aeson 2023-10-30 10:30:14 +00:00
time time/Makefile: + hs-text-iso8601 2023-10-29 18:28:52 +00:00
wm wm/xmonad-contrib: Fix build with GHC 9.6 2023-10-28 20:30:25 +00:00
www www/hs-http-api-data: Update to 0.6 2023-10-30 09:24:44 +00:00
x11 py-qt5: fix PLIST w/o dbus 2023-10-29 19:58:50 +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