Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
adam 4648cd6f6b py-test-random-order: added version 1.0.4
pytest-random-order is a pytest plugin that randomises the order of tests. This
can be useful to detect a test that passes just because it happens to run after
an unrelated test that leaves the system in a favourable state.

The plugin allows user to control the level of randomness they want to
introduce and to disable reordering on subsets of tests. Tests can be rerun in
a specific order by passing a seed value reported in a previous test run.
2020-01-29 21:43:02 +00:00
archivers kf5: update to frameworks 5.66 2020-01-29 11:49:22 +00:00
audio Remove Rio-related packages. 2020-01-29 19:00:33 +00:00
benchmarks all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
biology all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
bootstrap Skip trying to make use of a 64bit ABI on Darwin as the system libraries on 2019-12-05 22:19:56 +00:00
cad all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
chat chat: Remove dircproxy, has been an "unstable dev release" for >10 years 2020-01-29 10:51:56 +00:00
comms asterisk-sounds-native: pkglint cleanup 2020-01-27 22:21:57 +00:00
converters all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
cross all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
databases py-mongo: updated to 3.10.1 2020-01-29 13:08:35 +00:00
devel py-test-random-order: added version 1.0.4 2020-01-29 21:43:02 +00:00
distfiles
doc Rio MP3 player related utilities removed. 2020-01-29 19:01:59 +00:00
editors tweak: update to 3.02. 2020-01-28 13:23:32 +00:00
emulators gcube: Remove, succeeded by emulators/dolphin-emu 2020-01-29 10:33:16 +00:00
filesystems fuse: Update HOMEPAGE 2020-01-27 20:42:55 +00:00
finance all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
fonts all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
games games/nethack*: correct some COMMENTs. 2020-01-29 20:23:16 +00:00
geography all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
graphics kf5: update to frameworks 5.66 2020-01-29 11:49:22 +00:00
ham all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
inputmethod all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
lang py-parso: updated to 0.6.0 2020-01-29 14:03:52 +00:00
licenses licenses: Add vvvvvv-license 2020-01-20 21:15:48 +00:00
mail Sort PLIST (thanks leot@). 2020-01-29 19:09:54 +00:00
math sc-im: Bump for breaking libxlsxwriter change 2020-01-28 14:35:35 +00:00
mbone all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
meta-pkgs kf5: update to frameworks 5.66 2020-01-29 11:49:22 +00:00
misc libreoffice6-bin: update to 6.2.8. 2020-01-29 15:56:08 +00:00
mk mk: Remove some now-unused unrealircd-* option descriptions. 2020-01-28 13:20:36 +00:00
multimedia libvpx: updated to 1.8.2 2020-01-28 19:20:09 +00:00
net samba4: updated to 4.11.6 2020-01-29 12:44:14 +00:00
news all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
packages
parallel all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
pkgtools pkgtools/pkglint: use ASCII-only variant of the preformatted manual page 2020-01-26 20:16:29 +00:00
print all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
regress mk/pkgformat: include only relevant ident strings in +BUILD_VERSION 2020-01-15 20:11:11 +00:00
security Added conversion to dune to security/ocaml-safepass 2020-01-29 16:33:18 +00:00
shells all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
sysutils kf5: update to frameworks 5.66 2020-01-29 11:49:22 +00:00
templates
textproc kf5: update to frameworks 5.66 2020-01-29 11:49:22 +00:00
time kf5: update to frameworks 5.66 2020-01-29 11:49:22 +00:00
wm fluxconf: remove package 2020-01-27 22:58:05 +00:00
www py-selenium: updated to 3.141.0 2020-01-29 13:10:39 +00:00
x11 kf5: update to frameworks 5.66 2020-01-29 11:49:22 +00:00
Makefile regress: remove Makefile 2020-01-11 11:09:35 +00:00
pkglocate
README.md README.md: minor adjustments 2020-01-15 16:19:22 +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.

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.

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