Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
pin bab9de90b1 sysutils/xplr: update to 0.15.2
v0.15.2
Changes & fixes
-Fixed incorrect count of selected files.
-Mime type of directories will be set as inode/directory.
-Fixed typo: MaxthLessThanLayoutWidth -> MaxLessThanLayoutWidth.
-Top-level configuration has been fully documented.
-Slight improvement in responsiveness and CPU usage.
-Minor refactor and cleanups.

v0.15.1
-Bump version
2021-10-24 22:07:14 +00:00
archivers archivers/arqiver: update to 0.9.0 2021-10-15 12:30:01 +00:00
audio audio/librespot: update to 0.3.1 2021-10-24 22:03:55 +00:00
benchmarks benchmarks/hyperfine: update to 1.12.0 2021-10-18 09:15:58 +00:00
biology *: Revbump for protobuf-3.18.0 2021-10-21 20:33:03 +00:00
bootstrap Spaces to tabs (NFCI). 2021-07-13 12:43:58 +00:00
cad cad: Remove SHA1 hashes for distfiles 2021-10-07 13:20:26 +00:00
chat *: Revbump for protobuf-3.18.0 2021-10-21 20:33:03 +00:00
comms *: recursive bump for heimdal 7.7.0 2021-10-21 07:46:31 +00:00
converters opencc: Explicitly use std::log. 2021-10-21 20:10:23 +00:00
cross cross: Remove SHA1 hashes for distfiles 2021-10-07 13:30:20 +00:00
databases Update to 1.59 2021-10-24 08:44:18 +00:00
devel meson: updated to 0.59.3 2021-10-24 16:20:01 +00:00
distfiles
doc doc: Updated sysutils/macchina to 4.0.1 2021-10-24 22:05:59 +00:00
editors nano: update to 5.9 2021-10-18 13:56:26 +00:00
emulators unicorn: Fix build on SunOS. 2021-10-21 19:09:10 +00:00
filesystems filesystems/tahoe-lafs: Update to 1.16.0 2021-10-21 12:16:25 +00:00
finance *: Revbump for protobuf-3.18.0 2021-10-21 20:33:03 +00:00
fonts cascadia-ttf: update to 2108.26. 2021-10-08 21:44:30 +00:00
games openmw: update to 0.47.0 2021-10-22 22:43:11 +00:00
geography *: Revbump for protobuf-3.18.0 2021-10-21 20:33:03 +00:00
graphics php-imagick: Update to 3.5.1. 2021-10-22 14:17:21 +00:00
ham ham: Remove SHA1 hashes for distfiles 2021-10-07 14:17:19 +00:00
inputmethod *: Revbump for protobuf-3.18.0 2021-10-21 20:33:03 +00:00
lang lang/php74: update to 7.4.25 2021-10-22 15:14:24 +00:00
licenses Add SMath Studio as math/smath-studio. 2021-06-29 14:28:12 +00:00
mail neomutt: update to 20211022. 2021-10-22 17:11:54 +00:00
math Update to 11.5.1 2021-10-24 07:56:31 +00:00
mbone mbone: Remove SHA1 hashes for distfiles 2021-10-07 14:30:12 +00:00
meta-pkgs meta-pkgs: Remove SHA1 hashes for distfiles 2021-10-07 14:30:58 +00:00
misc *: Revbump for protobuf-3.18.0 2021-10-21 20:33:03 +00:00
mk mk: Use native bsdtar on NetBSD 9.0 onwards. 2021-10-22 19:00:06 +00:00
multimedia *: Revbump for protobuf-3.18.0 2021-10-21 20:33:03 +00:00
net gunison: add CHECK_RELRO_SKIP so this packages again 2021-10-24 22:01:55 +00:00
news *: recursive bump for heimdal 7.7.0 2021-10-21 07:46:31 +00:00
packages
parallel parallel: Remove SHA1 hashes for distfiles 2021-10-07 14:46:45 +00:00
pkgtools digest: match b2sum in terms of capitalizing BLAKE2s/BLAKE2b 2021-10-23 18:09:13 +00:00
print zathura-pdf-mupdf: Bump PKGREVISION for mupdf update 2021-10-23 15:22:44 +00:00
regress regress: fix space-tab in the indentation 2021-09-09 18:23:44 +00:00
security Update to 5.60. From the changelog: 2021-10-24 21:33:48 +00:00
shells shells/nushell: fix PLIST 2021-10-14 16:49:59 +00:00
sysutils sysutils/xplr: update to 0.15.2 2021-10-24 22:07:14 +00:00
templates templates: disable search bar until the results are better 2021-04-21 11:14:11 +00:00
textproc textproc/hgrep: update to 0.1.7 2021-10-24 22:02:29 +00:00
time Update to 2.51 2021-10-24 03:54:11 +00:00
wm *: Revbump for protobuf-3.18.0 2021-10-21 20:33:03 +00:00
www Update to 0.15 2021-10-24 07:53:16 +00:00
x11 vte3: Ensure ${PKG_SYSCONFDIR}/profile.d is created. 2021-10-22 11:17:47 +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