Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
adam 1f396afd06 py-poetry-plugin-export: updated to 1.5.0
1.5.0

Changed

Drop support for Python 3.7
Improve warning when the lock file is not consistent with pyproject.toml

Fixed

Fix an issue where markers for dependencies required by an extra were not generated correctly
2023-08-26 14:41:57 +00:00
archivers archivers/php-pecl-zip: update to 1.22.2 2023-08-26 07:24:39 +00:00
audio strawberry: Infrastructure will set USE_PKGSRC_GCC_RUNTIME. 2023-08-26 08:42:31 +00:00
benchmarks *: recursive bump for Python 3.11 as new default 2023-08-14 05:23:45 +00:00
biology *: recursive bump for Python 3.11 as new default 2023-08-14 05:23:45 +00:00
bootstrap bootstrap: Use /usr/bin/bash more on SunOS 2023-07-07 12:53:22 +00:00
cad *: recursive bump for Python 3.11 as new default 2023-08-14 05:23:45 +00:00
chat chat/toot: update to toot-0.38.1 2023-08-24 20:51:45 +00:00
comms *: recursive bump for Python 3.11 as new default 2023-08-14 05:23:45 +00:00
converters py-emoji: not for Python 2 2023-08-26 12:32:58 +00:00
cross cross: Mark various versions of gcc unsuitable for MKPIE. 2023-08-09 08:24:38 +00:00
databases mongo-c-driver: updated to 1.24.3 2023-08-25 16:40:05 +00:00
devel py-poetry-plugin-export: updated to 1.5.0 2023-08-26 14:41:57 +00:00
distfiles
doc doc: Updated sysutils/ruby-facter to 4.4.3 2023-08-26 14:41:54 +00:00
editors poke: set HOMEPAGE to https://www.jemarch.net/poke. 2023-08-25 13:52:03 +00:00
emulators qemu: updated to 8.1.0 2023-08-23 15:19:02 +00:00
filesystems *: recursive bump for Python 3.11 as new default 2023-08-14 05:23:45 +00:00
finance *: recursive bump for Python 3.11 as new default 2023-08-14 05:23:45 +00:00
fonts harfbuzz*: update to 8.1.1 2023-08-24 12:02:49 +00:00
games wesnoth: updated to 1.16.10 2023-08-23 08:01:06 +00:00
geography geography/qgis: Enable qgis server 2023-08-26 00:10:59 +00:00
graphics py-tifffile: updated to 2023.8.25 2023-08-26 08:33:23 +00:00
ham (ham/gnuradio-uhd) PKGREVISION++ 2023-08-24 03:29:13 +00:00
inputmethod libime: mark as not for Python 3.11 2023-08-17 14:45:17 +00:00
lang gcc13*: update to 13.2.0 2023-08-25 18:55:33 +00:00
licenses licenses: Add busl-1.1-license 2023-08-26 04:54:17 +00:00
mail mail/ruby-mime-types: update to 3.5.1 2023-08-26 13:37:07 +00:00
math octave: updated to 8.3.0 2023-08-26 08:31:39 +00:00
mbone *: Mark packages that were originally identified as requiring 2023-08-02 19:20:16 +00:00
meta-pkgs bulk-test-rust: add firefox-esr 2023-08-25 21:58:54 +00:00
misc + nq 2023-08-26 10:57:52 +00:00
mk mk: add USE_PKGSRC_GCC_* for gcc12 & gcc13 2023-08-26 09:49:55 +00:00
multimedia mkvtoolnix: updated to 79.0 2023-08-22 20:28:43 +00:00
net net/openvpn-*: revbump and regen distinfo for openvpn update 2023-08-26 14:23:09 +00:00
news news/libcanlock: Use new variables to request a C99 compiler 2023-08-21 13:29:44 +00:00
packages
parallel *: recursive bump for Python 3.11 as new default 2023-08-14 05:23:45 +00:00
pkgtools pkgin: Update to 23.8.1. 2023-08-22 07:14:18 +00:00
print py-pspdfutils: update to 3.1.1. 2023-08-24 20:14:11 +00:00
regress *: recursive bump for Python 3.11 as new default 2023-08-14 05:23:45 +00:00
science science/cgnslib: import new package vom wip 2023-07-25 11:23:54 +00:00
security security/signify: honor CFLAGS/LDFLAGS. 2023-08-26 11:27:42 +00:00
shells shells/oh-my-posh: update to 18.4.0 2023-08-26 13:58:28 +00:00
sysutils sysutils/ruby-facter: update to 4.4.3 2023-08-26 14:41:26 +00:00
templates
textproc py-json5: added version 0.9.14 2023-08-26 11:50:44 +00:00
time rsibreak: update to 0.12.15 2023-08-20 04:53:58 +00:00
wm windowmaker: Add dependencies to buildlink3 that are used inside 2023-08-14 19:10:08 +00:00
www py-jupyterlab: added version 4.0.5 2023-08-26 14:12:07 +00:00
x11 x11/x3270: update to version 4.2ga10 2023-08-26 13:23:37 +00:00
_NetBSD-pkgdb
Makefile science: add category 2023-07-17 01:03:19 +00:00
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