Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
2022-07-11 07:53:23 +00:00
archivers *: Recursive revbump from audio/pulseaudio 2022-07-02 16:53:03 +00:00
audio wavpack: updated to 5.5.0 2022-07-11 06:30:43 +00:00
benchmarks *: Revbump packages that use Python at runtime without a PKGNAME prefix 2022-06-30 11:18:01 +00:00
biology htslib: updated to 1.15.1 2022-07-05 11:00:16 +00:00
bootstrap bootstrap/README: Add MidnightBSD to the unknown status list 2022-06-28 23:37:09 +00:00
cad *: Recursive revbump from audio/pulseaudio 2022-07-02 16:53:03 +00:00
chat srain: restrict to python 3 2022-07-10 17:20:33 +00:00
comms comms/py-esptool: Update to 4.1 2022-07-08 13:24:51 +00:00
converters py-chardet: mark as not for python 2.7 2022-07-06 11:20:16 +00:00
cross *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
databases pgadmin3: does not build against postgres14 2022-07-10 18:43:19 +00:00
devel py-types-ujson: updated to 5.4.0 2022-07-11 06:17:55 +00:00
distfiles
doc doc: Updated sysutils/spice-gtk to 0.39 2022-07-11 07:53:08 +00:00
editors ted: Fix detection of libtiff as provided by pkgsrc. 2022-07-08 07:21:23 +00:00
emulators qemu: Fix typo in assignment 2022-07-10 14:36:25 +00:00
filesystems Add a package for cocofs-1.0, a tool for interacting with floppy disk images 2022-07-09 18:38:59 +00:00
finance py-stripe: update to 3.5.0. 2022-07-08 14:32:11 +00:00
fonts *: Revbump packages that use Python at runtime without a PKGNAME prefix 2022-06-30 11:18:01 +00:00
games *: Recursive revbump from audio/pulseaudio 2022-07-02 16:53:03 +00:00
geography geography/gdal*: Update to 3.5.1 2022-07-08 13:22:57 +00:00
graphics gimp: update to 2.10.32. 2022-07-10 22:34:30 +00:00
ham uhd: switch to python 3 2022-07-08 14:26:11 +00:00
inputmethod skk: Support emacs28 2022-07-04 14:40:40 +00:00
lang python: remove sphinx support from versioned_dependencies 2022-07-10 19:17:44 +00:00
licenses add fsharp-license X68030 IPLROM image 2022-06-25 14:50:24 +00:00
mail notmuch: restrict to python 3 2022-07-08 22:12:53 +00:00
math math/plumed: added package for the MD algorithm library 2022-07-08 19:47:59 +00:00
mbone *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
meta-pkgs *: Revbump packages that use Python at runtime without a PKGNAME prefix 2022-06-30 11:18:01 +00:00
misc py-carddav: remove 2022-07-08 14:37:30 +00:00
mk mk/buildlink3: fix breakage from previous commit 2022-07-09 08:19:18 +00:00
multimedia gstreamer1: does not support python 2.x 2022-07-08 15:07:13 +00:00
net *: bump for spice-gtk buildlink3 API bump 2022-07-11 07:53:23 +00:00
news news/pan: update to 1.151 2022-07-03 13:31:41 +00:00
packages
parallel py-ipyparallel: updated to 8.4.1 2022-07-05 18:06:28 +00:00
pkgtools pkgtools/pkglint: update to 22.2.2 2022-07-09 06:40:54 +00:00
print zathura: restrict to python 3 2022-07-10 17:24:18 +00:00
regress *: Revbump packages that use Python at runtime without a PKGNAME prefix 2022-06-30 11:18:01 +00:00
security pev: fix building on macOS 2022-07-10 02:55:02 +00:00
shells shells/etsh: import package 2022-07-04 08:31:43 +00:00
sysutils *: bump for spice-gtk buildlink3 API bump 2022-07-11 07:53:23 +00:00
templates templates: disable search bar until the results are better 2021-04-21 11:14:11 +00:00
textproc py-sphinxcontrib-log-cabinet: restrict to python3 2022-07-11 07:22:04 +00:00
time *: Recursive revbump from audio/pulseaudio 2022-07-02 16:53:03 +00:00
wm emwm-utils: fix grammar in DESCR 2022-07-04 21:44:21 +00:00
www py-test-httpbin: updated to 1.0.2 2022-07-11 06:12:03 +00:00
x11 deforaos-locker: update to version 0.4.2 2022-07-11 01:36:50 +00:00
_NetBSD-pkgdb
Makefile
pkglocate
README.md README.md: Fix URIs and capitalize NetBSD 2022-01-31 22:39:11 +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