Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
2023-08-16 14:37:11 +00:00
archivers *: recursive bump for Python 3.11 as new default 2023-08-14 05:23:45 +00:00
audio cdparanoia: fix normal execution on recent macOS releases 2023-08-16 01:01:35 +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 *: recursive bump for Python 3.11 as new default 2023-08-14 05:23:45 +00:00
comms *: recursive bump for Python 3.11 as new default 2023-08-14 05:23:45 +00:00
converters *: recursive bump for Python 3.11 as new default 2023-08-14 05:23:45 +00:00
cross cross: Mark various versions of gcc unsuitable for MKPIE. 2023-08-09 08:24:38 +00:00
databases databases/postgresql-postgis2: Update to 3.4.0 2023-08-16 14:36:39 +00:00
devel Add devel/qore-msg-module version 1.0.1 to pkgsrc-current 2023-08-16 12:11:07 +00:00
distfiles
doc doc: Updated databases/postgresql-postgis2 to 3.4.0 2023-08-16 14:37:11 +00:00
editors vigor: Check for CIRCLEQ support using the infrastructure variable 2023-08-16 08:08:36 +00:00
emulators *: recursive bump for Python 3.11 as new default 2023-08-14 05:23:45 +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 *: recursive bump for Python 3.11 as new default 2023-08-14 05:23:45 +00:00
games games/ironwail: Remove a patch that's no longer necessary 2023-08-15 14:57:56 +00:00
geography *: recursive bump for Python 3.11 as new default 2023-08-14 05:23:45 +00:00
graphics kdiagram: add version 2.8.0 2023-08-16 07:32:15 +00:00
ham *: recursive bump for Python 3.11 as new default 2023-08-14 05:23:45 +00:00
inputmethod *: recursive bump for Python 3.11 as new default 2023-08-14 05:23:45 +00:00
lang lang/janet: Update to 1.30.0 2023-08-15 15:13:55 +00:00
licenses Add a package for GALasm, a portable GAL assembler. 2023-04-25 03:28:37 +00:00
mail kmail: add version 23.04.3 2023-08-16 06:24:41 +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 kde4: drop kuser 2023-08-16 09:58:54 +00:00
misc kdeplasma-addons4: drop kdepimlibs dependency 2023-08-16 10:08:22 +00:00
mk mk: Define OPSYS_HAS_CIRCLEQ on NetBSD versions before 10 2023-08-16 08:07:01 +00:00
multimedia mpv: Update to 0.36.0 2023-08-15 19:17:10 +00:00
net kopete: update to 23.04.3 2023-08-16 12:17:01 +00:00
news *: recursive bump for Python 3.11 as new default 2023-08-14 05:23:45 +00:00
packages
parallel *: recursive bump for Python 3.11 as new default 2023-08-14 05:23:45 +00:00
pkgtools url2pkg: clean and extract after adjusting the package 2023-08-15 21:20:03 +00:00
print (print/p5-TexLive-TLConfig) and p5-TexLive-TLUtils added 2023-08-15 05:45:16 +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 kgpg: updat to 23.04.3 2023-08-16 09:43:51 +00:00
shells *: recursive bump for Python 3.11 as new default 2023-08-14 05:23:45 +00:00
sysutils libbaloo4: remove. nothing uses it. wont now build. 2023-08-16 12:37:57 +00:00
templates
textproc py-pdf: this now actually requires flit_core>=3.9 2023-08-16 00:38:05 +00:00
time korganizer: add version 23.04.3 2023-08-16 07:43:14 +00:00
wm windowmaker: Add dependencies to buildlink3 that are used inside 2023-08-14 19:10:08 +00:00
www Substitute PREFIX in NetBSD wrapper 2023-08-16 10:41:35 +00:00
x11 kde-workspace4: remove kdepimlibs dependency 2023-08-16 10:50:40 +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