Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
markd dcafcc0a6e kimap: KDE Gear update to 23.04.3
10 months of development
2023-08-03 03:55:09 +00:00
archivers ark: KDE Gear update to 23.04.3 2023-08-03 02:21:01 +00:00
audio *: Mark packages that were originally identified as requiring 2023-08-02 19:20:16 +00:00
benchmarks Work around upstream commit which seems to break usage on at least 2023-07-26 13:37:35 +00:00
biology *: Mark packages that were originally identified as requiring 2023-08-02 19:20:16 +00:00
bootstrap bootstrap: Use /usr/bin/bash more on SunOS 2023-07-07 12:53:22 +00:00
cad *: Use FORCE_C_STD=c99 for C packages that use for loop initial 2023-08-02 16:17:15 +00:00
chat *: Mark packages that were originally identified as requiring 2023-08-02 19:20:16 +00:00
comms *: Mark packages that were originally identified as requiring 2023-08-02 19:20:16 +00:00
converters *: Mark packages that were originally identified as requiring 2023-08-02 19:20:16 +00:00
cross *: Mark packages that were originally identified as requiring 2023-08-02 19:20:16 +00:00
databases kldap: KDE Gear update to 23.04.3 2023-08-03 02:22:38 +00:00
devel umbrello: KDE Gear update to 23.04.3 2023-08-03 02:41:49 +00:00
distfiles
doc fixes.xml: correct a variable name reference 2023-08-03 02:20:35 +00:00
editors kate: KDE Gear update to 23.04.3 2023-08-03 02:43:11 +00:00
emulators *: Mark packages that were originally identified as requiring 2023-08-02 19:30:56 +00:00
filesystems *: Mark packages that were originally identified as requiring 2023-08-02 19:20:16 +00:00
finance finance/rex: update to 0.1.12 2023-08-02 17:33:50 +00:00
fonts py-fonttools: updated to 4.41.1 2023-07-24 05:03:03 +00:00
games picmi: KDE Gear update to 23.04.3 2023-08-03 03:34:05 +00:00
geography *: remove more references to Python 3.7 2023-08-01 23:20:37 +00:00
graphics svgpart: KDE Gear update to 23.04.3 2023-08-03 03:53:52 +00:00
ham *: Use FORCE_C_STD=c99 for C packages that use for loop initial 2023-08-02 16:17:15 +00:00
inputmethod *: Mark packages that were originally identified as requiring 2023-08-02 19:30:56 +00:00
lang *: Mark packages that were originally identified as requiring 2023-08-02 19:30:56 +00:00
licenses Add a package for GALasm, a portable GAL assembler. 2023-04-25 03:28:37 +00:00
mail kimap: KDE Gear update to 23.04.3 2023-08-03 03:55:09 +00:00
math lapack: add -fPIC to FFLAGS 2023-08-02 22:19:22 +00:00
mbone *: Mark packages that were originally identified as requiring 2023-08-02 19:20:16 +00:00
meta-pkgs kde: bump Gear version to 23.04.3 2023-08-03 02:10:31 +00:00
misc *: Mark packages that were originally identified as requiring 2023-08-02 19:20:16 +00:00
mk mk: Add support for FORCE_C_STD and FORCE_CXX_STD as discussed on tech-pkg.k 2023-08-02 15:59:57 +00:00
multimedia mlt: update to 7.18.0 2023-08-03 02:03:16 +00:00
net krfb: stay at version 22.08.1 2023-08-03 02:17:34 +00:00
news news: Adapt packages to USE_(CC|CXX)_FEATURES where possible 2023-07-18 18:37:42 +00:00
packages
parallel *: Instead of using BUILDLINK_TRANSFORM to force a "gnu" language 2023-08-02 19:27:30 +00:00
pkgtools python-versions-check: fix syntax error 2023-07-23 01:58:20 +00:00
print mupdf: Enable color management 2023-08-02 14:32:46 +00:00
regress regress: remove tests for Haskell PLIST generation 2023-02-04 20:06:37 +00:00
science science/cgnslib: import new package vom wip 2023-07-25 11:23:54 +00:00
security *: Mark packages that were originally identified as requiring 2023-08-02 19:30:56 +00:00
shells shells/starship: update to 1.16.0 2023-08-01 08:05:34 +00:00
sysutils bacula-qt5-console: Enforce availablility of GNU extensions with FORCE_CXX_STD. 2023-08-02 19:35:46 +00:00
templates
textproc *: Packages including C++ hunspell headers must use C++11 or newer. 2023-08-02 19:36:51 +00:00
time *: Mark packages that were originally identified as requiring 2023-08-02 19:20:16 +00:00
wm *: Mark packages that were originally identified as requiring 2023-08-02 19:20:16 +00:00
www *: Instead of using BUILDLINK_TRANSFORM to force a "gnu" language 2023-08-02 19:27:30 +00:00
x11 *: Mark packages that were originally identified as requiring 2023-08-02 19:20:16 +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