Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
taca 9f4a0c14ff www/ruby-selenium-webdriver: update to 4.8.1
4.8.1 (2023-02-17)

* Fix autoload of WebDriver::Remote::Bridge::COMMANDS
* Subclass is setting value before the superclass is setting it to nil
* Updating Selenium Manager binaries for 4.8.1 release
2023-02-23 15:45:49 +00:00
archivers py-zstandard: updated to 0.20.0 2023-02-21 06:35:49 +00:00
audio audio/termusic: reset maintainer 2023-02-21 13:15:37 +00:00
benchmarks *: Recursive revbup from graphics/freetype2 2023-01-29 21:14:22 +00:00
biology py-macs2: fix dependency pattern in setup.py 2023-02-10 14:19:45 +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/py-gdstk) Updated 0.9.35 to 0.9.37 2023-02-19 02:11:18 +00:00
chat swirc: update to 3.4.2. 2023-02-22 21:45:20 +00:00
comms fix build for NetBSD-10 and onwards 2023-02-21 20:18:09 +00:00
converters bdf2psf: update to 1.217. 2023-02-21 21:07:34 +00:00
cross mingw-w64*: Update to 10.0.0 2023-02-15 20:49:11 +00:00
databases databases/ruby-sqlite3: update to 1.6.1 2023-02-23 13:58:57 +00:00
devel Update to 3.0.41. From the changelog: 2023-02-23 15:04:31 +00:00
distfiles
doc doc: Updated www/ruby-puma to 6.1.0 2023-02-23 15:41:38 +00:00
editors editors/kiro-editor: reset maintainer 2023-02-21 13:25:24 +00:00
emulators mame: update to 0.252. 2023-02-22 11:15:21 +00:00
filesystems filesystems/openafs: recompute checksum after previous update. 2023-02-21 01:03:09 +00:00
finance py-braintree: updated to 4.18.1 2023-02-09 17:14:23 +00:00
fonts font-util: update to 1.4.0. 2023-02-22 19:19:26 +00:00
games games/ruby-squib: no need to restrict ruby's version 2023-02-23 14:14:52 +00:00
geography libspatialite: require sqlite3 > 3.33 2023-02-20 07:59:56 +00:00
graphics graphics/oculante: update to 0.6.52 2023-02-21 13:16:46 +00:00
ham hackrf: update to 2023.01.1 2023-02-14 14:32:31 +00:00
inputmethod ibus: update to 1.5.28. 2023-02-23 15:01:00 +00:00
lang nodejs18: updated to 18.14.2 2023-02-23 07:56:46 +00:00
licenses Add licenses/djgpp-license 2022-12-04 22:44:43 +00:00
mail mail/ruby-mime-types-data: update to 3.2023.0218.1 2023-02-23 15:00:36 +00:00
math py-asteval: updated to 0.9.29 2023-02-14 17:49:26 +00:00
mbone *: Recursive revbup from graphics/freetype2 2023-01-29 21:14:22 +00:00
meta-pkgs ruby-gnome: update to 4.1.1. 2023-02-11 05:20:26 +00:00
misc misc/ruby-slop: update to 4.10.0 2023-02-23 15:02:45 +00:00
mk mk/defaults: add some description of PKG_OPTIONS 2023-02-23 14:04:44 +00:00
multimedia dav1d: update to 1.1.0. 2023-02-16 08:42:32 +00:00
net net/termscp: update to 0.11.0 2023-02-23 07:36:27 +00:00
news *: Recursive revbup from graphics/freetype2 2023-01-29 21:14:22 +00:00
packages
parallel *: Recursive revbup from graphics/freetype2 2023-01-29 21:14:22 +00:00
pkgtools libnbcompat: sort the README file by most recent test first 2023-02-17 21:20:12 +00:00
print Extend the disabling of the qt5 wrapper to qt6 2023-02-22 10:49:48 +00:00
regress regress: remove tests for Haskell PLIST generation 2023-02-04 20:06:37 +00:00
security security/ruby-sshkit: update to 1.21.4 2023-02-23 15:13:35 +00:00
shells shells/nushell: update to 0.76.0 2023-02-23 07:33:55 +00:00
sysutils sysutils/ruby-serverspec: update to 2.42.2 2023-02-23 15:19:38 +00:00
templates
textproc textproc/ruby-tilt: update to 2.1.0 2023-02-23 15:38:26 +00:00
time rusti-cal: reset maintainer 2023-02-21 13:30:55 +00:00
wm blackbox: add a comment to a patch 2023-02-18 02:15:00 +00:00
www www/ruby-selenium-webdriver: update to 4.8.1 2023-02-23 15:45:49 +00:00
x11 xorg-cf-files: remove merged patch 2023-02-22 08:04:13 +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