Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
2022-10-30 10:37:34 +00:00
archivers *: bump PKGREVISION for libunistring shlib major bump 2022-10-26 10:31:00 +00:00
audio mpc: fix PLIST for latest py-sphinx and depend on it 2022-10-30 08:28:34 +00:00
benchmarks benchmarks/hyperfine: update to 1.15.0 2022-09-08 07:21:03 +00:00
biology *: bump PKGREVISION for libunistring shlib major bump 2022-10-26 10:31:00 +00:00
bootstrap bootstrap: Add mktools to special preserve handling. 2022-10-04 11:47:45 +00:00
cad *: bump PKGREVISION for libunistring shlib major bump 2022-10-26 10:31:00 +00:00
chat chat/matrix-synapse: Update to 1.71.1 2022-10-29 15:36:17 +00:00
comms *: bump PKGREVISION for libunistring shlib major bump 2022-10-26 10:31:00 +00:00
converters bdf2psf: update to 1.211. 2022-10-29 13:36:20 +00:00
cross cross/Makefile: sort 2022-10-20 06:47:36 +00:00
databases promscale: update to 0.16.0 2022-10-29 15:31:06 +00:00
devel makedepend: update to 1.0.7. 2022-10-30 01:09:03 +00:00
distfiles
doc Updated math/sollya to 8.0 2022-10-30 10:37:34 +00:00
editors editors/tp-note: update to 1.18.1 2022-10-28 07:48:25 +00:00
emulators nono: update to 0.4.4. 2022-10-27 14:48:25 +00:00
filesystems *: bump PKGREVISION for libunistring shlib major bump 2022-10-26 10:31:00 +00:00
finance gnucash-docs: update to 4.12. 2022-10-30 08:27:00 +00:00
fonts *: bump PKGREVISION for libunistring shlib major bump 2022-10-26 10:31:00 +00:00
games *: bump PKGREVISION for libunistring shlib major bump 2022-10-26 10:31:00 +00:00
geography *: bump PKGREVISION for libunistring shlib major bump 2022-10-26 10:31:00 +00:00
graphics graphics/oculante: update to 0.6.19 2022-10-28 07:47:03 +00:00
ham ham/chirp: Update to 20221025 2022-10-26 17:19:42 +00:00
inputmethod *: bump PKGREVISION for libunistring shlib major bump 2022-10-26 10:31:34 +00:00
lang lang/php80: update to 8.0.25 2022-10-30 10:18:35 +00:00
licenses Add Commander X16 ROM license (this is a somewhat complex combination of 2022-08-07 17:35:09 +00:00
mail dbmail: update to 3.3.1 2022-10-29 15:48:59 +00:00
math Update math/pari to version 2.15.0 2022-10-30 10:00:15 +00:00
mbone *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
meta-pkgs Given how compatible evince 3.34 and 43 are, flip evince3->evince anyway. 2022-10-26 10:13:33 +00:00
misc misc/wthrr: update to 0.4.1 2022-10-28 07:50:35 +00:00
mk Darwin.mk: add macOS Ventura 2022-10-27 15:56:14 +00:00
multimedia *: bump PKGREVISION for libunistring shlib major bump 2022-10-26 10:31:34 +00:00
net py-lexicon: updated to 3.11.7 2022-10-28 10:37:00 +00:00
news *: bump PKGREVISION for libunistring shlib major bump 2022-10-26 10:31:34 +00:00
packages
parallel *: bump PKGREVISION for libunistring shlib major bump 2022-10-26 10:31:34 +00:00
pkgtools pkgin: Update to 22.10.0. 2022-10-05 17:23:02 +00:00
print add and enable evince3 2022-10-27 06:05:10 +00:00
regress *: Revbump packages that use Python at runtime without a PKGNAME prefix 2022-06-30 11:18:01 +00:00
security Add ssh-audit. 2022-10-29 14:04:18 +00:00
shells shells/nushell: update to 0.70.0 2022-10-19 09:42:32 +00:00
sysutils sysutils/xplr: update to 0.20.0 2022-10-29 20:34:43 +00:00
templates templates: disable search bar until the results are better 2021-04-21 11:14:11 +00:00
textproc ruby-nokogiri: update to 1.13.9. 2022-10-30 07:43:56 +00:00
time *: bump PKGREVISION for libunistring shlib major bump 2022-10-26 10:31:34 +00:00
wm awesome: Fix manpages build for Ruby 3.1 2022-10-30 06:41:56 +00:00
www neon: fix PLIST for previous 2022-10-28 09:25:26 +00:00
x11 sessreg: update to 1.1.3. 2022-10-30 01:12:00 +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