Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Go to file
wiz 45fbebbd4e py-cmake-language-server: update to 0.1.7.
What's Changed

    Run CI on mater branch by @regen100 in #57
    Use PDM by @regen100 in #66
    Update CI and CD by @regen100 in #67
    Update pygls by @regen100 in #68
    Support Python 3.11 by @regen100 in #69
2023-05-05 09:52:24 +00:00
archivers lzma: update to version 9.18 2023-04-30 14:37:48 +00:00
audio audio/ncspot: update to 0.13.2 2023-05-05 07:50:59 +00:00
benchmarks revbump after textproc/icu update 2023-04-19 08:08:03 +00:00
biology *: GCC_REQD must always be appended to. 2023-04-25 13:51:49 +00:00
bootstrap README.NetBSD: also note PKGSRC_USE_SSP example 2023-03-27 17:04:42 +00:00
cad (cad/gtkwave) Updated 3.3.113 to 3.3.115 2023-04-30 21:55:14 +00:00
chat 'with-current-buffer' takes a buffer; upstream says so, too. 2023-05-04 14:58:16 +00:00
comms py-rich: updated to 13.3.5 2023-04-27 17:50:38 +00:00
converters py-chardet4: remove, unused 2023-05-02 17:24:30 +00:00
cross cross/mingw-w64-i686-gcc: Use DW2 exceptions 2023-03-19 16:00:48 +00:00
databases databases/ruby-sequel: update to 5.68.0 2023-05-03 14:19:36 +00:00
devel devel/Makefile: + py-test-datadir 2023-05-05 09:46:33 +00:00
distfiles
doc doc: Added devel/py-test-datadir version 1.4.1 2023-05-05 09:46:43 +00:00
editors editors/tp-note: update to 1.21.1 2023-05-04 19:01:15 +00:00
emulators qemu: updated to 7.2.1 2023-05-05 07:49:29 +00:00
filesystems fuse-sshfs: build using python 3 only 2023-05-02 16:18:04 +00:00
finance py-alphalens: not for Python 3.8 2023-05-04 17:53:49 +00:00
fonts Drop runtime dependency on Python. Bump revision. 2023-04-28 21:52:18 +00:00
games 0ad: gnutls, idn2 bl3 2023-05-05 08:30:25 +00:00
geography Update to 0.09 2023-04-30 00:37:02 +00:00
graphics ruby-gnome: update to 4.1.4. 2023-05-04 21:55:45 +00:00
ham gnuradio-companion: fix PLIST 2023-04-24 06:36:55 +00:00
inputmethod fcitx5-kkc: required gcc 8 for std::underlying_type_t 2023-04-25 14:59:57 +00:00
lang py-cmake-language-server: update to 0.1.7. 2023-05-05 09:52:24 +00:00
licenses Add a package for GALasm, a portable GAL assembler. 2023-04-25 03:28:37 +00:00
mail xfce4-mailwatch-plugin: update to 1.3.1 2023-05-05 01:45:12 +00:00
math py-pythran: updated to 0.13.1 2023-05-04 17:36:05 +00:00
mbone *: Recursive revbup from graphics/freetype2 2023-01-29 21:14:22 +00:00
meta-pkgs xfce4-extras: reflect latest versions after updates 2023-05-05 02:11:54 +00:00
misc xfce4-weather-plugin: update to 0.11.1 2023-05-03 23:41:58 +00:00
mk options.description: add generic description for editor. 2023-05-04 15:36:51 +00:00
multimedia xfce4-mpc-plugin: update to 0.5.3 2023-05-05 01:57:46 +00:00
net py-stone: relax requirements 2023-05-04 21:06:06 +00:00
news update inn to 2.7.1 2023-04-30 14:58:58 +00:00
packages
parallel py-ipyparallel: updated to 8.6.1 2023-05-04 18:11:57 +00:00
pkgtools pkgtools/pkglint: update to 23.1.8 2023-04-25 16:02:50 +00:00
print ruby-gnome: update to 4.1.4. 2023-05-04 21:55:45 +00:00
regress regress: remove tests for Haskell PLIST generation 2023-02-04 20:06:37 +00:00
security py-service_identity: update to 21.1.0. 2023-05-05 09:02:12 +00:00
shells shells/oh-my-posh: update to 15.4.2 2023-05-05 07:52:08 +00:00
sysutils packer: update to 1.8.7 2023-05-05 06:47:56 +00:00
templates templates: disable search bar until the results are better 2021-04-21 11:14:11 +00:00
textproc py-json-logger: added version 2.0.7 2023-05-05 09:45:01 +00:00
time py-tzlocal: update to 4.3. 2023-05-04 12:45:58 +00:00
wm wm/shod: update to 2.6.2 2023-04-30 19:54:25 +00:00
www www: Try to unbreak python nonsense. 2023-05-05 09:19:06 +00:00
x11 xf86-input-mouse: update to 1.9.5. 2023-05-05 08:24:30 +00:00
_NetBSD-pkgdb
Makefile
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