Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
fhajny 3053fe06bc === Beats version 5.5.2
No changes in this release.


=== Beats version 5.5.1

==== Bugfixes

Affecting all Beats
- Normalize all times to UTC to ensure proper index naming.


=== Beats version 5.5.0

==== Breaking changes

Affecting all Beats
- Usage of field `_type` is now ignored and hardcoded to `doc`.

Metricbeat
- Change all `system.cpu.*.pct` metrics to be scaled by the number of
  CPU cores.

==== Bugfixes

Affecting all Beats
- Fix console output.

Filebeat
- Allow string characters in user agent patch version (NGINX and Apache)

Metricbeat
- Fix type of field `haproxy.stat.check.health.last`.

Packetbeat
- Fix `packetbeat.interface` options that contain underscores (e.g.
  `with_vlans` or `bpf_filter`).
- Enabled /proc/net/tcp6 scanning and fixed ip v6 parsing.

==== Deprecated

Filebeat
- Deprecate `document_type` prospector config option as _type is removed
  in elasticsearch 6.0. Use fields instead.

Winlogbeat
- Deprecated metrics endpoint. It is superseded by a libbeat feature
  that can serve metrics on an HTTP endpoint.
2017-08-18 09:08:54 +00:00
archivers Comment out dead sites. 2017-08-16 20:45:30 +00:00
audio Update some HOMEPAGEs. 2017-08-16 21:22:11 +00:00
benchmarks Comment out dead sites. 2017-08-16 20:45:30 +00:00
biology Comment out some dead HOMEPAGEs. 2017-08-01 17:40:08 +00:00
bootstrap Add code for finding machine_arch on OSF1 2017-06-19 06:30:48 +00:00
cad Comment out dead sites. 2017-08-16 20:45:30 +00:00
chat Comment out dead sites. 2017-08-16 20:45:30 +00:00
comms Comment out dead sites. 2017-08-16 20:45:30 +00:00
converters Comment out dead sites. 2017-08-16 20:45:30 +00:00
cross Update to 7.2 2017-08-16 14:41:12 +00:00
databases elasticsearch 5.5.2 2017-08-18 09:03:08 +00:00
devel Added devel/gettext-lib/buildlink3.mk 2017-08-17 21:18:31 +00:00
distfiles
doc Updated databases/elasticsearch to 5.5.2 2017-08-18 09:03:16 +00:00
editors Comment out dead sites. 2017-08-16 20:45:30 +00:00
emulators Comment out dead sites. 2017-08-16 20:45:30 +00:00
filesystems Comment out dead sites. 2017-08-16 20:45:30 +00:00
finance The Braintree Python library provides integration access to the Braintree 2017-07-07 07:43:42 +00:00
fonts Update tex-dozenal{,-doc} to 7.1 2017-08-17 03:21:14 +00:00
games Comment out dead sites. 2017-08-16 20:45:30 +00:00
geography Comment out dead sites. 2017-08-16 20:45:30 +00:00
graphics Update to 2.19.2 2017-08-17 23:31:03 +00:00
ham Comment out dead sites. 2017-08-16 20:45:30 +00:00
inputmethod Update some HOMEPAGEs. 2017-08-16 21:22:11 +00:00
lang 1 new package in lang 2017-08-17 02:04:42 +00:00
licenses Add flashpix-license for use with libfpx 2017-08-04 08:14:05 +00:00
mail Update to 0.97 2017-08-17 13:31:18 +00:00
math Update to 1.01 2017-08-17 13:58:21 +00:00
mbone Comment out dead sites (DNS problems). 2017-08-01 16:47:35 +00:00
meta-pkgs Follow some http redirects. 2017-08-16 20:21:03 +00:00
misc Update some HOMEPAGEs. 2017-08-16 21:22:11 +00:00
mk Remove "libidn" option, superseded by "idn". 2017-08-17 13:59:27 +00:00
multimedia Update some HOMEPAGEs. 2017-08-16 21:22:11 +00:00
net 1 new package in net 2017-08-17 02:06:24 +00:00
news Remove cg. Development stopped in 2002. 2017-08-01 17:13:47 +00:00
packages
parallel Follow some http redirects. 2017-08-16 20:21:03 +00:00
pkgtools Update pkgtools/pkgtasks to version 1.13. 2017-08-10 05:38:30 +00:00
print Update tex-algorithm2e{,-doc} to 5.2 2017-08-17 04:30:59 +00:00
regress Fixed pkglint warnings. 2016-06-11 11:36:14 +00:00
security Update security/vault to 0.8.1. 2017-08-17 07:58:53 +00:00
shells Comment out dead sites. 2017-08-16 20:45:30 +00:00
sysutils === Beats version 5.5.2 2017-08-18 09:08:54 +00:00
templates Point at the HTML pkgsrc guide, not a plain-text human redirect. 2017-02-04 03:47:47 +00:00
textproc textproc/ja-sed: Fix empty installed GNU info file. 2017-08-18 01:15:02 +00:00
time time/hebcal: Fix empty installed GNU info file. 2017-08-18 01:14:32 +00:00
wm Comment out dead sites. 2017-08-16 20:45:30 +00:00
www If libcurl was built with "idn", buildlink in libidn2. 2017-08-17 15:13:15 +00:00
x11 Do not use old pipes.c file from xscreensaver-5.17. 2017-08-16 21:44:05 +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.