Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
2023-04-15 09:17:29 +00:00
archivers zstd: update to 1.5.5. 2023-04-07 10:02:14 +00:00
audio *: ahoka is Observer, remove him from MAINTAINER 2023-04-15 09:17:29 +00:00
benchmarks benchmarks/hyperfine: update to 1.16.1 2023-03-23 10:30:43 +00:00
biology Revbump due to dependecy change in qt5-qtbase 2023-04-03 20:20:43 +00:00
bootstrap README.NetBSD: also note PKGSRC_USE_SSP example 2023-03-27 17:04:42 +00:00
cad (cad/klayout) Updated 0.28.5 to 0.28.6 2023-04-08 23:25:31 +00:00
chat revbump for jasper 4.0.0 2023-04-11 06:10:54 +00:00
comms py-rich: updated to 13.3.4 2023-04-13 14:36:32 +00:00
converters dvi2tty: update to 6.0.2 part of TeX Live 2023 2023-04-10 23:40:34 +00:00
cross cross/mingw-w64-i686-gcc: Use DW2 exceptions 2023-03-19 16:00:48 +00:00
databases databases/ruby-sqlite3: update to 1.6.2 2023-04-08 13:22:51 +00:00
devel libpeas: fix typo in DESCR 2023-04-14 21:54:33 +00:00
distfiles
doc doc: Updated print/a2ps to 4.15.4nb1 2023-04-15 05:01:57 +00:00
editors *: bump for rasqal dependency change 2023-04-13 12:14:29 +00:00
emulators Revbump due to dependecy change in qt5-qtbase 2023-04-03 20:20:43 +00:00
filesystems kubo: update to 0.19.1. 2023-04-09 07:36:04 +00:00
finance gnucash: switch to swig4 2023-04-12 15:55:59 +00:00
fonts harfbuzz{,-icu}: Update to 7.1.0 2023-04-14 03:16:43 +00:00
games revbump for jasper 4.0.0 2023-04-11 06:10:54 +00:00
geography geography/echomap: update to 0.7.3 2023-04-11 08:39:19 +00:00
graphics graphics/wallust: update to 2.0.1 2023-04-14 08:16:40 +00:00
ham (ham/gnuradio-*) (adhoc) adjust PLIST - blocks_throttle2.block.yml 2023-04-11 11:20:51 +00:00
inputmethod Revbump due to dependecy change in qt5-qtbase 2023-04-03 20:20:43 +00:00
lang *: ahoka is Observer, remove him from MAINTAINER 2023-04-15 09:17:29 +00:00
licenses licenses: Add hamlet-license 2023-03-10 21:48:32 +00:00
mail *: ahoka is Observer, remove him from MAINTAINER 2023-04-15 09:17:29 +00:00
math Add four-bar-rs 2023-04-14 08:20:50 +00:00
mbone *: Recursive revbup from graphics/freetype2 2023-01-29 21:14:22 +00:00
meta-pkgs modular-xorg-drivers: comment out old drivers that aren't building 2023-04-14 19:24:42 +00:00
misc libreoffice: remove unused WRAPPER_SKIP_TRANSFORM 2023-04-15 07:28:42 +00:00
mk depends.mk: PATH must be quoted 2023-03-31 10:50:26 +00:00
multimedia svt-av1: add missing nasm tool dependency 2023-04-13 12:41:25 +00:00
net Update to parpd-2.0 with the following changes: 2023-04-13 17:57:19 +00:00
news news/pan: build fix 2023-03-28 18:30:37 +00:00
packages
parallel *: Recursive revbup from graphics/freetype2 2023-01-29 21:14:22 +00:00
pkgtools Revbump all Go packages after yesterday's go120 security update 2023-04-05 20:47:45 +00:00
print a2ps: fix a2ps-lpr-wrapper filter mode 2023-04-15 05:01:48 +00:00
regress regress: remove tests for Haskell PLIST generation 2023-02-04 20:06:37 +00:00
security security: + py-solo1, - py-solo 2023-04-13 13:43:24 +00:00
shells shells/oh-my-posh: update to 14.29.3 2023-04-14 21:14:40 +00:00
sysutils amanda-common: Configure fixes 2023-04-14 22:58:24 +00:00
templates templates: disable search bar until the results are better 2021-04-21 11:14:11 +00:00
textproc *: ahoka is Observer, remove him from MAINTAINER 2023-04-15 09:17:29 +00:00
time time/Makefile: sort 2023-04-13 05:31:05 +00:00
wm marswm: add missing libXrandr include 2023-04-13 08:06:07 +00:00
www elinks: update to 0.16.0 2023-04-14 21:41:06 +00:00
x11 py-otherside: mark as not for python 2 2023-04-13 13:57:50 +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