Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
2022-11-23 14:04:47 +00:00
archivers archivers/9e: homepage link dead, point to next know archive of the homepage 2022-11-23 08:56:42 +00:00
audio *: Re-apply SunOS linker argument removals. 2022-11-21 18:20:40 +00:00
benchmarks benchmarks/hyperfine: update to 1.15.0 2022-09-08 07:21:03 +00:00
biology py-cutadapt: fix build with python 3.11 2022-11-16 23:02:14 +00:00
bootstrap bootstrap: Switch to native awk/sed on illumos. 2022-11-11 17:22:14 +00:00
cad (cad/gtkwave) Updated 3.3.111 to 3.3.113 2022-11-19 13:00:47 +00:00
chat *: Re-apply SunOS linker argument removals. 2022-11-21 18:20:40 +00:00
comms py-colorama: switch to MASTER_SITE_WHEEL for Python 2.7 2022-11-10 08:19:36 +00:00
converters converters/2vcard: homepage link dead, point to archive.org. 2022-11-23 08:47:40 +00:00
cross archivers/fastjar, archivers/lzip, audio/tcd, cross/avrdude, devel/guile-lib, 2022-11-12 09:10:22 +00:00
databases py-redis: updated to 4.3.5 2022-11-22 19:12:27 +00:00
devel py-bitarray: updated to 2.6.0 2022-11-23 14:04:32 +00:00
distfiles
doc Updated x11/gtk4, devel/py-bitarray 2022-11-23 14:04:47 +00:00
editors editors/tp-note: update to 1.19.4 2022-11-23 10:45:37 +00:00
emulators Fix distinfo for aarch64 compat90 distfile. 2022-11-22 17:00:21 +00:00
filesystems *: bump PKGREVISION for libunistring shlib major bump 2022-10-26 10:31:00 +00:00
finance py-braintree: updated to 4.17.1 2022-11-22 19:17:10 +00:00
fonts harfbuzz: updated to 5.3.1 2022-11-23 11:39:27 +00:00
games *: Re-apply SunOS linker argument removals. 2022-11-21 18:20:40 +00:00
geography geography/qgis: Update to 3.22.13 2022-11-23 00:57:21 +00:00
graphics graphics/graphviz: Update to 7.0.2 2022-11-23 13:10:00 +00:00
ham *: Re-apply SunOS linker argument removals. 2022-11-21 18:20:40 +00:00
inputmethod fcitx-libthai: fix building with const **char in second argument to iconv 2022-11-03 12:35:00 +00:00
lang nodejs14: updated to 14.21.1 2022-11-23 13:15:03 +00:00
licenses Add Commander X16 ROM license (this is a somewhat complex combination of 2022-08-07 17:35:09 +00:00
mail mail/claws-mail: update to 4.1.1 2022-11-23 08:50:19 +00:00
math py-patsy: updated to 0.5.3 2022-11-22 13:10:10 +00:00
mbone *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
meta-pkgs ruby-gnome: Drop ruby-webkit-gtk dependency. 2022-11-18 10:15:04 +00:00
misc py-platformdirs: updated to 2.5.4 2022-11-22 11:00:02 +00:00
mk mk: Miscellaneous performance improvements. 2022-11-23 13:30:38 +00:00
multimedia *: Re-apply SunOS linker argument removals. 2022-11-21 18:20:40 +00:00
net openvpn: updated to 2.5.8 2022-11-23 08:02:57 +00:00
news news/pan: update to 0.153 2022-11-17 21:08:03 +00:00
packages
parallel opencl-clang: fix PLIST 2022-11-19 12:35:57 +00:00
pkgtools (pkgtools/revbump) Add Copyright notice for check-cvs-diff. Tks wiz@ 2022-11-19 13:16:00 +00:00
print print/py-reportlab: Note that patch has been sent upstream 2022-11-17 01:49:17 +00:00
regress *: Revbump packages that use Python at runtime without a PKGNAME prefix 2022-06-30 11:18:01 +00:00
security heimdal: updated to 7.8 2022-11-22 12:51:00 +00:00
shells shells/nushell: update to 0.71.0 2022-11-10 22:01:15 +00:00
sysutils ansible-lint: updated to 6.8.7 2022-11-23 13:17:39 +00:00
templates templates: disable search bar until the results are better 2021-04-21 11:14:11 +00:00
textproc icu: updated to 72.1 2022-11-23 10:42:50 +00:00
time py-dateparser: updated to 1.1.4 2022-11-22 10:16:00 +00:00
wm *: Re-apply SunOS linker argument removals. 2022-11-21 18:20:40 +00:00
www caddy: Fix build on SunOS. 2022-11-23 10:07:30 +00:00
x11 gtk4: updadted to 4.8.2 2022-11-23 13:58:42 +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