Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
gdt dcc2706325 ham/chirp: Update to 20220909
Upstream changes are minor improvements and bugfixes.
2022-09-11 00:35:38 +00:00
archivers archivers/arqiver: update to 0.10.1 2022-09-04 15:08:37 +00:00
audio audio/fasttracker2: Update to 1.57 2022-09-05 12:46:37 +00:00
benchmarks benchmarks/hyperfine: update to 1.15.0 2022-09-08 07:21:03 +00:00
biology Bump all dependent packages of wayland (belatedly) 2022-08-11 05:08:00 +00:00
bootstrap bootstrap: Remove old -isystem hack on macOS. 2022-09-09 10:58:15 +00:00
cad kicad-*: fix building and cleanup 2022-08-15 20:55:35 +00:00
chat Revbump all Go packages after go118 security update 2022-09-07 09:32:14 +00:00
comms Bump all dependent packages of wayland (belatedly) 2022-08-11 05:08:00 +00:00
converters py-fastbencode: updated to 0.0.11 2022-09-07 19:51:21 +00:00
cross xtensa-esp32-elf-binutils: needs bison 2022-08-22 18:21:17 +00:00
databases databases/ruby-activerecord70: update to 7.0.4 2022-09-10 12:45:48 +00:00
devel devel/ruby-redmine50: update distinfo 2022-09-10 15:54:46 +00:00
distfiles
doc doc: Added time/rusti-cal version 0.4.5 2022-09-10 16:17:47 +00:00
editors PageEdit: update to 1.9.20. 2022-09-10 10:38:36 +00:00
emulators mame: update to 0.247. 2022-09-09 18:28:26 +00:00
filesystems fuse-sshfs: update to 3.7.3. 2022-08-24 22:26:32 +00:00
finance Recursive bump for recently updated Haskell packages 2022-09-07 06:50:44 +00:00
fonts py-fonttools: updated to 4.37.1 2022-09-07 15:13:52 +00:00
games cataclysm-dda-sdl: fix build with latest SDL2_ttf 2022-08-23 10:41:34 +00:00
geography geography/gama: Update to 2.22 2022-09-02 15:07:07 +00:00
graphics gimp-devel: use upstream version of patch 2022-09-10 16:32:37 +00:00
ham ham/chirp: Update to 20220909 2022-09-11 00:35:38 +00:00
inputmethod ibus: update to 1.5.27. 2022-09-03 14:14:41 +00:00
lang lang/ruby: add support for Ruby 3.1 2022-09-10 13:19:28 +00:00
licenses Add Commander X16 ROM license (this is a somewhat complex combination of 2022-08-07 17:35:09 +00:00
mail mail/ruby-actionmailbox70: update to 7.0.4 2022-09-10 12:47:02 +00:00
math math/harmbase2: update to 20220109 2022-09-09 15:39:32 +00:00
mbone *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
meta-pkgs meta-pkgs/ruby-redmine-themes: accept ruby30 and ruby31 2022-09-10 16:03:18 +00:00
misc misc/wthrr: update to 0.2.1 2022-09-10 16:12:17 +00:00
mk mk/haskell.mk: Fix typos in a comment 2022-09-08 15:18:48 +00:00
multimedia ffmpeg5 ffplay5: updated to 5.1.1 2022-09-01 07:26:44 +00:00
net gvproxy: update to 0.4.0 and fix build with Go 1.19 2022-09-08 18:15:46 +00:00
news news/tuifeed: update to 0.3.2 2022-08-30 11:20:43 +00:00
packages
parallel py-ipyparallel: fix PLIST 2022-09-06 19:44:57 +00:00
pkgtools Revbump all Go packages after go118 security update 2022-09-07 09:32:14 +00:00
print texlab: update to 4.2.2. 2022-09-09 16:21:17 +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-metasploit_payloads-mettle: update to 1.0.20 2022-09-10 13:10:19 +00:00
shells shells/starship: update to 1.10.3 2022-09-10 16:13:39 +00:00
sysutils Revbump all Go packages after go118 security update 2022-09-07 09:32:14 +00:00
templates templates: disable search bar until the results are better 2021-04-21 11:14:11 +00:00
textproc textproc/ruby-actiontext70: update to 7.0.4 2022-09-10 12:48:10 +00:00
time Add rusti-cal 2022-09-10 16:17:21 +00:00
wm bmpanel2: fix accidentally committed debug goo 2022-09-06 11:05:55 +00:00
www www/ruby-rouge: update to 3.30.0 2022-09-10 16:08:33 +00:00
x11 gtk4: update to 4.8.0. 2022-09-10 09:47: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