Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
adam 1bb2f5c40b py-psutil: updated to 5.6.5
5.6.5
**Bug fixes**
- remove pyproject.toml as it was causing installation issues.

5.6.4
**Enhancements**
- [Linux] added Process.cpu_times().iowait counter, which is the time
  spent waiting for blocking I/O to complete.
- add PEP 517/8 build backend and requirements specification for better
  pip integration.

**Bug fixes**
- [Windows] Process' cmdline(), environ() or cwd() may occasionally fail
  with ERROR_PARTIAL_COPY which now gets translated to AccessDenied.
- [Linux] cpu_affinity() segfaults on CentOS 5 / manylinux.
  cpu_affinity() support for CentOS 5 was removed.
- [AIX] compilation error on AIX 7.2 due to 32 vs 64 bit differences.
- 'type' and 'family' fields returned by net_connections() are not
  always turned into enums.
- [NetBSD] process cmdline() erroneously raise ZombieProcess error if
  cmdline has non encodable chars.
- usage percent may be rounded to 0 on Python 2.
- [Windows] getloadavg() math for calculating 5 and 15 mins values is
  incorrect.
- [Linux] use CC compiler env var if defined.
- [Windows] `NtWow64*` syscalls fail to raise the proper error code
- [OSX] calling close() (in C) on possible negative integers.
- [SunOS] compilation fails on SunOS 5.10.
2019-11-06 15:48:23 +00:00
archivers (archivers/p5-Archive-Tar-Wrapper) Updated from 0.33 to 0.37 2019-11-04 03:37:54 +00:00
audio *: recursive bump for vala-0.46 2019-11-06 14:34:29 +00:00
benchmarks benchmarks: align variable assignments 2019-11-03 11:55:29 +00:00
biology biology: align variable assignments 2019-11-02 22:09:00 +00:00
bootstrap boostrap: need_awk=yes for Arch Linux 2019-11-05 13:58:06 +00:00
cad openscad: Switch to qt5 2019-10-29 18:22:29 +00:00
chat *: recursive bump for vala-0.46 2019-11-06 14:34:29 +00:00
comms comms: align variable assignments 2019-11-03 12:04:12 +00:00
converters converters: align variable assignments 2019-11-03 17:14:24 +00:00
cross nios2-gcc41: Remove, successor nios2-gcc. 2019-10-17 20:56:39 +00:00
databases py-apsw: updated to 3.30.1 2019-11-06 15:46:51 +00:00
devel *: recursive bump for vala-0.46 2019-11-06 14:34:29 +00:00
distfiles
doc doc: Updated mail/thunderbird-enigmail to 2.1.3 2019-11-06 15:45:23 +00:00
editors vim: fix python option 2019-11-02 19:57:01 +00:00
emulators emulators: align variable assignments 2019-11-03 19:24:31 +00:00
filesystems filesystems: align variable assignments 2019-11-03 19:26:20 +00:00
finance finance: align variable assignments 2019-11-02 16:08:47 +00:00
fonts Update to ricty-ttf-4.1.1 2019-11-05 08:59:12 +00:00
games *: recursive bump for vala-0.46 2019-11-06 14:34:29 +00:00
geography *: recursive bump for vala-0.46 2019-11-06 14:34:29 +00:00
graphics *: recursive bump for vala-0.46 2019-11-06 14:34:29 +00:00
ham ham: align variable assignments 2019-11-03 19:32:06 +00:00
inputmethod *: recursive bump for vala-0.46 2019-11-06 14:34:29 +00:00
lang vala: this now requires glib2 2.48 2019-11-06 14:14:09 +00:00
licenses licenses: amaya was removed 2019-09-09 11:42:33 +00:00
mail thunderbird-enigmail: update to 2.1.3. 2019-11-06 15:45:07 +00:00
math *: recursive bump for vala-0.46 2019-11-06 14:34:29 +00:00
mbone mbone: align variable assignments 2019-11-03 11:04:16 +00:00
meta-pkgs meta-pkgs: align variable assignments 2019-11-03 19:35:54 +00:00
misc khard: update to 0.15.1. 2019-11-06 11:59:38 +00:00
mk mk/fetch: sort variables for bmake show-all-github 2019-11-04 19:05:18 +00:00
multimedia mkvtoolnix: updated to 39.0.0 2019-11-05 18:01:48 +00:00
net *: recursive bump for vala-0.46 2019-11-06 14:34:29 +00:00
news news: align variable assignments 2019-11-04 19:17:10 +00:00
packages
parallel parallel: align variable assignments 2019-11-04 19:18:09 +00:00
pkgtools pkgtools/pkglint: update to 19.3.6 2019-11-04 18:44:21 +00:00
print print: align variable assignments 2019-11-04 19:57:58 +00:00
regress regress/check-perms: add test for broken CHECK_PERMS_AUTOFIX 2019-09-19 23:53:36 +00:00
security libssh: update to 0.91. 2019-11-06 14:37:39 +00:00
shells shells: align variable assignments 2019-11-04 21:14:06 +00:00
sysutils py-psutil: updated to 5.6.5 2019-11-06 15:48:23 +00:00
templates
textproc *: recursive bump for vala-0.46 2019-11-06 14:34:29 +00:00
time Promote p5-File-ShareDir-Install from TEST_DEPENDS to BUILD_DEPENDS 2019-11-03 23:43:49 +00:00
wm wm: align variable assignments 2019-11-04 21:50:15 +00:00
www *: recursive bump for vala-0.46 2019-11-06 14:34:29 +00:00
x11 gtk3+: update to 3.24.12. 2019-11-06 14:51:19 +00:00
Makefile
pkglocate
README README: minor grammatical fix 2019-01-29 03:11:03 +00:00

$NetBSD: README,v 1.21 2019/01/29 03:11:03 gutteridge 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 following 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.