Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
2021-02-05 15:33:02 +00:00
archivers archivers/arqiver: update to 0.7.0 2021-02-02 18:45:09 +00:00
audio lv2: Update to 1.18.2 2021-02-05 13:34:33 +00:00
benchmarks Add hyperfine 2021-01-29 09:16:20 +00:00
biology
bootstrap
cad
chat weechat: Update to 3.0.1 2021-02-05 13:25:57 +00:00
comms
converters help2man: update to 1.47.17. 2021-01-25 09:48:35 +00:00
cross mingw-w64-i686-binutils: Update to 2.36 2021-01-28 12:43:28 +00:00
databases mysql56: updated to 5.6.51 2021-02-05 09:28:07 +00:00
devel devel/ruby-pkg-config: update to 1.4.5 2021-02-05 14:56:01 +00:00
distfiles
doc doc: Updated security/ruby-rex-struct2 to 0.1.3 2021-02-05 15:33:02 +00:00
editors editors/kiro-editor: update to 0.4.2 2021-01-30 22:22:41 +00:00
emulators ipe, qgpgme, retroarch: Do not define MOC in each packages 2021-02-02 12:05:48 +00:00
filesystems
finance Update finance/electrum to 4.0.9 2021-01-30 23:44:41 +00:00
fonts terminus-font: Update to 4.49.1 2021-02-03 09:51:20 +00:00
games add games/pinball. 2021-02-03 16:09:25 +00:00
geography
graphics ImageMagick: update to 7.0.10.61. 2021-02-03 20:17:49 +00:00
ham ham/xlog: Limit -Wno-stringop-truncation to gcc 4/5. 2021-02-04 21:47:30 +00:00
inputmethod
lang lang/php73: update to 7.3.27 2021-02-05 14:46:58 +00:00
licenses
mail Update to 0.17.1. From the changelog: 2021-02-05 09:06:28 +00:00
math Add and enable p5-Statistics-Basic. 2021-02-05 14:44:10 +00:00
mbone
meta-pkgs
misc misc/ruby-ohai: update to 16.10.6 2021-02-03 15:23:40 +00:00
mk mk/compiler/gcc.mk: Remove stray mid-line \ 2021-02-04 21:45:13 +00:00
multimedia mkvtoolnix: updated to 53.0.0 2021-01-31 11:42:10 +00:00
net net/openvpn: Drop MESSAGE 2021-02-05 15:03:28 +00:00
news sfeed_curses: Update to 0.9.8 2021-01-27 17:34:07 +00:00
packages
parallel
pkgtools
print print/ruby-pdf-reader: update to 2.4.2 2021-02-03 14:38:31 +00:00
regress
security security/ruby-rex-struct2: update to 0.1.3 2021-02-05 15:32:33 +00:00
shells
sysutils When compiling with -fwhole-program gcc will omit functions which 2021-02-04 23:51:51 +00:00
templates
textproc ugrep: update to 3.1.7. 2021-02-04 11:22:54 +00:00
time time/ruby-tzinfo-data: update to 1.2021.1 2021-01-25 15:11:00 +00:00
wm Fix alphabetic order 2021-01-29 07:37:07 +00:00
www Added www/R-webshot version 0.5.2 2021-02-05 14:41:45 +00:00
x11 x11/ruby-tk: update to 0.3.0 2021-02-03 15:50:27 +00:00
_NetBSD-pkgdb
Makefile
pkglocate
README.md

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.

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