Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
2021-11-15 19:54:34 +00:00
archivers 9e: remove patch removed from distinfo 2021-11-15 16:22:08 +00:00
audio libopenmpt: remove SHA1 from distinfo 2021-11-15 17:19:05 +00:00
benchmarks Doesn't run with MKPIE. Updated main web site. 2021-10-31 19:58:56 +00:00
biology *: Revbump for protobuf-3.19.0 2021-11-11 12:02:46 +00:00
bootstrap bootstrap: UnixWare has some amount of active use 2021-11-15 12:27:47 +00:00
cad cad: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:04:09 +00:00
chat *: Revbump for protobuf-3.19.0 2021-11-11 12:02:46 +00:00
comms py-rich: updated to 10.13.0 2021-11-14 18:45:50 +00:00
converters bdf2psf: update to 1.207. 2021-11-05 11:17:45 +00:00
cross avr-gcc: use BLAKE2s. Remove isl 2021-11-15 17:22:41 +00:00
databases py-alembic: updated to 1.7.5 2021-11-14 18:42:37 +00:00
devel pvs: use BLAKE2s 2021-11-15 17:41:52 +00:00
distfiles
doc doc: Updated shells/standalone-tcsh to 6.23.00nb2 2021-11-15 19:54:34 +00:00
editors texmaker: use BLAKE2s 2021-11-15 17:35:42 +00:00
emulators xbeeb: use BLAKE2s 2021-11-15 17:47:12 +00:00
filesystems fuse-pod: Use c++03. Fails with newer C++ standards. 2021-11-12 15:53:09 +00:00
finance py-stripe: updated to 2.62.0 2021-11-12 10:22:57 +00:00
fonts fonts/Makefile: add two. 2021-11-10 11:19:24 +00:00
games openrct2: Fix compilation on NetBSD/current. 2021-11-09 11:36:08 +00:00
geography *: Revbump for protobuf-3.19.0 2021-11-11 12:02:46 +00:00
graphics opencv-contrib-face: regen distinfo for new opencv patch 2021-11-15 17:49:44 +00:00
ham ham/chirp: Update to 20211105 2021-11-05 12:33:37 +00:00
inputmethod anthy: use BLAKE2s 2021-11-15 17:50:26 +00:00
lang *: convert pip users to lang/python/versioned_dependencies.mk 2021-11-09 23:18:57 +00:00
licenses Add SMath Studio as math/smath-studio. 2021-06-29 14:28:12 +00:00
mail exim exim-html: updated to 4.95 2021-11-14 20:19:08 +00:00
math py-patsy: updated to 0.5.2 2021-11-14 20:40:44 +00:00
mbone mbone: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:57:00 +00:00
meta-pkgs windowmaker-desktop: Skip wmmixer if an OSS implementation isn't available 2021-11-15 13:07:12 +00:00
misc libreoffice: use BLAKE2s 2021-11-15 18:04:29 +00:00
mk On Linux with glibc, if libc.so.6 isn't executable, glean GLIBC_VERSION 2021-11-14 14:47:11 +00:00
multimedia libdvdcss: use BLAKE2s 2021-11-15 17:59:57 +00:00
net ucspi-tcp: use BLAKE2s 2021-11-15 18:11:27 +00:00
news news: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:09:34 +00:00
packages
parallel parallel: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:10:35 +00:00
pkgtools pkg_install: Switch to posix_spawn() on newer macOS. 2021-11-15 12:48:23 +00:00
print cups-base: let the RC script work unprivileged 2021-11-08 00:56:35 +00:00
regress regress: fix space-tab in the indentation 2021-09-09 18:23:44 +00:00
security cyrus-sasl: use BLAKE2s 2021-11-15 18:12:45 +00:00
shells standalone-tcsh: pkglint: Relative package directories must be canonical 2021-11-15 19:54:11 +00:00
sysutils restic: use BLAKE2s 2021-11-15 18:14:25 +00:00
templates templates: disable search bar until the results are better 2021-04-21 11:14:11 +00:00
textproc convertlit: use BLAKE2s 2021-11-15 18:14:47 +00:00
time time/ruby-tzinfo-data: update to 1.2021.5 2021-11-09 15:17:01 +00:00
wm jwm: update to 2.4.0. 2021-11-14 18:42:27 +00:00
www nginx: use BLAKE2s 2021-11-15 18:20:10 +00:00
x11 py-qt4: use BLAKE2s 2021-11-15 18:23:02 +00:00
_NetBSD-pkgdb
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