Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
ryoon 763a8c1e9d firefox115-l10n: Update to 115.5.0
* Sync with www/firefox115-115.5.0.
2023-11-23 12:47:41 +00:00
archivers {py-,}brotli: set DIST_SUBDIR to distinguish distfiles on case-insensitive fs. 2023-11-22 18:32:47 +00:00
audio strawberry: remove patch that is not in distinfo 2023-11-23 10:45:24 +00:00
benchmarks Bump PKGREVISION by PHP_VERSION_DEFAULT change. 2023-11-13 16:34:00 +00:00
biology plinkseq: force C++14 due to abseil 2023-11-23 09:04:41 +00:00
bootstrap bootstrap: Use /usr/bin/bash more on SunOS 2023-07-07 12:53:22 +00:00
cad *: recursive bump for cairo dependency changes 2023-11-14 14:01:17 +00:00
chat *: bump for openexr 3.2.1 2023-11-15 20:00:35 +00:00
comms py-rich: updated to 13.7.0 2023-11-15 17:50:50 +00:00
converters *: recursive bump for poppler 23.11.0 2023-11-15 09:25:50 +00:00
cross cross/Makefile: + 64tass 2023-09-26 21:20:42 +00:00
databases hs-direct-sqlite: require sqlite 3.32 for SQLITE_IOERR_DATA 2023-11-23 11:02:21 +00:00
devel gettext-tools: Add termcap to the buildlink includes. 2023-11-23 11:12:33 +00:00
distfiles
doc doc: Updated www/firefox115 to 115.5.0 2023-11-23 12:47:18 +00:00
editors editors/Makefile: Add qemacs 2023-11-19 13:03:34 +00:00
emulators [libretro-]snes9x[-gtk]: Update to 1.62.3 2023-11-20 10:19:00 +00:00
filesystems fuse-sshfs: update to 3.7.4a. 2023-11-22 19:46:10 +00:00
finance py-braintree: updated to 4.24.0 2023-11-17 20:49:49 +00:00
fonts harfbuzz: Ensure glib2 is included before gtk-doc. 2023-11-23 11:11:05 +00:00
games angband: Update to 4.2.5 2023-11-22 11:19:36 +00:00
geography py-proj: fix build with Cython 3 2023-11-23 11:23:07 +00:00
graphics cairo: SunOS build fixes. 2023-11-23 10:57:44 +00:00
ham *: recursive bump for cairo dependency changes 2023-11-14 14:01:17 +00:00
inputmethod ibus: update to 1.5.29. 2023-11-18 07:13:42 +00:00
lang python*: Remove -luuid hack on SunOS. 2023-11-23 12:43:35 +00:00
licenses licenses: remove busl-1.1-license 2023-11-18 19:01:37 +00:00
mail thunderbird102-l10n: Update to 102.15.1 2023-11-21 21:49:58 +00:00
math py-numpy: checks for gcc 8.4+, set GCC_REQD 2023-11-23 08:54:23 +00:00
mbone *: revebump for new brotli option for freetype2 2023-11-12 13:20:31 +00:00
meta-pkgs bulk-medium: latest versions of bind, unbound, nsd 2023-11-17 08:22:58 +00:00
misc py-expandvars: added version 0.12.0 2023-11-22 12:25:29 +00:00
mk mk: Support openjdk21 and update for openjdk-bin-21.0.1 2023-11-22 14:13:13 +00:00
multimedia gmplayer: update distinfo for new patch-mpx86asm.h 2023-11-22 16:31:22 +00:00
net libfilezilla: try requiring gcc 8 2023-11-23 11:15:13 +00:00
news Make perl dependencies conditional on "perl" package option. 2023-11-17 00:52:53 +00:00
packages
parallel *: recursive bump for cairo dependency changes 2023-11-14 14:01:17 +00:00
pkgtools Update pkg_chk to 2.0.12 2023-11-17 17:40:47 +00:00
print mupdf: update to 1.23.6. 2023-11-19 13:39:05 +00:00
regress lintpkgsrc, regress: update references to pkglint files 2023-10-16 22:21:55 +00:00
science science/cgnslib: import new package vom wip 2023-07-25 11:23:54 +00:00
security py-asn1-modules: not for Python 2.7 anymore 2023-11-21 18:56:13 +00:00
shells shells/nushell: update to 0.87.1 2023-11-21 07:00:01 +00:00
sysutils py-Glances: convert to wheel.mk 2023-11-22 20:35:45 +00:00
templates
textproc py-html5-parser: updated to 0.4.12 2023-11-22 11:54:43 +00:00
time py-dateparser: updated to 1.2.0 2023-11-17 20:48:06 +00:00
wm wm/leftwm: update to 0.5.1 2023-11-17 07:43:54 +00:00
www firefox115-l10n: Update to 115.5.0 2023-11-23 12:47:41 +00:00
x11 x11/x3270: update to 4.3ga4 2023-11-21 19:19:01 +00:00
_NetBSD-pkgdb
Makefile science: add category 2023-07-17 01:03:19 +00:00
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