Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
taca c8e71ca985 Update pear-Crypt_GPG to 1.6.0.
1.6.0						2017-02-26 03:26 UTC

Changelog:

* This release adds GnuPG 2.1 support.
* Internal API has been refactored.

* Fix Bug #21182: Ignore invalid proc_close() exit code
* Fix Bug G#28: Use --batch argument for key imports when no passphrase is
  provided.
* Fix Bug #21151: GPG-AGENT process is not automatically closed when using
  GnuPG 2.0
* Fix Bug #21152: Ignore time conflicts (by default)
* Fixed Bug #21148: Throw bad-passphrase exception instead of key-not-found
  exception on decryption
2017-03-12 13:26:58 +00:00
archivers
audio
benchmarks
biology
bootstrap
cad
chat
comms
converters
cross
databases Release 1.1.6 continues to provide bug fixes and some new features within the 1.1 series. As we begin to lead into the development phase for 1.2 and solidify the 1.1 series as "done", additional behavioral improvements will more likely to be targeted at 1.2 rather than 1.1. Nevertheless, 1.1.6 includes a few fairly major behavioral improvements in the area of performance; some significant performance issues within the "joined eager loading" functionality were identified and repaired, which should cut the Python-level latency for such a query roughly in half, as well as an unnecessary SELECT which could emit when using the "eager defaults" feature was repaired. 2017-03-12 12:21:16 +00:00
devel
distfiles
doc Note update of net/pear-Net_SMTP pakcage to 1.7.3. 2017-03-12 13:24:54 +00:00
editors
emulators
filesystems
finance
fonts
games Updated lgogdownloader to 3.2. 2017-03-12 07:24:06 +00:00
geography
graphics
ham
inputmethod
lang Update pear to 1.10.3 also update including XML_Util to 1.4.2. 2017-03-12 13:19:12 +00:00
licenses
mail
math
mbone
meta-pkgs
misc
mk
multimedia Fix pkglint warnings and other misc cosmetical (and non-functional) changes. 2017-03-12 11:45:28 +00:00
net Update pear-Net_SMTP to 1.7.3. 2017-03-12 13:24:30 +00:00
news
packages
parallel
pkgtools
print
regress
security Update pear-Crypt_GPG to 1.6.0. 2017-03-12 13:26:58 +00:00
shells
sysutils
templates
textproc Updated p5-Text-Glob to 0.11. 2017-03-12 07:39:21 +00:00
time
wm
www
x11
Makefile
pkglocate
README

$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.