Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
wen 5083a04490 Update to 2.031
Upstream changes:
2.031     2017-01-26

    - Fix use of cache files when reading streams: temp files will now
      be used any time a stream is larger than 16MB (by default).
      Formerly, due to a bug, they would only be created when a 4kB
      chunk of a stream increased to 16kB or more after being
      decompressed.

    - Numbers, booleans, and null values can now be read from object
      streams.

    - Update to [RT #113290]: Objects inside a large object stream are
      now read without loading the entire object stream into memory.

    - DEPRECATION: The low-level new_api methods have been deprecated
      in favor of calling new directly.  If your code uses
      new_api($api2, ...), replace it with new($api2->{'pdf'}, ...).

    - [RT #118352] Don't crash when adding an annotation to a page
      that has an existing annotations array stored as an indirect
      object (reported by Johan Vromans).

    - [RT #118717] Die with an informative error if a file can't be
      opened during open() or saveas() (reported by Johan Vromans).
2017-03-04 11:48:09 +00:00
archivers Recognize newer libarchive versions. 2017-02-28 14:58:09 +00:00
audio Recursive revbump from graphics/libwebp 2017-02-28 15:19:58 +00:00
benchmarks Recursive revbump from graphics/libwebp 2017-02-28 15:19:58 +00:00
biology Add missing include. 2017-02-14 21:34:34 +00:00
bootstrap As macOS Sierra still ships with a broken "awk" and "sed" use the 2017-02-11 16:08:31 +00:00
cad Recursive revbump from graphics/libwebp 2017-02-28 15:19:58 +00:00
chat Update chat/prosody to 0.9.12. 2017-03-01 16:38:31 +00:00
comms Add an upper API version restriction. 2017-02-21 05:25:13 +00:00
converters Add missing dependency on py-pyutil. Bump PKGREVISION. 2017-03-03 12:38:29 +00:00
cross Mark as broken on big endian systems because they're not supported. 2017-03-03 04:54:10 +00:00
databases Update databases/elasticsearch to 5.2.2. 2017-03-01 14:19:27 +00:00
devel Updated py-mercurial to 4.1.1. 2017-03-03 10:24:05 +00:00
distfiles
doc Updated geography/py-obspy to 1.0.3 2017-03-04 11:08:01 +00:00
editors Recursive revbump from graphics/libwebp 2017-02-28 15:19:58 +00:00
emulators Updated mame to 0.183. 2017-02-27 12:26:00 +00:00
filesystems Update to 0.104 2017-02-18 07:25:56 +00:00
finance Recursive revbump from graphics/libwebp 2017-02-28 15:19:58 +00:00
fonts Updated harfbuzz to 1.4.3. 2017-02-27 09:55:21 +00:00
games Recursive revbump from graphics/libwebp 2017-02-28 15:19:58 +00:00
geography Update to 1.0.3 2017-03-04 11:05:35 +00:00
graphics MesaLib: enable llvm option on all x86 platforms, and not on non-x86. 2017-03-02 06:00:03 +00:00
ham Mark as not ready for python-3.x due to py-cheetah. 2017-02-17 15:53:50 +00:00
inputmethod Recursive revbump from graphics/libwebp 2017-02-28 15:19:58 +00:00
lang Update lang/nodejs to 7.7.1. 2017-03-02 15:28:55 +00:00
licenses the Unicode, Inc. license text 2016-11-18 09:23:49 +00:00
mail Reset PKGREVISION. 2017-03-04 06:26:42 +00:00
math Update to 0.70 2017-03-04 01:25:43 +00:00
mbone Convert all occurrences (353 by my count) of 2017-01-19 18:52:01 +00:00
meta-pkgs Bump PKGREVISION for tidy dependency change. 2017-02-20 09:37:11 +00:00
misc Recursive revbump from graphics/libwebp 2017-02-28 15:19:58 +00:00
mk Describe gstreamer-ptp-suid. requested by wiz. 2017-02-03 17:14:35 +00:00
multimedia Fix vaapi option. 2017-03-04 08:26:54 +00:00
net Update mikutter to 3.5.3. 2017-03-04 08:41:03 +00:00
news Update python 3.x status after py-twisted now supports 3.x. 2017-02-14 10:26:27 +00:00
packages
parallel Recursive revbump from fonts/harfbuzz 2017-02-12 06:24:36 +00:00
pkgtools Deal with stupid GCC warnings on Linux due to glibc deciding that 2017-02-25 21:21:53 +00:00
print Update py-weasyprint to 0.36. 2017-03-03 15:44:36 +00:00
regress Fixed pkglint warnings. 2016-06-11 11:36:14 +00:00
security Create /etc/openssl/openssl.cnf if it does not exist. 2017-03-03 15:46:27 +00:00
shells Update to 0.5.9.1 2017-02-26 01:24:59 +00:00
sysutils Update to 2016.11.3. Lots of bug fixes (too many to list individually), but 2017-03-03 09:29:48 +00:00
templates Point at the HTML pkgsrc guide, not a plain-text human redirect. 2017-02-04 03:47:47 +00:00
textproc Update to 2.031 2017-03-04 11:48:09 +00:00
time Recursive revbump from graphics/libwebp 2017-02-28 15:19:58 +00:00
wm Recursive revbump from graphics/libwebp 2017-02-28 15:19:58 +00:00
www Add e2guardian 3.5.0 2017-03-03 14:09:18 +00:00
x11 Update gtk3 to 3.22.9 2017-03-03 08:24:57 +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.