Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
2023-01-31 08:53:13 +00:00
archivers archivers/star: Fix tool dependency 2023-01-30 12:38:56 +00:00
audio pulseaudio: revert the build fix 2023-01-31 05:38:23 +00:00
benchmarks *: Recursive revbup from graphics/freetype2 2023-01-29 21:14:22 +00:00
biology *: Recursive revbup from graphics/freetype2 2023-01-29 21:14:22 +00:00
bootstrap README.Cygwin: if using git, make sure to checkout with Unix line endings. 2022-12-06 15:22:18 +00:00
cad *: Recursive revbup from graphics/freetype2 2023-01-29 21:14:22 +00:00
chat *: Recursive revbup from graphics/freetype2 2023-01-29 21:14:22 +00:00
comms *: Recursive revbup from graphics/freetype2 2023-01-29 21:14:22 +00:00
converters hs-base64: revert previous, fixed in mk/haskell.mk by pho 2023-01-30 11:49:15 +00:00
cross *: Recursive revbup from graphics/freetype2 2023-01-29 21:14:22 +00:00
databases databases/ruby-pg: update to 0.5.5 2023-01-30 14:01:11 +00:00
devel devel/hs-hls-refine-imports-plugin: Update to 1.0.4.0 2023-01-31 08:06:48 +00:00
distfiles
doc doc: Updated devel/hs-hls-refine-imports-plugin to 1.0.4.0 2023-01-31 08:06:59 +00:00
editors *: Recursive revbup from graphics/freetype2 2023-01-29 21:14:22 +00:00
emulators mednafen: remove unused intltool dependency 2023-01-30 17:08:43 +00:00
filesystems *: Recursive revbup from graphics/freetype2 2023-01-29 21:14:22 +00:00
finance *: Recursive revbup from graphics/freetype2 2023-01-29 21:14:22 +00:00
fonts *: Recursive revbup from graphics/freetype2 2023-01-29 21:14:22 +00:00
games games: update gcompris* 2023-01-31 08:53:13 +00:00
geography *: Recursive revbup from graphics/freetype2 2023-01-29 21:14:22 +00:00
graphics py-cairo: but depend on latest py-cairo118 2023-01-30 23:08:13 +00:00
ham gr-osmosdr: updated to 0.2.4 2023-01-30 18:02:31 +00:00
inputmethod librime: update to 1.8.3. 2023-01-30 10:35:19 +00:00
lang lang/guile18: No alternative for bin/guild. 2023-01-31 02:20:03 +00:00
licenses Add licenses/djgpp-license 2022-12-04 22:44:43 +00:00
mail mpop: Update to 1.4.18 2023-01-30 17:52:20 +00:00
math *: Recursive revbup from graphics/freetype2 2023-01-29 21:14:22 +00:00
mbone *: Recursive revbup from graphics/freetype2 2023-01-29 21:14:22 +00:00
meta-pkgs *: Recursive revbup from graphics/freetype2 2023-01-29 21:14:22 +00:00
misc yelp3: remove unused intltool dependency 2023-01-30 17:32:02 +00:00
mk mk/haskell.mk: Tighten the regex for HASKELL_UNRESTRICT_DEPENDENCIES to prevent unintended substitutions 2023-01-30 11:09:42 +00:00
multimedia libde265: Fix string substitution in libde265.pc 2023-01-31 01:37:11 +00:00
net baikal: fix php 8.2 deprecation issue 2023-01-31 07:38:20 +00:00
news *: Recursive revbup from graphics/freetype2 2023-01-29 21:14:22 +00:00
packages
parallel *: Recursive revbup from graphics/freetype2 2023-01-29 21:14:22 +00:00
pkgtools *: Recursive revbup from graphics/freetype2 2023-01-29 21:14:22 +00:00
print *: Recursive revbup from graphics/freetype2 2023-01-29 21:14:22 +00:00
regress *: Revbump packages that use Python at runtime without a PKGNAME prefix 2022-06-30 11:18:01 +00:00
security polkit: remove unused intltool dependency 2023-01-30 17:44:08 +00:00
shells *: Recursive revbup from graphics/freetype2 2023-01-29 21:14:22 +00:00
sysutils open-vm-tools: fix the installation of vm-support and tools.conf 2023-01-31 07:59:27 +00:00
templates templates: disable search bar until the results are better 2021-04-21 11:14:11 +00:00
textproc Import textproc/jose as jose version 11 2023-01-30 19:38:05 +00:00
time *: Recursive revbup from graphics/freetype2 2023-01-29 21:14:22 +00:00
wm *: Recursive revbup from graphics/freetype2 2023-01-29 21:14:22 +00:00
www *: Recursive revbup from graphics/freetype2 2023-01-29 21:14:22 +00:00
x11 avant-window-navigator: remove 2023-01-30 23:09:56 +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