Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
etrex vista HCx.)
Summary of Changes:
(details at http://www.gpsbabel.org/news/20100620.html)
Many new formats.
New Features
* KML writer now sets the extents of the time sliders
automatically for Google Earth 5.0, can now generate gx:Track
for Google Earth 5.2.
* Improved handling of from Garmin extensions in GPX including
ambient temperature, depth, heartrate, and cadence.
* Reworked Garmin transparency device matching to work with more
devices such as Nuvi 500 and Dakota
* Add 'erase_only' option to dg-100.
* GDB module now handles Garmin Basecamp files, too.
* Try to preserve Ozi icon data in waypoints.
* Holux GR245 waypoint now supported.
* GUI detects host OS serial ports.
* Add HDOP and VDOP to VPL 900.
* Added track segment support for many formats, including GPX,
delbin, and Garmin protocol.
* Added track->tracksegment conversion filter option to track
filter.
* Convert tracks to courses on Garmin fitness upload.
Major Fixes
* Fix memory corruption in gbfile when line sizes were a multiple
of internal buffer sizes.
* Globalsat: flush receive on startup to make BT-335 more
reliable.
* Add Mega event icon, Whereigo cache type to GPX and KML.
* Tweak Earth 5's realtime KML to include end of time window.
* Several improvements to Garmin GPI reader.
* Read and write fix information in delgpl format.
* Garmin Venture HC and Legend H now works better on Mac and
Linux. (especially Japanese models.)
* Several improvements for OS/X Snow Leopard.
* Alllow character set overwrite when sending to USB Garmins.
* When writing Garmin routes, don't duplicate waypoints for via
points.
|
|
across so that other packages don't fail at link time.
Fixes x11/py-gnome2-desktop build on (at least) ancient SuSE systems.
|
|
the input timestamp/name _and_/or output timestamp _and_/or line numbers
changes handled.
update version number to 0.123
|
|
diff version must uses spaces to separate the filename and timestamp (that
or somepeople do cut-n-pasting of patches).
2) add the comma "," to the pattern used to match line numbers, to match POSIX.
|
|
as www/p5-Plack-Middleware-JSConcat into The NetBSD Packages
Collection.
The Perl 5 module Plack::Middleware::JSConcat is a Plack middleware.
It allows you to concatenate multiple javascripts files into one.
|
|
|
|
NetBSD Packages Collection.
The Perl 5 module Plack::Middleware::JSConcat is a Plack middleware.
It allows you to concatenate multiple javascripts files into one.
|
|
www/p5-Plack-App-Proxy into The NetBSD Packages Collection.
The Perl 5 module Plack::App::Proxy is a middleware-aware proxy
application for Plack.
|
|
|
|
Packages Collection.
The Perl 5 module Plack::App::Proxy is a middleware-aware proxy
application for Plack.
|
|
0.02 as www/p5-Plack-Middleware-ConsoleLogger into The NetBSD
Packages Collection.
The Perl 5 module Plack::Middleware::ConsoleLogger captures logs
from PSGI applications and plack middleware components and makes
them available to see on JavaScript console for Firebug and Webkit
Inspector.
|
|
|
|
in the NetBSD Packages Collection.
The Perl 5 module Plack::Middleware::ConsoleLogger captures logs
from PSGI applications and plack middleware components and makes
them available to see on JavaScript console for Firebug and Webkit
Inspector.
|
|
devel/p5-Tie-{Cache-LRU{,-Expires},{LL,Regexp}Hash}.
|
|
and www/p5-Data-URIEncode.
|
|
0.06 as www/p5-Plack-Middleware-ReverseProxy into The NetBSD Packages
Collection.
The Perl 5 module Plack::Middleware::ReverseProxy is a Plack
middleware. It resets some HTTP headers, which were changed by
reverse-proxy. You can specify the reverse proxy address and stop
fake requests using 'enable_if' directive in your app.psgi.
|
|
|
|
the NetBSD Packages Collection.
The Perl 5 module Plack::Middleware::ReverseProxy is a Plack
middleware. It resets some HTTP headers, which were changed by
reverse-proxy. You can specify the reverse proxy address and stop
fake requests using 'enable_if' directive in your app.psgi.
|
|
This module allows one to use regular expressions for hash keys, so that
values can be associated with anything that matches the key.
|
|
This class implements an ordered hash-like object. It's a cross between
a Perl hash and a linked list. Use it whenever you want the speed and
structure of a Perl hash, but the orderedness of a list.
|
|
This module implements an expiring LRU cache, using Tie::Cache::LRU.
Each entry in this cache expires after 'EXPIRES' seconds (default 3600).
The cache is in RAM (see Tie::Cache::LRU). ENTRIES provides the maximum
number of entries in the Tie::Cache::LRU cache.
|
|
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.
|
|
This module provides functions for handling unicode byte order marks,
which are to be found at the beginning of some files and streams.
|
|
This module allows for encoding and decoding complex (multi level
datastructures) using native Query String manipulators (such as CGI.pm).
It takes complex data and turns it into a flat hashref which can then be
turned into a URI query string using URL encoding. It also takes a flat
hashref of data passed in and translates it back to a complex structure.
|
|
that don't use "udev".
|
|
|
|
This module is a base class for implementing virtual base classes (what
some people call an abstract class). Kinda kooky. It allows you to
explicitly declare what methods are virtual and that must be implemented
by subclasses.
|
|
|
|
OK'd by maintainer.
0.82 2010-05-24 13:15:00
- RT 57664: ID3: Add checks to avoid reading too much inside an invalid frame.
- FLAC: Seeking bug fixes.
0.81 2010-05-15 10:40:00
- Fixed broken boolean values.
0.80 2010-05-14 23:15:00
- ID3: Fixed unsynchronisation of v2.2/v2.3 tags.
- FLAC: Fixed several seeking bugs and improved seeking algorithm.
- MP3: Subtract LAME encoder delay/padding from total samples to obtain more
accurate song duration value.
0.79 2010-04-27 14:30:00
- ID3: Bug 16079, fixed crash when reading empty TCON tag.
- Bug 16095, workaround Win32+filehandle bug where file pos could sometimes
be off-by-one after a PerlIO_read.
0.78 2010-04-16 15:45:00
- ASF: Fixed various issues when seeking, now uses the ASF_Index object correctly.
- ASF: Refactored to clean up the code and make it more efficient.
- ID3: Bug 16073, properly handle illegal zero-byte frames.
0.77 2010-04-14 11:30:00
- PerlIO_seek with SEEK_END sometimes does not work correctly, changed all seeks
to use SEEK_SET instead.
0.76 2010-04-14 10:30:00
- APE: Bug 15992, fixed reading of APE tags when file also has a Lyricsv2 tag.
- APE: Bug 16056, fixed reading of APE tags with certain kinds of invalid tags.
0.75 2010-04-02 15:50:00
- ID3: Really fixed empty text field bug this time.
0.74 2010-04-02 12:15:00
- ID3: Fixed bug where an empty text field could contain the text from the
previous frame.
0.73 2010-03-31 12:30:00
- Added find_frame_fh_return_info method for MP4 seeking from a filehandle.
0.72 2010-03-31 10:50:00
- Fixed bug in reading unsynchronized APIC frames, the APIC data returned was not
the correct size.
- Fixed Mac hints file to work properly on OSX Server 10.6.
0.71 2010-03-30 00:00:00
- Added find_frame_return_info method for MP4 that returns the seek offset as well
as a rewritten header that can be placed before the seeked audio to construct a
valid bitstream.
|
|
0.03 as www/p5-Plack-Middleware-Auth-Digest into The NetBSD Packages
Collection.
The Perl 5 module Plack::Middleware::Auth::Digest is a Plack
middleware. It enables digest authentication. Your authenticator
callback is given an username as a string and should return a
password, either as a raw password or a hashed password.
|
|
|
|
the NetBSD Packages Collection.
The Perl 5 module Plack::Middleware::Auth::Digest is a Plack
middleware. It enables digest authentication. Your authenticator
callback is given an username as a string and should return a
password, either as a raw password or a hashed password.
|
|
as www/p5-Plack-Middleware-Header into The NetBSD Packages Collection.
The Perl 5 module Plack::Middleware::Header is a Plack a middleware
to append to, set or unset HTTP response's headers.
|
|
|
|
NetBSD Packages Collection.
The Perl 5 module Plack::Middleware::Header is a Plack a middleware
to append to, set or unset HTTP response's headers.
|
|
|
|
|
|
|
|
www/p5-Plack-Middleware-Debug into The NetBSD Packages Collection.
The Perl 5 module Plack::Middleware::Debug is a Plack middleware.
It offers a configurable set of panels that displays information
about the current request and response. The information is generated
only for responses with a status of 200 (OK) and a Content-Type
that contains text/html or application/xhtml+xml and is embedded
in the HTML that is sent back to the browser.
|
|
|
|
NetBSD Packages Collection.
The Perl 5 module Plack::Middleware::Debug is a Plack middleware.
It offers a configurable set of panels that displays information
about the current request and response. The information is generated
only for responses with a status of 200 (OK) and a Content-Type
that contains text/html or application/xhtml+xml and is embedded
in the HTML that is sent back to the browser.
|
|
devel/p5-Module-Versions into The NetBSD Packages Collection.
The Perl 5 module Module::Versions handles versions of loaded modules
with a flexible result interface. The main goal is to get as much
version informations as possible about a module or module list with
a simple call interface and an absolutely flexible result interface.
Module::Versions handles *loaded* and *loadable* modules.
|
|
|
|
Packages Collection.
The Perl 5 module Module::Versions handles versions of loaded modules
with a flexible result interface. The main goal is to get as much
version informations as possible about a module or module list with
a simple call interface and an absolutely flexible result interface.
Module::Versions handles *loaded* and *loadable* modules.
|
|
avahi-0.6.26, calibre-0.7.6, cherokee-1.0.4 [pkg/43557], mpop-1.0.21,
msmtp-1.4.21 [pkg/43566], openldap-client-2.4.23, openoffice3-3.2.1,
p5-Archive-Tar-1.62, p5-Digest-MD5-2.40, p5-Digest-SHA1-2.13,
p5-Lingua-EN-Inflect-1.892, p5-PerlMagick-6.6.3.0, parrot-2.5.0,
pear-Net_Sieve-1.3.0 [pkg/43555], polkit-qt-0.9.4, scmgit-base-1.7.1.1,
scmgit-docs-1.7.1.1, slib-3b3, texi2html-5.0, thunderbird-3.1,
x264-devel-20100703.
|
|
as www/p5-Plack-Middleware-Session into The NetBSD Packages Collection.
The Perl 5 module Plack::Middleware::Session is a Plack middleware
component for session management. By default it uses cookies to
keep session state and store data in memory. It also comes with
other state and store solutions.
|
|
|
|
NetBSD Packages Collection.
The Perl 5 module Plack::Middleware::Session is a Plack middleware
component for session management. By default it uses cookies to
keep session state and store data in memory. It also comes with
other state and store solutions.
|