Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
2023-01-16 05:14:26 +00:00
archivers xz: updated to 5.4.1 2023-01-12 10:20:33 +00:00
audio libsndfile: updated to 1.2.0 2023-01-11 18:58:23 +00:00
benchmarks *: recursive bump for tiff shlib major bump 2023-01-03 17:36:14 +00:00
biology *: recursive bump for tiff shlib major bump 2023-01-03 17:36:14 +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 bump for tiff shlib major bump 2023-01-03 17:36:14 +00:00
chat Update chat/element-web to 1.11.17 2023-01-13 22:31:03 +00:00
comms asterisk16: -n option is no longer accepted for shell scripting 2023-01-07 19:31:18 +00:00
converters bdf2psf: update to 1.215. 2023-01-09 21:13:04 +00:00
cross *: recursive bump for tiff shlib major bump 2023-01-03 17:36:14 +00:00
databases databases/ruby-sqlite3: update to 1.6.0 2023-01-14 13:33:26 +00:00
devel Indent. 2023-01-15 20:14:14 +00:00
distfiles
doc Added sysutils/nabud version 0.9 2023-01-15 21:43:20 +00:00
editors Revbump all Go packages after go119 update 2023-01-11 17:28:23 +00:00
emulators stella: add missing png files to PLIST 2023-01-12 10:25:26 +00:00
filesystems Revbump all Go packages after go119 update 2023-01-11 17:28:23 +00:00
finance finance/ruby-braintree: update to 4.10.0 2023-01-15 15:36:05 +00:00
fonts tex-tex-gyre: don't install otf files into system directories any more 2023-01-12 10:50:50 +00:00
games games/hengband: needs -lsocket -lnsl on solaris 2023-01-16 05:14:26 +00:00
geography *: recursive bump for tiff shlib major bump 2023-01-03 17:36:14 +00:00
graphics graphics/ruby-mini-magick: update to 4.12.0 2023-01-15 15:38:07 +00:00
ham gnuradio-doxygen: fix PLIST 2023-01-13 23:02:51 +00:00
inputmethod *: recursive bump for tiff shlib major bump 2023-01-03 17:36:14 +00:00
lang lang/algol68g: update to 3.1.2 to fix build failure 2023-01-16 05:00:57 +00:00
licenses Add licenses/djgpp-license 2022-12-04 22:44:43 +00:00
mail alpine: fix subst on macOS 2023-01-15 17:31:01 +00:00
math mpfr: update to 4.2.0. 2023-01-09 13:25:11 +00:00
mbone *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
meta-pkgs kde: switch to cmake/build.mk 2023-01-12 19:40:47 +00:00
misc misc/blccc: needs -lsocket -lnsl on Solaris (like everything else) 2023-01-16 03:09:52 +00:00
mk configure.mk: include cmake/configure-settings.mk 2023-01-12 19:37:35 +00:00
multimedia p5-xmltv: add p5-XML-TreePP dependency 2023-01-09 09:19:27 +00:00
net py-lexicon: add missing dependency on py-importlib-metadata 2023-01-15 21:15:24 +00:00
news news/pan: update to 0.154 codename "Izium" 2023-01-15 15:58:15 +00:00
packages
parallel llvm: updated to 15.0.7 2023-01-12 19:32:53 +00:00
pkgtools Revbump all Go packages after go119 update 2023-01-11 17:28:23 +00:00
print tex-texlive-scripts: add TeX's opentype and truetype directory trees 2023-01-12 10:46:59 +00:00
regress *: Revbump packages that use Python at runtime without a PKGNAME prefix 2022-06-30 11:18:01 +00:00
security py-acme py-certbot*: updated to 2.2.0 2023-01-15 21:11:06 +00:00
shells shells/es: configury fixes 2023-01-16 01:44:21 +00:00
sysutils Limit this package to BSD (including Darwin) and Linux. If you want 2023-01-15 21:56:07 +00:00
templates templates: disable search bar until the results are better 2021-04-21 11:14:11 +00:00
textproc textproc/uncrustify: don't use rindex(); it fails on Solaris. 2023-01-16 01:15:44 +00:00
time *: recursive bump for tiff shlib major bump 2023-01-03 17:36:14 +00:00
wm wm/amiwm: pull in the all X libs it actually links to 2023-01-16 01:08:19 +00:00
www www/ruby-excon: update to 0.97.1 2023-01-15 15:58:11 +00:00
x11 x11/xterm: update to 378 2023-01-12 15:58:17 +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