Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
triaxx f6bbfc68b5 erlang-jiffy: Update to 1.1.1
upstream changes:
-----------------
Jiffy 1.1.1
  o Prevent rebar3 from seeing any global config  …
  o Fix builds using mix as a build tool  …
Jiffy 1.1.0
  o Replace build system with port_compiler  …
  o Use rebar3 for building and testing Jiffy directly
Jiffy 1.0.9
  o Fix typo in README
  o Update enc to exclude linking with erl_interface.lib on Windows  …
2022-10-15 12:20:55 +00:00
archivers py-rarfile: updated to 4.0 2022-10-14 11:48:48 +00:00
audio fluidsynth: updated to 2.3.0 2022-10-14 10:59:10 +00:00
benchmarks benchmarks/hyperfine: update to 1.15.0 2022-09-08 07:21:03 +00:00
biology Bump all dependent packages of wayland (belatedly) 2022-08-11 05:08:00 +00:00
bootstrap bootstrap: Add mktools to special preserve handling. 2022-10-04 11:47:45 +00:00
cad gcad3d: revbump due to x11/gtkglarea2 update 2022-10-07 18:02:52 +00:00
chat swirc: update to 3.3.6. 2022-10-07 14:24:07 +00:00
comms openobex: fix PLIST for latest doxygen, and depend on it 2022-10-04 08:00:49 +00:00
converters Update to 0.62 2022-09-30 23:47:31 +00:00
cross mingw-w64: Update meta-package to 10.0.0 2022-10-09 03:01:45 +00:00
databases erlang-sqlite3: Update to 1.1.13 2022-10-14 19:25:45 +00:00
devel devel/difftastic: update to 0.37.0 2022-10-15 07:08:23 +00:00
distfiles
doc doc: Updated textproc/erlang-fast_yaml to 1.0.34 2022-10-15 12:15:39 +00:00
editors Add bred 2022-10-09 16:12:55 +00:00
emulators emulators/open-simh: update to 2022-10-08 2022-10-09 18:50:44 +00:00
filesystems fuse-exfatfs: Make mkfs.exfat work on NetBSD 2022-10-06 00:51:49 +00:00
finance py-stripe: updated to 4.2.0 2022-10-13 08:49:12 +00:00
fonts tex-universalis{,-doc}: update to 2022 2022-10-12 22:54:25 +00:00
games stegavorto: updated to 2011.05.26 2022-10-04 20:18:07 +00:00
geography geography/R-s2: remove ineffectual use of atomic64.mk. 2022-10-08 20:30:46 +00:00
graphics Add gradiente 2022-10-15 07:14:26 +00:00
ham (ham/hackrf) Updated 2021.03.1 to 2022.09.1 2022-10-09 13:28:26 +00:00
inputmethod ibus-table-chinese: updated to 1.8.3 2022-09-22 09:39:25 +00:00
lang py-pygls: updated to 0.12.2 2022-10-14 09:55:51 +00:00
licenses Add Commander X16 ROM license (this is a somewhat complex combination of 2022-08-07 17:35:09 +00:00
mail gyb: update to 1.71 2022-10-14 12:26:56 +00:00
math openfst: fix build by setting GCC_REQD to 8 since it needs <charconv> 2022-10-11 16:35:49 +00:00
mbone *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
meta-pkgs Drop ruby26 support. 2022-10-10 03:24:52 +00:00
misc commit.msg 2022-10-14 16:43:48 +00:00
mk mk: Skip include and info dirs for CTF and debug. 2022-10-12 10:47:00 +00:00
multimedia multimedia/t-rec: Add missing include 2022-10-11 10:55:34 +00:00
net erlang-stun: Update to 1.2.6 2022-10-14 20:05:57 +00:00
news news/canlock-hp: Update homepage 2022-10-14 11:39:56 +00:00
packages
parallel parallel/mpi-ch: make this build and install on NetBSD. 2022-10-02 15:35:23 +00:00
pkgtools pkgin: Update to 22.10.0. 2022-10-05 17:23:02 +00:00
print poppler: update to 22.10.0. 2022-10-13 10:56:03 +00:00
regress *: Revbump packages that use Python at runtime without a PKGNAME prefix 2022-06-30 11:18:01 +00:00
security erlang-epam: Update to 1.0.12 2022-10-15 12:04:42 +00:00
shells shells/starship: update to 1.11.0 2022-10-15 07:10:59 +00:00
sysutils gam: update to 6.25 2022-10-14 12:01:17 +00:00
templates templates: disable search bar until the results are better 2021-04-21 11:14:11 +00:00
textproc erlang-jiffy: Update to 1.1.1 2022-10-15 12:20:55 +00:00
time py-goocalendar: updated to 0.7.2 2022-10-14 11:56:16 +00:00
wm wm/shod: update to 2.5.0 2022-10-11 20:47:37 +00:00
www py-bottle: updated to 0.12.23 2022-10-14 12:34:50 +00:00
x11 alacritty: use wildcard for x11-dl crate's version in SUBST_FILES 2022-10-14 14:23:40 +00:00
_NetBSD-pkgdb
Makefile
pkglocate
README.md README.md: Add trailing slash to URI for consistency 2022-08-24 13:59:26 +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