Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
adam b66c5d1e94 py-django-tastypie: updated to 0.14.5
0.14.5

Bugfix for data loss prevention exception when same uri is used in multiple to-many resources in a payload.
Doc fix for delete_detail
More cleanup for python 2 EOL
Added support for Django 4.1.
2023-06-01 07:59:05 +00:00
archivers unrar: updated to 6.2.8 2023-06-01 05:19:33 +00:00
audio musicpd: update to 0.23.13. 2023-05-28 17:11:55 +00:00
benchmarks *: recursive bump for libimagequant 4.x 2023-05-22 11:38:58 +00:00
biology canu: remove patches that are not in distinfo 2023-06-01 03:33:32 +00:00
bootstrap README.NetBSD: also note PKGSRC_USE_SSP example 2023-03-27 17:04:42 +00:00
cad *: bump for libproxy 0.5 2023-05-22 20:59:55 +00:00
chat *: recursive bump for imath shared library major version bump 2023-05-28 17:04:31 +00:00
comms openobex: fix build with latest doxygen and depend on it 2023-05-24 07:22:18 +00:00
converters bdf2psf: update to 1.221. 2023-05-31 08:52:54 +00:00
cross cross/mingw-w64-i686-gcc: Use DW2 exceptions 2023-03-19 16:00:48 +00:00
databases databases/postgresql-postgis2: Update to 3.3.3 2023-05-31 13:30:12 +00:00
devel cbindgen: updated to 0.24.6 2023-06-01 07:55:08 +00:00
distfiles
doc doc: Updated misc/chatgpt-shell-cli to 0.0.20230516 2023-06-01 07:04:26 +00:00
editors *: recursive bump for imath shared library major version bump 2023-05-28 17:04:31 +00:00
emulators add emulators/fbneo 2023-05-29 19:30:47 +00:00
filesystems kubo: update to 0.19.2. 2023-05-07 10:06:11 +00:00
finance py-braintree: updated to 4.20.0 2023-05-30 08:56:09 +00:00
fonts unifont: update to 15.0.03. 2023-05-30 08:03:07 +00:00
games glaxium: fix previous 2023-05-31 21:53:00 +00:00
geography *: bump for libproxy 0.5 2023-05-22 20:59:55 +00:00
graphics tex-worldflags{,-doc}: add version 2022 2023-05-30 11:55:26 +00:00
ham *: bump for libproxy 0.5 2023-05-22 20:59:55 +00:00
inputmethod uim: select c++11 to try fixing build on NetBSD 9 2023-05-29 16:31:06 +00:00
lang vala: updated to 0.56.8 2023-05-31 09:33:45 +00:00
licenses Add a package for GALasm, a portable GAL assembler. 2023-04-25 03:28:37 +00:00
mail mail/ruby-roadie4: remove package 2023-05-30 15:01:13 +00:00
math octave: updated to 8.2.0 2023-05-31 21:37:51 +00:00
mbone *: Recursive revbup from graphics/freetype2 2023-01-29 21:14:22 +00:00
meta-pkgs meta-pkgs/bulk-medium: update to 20230530 2023-05-30 15:42:39 +00:00
misc chatgpt-shell-cli: update to 0.0.20230516. 2023-06-01 07:04:10 +00:00
mk mk/github: use lowercase variable names in .for loop 2023-05-31 20:30:44 +00:00
multimedia mkvtoolnix: fix build with fmtlib 10 using upstream patches. 2023-05-29 19:51:25 +00:00
net haproxy: updated to 2.8.0 2023-06-01 05:17:24 +00:00
news news/pan: bump package version 2023-05-29 12:59:49 +00:00
packages
parallel py-threadpoolctl: added version 3.1.0 2023-05-09 08:04:35 +00:00
pkgtools pkgtools/pkglint: update to 23.1.10 2023-05-31 18:28:43 +00:00
print tex-arabxetex{,-doc}: add version 1.2.1 2023-05-30 11:47:51 +00:00
regress regress: remove tests for Haskell PLIST generation 2023-02-04 20:06:37 +00:00
security py-OpenSSL: updated to 23.2.0 2023-05-31 12:58:48 +00:00
shells shells/oh-my-posh: update to 16.9.0 2023-05-27 19:38:13 +00:00
sysutils Add szyszka - a simple but powerful and fast bulk file renamer 2023-05-31 22:59:18 +00:00
templates
textproc ruby27 has gone. 2023-05-30 16:02:13 +00:00
time py-icalendar: updated to 5.0.7 2023-05-30 04:23:55 +00:00
wm *: bump for libproxy 0.5 2023-05-22 20:59:55 +00:00
www py-django-tastypie: updated to 0.14.5 2023-06-01 07:59:05 +00:00
x11 libX11: update to 1.8.5. 2023-06-01 03:43:32 +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