Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
nia 18444ae1b6 add fonts/cursed_font
cursed_font is a 9x18 bitmapped font designed for low-DPI screens. It was
originally an embiggened and monospace-ified version of Apple's Chicago font
from System 6, but it also takes inspiration from many other fonts such as
bizcat, ttyp0, tamzen, scientifica.
2021-04-19 16:03:10 +00:00
archivers archivers: Enable pxz 2021-04-16 16:20:47 +00:00
audio add audio/minimp3 2021-04-19 10:14:10 +00:00
benchmarks dnsperf: Update to version 2.5.1 2021-03-23 18:17:26 +00:00
biology biology/molsketch: update to 0.7.2 2021-04-04 19:10:20 +00:00
bootstrap bootstrap: Add MidnightBSD support to bootstrap shell script 2021-03-15 16:22:06 +00:00
cad py-PyRTL: Update to 0.9.0 2021-04-14 13:43:57 +00:00
chat devel/meson no longer includes lang/python/tool.mk so we need to 2021-04-19 13:51:17 +00:00
comms comms: better COMMENT 2021-04-12 15:14:00 +00:00
converters libmspub: Fix build with GCC 10 in NetBSD base 2021-04-15 14:56:35 +00:00
cross atasm: update to 1.09. 2021-03-21 10:21:07 +00:00
databases postgresql: ensure linux libuuid is buildlinked when needed 2021-04-16 06:38:20 +00:00
devel libatomic: update to 10.3.0. 2021-04-19 14:07:49 +00:00
distfiles
doc doc: Updated textproc/ruby-asciidoctor to 2.0.14 2021-04-19 16:00:40 +00:00
editors editors/cesium: update to 0.2.1 2021-04-19 14:41:02 +00:00
emulators libretro-ppsspp: Switch back to ffmpeg3 until I can fix this properly 2021-04-19 15:55:45 +00:00
filesystems py-fs: updated to 2.4.13 2021-04-16 13:17:39 +00:00
finance py-braintree: updated to 4.8.0 2021-04-16 05:45:54 +00:00
fonts add fonts/cursed_font 2021-04-19 16:03:10 +00:00
games valyriatear: Add missing WRKSRC 2021-04-19 15:29:59 +00:00
geography libmemphis02: bump PKGREVISION for new default-on introspection option 2021-04-19 16:00:42 +00:00
graphics darktable: needs librsvg 2021-04-19 15:36:06 +00:00
ham ham/chirp: Update to 20210416 2021-04-16 13:06:13 +00:00
inputmethod *: bump for vala 0.52 2021-04-14 07:28:16 +00:00
lang GCC does not support Darwin-*-aarch64. 2021-04-18 11:52:16 +00:00
licenses add eternal-lands-license 2021-04-04 09:36:29 +00:00
mail *: Recursive revbump from devel/nss 2021-04-15 11:23:03 +00:00
math liblinear: updated to 2.43 2021-04-16 06:48:04 +00:00
mbone *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
meta-pkgs gnome: Fix typo in SUPERSEDES and correct PREV_PKGPATH 2021-04-19 10:59:01 +00:00
misc tmux: Add a reference to upstream PR 2021-04-17 10:28:22 +00:00
mk correct documentation 2021-04-10 09:03:13 +00:00
multimedia mlt: Update to 6.26.1 2021-04-14 11:19:16 +00:00
net GeoIP: force-fail gethostbyname_r configure check. 2021-04-19 07:22:30 +00:00
news sfeed_curses: Update to 0.9.10 2021-04-17 11:14:04 +00:00
packages
parallel match arm64 systems. fixes build on netbsd/arm64. 2021-04-02 07:59:35 +00:00
pkgtools pkgtools/pkglint: update to 21.1.1 2021-04-17 18:10:14 +00:00
print qpdf: Update to 10.3.1 2021-04-16 17:18:57 +00:00
regress regress/infra-unittests: use single quotes for string literals 2021-01-04 21:11:43 +00:00
security amass: Update to 3.11.13 2021-04-17 11:07:03 +00:00
shells fish: update to 3.2.2 2021-04-08 10:46:52 +00:00
sysutils copy libclucene patch for MacroCheckGccVisibility.cmake to make 2021-04-18 20:34:04 +00:00
templates templates: match pkgsrc website 2021-04-13 15:04:03 +00:00
textproc ruby-asciidoctor: update to 2.0.14. 2021-04-19 16:00:29 +00:00
time libical: update to 3.0.10 2021-04-19 11:04:52 +00:00
wm mutter: set PYTHON_FOR_BUILD_ONLY 2021-04-12 13:05:09 +00:00
www firefox-l10n: Update to 88.0 2021-04-19 13:51:11 +00:00
x11 libgdm: Needs gdbus-codegen 2021-04-19 15:31:53 +00:00
_NetBSD-pkgdb _NetBSD-pkgdb: Use $@ insted of $* 2020-12-29 17:56:14 +00:00
Makefile
pkglocate
README.md *: fix a bunch of typos in README and various documentation files. 2020-12-12 10:42:47 +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.

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