Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
pin fa3594b74a games/tetris-tui: import package
Play tetris in the terminal.
2023-09-15 06:32:00 +00:00
archivers py-brotli: updated to 1.1.0 2023-09-13 19:38:48 +00:00
audio audio/flac123: update to 2.1.1 2023-09-14 04:04:52 +00:00
benchmarks google-benchmark: updated to 1.8.3 2023-08-31 17:22:52 +00:00
biology biology/ncbi-blast+: Update to 2.14.1 2023-09-14 00:39:17 +00:00
bootstrap bootstrap: Use /usr/bin/bash more on SunOS 2023-07-07 12:53:22 +00:00
cad (cad/dinotrace-mode) Adhoc fix for emacs28. Just packaging verified. 2023-09-09 09:11:36 +00:00
chat toot: add missing dependency on py-tomlkit. 2023-09-11 11:32:43 +00:00
comms *: revbump after x11/xforms update. 2023-08-29 15:38:26 +00:00
converters converters/Makefile: + dvisvgm 2023-09-04 14:16:53 +00:00
cross Always use the same e-mail address for packages I maintain 2023-08-30 21:46:32 +00:00
databases redis: updated to 7.2.1 2023-09-13 17:24:37 +00:00
devel Add gitnr 2023-09-15 06:29:21 +00:00
distfiles
doc doc: Added devel/gitnr version 0.1.3 2023-09-15 06:29:51 +00:00
editors editors/focuswriter: fix broken build 2023-09-13 20:37:23 +00:00
emulators qemu: Spell 'sunos' correctly. 2023-09-10 16:16:14 +00:00
filesystems filesystems/fuse: needs gettext. 2023-09-09 10:23:00 +00:00
finance finance/ruby-braintree: update to 4.13.0 2023-09-03 16:03:52 +00:00
fonts ibm-plex-ttf: update to version 6.3.0 2023-09-13 12:06:04 +00:00
games games/tetris-tui: import package 2023-09-15 06:32:00 +00:00
geography (geography/gama) let me add check on DISTFILE (2.25) 2023-09-11 07:23:13 +00:00
graphics py-matplotlib: updated to 3.7.3 2023-09-14 12:40:09 +00:00
ham py-soapy-sdr: Assumes compiler defaults to C++11. 2023-09-01 10:51:52 +00:00
inputmethod (inputmethods/tamago-tsunagi) convert make-coding-system to define-coding-system 2023-09-09 13:04:29 +00:00
lang py-findpython: updated to 0.4.0 2023-09-14 09:30:42 +00:00
licenses fonts/pixel-sagas-startrek: Add more fonts 2023-08-28 13:58:48 +00:00
mail mail/himalaya: update to 0.9.0 2023-09-15 06:26:14 +00:00
math mpfr: update to 4.2.1. 2023-09-09 20:15:54 +00:00
mbone *: Mark packages that were originally identified as requiring 2023-08-02 19:20:16 +00:00
meta-pkgs bulk-{medium,large}: move inclusions of bulk-* to the top, expand explanation. 2023-09-13 21:44:13 +00:00
misc misc/colorls: Fix mangled datetime in long format ('colorls -l') 2023-09-14 00:48:31 +00:00
mk options.description: document `pdcurses' option. 2023-09-06 16:14:00 +00:00
multimedia svt-av1: update to 1.7.0. 2023-09-09 20:19:00 +00:00
net py-tldextract: updated to 3.5.0 2023-09-14 12:43:43 +00:00
news Add moccasin 2023-09-03 07:11:28 +00:00
packages
parallel pocl: Update to 4.0. Unbreaks with latest LLVM. 2023-09-11 14:29:33 +00:00
pkgtools pkgtools/pkglint: update to 23.2.4 2023-09-10 20:12:54 +00:00
print py-pspdfutils: update to 3.2.0. 2023-09-09 21:32:34 +00:00
regress *: recursive bump for Python 3.11 as new default 2023-08-14 05:23:45 +00:00
science science/cgnslib: import new package vom wip 2023-07-25 11:23:54 +00:00
security security/gpg-tui: update to 0.10.0 2023-09-10 18:32:22 +00:00
shells shells/oh-my-posh: update to 18.9.0 2023-09-13 08:08:38 +00:00
sysutils sysutils/eza: Update to 0.12.0 2023-09-15 05:55:50 +00:00
templates
textproc py-xlsxwriter: updated to 3.1.3 2023-09-13 17:25:41 +00:00
time py-tzdata: not for Python 2.7 2023-09-01 05:13:12 +00:00
wm wm/fvwm3: update release 1.0.8 2023-09-10 10:27:10 +00:00
www py-test-httpx: updated to 0.25.0 2023-09-14 09:28:21 +00:00
x11 qt4-libs: Change NOT_FOR to BROKEN_ON 2023-09-14 19:23:16 +00:00
_NetBSD-pkgdb
Makefile science: add category 2023-07-17 01:03:19 +00:00
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