Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
2022-12-02 10:49:26 +00:00
archivers xz: updated to 5.2.9 2022-12-02 09:17:59 +00:00
audio aeneas: not for Python 2.7 2022-11-30 17:02:03 +00:00
benchmarks google-benchmark: updated to 1.7.1 2022-11-26 17:53:02 +00:00
biology Add balance-tui 2022-11-28 09:54:00 +00:00
bootstrap bootstrap: Switch to native awk/sed on illumos. 2022-11-11 17:22:14 +00:00
cad massive revision bump after textproc/icu update 2022-11-23 16:18:32 +00:00
chat chat/gomuks: update to 0.3.0 2022-12-02 09:47:31 +00:00
comms massive revision bump after textproc/icu update 2022-11-23 16:18:32 +00:00
converters massive revision bump after textproc/icu update 2022-11-23 16:18:32 +00:00
cross archivers/fastjar, archivers/lzip, audio/tcd, cross/avrdude, devel/guile-lib, 2022-11-12 09:10:22 +00:00
databases postgresql15-contrib: fix PLIST for llvm option 2022-12-02 09:34:25 +00:00
devel cmake: updated to 3.25.1 2022-12-02 09:20:10 +00:00
distfiles
doc doc: Added lang/oracle-jdk17 version 17.0.5 2022-12-02 10:48:52 +00:00
editors editors/tp-note: update to 1.19.5 2022-11-28 10:50:05 +00:00
emulators mame: update to 0.250. 2022-11-30 09:30:42 +00:00
filesystems Convert several packages to using versioned_depends for py-cryptography. 2022-11-28 19:07:30 +00:00
finance py-ofxparse: not for Python 2.7 2022-11-30 17:02:32 +00:00
fonts massive revision bump after textproc/icu update 2022-11-23 16:18:32 +00:00
games spdlog: Reduce size of hammer to bring in external fmtlib. 2022-11-28 14:38:53 +00:00
geography proj: SunOS needs -fpermissive. 2022-12-01 11:28:10 +00:00
graphics opencv: Remove another -Werror for GCC 12. 2022-12-01 13:39:03 +00:00
ham massive revision bump after textproc/icu update 2022-11-23 16:18:32 +00:00
inputmethod fcitx5: Remove --as-needed on SunOS. 2022-11-28 19:20:21 +00:00
lang lang: Add oracle-jdk17. 2022-12-02 10:49:26 +00:00
licenses licenses: Add oracle-no-fee. 2022-12-02 10:46:54 +00:00
mail mail/pear-Mail: update to 1.5.0 2022-11-30 15:13:18 +00:00
math py-pandas-datareader: updated to 0.10.0 2022-11-28 21:47:29 +00:00
mbone *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
meta-pkgs qt6: sort DEPENDS 2022-12-01 22:01:58 +00:00
misc misc/wthrr: update to 0.6.1 2022-12-01 19:26:59 +00:00
mk check-files.mk: fix execution when CHECK_FILES_STRICT=yes 2022-11-28 23:15:34 +00:00
multimedia gerbera: updated to 1.12.0 2022-11-30 21:28:36 +00:00
net dbip-country-lite: update to 2022.12. 2022-12-01 22:20:46 +00:00
news massive revision bump after textproc/icu update 2022-11-23 16:18:32 +00:00
packages
parallel llvm: updated to 15.0.6 2022-11-30 19:54:59 +00:00
pkgtools pkgtools/pkglint: update to 22.3.2 2022-11-28 23:33:28 +00:00
print py-weasyprint0: exclude pytest-flake8 and pytest-isort from testing 2022-11-30 09:24:13 +00:00
regress *: Revbump packages that use Python at runtime without a PKGNAME prefix 2022-06-30 11:18:01 +00:00
security fail2ban: Switch to PYTHON_VERSIONS_ACCEPTED. 2022-12-01 17:36:57 +00:00
shells shells/nushell: add update warning 2022-11-30 11:48:41 +00:00
sysutils ansible-lint: updated to 6.9.0 2022-12-01 11:29:45 +00:00
templates templates: disable search bar until the results are better 2021-04-21 11:14:11 +00:00
textproc py-html5-parser: not for Python 2.7 2022-11-30 17:03:45 +00:00
time libhandy1 -> newer libhandy (compile tested) 2022-11-29 08:35:58 +00:00
wm evilwm: update to 1.4.2. 2022-11-30 09:02:57 +00:00
www py-beautifulsoup4: updated to 4.11.1 2022-11-30 17:00:38 +00:00
x11 Add qt6-qt5compat version 6.4.1 to pkgsrc-current 2022-12-01 21:26:00 +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