Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
2022-01-03 07:53:06 +00:00
archivers archivers/lha: update to 1.14i-ac20211125 2022-01-01 19:02:34 +00:00
audio audio/ncspot: update to 0.9.4 2022-01-02 16:30:06 +00:00
benchmarks revbump for icu and libffi 2021-12-08 16:01:42 +00:00
biology Forget about Python 3.6 2021-12-30 13:05:27 +00:00
bootstrap bootstrap: On SCO System V variants, we need either mksh or bash. 2021-12-28 10:13:01 +00:00
cad kicad: mark as not for macOS and explain why in comment 2022-01-02 21:44:00 +00:00
chat chat/py-xmpppy: Update to 0.7.0 2022-01-02 16:22:26 +00:00
comms comms/gkermit: update to 2.01 2022-01-01 18:53:02 +00:00
converters converters/php-mbstring: clean up after remove of php73 2021-12-29 06:11:50 +00:00
cross (cross/avr-libc) Add missing BUILD_DEPENDS (alhpaalpha.sty) 2021-12-31 06:18:03 +00:00
databases py-pgnotify: convert to egg.mk 2022-01-01 15:07:27 +00:00
devel py-types-setuptools: updated to 57.4.5 2022-01-03 07:52:41 +00:00
distfiles
doc Updated textproc/py-ujson, devel/py-types-setuptools 2022-01-03 07:53:06 +00:00
editors xfce4-mousepad: add adwaita-icon-theme dependency 2021-12-31 01:21:46 +00:00
emulators Update distinfo as well, to complete the EMUL_PLATFORMS renaming. 2022-01-02 16:54:05 +00:00
filesystems rst2man: Fix sandbox builds: ensure the versioned rst2man executable 2021-12-20 07:09:07 +00:00
finance py-stripe: updated to 2.64.0 2021-12-30 20:41:18 +00:00
fonts Forget about Python 3.6 2021-12-30 13:05:27 +00:00
games scummvm: updated to 2.5.1 2022-01-03 07:40:26 +00:00
geography py-googlemaps: Update to 4.5.3. 2022-01-02 14:32:02 +00:00
graphics graphics/qrrs: update to 0.1.8 2022-01-02 20:03:55 +00:00
ham Forget about Python 3.6 2021-12-30 13:05:27 +00:00
inputmethod revbump for icu and libffi 2021-12-08 16:01:42 +00:00
lang py-byterun: convert to egg.mk 2022-01-02 22:57:57 +00:00
licenses licenses: Do not use UTF-8 encoding. ASCII is sufficient 2021-11-16 17:13:58 +00:00
mail py-policyd-spf: convert to egg.mk 2022-01-02 22:14:28 +00:00
math py-gmpy: fix for python 2.7 2022-01-02 22:57:36 +00:00
mbone mbone: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:57:00 +00:00
meta-pkgs xfce4: bump to reflect changed dependencies in two components 2021-12-31 01:32:04 +00:00
misc py-anita: convert to egg.mk, bump pkgrevision 2022-01-01 12:42:38 +00:00
mk mk/license: make guess-license more user-friendly 2022-01-01 13:55:48 +00:00
multimedia pitivi: bump PKGREVISION for dependency change 2022-01-03 07:26:01 +00:00
net zeromq: no code is good enough to be able to assume -Werror generally 2022-01-02 00:17:33 +00:00
news news/pan: update to 0.149. 2021-12-29 13:34:39 +00:00
packages
parallel revbump for icu and libffi 2021-12-08 16:01:42 +00:00
pkgtools url2pkg: improve MASTER_SITES and HOMEPAGE for PyPI packages 2022-01-01 15:29:14 +00:00
print tex-vhistory{,-doc}: Update to 1.80. 2021-12-30 15:09:20 +00:00
regress regress: Remove reference to LOWER_OS_VERSION. 2021-11-30 09:40:10 +00:00
security security/pam-af: fix for PIE build 2022-01-01 12:59:15 +00:00
shells shells/nushell: update to 0.42.0 2022-01-01 22:34:45 +00:00
sysutils sysutils/macchina: update to 6.0.3 2022-01-02 20:02:45 +00:00
templates templates: disable search bar until the results are better 2021-04-21 11:14:11 +00:00
textproc py-ujson: updated to 5.1.0 2022-01-03 07:51:15 +00:00
time Forget about Python 3.6 2021-12-30 13:05:27 +00:00
wm wm/shod: update to 2.2.0 2022-01-02 16:31:13 +00:00
www py-curl: finish conversion to egg.mk 2022-01-02 22:56:31 +00:00
x11 x11/citron: update to 0.8.0 2022-01-02 21:58:36 +00:00
_NetBSD-pkgdb _NetBSD-pkgdb: Use $@ insted of $* 2020-12-29 17:56:14 +00:00
Makefile
pkglocate
README.md README.md: Add trailing slash to the URI 2021-10-21 12:18:01 +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