Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
bacon d47d63b4e1 biology/vsearch: Update to 2.18.0
Add powerpc64 support
Numerous fixes and enhancements since 2.13

Changes: https://github.com/torognes/vsearch/tags
2021-12-17 19:20:44 +00:00
archivers unrar: updated to 6.1.3 2021-12-15 09:53:02 +00:00
audio mpg123: update to version 1.29.3 2021-12-17 17:11:31 +00:00
benchmarks revbump for icu and libffi 2021-12-08 16:01:42 +00:00
biology biology/vsearch: Update to 2.18.0 2021-12-17 19:20:44 +00:00
bootstrap bootstrap: Remove unused variable. 2021-11-29 18:32:51 +00:00
cad py-PyRTL: mark as not for python 2.7 2021-12-16 12:49:12 +00:00
chat hexchat: fix build with libpci option (meson doesn't like double quotes) 2021-12-17 18:47:26 +00:00
comms Update to Asterisk 18.9.0. This is a patch release. 2021-12-17 08:07:06 +00:00
converters converters/utf8proc: Align backslash 2021-12-17 10:29:09 +00:00
cross add LICENSE 2021-12-15 21:55:48 +00:00
databases databases/Makefile: + R-dbplyr 2021-12-17 10:08:34 +00:00
devel nspr: update to 4.33. 2021-12-17 19:13:48 +00:00
distfiles
doc doc: Updated devel/nspr to 4.33 2021-12-17 19:13:57 +00:00
editors nano: update to 6.0 2021-12-15 18:00:19 +00:00
emulators qemu: update to 6.2.0 2021-12-16 12:59:43 +00:00
filesystems revbump for icu and libffi 2021-12-08 16:01:42 +00:00
finance py-eth-abi: does not support python 3.6 2021-12-17 00:21:34 +00:00
fonts fonts/unscii: Upstream homepage moved, old domain is parked. 2021-12-16 16:07:16 +00:00
games py-trueskill: updated to 0.4.5 2021-12-17 18:47:48 +00:00
geography revbump for icu and libffi 2021-12-08 16:01:42 +00:00
graphics Explicitly pass -lMagickCore-7.Q16HDRI to PERL5_LDFLAGS, which is 2021-12-17 11:57:58 +00:00
ham ham/freedv: Patch undefined constant, likely from hamlib 2021-12-14 23:56:56 +00:00
inputmethod revbump for icu and libffi 2021-12-08 16:01:42 +00:00
lang py-xdis: does not build with python 2.7, mark it so 2021-12-17 00:15:47 +00:00
licenses licenses: Do not use UTF-8 encoding. ASCII is sufficient 2021-11-16 17:13:58 +00:00
mail postfix: fix install on macOS 2021-12-15 20:54:00 +00:00
math py-rpy: update to 3.4.5. 2021-12-17 10:15:20 +00:00
mbone mbone: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:57:00 +00:00
meta-pkgs xfce4 & xfce4-extras: move gnome-themes-standard back to xfce4 2021-12-14 17:21:53 +00:00
misc misc/marble: Fix build with gpsd 3.23.1 2021-12-17 08:51:53 +00:00
mk The non-writability check for DISTDIR is intended to prevent wasting 2021-12-16 14:10:46 +00:00
multimedia py-iso3166: not for python 3.6 2021-12-16 13:44:02 +00:00
net tor: update to 0.4.6.9. 2021-12-17 19:09:28 +00:00
news revbump for icu and libffi 2021-12-08 16:01:42 +00:00
packages
parallel revbump for icu and libffi 2021-12-08 16:01:42 +00:00
pkgtools Revbump all Go packages after go117 update 2021-12-09 17:50:09 +00:00
print print/ruby-pdf-reader: update to 2.7.0 2021-12-13 14:58:57 +00:00
regress regress: Remove reference to LOWER_OS_VERSION. 2021-11-30 09:40:10 +00:00
security py-cyclonedx-*: mark as not for python 2.7 2021-12-17 10:18:23 +00:00
shells shells/guile-gash: Update to 0.2.0 2021-12-17 13:26:23 +00:00
sysutils sysutils/broot: update to 1.7.5 2021-12-17 06:46:56 +00:00
templates templates: disable search bar until the results are better 2021-04-21 11:14:11 +00:00
textproc textproc/guile-json: Update to 4.5.2 2021-12-17 14:07:09 +00:00
time add time/ddate 2021-12-14 10:34:07 +00:00
wm wm/leftwm: update to 0.2.11 2021-12-13 19:04:02 +00:00
www www/guile-haunt: Update to 0.2.5 2021-12-17 14:52:12 +00:00
x11 xfce4-whiskermenu-plugin: update to 2.7.1 2021-12-16 01:04:38 +00:00
_NetBSD-pkgdb _NetBSD-pkgdb: Use $@ insted of $* 2020-12-29 17:56:14 +00:00
Makefile
pkglocate
README.md README.md: Add trailing slash to the URI 2021-10-21 12:18:01 +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