Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
2022-01-02 15:45:18 +00:00
archivers archivers/lha: update to 1.14i-ac20211125 2022-01-01 19:02:34 +00:00
audio py-audiotools: convert to egg.mk 2022-01-01 14:55:48 +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 Forget about Python 3.6 2021-12-30 13:05:27 +00:00
chat Forget about Python 3.6 2021-12-30 13:05:27 +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 byacc: update to 20220101. 2022-01-02 15:45:06 +00:00
distfiles
doc doc: Updated devel/byacc to 20220101 2022-01-02 15:45:18 +00:00
editors xfce4-mousepad: add adwaita-icon-theme dependency 2021-12-31 01:21:46 +00:00
emulators nono: updated to 0.2.5 2021-12-31 02:26:17 +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 xtacy: Cast pointer to intptr_t, not int 2021-12-30 13:12:23 +00:00
geography py-googlemaps: Update to 4.5.3. 2022-01-02 14:32:02 +00:00
graphics glm: update to 0.9.9.8 (needed for kicad 6) 2022-01-02 14:53:26 +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-eliot17: removed 2021-12-31 13:25:18 +00:00
licenses licenses: Do not use UTF-8 encoding. ASCII is sufficient 2021-11-16 17:13:58 +00:00
mail py-spf: convert to egg.mk 2022-01-02 09:23:28 +00:00
math py-jplephem: convert to egg.mk 2022-01-02 09:20:57 +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 Forget about Python 3.6 2021-12-30 13:05:27 +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/broot: update to 1.8.1 2022-01-01 22:28:50 +00:00
templates templates: disable search bar until the results are better 2021-04-21 11:14:11 +00:00
textproc py-pandocfilters: Convert to egg.mk 2022-01-02 11:45:53 +00:00
time Forget about Python 3.6 2021-12-30 13:05:27 +00:00
wm Remove references to X11R6 where it isn't relevant. 2021-12-26 10:19:13 +00:00
www py-curl: Use egg.mk to fix packaging 2022-01-02 11:29:51 +00:00
x11 blt: fix relro build on *BSD 2022-01-01 15:21:14 +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