Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
adam 7409e1ac0d py-test-mock: updated to 2.0.0
2.0.0:

Breaking Changes

mocker.spy attributes for tracking returned values and raised exceptions of its spied functions are now called spy_return and spy_exception, instead of reusing the existing MagicMock attributes return_value and side_effect.

Version 1.13 introduced a serious regression: after a spied function using mocker.spy raises an exception, further calls to the spy will not call the spied function, always raising the first exception instead: assigning to side_effect causes unittest.mock to behave this way.

The deprecated mock alias to the mocker fixture has finally been removed.
2020-01-27 13:05:07 +00:00
archivers py-zipp: update to 1.1.0. 2020-01-27 11:01:35 +00:00
audio all: migrate homepages from http to https 2020-01-26 17:30:40 +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 all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
comms all: migrate homepages from http to https 2020-01-26 17:30:40 +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 all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
devel py-test-mock: updated to 2.0.0 2020-01-27 13:05:07 +00:00
distfiles
doc doc: revert ruby-mercenary 0.4.0 update 2020-01-27 12:04:43 +00:00
editors all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
emulators all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
filesystems all: migrate homepages from http to https 2020-01-26 17:30:40 +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 all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
geography all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
graphics ImageMagick: update to 7.0.9.17. 2020-01-27 11:19:51 +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 Fix a pkglint NOTE (spaces around plist var assignment). 2020-01-26 19:08:41 +00:00
licenses licenses: Add vvvvvv-license 2020-01-20 21:15:48 +00:00
mail mblaze: update to 0.6. 2020-01-27 10:39:19 +00:00
math all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
mbone all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
meta-pkgs all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
misc lr: update to 1.5.1. 2020-01-27 10:38:13 +00:00
mk Added gtksourceview3 option 2020-01-24 14:50:57 +00:00
multimedia mpv: Update to 0.32.0 2020-01-26 21:28:11 +00:00
net all: migrate homepages from http to https 2020-01-26 17:30:40 +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 Add missing dependency on converters/base64 2020-01-27 12:56:38 +00:00
shells all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
sysutils py-dbus: update to 1.2.16 2020-01-27 10:42:12 +00:00
templates
textproc gspell: update to 1.8.3. 2020-01-27 10:49:18 +00:00
time all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
wm all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
www all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
x11 libxkbcommon: update to 0.10.0. 2020-01-27 10:53:28 +00:00
Makefile regress: remove Makefile 2020-01-11 11:09:35 +00:00
pkglocate Remove clauses 3,4 from TNF-only copyright blocks. 2018-08-22 20:48:36 +00:00
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