Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
nia 505adeae10 fighting a losing battle against the py-cryptography rustification, part 3
Re-import the last version of py-OpenSSL without a hard unnecessary
dependency on rustified py-cryptography
2022-10-19 14:11:01 +00:00
archivers py-rarfile: updated to 4.0 2022-10-14 11:48:48 +00:00
audio musicpd: Update to 0.23.10 2022-10-17 07:45:13 +00:00
benchmarks benchmarks/hyperfine: update to 1.15.0 2022-09-08 07:21:03 +00:00
biology biology/molsketch: update to 0.7.3 2022-10-18 18:26:01 +00:00
bootstrap bootstrap: Add mktools to special preserve handling. 2022-10-04 11:47:45 +00:00
cad gcad3d: revbump due to x11/gtkglarea2 update 2022-10-07 18:02:52 +00:00
chat ejabberd: Update to 22.05 2022-10-15 18:20:40 +00:00
comms openobex: fix PLIST for latest doxygen, and depend on it 2022-10-04 08:00:49 +00:00
converters Update to 0.62 2022-09-30 23:47:31 +00:00
cross devel/ppc-morphos-gcc-11: Use sdk-source-20220309.tar.xz 2022-10-18 19:47:30 +00:00
databases postgresql15: added version 15.0 2022-10-19 13:16:45 +00:00
devel Update devel/php-libawl to 0.63, in lockstep with davical 1.1.11 2022-10-19 14:04:24 +00:00
distfiles
doc doc: Updated devel/php-libawl to 0.63 2022-10-19 14:04:38 +00:00
editors codelite: update to 16.0. Thanks Thomas Klausner for reviewing the patch. 2022-10-17 16:50:03 +00:00
emulators emulators/open-simh: update to 2022-10-08 2022-10-09 18:50:44 +00:00
filesystems fuse-exfatfs: Make mkfs.exfat work on NetBSD 2022-10-06 00:51:49 +00:00
finance py-stripe: updated to 4.2.0 2022-10-13 08:49:12 +00:00
fonts bdftopcf: update to 1.1.1. 2022-10-15 23:14:49 +00:00
games stegavorto: updated to 2011.05.26 2022-10-04 20:18:07 +00:00
geography geography/R-s2: remove ineffectual use of atomic64.mk. 2022-10-08 20:30:46 +00:00
graphics graphics/oculante: update to 0.6.17 2022-10-18 08:14:10 +00:00
ham (ham/gnuradio-core) Add textproc/fmtlib/buildlink3.mk, fix build. PKGREVISION++ 2022-10-16 13:58:50 +00:00
inputmethod ibus-table-chinese: updated to 1.8.3 2022-09-22 09:39:25 +00:00
lang Make sure both the searched package and the found package match. 2022-10-19 13:42:46 +00:00
licenses Add Commander X16 ROM license (this is a somewhat complex combination of 2022-08-07 17:35:09 +00:00
mail fighting a losing battle against py-cryptography rustification, part 2 2022-10-19 13:56:31 +00:00
math openfst: fix build by setting GCC_REQD to 8 since it needs <charconv> 2022-10-11 16:35:49 +00:00
mbone *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
meta-pkgs xfce4: bump for elementary-xfce-icon-theme>=0.17 2022-10-18 00:45:43 +00:00
misc libreoffice: silence double brackets warning also 2022-10-16 12:01:57 +00:00
mk mk: Simplify nokeywords PLIST generation. 2022-10-17 18:08:02 +00:00
multimedia multimedia/t-rec: Add missing include 2022-10-11 10:55:34 +00:00
net fighting a losing battle against py-cryptography rustification, part 2 2022-10-19 13:56:31 +00:00
news news/canlock-hp: Update homepage 2022-10-14 11:39:56 +00:00
packages
parallel parallel/mpi-ch: make this build and install on NetBSD. 2022-10-02 15:35:23 +00:00
pkgtools pkgin: Update to 22.10.0. 2022-10-05 17:23:02 +00:00
print poppler: update to 22.10.0. 2022-10-13 10:56:03 +00:00
regress *: Revbump packages that use Python at runtime without a PKGNAME prefix 2022-06-30 11:18:01 +00:00
security fighting a losing battle against the py-cryptography rustification, part 3 2022-10-19 14:11:01 +00:00
shells shells/nushell: update to 0.70.0 2022-10-19 09:42:32 +00:00
sysutils fighting a losing battle against py-cryptography rustification, part 2 2022-10-19 13:56:31 +00:00
templates templates: disable search bar until the results are better 2021-04-21 11:14:11 +00:00
textproc fighting a losing battle against py-cryptography rustification, part 2 2022-10-19 13:56:31 +00:00
time py-goocalendar: updated to 0.7.2 2022-10-14 11:56:16 +00:00
wm fvwm3: update to 1.0.5 2022-10-19 03:40:37 +00:00
www www/nginx-devel: security update 1.23.1 -> 1.23.2 2022-10-19 14:10:24 +00:00
x11 gtk3: Default to xquartz if available on macOS. 2022-10-19 10:36:59 +00:00
_NetBSD-pkgdb
Makefile
pkglocate
README.md README.md: Add trailing slash to URI for consistency 2022-08-24 13:59:26 +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