Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
2022-11-14 15:03:47 +00:00
archivers tarlz: add a TEST_TARGET directive. 2022-11-13 16:15:13 +00:00
audio musescore: fix PLIST 2022-11-14 10:35:15 +00:00
benchmarks benchmarks/hyperfine: update to 1.15.0 2022-09-08 07:21:03 +00:00
biology py-dnaio: update to 0.9.1. 2022-11-14 10:39:40 +00:00
bootstrap bootstrap: Switch to native awk/sed on illumos. 2022-11-11 17:22:14 +00:00
cad (cad/klayout) Updated to 0.27.12 2022-11-09 14:54:26 +00:00
chat chat/matrix-synapse: Update to 1.71.0 2022-11-12 13:24:09 +00:00
comms py-colorama: switch to MASTER_SITE_WHEEL for Python 2.7 2022-11-10 08:19:36 +00:00
converters py-unicode-slugify: not for Python 2.7 anymore 2022-10-31 21:59:10 +00:00
cross archivers/fastjar, archivers/lzip, audio/tcd, cross/avrdude, devel/guile-lib, 2022-11-12 09:10:22 +00:00
databases databases/postgresql-postgis2: Update to 3.3.2 2022-11-13 12:43:39 +00:00
devel py-importlib-resources: add missing tool dependency 2022-11-14 14:38:56 +00:00
distfiles
doc doc: Updated www/wiki-tui to 0.6.0 2022-11-14 14:56:26 +00:00
editors editors/tp-note: update to 1.18.3 2022-11-12 21:55:35 +00:00
emulators archivers/fastjar, archivers/lzip, audio/tcd, cross/avrdude, devel/guile-lib, 2022-11-12 09:10:22 +00:00
filesystems *: bump PKGREVISION for libunistring shlib major bump 2022-10-26 10:31:00 +00:00
finance py-pysha3: mark as not for python 3.11 2022-11-14 14:34:48 +00:00
fonts py-fonttools: updated to 4.38.0 2022-11-14 09:58:45 +00:00
games quakespasm: update to 0.95.1 2022-11-10 17:35:54 +00:00
geography geography/gpsd: Catch up with ruby version changes 2022-11-14 14:07:34 +00:00
graphics graphics/oculante: update to 0.6.22 2022-11-14 14:55:00 +00:00
ham archivers/fastjar, archivers/lzip, audio/tcd, cross/avrdude, devel/guile-lib, 2022-11-12 09:10:22 +00:00
inputmethod fcitx-libthai: fix building with const **char in second argument to iconv 2022-11-03 12:35:00 +00:00
lang lang/rust: also depend on compat80 on sparc64. 2022-11-11 17:36:39 +00:00
licenses Add Commander X16 ROM license (this is a somewhat complex combination of 2022-08-07 17:35:09 +00:00
mail oe2mbx: mark as not make-jobs-safe 2022-11-14 10:51:02 +00:00
math py-quadprog: fix build with python 3.11 2022-11-14 15:03:47 +00:00
mbone *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
meta-pkgs meta-pkgs/pkg_developer: Drop MESSAGE 2022-11-12 20:44:38 +00:00
misc archivers/fastjar, archivers/lzip, audio/tcd, cross/avrdude, devel/guile-lib, 2022-11-12 09:10:22 +00:00
mk mk: Skip many more CTF and debug files by default. 2022-11-03 08:29:32 +00:00
multimedia archivers/fastjar, archivers/lzip, audio/tcd, cross/avrdude, devel/guile-lib, 2022-11-12 09:10:22 +00:00
net net/yaydl: update to 0.11.4 2022-11-12 21:54:15 +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 pkgtools/revbump: Catch up with ocaml.mk move 2022-11-12 11:26:20 +00:00
print archivers/fastjar, archivers/lzip, audio/tcd, cross/avrdude, devel/guile-lib, 2022-11-12 09:10:22 +00:00
regress *: Revbump packages that use Python at runtime without a PKGNAME prefix 2022-06-30 11:18:01 +00:00
security py-paramiko: updated to 2.12.0 2022-11-14 09:28:16 +00:00
shells shells/nushell: update to 0.71.0 2022-11-10 22:01:15 +00:00
sysutils py-filetype: updated to 1.2.0 2022-11-14 10:11:38 +00:00
templates templates: disable search bar until the results are better 2021-04-21 11:14:11 +00:00
textproc py-acora: fix build with python 3.11 2022-11-14 14:11:43 +00:00
time Reset MAINTAINER 2022-11-09 13:14:06 +00:00
wm enlightenment16: fix timer lockup issue 2022-11-13 00:52:01 +00:00
www www/wiki-tui: update to 0.6.0 2022-11-14 14:56:01 +00:00
x11 xlsclients: update to 1.1.5. 2022-11-13 21:20:52 +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