Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
adam cc09d3d0eb py-redis: updated to 3.2.0
3.2.0
* Added support for select.poll to test whether data can be read
  on a socket. This should allow for significantly more connections to
  be used with pubsub.
* Attempt to guarentee that the ConnectionPool hands out healthy
  connections. Healthy connections are those that have an established
  socket connection to the Redis server, are ready to accept a command
  and have no data available to read.
* Use the socket.IPPROTO_TCP constant instead of socket.SOL_TCP.
  IPPROTO_TCP is available on more interpreters (Jython for instance).
* Fixed a regression introduced in 3.0 that mishandles exceptions not
  derived from the base Exception class. KeyboardInterrupt and
  gevent.timeout notable.
* Significant improvements to handing connections with forked processes.
  Parent and child processes no longer trample on each others' connections.
* PythonParser no longer closes the associated connection's socket. The
  connection itself will close the socket.
2019-02-18 11:29:34 +00:00
archivers archivers/ruby-mixlib-archive: update to 1.0.1 2019-02-03 16:20:52 +00:00
audio fasttracker2: update to b135 2019-02-14 03:18:33 +00:00
benchmarks dnsperf: Fix build with BIND 9.12.3 and newer 2018-10-27 12:04:33 +00:00
biology Add hisat2 2019-01-15 01:27:42 +00:00
bootstrap set $CC when clang is detected in bootstrap 2019-02-06 17:38:54 +00:00
cad Updated cad/gtkwave to 3.3.98 2019-01-05 14:44:46 +00:00
chat irssi: Goodbye, early 2000s dreams of ICQ support. 2019-02-17 12:03:27 +00:00
comms gammu: Update to 1.40.0 2019-02-03 00:09:45 +00:00
converters *: recursive bump for poppler-0.74.0 2019-02-16 13:26:48 +00:00
cross avrdude: require GNU make 2019-01-26 02:44:34 +00:00
databases py-redis: updated to 3.2.0 2019-02-18 11:29:34 +00:00
devel py-dulwich: updated to 0.9.11 2019-02-18 09:41:18 +00:00
distfiles
doc Updated textproc/py-dominate, devel/py-dulwich 2019-02-18 09:42:07 +00:00
editors *: recursive bump for poppler-0.74.0 2019-02-16 13:26:48 +00:00
emulators haxm: Fix path to syssrc 2019-02-18 01:34:12 +00:00
filesystems py-filesystem: removed; successor py-fs 2019-01-16 08:57:17 +00:00
finance ledger: update to 3.1.2. 2019-02-17 11:55:03 +00:00
fonts Fix option -icu; include/harfbuzz/hb-ft.h is installed and required 2019-02-15 22:44:48 +00:00
games *: recursive bump for poppler-0.74.0 2019-02-16 13:26:48 +00:00
geography viking: Update to 1.7 2019-01-22 15:28:45 +00:00
graphics mate-backgrounds: update to 1.21.0 2019-02-17 06:05:58 +00:00
ham add ham/kalibrate-{hackrf,rtl} 2019-02-07 14:08:29 +00:00
inputmethod Update to 1.0.5 2019-01-04 23:37:08 +00:00
lang +zig 2019-02-17 12:34:21 +00:00
licenses Rename abell-94 into purdue (used by Debian) 2018-12-08 17:03:49 +00:00
mail claws-mail: fix compilation on Darwin without X11. 2019-02-16 16:27:19 +00:00
math mpfr: update to 4.0.2. 2019-02-13 22:26:50 +00:00
mbone Updated mbone/mdd to 20180824 2018-08-29 00:50:12 +00:00
meta-pkgs meta-pkgs/mate: revise Makefile to reflect updates 2019-02-18 06:08:19 +00:00
misc libreoffice: fix poppler-0.74.0 "Guchar" type removal fallout 2019-02-17 15:27:41 +00:00
mk tools.FreeBSD.mk: make groff conditional 2019-02-12 18:40:16 +00:00
multimedia mkvtoolnix: fix buildling on macOS; remove DRAKE_FLAGS because current rake automatically chosses number of jobs 2019-02-12 23:46:23 +00:00
net mate-user-share: update to 1.21.0 2019-02-17 06:22:37 +00:00
news sfeed: Update to 0.9.8 2019-02-17 21:19:53 +00:00
packages
parallel Update to paexec-1.1.1 2019-02-15 19:31:24 +00:00
pkgtools Revert previous for now. 2019-02-10 21:35:01 +00:00
print web2c: fix poppler-0.74.0 "Guint" type removal fallout 2019-02-17 11:44:38 +00:00
regress regress/tools: clarify that only the NetBSD 7 shell exhibits this bug 2018-12-05 19:01:40 +00:00
security py-cryptopp: updated to 0.7.1 2019-02-14 12:56:38 +00:00
shells fish: temporarily disable the functionality of man.fish 2019-02-13 22:03:53 +00:00
sysutils Fix PLIST for the introspection option. noted by leot@ 2019-02-17 16:06:01 +00:00
templates
textproc py-dominate: updated to 2.3.5 2019-02-18 09:13:34 +00:00
time py-dateparser: updated to 0.7.1 2019-02-13 12:54:27 +00:00
wm mate-netbook: update to 1.21.0 2019-02-17 06:18:55 +00:00
www py-httplib2: updated to 0.12.1 2019-02-17 08:59:28 +00:00
x11 xcalc: update to 1.0.7. 2019-02-17 23:09:42 +00:00
Makefile
pkglocate Remove clauses 3,4 from TNF-only copyright blocks. 2018-08-22 20:48:36 +00:00
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.