Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
2023-04-01 22:46:59 +00:00
archivers *: use PYTHON_VERSION instead of _PYTHON_VERSION 2023-03-29 09:34:04 +00:00
audio audio/spotify-player: update to 0.13.1 2023-03-29 19:24:27 +00:00
benchmarks benchmarks/hyperfine: update to 1.16.1 2023-03-23 10:30:43 +00:00
biology biology/bcftools: Update to 1.17 2023-02-25 13:56:33 +00:00
bootstrap README.NetBSD: also note PKGSRC_USE_SSP example 2023-03-27 17:04:42 +00:00
cad *: use PYTHON_VERSION instead of _PYTHON_VERSION 2023-03-29 09:34:04 +00:00
chat New package, ssh-chat-1.10 2023-04-01 10:13:44 +00:00
comms py-rich: updated to 13.3.3 2023-03-29 08:44:44 +00:00
converters bdf2sfd: update to 1.1.8. 2023-04-01 09:50:14 +00:00
cross cross/mingw-w64-i686-gcc: Use DW2 exceptions 2023-03-19 16:00:48 +00:00
databases databases/ldb: update to 2.6.2 2023-04-01 08:47:37 +00:00
devel devel/difftastic: update to 0.46.0 2023-04-01 15:56:02 +00:00
distfiles
doc doc: Updated time/p5-DateTime-TimeZone to 2.59 2023-04-01 22:46:58 +00:00
editors libheif: add dav1d to bl3.mk file 2023-03-31 20:52:12 +00:00
emulators mame: update to 0.253. 2023-03-31 20:39:45 +00:00
filesystems kubo: update to 0.19.0 2023-03-30 18:17:02 +00:00
finance gnucash-docs: update to 5.0. 2023-03-29 12:07:10 +00:00
fonts tex-umtypewriter: update to 1.1 2023-04-01 22:39:52 +00:00
games py-renpy: Update to 8.0.3 2023-03-10 21:14:39 +00:00
geography geography/qgis: Add comments 2023-03-20 13:49:49 +00:00
graphics tex-tikzmark{,-doc}: update to 1.15 2023-04-01 22:30:08 +00:00
ham ham/hamlib: Update to 4.5.4 2023-03-09 00:57:56 +00:00
inputmethod uim: Apply upstream patch to fix uim-skk 2023-02-25 17:42:43 +00:00
lang lang/ruby32: update to 3.2.2 2023-04-01 09:26:57 +00:00
licenses licenses: Add hamlet-license 2023-03-10 21:48:32 +00:00
mail *: use PYTHON_VERSION instead of _PYTHON_VERSION 2023-03-29 09:34:04 +00:00
math Update to lua-cassowary-2.3.2: Various small improvements 2023-03-31 00:31:22 +00:00
mbone *: Recursive revbup from graphics/freetype2 2023-01-29 21:14:22 +00:00
meta-pkgs nltk*: Use specific git commit for fetching distfiles. 2023-03-16 11:06:02 +00:00
misc *: use PYTHON_VERSION instead of _PYTHON_VERSION 2023-03-29 09:34:04 +00:00
mk depends.mk: PATH must be quoted 2023-03-31 10:50:26 +00:00
multimedia libheif: add dav1d to bl3.mk file 2023-03-31 20:52:12 +00:00
net net/sniffnet: update to 1.1.2 2023-04-01 16:01:01 +00:00
news news/pan: build fix 2023-03-28 18:30:37 +00:00
packages
parallel *: Recursive revbup from graphics/freetype2 2023-01-29 21:14:22 +00:00
pkgtools pkglint: add missing files from previous commit 2023-03-29 07:47:19 +00:00
print tex-was{,-doc}: update to 2022 2023-04-01 22:46:59 +00:00
regress regress: remove tests for Haskell PLIST generation 2023-02-04 20:06:37 +00:00
security Update to lua-sec-1.3.1 2023-03-31 00:35:30 +00:00
shells fish: update to 3.6.1. 2023-03-29 09:39:02 +00:00
sysutils sysutils/erdtree: update to 1.7.1 2023-04-01 15:57:20 +00:00
templates templates: disable search bar until the results are better 2021-04-21 11:14:11 +00:00
textproc textproc/hgrep: update to 0.3.2 2023-04-01 15:58:34 +00:00
time p5-DateTime-TimeZone: update to 2.59 2023-04-01 22:46:49 +00:00
wm wm/ctwm: update to version 4.1.0. 2023-03-29 08:51:30 +00:00
www logswan: update to 2.1.14. 2023-04-01 09:54:26 +00:00
x11 libheif: add dav1d to bl3.mk file 2023-03-31 20:52:12 +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