Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
adam 48dc95853b py-test: updated to 3.7.2
pytest 3.7.2:

Bug Fixes
- Fix filterwarnings not being registered as a builtin mark.
- Fix test collection from packages mixed with normal directories.
- Fix infinite recursion during collection if a pytest_ignore_collect hook returns False instead of None.
- Fix bug where decorated fixtures would lose functionality (for example @mock.patch).
- Fix bug where importing modules or other objects with prefix pytest_ prefix would raise a PluginValidationError.
- Fix AttributeError during teardown of TestCase subclasses which raise an exception during __init__.
- Fix traceback reporting for exceptions with __cause__ cycles.
2018-08-19 08:12:20 +00:00
archivers revbump after boost-libs update 2018-08-16 18:54:26 +00:00
audio gstreamer1: update to 1.14.2 2018-08-17 11:50:51 +00:00
benchmarks dnsperf: Add a bunch of required includes. 2018-07-26 14:34:07 +00:00
biology biology/plinkseq: Requires c++11 to build with protobuf-3.6.0 2018-08-04 21:42:28 +00:00
bootstrap On Chrome OS, build nbsed too. 2018-08-12 08:46:41 +00:00
cad Updated cad/gtkwave to 3.3.93 2018-08-18 12:03:28 +00:00
chat revbump after boost-libs update 2018-08-16 18:54:26 +00:00
comms revbump after boost-libs update 2018-08-16 18:54:26 +00:00
converters converters/utf8proc: Update to 2.2.0 2018-08-17 15:22:37 +00:00
cross Update to 8.2.0 2018-07-30 19:45:58 +00:00
databases revbump after boost-libs update 2018-08-16 18:54:26 +00:00
devel py-test: updated to 3.7.2 2018-08-19 08:12:20 +00:00
distfiles
doc Updated devel/py-modulegraph, textproc/py-validators 2018-08-19 07:58:39 +00:00
editors Sigil: update to 0.9.10. 2018-08-17 10:55:42 +00:00
emulators Follow MASTER_SITES redirect 2018-08-18 00:13:59 +00:00
filesystems revbump after boost-libs update 2018-08-16 18:54:26 +00:00
finance revbump after boost-libs update 2018-08-16 18:54:26 +00:00
fonts unifont: update to 11.0.02. 2018-08-16 12:48:11 +00:00
games revbump after boost-libs update 2018-08-16 18:54:26 +00:00
geography revbump after boost-libs update 2018-08-16 18:54:26 +00:00
graphics revbump after boost-libs update 2018-08-16 18:54:26 +00:00
ham revbump after boost-libs update 2018-08-16 18:54:26 +00:00
inputmethod Add fcitx-skk 2018-08-18 01:22:30 +00:00
lang revbump after boost-libs update 2018-08-16 18:54:26 +00:00
licenses libretro-fbalpha: add version 0.2.97.42.20180408. 2018-08-17 12:54:48 +00:00
mail mail: Add mblaze 2018-08-17 11:04:59 +00:00
math math/octave: Fix CHECK_WRKREF_SKIP patterns 2018-08-17 23:24:48 +00:00
mbone Mark packages that require C++03 (or the GNU variants) if they fail with 2018-07-18 00:06:10 +00:00
meta-pkgs boost: updated to 1.68.0 2018-08-16 15:58:31 +00:00
misc Update to 6.1.0.3 2018-08-18 00:11:32 +00:00
mk Fix typo. Thank you, jperkin@. 2018-08-18 08:18:42 +00:00
multimedia py-gstreamer1: update to 1.14.2. 2018-08-17 12:38:39 +00:00
net libcmis: fix build with boost-1.68.0 2018-08-17 17:21:24 +00:00
news revbump after boost-libs update 2018-08-16 18:54:26 +00:00
packages
parallel revbump after boost-libs update 2018-08-16 18:54:26 +00:00
pkgtools pkgtools/pkglint: update to 5.6.1 2018-08-16 20:41:42 +00:00
print revbump after boost-libs update 2018-08-16 18:54:26 +00:00
regress Fixed pkglint warnings. 2016-06-11 11:36:14 +00:00
security gnutls: build-depend on bash for the tests. 2018-08-19 06:28:39 +00:00
shells Mark packages that require C++03 (or the GNU variants) if they fail with 2018-07-18 00:06:10 +00:00
sysutils Update sysutils/pciutils to 3.6.2. 2018-08-17 04:03:28 +00:00
templates Point at the HTML pkgsrc guide, not a plain-text human redirect. 2017-02-04 03:47:47 +00:00
textproc py-validators: updated to 0.12.2 2018-08-19 07:26:32 +00:00
time revbump after boost-libs update 2018-08-16 18:54:26 +00:00
wm revbump after boost-libs update 2018-08-16 18:54:26 +00:00
www py-test-django: updated to 3.4.1 2018-08-18 21:14:49 +00:00
x11 xscreensaver: make xscreensaver binary setuid root 2018-08-18 06:35:29 +00:00
Makefile
pkglocate
README Make top dir README a little more helpful. 2017-03-02 09:51:35 +00:00

$NetBSD: README,v 1.19 2017/03/02 09:51:35 maya Exp $

pkgsrc is a framework for building software on UNIX-like systems.

To use, bootstrap using:
% cd pkgsrc/bootstrap/
% ./bootstrap

build packages, use:
% cd pkgsrc/category/package-name
% $PREFIX/bin/bmake install

Where $PREFIX is where you've chosen to install packages (typically /usr/pkg)

Bugs and patches can be filed in the follow link (use category 'pkg'):
https://www.netbsd.org/cgi-bin/sendpr.cgi?gndb=netbsd

To fetch the main CVS repository:
% cvs -d anoncvs@anoncvs.NetBSD.org:/cvsroot checkout -P pkgsrc

It's also possible to contribute through pkgsrc wip (work in progress), for
more information, see http://pkgsrc.org/wip/users/

Please see doc/pkgsrc.txt for information.