Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
adam 13888514a2 py-gitdb: updated to 4.0.10
4.0.10
Unknown changes
2022-11-25 10:50:12 +00:00
archivers lua-zlib: fix shared object id on Darwin 2022-11-23 16:25:53 +00:00
audio pulseaudio: properly enable gsettings; fix build and PLIST on Darwin 2022-11-24 12:56:03 +00:00
benchmarks massive revision bump after textproc/icu update 2022-11-23 16:18:32 +00:00
biology massive revision bump after textproc/icu update 2022-11-23 16:18:32 +00:00
bootstrap bootstrap: Switch to native awk/sed on illumos. 2022-11-11 17:22:14 +00:00
cad massive revision bump after textproc/icu update 2022-11-23 16:18:32 +00:00
chat massive revision bump after textproc/icu update 2022-11-23 16:18:32 +00:00
comms massive revision bump after textproc/icu update 2022-11-23 16:18:32 +00:00
converters massive revision bump after textproc/icu update 2022-11-23 16:18:32 +00:00
cross archivers/fastjar, archivers/lzip, audio/tcd, cross/avrdude, devel/guile-lib, 2022-11-12 09:10:22 +00:00
databases rrdtool: remove old comment 2022-11-25 10:42:15 +00:00
devel py-gitdb: updated to 4.0.10 2022-11-25 10:50:12 +00:00
distfiles
doc Updated databases/hiredis, databases/rrdtool 2022-11-25 10:41:36 +00:00
editors editors/bred: update to 0.3.2 2022-11-24 15:23:32 +00:00
emulators massive revision bump after textproc/icu update 2022-11-23 16:18:32 +00:00
filesystems massive revision bump after textproc/icu update 2022-11-23 16:18:32 +00:00
finance bitcoin: updated to 24.0 2022-11-24 18:59:13 +00:00
fonts massive revision bump after textproc/icu update 2022-11-23 16:18:32 +00:00
games massive revision bump after textproc/icu update 2022-11-23 16:18:32 +00:00
geography py-googlemaps: updated to 4.7.3 2022-11-25 10:47:05 +00:00
graphics py-cairo: update to 1.22.0. 2022-11-25 09:56:49 +00:00
ham massive revision bump after textproc/icu update 2022-11-23 16:18:32 +00:00
inputmethod massive revision bump after textproc/icu update 2022-11-23 16:18:32 +00:00
lang Add qt6-qtlanguageserver version 6.4.1 to pkgsrc-current 2022-11-25 10:43:35 +00:00
licenses Add Commander X16 ROM license (this is a somewhat complex combination of 2022-08-07 17:35:09 +00:00
mail massive revision bump after textproc/icu update 2022-11-23 16:18:32 +00:00
math py-statsmodels: add py-setuptools_scm tool dependency to fix PLIST 2022-11-23 23:48:02 +00:00
mbone *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
meta-pkgs Add qt6-qtlanguageserver version 6.4.1 to pkgsrc-current 2022-11-25 10:43:35 +00:00
misc php-orangehrm: Fix permissions and use find "+". 2022-11-25 09:15:59 +00:00
mk mk: Remove XXX comment. 2022-11-24 13:59:20 +00:00
multimedia mkvtoolnix: fix buildling without po4a 2022-11-23 20:34:30 +00:00
net samba: update to 4.17.3. 2022-11-25 10:21:14 +00:00
news massive revision bump after textproc/icu update 2022-11-23 16:18:32 +00:00
packages
parallel massive revision bump after textproc/icu update 2022-11-23 16:18:32 +00:00
pkgtools massive revision bump after textproc/icu update 2022-11-23 16:18:32 +00:00
print massive revision bump after textproc/icu update 2022-11-23 16:18:32 +00:00
regress *: Revbump packages that use Python at runtime without a PKGNAME prefix 2022-06-30 11:18:01 +00:00
security botan: update to 2.19.3. 2022-11-24 11:59:30 +00:00
shells {,standalone-,static-}tcsh: Update to 6.24.02: 2022-11-23 23:19:23 +00:00
sysutils dupeguru: fix for python 3.10 2022-11-25 08:35:17 +00:00
templates templates: disable search bar until the results are better 2021-04-21 11:14:11 +00:00
textproc py-sphinx-copybutton: updated to 0.5.1 2022-11-24 13:25:38 +00:00
time massive revision bump after textproc/icu update 2022-11-23 16:18:32 +00:00
wm marco: update to 1.26.1 2022-11-24 02:25:38 +00:00
www massive revision bump after textproc/icu update 2022-11-23 16:18:32 +00:00
x11 Add qt6-qtlanguageserver version 6.4.1 to pkgsrc-current 2022-11-25 10:43:35 +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