Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
adam dd2a9fb13e py-bracex: added version 2.1.1
Bracex is a brace expanding library (a la Bash) for Python. Brace expanding is
used to generate arbitrary strings.
2021-05-28 04:22:58 +00:00
archivers *: recursive bump for perl 5.34 2021-05-24 19:49:01 +00:00
audio faudio: updated to 21.05 2021-05-27 05:39:17 +00:00
benchmarks *: recursive bump for perl 5.34 2021-05-24 19:49:01 +00:00
biology biology/filter-fastq: add filter-fastq version 0.0.0.20210527 2021-05-27 17:13:15 +00:00
bootstrap Don't reject dash as /bin/sh. 2021-04-28 11:14:51 +00:00
cad *: recursive bump for perl 5.34 2021-05-24 19:49:01 +00:00
chat chat/gomuks: Add -O2 to CGO_CFLAGS 2021-05-25 17:10:27 +00:00
comms py-rich: fix typo 2021-05-27 09:49:31 +00:00
converters *: recursive bump for perl 5.34 2021-05-24 19:49:01 +00:00
cross *: recursive bump for perl 5.34 2021-05-24 19:49:01 +00:00
databases mariadb104-server: sync with mariadb105-server 2021-05-26 11:24:56 +00:00
devel boost: bump GCC requirement 2021-05-27 17:02:24 +00:00
distfiles
doc doc: Added www/py-flask-sendmail version 0.1 2021-05-27 22:26:29 +00:00
editors *: recursive bump for perl 5.34 2021-05-24 19:49:01 +00:00
emulators qemu: add PLIST entry for hexagon linux-user target 2021-05-26 00:59:44 +00:00
filesystems *: recursive bump for perl 5.34 2021-05-24 19:49:01 +00:00
finance finance/rates: update to 0.4.0 2021-05-25 16:57:46 +00:00
fonts *: recursive bump for perl 5.34 2021-05-24 19:49:01 +00:00
games *: recursive bump for perl 5.34 2021-05-24 19:49:01 +00:00
geography *: recursive bump for perl 5.34 2021-05-24 19:49:01 +00:00
graphics go-imaging: remove. 2021-05-27 15:25:05 +00:00
ham *: recursive bump for perl 5.34 2021-05-24 19:49:01 +00:00
inputmethod *: recursive bump for perl 5.34 2021-05-24 19:49:01 +00:00
lang Update lang/rust to version 1.51.0. 2021-05-26 09:21:39 +00:00
licenses add eternal-lands-license 2021-04-04 09:36:29 +00:00
mail Update mail/opendmarc to 1.4.1.1 2021-05-27 16:51:59 +00:00
math math/kalk: update to 0.5.2 2021-05-27 20:44:36 +00:00
mbone *: recursive bump for perl 5.34 2021-05-24 19:49:01 +00:00
meta-pkgs boost: bump GCC requirement 2021-05-27 17:02:24 +00:00
misc *: recursive bump for perl 5.34 2021-05-24 19:49:01 +00:00
mk mk: Map macOS 11.4 to the 11.3 SDK. 2021-05-27 18:16:26 +00:00
multimedia obs-studio: update PLISTs 2021-05-26 12:29:24 +00:00
net net/isc-dhcp4: update to 4.4.2p1 2021-05-27 14:10:12 +00:00
news *: recursive bump for perl 5.34 2021-05-24 19:49:01 +00:00
packages
parallel *: recursive bump for perl 5.34 2021-05-24 19:49:01 +00:00
pkgtools pkglint: update to 21.1.2 2021-05-25 21:48:46 +00:00
print mupdf: apply fix for CVE-2021-3407, bump PKGREVISION 2021-05-25 07:59:43 +00:00
regress *: recursive bump for perl 5.34 2021-05-24 19:49:01 +00:00
security sudo: updated to 1.9.7 2021-05-27 05:40:44 +00:00
shells *: recursive bump for perl 5.34 2021-05-24 19:49:01 +00:00
sysutils sysutils/xplr: update to 0.13.0 2021-05-27 20:43:17 +00:00
templates templates: disable search bar until the results are better 2021-04-21 11:14:11 +00:00
textproc py-bracex: added version 2.1.1 2021-05-28 04:22:58 +00:00
time *: recursive bump for perl 5.34 2021-05-24 19:49:01 +00:00
wm wm/herbstluftwm: update to 0.9.3 2021-05-25 16:19:56 +00:00
www Add py-flask-sendmail 2021-05-27 22:25:50 +00:00
x11 xfce4-desktop: update to 4.14.4 2021-05-26 23:45:58 +00:00
_NetBSD-pkgdb _NetBSD-pkgdb: Use $@ insted of $* 2020-12-29 17:56:14 +00:00
Makefile Makefile: fix outdated documentation 2020-02-12 15:04:51 +00:00
pkglocate
README.md README: Add a URL for the Matrix room. 2021-05-27 09:02:41 +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