Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
2022-12-19 10:16:45 +00:00
archivers unrar: updated to 6.2.3 2022-12-18 09:58:35 +00:00
audio eyeD3: updated to 0.9.7 2022-12-18 13:48:36 +00:00
benchmarks (parallel/R-doParallel) (benchmarks/R-mlbench) Added 2022-12-18 12:53:18 +00:00
biology biology/biolibc-tools: Update to 0.1.4.1 2022-12-14 00:23:19 +00:00
bootstrap README.Cygwin: if using git, make sure to checkout with Unix line endings. 2022-12-06 15:22:18 +00:00
cad (cad/klayout) Updated 0.27.13 to 0.28 2022-12-18 22:29:02 +00:00
chat chat/toot: update to version 0.32.1. 2022-12-18 14:50:55 +00:00
comms py-esptool: updated to 4.4 2022-12-12 13:46:15 +00:00
converters converters/php-mbstring: adjust to support php82 2022-12-11 14:16:16 +00:00
cross cross/i586-pc-msdosdjgpp-gcc: Make C++ work 2022-12-10 10:44:59 +00:00
databases databases/ruby-hiera: update to 3.11.0 2022-12-18 13:49:50 +00:00
devel git: updated to 2.39.0 2022-12-19 10:04:34 +00:00
distfiles
doc Updated finance/bitcoin, devel/git 2022-12-19 10:04:53 +00:00
editors editors/tp-note: update to 1.19.9 2022-12-19 09:36:44 +00:00
emulators +mgba-qt 2022-12-15 11:48:59 +00:00
filesystems Revbump all Go packages after go119 security update 2022-12-08 16:14:12 +00:00
finance bitcoin: updated to 24.0.1 2022-12-19 10:03:47 +00:00
fonts (fonts/R-textshaping) Add new file buildlink3.mk 2022-12-17 14:53:22 +00:00
games Add games/julius. Thanks wiz@ for donating a copy of the game! 2022-12-16 10:12:22 +00:00
geography geography/py-proj: Update to 3.2.1 2022-12-10 13:19:38 +00:00
graphics graphics/oculante: update to 0.6.33 2022-12-19 09:35:26 +00:00
ham ham/chirp: Update to 20221217 2022-12-17 16:41:50 +00:00
inputmethod fcitx5: fix build with libuuid on BSD systems 2022-12-18 11:41:39 +00:00
lang lang/ruby: add handling for ruby-manpages 2022-12-18 14:52:08 +00:00
licenses Add licenses/djgpp-license 2022-12-04 22:44:43 +00:00
mail mail/ruby-roadie: update to 5.1.0 2022-12-18 15:02:56 +00:00
math (math/R-tidyr) Updated 1.2.0 to 1.2.1 2022-12-18 14:17:14 +00:00
mbone *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
meta-pkgs ruby-gnome: update to 4.0.5. 2022-12-12 14:04:51 +00:00
misc Include desktopdb.mk in packages installing .desktop files. 2022-12-19 09:02:46 +00:00
mk mk/compiler/ccache.mk: Mark devel/ccache3 as a circular dependency 2022-12-18 01:23:16 +00:00
multimedia Make it build on NetBSD/macppc 2022-12-18 09:07:24 +00:00
net Add kea-2.2.0 2022-12-19 07:45:41 +00:00
news trn: Pass LDFLAGS, fixes ncurses build. 2022-12-15 11:30:36 +00:00
packages
parallel (parallel/R-doParallel) (benchmarks/R-mlbench) Added 2022-12-18 12:53:18 +00:00
pkgtools rc.d-boot: Fix for unprivileged users on Darwin 2022-12-17 21:36:11 +00:00
print evince: Use PKGLOCALEDIR. 2022-12-13 12:51:49 +00:00
regress *: Revbump packages that use Python at runtime without a PKGNAME prefix 2022-06-30 11:18:01 +00:00
security security/ruby-rotp: update to 6.2.2 2022-12-18 14:40:48 +00:00
shells shells/yash: remove unneeded CONFIGURE_ARGS. 2022-12-19 10:16:45 +00:00
sysutils sysutils/felix: update to 2.2.2 2022-12-19 09:34:15 +00:00
templates templates: disable search bar until the results are better 2021-04-21 11:14:11 +00:00
textproc py-jsonschema: updated to 4.17.3 2022-12-19 08:22:10 +00:00
time py-cftime: updated to 1.6.2 2022-12-18 10:12:42 +00:00
wm wm/emwm-utils: add missing dependency on libXScrnSaver. 2022-12-18 15:42:56 +00:00
www www/ruby-loofah: update to 2.19.0 2022-12-18 14:49:24 +00:00
x11 x11/drawterm: Makefile revision. 2022-12-18 17:43:28 +00:00
_NetBSD-pkgdb
Makefile
pkglocate
README.md README: Use the real Matrix URL 2022-11-19 21:01:44 +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