Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
2023-06-11 05:11:05 +00:00
archivers Recursive revbump for new major version of graphics/graphviz. 2023-06-07 11:27:28 +00:00
audio chromaprint: support ffmpeg5 using upstream patch. 2023-06-08 07:05:17 +00:00
benchmarks Mass-change BUILD_DEPENDS to TOOL_DEPENDS outside mk/. 2023-06-06 12:40:15 +00:00
biology openbabel: switch to wxGTK32 2023-06-07 09:25:22 +00:00
bootstrap README.NetBSD: also note PKGSRC_USE_SSP example 2023-03-27 17:04:42 +00:00
cad (cad/ghdl) remove patches/patch-src_ortho_llvm6_llvm-cbindings.cpp 2023-06-11 03:40:24 +00:00
chat Recursive revbump for new major version of graphics/graphviz. 2023-06-07 11:27:28 +00:00
comms comms/conserver: USE_CROSS_COMPILE may be undefined. 2023-06-10 01:57:47 +00:00
converters Mass-change BUILD_DEPENDS to TOOL_DEPENDS outside mk/. 2023-06-06 12:40:15 +00:00
cross cross-libtool-base: Sync with libtool-base to fix libtoolize.in #!. 2023-06-08 22:59:17 +00:00
databases databases/ruby-sequel: update to 5.69.0 2023-06-06 13:27:42 +00:00
devel (devel/R-testthat) Add buildlink3.mk, see wip/R-nloptr 2023-06-11 02:22:30 +00:00
distfiles
doc doc: Updated math/R-mapproj to 1.2.11 2023-06-11 04:42:16 +00:00
editors editors/tp-note: update to 1.21.6 2023-06-09 15:48:01 +00:00
emulators qemu: updated to 8.0.2 2023-06-07 07:19:22 +00:00
filesystems Mass-change BUILD_DEPENDS to TOOL_DEPENDS outside mk/. 2023-06-06 12:40:15 +00:00
finance p5-Finance-Quote: update to 1.56 2023-06-11 00:32:02 +00:00
fonts Mass-change BUILD_DEPENDS to TOOL_DEPENDS outside mk/. 2023-06-06 12:40:15 +00:00
games games/woof: Modify patches to apply cleanly 2023-06-09 09:34:16 +00:00
geography Added geography/R-cartography version 3.1.3 2023-06-10 13:34:48 +00:00
graphics tex-animate{,-doc}: update to 20230515 2023-06-11 05:11:05 +00:00
ham (ham/xnec2c) Updated 4.1.5 to 4.2.1 2023-06-10 11:54:48 +00:00
inputmethod Recursive revbump for new major version of graphics/graphviz. 2023-06-07 11:27:28 +00:00
lang (lang/rakudo) Updated 2023.04 to 2023.05 2023-06-10 15:57:16 +00:00
licenses Add a package for GALasm, a portable GAL assembler. 2023-04-25 03:28:37 +00:00
mail Mass-change BUILD_DEPENDS to TOOL_DEPENDS outside mk/. 2023-06-06 12:40:15 +00:00
math (math/R-mapproj) Update 1.2.8 to 1.2.11, NEWS.md unknown 2023-06-11 04:42:04 +00:00
mbone *: Recursive revbup from graphics/freetype2 2023-01-29 21:14:22 +00:00
meta-pkgs Mass-change BUILD_DEPENDS to TOOL_DEPENDS outside mk/. 2023-06-06 12:40:15 +00:00
misc xchm: switch to wxGTK32 2023-06-07 08:52:39 +00:00
mk mk/compiler/gcc.mk: Missed a spot for TOOLS_USE_CROSS_COMPILE. 2023-06-08 22:59:53 +00:00
multimedia ffmpeg6: expose av_stream_get_first_dts() required by chromium 2023-06-07 11:42:47 +00:00
net net/p5-SOAP-WSDL: Add version 3.004 2023-06-09 19:43:42 +00:00
news news/inn: Set homepage to INN page from Russ Allbery 2023-06-09 12:03:58 +00:00
packages
parallel Mass-change BUILD_DEPENDS to TOOL_DEPENDS outside mk/. 2023-06-06 12:40:15 +00:00
pkgtools revbump: support bumping go packages 2023-06-10 14:35:29 +00:00
print py-pspdfutils: not for python 3.7 2023-06-06 14:01:23 +00:00
regress regress: remove tests for Haskell PLIST generation 2023-02-04 20:06:37 +00:00
security security/pcsc-lite: Update to 2.0.0 2023-06-09 19:51:38 +00:00
shells shells/oh-my-posh: update to 17.0.0 2023-06-09 07:04:45 +00:00
sysutils sysutils/auto-admin: Update to 0.7.16 2023-06-10 12:59:02 +00:00
templates
textproc Borrow upstream gnulib commit 0814a293 to fix static_assert on 2023-06-11 00:59:27 +00:00
time R-sftime: comment out invalid LICENSE string 2023-06-10 16:44:16 +00:00
wm Mass-change BUILD_DEPENDS to TOOL_DEPENDS outside mk/. 2023-06-06 12:40:15 +00:00
www py-hyperkitty: add missing tool dependency 2023-06-10 07:45:24 +00:00
x11 vte3: update to 0.72.2 2023-06-11 02:19:46 +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