Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
otis d5a9053d30 sysutils/daemontools: Add Solaris/illumos SMF manifest
Put svscanboot under SMF control on Solaris/illumos.

Approved by:	schmonz
2023-07-08 11:11:10 +00:00
archivers *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
audio *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
benchmarks *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
biology *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
bootstrap bootstrap: Use /usr/bin/bash more on SunOS 2023-07-07 12:53:22 +00:00
cad *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
chat weechat: Fix msgfmt format string. 2023-07-06 13:40:39 +00:00
comms libhidapi: Fix PLIST for Darwin 2023-07-07 08:07:12 +00:00
converters py-charset-normalizer: updated to 3.2.0 2023-07-08 04:35:31 +00:00
cross bossa: remove 2023-06-26 11:51:03 +00:00
databases py-asyncpg: updated to 0.28.0 2023-07-08 07:04:32 +00:00
devel py-requests-mock: updated to 1.11.0 2023-07-08 07:33:35 +00:00
distfiles
doc Updated devel/py-testtools, devel/py-requests-mock 2023-07-08 07:33:56 +00:00
editors *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
emulators ckmame: Fix man page installation on various platforms. 2023-07-07 07:45:51 +00:00
filesystems *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
finance *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
fonts *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
games games/Makefile: + redeclipse16 2023-07-07 02:00:14 +00:00
geography *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
graphics graphics/graphviz: Update to 8.1.0 2023-07-07 13:38:11 +00:00
ham gnuradio-core: Fix build on SunOS. 2023-07-07 12:20:58 +00:00
inputmethod *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
lang elixir: updated to 1.15.2 2023-07-07 13:40:42 +00:00
licenses Add a package for GALasm, a portable GAL assembler. 2023-04-25 03:28:37 +00:00
mail mail/roundcube: update to 1.6.2 2023-07-07 12:57:21 +00:00
math (math/R-RcppArmadillo) Updated 0.12.4.0.0 to 0.12.4.1.0 2023-07-08 07:02:39 +00:00
mbone *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
meta-pkgs *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
misc py-trove-classifiers: updated to 2023.7.6 2023-07-08 04:38:27 +00:00
mk mk/platform/Darwin.mk: Remove hard-coded SDK versions 2023-07-06 19:35:37 +00:00
multimedia mkvtoolnix: Restore nls entries deleted in last update. 2023-07-07 09:12:50 +00:00
net rabbitmq: fix building with Elixir 1.15.2 2023-07-07 13:45:06 +00:00
news *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
packages
parallel *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
pkgtools *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
print qpdf: Update to 11.4.0 2023-07-07 14:04:20 +00:00
regress regress: remove tests for Haskell PLIST generation 2023-02-04 20:06:37 +00:00
security *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
shells *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
sysutils sysutils/daemontools: Add Solaris/illumos SMF manifest 2023-07-08 11:11:10 +00:00
templates templates: disable search bar until the results are better 2021-04-21 11:14:11 +00:00
textproc py-parse_type: updated to 0.6.2 2023-07-07 13:47:11 +00:00
time xdiary: Further reduce number of implicit and own declarations of libc 2023-07-07 12:45:25 +00:00
wm amiwm: Honour LDFLAGS. Hopefully fixes build on macOS. 2023-07-07 08:11:21 +00:00
www py-MechanicalSoup: updated to 1.3.0 2023-07-08 05:24:43 +00:00
x11 gnome-shell: fix build with polkit-121 using upstream patch. 2023-07-06 21:45:25 +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