Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
wiz b7e8c48486 py-fits: remove
Does not build with python 2.7 despite being limited to it.
Dead upstream, nothing in pkgsrc uses it.
2022-01-25 01:39:59 +00:00
archivers zstd: update to 1.5.2. 2022-01-23 22:04:33 +00:00
audio pt2-clone: update to 1.39 2022-01-24 14:01:01 +00:00
benchmarks google-benchmark: update to 1.6.1. 2022-01-16 23:09:35 +00:00
biology py-cutadapt: updated to 3.5 2022-01-17 09:03:10 +00:00
bootstrap bootstrap: On SCO System V variants, we need either mksh or bash. 2021-12-28 10:13:01 +00:00
cad (cad/klayout) Updated 0.27.5 to 0.27.7 2022-01-24 22:34:07 +00:00
chat irssi: fix building on Solaris 10 2022-01-19 22:15:43 +00:00
comms New package for c3270, via pkgsrc-wip. 2022-01-21 16:49:00 +00:00
converters py-yenc: convert to egg.mk. 2022-01-22 15:44:47 +00:00
cross Remove the global BUILD_DEPENDS on tex-alphalph as it's option-specific and 2022-01-19 03:50:32 +00:00
databases py-multidict: update to 6.0.0. 2022-01-24 10:02:23 +00:00
devel py-ipython: updated to 8.0.1 2022-01-24 18:37:58 +00:00
distfiles
doc py-fits: remove 2022-01-25 01:39:59 +00:00
editors Update to 1.17 2022-01-21 02:27:04 +00:00
emulators mednafen: update to 1.29.0 2022-01-19 21:56:43 +00:00
filesystems Conditionalise workarounds for old NetBSD librefuse 2022-01-22 18:52:11 +00:00
finance py-stripe: updated to 2.65.0 2022-01-23 19:14:56 +00:00
fonts fonts/Makefile: + JetBrainsMono-ttf 2022-01-21 13:47:46 +00:00
games etlegacy: update to 2.79.0 2022-01-24 14:32:44 +00:00
geography geography/echomap: update to 0.6.2 2022-01-22 16:12:49 +00:00
graphics py-fits: remove 2022-01-25 01:39:59 +00:00
ham *: revbump for spdlog 2022-01-18 15:23:24 +00:00
inputmethod *: python2 egg files are back, add them to the PLISTs 2022-01-14 17:51:50 +00:00
lang lang/php81: update to 8.1.2 2022-01-24 14:13:36 +00:00
licenses licenses: Do not use UTF-8 encoding. ASCII is sufficient 2021-11-16 17:13:58 +00:00
mail imap-uw: bump PKGREVISION for the new patchset added 2022-01-24 22:39:29 +00:00
math py-Scientific*: remove 2022-01-25 01:37:49 +00:00
mbone mbone: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:57:00 +00:00
meta-pkgs aspell-languages: fix typo in COMMENT 2022-01-22 21:34:27 +00:00
misc misc/calibre: update to 5.35.0 2022-01-23 16:17:13 +00:00
mk help/help.mk: pick up further language-specific variables 2022-01-24 23:16:01 +00:00
multimedia x264-devel: Fix macOS/aarch64 build. 2022-01-24 11:08:41 +00:00
net py-responses: updated to 0.17.0 2022-01-24 18:24:47 +00:00
news *: python2 egg files are back, add them to the PLISTs 2022-01-14 17:51:50 +00:00
packages
parallel *: bump PKGREVISION for egg.mk users 2022-01-04 20:53:26 +00:00
pkgtools pkgtools/pkglint: update to 21.4.2 2022-01-16 19:14:51 +00:00
print (print/indexinfo) Updated 0.2.6 to 0.3.1, explicit ChnageLog Unknown, but 2022-01-23 05:22:00 +00:00
regress *: bump PKGREVISION for egg.mk users 2022-01-04 20:53:26 +00:00
security py-asyncssh: updated to 2.9.0 2022-01-24 12:50:27 +00:00
shells shells/nushell: update to 0.43.0 2022-01-19 10:52:30 +00:00
sysutils broot: downgrade to 1.9.1 2022-01-24 09:00:41 +00:00
templates templates: disable search bar until the results are better 2021-04-21 11:14:11 +00:00
textproc py-moarkovify: python 2.7 not supported 2022-01-25 01:29:13 +00:00
time py-l18n: updated to 2021.3 2022-01-23 19:19:10 +00:00
wm Bump packages that depends on GHC 2022-01-18 02:48:01 +00:00
www py-djangorestframework: updated to 3.13.1 2022-01-24 14:32:59 +00:00
x11 x11/xlockmore-lite: Update to 5.68 2022-01-24 18:10:32 +00:00
_NetBSD-pkgdb _NetBSD-pkgdb: Use $@ insted of $* 2020-12-29 17:56:14 +00:00
Makefile
pkglocate
README.md README.md: Add trailing slash to the URI 2021-10-21 12:18:01 +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