Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
2022-12-23 02:33:43 +00:00
archivers unrar: updated to 6.2.3 2022-12-18 09:58:35 +00:00
audio musicpd: Remove useless patch 2022-12-21 17:08:39 +00:00
benchmarks (parallel/R-doParallel) (benchmarks/R-mlbench) Added 2022-12-18 12:53:18 +00:00
biology biology/biolibc-tools: Update to 0.1.4.1 2022-12-14 00:23:19 +00:00
bootstrap README.Cygwin: if using git, make sure to checkout with Unix line endings. 2022-12-06 15:22:18 +00:00
cad ghdl: add upstream patch to fix build with llvm 15 2022-12-22 16:23:28 +00:00
chat chat/toot: update to version 0.32.1. 2022-12-18 14:50:55 +00:00
comms py-esptool: updated to 4.4 2022-12-12 13:46:15 +00:00
converters converters/php-mbstring: adjust to support php82 2022-12-11 14:16:16 +00:00
cross cross-i586-pc-msdosdjgpp-gcc: fix PLIST 2022-12-22 13:39:12 +00:00
databases databases/ruby-hiera: update to 3.11.0 2022-12-18 13:49:50 +00:00
devel py-importlib-resources: update DESCR to match present reality 2022-12-23 02:33:43 +00:00
distfiles
doc doc: Updated time/p5-DateTime-TimeZone to 2.57 2022-12-22 17:22:42 +00:00
editors editors/tp-note: update to 1.19.11 2022-12-22 09:34:32 +00:00
emulators emulators/simh3: upstream distfile changed 2022-12-22 16:26:09 +00:00
filesystems Revbump all Go packages after go119 security update 2022-12-08 16:14:12 +00:00
finance bitcoin: updated to 24.0.1 2022-12-19 10:03:47 +00:00
fonts tex-tex-gyre: install otf files into system directories 2022-12-21 19:24:51 +00:00
games games/doomlegacy: Update to 1.48.12 2022-12-19 11:53:59 +00:00
geography geography/qgis: Update to 3.28.2 2022-12-19 23:32:52 +00:00
graphics graphics/simp: fix typo 2022-12-22 09:35:46 +00:00
ham ham/chirp: Update to 20221217 2022-12-17 16:41:50 +00:00
inputmethod uim-elisp: remove 2022-12-22 13:28:07 +00:00
lang gnat_util: remove 2022-12-21 14:09:17 +00:00
licenses Add licenses/djgpp-license 2022-12-04 22:44:43 +00:00
mail oe2mbx: add explicit rule for src/liboe.o 2022-12-21 13:19:30 +00:00
math openaxiom: mark two files as not PIE 2022-12-21 15:43:30 +00:00
mbone *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
meta-pkgs ruby-gnome: update to 4.0.5. 2022-12-12 14:04:51 +00:00
misc ini_file_manager: remove 2022-12-21 14:45:21 +00:00
mk atomic64.mk: also do this for earm* platforms. 2022-12-22 10:52:52 +00:00
multimedia multimedia/xine-lib: enable PTHREAD_AUTO_VARS. 2022-12-21 19:45:01 +00:00
net net/ruby-stompserver: fix build problem with hoe 4.0.1 2022-12-22 02:05:55 +00:00
news trn: Pass LDFLAGS, fixes ncurses build. 2022-12-15 11:30:36 +00:00
packages
parallel (parallel/R-doParallel) (benchmarks/R-mlbench) Added 2022-12-18 12:53:18 +00:00
pkgtools pkgtools/pkg: only require libbsd on Linux. 2022-12-19 16:49:59 +00:00
print tex-europasscv: add some missing dependencies. Bump PKGREVISION. 2022-12-21 19:15:24 +00:00
regress *: Revbump packages that use Python at runtime without a PKGNAME prefix 2022-06-30 11:18:01 +00:00
security security/opendoas: allow optional 'persist' support. 2022-12-22 09:24:38 +00:00
shells shells/nushell: review warning 2022-12-21 22:17:08 +00:00
sysutils sysutils/xosview2: fix build on NetBSD-10. 2022-12-22 15:13:15 +00:00
templates templates: disable search bar until the results are better 2021-04-21 11:14:11 +00:00
textproc csharp-xapian: fix PLIST after update 2022-12-21 16:28:56 +00:00
time p5-DateTime-TimeZone: update to 2.57 2022-12-22 17:22:31 +00:00
wm wm/coma: fix building on SunOS. 2022-12-19 13:57:34 +00:00
www cppcms: update to 1.2.1. 2022-12-21 15:21:28 +00:00
x11 modular-xorg-server: update to 21.1.6. 2022-12-20 18:56:06 +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