Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
adam b207d94ea7 py-asyncpg: updated to 0.15.0
asyncpg v0.15.0

Behavior Changes
asyncpg no longer uses the common statement cache for explicit
prepared statements, so Connection.prepare() always returns a
new prepared statement

Bug Fixes
Initialize statement codecs immediately after Prepare
Fix server version parsing when it contains trailing data
2018-02-22 09:24:16 +00:00
archivers Update to 0.13.68 2018-02-21 10:43:45 +00:00
audio Adjust seddery for paths in manpage. Avoids inserting /usr/pkg/usr/pkg/etc. 2018-02-20 08:43:42 +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 cat/oce: Update 0.18.3. 2018-02-14 13:16:30 +00:00
chat irssi: update to 1.1.1 2018-02-15 21:27:11 +00:00
comms Import global switch for libusb's implementation [2/2] 2018-02-10 13:53:46 +00:00
converters ruby-unf_ext: update to 0.0.7.5. 2018-02-18 05:44:50 +00:00
cross nios2-gcc3 spins on NetBSD builds too, spare us the build. 2018-02-22 00:09:44 +00:00
databases py-asyncpg: updated to 0.15.0 2018-02-22 09:24:16 +00:00
devel libuv: updated to 1.19.2 2018-02-22 08:44:14 +00:00
distfiles
doc Updated devel/libuv, www/py-asgiref, www/py-daphne, www/py-websocket-client 2018-02-22 08:57:47 +00:00
editors GC hacks.mk -- switching to system malloc has taken care of the issue. 2018-02-14 12:51:58 +00:00
emulators keystone: py-keystone: Update to 0.9.1 2018-02-19 00:52:28 +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 Sprinkle "unsigned" ahead of "char" for various bitmaps, and 2018-02-19 09:51:48 +00:00
geography Update to 2.18.16 2018-02-19 12:51:56 +00:00
graphics ruby-gnome: Remove package CONFLICTS that conflict with themselves. 2018-02-21 16:59:59 +00:00
ham Updated ham/fldigi to 4.0.16 2018-02-18 14:57:55 +00:00
inputmethod uim: Set C99 correctly, use C++03. 2018-02-02 16:38:19 +00:00
lang php: bump default to 70. 2018-02-20 13:22:42 +00:00
licenses Add 9menu license 2018-02-21 15:12:47 +00:00
mail fetchmail: fix build with openssl-1.1. 2018-02-20 13:19:39 +00:00
math Import Math::Int64 0.54 as math/p5-Math-Int64. 2018-02-20 14:04:23 +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 Update to 1.9 2018-02-21 15:12:00 +00:00
mk mk: bump mysql default to 57. 2018-02-20 13:21:45 +00:00
multimedia ruby-gnome: Remove package CONFLICTS that conflict with themselves. 2018-02-21 16:59:59 +00:00
net pkglint compliance 2018-02-21 15:20:04 +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 verifypc 1.7: adapt to a change in the log format produced by pkg-config, 2018-02-20 02:55:15 +00:00
print ruby-gnome: Remove package CONFLICTS that conflict with themselves. 2018-02-21 16:59:59 +00:00
regress Fixed pkglint warnings. 2016-06-11 11:36:14 +00:00
security py-gssapi: updated to 1.4.1 2018-02-22 09:11:18 +00:00
shells bash: update to 4.4.18. 2018-02-11 17:00:45 +00:00
sysutils Add buildlink3.mk for sun50iw1p1 ATF and use it. Bump pkg revision where 2018-02-18 16:25: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 Update to 1.50 2018-02-20 10:07:47 +00:00
time Update to 1.9754 2018-02-20 03:05:38 +00:00
wm marco: Don't specify -ansi. 2018-02-08 16:50:22 +00:00
www py-websocket-client: updated to 0.47.0 2018-02-22 08:56:35 +00:00
x11 ruby-gnome: Remove package CONFLICTS that conflict with themselves. 2018-02-21 16:59:59 +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.