Go to file
adam bdbd453698 Updated devel/py-pylint, textproc/py-rapidjson 2024-05-18 19:49:47 +00:00
archivers py-zipp: updated to 3.18.2 2024-05-16 14:14:39 +00:00
audio py-audio: convert to wheel.mk 2024-05-18 07:27:12 +00:00
benchmarks benchmarks/hs-criterion-measurement: Add an upstream URL to a patch 2024-05-12 05:48:30 +00:00
biology minimap2: Honour LDFLAGS when linking 2024-05-18 00:27:16 +00:00
bootstrap bootstrap: Use printf builtin in bootstrap mksh. 2024-04-29 12:37:25 +00:00
cad (cad/iverilog) Fix build, adjust WRKSRC 2024-05-18 14:49:59 +00:00
chat chat/libotr, chat/irssi: Pass through libgcrypt-config on cross. 2024-05-16 23:34:12 +00:00
comms comms/asterisk20: Update to 20.5.1 2024-05-16 13:41:59 +00:00
converters *: recursive bump for gnutls p11-kit option 2024-05-16 06:14:30 +00:00
cross riscv64-none-elf-gcc: drop duplicated CHECK_PORTABILITY_SKIP 2024-05-13 23:08:56 +00:00
databases Fix databases/lmdb build 2024-05-18 16:03:45 +00:00
devel py-pylint: updated to 3.2.1 2024-05-18 19:48:27 +00:00
distfiles
doc Updated devel/py-pylint, textproc/py-rapidjson 2024-05-18 19:49:47 +00:00
editors *: recursive bump for gnutls p11-kit option 2024-05-16 06:14:30 +00:00
emulators *: recursive bump for gnutls p11-kit option 2024-05-16 06:14:30 +00:00
filesystems *: recursive bump for gnutls p11-kit option 2024-05-16 06:14:30 +00:00
finance *: recursive bump for gnutls p11-kit option 2024-05-16 06:14:30 +00:00
fonts FiraCode: simplify by using fonts.mk 2024-05-17 14:59:23 +00:00
games openrct2: remove patch that was removed from distinfo in 1.30 2024-05-16 08:01:28 +00:00
geography *: recursive bump for gnutls p11-kit option 2024-05-16 06:14:30 +00:00
graphics SDL2_image-legacy: Sprinkle CHECK_PORTABILITY_SKIP for third-party libs 2024-05-18 08:40:59 +00:00
ham gnuradio-core: match incompatible python versions to used dependency's 2024-05-16 20:02:20 +00:00
inputmethod *: recursive bump for gnutls p11-kit option 2024-05-16 06:14:30 +00:00
lang go: fix typo 2024-05-18 16:00:05 +00:00
licenses mk: add rftg-license for games/rftg 2024-04-28 09:15:47 +00:00
mail mail/rspamd: fix DMARC report on NetBSD 2024-05-16 15:22:13 +00:00
math py-photutils: convert to wheel.mk. 2024-05-18 13:37:34 +00:00
mbone fetch from backup 2023-12-22 18:31:14 +00:00
meta-pkgs xfce4: bump for elementary-xfce-icon-theme 0.19 2024-05-16 23:39:06 +00:00
misc *: recursive bump for gnutls p11-kit option 2024-05-16 06:14:30 +00:00
mk mk: make 'makesum' target also use the distinfo.filelist 2024-05-15 08:31:35 +00:00
multimedia *: recursive bump for gnutls p11-kit option 2024-05-16 06:14:30 +00:00
net gst-rtsp-server: follow gstreamer1 update 2024-05-18 15:57:04 +00:00
news *: recursive bump for gnutls p11-kit option 2024-05-16 06:14:30 +00:00
packages
parallel *: recursive bump for gnutls p11-kit option 2024-05-16 06:14:30 +00:00
pkgtools Update HOMEPAGE 2024-05-17 14:02:26 +00:00
print zathura-pdf-poppler: needs c17 2024-05-18 16:02:05 +00:00
regress lintpkgsrc, regress: update references to pkglint files 2023-10-16 22:21:55 +00:00
science science/cgnslib: import new package vom wip 2023-07-25 11:23:54 +00:00
security Add flawz 2024-05-18 16:25:50 +00:00
shells shells/oh-my-posh: update to 19.30.0 2024-05-17 12:51:03 +00:00
sysutils sysutils/rsftch: update to 0.5.9 2024-05-18 16:21:50 +00:00
templates
textproc py-rapidjson: updated to 1.17 2024-05-18 19:49:30 +00:00
time *: recursive bump for gnutls p11-kit option 2024-05-16 06:14:30 +00:00
wm Recursive revbump after changing the default Haskell compiler 2024-05-09 01:31:38 +00:00
www py-django-allauth: updated to 0.63.1 2024-05-18 06:10:53 +00:00
x11 gtk3: updated to 3.24.42 2024-05-16 11:44:01 +00:00
Makefile
README.md README.md: new URL for BulkTracker. 2024-01-31 02:50:22 +00:00
_NetBSD-pkgdb
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