Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
wiz d61739c243 graphics/gimp-create-spritesheet: import gimp-create-spritesheet-0.0.2019.11.27
This package provides a plugin for GIMP to create simple spritesheets.
2021-05-12 09:03:12 +00:00
archivers Revbump all Go packages after go116 update 2021-05-08 15:02:22 +00:00
audio openal-soft: fix build with gcc 11 2021-05-12 05:09:49 +00:00
benchmarks google-benchmark: update to 1.5.3. 2021-04-26 15:23:37 +00:00
biology various fixes for arm64 big endian support. 2021-04-25 07:51:24 +00:00
bootstrap Don't reject dash as /bin/sh. 2021-04-28 11:14:51 +00:00
cad revbump for boost-libs 2021-04-21 13:24:06 +00:00
chat Revbump all Go packages after go116 update 2021-05-08 15:02:22 +00:00
comms revbump for boost-libs 2021-04-21 13:24:06 +00:00
converters *: Bump PKGREVISION for ghc-9.0.1 2021-05-03 19:00:52 +00:00
cross atasm: update to 1.09. 2021-03-21 10:21:07 +00:00
databases mariadb104-server: do initdb automatically on start 2021-05-11 17:26:50 +00:00
devel py-queuelib: updated to 1.6.1 2021-05-12 08:03:51 +00:00
distfiles
doc Updated math/py-numpy, lang/py-parso, math/py-mpmath, math/py-sympy 2021-05-12 08:43:07 +00:00
editors xfce4-mousepad: update to 0.5.4 2021-05-12 00:10:58 +00:00
emulators Add FreeBSD-{i386,x86_64} to supported platforms. 2021-05-11 14:57:56 +00:00
filesystems fuse-ntfs-3g: add MESSAGE.NetBSD 2021-05-09 14:22:33 +00:00
finance py-braintree: updated to 4.9.0 2021-05-06 04:34:47 +00:00
fonts fonts/recursive-ttf: update to 1.078. 2021-04-30 18:03:21 +00:00
games taisei: Update to 1.3.2 2021-05-05 14:14:56 +00:00
geography geography/qgis: Mark as not for python 2.7 2021-05-04 16:27:38 +00:00
graphics graphics/gimp-create-spritesheet: import gimp-create-spritesheet-0.0.2019.11.27 2021-05-12 09:03:12 +00:00
ham math/fftw and dependents: merge math/fftwf backin and add MPI and OpenMP 2021-04-29 23:30:12 +00:00
inputmethod fcitx5-gtk: fix building with gcc10 2021-04-25 18:24:43 +00:00
lang py-parso: updated to 0.8.2 2021-05-12 08:13:54 +00:00
licenses add eternal-lands-license 2021-04-04 09:36:29 +00:00
mail exim: Fix hardcoded CFLAGS breaking SunOS build. 2021-05-11 09:53:20 +00:00
math py-sympy: updated to 1.8 2021-05-12 08:42:42 +00:00
mbone *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
meta-pkgs xfce4: remove reference to xfce4-mixer in comment 2021-05-06 20:40:49 +00:00
misc misc/ruby-ohai: update to 16.13.0 2021-05-09 14:56:01 +00:00
mk mk/mpi.buildlink3.mk: Add MPI_TYPE=native and diagnostics 2021-05-11 21:30:57 +00:00
multimedia Fix the assimp pkgconfig file 2021-05-10 08:18:53 +00:00
net coilmq: updated to 1.0.1 2021-05-12 04:56:54 +00:00
news news/leafnode: Update to 1.11.12 2021-05-07 11:09:35 +00:00
packages
parallel py-billiard: updated to 3.6.4.0 2021-05-06 10:36:08 +00:00
pkgtools plist-utils: remove __RCS_Id to increase portability 2021-05-11 09:24:17 +00:00
print electrix: Fix PDF support with recent print/poppler 2021-05-07 17:41:49 +00:00
regress regress/infra-unittests: use single quotes for string literals 2021-01-04 21:11:43 +00:00
security security/heimdal: provide krb5-gssapi.pc as symlink 2021-05-09 16:04:34 +00:00
shells Update shells/bash to 5.1 patch 8. 2021-05-05 11:02:59 +00:00
sysutils sysutils/broot: update to 1.4.0 2021-05-11 14:06:43 +00:00
templates templates: disable search bar until the results are better 2021-04-21 11:14:11 +00:00
textproc py27-cssselect2: Reset MAINTAINER. 2021-05-12 06:28:11 +00:00
time py-cftime: updated to 1.4.1 2021-05-07 18:16:51 +00:00
wm wm/sowm: update DESCR 2021-05-08 19:30:51 +00:00
www www/squid4: update to 4.15 2021-05-10 14:22:56 +00:00
x11 mate-screensaver: update to 1.24.2 2021-05-11 00:15:26 +00:00
_NetBSD-pkgdb _NetBSD-pkgdb: Use $@ insted of $* 2020-12-29 17:56:14 +00:00
Makefile Makefile: fix outdated documentation 2020-02-12 15:04:51 +00:00
pkglocate
README.md *: fix a bunch of typos in README and various documentation files. 2020-12-12 10:42:47 +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.

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