Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
adam 06b49c661d py-websocket-client: updated to 1.6.2
1.6.2
- Add support for SSLKEYLOGFILE environment variable
- Add support for callable header arguments
- Change handling of proxy environment variables, is_secure set to true now prevents http_proxy from getting used
2023-08-22 20:37:01 +00:00
archivers archivers: add py-zipstream-ng 2023-08-21 03:42:03 +00:00
audio strawberry: updated to 1.0.18 2023-08-22 20:26:29 +00:00
benchmarks *: recursive bump for Python 3.11 as new default 2023-08-14 05:23:45 +00:00
biology *: recursive bump for Python 3.11 as new default 2023-08-14 05:23:45 +00:00
bootstrap bootstrap: Use /usr/bin/bash more on SunOS 2023-07-07 12:53:22 +00:00
cad *: recursive bump for Python 3.11 as new default 2023-08-14 05:23:45 +00:00
chat Update chat/element-web to 1.11.39 2023-08-22 17:27:38 +00:00
comms *: recursive bump for Python 3.11 as new default 2023-08-14 05:23:45 +00:00
converters py-emoji: update to 2.8.0 2023-08-21 01:41:19 +00:00
cross cross: Mark various versions of gcc unsuitable for MKPIE. 2023-08-09 08:24:38 +00:00
databases Revbump after lang/qore update 2023-08-21 19:31:20 +00:00
devel boost: updated to 1.83.0 2023-08-22 20:16:09 +00:00
distfiles
doc Updated audio/strawberry, multimedia/mkvtoolnix, net/dnsdist, textproc/ugrep 2023-08-22 20:35:47 +00:00
editors editors/tp-note: update to 1.21.11 2023-08-18 10:47:17 +00:00
emulators qemu: updated to 8.0.4 2023-08-21 12:10:59 +00:00
filesystems *: recursive bump for Python 3.11 as new default 2023-08-14 05:23:45 +00:00
finance *: recursive bump for Python 3.11 as new default 2023-08-14 05:23:45 +00:00
fonts harfbuzz: fix update builds on macOS. 2023-08-22 16:33:48 +00:00
games openrct2: Update to 0.3.3 2023-08-20 20:02:49 +00:00
geography geography/mapserver: Question postgis bl3 2023-08-16 14:43:50 +00:00
graphics ruby-RMagick: strip --no-as-needed on macOS to fix build. 2023-08-22 14:47:57 +00:00
ham (ham/gnuradio-core) GCC_REQD+= 10 to fix recent build failure 2023-08-21 01:58:02 +00:00
inputmethod libime: mark as not for Python 3.11 2023-08-17 14:45:17 +00:00
lang update lang/qore to version 1.18.1 2023-08-21 19:28:06 +00:00
licenses Add a package for GALasm, a portable GAL assembler. 2023-04-25 03:28:37 +00:00
mail mutt: Update to version 2.2.11 2023-08-18 18:35:05 +00:00
math *: recursive bump for Python 3.11 as new default 2023-08-14 05:23:45 +00:00
mbone *: Mark packages that were originally identified as requiring 2023-08-02 19:20:16 +00:00
meta-pkgs boost: updated to 1.83.0 2023-08-22 20:16:09 +00:00
misc akonadi-search: uses pkg-config 2023-08-20 00:02:27 +00:00
mk re-word previous 2023-08-20 18:38:37 +00:00
multimedia mkvtoolnix: updated to 79.0 2023-08-22 20:28:43 +00:00
net dnsdist: add patches 2023-08-22 20:32:22 +00:00
news news/libcanlock: Use new variables to request a C99 compiler 2023-08-21 13:29:44 +00:00
packages
parallel *: recursive bump for Python 3.11 as new default 2023-08-14 05:23:45 +00:00
pkgtools pkgin: Update to 23.8.1. 2023-08-22 07:14:18 +00:00
print Added print/tex-gensymb 1.0.2 2023-08-22 14:31:31 +00:00
regress *: recursive bump for Python 3.11 as new default 2023-08-14 05:23:45 +00:00
science science/cgnslib: import new package vom wip 2023-07-25 11:23:54 +00:00
security Revbump after lang/qore update 2023-08-21 19:31:20 +00:00
shells shells/oh-my-posh: update to 18.3.5 2023-08-19 10:42:38 +00:00
sysutils krusader: update to 2.8.0 2023-08-20 04:38:52 +00:00
templates
textproc ugrep: updated to 4.0.1 2023-08-22 20:35:21 +00:00
time rsibreak: update to 0.12.15 2023-08-20 04:53:58 +00:00
wm windowmaker: Add dependencies to buildlink3 that are used inside 2023-08-14 19:10:08 +00:00
www py-websocket-client: updated to 1.6.2 2023-08-22 20:37:01 +00:00
x11 kde-workspace4: fix PLIST for kdepimlibs removal. 2023-08-20 20:46:26 +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