Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
taca 5681497435 databases/php-redis4: add php-redis package version 4.3.0
Add php-redis package version 4.3.0 which is latest release supporting
PHP 5.
2021-03-07 12:58:28 +00:00
archivers pigz: Update to 2.6 2021-03-05 10:33:14 +00:00
audio ncmpc: remove unneeded patch 2021-03-06 15:29:59 +00:00
benchmarks Add hyperfine 2021-01-29 09:16:20 +00:00
biology (biology/py-dnaio) +BUILD_DEPENDS+= py-setuptools_scm (other than 27 are fixed) 2021-03-04 13:06:34 +00:00
bootstrap In the process of looking at PR#55952, we discovered something that 2021-02-15 12:56:53 +00:00
cad (cad/kicad-packages3d) PLIST patch by Mustafa Dogan dogan (at) tesmer.org.tr 2021-03-03 23:37:59 +00:00
chat Update chat/matrix-synapse to 1.28.0 2021-03-06 19:00:43 +00:00
comms asterisk14 was deleted 2021-02-28 22:57:01 +00:00
converters converters/php-iconv: fix dependency 2021-03-07 08:06:18 +00:00
cross mingw-w64-i686-binutils: Update to 2.36 2021-01-28 12:43:28 +00:00
databases databases/php-redis4: add php-redis package version 4.3.0 2021-03-07 12:58:28 +00:00
devel libftdi1: Update to 1.5. 2021-03-07 10:51:06 +00:00
distfiles
doc doc: Updated devel/libftdi1 to 1.5 2021-03-07 10:51:31 +00:00
editors retext: updated to 7.2.1 2021-03-07 07:31:00 +00:00
emulators qemu: Readd support for curses(3) (do not force ncursesw) 2021-03-06 21:50:34 +00:00
filesystems py-fs: updated to 2.4.12 2021-01-24 20:27:06 +00:00
finance Add rates 2021-03-03 12:17:41 +00:00
fonts cyr-rfx-*: revert distinfo change 2021-03-06 16:14:33 +00:00
games flightgear-data: sync version with flightgear 2021-03-05 10:11:13 +00:00
geography geography/py-proj: Restore lost PKGREVISION 2021-03-06 16:12:30 +00:00
graphics graphics/ruby-RMagick: update to 4.2.2 2021-03-07 09:45:28 +00:00
ham ham/xlog: Improve workarounds for upstream portability issues 2021-02-16 20:22:52 +00:00
inputmethod inputmethod: Enable rime-wugniu 2021-03-06 05:09:17 +00:00
lang lang/php56: properly define PKG_BUILD_OPTIONS 2021-03-07 08:08:38 +00:00
licenses licenses: Remove -license suffix from ODC Open Database License 2021-03-06 04:30:56 +00:00
mail mutt: Update to version 2.0.6 2021-03-07 09:18:21 +00:00
math py-scikit-image: cascade py-tifffile Python incompatibilities 2021-03-05 04:16:57 +00:00
mbone *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
meta-pkgs rime-data: Add some used-by lines 2021-03-06 05:13:16 +00:00
misc misc/ruby-bundler: update to 2.2.13 2021-03-07 09:48:15 +00:00
mk Add odbl-v1 to default acceptable license list 2021-03-06 04:36:21 +00:00
multimedia multimedia/php-ming: fix build problem with maintainer-zts 2021-03-07 09:38:58 +00:00
net net/ruby-train-core: update to 3.5.2 2021-03-07 09:55:09 +00:00
news neix: add an upstream patch URL 2021-02-08 02:56:19 +00:00
packages
parallel Revbump packages with a runtime Python dep but no version prefix. 2020-12-04 20:44:57 +00:00
pkgtools pkg_install: Bump PKGREVISON to include odbl-v1 as acceptable license 2021-03-06 04:41:53 +00:00
print Update sile to 0.10.15: 2021-03-06 18:08:44 +00:00
regress regress/infra-unittests: use single quotes for string literals 2021-01-04 21:11:43 +00:00
security security/ruby-rex-text: update to 0.2.33 2021-03-07 10:08:27 +00:00
shells fish: Update to 3.2.0 2021-03-05 08:47:29 +00:00
sysutils sysutils/capistrano: update to 3.16.0 2021-03-07 10:10:34 +00:00
templates genreadme: Reduce size of generated README.all 2021-02-24 08:16:32 +00:00
textproc py-defusedxml: updated to 0.7.0 2021-03-07 07:48:59 +00:00
time p5-DateTime-TimeZone: update to 2.47 2021-02-24 23:32:31 +00:00
wm herbstluftwm: update to 0.9.2 2021-03-05 08:55:26 +00:00
www www/ruby-puma: update to 5.2.2 2021-03-07 10:12:15 +00:00
x11 py-terminator: Fix dependencies, match those in setup.py 2021-03-06 09:22:44 +00:00
_NetBSD-pkgdb _NetBSD-pkgdb: Use $@ insted of $* 2020-12-29 17:56:14 +00:00
Makefile Makefile: fix outdated documentation 2020-02-12 15:04:51 +00:00
pkglocate
README.md *: fix a bunch of typos in README and various documentation files. 2020-12-12 10:42:47 +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.

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