Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
markd a496d2cd75 knotes: add version 23.04.3
KNotes aims to be a useful and full featured notes application for
the KDE project. It tries to be as fast and lightweight as possible
although including some advanced features.
2023-08-16 07:46:12 +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 pg_top: Add missing dependency on curses 2023-08-14 19:24:10 +00:00
devel py-anytree: Avoid self-conflict by renaming installed binary. 2023-08-16 07:40:30 +00:00
distfiles
doc doc: Added net/qore-zmq-module version 1.0.2 2023-08-16 07:28:58 +00:00
editors emacs: support EMACS_TYPE=emacs29 in same manner as 28 2023-08-15 10:58:20 +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 aspell-languages: Skip packages with non-ASCII PLISTs where it's a problem 2023-08-14 19:03:44 +00:00
misc knotes: add version 23.04.3 2023-08-16 07:46:12 +00:00
mk mk: Improve user experience for invalid MACOSX_DEPLOYMENT_TARGET. 2023-08-10 16:45:28 +00:00
multimedia mpv: Update to 0.36.0 2023-08-15 19:17:10 +00:00
net Add net/qore-zmq-module version 1.0.2 to pkgsrc-current 2023-08-16 07:22:44 +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 Fix for security/opensc regression 2023-08-14 16:08:32 +00:00
shells *: recursive bump for Python 3.11 as new default 2023-08-14 05:23:45 +00:00
sysutils DEPENDS+= update for devel/R-processx 3.8.2 2023-08-15 01:21:16 +00:00
templates templates: disable search bar until the results are better 2021-04-21 11:14:11 +00:00
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 akregator: add version 23.04.3 2023-08-16 05:58:59 +00:00
x11 lxqt-panel: Add missing xtst panel 2023-08-14 18:19:09 +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