Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
2023-11-02 13:22:01 +00:00
archivers Revbump all Haskell after updating lang/ghc96 2023-11-02 06:36:09 +00:00
audio *: recursive bump for protobuf 2023-11-02 12:20:01 +00:00
benchmarks Revbump all Haskell after updating lang/ghc96 2023-11-02 06:36:09 +00:00
biology *: recursive bump for protobuf 2023-11-02 12:20:01 +00:00
bootstrap bootstrap: Use /usr/bin/bash more on SunOS 2023-07-07 12:53:22 +00:00
cad *: bump for openssl 3 2023-10-24 22:08:07 +00:00
chat *: recursive bump for protobuf 2023-11-02 12:20:01 +00:00
comms qt6: updated to 6.6.0 2023-10-31 19:56:48 +00:00
converters Revbump all Haskell after updating lang/ghc96 2023-11-02 06:36:09 +00:00
cross cross/Makefile: + 64tass 2023-09-26 21:20:42 +00:00
databases *: recursive bump for protobuf 2023-11-02 12:20:01 +00:00
devel glib2: update to 2.78.0 2023-11-02 13:17:26 +00:00
distfiles
doc Added lang/nodejs20; Updated lang/nodejs 2023-11-02 13:19:24 +00:00
editors codelite: iso C++ patches: put the vars inside yyparse where they are used 2023-11-02 12:04:02 +00:00
emulators mame: update to 0.260. 2023-11-02 01:51:58 +00:00
filesystems Revbump all Go packages because go121 is now the default 2023-10-29 14:48:06 +00:00
finance *: recursive bump for protobuf 2023-11-02 12:20:01 +00:00
fonts fonts: Import a handful TeX font packages from TeX Live. 2023-10-31 23:20:40 +00:00
games singularity: bump for py-game -> SDL2 2023-10-29 18:00:13 +00:00
geography *: recursive bump for protobuf 2023-11-02 12:20:01 +00:00
graphics *: recursive bump for protobuf 2023-11-02 12:20:01 +00:00
ham (ham/gnuradio-core) updated 3.10.7.0 to 3.10.8.0 2023-10-28 09:23:28 +00:00
inputmethod *: recursive bump for protobuf 2023-11-02 12:20:01 +00:00
lang nodejs20: cleanup 2023-11-02 13:22:01 +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 Revbump all Haskell after updating lang/ghc96 2023-11-02 06:36:09 +00:00
math Revbump all Haskell after updating lang/ghc96 2023-11-02 06:36:09 +00:00
mbone *: Mark packages that were originally identified as requiring 2023-08-02 19:20:16 +00:00
meta-pkgs qt6: forgot to push Makefile.common 2023-11-02 09:19:43 +00:00
misc *: recursive bump for protobuf 2023-11-02 12:20:01 +00:00
mk mk/haskell.mk: Suppress warnings about -fsplit-sections on Darwin 2023-11-01 17:55:08 +00:00
multimedia *: recursive bump for protobuf 2023-11-02 12:20:01 +00:00
net *: recursive bump for grpc 2023-11-02 12:47:37 +00:00
news *: bump for openssl 3 2023-10-24 22:08:07 +00:00
packages
parallel python/wheel.mk: simplify a lot, and switch to 'installer' for installation 2023-10-28 19:56:54 +00:00
pkgtools url2pkg: use wheel.mk for Python packages 2023-10-30 07:12:49 +00:00
print print/tex-mwe: import tex-mwe-0.5 2023-10-31 13:46:14 +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 Revbump all Haskell after updating lang/ghc96 2023-11-02 06:36:09 +00:00
shells Revbump all Haskell after updating lang/ghc96 2023-11-02 06:36:09 +00:00
sysutils *: recursive bump for grpc 2023-11-02 12:47:37 +00:00
templates
textproc py-jsonschema: updated to 4.19.2 2023-11-02 11:01:10 +00:00
time Revbump all Haskell after updating lang/ghc96 2023-11-02 06:36:09 +00:00
wm *: recursive bump for protobuf 2023-11-02 12:20:01 +00:00
www logswan: convert to use cmake/build.mk 2023-11-02 12:15:02 +00:00
x11 Revbump all Haskell after updating lang/ghc96 2023-11-02 06:36:09 +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