Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
2021-03-11 15:32:29 +00:00
archivers unrar: updated to 6.0.4 2021-03-11 08:22:49 +00:00
audio lilv: Install bash completion correctly. 2021-03-10 17:08:21 +00:00
benchmarks Switch to use lang/php/json.mk. 2021-03-07 13:21:56 +00:00
biology biology/molsketch: update to 0.7.1 2021-03-09 13:54:28 +00:00
bootstrap In the process of looking at PR#55952, we discovered something that 2021-02-15 12:56:53 +00:00
cad (cad/kicad-packages3d) PLIST patch by Mustafa Dogan dogan (at) tesmer.org.tr 2021-03-03 23:37:59 +00:00
chat Use Pillow as versioned dependency 2021-03-10 18:49:06 +00:00
comms asterisk14 was deleted 2021-02-28 22:57:01 +00:00
converters py-cairosvg: updated to 2.5.2 2021-03-10 18:08:27 +00:00
cross mingw-w64-i686-binutils: Update to 2.36 2021-01-28 12:43:28 +00:00
databases prometheus: Fill out version information. 2021-03-09 14:59:03 +00:00
devel uthash: update to 2.3.0. 2021-03-11 15:31:24 +00:00
distfiles
doc doc: Updated textproc/ruby-unicode-display_width to 2.0.0 2021-03-11 15:32:29 +00:00
editors editors/feathernotes: update to 0.9.0 2021-03-11 08:10:58 +00:00
emulators qemu: Readd support for curses(3) (do not force ncursesw) 2021-03-06 21:50:34 +00:00
filesystems fuse-gstfs-ng: remove 2021-03-09 08:43:06 +00:00
finance Add rates 2021-03-03 12:17:41 +00:00
fonts cyr-rfx-*: update to distfiles as of 20001007 2021-03-11 09:45:44 +00:00
games Use Pillow as versioned dependency 2021-03-10 18:49:06 +00:00
geography geography/py-proj: Restore lost PKGREVISION 2021-03-06 16:12:30 +00:00
graphics py-Pillow: Fix build when X11 is installed 2021-03-11 08:51:55 +00:00
ham grig: Fix build. Patches from Debian. 2021-03-09 08:14:00 +00:00
inputmethod inputmethod: Enable rime-wugniu 2021-03-06 05:09:17 +00:00
lang Update go116 to 1.16.1, fixing two security issues: 2021-03-10 19:55:17 +00:00
licenses licenses: Remove -license suffix from ODC Open Database License 2021-03-06 04:30:56 +00:00
mail roundcube-plugin-carddav: Fix PLIST 2021-03-11 14:35:52 +00:00
math R-combinat: set DIST_SUBDIR 2021-03-11 09:18:39 +00:00
mbone *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
meta-pkgs bulk-medium: switch from removed re-alpine to alpine 2021-03-08 23:44:53 +00:00
misc py-tqdm: updated to 4.59.0 2021-03-11 09:50:19 +00:00
mk genreadme: Reorganize information for clarity. 2021-03-08 16:37:59 +00:00
multimedia ushare: remove 2021-03-09 08:27:18 +00:00
net youtube-dl: Pull in missing part of previous patch. 2021-03-11 10:02:19 +00:00
news neix: add an upstream patch URL 2021-02-08 02:56: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 pkg_install-20210308 2021-03-08 15:25:47 +00:00
print py-reportlab: updated to 3.5.65 2021-03-11 06:30:18 +00:00
regress regress/infra-unittests: use single quotes for string literals 2021-01-04 21:11:43 +00:00
security security/pleaser: update to 0.3.5 2021-03-11 08:08:02 +00:00
shells bash-completion: Update to version 2.11. 2021-03-10 16:35:53 +00:00
sysutils ansible: updated to 3.1.0 2021-03-11 09:53:19 +00:00
templates lil bit more table padding 2021-03-11 15:07:33 +00:00
textproc textproc/ruby-unicode-display_width: update to 2.0.0 2021-03-11 15:31:15 +00:00
time Update to 0.16 2021-03-09 12:36:02 +00:00
wm herbstluftwm: update to 0.9.2 2021-03-05 08:55:26 +00:00
www py-websocket-client: updated to 0.58.0 2021-03-11 12:04:08 +00:00
x11 lxterminal: update to 0.4.0 2021-03-09 02:03:27 +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