Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
2021-01-11 22:50:37 +00:00
archivers zziplib: update to 0.13.72. 2021-01-11 22:41:56 +00:00
audio fluidsynth: update to 2.1.6. 2021-01-11 22:29:22 +00:00
benchmarks Revbump packages with a runtime Python dep but no version prefix. 2020-12-04 20:44:57 +00:00
biology *: Recursive revbump from boost-1.75.0 2021-01-01 08:24:33 +00:00
bootstrap bootstrap: Prefer native on Elbrus 2000 2020-12-05 16:50:52 +00:00
cad *: Recursive revbump from audio/pulseaudio-14.0 2021-01-01 09:52:09 +00:00
chat Add chat/element-web 2021-01-02 20:30:23 +00:00
comms comms/ruby-termios: update to 1.1.0 2021-01-10 14:00:41 +00:00
converters converters/ruby-unf_ext: update to 0.0.7.7 2021-01-10 14:05:22 +00:00
cross cross/mingw-*-bin: fix INSTALLATION_DIRS 2020-12-14 00:40:10 +00:00
databases myodbc: Update to 5.3.14 2021-01-11 05:49:29 +00:00
devel gopls: update to 0.6.2. 2021-01-11 22:46:19 +00:00
distfiles
doc doc: Updated devel/gopls to 0.6.2 2021-01-11 22:46:28 +00:00
editors tweak: take maintainership. 2021-01-10 11:20:17 +00:00
emulators PC6001VX: update to 3.6.1. 2021-01-09 17:43:10 +00:00
filesystems *: Recursive revbump from boost-1.75.0 2021-01-01 08:24:33 +00:00
finance gnucash-docs: update to 4.4. 2021-01-04 10:53:53 +00:00
fonts fonts/ruby-ttfunk: update to 1.7.0 2021-01-11 13:34:41 +00:00
games games/woof: Update to 3.1.0 2021-01-11 16:50:57 +00:00
geography revbump for gpsd udpate 2021-01-09 19:50:53 +00:00
graphics ImageMagick: update to 7.0.10.57. 2021-01-11 22:32:25 +00:00
ham *: Recursive revbump from audio/pulseaudio-14.0 2021-01-01 09:52:09 +00:00
inputmethod *: Recursive revbump from boost-1.75.0 2021-01-01 08:24:33 +00:00
lang Bump default BUILDLINK_API_DEPENDS.execline to the new version. 2021-01-11 18:23:54 +00:00
licenses Add editors/hexer. 2020-12-12 13:32:51 +00:00
mail mail/ruby-mime-types-data: update to 3.2020.1104 2021-01-11 13:53:16 +00:00
math py-numpy: updated to 1.19.5 2021-01-09 09:29:41 +00:00
mbone *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
meta-pkgs meta-pkgs/php72-extensions: remove package 2021-01-03 15:16:27 +00:00
misc Update to 2.2.3.1. From the changelog: 2021-01-11 18:19:03 +00:00
mk Describe 'execline' option. 2021-01-11 18:25:36 +00:00
multimedia assimp: adjust a portability patch 2021-01-10 05:20:00 +00:00
net Update to 2.4.0.0. From the changelog: 2021-01-11 18:31:10 +00:00
news news/canlock-hp: Update to 3.2.2 2021-01-11 12:23:19 +00:00
packages
parallel Revbump packages with a runtime Python dep but no version prefix. 2020-12-04 20:44:57 +00:00
pkgtools pkgtools/pkg_rolling-replace: Update to 0.24.9 2021-01-09 19:12:46 +00:00
print print/ruby-pdf-reader: a few fixes 2021-01-11 09:01:51 +00:00
regress regress/infra-unittests: use single quotes for string literals 2021-01-04 21:11:43 +00:00
security mozilla-rootcerts: update to 20201204 data 2021-01-11 22:50:37 +00:00
shells bash: update to 5.1.4. 2021-01-04 10:39:23 +00:00
sysutils PKGREVISION bump from skalibs update (and fix building with changed API). 2021-01-11 20:20:28 +00:00
templates
textproc align: Update to 1.1.1 2021-01-11 22:22:56 +00:00
time p5-DateTime-TimeZone: update to 2.46 2021-01-10 09:07:58 +00:00
wm (wm/mcwm) INSTALL_PROGRAM -> INSTALL_DATA for man page 2021-01-09 05:25:45 +00:00
www gitweb: reset revision for git 2.30.0 update 2021-01-11 10:20:49 +00:00
x11 xfce4-terminal: update to 0.8.10 2021-01-10 17:24:55 +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