summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2013-04-16Changes 0.11.2:adam4-14/+33
* make code generation output the same on Solaris * fix some hard to trigger bugs
2013-04-16Updated geography/viking to 1.4.1gdt2-3/+3
2013-04-16Update to 1.4.1.gdt4-10/+36
pkgsrc changes: improve patch comment and explain why it is not filed/applied upstream. Viking 1.4.1.0 (2013-04-08) Bug Fix Release + updated translations * Import Launchpad translation updates [Mainly for large Czech update] * Fix using .vik files with 'unusual' track or waypoint names * Fix waypoint selection when the waypoint has an image but the images are not being displayed. * Fix showing map timestamps on Windows on the map tile info dialog. * SF#3608411: Part 2 - Avoid creating command window on Viking start-up. * SF#3608411: Part 1 - Avoid warning about unbuffer on Windows Systems. * SF#3608264: Improve Statusbar Location Info Maybe Truncated * Prevent inputting empty names for layers and sublayers via the layers panel. * SF#3608311: Fix crash caused by renaming blank sublayer names * Be less strigent in loading Geotagged images without optional GPS tags * Fix use of scaled tile image when tile image not present. * Enable updating the treeview to allow setting a blank waypoint symbol. * Improve the Waypoint tooltip to display the description if there is no comment. * Fix datasource acquiring waypoints from geotag images. * Updated geo-* scripts to version released on 2013/02/18 * Fix compilation with --enable-geocaches option. * help/Makefile.am: explicitly list figures. Viking 1.4 (2013-02-11) New features since 1.3.2 * Support for GPX Route type including transfer to/from GPS Devices. ** Replaced 'Add Track' tool with 'Create Route' tool. (NB There still is the Create Track tool) * Support for GPX 'Description' for tracks, waypoints and routes. * Add ability to Acquire My OSM Traces and ability to choose any subset of the available traces. * GPS Upload from a track. * Enable giving a track a specific colour (drawn in default draw by track mode). * Enable drawing all tracks in a specific colour (no longer is Black the only option). * Allow option of drawing a direction arrow when drawing a track. * Allow configuration of trackpoint size and direction arrow size. * Display Waypoint Icons in the layers panel treeview. * Restored Route Finding via Google Services. [Was disabled in 1.3.2 due to change in formats supported] * Only display sublayer container when there are sublayers. * Display map tile source and cached file information in a dialog for a position. * Quick zoom level change from the statusbar by clicking on the zoom level to select another level. * In the Zoom Tool mode: can select an area to zoom in on (via holding shift key + drag mouse). * Mouse Zooming in/out maintains the position focus on the mouse pointer location. ** (Use the keys Ctrl+Shift and mouse zoom to maintain the centered map location). * Improvements in Acquiring Wikipedia Points (allow more points, sortable columns, URL and feature type). * Allow opening a URL on a waypoint which has a URL for a comment or description. * Re-organized TrackWaypoint Layer menus to group functionality together better with New, View, Combine, Split, Delete, Acquire and Upload submenus. * Gradient Graph view on the Track Properties. * Allow same named TrackWaypoint sublayer items. i.e. can now have 2 (or more) waypoints with the same name. * Add support of a Map type for a local On Disk OSM Tile Format. * Revised Draw Track by Speed mode with a simple traffic light colouring scheme to represent slow/average/fast speeds. * Enable deletion of track points with the same timestamp. * Ability to merge segments of a track. * Allow generation of large pixel sized images. * Rework image generation to ask for file name first and then only allow supported map zoom levels. * Allow control of waypoint text size on the viewport display. * Allow control of GPX file saving track order (either Alphabetical or By Time via global preference). * Keyboard shortcuts to create layers and enable some tools. * Show the bearing and the step distance of the next point when creating a track or route. * Improved feedback in reading erroneous files. * Improved Help Manual. * More translation texts including a Finnish version. * Scripts to support the creation of the Windows Executable Installer. * Add a python tool to convert the Viking tile cache into a MapBox MBTiles format file. * Many internal improvements. Fixes since 1.3.2 * Don't accidently overwrite GPX and KML files in the Viking file type. * Use the default desktop font for waypoint viewport display text. * Ensure when opening multiple .vik files they are each loaded into a new window. * Show UTM location in statusbar when in UTM mode. * Fix: crash when dealing with non-compressed DEM files
2013-04-15Updated graphics/png to 1.6.2beta01prlw11-1/+2
2013-04-15Update png to 1.6.2beta01prlw12-6/+6
Version 1.6.2beta01 [April 14, 2013] Updated documentation of 1.5.x to 1.6.x changes in iCCP chunk handling. Fixed incorrect warning of excess deflate data. End condition - the warning would be produced if the end of the deflate stream wasn't read in the last row. The warning is harmless. Corrected the test on user transform changes on read. It was in the png_set of the transform function, but that doesn't matter unless the transform function changes the rowbuf size, and that is only valid if transform_info is called. Corrected a misplaced closing bracket in contrib/libtests/pngvalid.c (Flavio Medeiros). Corrected length written to uncompressed iTXt chunks (Samuli Suominen).
2013-04-15Support MYSQL_VERSION_DEFAULT=56abs1-4/+17
2013-04-15Updated devel/bison to 2.7.1; parallel/hwloc to 1.7; parallel/mpi-ch to 3.0.3adam1-1/+4
2013-04-15Changes 3.0.3:adam6-42/+79
A new stable release of MPICH, 3.0.3, is now available for download. This release adds several performance features for MPI-RMA and fixes several bugs present in 3.0.2. Please use this release instead of 3.0.2.
2013-04-15Fix packaging on non-Linux: lirc needs to be in PLIST_VARS, always.wiz1-2/+2
2013-04-15Version 1.7.0adam9-267/+51
------------- * New operating system backends + Add BlueGene/Q compute node kernel (CNK) support. See the FAQ in the documentation for details. Thanks to Jeff Hammond, Christopher Samuel and Erik Schnetter for their help. + Add NetBSD support, thanks to Aleksej Saushev. * New I/O device discovery + Add co-processor OS devices such as "mic0" for Intel Xeon Phi (MIC) on Linux. Thanks to Jerome Vienne for helping. + Add co-processor OS devices such as "cuda0" for NVIDIA CUDA-capable GPUs. + Add co-processor OS devices such as "opencl0d0" for OpenCL GPU devices on the AMD OpenCL implementation. + Add GPU OS devices such as ":0.0" for NVIDIA X11 displays. + Add GPU OS devices such as "nvml0" for NVIDIA GPUs. Thanks to Marwan Abdellah and Stefan Eilemann for helping. These new OS devices have some string info attributes such as CoProcType, GPUModel, etc. to better identify them. See the I/O Devices and Attributes documentation sections for details. * New components + Add the "opencl", "cuda", "nvml" and "gl" components for I/O device discovery. + "nvml" also improves the discovery of NVIDIA GPU PCIe link speed. All of these new components may be built as plugins. They may also be disabled entirely by passing --disable-opencl/cuda/nvml/gl to configure. See the I/O Devices, Components and Plugins, and FAQ documentation sections for details. * API + Add hwloc_topology_get_flags(). + Add hwloc/plugins.h for building external plugins. See the Adding new discovery components and plugins section. * Interoperability + Add hwloc/opencl.h, hwloc/nvml.h, hwloc/gl.h and hwloc/intel-mic.h to retrieve the locality of OS devices that correspond to AMD OpenCL GPU devices or indexes, to NVML devices or indexes, to NVIDIA X11 displays, or to Intel Xeon Phi (MIC) device indexes. + Add new helpers in hwloc/cuda.h and hwloc/cudart.h to convert between CUDA devices or indexes and hwloc OS devices. + Add hwloc_ibv_get_device_osdev() and clarify the requirements of the OpenFabrics Verbs helpers in hwloc/openfabrics-verbs.h. * Tools + hwloc-info is not only a synonym of lstopo -s anymore, it also dumps information about objects given on the command-line. * Documentation + Add a section "Existing components and plugins". + Add a list of common OS devices in section "Software devices". + Add a new FAQ entry "Why is lstopo slow?" about lstopo slowness issues because of GPUs. + Clarify the documentation of inline helpers in hwloc/myriexpress.h and hwloc/openfabrics-verbs.h. * Misc + Improve cache detection on AIX. + The HWLOC_COMPONENTS variable now excludes the components whose names are prefixed with '-'. + lstopo --ignore PU now works when displaying the topology in graphical and textual mode (not when exporting to XML). + The `libpci' component is now called `pci' but the old name is still accepted in the HWLOC_COMPONENTS variable for backward compatibility.
2013-04-15Updated databases/pgbuildfarm to 4.10gls1-1/+2
2013-04-15Update databases/pgbuildfarm to 4.10gls4-13/+18
From maintainer Nicolas Thauvin via mail to pkgsrc-users. There are two notable upstream changes : - the tarball is now hosted on pgbuildfarm.org instead of pgfoundry - the client has now support for modules allowing to control the build
2013-04-15Changes 2.7.1:adam2-6/+6
* Bug fixes * Fix compiler attribute portability (yacc.c) With locations enabled, __attribute__ was used unprotected. * Fix some compiler warnings (lalr1.cc)
2013-04-15Added fonts/ubuntu-fonts version 0.80schmonz1-1/+2
2013-04-15Add ubuntu-fontsuwe1-1/+2
2013-04-15Ubuntu Font Family 0.80uwe5-0/+193
A set of matching new libre/open fonts. The typeface is sans-serif, uses OpenType features and is manually hinted for clarity on desktop and mobile computing screens.
2013-04-15Updated databases/sqlite3 to 3.7.16.2adam1-1/+4
2013-04-15Add SASL PLAIN Support. Patch submitted upstreammanu5-2/+147
http://sourceforge.net/tracker/?func=detail&aid=3610674&group_id=311&atid=300311
2013-04-15Updated www/ap2-auth-mellon to 0.6.1 [manu 2013-04-15]manu1-1/+2
2013-04-15Upgrade ap2-auth-mellon to 0.6.1 plus a patch from upstreammanu5-319/+140
Changes since 0.4.0, from NEWS file: * Add MellonSPentityId to control entityId in autogenerated metadata Version 0.6.1 --------------------------------------------------------------------------- * Fix the POST replay functionality when multiple users logging in at once. * Add a fallback for the case where the POST replay data has expired before the user logs in. Version 0.6.0 --------------------------------------------------------------------------- Backwards-incompatible changes: * The POST replay functionality has been disabled by default, and the automatic creation of the MellonPostDirectory target directory has been removed. If you want to use the POST replay functionality, take a look at the README file for instructions for how to enable this. * Start discovery service when accessing the login endpoint. We used to bypass the discovery service in this case, and just pick the first IdP. This has been changed to send a request to the discovery service instead, if one is configured. * The MellonLockFile default path has been changed to: /var/run/mod_auth_mellon.lock This only affects platforms where a lock file is required and where Apache doesn't have write access to that directory during startup. (Apache can normally create files in that directory during startup.) Other changes: * Fix support for SOAP logout. * Local logout when IdP does not support SAML 2.0 Single Logout. * MellonDoNotVerifyLogoutSignature option to disable logout signature validation. * Support for relative file paths in configuration. * The debian build-directory has been removed from the repository. * Various cleanups and bugfixes: * Fix cookie parsing header parsing for some HTTP libraries. * Fix inheritance of MellonAuthnContextClassRef option. * Use ap_set_content_type() instead of accessing request->content_type. * README indentation cleanups. * Support for even older versions of GLib. * Fixes for error handling during session initialization. * Directly link with GLib rather than relying on the Lasso library linking to it for us. * Some code cleanups. Version 0.5.0 --------------------------------------------------------------------------- * Honour MellonProbeDiscoveryIdP order when sending probes. * MellonAuthnContextClassRef configuration directive, to limit authentication to specific authentication methods. * Support for the HTTP-POST binding when sending authentication requests to the IdP. * MellonSubjectConfirmationDataAddressCheck option to disable received address checking. * Various cleanups and bugfixes: * Support for older versions of GLib and APR. * Send the correct SP entityID to the discovery service. * Do not set response headers twice. * Several cleanups in the code that starts authentication.
2013-04-15Changes 3.7.16.2:adam7-22/+23
Fix a bug (present since version 3.7.13) that could result in database corruption on windows if two or more processes try to access the same database file at the same time and immediately after third process crashed in the middle of committing to that same file.
2013-04-15Correct typo, diable-libjpeg-turbo -> disable-libjpeg-turbo.mef1-2/+2
2013-04-15substitute hard-coded compiler rpath flag with ${COMPILER_RPATH_FLAG}.obache1-1/+6
PR pkg/47404.
2013-04-15+ p5-Term-ReadLine-TTYtterobache1-1/+2
2013-04-15Added devel/p5-Term-ReadLine-TTYtter version 1.4obache1-1/+2
2013-04-15Import p5-Term-ReadLine-TTYtter-1.4 as devel/p5-Term-ReadLine-TTYtter.obache3-0/+34
Based on PR pkg/47446 by Dennis Lindroos. Term::ReadLine::TTYtter is a modified version of T::RL::Perl with several new nonstandard features specific to TTYtter, but may be useful for other applications. It also allows UTF-8 characters to be entered without crashing, and adds a counter so you can see how many characters you've entered (which is a big deal for Twitter and other microblogging platforms). For information about TTYtter, a Twitter-client written in Perl, visit http://www.floodgap.com/software/ttytter.
2013-04-15Fix typo.wiz1-2/+2
2013-04-15Update perl5 related items:obache1-10/+21
* PERL5_PACKLIST is list of relative paths * update perl5 installation directory related variables, inspired by PR pkg/47724.
2013-04-15+courier-0.71 +courier-imap-4.13 +sqwebmail-5.6.1 +maildrop-2.6.0rodent1-1/+5
2013-04-14Add option "lirc" and enable it by default when available, tested on RHEL-6cheusov6-8/+43
2013-04-14Updated multimedia/farsight2 to 0.0.31wiz2-3/+3
2013-04-14Update to 0.0.31.wiz5-35/+20
Lots of bug fixes since 0.0.26.
2013-04-14Updated biology/py-mol to 1.5.0.1joerg1-1/+2
2013-04-14Update to pymol 1.5.0.1:joerg3-9/+38
- bug fixes - improvements to performance and render quality
2013-04-14Deal with the /usr/bin/env changes in REPLACE_INTERPRETER.joerg1-2/+2
2013-04-14Don't blindly force -O4, LTO may not be supported.joerg3-1/+31
2013-04-14Always return a value from a non-void function (hi christos!).joerg2-4/+4
2013-04-14Deal with the vexing parse issue.joerg2-1/+17
2013-04-14Drop patch that breaks build with modern libtool.joerg2-14/+1
2013-04-14Minor tidyup to error reporting. (This has been sitting in one of my treesdholland1-2/+3
for a year and a half and I don't remember the context.) ok'd by joerg
2013-04-14Updated www/curl to 7.30.0wiz2-3/+3
2013-04-14Update to 7.30.0:wiz5-46/+22
Fixed in 7.30.0 - April 12 2013 Release contains security-related bug fix Changes: imap: Changed response tag generation to be completely unique imap: Added support for SASL-IR extension imap: Added support for the list command imap: Added support for the append command imap: Added custom request parsing imap: Added support to the fetch command for UID and SECTION properties imap: Added parsing and verification of the UIDVALIDITY mailbox attribute darwinssl: Make certificate errors less techy imap/pop3/smtp: Added support for the STARTTLS capability checksrc: ban use of sprintf, vsprintf, strcat, strncat and gets curl_global_init() now accepts the CURL_GLOBAL_ACK_EINTR flag Added CURLMOPT_MAX_HOST_CONNECTIONS, CURLMOPT_MAX_TOTAL_CONNECTIONS for new multi interface connection handling Added CURLMOPT_MAX_PIPELINE_LENGTH, CURLMOPT_CONTENT_LENGTH_PENALTY_SIZE, CURLMOPT_CHUNK_LENGTH_PENALTY_SIZE, CURLMOPT_PIPELINING_SITE_BL and CURLMOPT_PIPELI NING_SERVER_BL for new pipelining control Bugfixes: SECURITY ADVISORY: cookie tailmatching to avoid cross-domain leakage darwinssl: Fix build under Leopard DONE: consider callback-aborted transfers premature ntlm: Fixed memory leaks smtp: Fixed an issue when processing EHLO failure responses pop3: Fixed incorrect return value from pop3_endofresp() pop3: Fixed SASL authentication capability detection pop3: Fixed blocking SSL connect when connecting via POP3S imap: Fixed memory leak when performing multiple selects nss: fix misplaced code enabling non-blocking socket mode AddFormData: prevent only directories from being posted darwinssl: fix infinite loop if server disconnected abruptly metalink: fix improbable crash parsing metalink filename show proper host name on failed resolve MacOSX-Framework: Make script work in Xcode 4.0 and later strlcat: remove function darwinssl: Fix send glitchiness with data > 32 or so KB polarssl: better 1.1.x and 1.2.x support various documentation improvements multi: NULL pointer reference when closing an unused multi handle SOCKS: fix socks proxy when noproxy matched install-sh: updated to support multiple source files as arguments PolarSSL: added human readable error strings resolver_error: remove wrong error message output docs: updates HTML index and general improvements curlbuild.h.dist: enhance non-configure GCC ABI detection logic sasl: Fixed null pointer reference when decoding empty digest challenge easy: do not ignore poll() failures other than EINTR darwinssl: disable ECC ciphers under Mountain Lion by default CONNECT: count received headers build: fixes for VMS CONNECT: clear 'rewindaftersend' on success HTTP proxy: insert slash in URL if missing hiperfifo: updated to use current libevent API getinmemory.c: abort the transfer nicely if not enough memory improved win32 memorytracking corrected proxy header response headers count FTP quote operations on re-used connection tcpkeepalive on win32 tcpkeepalive on Mac OS X easy: acknowledge the CURLOPT_MAXCONNECTS option properly easy interface: restore default MAXCONNECTS to 5 win32: don't set SO_SNDBUF for windows vista or later versions HTTP: made cookie sort function more deterministic winssl: Fixed memory leak if connection was not successful FTP: wait on both connections during active STOR state connect: treat a failed local bind of an interface as a non-fatal error darwinssl: disable insecure ciphers by default FTP: handle "rubbish" in front of directory name in 257 responses mk-ca-bundle: Fixed lost OpenSSL output with "-t"
2013-04-14libltdl update done.wiz1-2/+1
2013-04-14Restore needed EXTRACT_SUFX=.tar.gz.wiz1-1/+3
2013-04-14+ alsa-lib-1.0.27, alsa-plugins-1.0.27, alsa-utils-1.0.27, curl-7.30.0,wiz1-8/+12
flickcurl-1.24, poppler-0.22.3, puzzles-9835, py-lxml-3.1.2, py-psycopg2-2.5, python33-3.3.1, x264-devel-20130413.
2013-04-14Add option "vaapi" and enable it by default when available; Tested on RHEL-6 ↵cheusov2-2/+18
with VDPAU backend
2013-04-14Add and enable p5-App-Prove-Plugin-ProgressBar.schmonz1-1/+2
2013-04-14Added devel/p5-App-Prove-Plugin-ProgressBar version 0.01schmonz1-1/+2
2013-04-14App::Prove::Plugin::ProgressBar::Formatter is a progress bar forschmonz3-0/+35
Perl's prove(1). Use it like so: $ prove -PProgressBar t/
2013-04-14Use ${SH} to run the build shellscript. Otherwise on Solaris it runsdholland1-4/+5
a useless shell and fails miserably.