Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
2022-01-07 23:15:15 +00:00
archivers python: egg.mk: add USE_PKG_RESOURCES flag 2022-01-05 15:40:56 +00:00
audio playitslowly: convert to egg.mk 2022-01-07 15:05:31 +00:00
benchmarks revbump for icu and libffi 2021-12-08 16:01:42 +00:00
biology python: egg.mk: add USE_PKG_RESOURCES flag 2022-01-05 15:40:56 +00:00
bootstrap bootstrap: On SCO System V variants, we need either mksh or bash. 2021-12-28 10:13:01 +00:00
cad *: bump PKGREVISION for egg.mk users 2022-01-04 20:52:30 +00:00
chat swirc: needs openssl. 2022-01-06 12:55:21 +00:00
comms python: egg.mk: add USE_PKG_RESOURCES flag 2022-01-05 15:40:56 +00:00
converters py-charset-normalizer: updated to 2.0.10 2022-01-07 16:37:10 +00:00
cross (cross/avr-libc) Add missing BUILD_DEPENDS (alhpaalpha.sty) 2021-12-31 06:18:03 +00:00
databases sqlite3: updated to 3.37.2 2022-01-07 21:06:28 +00:00
devel sqlite3: updated to 3.37.2 2022-01-07 21:06:28 +00:00
distfiles
doc doc: Updated textproc/py-prettytable to 3.0.0 2022-01-07 23:15:15 +00:00
editors editors/feathernotes: update to 0.10.0 2022-01-06 07:53:46 +00:00
emulators python: egg.mk: add USE_PKG_RESOURCES flag 2022-01-05 15:40:56 +00:00
filesystems Fix a segfault on NetBSD 2022-01-06 03:27:13 +00:00
finance python: egg.mk: add USE_PKG_RESOURCES flag 2022-01-05 15:40:56 +00:00
fonts python: egg.mk: add USE_PKG_RESOURCES flag 2022-01-05 15:40:56 +00:00
games warzone2100: Update to 4.2.4 2022-01-05 08:50:28 +00:00
geography geography/geoclue: Update to 2.5.7 2022-01-06 00:09:32 +00:00
graphics ImageMagick: update to 7.1.0.19. 2022-01-05 21:37:24 +00:00
ham uhd: updated to 4.1.0.5 2022-01-04 17:29:06 +00:00
inputmethod revbump for icu and libffi 2021-12-08 16:01:42 +00:00
lang wasi-compiler-rt: apply band-aid for ranlib error in www/firefox 2022-01-07 20:24:39 +00:00
licenses licenses: Do not use UTF-8 encoding. ASCII is sufficient 2021-11-16 17:13:58 +00:00
mail fix typo 2022-01-07 11:46:56 +00:00
math fix typo 2022-01-07 11:46:56 +00:00
mbone mbone: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:57:00 +00:00
meta-pkgs meta-pkgs/lxqt: Revbump for lxqt-session 2022-01-03 12:17:45 +00:00
misc py-platformdirs: updated to 2.4.1 2022-01-07 16:39:21 +00:00
mk Remove leftover debug statement, spotted by wiz@. 2022-01-06 10:30:50 +00:00
multimedia mpv: Update to 0.34.1 2022-01-06 20:02:16 +00:00
net fix typo 2022-01-07 23:06:19 +00:00
news news/pan: update to 0.149. 2021-12-29 13:34:39 +00:00
packages
parallel *: bump PKGREVISION for egg.mk users 2022-01-04 20:53:26 +00:00
pkgtools url2pkg: improve MASTER_SITES and HOMEPAGE for PyPI packages 2022-01-01 15:29:14 +00:00
print *: set USE_PKG_RESOURCES for more packages 2022-01-05 20:47:34 +00:00
regress *: bump PKGREVISION for egg.mk users 2022-01-04 20:53:26 +00:00
security *: set USE_PKG_RESOURCES for more packages 2022-01-05 20:47:34 +00:00
shells bash: update to 5.1.16. 2022-01-05 20:50:16 +00:00
sysutils binwalk: update to version 2.3.3 2022-01-07 19:50:46 +00:00
templates templates: disable search bar until the results are better 2021-04-21 11:14:11 +00:00
textproc py-prettytable: update to 3.0.0. 2022-01-07 23:15:04 +00:00
time python: egg.mk: add USE_PKG_RESOURCES flag 2022-01-05 15:40:56 +00:00
wm fluxbox: add an upstream patch to fix window sizing edge cases 2022-01-07 17:32:12 +00:00
www curl: updated to 7.81.0 2022-01-07 21:05:37 +00:00
x11 st-term: Update to 0.8.5 2022-01-07 13:11:12 +00:00
_NetBSD-pkgdb
Makefile
pkglocate
README.md README.md: Add trailing slash to the URI 2021-10-21 12:18:01 +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