Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
wiz 85997f7d6c mujs: update to 1.3.3.
Changes not found.
2023-04-24 07:50:40 +00:00
archivers revbump for boost 2023-04-23 14:26:05 +00:00
audio revbump for boost 2023-04-23 14:26:05 +00:00
benchmarks revbump after textproc/icu update 2023-04-19 08:08:03 +00:00
biology revbump for boost 2023-04-23 14:26:05 +00:00
bootstrap README.NetBSD: also note PKGSRC_USE_SSP example 2023-03-27 17:04:42 +00:00
cad revbump for boost 2023-04-23 14:26:05 +00:00
chat revbump for boost 2023-04-23 14:26:05 +00:00
comms revbump after textproc/icu update 2023-04-19 08:08:03 +00:00
converters revbump for boost 2023-04-23 14:26:05 +00:00
cross cross/mingw-w64-i686-gcc: Use DW2 exceptions 2023-03-19 16:00:48 +00:00
databases revbump for boost 2023-04-23 14:26:05 +00:00
devel py-test-forked: updated to 1.6.0 2023-04-24 07:18:17 +00:00
distfiles
doc doc: Updated print/qpdf to 11.3.0 2023-04-24 07:38:46 +00:00
editors revbump for boost 2023-04-23 14:26:05 +00:00
emulators revbump for boost 2023-04-23 14:26:05 +00:00
filesystems revbump after textproc/icu update 2023-04-19 08:08:03 +00:00
finance revbump for boost 2023-04-23 14:26:05 +00:00
fonts gerb: add missing python build tool and improve PKGVERSION 2023-04-19 10:58:31 +00:00
games revbump for boost 2023-04-23 14:26:05 +00:00
geography revbump for boost 2023-04-23 14:26:05 +00:00
graphics py-imageio: updated to 2.28.0 2023-04-24 07:07:33 +00:00
ham gnuradio-companion: fix PLIST 2023-04-24 06:36:55 +00:00
inputmethod revbump for boost 2023-04-23 14:26:05 +00:00
lang mujs: update to 1.3.3. 2023-04-24 07:50:40 +00:00
licenses mk: add cecill-c-v1 (OSI approved) 2023-04-18 15:43:29 +00:00
mail Follow URL redirects. While here, update COMMENT and DESCR. Bump 2023-04-24 00:38:00 +00:00
math revbump for boost 2023-04-23 14:26:05 +00:00
mbone *: Recursive revbup from graphics/freetype2 2023-01-29 21:14:22 +00:00
meta-pkgs texlive-collection-latexextra: +tex-{ninecolors,tabularray} 2023-04-24 04:57:01 +00:00
misc revbump for boost 2023-04-23 14:26:05 +00:00
mk mk: allow cecille-c-v1 by default (OSI approved) 2023-04-18 15:47:10 +00:00
multimedia revbump for boost 2023-04-23 14:26:05 +00:00
net Update to dhcpcd-ui-0.7.9 with the following changes: 2023-04-24 00:07:47 +00:00
news revbump after textproc/icu update 2023-04-19 08:08:03 +00:00
packages
parallel revbump after textproc/icu update 2023-04-19 08:08:03 +00:00
pkgtools pkgtools/pkglint: update to 23.1.7 2023-04-22 14:32:48 +00:00
print qpdf: update to 11.3.0. 2023-04-24 07:38:38 +00:00
regress regress: remove tests for Haskell PLIST generation 2023-02-04 20:06:37 +00:00
security Update dehydrated to version 0.7.1. 2023-04-23 17:45:42 +00:00
shells shells/oh-my-posh: update to 14.32.2 2023-04-23 08:28:09 +00:00
sysutils py-fsspec: added version 2023.4.0 2023-04-24 07:01:42 +00:00
templates templates: disable search bar until the results are better 2021-04-21 11:14:11 +00:00
textproc typst: update to 0.2.0. 2023-04-23 20:14:35 +00:00
time revbump after textproc/icu update 2023-04-19 08:08:03 +00:00
wm revbump for boost 2023-04-23 14:26:05 +00:00
www py-httplib2: updated to 0.22.0 2023-04-24 07:18:56 +00:00
x11 py-sip-qt5: updated to 12.12.1 2023-04-23 14:34:02 +00:00
_NetBSD-pkgdb
Makefile
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