Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
adam 0a21beb9ac elixir: updated to 1.15.7
v1.15.7

1. Enhancements

Elixir

[Elixir] Allow code evaluation across Elixir versions

2. Bug fixes

EEx

[EEx] Do not emit duplicate warnings from tokenizer
Mix

[mix format] Correctly match file to subdirectory in Mix.Tasks.Format.formatter_for_file/2
2023-10-23 14:42:23 +00:00
archivers *: update for Python base package change 2023-10-23 06:37:32 +00:00
audio *: update for Python base package change 2023-10-23 06:37:32 +00:00
benchmarks recursive revbump for tiff update 2023-10-21 17:09:39 +00:00
biology recursive revbump for tiff update 2023-10-21 17:09:39 +00:00
bootstrap bootstrap: Use /usr/bin/bash more on SunOS 2023-07-07 12:53:22 +00:00
cad recursive revbump for tiff update 2023-10-21 17:09:39 +00:00
chat *: update for Python base package change 2023-10-23 06:37:32 +00:00
comms recursive revbump for tiff update 2023-10-21 17:09:39 +00:00
converters converters/utf8proc: Update to 2.9.0 2023-10-23 14:04:18 +00:00
cross cross/Makefile: + 64tass 2023-09-26 21:20:42 +00:00
databases *: update for Python base package change 2023-10-23 06:37:32 +00:00
devel Recursive revbump for new ABI major version of converters/utf8proc 2023-10-23 14:26:43 +00:00
distfiles
doc doc: Updated www/squid5 to 5.9nb1 2023-10-23 14:34:41 +00:00
editors *: update for Python base package change 2023-10-23 06:37:32 +00:00
emulators Recursive revbump for new ABI major version of converters/utf8proc 2023-10-23 14:26:43 +00:00
filesystems Recursive revbump for new ABI major version of converters/utf8proc 2023-10-23 14:26:43 +00:00
finance *: update for Python base package change 2023-10-23 06:37:32 +00:00
fonts *: update for Python base package change 2023-10-23 06:37:32 +00:00
games *: update for Python base package change 2023-10-23 06:37:32 +00:00
geography recursive revbump for tiff update 2023-10-21 17:09:39 +00:00
graphics *: update for Python base package change 2023-10-23 06:37:32 +00:00
ham recursive revbump for tiff update 2023-10-21 17:09:39 +00:00
inputmethod *: update for Python base package change 2023-10-23 06:37:32 +00:00
lang elixir: updated to 1.15.7 2023-10-23 14:42:23 +00:00
licenses Rename eclipse-v2.0-license to epl-v2.0; it seems that eclipse public license 2023-10-11 13:27:08 +00:00
mail *: update for Python base package change 2023-10-23 06:37:32 +00:00
math *: update for Python base package change 2023-10-23 06:37:32 +00:00
mbone *: Mark packages that were originally identified as requiring 2023-08-02 19:20:16 +00:00
meta-pkgs *: update for Python base package change 2023-10-23 06:37:32 +00:00
misc Recursive revbump for new ABI major version of converters/utf8proc 2023-10-23 14:26:43 +00:00
mk mk/defaults/mk.conf: Sync FETCH_USING list with fetch.mk 2023-10-22 13:41:16 +00:00
multimedia *: update for Python base package change 2023-10-23 06:37:32 +00:00
net py-unearth: updated to 0.12.0 2023-10-23 11:55:27 +00:00
news recursive revbump for tiff update 2023-10-21 17:09:39 +00:00
packages
parallel spirv-llvm-translator: updated to 16.0.0 2023-10-06 19:24:09 +00:00
pkgtools recursive revbump for tiff update 2023-10-21 17:09:39 +00:00
print ghostscript-agpl: PLIST fix 2023-10-23 10:59:33 +00:00
regress lintpkgsrc, regress: update references to pkglint files 2023-10-16 22:21:55 +00:00
science science/cgnslib: import new package vom wip 2023-07-25 11:23:54 +00:00
security Recursive revbump for new ABI major version of converters/utf8proc 2023-10-23 14:26:43 +00:00
shells *: update for Python base package change 2023-10-23 06:37:32 +00:00
sysutils Recursive revbump for new ABI major version of converters/utf8proc 2023-10-23 14:26:43 +00:00
templates
textproc py-xlsxwriter: updated to 3.1.9 2023-10-23 11:56:05 +00:00
time py-tzlocal: updated to 5.2 2023-10-23 07:58:49 +00:00
wm wm/pekwm: fix broken builds 2023-10-22 19:36:42 +00:00
www www/squid5: apply security patches 2023-10-23 14:34:20 +00:00
x11 *: update for Python base package change 2023-10-23 06:37:32 +00:00
_NetBSD-pkgdb
Makefile science: add category 2023-07-17 01:03:19 +00:00
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