Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
adam 41a5a11ba9 nghttp2: updated to 1.30.0
1.30.0:
lib:
This release fixes the bug so that PING frame can be sent after GOAWAY.

nghttpx:
This release fixes the bug that set_header method in mruby script wrongly overwrites other header fields.

upgrade-scheme parameter has been added to backend option to workaround the issue that a backend server requires that HTTP/2 :scheme pseudo header field value should be https.

This release fixes the bug that ALPN validation does not occur if client does not send TLS ALPN extension.

To more compliant to RFC 8297, nghttpx now remembers which resource is pushed per a single request.
2018-02-13 09:09:45 +00:00
archivers py-lz4: update to 0.23.1. 2018-02-11 18:45:27 +00:00
audio musicpd: update to 0.20.16. 2018-02-11 16:33:28 +00:00
benchmarks netperf: Support newer GCC and clang on SunOS. 2018-02-01 13:40:27 +00:00
biology plinkseq: use https 2018-02-11 15:50:59 +00:00
bootstrap Remove a mis-pasted line. Noticed by jperkin@. 2018-02-03 09:53:03 +00:00
cad Get rid of spurious error message when started from a window manager 2018-02-08 09:43:32 +00:00
chat spectrum: use https 2018-02-11 15:53:06 +00:00
comms Import global switch for libusb's implementation [2/2] 2018-02-10 13:53:46 +00:00
converters xlreader: use sourceforge project page instead of dead homepage 2018-02-11 15:55:25 +00:00
cross Import global switch for libusb's implementation [2/2] 2018-02-10 13:53:46 +00:00
databases databases/sqlrelay*: Skip SSP checks for archives 2018-02-12 19:54:32 +00:00
devel devel/Makefile: Add R-IRkernel 2018-02-12 19:45:15 +00:00
distfiles
doc Updated www/py-uwsgi, time/py-pytz 2018-02-13 08:37:46 +00:00
editors Move PKGREVISION up from Makefile.common into the individual packages' 2018-02-01 14:25:30 +00:00
emulators mmix: follow redirect 2018-02-11 15:47:44 +00:00
filesystems glusterfs: follow redirect 2018-02-11 15:41:46 +00:00
finance py-braintree: updated to 3.41.0 2018-02-12 08:34:00 +00:00
fonts harfbuzz: update to 1.7.5. 2018-02-11 16:08:38 +00:00
games Typo 2018-02-03 11:32:33 +00:00
geography Import global switch for libusb's implementation [2/2] 2018-02-10 13:53:46 +00:00
graphics prison: needs the standard Qt5Widgets hack 2018-02-12 19:49:59 +00:00
ham xnec2c: Leave pkgsrc to handle security features. 2018-02-02 10:37:44 +00:00
inputmethod uim: Set C99 correctly, use C++03. 2018-02-02 16:38:19 +00:00
lang vala: update to 0.38.7. 2018-02-11 16:27:27 +00:00
licenses Import new license: happy 2018-02-03 16:02:42 +00:00
mail milter-regex: Add socket libraries on SunOS. 2018-02-06 13:38:11 +00:00
math math/Makefile: Add R-reshape2 2018-02-12 19:50:30 +00:00
mbone dbeacon: Specify c++03 to avoid conflicts with std::bind. 2018-01-26 13:37:40 +00:00
meta-pkgs kf5: add prison 2018-02-01 19:01:59 +00:00
misc labelnation: follow redirect 2018-02-11 15:45:50 +00:00
mk Import global switch for libusb's implementation [1/2] 2018-02-10 13:45:45 +00:00
multimedia ffmpeg3: updated to 3.4.2 2018-02-12 20:45:27 +00:00
net net/Makefile: Add R-pbdZMQ 2018-02-12 19:34:27 +00:00
news Bump PKGREVISION for gdbm shlib major bump 2018-01-28 20:10:34 +00:00
packages
parallel py-billiard: Set _XOPEN_SOURCE correctly. 2018-02-02 17:16:36 +00:00
pkgtools pkg_install: Recognize the happy license as acceptable 2018-02-05 00:07:56 +00:00
print py-weasyprint: updated to 0.42.2 2018-02-12 08:10:41 +00:00
regress Fixed pkglint warnings. 2016-06-11 11:36:14 +00:00
security caff: update to 2.7. 2018-02-11 16:06:42 +00:00
shells bash: update to 4.4.18. 2018-02-11 17:00:45 +00:00
sysutils py-dbus: Remove dbus-glib buildlink3 include. 2018-02-12 15:22:45 +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-regex: updated to 2018.02.08 2018-02-09 08:52:07 +00:00
time py-pytz: updated to 2018.3 2018-02-13 08:37:14 +00:00
wm marco: Don't specify -ansi. 2018-02-08 16:50:22 +00:00
www nghttp2: updated to 1.30.0 2018-02-13 09:09:45 +00:00
x11 xorgproto: update to 2018.2. 2018-02-12 16:33:54 +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.