summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2010-03-15Update to 2.01.01alpha77:wiz2-6/+6
All: - Added support for DragonFly/x86_64 - Support for "pcc" on Solaris x86 was added as a first step. The C-Compiler "pcc" http://pcc.ludd.ltu.se/ is based on the Portable C-Comppiler from AT&T from the late 1970s. It is under BSDl and thus offers compilation with a really free build environment. Note that due to a pcc bug, the autoconf results for Large File support are incorrect. Unless you edit the file incs/i386-sunos5-pcc/xconfig.h and manually correct the file to contain this: #define _FILE_OFFSET_BITS 64 /* # of bits in off_t if settable */ You will not get working large file support. Support for more Operating system will follow after the issues in the compiler have been resolved. Libfind: - Fixed a bug in libfind/walk.c (calling strcatl() with last parameter 0 instead of (char *)0) Cdrecord: - Fixed a bug with INDEX 00 support for CUE files from ExactAudioCopy - Cdrecord no longer tries to close a session on a BD-RE media. This is not supported in the recent MMC Standard and most drives return a SCSI error when attempting to close such a session.
2010-03-15Updated print/mupdf to 0.0.940wiz2-3/+3
2010-03-15Update to r940, minor changes.wiz2-6/+6
2010-03-15Updated games/gbrainy to 1.40wiz2-3/+3
2010-03-15Update to 1.40. Mark as not make-jobs-safe, since installation sometimeswiz3-8/+30
fails. Version 1.40 * 2 new logic games * Deprecated Glade and moved to Builder * Mouse support * Better RTL support * Updated and new translations * Remove dead and legacy code * 12 Bug fixes
2010-03-15Updated math/gsl to 1.14wiz2-3/+3
2010-03-15Update to 1.14:wiz3-7/+8
* What is new in gsl-1.14: ** Upgraded to latest libtool, autoconf and automake (libtool-2.2.6b, autoconf-2.65, automake-1.11.1). Fixes security hole in 'make dist' (see Automake CVE-2009-4029). ** Added support for "multisets", which are similar to permutations and combinations. A multiset is an array of k integers in the range 0 to n-1 where each value may occur more than once. Multisets can be used to iterate over the indices of a k-th order symmetric tensor in n-space. (Rhys Ulerich) ** Added gsl_integrate_glfixed routines for performing fixed order Gauss-Legendre integration (Pavel Holoborodko, Konstantin Holoborodko, Rhys Ulerich) ** In the LMDER multi-dimensional fitting routines, the return code GSL_ENOPROG is now used instead of GSL_CONTINUE for the case where 10 or more attempts to find a suitable trial step have been made without success. [bug #25383] ** The confluent hypergeometric function gsl_sf_hyperg_U (a,b,x) has been extended to support x < 0 for cases not involving singularities in 1F1(a,b,x). [bug #27859] ** The F-distribution gsl_ran_fdist_pdf now avoids unnecessary underflow and overflow and handles cases where n > 248. [bug #28500] ** The SVD routines now use a scaled version of the implicit QR method and compute the shift more reliably for values at the limit of double precision, avoiding potential NaNs. [bug #28767] ** A compile time error is emitted if the configuration stage prevents the functions gsl_isnan and gsl_finite from being defined. ** Added missing dereference in GSL_VECTOR_COMPLEX when not using GSL_RANGE_CHECK [bug #28017] ** Improved the range of gsl_sf_hyperg1F1(a,b,x) when a<0,b>0. [bug #28718] ** Added macros GSL_MAJOR_VERSION and GSL_MINOR_VERSION in <gsl/gsl_version.h> ** Improved gsl_eigen_symmv and gsl_eigen_symm to avoid a potential infinite loop when the tridiagonalised matrix contains very small values. [bug #28096] ** Added functions gsl_multifit_linear_usvd and gsl_multifit_wlinear_usvd for multilinear fitting without column-scaling of the fit matrix.
2010-03-15Updated net/yaz to 4.0.2wiz2-3/+3
2010-03-15Update to 4.0.2:wiz2-6/+6
--- 4.0.2 2010/03/09 wrbuf_destroy allows NULL WRBUF passed to it. Fix CCL qualifier aliases (did not work since YAZ 2.1.56). Add ZOOM_connection_close. No fixed size buffers for ZOOM shell - bug #3257. tstodr: make it work on s390 platform. New icu iterator-functions. The new icu_iter-functions makes it possible to use ICU chains from many threads. yaz-client: better syntax check for show command.
2010-03-15Added dual LICENSE (which this package has)pettai1-2/+2
2010-03-15Updated print/libspectre to 0.2.4wiz2-3/+3
2010-03-15Update to 0.2.4:wiz2-7/+6
libspectre 0.2.4 (21 February 2010) =================================== This is another bugfix only release in the libspectre's 0.2 series. Documents containing embedded documents inside the prolog, typically font resources, were not correctly rendered (Bug #25573) Hib Eris fixed some portability issues to make libspectre build and work on Windows (Bug #26377) PDF exporter was broken which might cause a crash when printing some documents (Bug #26592)
2010-03-15Updated audio/lame to 3.98.3wiz2-3/+3
2010-03-15Update to 3.98.3:wiz3-179/+6
LAME 3.98.3 February 27 2010 * Rogério Brito: o Update the debian packaging for the new release. * Robert Hegemann o The ignore-tag-errors switch had no effect when embedding album art, fixed. o Library API change: lame_decode functions are now obsolete but still present, please use hip_decode instead. The reason for this change is: lame_decode functions use a single global variable within the library to store decoder setup, hip_decode functions don't. The encoder now uses hip_decode internally and it is now possible to use clipdetect feature while reencoding mp3 to mp3. o Workaround for FFMPEG bug, which uses to call lame_encode_flush more than once in a loop. o Windows: program icon and version info added (when building with VC9) o Fix for Bugtracker item [ 2688413 ] lib name problem in Microsoft Visual Studio 6 o Fix for Bugtracker items [ 2051870, 2423650, 2928684 ] several small documentation issues o Fix for Bugtracker item [ 2723518 ] resampling in 3.98 and 3.99alpha o Fix for Bugtracker item [ 2891879 ] Because of Windows API change, there was a problem with the prority switch. o Fix for Bugtracker item [ 2893101 ] Access Violation in BladeMP3EncDLL if UNICODE was defined. o Fix for Bugtracker item [ 2887359 ] Wrong length in ID3v2 tag when num_samples isn't set o Fix for Bugtracker item [ 2872590 ] LameTAG: "Music length" missmatch in LAME 3.98 o Fix for Bugtracker item [ 2824296 ] wrong enc_padding value in LAME 3.99a and 3.98.3 (from CVS) o Revisiting the FhG decoder problem (FhG V1.5 build 50, ships with MS Windows): enabling the new-drain-code seems to solve that issue better, than restricting the buffer size (see below: 3.98 beta 1, May 16 2007). o Patch submitted by Bernhard Doebler, tracker item [ 2807676 ] Error when building Lame with NASM support o Patch submitted by Mancuso Raffaele, tracker item [ 2406420 ] compile lame_enc.dll under cygwin
2010-03-15Remove list of sourceforge hosts and instead use load balancer.wiz1-22/+2
Direct links to the hosts were redirected to the load balancer anyway, and this way pkgsrc users won't all hammer the same mirror (first in list).
2010-03-15Note update of monotone{,-el,-server} to 0.47.jmmv1-1/+4
2010-03-15Update to 0.47: use the 0.47 distfile and depend on monotone 0.47.jmmv4-16/+15
2010-03-15Update monotone to 0.47:jmmv3-8/+9
Changes - The default '<unknown>' author used by the git_export command has changed to 'Unknown <unknown>' and must be changed in existing author map files. The old '<unknown>' author will be rejected by the new validate_git_author lua hook. - The 'git_export' command now validates all git author and committer values using a new 'validate_git_author' lua hook before they are written to the output stream. The export will fail if any value is rejected by this hook. - The 'git_export' command now calls a new 'unmapped_git_author' lua hook for all git author values not found in the author map file. The default implementation of this hook attempts to produce valid git authors using several default pattern replacements. - The 'get_date_format_spec' lua hook now has an additional parameter which hints at the wanted format (f.e. a short date or a long date time). The default implementation now returns '%x' for short and long dates, '%X' for short and long times (currently unused) and '%x %X' for short and long date times. - The options '--date-format' and '--no-format-dates' are no longer specific to the 'log' command, but can now be used globally. - monotone now prompts only three times for a key password. New features - Added portuguese translation (thanks to Américo Monteiro) Bugs fixed - 'passphrase' now allows an empty new password to be given (fixes monotone bug #28809) - 'automate remote' and 'automate remote_stdio' no longer require an existing database (fixes monotone bug #28885) - monotone no longer throws an exception on Windows if it is interrupted (^C); a couple of other bug have been fixed for this platform as well which generally improve the compatibility. - The annotation of 'annotate' is now localized. - The various occurrences where a revision is described by its certs now come with proper localized date output. - Fix problems with newer Lua versions especially when LUA_COMPAT_VARARG not set. Other - Roster handling has been sped up significantly, and roster cache performance has been fixed for the case of overly large rosters. This should be mostly noticable when digging through history (especially initial pulls, since those send so many revisions), and be more noticable for projects with larger trees. The most significant internal change from this is that rosters and marking_maps are now copy-on-write. A longer overview of the internal changes is at: http://lists.gnu.org/archive/html/monotone-devel/2010-02/msg00043.html - Improve the compatibility with newer Botan versions.
2010-03-15- apache22-2.2.15, chicken-4.4.0, p5-DateTime-TimeZone-1.11,wiz1-5/+1
sitecopy-0.16.5.
2010-03-15more describe about migemo.obache1-1/+1
2010-03-15+ apache22-2.2.15, aria2-1.9.0, botan-1.9.4, bouml-4.19, calibre-0.6.45,wiz1-23/+56
chicken-4.4.0, dasher-4.11, dvdrip-0.98.11, echinus-0.4.1, efax-gtk-3.2.0, enscript-1.6.5.1, etm-559, fotoxx-9.7, gnome-settings-daemon-2.28.2, gnumeric110-1.10.1, gnupg2-2.0.15, goffice0.8-0.8.1, gsl-1.14, gst-plugins0.10-bad-0.10.18, gst-plugins0.10-base-0.10.28, gst-plugins0.10-good-0.10.21, gst-plugins0.10-ugly-0.10.14, gstreamer0.10-0.10.28, gtar-base-1.23, kid3-1.4, lottanzb-0.5.3, mp3diags-1.0.04, mupdf-0.0.940, p5-DateTime-TimeZone-1.11, p5-ExtUtils-ParseXS-2.2205, p5-Module-Install-0.95, p5-Test-Pod-1.42, p5-URI-1.53, php5-5.3.2, phpmyadmin-3.3.0, pinentry-0.8.0, py-cups-1.9.49, py-lxml-2.2.6, py-psycopg2-2.0.14, py-pytz-2010e, remind-3.1.8, scmgit-base-1.7.0.2, scmgit-docs-1.7.0.2, t-prot-2.97.1, tmux-1.2, viewvc-1.1.4, wine-devel-1.1.40, x264-devel-20100313, xf86-video-nv-2.1.17, xine-lib-1.1.18.1, xinput-1.5.1, xorg-util-macros-1.6.1, xterm-256, yaz-4.0.2, youtube-dl-20100313.
2010-03-15+ p5-Tie-Cacheobache1-1/+2
2010-03-15Import p5-Tie-Cache-0.17 as devel/p5-Tie-Cache.obache3-0/+32
Based on PR#41614 by Uwe Klaus. This module implements a least recently used (LRU) cache in memory through a tie interface. Any time data is stored in the tied hash, that key/value pair has an entry time associated with it, and as the cache fills up, those members of the cache that are the oldest are removed to make room for new entries.
2010-03-15Mention migemo option (used by www/w3m).obache1-0/+1
2010-03-15Add migemo option (disabled by default)obache1-2/+12
Based on patch in PR#41639 by YAMASHIRO Jun.
2010-03-15Updated lang/gcc44 to 4.4.3adam2-3/+3
2010-03-15Changes 4.4.3:adam5-30/+29
The GNU project and the GCC developers are pleased to announce the release of GCC 4.4.3. This release is a bug-fix release, containing fixes for regressions in GCC 4.4.1 relative to previous releases of GCC.
2010-03-15+ log4shibpettai1-1/+2
2010-03-15Added devel/log4shib version 1.0.4pettai1-1/+2
2010-03-15Log4shib is a forked version of log4cpp that has been created for thepettai5-0/+94
Shibboleth project to ensure a conistent, working snapshot that builds reliably on the necessary platforms.
2010-03-15Note update of net/pear-Net_LDAP2 package to 2.0.9.taca1-1/+2
2010-03-15Add DESTDIR_SUPPORT and no functional change.taca3-11/+39
2010-03-15Update pear-Net_LDAP2 package to 2.0.9 since 2.0.8 no longer available.taca2-6/+6
Changelog: * fixed package (package.xml was unclean so 2.0.8 wouldnt install)
2010-03-15Reset MAINTAINER.martti1-2/+2
2010-03-15Updated lang/ecl to 10.3.1asau1-1/+2
2010-03-15Update to ECL 10.3.1, contributed by Matthew Mondor.asau6-11/+44
ECL 10.3.1: =========== This release has three important focuses: performance improvements in various fronts (garbage collection and hash tables), extending the run-process function and important fixes to let ECL work better with Slime. To quote one lisper ECL "this feels like a real Lisp implementation now" * Bugs fixed: - DIRECTORY used stat() also on files that did not match the directory masks. - The syntax for matching strings in DIRECTORY is now the same as in PATHNAME-MATCH-P. Formerly there were small differences, such as DIRECTORY understanding characters #\? and #\\ and PATHNAME-MATCH-P not. - Standalone executables do not require the existence of the ECLDIR directory to start up -- it may be required, though, for working Unicode because the encodings are stored there. - PROCESS-JOIN was exported from the wrong package. - PROCESS-JOIN failed when invoked with a thread that was in the process of being set up. - The output values of a process or thread are now collected in the process object and returned by PROCESS-JOIN. - ECL's interrupt servicing thread could not be shut down. - When compiling LET forms, ECL emitted warnings about removal of variables even when they were declared IGNORABLE. - An internal variable MP:*ALLOW-WITH-INTERRUPTS* was not declared special. - The compiler now understands function type proclamations with &OPTIONAL values. - The compiler now accepts THE special forms with a VALUES type. - If file A.lsp explicitely loads B.lsp to use a package that is only defined in B, then ECL signaled an error in the compiled version of A even after this one had required B.lsp. - ECL accepts FTYPE proclamations for SETF-functions. - On platforms where a stack overflow does not trigger a SIGSEGV, ECL was unable to recover from the overflow. Now it jumps to the outermost protection frame (typically the toplevel). - Socket streams are now two-way streams. This solves a problem with certain platforms (OS X) where a C stream can not be used to read and write simultaneously by two different threads. - TRUENAME and PROBE-FILE were not thread safe. * Visible changes: - Hash tables now use hand-coded specialized loops for EQ, EQL, EQUAL, EQUALP and package types, achieving a reduction of about 30% time in lookups. - A new function EXT:ENVIRON returns the list of strings that makes up the process environment. This is the equivalent of POSIX (char **environ) and Windows' GetEnvironmentStrings. - EXT:RUN-PROGRAM now accepts a keyword argument, :ENVIRON, with a list of strings used to configure the environment of the child process. For instance '("PWD=/home" "PATH=/usr/bin") - EXT:RUN-PROGRAM returns as third value an EXT:EXTERNAL-PROCESS structure, which supports the queries EXT:EXTERNAL-PROCESS-{PID,INPUT,OUTPUT,STATUS}, following CCL's conventions. - The new function EXT:EXTERNAL-PROCESS-WAIT can be used to wait indefinitely for termination of a process or simply to query its status. - ECL implements a new garbage collector marking mode which at the overhead of one word per object achieves precise marking of heap objects, reducing accidental data retention and improving the time spent in garbage collection. This mode is only available when using --enable-boehm=system at configuration time. - ECL now ships with ASDF version 1.604 - The variables C:*USER-CC-FLAGS* and C:*USER-LD-FLAGS* are lists of strings which can used to change the behavior of the C compiler and the linker. Note, however, that the flags that ECL uses may take priority. - In the C code we are beginning to use GCC's attributes (__attribute__) and branch annotation (__builtin_expect). This decreases the size of code that checks for errors and improves performance. - When printing compiler notes, instead of printing the macroexpanded form, ECL now prints the toplevel form, as follows ;;; Warning: in file src:lsp;autoload.lsp.NEWEST, position 1178 and top form ;;; (DEFMACRO WITH-COMPILATION-UNIT (OPTIONS &REST BODY) ...) ;;; The variable OPTIONS is not used. - ECL now implements EXT:*INVOKE-DEBUGGER-HOOK*, which works like *DEBUGGER-HOOK* but is also observed by BREAK. (SBCL extension adopted by ECL) - The UFFI interface now supports C99 types, such as :int8-t, :uint32-t, etc, but only when the corresponding types do exist in the underlying C environment. - SOCKET-MAKE-STREAM defaults :BUFFERING to :FULL and allows three new keyword arguments, :INPUT, :OUTPUT and :EXTERNAL-FORMAT, as in SBCL. - COMPILE-FILE admits the keyword argument :EXTERNAL-FORMAT. - A new function EXT:ALL-ENCODINGS lists all encondings known to ECL. - Improved readability of compiler messages. - SERVE-EVENT now allows time resolution of less than one second. - The PROFILE package now has an alias, SB-PROFILE. - ECL now stores the location of its source files in a logical hostname, "SRC:", which points to the directory where Announcement is located. - When building ECL, if "etags" is installed, a file TAGS is created which contains references to the location of all C functions. This file can be used to locate functions from the core library in Slime, using M-. - Documentation files now allow for annotation of arbitrary symbols, based on a key and a sub-key which are both symbols. - New function EXT:FUNCTION-LAMBDA-LIST which currently only works with functions from the core ECL library, generic functions and interpreted functions. - The debugger now is capable of showing the special variable bindings from a function, as well as the restarts newly bound by that function. - When using git, a new function EXT:LISP-IMPLEMENTATION-VCS-ID returns a unique identifier denoting the last commit. This can be used to discriminate between unstable releases and remove stale FASL files. - COMPILE-FILE admits two new keyword arguments, :SOURCE-TRUENAME and :SOURCE-OFFSET which can be used to change the value returned by EXT:COMPILED-FUNCTION-FILE when acting on compiled functions.
2010-03-15Use bg-installer to install, as in upstream git, to provide DESTDIR support.schmonz4-8/+58
2010-03-15Fix spelling of package name. (Sigh.) Noticed by Pierre Pronchery anddholland1-2/+2
reported in PR 42974. XXX: how should this be entered in CHANGES?
2010-03-15Updated lang/chicken to 4.4.0asau1-1/+2
2010-03-15Update to Chicken 4.4.0.asau5-81/+123
Contributed by Peter Bex. New in Chicken 4.4.0: - the system can now be built with llvm-gcc and/or "clang" (the LLVM C compiler which doesn't use the GNU C frontend) - added new option `-trunk' to `chicken-install', which forces building and installing the development version of extensions in combination with `-t local' - added new option `-deploy' to `chicken-install', which builds extension for use in "deployed" applications (see below) - added option `-deploy' to `csc', the compiler driver. With this option `csc' can build fully self-contained application bundles and double-clickable Macintosh GUI apps; see the "Deployment" manual chapter for more information - the directory given to the `-prefix' option of `chicken-install' may now be a relative pathname. - removed GUI-specific runtime library (`libchicken-gui') from Windows build - GUI- and non-GUI applications now use the same runtime library - special forms of the foreign-function interface have been replaced with an internal form and syntax to allow renaming and shadowing of these forms - the new `-private-repository' option in `csc' compiles executables with the extension-repository path set to the directory from which the program was started - `csc': deprecated the `-W' and `-windows' options, added `-gui' as a platform-independent replacement - `require-extension'/`use' accepts now import-specifications - user-defined extension-specifiers and `set-extension-specifier!' have been removed - `delete-file[*]', `rename-file', `create-directory', `file-copy', `file-move', `delete-directory' and `change-directory' return their argument/destination filename on success - added the missing procedure `condition-variable-name' to the srfi-18 library unit (Thanks to Joerg Wittenberger) - the `glob?' function from the `regex' unit has been deprecated - added the procedure `scan-input-lines' to the `utils' library unit - added new runtime option `-:g' which enables GC debugging output - reclamation of unused symbols in "symbol-gc" mode (`-:w') now only takes place for symbols with an empty property-list - on Windows loading of code compiled with [non-]GUI runtime libraries will fail and produce an error message when the loading executable is linked with a different runtime system - on Windows, GUI libraries were not correctly linked by `csc' - unit posix: added setter for `file-modification-time' - the banner shows the branchname of the build, unless it's "master" - the `-no-install' option to `chicken-install' is ignored when building/installing dependencies - `chicken-uninstall' takes a glob instead of a regular expression as argument - the rename and compare functions for low-level macro-definitions accept now arbitrary s-expressions and renames/compares them recursively - `number->string' handles negative-numbers with bases different from 10 correctly (thanks to Peter Danenberg) - removed deprecated `setup-install-flag' and `setup-verbose-flag' from the `setup-api' module - added new option `-repository' to `chicken-install' (Thanks to Christian Kellermann) - removed `chicken-setup' stub program - fix to `csc' to use the correct library when fixing dynamic load paths (Thanks to Derrell Piper) - removed html documentation from distribution (the wiki manual will now be installed) - fixed bug in `reexport' which caused syntax not to be correctly reexported - previous assignments to a toplevel variable that are separated by side effect free expressions are removed - fixed windows version of `find-files' (thanks to Jim Ursetto) - documentation for extensions is not installed automatically by `chicken-install' anymore - changed binary version from "4" to "5", because the new runtime libraries are not binary-compatible with previous releases; this means all eggs have to be reinstalled and existing programs be recompiled! - added unboxing pass to compiler which results in partially dramatical performance improvements for unsafe floating-point-intensive code; unboxing is enabled on optimization levels 4 and 5 - removed rest-argument-vector optimization as it could conflict with inlining (thanks to Sven Hartrumpf) - renamed `pointer-offset' to `pointer+' and deprecated `pointer-offset' - toplevel assignments that have no other side-effects can be eliminated if it can be shown that the value is not used (the compiler will generate a warning in this case) - removed deprecated `-quiet' option in `chicken' program - removed deprecated `run-time-macros' declaration - removed deprecated `-v2' and `-v3' options in `csc' program - removed deprecated `list-of' function (it is exclusively available as `list-of?' now) - removed deprecated `stat-...' functions in posix library unit - removed deprecated `for-each-line' and `for-each-argv-line' procedures in utils library unit - added `fpinteger?' and `fpabs' - deprecated `define-compiled-syntax' - added new floating-point primitives `fpsin', `fpcos', `fptan', `fpasin', `fpacos', `fpatan', `fpatan2', `fpexp', `fplog', `fpexpt' and `fpsqrt' - heavy cleanup of floating math functions which gives much better performance, especially for code compiled in unsafe mode - calling `assert' with a single argument shows the tested expression on failure - various bugfixes and cleaning up
2010-03-15Installs shlibs nowadays, so don't default to a build-only dependency.schmonz1-2/+1
2010-03-15DESTDIR support, DJB_RESTRICTED=no (ucspi-tcp is public domain now), updateschmonz1-6/+10
HOMEPAGE.
2010-03-15DESTDIR support.schmonz1-6/+7
2010-03-15DESTDIR support (can't test without a sufficiently old Darwin, but it looksschmonz1-1/+3
right already).
2010-03-15DESTDIR support.schmonz2-4/+9
2010-03-14Make this build and work under Solaris 10 x86:tron6-23/+140
1.) Work around lack of support for Sun Studio C Compiler and bugs in this compiler (it crashes with "-O3", "-xO2" works fine). 2.) Use a hammer to disable MMX, AMD 3DNow and SSE support as Solaris refuses to load libraries which contain unsupported instructions.
2010-03-14Fix installation on platforms where the "install-sh" package is used.tron3-1/+61
2010-03-14Update www/sitecopy to 0.16.6.gls1-1/+2
2010-03-14Update to sitecopy-0.16.6gls3-15/+14
As per PR/42962 provided by Ivan "Rambius" Ivanov. While here, update MASTER_SITES Changes since 0.16.2: Changes in release sitecopy 0.16.6, 16 July 2008 * DAV: Fix crash with progress bar enabled with neon 0.27/0.28. Changes in release sitecopy 0.16.5, 16 July 2008 * DAV: Fix SSL cert caching to avoid repeated prompts. * Update to neon 0.28.3 and support neon 0.24.x through 0.28.x. Changes in release sitecopy 0.16.3, 12 March 2006 * DAV: Add PKCS#12 client cert support; "client-cert /path/to/cert.p12" * Update to neon 0.26.0 (0.24.x and 0.25.x still supported).
2010-03-14Mention update of www/p5-WWW-Facebook-API to 0.4.18gls1-1/+2