Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
adam 1cfdaf9455 py-google-auth-oauthlib: updated to 1.0.0
v1.0.0

BREAKING CHANGES

PKCE is enabled by default.
Remove deprecated OOB code

Features

PKCE is enabled by default.

Bug Fixes

Change the library from preview to stable
Remove deprecated OOB code
2023-05-30 09:32:13 +00:00
archivers *: bump for libproxy 0.5 2023-05-22 20:59:55 +00:00
audio musicpd: update to 0.23.13. 2023-05-28 17:11:55 +00:00
benchmarks *: recursive bump for libimagequant 4.x 2023-05-22 11:38:58 +00:00
biology biology/ncbi-blast+: Update to 2.14.0 2023-05-28 22:48:27 +00:00
bootstrap README.NetBSD: also note PKGSRC_USE_SSP example 2023-03-27 17:04:42 +00:00
cad *: bump for libproxy 0.5 2023-05-22 20:59:55 +00:00
chat *: recursive bump for imath shared library major version bump 2023-05-28 17:04:31 +00:00
comms openobex: fix build with latest doxygen and depend on it 2023-05-24 07:22:18 +00:00
converters fribidi: update to 1.0.13. 2023-05-21 17:37:47 +00:00
cross cross/mingw-w64-i686-gcc: Use DW2 exceptions 2023-03-19 16:00:48 +00:00
databases *: recursive bump for imath shared library major version bump 2023-05-28 17:04:31 +00:00
devel py-typing-inspect: updated to 0.9.0 2023-05-30 09:19:45 +00:00
distfiles
doc Updated textproc/py-phonenumbers, devel/py-typing-inspect 2023-05-30 09:20:04 +00:00
editors *: recursive bump for imath shared library major version bump 2023-05-28 17:04:31 +00:00
emulators add emulators/fbneo 2023-05-29 19:30:47 +00:00
filesystems kubo: update to 0.19.2. 2023-05-07 10:06:11 +00:00
finance py-braintree: updated to 4.20.0 2023-05-30 08:56:09 +00:00
fonts unifont: update to 15.0.03. 2023-05-30 08:03:07 +00:00
games *: recursive bump for imath shared library major version bump 2023-05-28 17:04:31 +00:00
geography *: bump for libproxy 0.5 2023-05-22 20:59:55 +00:00
graphics libansilove: update to 1.4.1. 2023-05-28 20:55:00 +00:00
ham *: bump for libproxy 0.5 2023-05-22 20:59:55 +00:00
inputmethod uim: select c++11 to try fixing build on NetBSD 9 2023-05-29 16:31:06 +00:00
lang py-libcst: updated to 1.0.0 2023-05-30 09:28:00 +00:00
licenses Add a package for GALasm, a portable GAL assembler. 2023-04-25 03:28:37 +00:00
mail www/ruby-rails70: update to 7.0.5 2023-05-28 01:54:17 +00:00
math imath: really bump ABI depends 2023-05-30 08:06:02 +00:00
mbone *: Recursive revbup from graphics/freetype2 2023-01-29 21:14:22 +00:00
meta-pkgs boost: macOS build fix 2023-05-23 18:23:43 +00:00
misc py-trove-classifiers: update to 2023.5.24. 2023-05-30 08:00:04 +00:00
mk Add OSX_SDK_MAP for 13.3 2023-05-28 09:38:37 +00:00
multimedia mkvtoolnix: fix build with fmtlib 10 using upstream patches. 2023-05-29 19:51:25 +00:00
net py-minio: updated to 7.1.15 2023-05-29 21:06:17 +00:00
news news/pan: bump package version 2023-05-29 12:59:49 +00:00
packages
parallel py-threadpoolctl: added version 3.1.0 2023-05-09 08:04:35 +00:00
pkgtools revbump: update to 3.0. 2023-05-26 06:47:54 +00:00
print *: recursive bump for imath shared library major version bump 2023-05-28 17:04:31 +00:00
regress regress: remove tests for Haskell PLIST generation 2023-02-04 20:06:37 +00:00
security py-google-auth-oauthlib: updated to 1.0.0 2023-05-30 09:32:13 +00:00
shells shells/oh-my-posh: update to 16.9.0 2023-05-27 19:38:13 +00:00
sysutils sysutils/erdtree: update to 3.0.1 2023-05-30 06:28:43 +00:00
templates
textproc py-phonenumbers: updated to 8.13.11 2023-05-30 09:16:45 +00:00
time py-icalendar: updated to 5.0.7 2023-05-30 04:23:55 +00:00
wm *: bump for libproxy 0.5 2023-05-22 20:59:55 +00:00
www Add temporary workaround for PR#57445 for native X11 NetBSD 2023-05-30 08:37:37 +00:00
x11 py-qt-builder: update to 1.15.1. 2023-05-30 08:01:07 +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