Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
gutteridge cc03ed7f7b wordsearch: update to 2.1
PR pkg/56649 from Pat Jensen, the upstream maintainer.
2022-01-21 18:01:31 +00:00
archivers py-zstandard: updated to 0.17.0 2022-01-19 06:04:35 +00:00
audio schismtracker: update to 20211116 2022-01-19 21:05:28 +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 *: remove workaround patches for python 3.6 2022-01-14 11:49:41 +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 Bump packages that depends on GHC 2022-01-18 02:48:01 +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 guile-sqlite3: Update to 0.1.3 2022-01-21 16:29:42 +00:00
devel guile-git: Update to 0.5.2 2022-01-21 17:09:29 +00:00
distfiles
doc doc: Updated devel/guile-git to 0.5.2 2022-01-21 17:09:38 +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 *: python2 egg files are back, add them to the PLISTs 2022-01-14 17:51:50 +00:00
finance Bump packages that depends on GHC 2022-01-18 02:48:01 +00:00
fonts fonts/Makefile: + JetBrainsMono-ttf 2022-01-21 13:47:46 +00:00
games wordsearch: update to 2.1 2022-01-21 18:01:31 +00:00
geography geography/py-gdal: Clean up how PKGREVISION is set 2022-01-19 15:40:55 +00:00
graphics ristretto: update to 0.12.2 2022-01-20 01:03:55 +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 python3*: Add REPLACE_SH, from pekdon via IRC. 2022-01-21 10:43:51 +00:00
licenses licenses: Do not use UTF-8 encoding. ASCII is sufficient 2021-11-16 17:13:58 +00:00
mail *: fix for python 3.x 2022-01-19 17:50:45 +00:00
math disable package registry in eigen3 to not populate fake homedir 2022-01-19 09:52:09 +00:00
mbone mbone: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:57:00 +00:00
meta-pkgs meta-pkgs/lxqt: Revbump for lxqt-globalkeys 2022-01-21 07:28:03 +00:00
misc misc/calibre: update major version, to 5.34.0. 2022-01-20 19:03:07 +00:00
mk Emit a warning when PKGSRC_MKPIE==yes but PKGSRC_COMPILER==clang 2022-01-19 16:06:43 +00:00
multimedia ruby-gnome: update to 3.5.1. 2022-01-17 15:17:14 +00:00
net py-aioresponses: updated to 0.7.3 2022-01-21 11:36:24 +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 *: fix for python 3.x 2022-01-19 17:50:45 +00:00
regress *: bump PKGREVISION for egg.mk users 2022-01-04 20:53:26 +00:00
security skey: fix building on Solaris 10 2022-01-19 22:10:16 +00:00
shells shells/nushell: update to 0.43.0 2022-01-19 10:52:30 +00:00
sysutils py-borgbackup: also install man pages, bump revision 2022-01-21 16:07:33 +00:00
templates templates: disable search bar until the results are better 2021-04-21 11:14:11 +00:00
textproc xindy: mark as not-supporting-PIE since it uses clisp 2022-01-21 17:34:34 +00:00
time *: fix for python 3.x 2022-01-19 17:50:45 +00:00
wm Bump packages that depends on GHC 2022-01-18 02:48:01 +00:00
www vimb: Replace shebang in all scripts 2022-01-21 11:32:59 +00:00
x11 mlterm: Simplify GITHUB_PROJECT 2022-01-21 14:32:49 +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