Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Go to file
tm 55b7c9ec5f doc: Pullup ticket #6552 2021-12-14 17:45:13 +00:00
archivers archivers/php-pecl-zip: update to 1.19.4 2021-09-19 16:32:06 +00:00
audio audio/termusic: update to 0.3.13 2021-09-23 14:44:04 +00:00
benchmarks google-benchmark: update to 1.6.0. 2021-09-12 10:58:25 +00:00
biology biology/biolibc: Update to 0.2.0.11 2021-09-18 00:42:39 +00:00
bootstrap Spaces to tabs (NFCI). 2021-07-13 12:43:58 +00:00
cad openscad: Use rm instead of unlink. 2021-09-23 18:38:35 +00:00
chat Pullup ticket #6538 - requested by gdt 2021-11-24 19:52:42 +00:00
comms py-esptool: fix DEPENDS line 2021-09-21 23:26:02 +00:00
converters py-charset-normalizer: updated to 2.0.6 2021-09-19 10:39:10 +00:00
cross (cross/mingw-binutils) fix build, taking care ld/genscripts.sh bash issue 2021-09-26 02:33:14 +00:00
databases Pullup ticket #6551 - requested by nia 2021-12-14 09:17:37 +00:00
devel Pullup ticket #6548 - requested by mlelstv 2021-12-05 07:32:02 +00:00
distfiles
doc doc: Pullup ticket #6552 2021-12-14 17:45:13 +00:00
editors (editors/codelite) Fix build. +include net/libcares/buildlink3.mk 2021-09-22 02:50:02 +00:00
emulators retroarch: assume neon is available on armv7 2021-09-25 05:44:12 +00:00
filesystems fuse-ntfs-3g: avoid running ldconfig to help with unprivileged builds on arm 2021-09-25 05:50:15 +00:00
finance finance/ruby-activemerchant: update to 1.122.0 2021-09-18 15:42:01 +00:00
fonts fontconfig: fix crash on mac OS aarch64. Via upstream. Bump. 2021-09-11 23:34:44 +00:00
games openjk: Cope with NetBSD calling 32-bit arm earm. 2021-09-25 05:40:00 +00:00
geography geography/Makefile: add missing subdirectory 2021-09-20 21:09:47 +00:00
graphics Pullup ticket #6519 - requested by nia 2021-10-16 20:55:16 +00:00
ham ham/trustedQSL: Drop superceded patch. 2021-09-18 15:11:32 +00:00
inputmethod ibus: update to 1.5.25. 2021-08-21 17:40:17 +00:00
lang Pullup ticket #6547 - requested by taca 2021-11-27 22:11:20 +00:00
licenses Add SMath Studio as math/smath-studio. 2021-06-29 14:28:12 +00:00
mail Pullup ticket #6534 - requested by bsiegert 2021-11-20 21:50:39 +00:00
math (math/R-pbkrtest) Fix build, +DEPENDS+= R-knitr 2021-09-21 22:35:16 +00:00
mbone *: recursive bump for perl 5.34 2021-05-24 19:49:01 +00:00
meta-pkgs courier: fix a typo and add an explanatory comment (NFC) 2021-09-23 22:20:06 +00:00
misc (misc/kalzium) Fix build by removing ocaml/buildlink3.mk, correct ? 2021-09-22 14:30:34 +00:00
mk Remove stuff inadvertently included in previous (thanks wiz@). 2021-09-14 10:50:48 +00:00
multimedia Pullup ticket #6516 - requested by wiz 2021-10-16 18:09:24 +00:00
net Pullup ticket #6537 - requested by taca 2021-11-24 12:45:47 +00:00
news news/pan: Use a proper release tarball rather than a gitlab snapshot. 2021-09-25 12:33:46 +00:00
packages
parallel pocl: work around broken CPU detection on aarch64 2021-09-20 09:05:30 +00:00
pkgtools pkglint: update to 21.3.0 2021-09-27 09:24:59 +00:00
print Pullup ticket #6512 - requested by mlelstv 2021-10-13 20:47:09 +00:00
regress regress: fix space-tab in the indentation 2021-09-09 18:23:44 +00:00
security Pullup ticket #6505 - requested by wiz 2021-10-07 20:30:37 +00:00
shells shells/nushell: enable nu_plugin_textview 2021-09-24 10:32:43 +00:00
sysutils (sysutils/collectd-CGP) regen PLIST 2021-09-26 01:34:21 +00:00
templates templates: disable search bar until the results are better 2021-04-21 11:14:11 +00:00
textproc (textproc/py-bracex) fix build with py36, can not decode.. 2021-09-26 15:21:30 +00:00
time (time/R-tzdb) Add buildlink3.mk 2021-09-08 15:30:54 +00:00
wm qvwm: add missing libraries for the SunOS linker 2021-09-17 10:27:34 +00:00
www Pullup ticket #6552 - requested by nia 2021-12-14 17:44:44 +00:00
x11 Pullup ticket #6510 - requested by nia 2021-10-09 12:49:50 +00:00
Makefile
README.md use libera.chat's hosted kiwiirc 2021-05-29 13:14:10 +00:00
_NetBSD-pkgdb _NetBSD-pkgdb: Use $@ insted of $* 2020-12-29 17:56:14 +00:00
pkglocate

README.md

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