Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
2021-11-10 10:56:27 +00:00
archivers arc: Honor LDFLAGS when linking. 2021-11-06 09:49:20 +00:00
audio jack_umidi: update to 1.1.2. NetBSD support was upstreamed. 2021-11-10 07:42:38 +00:00
benchmarks Doesn't run with MKPIE. Updated main web site. 2021-10-31 19:58:56 +00:00
biology biology: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:03:36 +00:00
bootstrap bootstrap: Tested on FreeBSD 12 and 13 without problems. 2021-10-31 09:26:49 +00:00
cad cad: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:04:09 +00:00
chat Revbump all Go packages after go117 update 2021-11-05 20:02:39 +00:00
comms mk: For consistency, rename PKG_HAS_ to OPSYS_HAVE_. 2021-11-09 12:04:43 +00:00
converters bdf2psf: update to 1.207. 2021-11-05 11:17:45 +00:00
cross cross: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:07:50 +00:00
databases databases/ruby-sequel: update to 5.50.0 2021-11-09 14:02:52 +00:00
devel py-pip: update to 20.3.4. 2021-11-09 23:39:25 +00:00
distfiles
doc Updated www/curl, net/py-impacket 2021-11-10 10:56:27 +00:00
editors Revbump all Go packages after go117 update 2021-11-05 20:02:39 +00:00
emulators p11: Avoid checking for the existence of files in /dev to detect system 2021-11-09 11:28:56 +00:00
filesystems filesystems: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:25:25 +00:00
finance finance/ruby-activemerchant: update to 1.124.0 2021-11-09 14:51:23 +00:00
fonts harfbuzz harfbuzz-icu: updated to 3.1.1 2021-11-08 06:47:42 +00:00
games openrct2: Fix compilation on NetBSD/current. 2021-11-09 11:36:08 +00:00
geography gpsd: Properly detect and honor the user's preferred Ruby version. 2021-11-09 11:51:11 +00:00
graphics graphics/ruby-RMagick: update to 4.2.3 2021-11-09 14:53:22 +00:00
ham ham/chirp: Update to 20211105 2021-11-05 12:33:37 +00:00
inputmethod libime: fix building on netbsd/current 2021-11-09 10:15:35 +00:00
lang *: convert pip users to lang/python/versioned_dependencies.mk 2021-11-09 23:18:57 +00:00
licenses Add SMath Studio as math/smath-studio. 2021-06-29 14:28:12 +00:00
mail make sure that mail.local gets installed with appropriate permissions 2021-11-09 22:02:36 +00:00
math py-lmfit: updated to 1.0.3 2021-11-07 11:58:47 +00:00
mbone mbone: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:57:00 +00:00
meta-pkgs Fix typo that prevents from running a (partial) bulk build. 2021-11-03 12:11:20 +00:00
misc misc/labelnation: Fix LICENSE 2021-11-08 01:15:35 +00:00
mk replace-interpreter.mk: update a comment 2021-11-09 17:39:42 +00:00
multimedia libvpx: update to 1.11.0. 2021-11-01 20:06:46 +00:00
net py-impacket: updated to 0.9.24 2021-11-10 10:56:10 +00:00
news news: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:09:34 +00:00
packages
parallel parallel: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:10:35 +00:00
pkgtools abstract check for "*path == '/'" to isabs(*path) 2021-11-07 12:38:12 +00:00
print cups-base: let the RC script work unprivileged 2021-11-08 00:56:35 +00:00
regress regress: fix space-tab in the indentation 2021-09-09 18:23:44 +00:00
security security/pleaser: update to 0.5.0 2021-11-10 07:33:51 +00:00
shells shells/nushell: update to 0.39.0 2021-10-27 10:14:01 +00:00
sysutils Add durt 2021-11-10 09:37:24 +00:00
templates templates: disable search bar until the results are better 2021-04-21 11:14:11 +00:00
textproc *: convert packaging to lang/python/versioned_dependencies.mk 2021-11-09 20:34:40 +00:00
time time/ruby-tzinfo-data: update to 1.2021.5 2021-11-09 15:17:01 +00:00
wm i3: remove patch - was fixed differently in 4.20.1 2021-11-07 13:07:41 +00:00
www curl: updated to 7.80.0 2021-11-10 10:55:08 +00:00
x11 xfce4-terminal: xfce4-exo is no longer a dependency 2021-11-09 22:38:24 +00:00
_NetBSD-pkgdb _NetBSD-pkgdb: Use $@ insted of $* 2020-12-29 17:56:14 +00:00
Makefile
pkglocate
README.md README.md: Add trailing slash to the URI 2021-10-21 12:18:01 +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