Link [ pkgsrc | NetBSD | pkgsrc git mirror | PR fulltext-search | netbsd commit viewer ]


   
        usage: [branch:branch] [user:user] [path[@revision]] keyword [... [-excludekeyword [...]]] (e.g. branch:MAIN pkgtools/pkg)




switch to index mode

recent branches: MAIN (1h)  pkgsrc-2024Q1 (9d)  pkgsrc-2023Q4 (56d)  pkgsrc-2023Q2 (88d)  pkgsrc-2023Q3 (168d) 

2024-05-27 06:14:05 UTC Now

2014-12-07 21:57:28 UTC MAIN commitmail json YAML

Update 1.001024 to 1.001026
1.001026  2014-12-01 16:43:10+00:00 Europe/London
- bugfix: not relying on $src->from to be a string anymore,
  use $src->name or $src->source_name. mrf++

1.001025  2014-11-30 00:58:13+00:00 Europe/London
- optimization: add empty string as second arg to encode_base64 - rammo++
    https://github.com/dbsrgits/DBIx-Class-Fixtures/pull/1/commits

(mef)

2014-12-07 02:52:05 UTC MAIN commitmail json YAML

Updated games/asciiquarium to 1.1

(mef)

2014-12-07 02:51:35 UTC MAIN commitmail json YAML

Update 1.0 to 1.1
Version 1.1 2013-03-09
        - Automatically redraw when the terminal size changes
        - Added fish hook, swan, ducks and dolphins
        - Updated GPL license file

(mef)

2014-12-05 01:42:26 UTC MAIN commitmail json YAML

Updated time/fet to 5.23.4

(mef)

2014-12-05 01:42:15 UTC MAIN commitmail json YAML

Update 5.23.2 to 5.23.4
- Version 5.23.3
- Updated to Qt 5.3.2.
- Added a fet.desktop file (by Alexey Loginov).
- Fixed some comments concerning the GNU GPL license (reported by Alexey Loginov).
- Added a "make install" option (suggested by Alexey Loginov
          and other users, done by Zsolt Udvari and Liviu Lalescu).
- Added an icon (suggested by Alexey Loginov and other users).
- Added an option at compilation time so that FET
          automatically detects the system locale (suggested by Alexey
          Loginov and other users).
- Version 5.23.4
- Added a partial Chinese Simplified (zh_CN) translation, by orange.
- Added two example files from Vietnam, by Nguyen Huu Tuyen.

(mef)

2014-12-04 14:09:30 UTC MAIN commitmail json YAML

Updated mail/p5-Email-Stuff to 2.105
Updated mail/p5-IMAP-Admin to 1.6.7
Updated mail/p5-MIME-Lite-HTML to 1.24
Updated mail/p5-Mail-Audit to 2.228
Updated mail/p5-Mail-Box to 2.117

(mef)

2014-12-04 13:30:08 UTC MAIN commitmail json YAML

(pkgsrc)
- Removing patches/patch-lib_Message_Field.pm, the same fix applied
(upstream)
- Update 2.102 to 2.117
Limitations to be fixed:
- when lines are over 997 chars, then the transfer-encoding should
  automatically change from 'none' into 'quoted-printable' or 'base64'

version 2.117: Sun Aug 24 15:19:01 CEST 2014

Fixes:
- missed a line from the patch of
  rt.cpan.org#98225 [Andrew Beverley]

version 2.116: Sat Aug 23 11:27:16 CEST 2014

Improvements:
- add Mail::Transport::SMTP->new(esmtp_options) and
  trySend(esmtp_options)
  rt.cpan.org#97630 [Andrew Beverley]
- add Mail::Transport::SMTP->new(from)
  rt.cpan.org#97636 [Andrew Beverley]
- ::Field::Date parse support for numeric months (format used
  by some broken clients/Yahoo auto-responder)
  rt.cpan.org#98225 [Andrew Beverley]

version 2.115: Wed May 28 15:27:48 CEST 2014

Improvements:
- All regression tests pass on Windows!
  [Markus Spann]

version 2.114: Thu May  8 10:49:17 CEST 2014

Fixes:
- check for Test::Pod on Windows [cpantesters]
- do not break PATH in test.pl on Windows [Markus Spann]
- fix ::Locker::POSIX "read-only" error in Perl >5.18.2 [Jim In Aus]

version 2.113: Wed Apr 16 14:07:37 CEST 2014

Fixes:
- revert change which replaced IO::File by open($fh), because it
  does not support tell in Perl 5.10  [Scott Smedley]

version 2.112: Fri Mar 14 13:18:57 CET 2014

Changes:
- do not attempt POSIX lock on Windows [Christian Walde]

Fixes:
- ::Field::Date do not attempt to restore TZ with undef.
  [Andrew Beverley]
- many regression test fixes for Windows [Christian Walde]

Improvements:
- Mail::Transport::SMTP uses Net::SMTP which sometimes needs
  Net::STMPS being installed. [Scott Smedley]

version 2.111: Fri Jan 24 11:21:30 CET 2014

Fixes:
- do not explicitly clean-up head and body during DESTROY of a
  message, because those may be reused in other messages.
  Fix for rebuild bug, reported by [Andrew Beverley]
- open files in ::Body::File with :raw, not to corrupt line-
  endings on Windows. rt.cpan.org#92374 [Joseph Strom]

Improvements:
- add dispositionFilename to replacement text of deleted parts
  [Mark Nienberg]
- change documentation syntax

version 2.110: Sun Jan  5 18:50:59 CET 2014

Fixes:
- ::Field::Date must compute in UTC [Andrew Beverley]
- ::Field::Date negated -0600 timestamp [Andrew Beverley]
- ::Field::Attribute should allow blanks around the '='
  rt.cpan.org#90035 [Max Bowsher]
- ::dispositionFilename() should use a study()d header
  rt.cpan.org#90342 [Claus Jeppesen]
- begin :html in ::Box-Index

Improvements:
- add Mail::Message::Construct::Rebuild::removeExtraAlternativeText()
  Implemented by [Andrew Beverley]

version 2.109: Mon Aug 19 12:55:30 CEST 2013

Fixes:
- ::Field::Date format may lack leading 0 in the hour.
  rt.cpan.org#86716 [Andrew Beverley]
- ::Field::Date format, rare time formats use dots in time, not
  colon.  It is illegal, but safe to support.
  rt.cpan.org#86864 [Andrew Beverley]
- ::MBox, pass non-default subfolder extension to siblings.
  rt.cpan.org#87912 [James Wright]

Improvements:
- spell fixes rt.cpan.org#86450 [Salvatore Bonaccorso]

version 2.108: Tue Jun 25 09:21:59 CEST 2013

Fixes:
- Mail::Box::Locker::FcntlLock cannot set l_pid, read only

Improvements:
- use Devel::GlobalDestruction
  rt.cpan.org#80611 [Ribasushi]

- imap4: support TLS
  rt.cpan.org#82990 [Rolf Krahl]

version 2.107: Wed Nov 28 12:25:59 CET 2012

Fixes:

- unset $ENV{PERLIO} in test.pl and open more files explicitly
  as ":raw"
  [Thomas Krichel]

- script/mailbox2html contained a few errors like '$ENV{}' (vars
  inside single quotes)  [John Delacour]

- ::POP3s should use ::POP3::Message (without 's') [Gabriel Reyes]

- folder->new(message_type) documentation was mistaken about the
  default.

Improvements:

- add $date to Mail::Transport::IMAP4::appendMessage()
  rt.cpan.org#79680 [Daniel Westermann-Clark]

- remove Mail::Transport::Dbx from the optional extensions: too
  old. [John Delacour]

version 2.106: Wed Aug 15 23:49:44 CEST 2012

Fixes:

- $field->study did not handle trailing new-lines correctly.

- perl 5.16 complains about overload +0, which should have
  been 0+    rt.cpan.org@77997 [Toby Inkster]

- resolved warning in test tests/30encode/90body.t

Improvements:

- new method $part->partNumber()

version 2.105: Mon May  7 09:09:23 CEST 2012

Fixes:

- warn when transfer-encoding is done without explicit charset.
  This flags hard to find bugs in message construction.
  Original bug discovered by [Andrew Beverely]

Improvements:

- added tests/30encode/50charset.t

- add overloading to ::Field::Attribute objects, used in study()

- $body->decoded is now optimized when a conversion is needed
  between charsets which are aliases of each other, or spelled
  differently.

version 2.104: Mon Apr 23 16:51:29 CEST 2012

Fixes:

- ::Body::decoded() seems to work only for plain/text.  Not ok.

version 2.103: Fri Apr 20 10:01:35 CEST 2012

Fixes:

- time() calculation in ::Field::Date had time-zone effect
  reversed.

- email address phrase parsing should decode (=???=) in
  ::Field::Full (study)
  Detected by [Andrew Beverley]

- replace 'length' by 'defined' to check whether a maildir message
  has flags.
  Reported by [Steven Preston]

- $msg->decoded did not behave as $msg->body->decoded. Repaired.

- rebuild did not handle removal of all parts of a multipart
  correctly.  Reported by [Andrew Beverley]

- decoding some encoded headers with study()

- fix "skip tests" logic during installation.

Improvements:

- add contentId() to body objects.
  [Gordon Haveland]

- skip empty alternatives of multiparts.
  Detected by [Andrew Beverley]

- no 'undefined' warning in ::Field::Date when a date does
  not have a day-of-week or timezone.

(mef)

2014-12-04 13:20:33 UTC MAIN commitmail json YAML

Udate 2.225 to 2.228
2.228    2013-09-28 21:11:48 America/New_York
          repackage, update repo and bugtracker metadata

2.227    2011-11-14
          avoid leaking filehandles for logging

2.226    2011-11-11
          do not an impossible-to-survive state when MimeEntity autotype fails

(mef)

2014-12-04 13:17:55 UTC MAIN commitmail json YAML

(pkgsrc)
- Add LICENSE= ${PERL5_LICENSE}
(Upstream)
- Update 1.23 to 1.24
1.24  2011/10/07 11:27:42  alian
- Fix rt#67695 Add feature: "ExternImages" parameter to constructor (tbriggs)
- Fix rt#68303 Outdated COPYING file
- Fix rt#52907 CSS (and likely other) links match double-quote only
- Fix rt#41447 Unable to call replace function
- Fix rt#40164 Removing script code often fails
- Fix bug when HTTP result is gzip format (use decoded_content, tks to E.Bataille

(mef)

2014-12-04 13:13:45 UTC MAIN commitmail json YAML

(pkgsrc)
  -Add LICENSE= ${PERL5_LICENSE}
(upstream)
- Update 1.6.6 to 1.6.7
  1.6.7 Sun Aug 23 14:05:04 CST 2009
  - David Mayo sent a patch that adds partition support for the rename function

(mef)

2014-12-04 13:08:40 UTC MAIN commitmail json YAML

Update 2.104 to 2.105
Revision history for Perl extension Email::Stuff

2.105      2014-02-05
        - update repo and and bugtracker links

(mef)

2014-12-04 11:13:34 UTC MAIN commitmail json YAML

Updated databases/tdb to 1.3.3

(mef)

2014-12-04 11:13:25 UTC MAIN commitmail json YAML

- Update 1.2.12 to 1.3.3. No ChangeLog found.
- Add LICENSE as gnu-gpl-v3 (noted in pytdb.c)

(mef)

2014-12-04 10:40:07 UTC MAIN commitmail json YAML

Removing p5-Net-Google-Calendar
  https://rt.cpan.org/Public/Bug/Display.html?id=100421 tells
  this library no longer works as it uses the Calendar v2 API which
  Google discontinued today.
Thanks wiz@ for the information.

(mef)

2014-12-04 10:08:24 UTC MAIN commitmail json YAML

Updated ham/fldigi to 3.22.02

(mef)

2014-12-04 10:07:51 UTC MAIN commitmail json YAML

Update 3.22.01 to 3.22.02
=Version 3.22.02=

2014-11-11  David Freese  <iam_w1hkj@w1hkj.com>

d84edfd: Freq Control
aba750e: HTML strings
aa0bc26: CW
990e546: PO files
8b81020: Clang globals fix
068f030: RTTY
75c2f79: nu rigctl area
2e2ce97: channel width
1fb74a1: cty.dat confusion
ac1befb: KISS log overflow
8c49c64: New install crash
4371ed3: EmComm 8PSK modes
bf41f90: MT63 doc
55ff390: viewers
91674b8: psk pskr squelch
3dfbfba: Listbox initializers

2014-10-29  Arvo Jaerve  <arvo@softshark.ee>

4118783: Info Macro Tags

2014-10-27  David Freese  <iam_w1hkj@w1hkj.com>

9293e55: Analysis update
90dd8f1: v21 v22 synch
10cc3c5: Modem tests
da27f0b: Button colors
b16672f: Modes Menu
cba4a01: Delayed Bandwidth
29af73c: embedded browser

(mef)

2014-12-04 08:19:57 UTC MAIN commitmail json YAML

Updated databases/p5-DBD-CSV to 0.46
Updated databases/p5-DBD-ODBC to 1.50
Updated databases/p5-DBD-Sybase to 1.15

(mef)

2014-12-04 08:18:06 UTC MAIN commitmail json YAML

Update 1.13 to 1.15
Release 1.15

    Minor fixes to allow building on Windows.
    Fixed syntax error at compile time for some compilers
    Allow database names with special chars in the name.
    Change to ct_data_info() to flag an error in case the CS_IODESC returned
    doesn't include a valid text pointer - this happens if the text/image column
    is nullable and has not been initialized in the database.

Release 1.14

    Fix bad size handling for unicode data.
    Remove default charset setting to utf8 (this had been done in 1.11 as part of
    improved utf8 handling, but has negative side-effects. If unicode handling is needed
    then set "charset=utf8" as part of the connection string.
    Enforce the fact that utf8/unicode handling only works with OpenClient 15.x or later.

(mef)

2014-12-04 08:10:22 UTC MAIN commitmail json YAML

Update 1.31 to 1.50
---------------------
1.50 2014-07-25

  [BUG FIXES]
  The 80_odbc_diags.t test could fail if a driver fails a table does
  not exist test in the prepare instead of the execute.

1.49_4 2014-07-08

  [BUG FIXES]
  Fixed sql_type_cast.t test which assumed column aliases which stay
  lowercase.

  Fixed 87_odbc_lob_read.t test which did not bow out of the test
  properly if the database was not MS SQL Server.

  [DOCUMENTATION]
  Revised the query notification example and documentation.

  Added a link to a better Query Notification article.

1.49_3 2014-05-01

  [CHANGE IN BEHAVIOUR]
  As warned years ago, this release removes the odbc_old_unicode attribute.
  If you have a good reason to use it speak up now before the next non-development
  release.

  [BUG FIXES]
  Fix rt89255: Fails to create test table for tests using PostgreSQL odbc driver.
  Change test suite to fallback on PRECISION if COLUMN_SIZE is not found.

  [ENHANCEMENTS]
  Added support for MS SQL Server Query Notification. See the new
  section in the pod.

  Added a currently undocumented (and experimental)
  odbc_describe_param method on a statement handle which takes a
  parameter number as the only argument and returns an array of the
  data type, parameter size, decimal digits and nullable (as per
  SQLDescribeParam).

  [DOCUMENTATION]
  Added FAQ on truncated column names with freeTDS.

  [MISCELLANEOUS]
  I have removed the "experimental" tag for odbc_getdiaffield and odbc_getdiagrec
  methods.

1.49_2 2014-04-26

  [BUG FIXES]
  Change to data_sources in 1.49_1 could lead to a compile error since
  data_sources was not returning a value if an error occurred.

1.49_1 2014-04-25

  [BUG FIXES]
  If you had a lot of DSNs on Windows (more than 280 but it depends on
  the length of their names) and called the data_sources method it
  could crash your script. Code internally changed to stop putting the DSNs
  returned on the stack.

  [CHANGE IN BEHAVIOUR]
  As warned years ago, the private data_sources method has been
  removed - use DBI one instead.

  [MISCELLANEOUS]
  Added FAQ entry of maximum number of allowed parameters.

  List just of date for old changes, see ChangeLog in source, thank you.
1.48 2014-03-03
1.47 2014-02-19
1.46_2 2013-12-17
1.46_1 2013-11-16
1.45 2013-10-28
1.44_4 2013-10-16
1.44_3 2013-10-11
1.44_3 2013-10-11
1.44_2 2013-09-07
1.44_1 2013-06-06
1.43 2013-03-06
1.42_5 2013-01-25
1.42_4 2013-01-21
1.42_3 2013-01-17
1.42_2 2012-12-17
1.42_1 2012-12-12
1.42_0 2012-11-28
1.41 2012-10-23
1.40_3 2012-10-08
1.40_2 2012-09-06
1.40_1 2012-09-04
1.39 2012-07-07
1.38_3 2012-06-25
1.38_2 2012-05-24
1.38_1 2012-05-19
1.37 2012-04-07
1.36_2 2012-03-31
1.36_1 2012-03-21
1.35 2012-03-06
1.34_7 2012-03-02
1.34_6 2012-02-27
1.34_5 2012-02-17
1.34_4 2012-02-05
1.34_3 2012-02-03
1.34_2 2012-01-25
1.34_1 2011-12-11
1.33 2011-12-01
1.32_5 2011-11-24
1.32_4 2011-11-22
1.32_3 2011-11-15
1.32_2 2011-10-22
1.32_1 2011-06-24

(mef)

2014-12-04 07:50:47 UTC MAIN commitmail json YAML

Update  0.44 to 0.46
0.46    - 2014-11-08, H.Merijn Brand
    * Column type CHAR should return 1

0.45    - 2014-10-23, H.Merijn Brand
    * Test unauthorized folder access (RT#99508). Requires DBD::File-0.43
    * Fix DBI requirement phase (depend more on toolchain) (RT#99732)

(mef)

2014-12-04 07:41:38 UTC MAIN commitmail json YAML

(pkgsrc)
- Remove two patches (were adding freebsd1 support),
  FreeBSD seems to be supported now, (not verified, sorry).

(upstream)
- Update 2.047 to 2.059
--- 2.0.59 2014/04/17
  Fix 0 ptr reference (crash) during search that occurred due to slightly
  different behavior of YAZ 5.0.22 / YAZ 5.0.23.

--- 2.0.58 2014/03/06
  Update OAI example README and allow Bib-1 attribute searches.

  Fix ICU indexing test. The code was not really broken, but the test
  program was.

--- 2.0.57 2014/02/28
  Deb/RPM/Win Zebra packages uses libyaz5 (rather than libyaz4). This adds
  SRU 2.0 support for Zebra.

--- 2.0.56 2013/11/04
  Updates for YAZ 5. Zebra compiles fine with YAZ 4 still.

--- 2.0.55 2013/06/24
  Addx + document zebraidx command "check", which checks consistency of
  register.

  Debian : idzebra-2.0-utils includes init.d script. Includes logrotate as
  well. The zebrasrv init script listens on port 2100. At this time,
  zebra.cfg, is not part of the package. Administrator must install or
  modify $CONFIG to point to a working zebra.cfg.

  RPM: idzebra-2.0 includes init.d script. Also includes logrotate. The
  zebrasrv init script listens on port 2100 (IPv4 + IPv6). At this time,
  zebra.cfg, is not part of the package. Administrator must install or
  modify $CONFIG to point to a working zebra.cfg.

--- 2.0.54 2013/01/21
  For mod_dom filter, allow type="adelete", which will not treat a failed
  delete as an error (such as a record ID that do not exist already).

  Log XML2/XSLT errors to yaz_log instead of stdout/stderr.

  Relay \-character in non-regexp searches. Was treated as backslash
  sequence before.

--- 2.0.53 2012/12/03
  Improve hit estimate for or-searches (typically truncation)

  Fix snippets for non-ICU / seqno not updated.

  Replace key_compare_it with key_compare. This is because key_compare_it
throws exception on some CPUs with alignment constraints.

  ICU: support @attr 5=2, @attr 5=3 in searches. (left truncation and
  left+right truncation).

--- 2.0.52 2012/05/31
  Fix problem in dictionary due to increase max size of term.

--- 2.0.51 2012/05/31
  Fix buffer overrun for terms using ICU normalization.

  Increase max size of indexing term from 256 to 512.

--- 2.0.50 2011/11/01
  Fix a bug in zebra_begin_trans where Zebra could mark a transaction
  complete when it actually failed. This could happen if register files
  could not be opened.

--- 2.0.49 2011/09/02
  Scan: allow preferred position > number + 1

  Fix bug #4592: dict_scan misses

  Fix snippets for complete fields, bug #4590. The
  snippet_add_complete_fields (chr-system) now takes the indexing term
  verbatim and makes that the display term.

--- 2.0.48 2011/06/28
  Utility idebra-abs2dom part of distribution and deb+RPM packages.

  Fix problem with scan and complete subfields (:p) . In some cases,
  the display scan terms, would be invalid.

(mef)

2014-12-04 06:56:00 UTC MAIN commitmail json YAML

Updated databases/p5-BerkeleyDB to 0.54
Updated databases/p5-Apache-DBI to 1.12
Updated databases/p5-BDB to 1.91
Updated databases/p5-Catalyst-Model-DBIC-Schema to 0.65
Updated databases/p5-CatalystX-CRUD to 0.56
Updated databases/p5-CatalystX-CRUD-Model-RDBO to 0.30.2
Updated databases/p5-CatalystX-CRUD-ModelAdapter-DBIC to 0.13

(mef)

2014-12-04 06:53:35 UTC MAIN commitmail json YAML

Update 0.12 to 0.13
0.13 28 Feb 2014
- add tests for Search::QueryParser::SQL 0.010

(mef)

2014-12-04 06:50:43 UTC MAIN commitmail json YAML

Update 0.28 to 0.302
0.302 13 May 2014
- fix bug in find_related() where foreign table column name assumed to be
  same as local table, esp for one-to-many relationships

0.301 10 May 2014
- skip related sort_by unless explicitly passed in cxc-* params
  (fix for 0.29 r14454)

0.30 28 Feb 2014
- support for CXC 0.56

0.29 07 Oct 2013
- re-enable sort of related objects as long as they are o2m not m2m

(mef)

2014-12-04 06:40:51 UTC MAIN commitmail json YAML

Update 0.55 to 0.56
0.56 28 Feb 2014
- remove : character from rxOp param in internal Search::QueryParser::SQL
  constructor. This allows for finding url values like http://foo/bar
  which previously would be parsed as http=//foo/bar
- add 'use_lower' feature to Module::Utils to support Search::QueryParser::SQL
  version 0.010.

(mef)

2014-12-04 06:37:19 UTC MAIN commitmail json YAML

Update 0.62 to 0.65
0.65  2014-08-04 11:00:00
        - Make compose_namespaces and install model shortcuts optional

0.64  2014-07-22 23:00:00
        - Fix Replicated trait that got busted when someone assumed
          Module::Runtime was a drop in replacement for Class::MOP::load_class

0.63  2014-05-05 22:56:43
        - Make MooseX::MarkAsMethods a hard prerequisite (RT#94923)
        - Fix t/08helper.t with Data::Dumper >= 2.151 (RT#94599)

(mef)

2014-12-04 06:02:16 UTC MAIN commitmail json YAML

Update 0.51 to 0.54
-------------------
0.54  9th November 2013
        * memory leak in CDS locking routines
          [RT #90134]

0.53  14th August 2013
        * BerkeleyDB-0.52 fails to build on 5.18.1RC3
          [RT #87771]

        * typo fixes
          [RT #86705]

0.52  7th May 2013
        * Updates for BDB 6.0 - Added Blob support
            - Added BerkeleyDB::DbStream class to interface to Blobs
            - Added BlobThreshold & BlobDir option to BerkeleyDB::Env
              constructor
            - Added BlobThreshold & BlobDir option to Hash, Btree & Heap
              constructors
            - Added get_blob_threshold method to BerkeleyDB::Env
            - Added get_blob_dir method to BerkeleyDB::Env
            - Added get_blob_threshold method to the Hash, Btree & Heap
            - Added get_blob_dir method to the Hash, Btree & Heap

        * Added method $cursor->set_partial
        * Added method $cursor->partial_clear

        * $env->lock_detect dies due to incorrect version check
          [RT #84179]

        * (Memory leak in db_verify() method. (libdb < 4.2))
          [RT #84409]

        * Fix a few croaks

(mef)

2014-12-04 06:00:02 UTC MAIN commitmail json YAML

Update 1.90 to 1.91
1.91 Fri Apr 11 06:22:38 CEST 2014
        - perl5porters broke Async::Interrupt, BDB, EV, IO::AIO, OpenCL
          without warning by switching the meaning of USE_SOCKETS_AS_HANDLES
          in 5.18. What's so attractive about giving a shit about backwards
          compatibility - I will never understand.
        - make sure DBD.pm is installed to the correct directory.
        - support up to bdb 6.0.
        - (xthread) work around compile time bugs in ptw32.

(mef)

2014-12-04 05:56:54 UTC MAIN commitmail json YAML

Update 1.11 to 1.12
-------------------
1.12 June 12, 2013

  - Fix detection of server startup in mod_perl 2, to avoid caching
    connections in the parent process. Perrin Harkins
    <perrin@elem.com>

(mef)

2014-12-04 04:55:20 UTC MAIN commitmail json YAML

Updated time/xdaliclock to 2.41

(mef)

2014-12-04 04:55:13 UTC MAIN commitmail json YAML

Update 2.30 to 2.41
------------------
2.41  18-Mar-2014      OSX:
                        - Fixed start-up rotation and credits display on iOS 7.
                        - Suppress status bar (again) on iOS 7.
2.40  27-Nov-2013      OSX:
                        - Added "Check for Updates".
2.39  16-Jul-2013      All platforms:
                        - Tweaked character outlines for smoother morphing.
                        iPhone:
                        - Fixed crash when rotating on Retina iPads.
                        OSX:
                        - Fixed crash when running in full screen or as a
                          screen saver on really old machines.
2.38  08-Jul-2013      OSX:
                        - Toggling window title bar preserves transparency.
                        - Transparency works in full-screen mode.
                        - Screen saver preferences weren't being saved.
                        - Fixed bug where System Preferences window went black.
                        - Possibly fixed an intermittent startup crash.
2.37  22-Sep-2012      iPhone:
                        - Support for iPhone 5's new screen size.
2.36  23-Apr-2012      OSX:
                        - Fixed a startup crash on 10.7.
                        - Added a preference to keep the Dali Clock window
                          above even the screen saver window.
                        - "Upgraded" to XCode 4.0, which means that 10.4 PPC
                          builds are impossible, and Intel is now required.
2.35  18-Aug-2010      All platforms:
                        - Regenerated font images for smoother animation.
                        iPhone, iPad:
                        - Higher resolution display (and icons) on iPhone 4.
                        - Fixed a display glitch when zooming.
                        - Fixed an occasional rotation twitch on iPad.
                        X11:
                        - Turned on -cycle by default.
2.34  19-May-2010      iPhone:
                        - When docked, don't automatically turn screen off.
                        - Briefly display the date every minute or so.
                        - Made rotation less twitchy.
                        - Fixed off-by-one in date display.
                        OSX:
                        - Animate while resizing window.
2.33  24-Apr-2010      iPhone, OSX, WebOS:
                        - Keep the clock centered in the window even when
                          in 12 hour mode where the hour is one digit, and
                          animate the centering transition.
                        OSX:
                        - Eliminated flicker when a transparent Dali Clock
                          window is on top of a window that is playing video.
                        iPhone:
                        - Animate rotation/scaling during orientation changes.
                        - Submitted to Apple iTunes Store.
2.32  20-Apr-2010      iPhone:
                        - Fixed a startup crash.
                        - Rotation and pinch-zooming works reliably.
2.31  18-Apr-2010      OSX:
                        - Tweaks to Mac OS 10.6 build process.
                        - Rewrote rendering engine in OpenGL / OpenGLES.
                        - The colons and dashes morph now too.
                        iPhone:
                        - Works now!
                        X11:
                        - Added -showdate option so you can run two copies,
                          one showing the date and one showing the time.

(mef)

2014-12-04 04:51:18 UTC MAIN commitmail json YAML

2014-12-04 04:51:04 UTC MAIN commitmail json YAML

Update 1.4.5 to 1.4.6
http://lists.roaringpenguin.com/pipermail/remind-fans/2013/002903.html
---------------------
2013-02-02    Release 1.4.6:
    * Fixed a failure to quote filenames in the editor commands provided by
      the default wyrdrc.

    * Fixed a crash when the terminal is resized while wyrd is executing an
      external editor or browser.  (In some environments, this would happen
      every time a reminder file is edited.)

    * Fixed 'configure' errors when compiling with OCaml 4.

    * Added Oasis metadata.

    * Added automatic refresh of the display when reminder files are modified.

    * Added a backtrace printout for unhandled exceptions.

    * Fixed a parallel-make race conditoin resulting from integration of
      upstream ocaml-curses.

    * Fixed a crash when the terminal is resized.

    * Fixed some crashes which could be triggered by pressing arrow keys or
      entering non-printable characters from the "quick add" entry field.

(mef)

2014-12-04 04:28:48 UTC MAIN commitmail json YAML

Updated time/projclock to 0.9

(mef)

2014-12-04 04:28:36 UTC MAIN commitmail json YAML

(pkgsrc)
- Add LICENSE (gnu-gpl-v1)
- Add comment on patches (mainly from cvs log)
(upstream)
- Update 0.7 to 0.9
-------------
Tue Sep  6 08:52:43 EST 2005
  projclock.tcl
    - changed name from Project Clock to WorkerTimer due to trademark issue

Wed Mar 17 08:40:14 EST 2004
  projclock.tcl
    - some tidying up of window behaviour
    - fixed problem with custom summary when pclock dir has spaces in name

(mef)

2014-12-04 03:01:35 UTC MAIN commitmail json YAML

Updated time/p5-Time-modules to 2013.0912

(mef)

2014-12-04 03:01:23 UTC MAIN commitmail json YAML

2013.0912:
        Pulled fix from Adam Schobelock that removes timezone offset
        caching because it was creating incorrect behavor or Moscow.

(mef)

2014-12-04 02:50:45 UTC MAIN commitmail json YAML

Updated time/p5-Time-Warp to 0.51

(mef)

2014-12-04 02:50:36 UTC MAIN commitmail json YAML

(pkgsrc)
-  Add LICENSE=  ( Found Copyright notice at source, for example Warp.pm)
(upstream)
- Update 0.5 to 0.51
0.51 2014-10-17
    New maintainer (SZABGAB)
    Use Test::More instead of Test
    Include META.yml RT #77752
    POD encoding is now utf8 RT #93259

(mef)

2014-12-04 02:46:03 UTC MAIN commitmail json YAML

Updated time/p5-Time-Piece to 1.29

(mef)

2014-12-04 02:45:20 UTC MAIN commitmail json YAML

Udate 1.27 to 1.29
1.29      2014-09-01
        - when pretty printing negative Time::Seconds, do not lose the "minus"
1.28
      (no record)

(mef)

2014-12-04 02:42:00 UTC MAIN commitmail json YAML

Updated time/p5-Time-Format to 1.12

(mef)

2014-12-04 02:41:53 UTC MAIN commitmail json YAML

Update 1.11 to 1.12
1.12  2012 September 27
        - Fix CPAN RT bug 44167/54990: Negative milliseconds/microseconds.
          This was a boneheaded mistake I should have fixed years ago.
          Many thanks to Karl Moens for reporting the error, and for a patch.

        - Fix CPAN RT bug 47229: Build.PL dependencies.
          Unfortunately, I cannot fix Makefile.PL, since ExtUtils::MakeMaker
          has no concept of "recommended" or "optional" modules.
          Thanks to Jens Rehsack for the suggestion.

        - Fix CPAN RT bug 55630: ISO-8601 Z (Zulu, UTC) marker not supported.
          Thanks to Will Coleda for pointing this out.

        - Fix CPAN RT bug 76705/76707 (maybe): month out of range.
          I can't reproduce this bug, but I made a change to the time parsing
          that might fix it.  Thanks to Todd Bezenek for reporting the problem.

(mef)

2014-12-04 02:38:54 UTC MAIN commitmail json YAML

Updated time/p5-Time-Duration-Parse to 0.11

(mef)

2014-12-04 02:38:43 UTC MAIN commitmail json YAML

(pkgsrc)
  Add LICENSE=
(upstream)
  Update 0.06 to 0.11
----------------
0.11 2014-03-26
    - Min perl version now set to 5.6.0
    - Added description of DateTime::Format::Duration to SEE ALSO

0.10 2014-03-24
    - Switched to Dist::Zilla. The Module::Install Makefile.PL was resulting
      in dependency problems and CPAN Testers fails, and I'm not familiar with
      it. Easier to switch. Thanks to ZEFRAM for pointing out the problem.

0.09 2014-03-23
    - Test::More and Time::Duration were listed as build_requires;
      changed them to test_requires, with versions. Wonder if this was
      the cause of the small number of CPAN Testers fails?
    - Added more more modules to the SEE ALSO section in the pod.

0.08 2014-03-23
    - Can now have a leading '+', as in '+2h'.
      Suggested by MSCHWERN in RT#66572
    - Added github repo to metadata (thanks dsteinbrunner)
    - Added github repo to pod
    - Added Time::Duration::Parse::More to SEE ALSO

0.07 2014-03-21
    - Added 'use warnings'
    - Specified min perl version as 5.6.0 in Makefile.PL
    - Fixed pod error reported in RT#86904
    - Added license type 'perl' to metadata via Makefile.PL
    - Reformatted this file as per CPAN::Changes::Spec

(mef)

2014-12-04 02:34:09 UTC MAIN commitmail json YAML

Updated time/p5-Time-Clock to 1.03

(mef)

2014-12-04 02:34:00 UTC MAIN commitmail json YAML

Update  1.02 to  1.03
1.03 (02.14.2014) - John Siracusa <siracusa@gmail.com>
    * Documented the return value of parse().

(mef)

2014-12-04 02:32:11 UTC MAIN commitmail json YAML

Updated time/p5-Test-MockTime to 0.13

(mef)

2014-12-04 02:32:02 UTC MAIN commitmail json YAML

(pkgsrc)
  -LICENSE=      gnu-gpl-v2 # OR artistic
  +LICENSE=      ${PERL5_LICENSE}
(upstream) Update 0.12 to 0.13
  0.13 - 07 Aug 2014
      * explicit license in META as per RT #97806
      * included other updates to Makefile.PL details (author, etc)

(mef)

2014-12-04 02:28:03 UTC MAIN commitmail json YAML

Updated time/p5-Template-Plugin-DateTime to 0.06.002

(mef)

2014-12-04 02:27:54 UTC MAIN commitmail json YAML

(pkgsrc)
  small changes on PKGNAME modification
    -PKGNAME=      p5-${DISTNAME:S/06001/06.001/}
    +PKGNAME=      p5-${DISTNAME:S/.06/.06./}
  drop following line, pkglint flags, and packaged fine without it.
    -PERL5_BUILD_TYPE=      Module::Install::Bundled

(upstream) Update 0.06.001 to 0.06.002
0.06002 - 04 Aug 2011
  - Fix rt#70001, 5.14 deprecations.
  - Moved to github

(mef)

2014-12-04 02:14:47 UTC MAIN commitmail json YAML

Updated time/p5-Schedule-Cron-Events to 1.93

(mef)

2014-12-04 02:14:39 UTC MAIN commitmail json YAML

Update 1.8 to 1.93
- (Neither ChangeLog or Release Note not found), sorry
- Add LICENSE= to ${PERL5_LICENSE}, for web page saying so:
---------------
This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.
---------------

(mef)

2014-12-04 02:04:18 UTC MAIN commitmail json YAML

Updated time/p5-Schedule-At to 1.15

(mef)

2014-12-04 02:04:09 UTC MAIN commitmail json YAML

Update 1.14 to 1.15
1.15 Tue Abr 24 08:14:43 CEST 2012
        - Change AIX 'getCommand' to use a non privileged one
                (patch by marcus.bogenstaetter [...] empirius.de)

(mef)

2014-12-04 01:48:48 UTC MAIN commitmail json YAML

(pkgsrc)
Convert not to use Module::Build
  -BUILD_DEPENDS+=    {perl>=5.17.1,p5-Module-Build>=0.40000}:../../devel/p5-Module-Build
  -PERL5_MODULE_TYPE=  Module::Build

(upstream) update 1.01 to 1.05
1.05 2013-09-18
  (Generated by)
  Dist::Zilla version 4.300030 --> 4.300038
  CPAN::Meta::Converter version 2.120921
  CPAN::Meta::Converter version 2.140640
1.04
1.03
1.02 2013-09-14
    - Added method to get originalEvent from XML - suggested by Ian Norton

(mef)

2014-12-04 01:30:46 UTC MAIN commitmail json YAML

Updated time/p5-DateTime-Set to 0.3400

(mef)

2014-12-04 01:30:39 UTC MAIN commitmail json YAML

0.3400 2014-02-12
- documentation and packaging fixes - by David Steinbrunner.
- version number using 4 digits - requested by David Marshall.

0.33  2013-09-15
- bugfix in SpanSet->grep. Reported by Andreas Isberg

(mef)

2014-12-04 01:28:42 UTC MAIN commitmail json YAML

Updated time/p5-DateTime-Format-Pg to 0.16010

(mef)

2014-12-04 01:28:35 UTC MAIN commitmail json YAML

Update 0.16009 to 0.16010
0.16010 2014-09-18T12:36:03Z
    - Add support for various more interval units [pr #3]:
      millenium, century, decade, month, week

(mef)

2014-12-04 01:26:28 UTC MAIN commitmail json YAML

Updated time/p5-DateTime-Format-MySQL to 0.05

(mef)

2014-12-04 01:26:20 UTC MAIN commitmail json YAML

Udate 0.04 to 0.05
0.05    2014-10-26
- Added parsing of MySQL fractional seconds (microseconds).
- Allowed additional valid MySQL formats (delimiters in DATE and TIME
  fields using punctuation, 'T' separator between DATE and TIME and
  single-digit time or date values).

(mef)

2014-12-04 01:24:23 UTC MAIN commitmail json YAML

Updated time/p5-DateTime-Format-HTTP to 0.42

(mef)

2014-12-04 01:24:17 UTC MAIN commitmail json YAML

Update 0.40 to 0.42
0.42  2014-05-02
  - Forgot to properly update the version number...
0.41  2014-05-02
  - Fix out-by-ten bug in nanosecond computation (Stephen Thirlwall)

(mef)

2014-12-04 01:20:40 UTC MAIN commitmail json YAML

Updated time/p5-DateTime-Format-Flexible to 0.26

(mef)

2014-12-04 01:20:33 UTC MAIN commitmail json YAML

Udate 0.25 to 0.26
0.26 Tue Apr 22 2014
  - support "MM/DD/YYYY HH:MM" (missing seconds),
  - support "EEE MMM dd HH:mm:ss z yyyy" (UTC timezone inside string)
    - thanks David White rt #94911

(mef)

2014-12-04 01:18:49 UTC MAIN commitmail json YAML

Updated time/p5-DateTime-Event-ICal to 0.12

(mef)

2014-12-04 01:18:41 UTC MAIN commitmail json YAML

Update 0.11 to 0.12
0.12    2014-07-17
- fix BYMONTH, BYMONTHDAY constraints to FREQ=MINUTELY, FREQ=HOURLY, and FREQ=SECONDLY.
  patch and tests provided by Andrew Sterling Hanenkamp

(mef)

2014-12-04 01:16:33 UTC MAIN commitmail json YAML

Updated time/p5-Data-ICal-DateTime to 0.81

(mef)

2014-12-04 01:16:26 UTC MAIN commitmail json YAML

Update 0.7 to 0.81
------------------
0.81 - Mon 24 Nov 2014 10:11:50 PST
    * Add Makefile.PL back into MANIFEST  (fixes RT 100524)
    * Remove MYMETA.* files from MANIFEST (fixes RT 100525)

0.8  - Fri 21 Nov 2014 11:26:57 PST
    * Update docs
    * Fix some timezone bugs (Fixes RT 43610 and RT 99804 - thanks Sterling Hanenkamp)
    * Refactor for more DRYness
    * Add URL field
    * Update Module::Install to add META.yml (fixes RT 80668)
    * Add a note about all day events (RT 63049)

(mef)

2014-12-04 01:05:43 UTC MAIN commitmail json YAML

Updated time/hebcal to 3.11

(mef)

2014-12-04 01:05:34 UTC MAIN commitmail json YAML

Update 3.7 to 3.11
-----------------------
Changes in 3.11
* If a yahrzeit would fall on 30 Cheshvan in a short year, advance
  observance to 1 Kislev. If a yahrzeit would fall on Kislev 30 in a
  short year, advance observance to 1 Tevet.
* Allow Ta'anit Bechorot (Fast of the Firstborn) to fall on a
  Friday. When a fast day falls on Friday, we do in fact observe the
  fast on Friday, even though Shabbat follows immediately. Also, in some
  years, Asarah Betevet (Tenth of Tevet) falls on Friday and is observed
  on that day.
  It is only in years when the date of the fast falls on Shabbat that
  the fast is moved: Ta'anit Ester (Fast of Esther) and Ta'anit Bekhorim
  are moved back to Thursday. Tsom Gedalyah (Fast of Gedaliah) and
  Shiv'ah Asar Betammuz (Seventeeth of Tammuz) are moved ahead to
  Sunday. Tish'ah Be'av (Ninth of Av), a full-day fast, is moved ahead
  to Saturday night. Asarah Betevet does not fall on Shabbat.

Changes in 3.10
* Add Erev Purim and Erev Tish'a B'Av
* Add Pesach Sheni (14 Iyyar)

Changes in 3.9.1
  [revved version number correctly]

Changes in 3.9
* Yom Hazikaron first observed in 1949. Yom HaShoah first observed in 1951.
* Allow Asara B'Tevet to fall on a Friday.

Changes in 3.8
* fixed spelling of shabbat Chazon
* fixed yom Haatzmaut 2007
* added support for Mexico DST scheme (no longer the same as US & Canada)
* Correct Gibraltar time zone to UTC+1, not UTC-10. Thanks to
  Jack Gross <jacobbgross@hotmail.com> for reporting the bug.

(mef)

2014-12-02 13:26:23 UTC MAIN commitmail json YAML

HOMEPAGE moved, Company Pragmatic C Software was merged out.

(mef)

2014-12-02 12:37:36 UTC MAIN commitmail json YAML

Updated cad/gtkwave to 3.3.64

(mef)

2014-12-02 12:37:25 UTC MAIN commitmail json YAML

Update 3.3.63 to 3.3.64
3.3.64  25nov14 Fix to FileChooser to prevent requester from blocking on asking
                for a directory if a dumpfile is loaded without some amount of
                absolute/relative pathname.
                Updated LZ4 for version r124.
                Fix for x-windows OSX compiles.

(mef)

2014-12-02 12:16:39 UTC MAIN commitmail json YAML

Updated editors/texmaker to 4.4.1

(mef)

2014-12-02 12:16:29 UTC MAIN commitmail json YAML

This commit is based on wip/texmaker by Niclas Rosenvik, thanks.
(pkgsrc)
Now option qt5 or qt4 is at PKG_OPTIONS_REQUIRED_GROUPS= qt so that
one of those two should be selected.

(upstream)
update 4.3. to 4.4.1
( Release note at http://www.xm1math.net/texmaker/log.html )

version 4.4 -> 4.4.1 :
Bugs fixed :
- a crash if the "% !TEX encoding=" meta tag is not valid has been fixed
- a bug related to some shorctuts (ctrl+shift+?) has been fixed

Note :
The macosx Lion/Mountain/Maverick package is again compiled with Qt
5.2.1 (two much issues with Qt 5.3.2 webkit and macdeployqt on MacOsX
>=10.10)

version 4.3 -> 4.4 :
Features :
- a new wizard for a standard XeLaTeX document has been added
- a script ("User" menu to execute it) to apply a hard word wrap at 80
  columns to the selected text has been added (will work like the php
  wordwrap() function - just change the textwidth value in the script
  if you need another value)
- the list of furnished scripts is displayed in the "Run Script"
  sub-menu of the "User" menu (if a script is located at the same
  place than the furnished scripts, it will appear automtically in
  this menu)
- support for the meta tags "% !TEX encoding=" and "% !TEX spellcheck"
  has been added (the meta tag "% !TEX root" is already supported)
- .vrb,.listing and .spx extensions have been added to the "Clean"
  command (users requests)
- cs, de, el, hu, pl, ru, se and vi translations have been updated
  (thanks to all the translators)

Bugs fixed :
- the xelatex command is now included in the "Tools" menu
- a bad behavior when spelling the document while a text is selected
  has been fixed (issue 1393)

Note :
- The windows versions are now compiled with poppler 0.26.
- The macosx Lion/Mountain/Maverick package is now compiled with Qt
  5.3.2 and poppler 0.26
- The obsolete macosx 32 bits version is no more furnished (the 4.3
  version will stay available on the download page)

(mef)

2014-11-27 04:29:45 UTC MAIN commitmail json YAML

Correction of on/off condition by Emacsen version to gnus/spam.el{,c}. Hope this fixes problem.  Thanks joerg@

(mef)

2014-11-27 03:46:28 UTC MAIN commitmail json YAML

+ETL-0.2.1a
+RTFM-2.4.5
+SOPE-2.2.10  .. sope-6.4 exists (?)
+allegro-5.10

(mef)

2014-11-26 23:13:02 UTC MAIN commitmail json YAML

+glib-2.43.1
+libwnck-3.14

(mef)

2014-11-26 12:47:43 UTC MAIN commitmail json YAML

PLIST was not udated for 1.2 to 1.3 update. sorry. Thanks joerg@

(mef)

2014-11-26 02:11:26 UTC MAIN commitmail json YAML

Updated benchmarks/httperf to 0.9.0

(mef)

2014-11-26 02:11:16 UTC MAIN commitmail json YAML

Update 0.8  to 0.9.0
----------------
2007-03-31  Ted Bullock <tbullock@canada.com>

* *.c and *.h: Adjusted license to explicitly list HP copyright as
Copyright 2000-2007 Hewlett-Packard Company

2007-02-07  Ted Bullock  <tbullock@canada.com>

* AUTHORS: wsseslog crash fix was actually written by David Mosberger

2007-02-07  Ted Bullock  <tbullock@canada.com>

* AUTHORS: Removed Durval Menezes from AUTHORS file since his fix
has been re-written by Theodore Bullock

2007-02-07  Ted Bullock  <tbullock@canada.com>

* *.c and *.h: Slightly adjusted license to explicitly point out AUTHORS file
as official list of authors

2007-02-07  Ted Bullock  <tbullock@canada.com>

* httperf.1: Added correction to man page to include a missing
--wsess identification

2007-01-26  Ted Bullock  <tbullock@canada.com>

* getopt.c and getopt1.c: Re-Added the to the build process
httperf now compiles on Linux, OpenBSD, FreeBSD, Solaris, HP-UX 11i
with cc and gcc and (with cc and gcc)

2007-01-26  Ted Bullock  <tbullock@canada.com>

* Makefile.am: Revised Makefile.am for src directories to explicitly include the
.h files to allow make distcheck to pass

2007-01-26  Ted Bullock  <tbullock@canada.com>

* getopt.c and getopt1.c: Removed from build process

* httperf.c: Wrapped call to getopt.h in pre-processor checks

2007-01-25  Ted Bullock  <tbullock@canada.com>

* wsesslog.c: changed a sprintf call to the more secure snprintf

* getopt.c: changed a sprintf call to the more secure snprintf

2007-01-20  Ted Bullock  <tbullock@canada.com>

* autogen.sh: Included the shell script autogen.sh to compile the necessary
autotool components.

* autogen.sh: Removed redundant configuration files from CVS, regenerate these
with the autogen.sh script (recommend autoconf 2.60 and above)

* ttest.c: Removed the ttest.c file from CVS

2007-01-16  Ted Bullock <tbullock@canada.com>
* Build System: Updated build system to a more typical directory
layout and wrote missing makefile.am files for automake

* idleconn: Now installed along with the httperf executable

* ttest: Remove program from build

2007-01-02  Ted Bullock <tbullock@canada.com>

*License: Included openssl linking exception

2006-12-08  Ted Bullock <tbullock@canada.com>

* Bug Fixes: Added a number of fixes from the mailing lists
over the last 6 years.

* compiler warnings: Compiler warnings in core.c and wsesslog.c

* configuration: Fixes a problem with the "configure" setup
where the "--prefix=" option wasn't being obeyed

* zero length: Fixes bug in http.c (parse_header)with zero
length content

* Host Header: Identify machine by FQD rather than hostname

* Persistent Connections: Added Persistent connections to HTTP 1.0
requests

* Robust alloca.h: Robust way to handle the header file that
defines the alloca function <alloca.h> for linux and stdlib.h for
BSD and others

* Time Discrepancy: Fixed a discrepancy between the data produced
by httperf and the documentation in regards to timing.

* wsesslog Crash: Fixed a problem with the wsesslog crashing
httperf due to an unhandled session failure from a burdened server

(mef)

2014-11-24 14:48:01 UTC MAIN commitmail json YAML

Updated emulators/vmips to 1.5

(mef)

2014-11-24 14:47:27 UTC MAIN commitmail json YAML

Update 1.4.1 to 1.5
-------------------
  User-visible changes in version 1.5 (since version 1.4.1):

  * New features/improvements:

  * VMIPS now includes a basic direct-mapped cache simulation. The
    cache isolation and cache swap bits in the CP0 Status register are
    now honored.

  * The boot monitor distributed with VMIPS now sets up a dummy
    `argv[0]' value for the loaded program. Also, it halts by entering
    an infinite loop rather than attempting to execute a `break'
    instruction when it encounters an unexpected exception.

  * The setup assembly routine distributed with VMIPS has been made
    more TLB-friendly. Identity virtual-to-physical mappings for the
    first few pages of physical RAM are installed in the TLB at program
    start time.

  * When `-o excmsg' is on, TLB miss addresses will be printed to
    stderr.

  * When `-o ttydev=stdout' is specified, simulated program output
    will be sent to VMIPS's standard output, even if it is not a tty.

  * The interactor can now disassemble memory. Also, stepping in the
    interactor now prints the PC after each step.

  * VMIPS now supports more of the GDB remote serial protocol, in
    support of the GDB `info threads' and `detach' commands. The debug
    protocol TCP port is now configurable via the `-o debugport'
    option. Also, if something halts the program while the debugger
    interface is active, VMIPS will tell GDB that the program exited.

  * Bug fixes:

  * A bug was fixed in the debugger interface where disconnecting from
    the debugger socket could cause vmips to enter an infinite loop.

  * The interactor will refuse to dump raw memory words at
    non-word-aligned addresses.

  * The CP0 Cause register IP field is now recomputed whenever the
    register is read, rather than only when exceptions happen. This
    makes polling loops with interrupts disabled work correctly.

  * A bug was fixed in the DECstation-compatible clock device which was
    preventing some of its registers from being zeroed properly.

  * Some endianness bugs were fixed in the generic memory-mapped device
    code and in the DECstation-compatible serial device.

(mef)

2014-11-24 14:18:59 UTC MAIN commitmail json YAML

Updated fonts/tamsyn-font to 1.10

(mef)

2014-11-24 14:18:51 UTC MAIN commitmail json YAML

VERSION 1.10 2013-09-17
CHANGES IN 1.10
  - New size: 7x13.
  - New size: 8x16 (replaces 8x17)
  - Many changes in favor of a cleaner look.  In particular, replaced the
    double-story lowercase "g" with the single-story variety.
  - Added the degree symbol.  (Enjoy, Sven!)
  - Added the copyright symbol.

(mef)

2014-11-24 14:15:28 UTC MAIN commitmail json YAML

Updated fonts/p5-Font-TTF to 1.04

(mef)

2014-11-24 14:15:20 UTC MAIN commitmail json YAML

Update 1.0.2 to 1.0.4
1.04  (r994, 2014-01-09)

* Bug fixes:
*    Fix rt.cpan.org 80671, 80672; simplify fix for #42553 per OP
*    Shared tables in TTC weren't working
*    Quiet a cleanup warning in TTC processing
*    Update licensing info for test fonts to OFL

1.03  (r969, 2013-11-10)

* Add $t->minsize() to all tables for assisting with font subsetting
* Add deduping to Name table writing
* Add OS/2 table method to guess at Unicode and Codepage range bits.
* Add support for cmap format 13 subtables
* Expunge notion of 'dflt' language tag from Ttopen.pm
* Bug fixes

(mef)

2014-11-24 14:13:13 UTC MAIN commitmail json YAML

Updated fonts/cantarell-fonts to 0.0.16

(mef)

2014-11-24 14:13:05 UTC MAIN commitmail json YAML

Update 0.0.15 to 0.0.16
0.0.16
- add space variations (#735205)

(mef)

2014-11-24 13:29:11 UTC MAIN commitmail json YAML

Updated filesystems/fuse to 2.9.3

(mef)

2014-11-24 13:23:10 UTC MAIN commitmail json YAML

Update 2.8.4 to 2.9.3 for PLIST.common

(mef)

2014-11-24 13:19:12 UTC MAIN commitmail json YAML

Update 2.8.4 to 2.9.3
---------------------
2013-07-01  Miklos Szeredi <miklos@szeredi.hu>
* Released 2.9.3

2013-06-20  Miklos Szeredi <miklos@szeredi.hu>
* libfuse: fix multiple close of device fd.  Reported by Dan
Greenfield

2013-03-19  Miklos Szeredi <miklos@szeredi.hu>
* libfuse: fix thread cancel race.  Exiting a worker my race with
cancelling that same worker.  This caused a segmenation
fault. Reported and tested by Anatol Pomozov

2013-02-04  Miklos Szeredi <miklos@szeredi.hu>
* libfuse: fix crash in unlock_path().  Patch by Ratna Manoj

* libfuse: fix the 'remember' option.  The lru list was not
initialized for the "/" path.  This resulted in remove_node_lru()
crashing on LOOKUP-DOTDOT.  Patch by Madan Valluri

* libfuse: configure: detect new util-linux

* libfuse: Use AC_CONFIG_HEADERS instead of AM_CONFIG_HEADER.
Patch by Anatol Pomozov

* libfuse: rename ./configure.in to ./configure.ac.  Patch by
Anatol Pomozov

2012-10-01  Miklos Szeredi <miklos@szeredi.hu>
* Released 2.9.2

2012-10-01  Miklos Szeredi <miklos@szeredi.hu>
* Fix deadlock in libfuse.  Running "svn update" on a fuse
filesystem could deadlock because of a bug in the way the paths
are locked.  Reported by Kazuaki Anami

2012-08-23  Miklos Szeredi <miklos@szeredi.hu>
* Fix missing config.h in buffer.c.  Reported by Matthew Gabeler-Lee

2012-08-14  Miklos Szeredi <miklos@szeredi.hu>
* Not unhashing the name in forget (commit on 2011-12-09) broke
the forget logic in a subtle way, resulting in "fuse internal
error: node NNN not found" and causing the filesystem daemon to
abort.  Fix by incrementing the node refcount if nlookup goes from
zero to one.  Reported by Kyle Lippincott

2012-08-13  Miklos Szeredi <miklos@szeredi.hu>
* Fix linking against GNU libiconv.  Patch by Natanael Copa

2012-07-19  Miklos Szeredi <miklos@szeredi.hu>
* Released 2.9.1

2012-07-19  Miklos Szeredi <miklos@szeredi.hu>
* Fix crash caused by freeing a stack address.  Reported by Itay
Perl

2012-07-04  Miklos Szeredi <miklos@szeredi.hu>
* Fix install of mount.fuse from out-of-tree build.  Patch by
Olivier Blin

* Fix build with automake >= 1.12.1.  Patch by Olivier Blin

2012-04-24  Miklos Szeredi <miklos@szeredi.hu>
* Add fallocate operation.  Only works on linux kernels 3.5 or
later.  Patch by Anatol Pomozov

2012-05-16  Miklos Szeredi <miklos@szeredi.hu>
* Linking to a library that uses threads requires the application
to be linked with -pthreads otherwise some pthread functions will
be linked to stubs in glibc.  So move -pthread from Libs.private
to Libs in fuse.pc.  Reported by Werner Fink

* Fix the compile command in the examples. Reported by Luciano
Dalle Ore

2012-04-20  Miklos Szeredi <miklos@szeredi.hu>
* Released 2.9.0

2012-04-20  Miklos Szeredi <miklos@szeredi.hu>
* Add missing fuse_fs_flock to fuse_versionscript

2012-04-10  Miklos Szeredi <miklos@szeredi.hu>
* Check protocol version before sending notifications and return
-ENOSYS if a particular notification is not supported.

* Add 'flag_utime_omit_ok' flag to fuse_operations.  If the
filesystem sets this flag then ->utimens() will receive UTIME_OMIT
and UTIME_NOW values as specified in utimensat(2).

2012-01-27  Miklos Szeredi <miklos@szeredi.hu>
* Interpret octal escape codes in options.  Requested by Jan
Engelhardt

2012-01-26  Miklos Szeredi <miklos@szeredi.hu>

* Add man pages for fusermount, mount.fuse and ulockmgr_server.
Lifted from the Debian package.  The man pages were written by
Daniel Baumann and Bastien Roucaries

2012-01-13  Miklos Szeredi <miklos@szeredi.hu>
* Disable symbol versions on MacOSX.  Patch by Anatol Pomozov

2012-01-02  Miklos Szeredi <miklos@szeredi.hu>
* Remove unnecessary mutex unlock at the end of multithreaded
event loop.

2011-12-09  Miklos Szeredi <miklos@szeredi.hu>
* Fix hang in wait_on_path().  Reported by Ville Silventoinen

* Don't unhash name in FORGET.  This resulted in ENOENT being
returned for unlinked but still open files if the kernel sent a
FORGET request for the parent directory.

* Free request in fuse_reply_data().

2011-12-08  Miklos Szeredi <miklos@szeredi.hu>
* Fix build if FUSE_NODE_SLAB is not defined.  Patch by Emmanuel
Dreyfus

* Check for availability of utimensat() function.  Patch by
Emmanuel Dreyfus

2011-12-07  Miklos Szeredi <miklos@szeredi.hu>
* Add fuse_lowlevel_notify_delete() which tells the kernel that a
file or directory is deleted.  Patch by John Muir

2011-12-06  Miklos Szeredi <miklos@szeredi.hu>
* Update retrieve_reply() method

2011-12-05  Miklos Szeredi <miklos@szeredi.hu>
* Low level API: lock argument of fuse_reply_lock should have a
'const' qualifier.  Reported by Shachar Sharon

* Add support for ioctl on directories.  Reported by Antonio SJ
Musumeci

2011-10-13  Miklos Szeredi <miklos@szeredi.hu>
* Reply to request with ENOMEM in case of failure to allocate
request structure.  Otherwise the task issuing the request will
just freeze up until the filesystem daemon is killed.  Reported by
Stephan Kulow

2011-09-23  Miklos Szeredi <miklos@szeredi.hu>

* Replace daemon() function with fork().  Patch by Anatol Pomozov

2011-08-26  Miklos Szeredi <miklos@szeredi.hu>
* If configured with --disable-mtab then don't call mount(8) from
libfuse to update the mtab.  Reported by: James Sierp

2011-08-24  Miklos Szeredi <miklos@szeredi.hu>
* Use LRU list for cleaning up the cache if the "remember=T"
option was given.  Patch by therealneworld@gmail.com

2011-07-06  Miklos Szeredi <miklos@szeredi.hu>
* Add ->flock() operation to low and high level interfaces.  This
fixes problems with emulating flock() with POSIX locking.
Reported by Sebastian Pipping.  As with lock/setlk/getlk most
filesystems don't need to implement this, as the kernel takes care
of file locking.  The only reason to implement locking operations
is for network filesystems which want file locking to work between
clients.

2011-07-02  Sebastian Pipping <sebastian@pipping.org>
* Make xmp_utimens of examples "fusexmp" and "fusexmp_fh"
not follow symlinks as other layers do that already.

2011-06-02  Miklos Szeredi <miklos@szeredi.hu>
* Add "remember" option.  This works similar to "noforget" except
that eventually the node will be allowed to expire from the cache.
Patch by therealneworld@gmail.com

2011-05-27  Miklos Szeredi <miklos@szeredi.hu>
* Check if splice/vmsplice are supported

2011-05-26  Miklos Szeredi <miklos@szeredi.hu>
* Remove -lrt -ldl from fuse.pc for dynamic linking since
libfuse.so is already linked with these libraries.  Reported by:
Nikolaus Rath

2011-05-20  Miklos Szeredi <miklos@szeredi.hu>
* Cleaner build output.  Patch by Reuben Hawkins

2011-05-19  Miklos Szeredi <miklos@szeredi.hu>
* Disable splice by default, add "splice_read", "splice_write" and
"splice_move" options.  Keep the "no_splice_*" variants, which can
disable splice even if the filesystem explicitly enables it.

2011-04-15  Max Krasnyansky <maxk@kernel.org>
* Added support for "auto_unmount" option which unmounts the
filesystem automatically on process exit (or crash).

2011-03-30  Miklos Szeredi <miklos@szeredi.hu>
* Patches by Laszlo Papp fixing various issues found by the
Coverity checker

2011-03-11  Miklos Szeredi <miklos@szeredi.hu>
* In case of failure to add to /etc/mtab don't umount.  Reported
by Marc Deslauriers

2011-02-02  Miklos Szeredi <miklos@szeredi.hu>
* libfuse: In fuse_session_loop_mt() don't pause when exiting the
worker threads.  The pause() was added in 2.2.1 to prevent
segfault on pthread_cancel() on an exited, detached thread.  Now
worker threads are not detached and pthread_cancel() should work
fine even after the thread exited.  Reported by Boris Protopopov

2011-01-31  Miklos Szeredi <miklos@szeredi.hu>
* fusermount: chdir to / before performing mount/umount

* fusermount: only allow mount and umount if util-linux supports
--no-canonicalize

2010-12-16  Miklos Szeredi <miklos@szeredi.hu>
* Highlevel lib: allow hash tables to shrink

* Highlevel lib: add slab allocation for node cache.  This will
allow the memory used by the filesystem to grow and shrink
depending on how many inodes are currently cached.

2010-12-13  Miklos Szeredi <miklos@szeredi.hu>
* Highlevel lib: use dynamically resized hash table for looking up
by name and node ID.

2010-12-07  Miklos Szeredi <miklos@szeredi.hu>
* Allow batching of forget requests.  This allows forget requests
to be processed faster and doesn't require a modification to fuse
filesystems.  Reported by Terje Malmedal

* Add ->forget_multi() operation to the lowlevel API.  The
filesystem may implement this to process multiple forget requests
in one call

* Fix the ambiguity of ioctl ABI on the kernel/userspace boundary
for 32bit vs. 64bit userspace

2010-11-10  Miklos Szeredi <miklos@szeredi.hu>
* Add new write_buf() method to the highlevel API.  Similarly to
the lowlevel write_buf() method, this allows implementing zero
copy writes.

* Add a new read_buf() method to the highlevel API.  This allows
returning a generic buffer from the read method, which in turn
allows zero copy reads.

* In fusexmp_fh implement the ->read_buf() and ->write_buf()
methods.  Leave the ->read() and ->write() implementations for
reference, even though they are not necessary.

2010-11-08  Miklos Szeredi <miklos@szeredi.hu>
* Fix check for read-only fs in mtab update

* Open /dev/null for write instead of read for redirecting stdout
and stderr

* If umount(8) supports --fake and --no-canonicalize (util-linux-ng
version 2.18 or later), and umount(2) supports the
UMOUNT_NOFOLLOW flag (linux kernel version 2.6.35 or later)  then,
"fusermount -u" will call the umount(2) system call and use
"umount --fake ..." to update /etc/mtab

* Added --disable-legacy-umount option to configure.  This
disables the runtime checking of umount(8) version.  When built
with this option then "fusermount -u" will fail if umount(8)
doesn't support the --fake and --no-canonicalize options.

* Fix fuse_buf_copy() if already at the end of the buffers

* Add new ->write_buf() method to low level interface.  This
allows passig a generic buffer, either containing a memory buffer
or a file descriptor.  This allows implementing zero copy writes.

* Add fuse_session_receive_buf() and fuse_session_process_buf()
which may be used in event loop implementations to replace
fuse_chan_recv() and fuse_session_process() respectively.

* Remove unnecessary restoring of current working directory in
"fusermount -u"

* Add ctx->pid to debug output

* Fix st_nlink value in high level lib if file is unlinked but
still open

* libfuse: add store request.  Request data to be stored in the
kernel buffers for a given inode.

* libfuse: add retrieve request.  Retrieve data stored in the
kernel buffers for a given inode.

2010-10-14  Miklos Szeredi <miklos@szeredi.hu>
* Use LTLIBICONV when linking libfuse.  This fixes building against
uclibc + libiconv.  Patch by Natanael Copa

2010-10-05  Miklos Szeredi <miklos@szeredi.hu>
* Add missing argument check in ulockmgr.c to prevent calling
ulockmgr_server with illegal arguments. This would cause an ever
growing list of ulockmgr_server processes with an endless list of
open files which finally exceeds the open file handle limit.
Patch by Markus Ammer

2010-09-28  Miklos Szeredi <miklos@szeredi.hu>
* Fix ambiguous symbol version for fuse_chan_new.
fuse_versionscript included fuse_chan_new in both FUSE_2.4 and
FUSE_2.6.  Remove the FUSE_2.4, which is invalid.

2010-09-28  Miklos Szeredi <miklos@szeredi.hu>
* Fix option escaping for fusermount.  If the "fsname=" option
contained a comma then the option parser in fusermount was
confused (Novell bugzilla #641480).  Fix by escaping commas when
passing them over to fusermount.  Reported by Jan Engelhardt

2010-08-27  Miklos Szeredi <miklos@szeredi.hu>
* Add NetBSD support.  Patch from Emmanuel Dreyfus

2010-07-12  Miklos Szeredi <miklos@szeredi.hu>
* libfuse: add buffer interface.  Add a generic buffer interface
for use with I/O.  Buffer vectors are supplied and each buffer in
the vector may be a memory pointer or a file descriptor.

* The fuse_reply_fd() interface is converted to using buffers.

2010-06-23  Miklos Szeredi <miklos@szeredi.hu>
* Make the number of max background requests and congestion
threshold tunable.  New options are "max_background" and
"congestion_threshold".  Only effective on linux kernel versions
2.6.32 or greater.  Patch by Csaba Henk

2010-06-17  Miklos Szeredi <miklos@szeredi.hu>
* Add fuse_reply_fd() reply function to the low level interface.
On linux version 2.6.35 or greater this will use splice() to move
data directly from a file descriptor to the fuse device without
needing to go though a userspace buffer.  With the
FUSE_REPLY_FD_MOVE flag the kernel will attempt to move the data
directly into the filesystem's cache.  On earlier kernels it will
fall back to an intermediate buffer.  The options
"no_splice_write" and "no_splice_move" can be used to disable
splicing and moving respectively.

2010-06-15  Miklos Szeredi <miklos@szeredi.hu>
* Fix out-of-source build.  Patch by J旦rg Faschingbauer

* Add a "nopath" option and flag, indicating that path argument
need not be calculated for the following operations: read, write,
flush, release, fsync, readdir, releasedir, fsyncdir, ftruncate,
fgetattr, lock, ioctl and poll.

2010-05-10  Miklos Szeredi <miklos@szeredi.hu>
* Remove "chmod root" from install of fusermount.  Reported by
Lucas C. Villa Real

(mef)

2014-11-24 12:53:29 UTC MAIN commitmail json YAML

Updated devel/libusb-compat to 0.1.5

(mef)

2014-11-24 12:53:19 UTC MAIN commitmail json YAML

update 0.1.4 to 0.1.5
---------------------
Date:  Mon May 20 17:34:02 2013 -0600
    libusb-compat-0.1.5

Date:  Mon May 20 17:33:43 2013 -0600
    Add bootstrap.sh and do not set debug mode by default.

Date:  Mon May 20 17:32:43 2013 -0600
    Replace the deprecated INCLUDES token with AM_CPPFLAGS in Makefile.am

Date:  Fri Aug 24 17:13:11 2012 -0400
    libusb.pc.in: Add missing Requires.private: libusb-1.0 so that
    pkg-config adds the libusb 1.0 library and dependencies when
    static linking.

Date:  Thu Apr 4 10:53:42 2013 -0600
    use atexit() to call libusb_exit()
    Fixes #130

Date:  Thu Apr 4 10:53:01 2013 -0600
    fix autoconf errors/warnings
    Fixes #161

Date:  Sun May 13 19:50:38 2012 +0800
    examples: Link only with ../libusb/libusb.la and not with -lusb

    Similar to libusb.git commit 93b0e09d53ed1d177631af9182378492481a790a
    http://git.libusb.org/?p=libusb.git;a=commitdiff;h=93b0e09d53ed1d177631af918

    Previous _LDFLAGS included both the freshly built libusb in ../libusb
    and -lusb, where libtool would usually resolve the latter to an
    already-installed libusb library in the system. The extra reference
    to a second libusb library may cause failures to build examples
    on some platforms and is wrong.

    Fixes #135.

(mef)

2014-11-24 12:22:29 UTC MAIN commitmail json YAML

Updated audio/picard to 1.3

(mef)

2014-11-24 12:22:17 UTC MAIN commitmail json YAML

Update 1.2 to 1.3
Version 1.3 - 2014-10-20
* The "About" window now displays the versions of libraries used by Picard

* Picard now correctly handles matching of MP3 files saved in ID3v2.3 tags
  (which is the version that Microsoft Windows and iTunes both use).
  Note: You may need to re-save your tags once to get them to match in future.

* A sort tags plugin is now provided as tag data is no longer
  displayed sorted by default.

* A new tag, musicbrainz_releasetrackid, containing the MusicBrainz
  Track MBID introduced in the May 2013 schema change release, is now
  written to files.

* Add %_recordingtitle% (PICARD-515)
* Fix plugin install bugs (PICARD-444)

* Fix Options / File naming examples to handle primary/secondary
  release types (PICARD-516)

* A new advanced option is available to permanently set the starting
  directory for the file browser and "Add files/folder" buttons.

* Requests to Musicbrainz against your own account e.g. for
  collections are now handled through SSL (PICARD-337)

* Refresh of Albums using Ctrl-R and selection of Other Releases are
  now more responsive during batch lookups.

* Main window is now emitting a "selection_updated" signal, plugin
  api version bumps to 1.3.0

* Append system information to user-agent string
* Compilation tag/variable functionality (for tagging & file naming)
  has been split into two:
  - %compilation% is now aligned with iTunes, and set only for
      Various Artists type compilations
  - %_multiartist% variable now indicates whether this release has
    tracks by multiple artists (in order to prepend the artist name
    to the filename as shown in the default file naming script)

* autodetect the CD drive on Mac OS X (PICARD-123)

* Ignore directories and files while indexing when show_hidden_files
  option is set to False (PICARD-528)

* Add ignore_regex option which allows one to ignore matching paths,
  can be set in Options > Advanced (PICARD-528)

* Added an "artists" multi-value tag to track metadata, based on the
  one in Jaikoz, which contains the individual artist names from the
  artist credit. Also useful in scripts (joining phrases like 'feat:'
  are omitted) and plugins.

* Added "_artists_sort", "_albumartists", "_albumartists_sort"
  variables for scripts and plugins.

* Made Picard use the country names also used on the MusicBrainz
  website (PICARD-205)

* New setup.py command `get_po_files` (Retrieve po files from
  transifex)

* New setup.py command `regen_pot_file` (Regenerate po/picard.pot)

* New Work tag (which for Classical music is often different from the
  track title) saved as ID3 TOAL tag.

* New Composer Sort Order tag (variable %composersort%).

* Improve the Other Releases list to prioritise and separate releases
  which match the correct number of tracks and your Options /
  Metadata / Prefered Releases settings for Country and Format.

* New %_absolutetracknumber% variable numbering tracks sequentially
  regardless of disc structure (so you can numbers tracks on
  multi-disc releases without a disc number)

* Support dropping image directly from Google image results to cover
  art box

* Add %_musicbrainz_tracknumber% to hold track # as shown on
  MusicBrainz release web-page e.g. vinyl/cassette style A1, A2, B1,
  B2

* Show the ID3 version of the file in the Info... dialog (Ctrl-I)
  (PICARD-218)

* Fixed a bug where Picard crashed if a MP3 file had malformed TRCK
  or TPOS tags (PICARD-112)

* Add --files option to setup.py build_ui, used to force .ui to .py
  regeneration (PICARD-566)

* New setup.py command `update_constants` (Regenerate countries.py
  and attributes.py)

* Made Picard use release groups, medium formats and cover art types
  also used on the MusicBrainz website

* Use MusicBrainz Server translations for release groups, medium
  formats and cover art types

* Add checkbox to toggle debug at runtime in log/debug view dialog
* Add a plugin to add Artist Official Homepage relationships to the
  website tag (ID3 WOAR tag)

* Add integrated functions $eq_any, $ne_all, $eq_all, $ne_any,
  $swapprefix and $delprefix.

* Add %_performance_attributes%, containing performance attributes
  for the work e.g. live, cover, medley etc.  Use $inmulti in file
  naming scripts
  i.e. ...$if($inmulti(%_performance_attributes%,medley), (Medley),)

* Add optional `priority` parameter to
  `register_album_metadata_processor()` and
  `register_track_metadata_processor()` Default priority is
  `PluginPriority.NORMAL`, plugins registered with
  `PluginPriority.HIGH` will be run first, plugins registered with
  `PluginPriority.LOW` will run last

* Add Standardise Performers plugin to convert e.g. Performer [piano
  and guitar] into Performer [piano] and Performer [guitar].

* Add support for release group cover art fallback (PICARD-418, PICARD-53)
* Add a clear button to search box
* Honour preferred release formats when matching AcoustIds (PICARD-631)
* Prevent ZeroDivisionError in some rare cases (PICARD-630)

(mef)

2014-11-24 12:05:51 UTC MAIN commitmail json YAML

Updated audio/p5-Audio-Wav to 0.14

(mef)

2014-11-24 12:05:44 UTC MAIN commitmail json YAML

Update 0.13 to 0.14
0.14  Sun Apr 27 00:50:07 EDT 2014
  - bugfix for https://rt.cpan.org/Public/Bug/Display.html?id=94951,
    thanks to Haruka Kataoka

(mef)

2014-11-24 12:03:02 UTC MAIN commitmail json YAML

Updated archivers/p5-Compress-Bzip2 to 2.19

(mef)

2014-11-24 12:02:54 UTC MAIN commitmail json YAML

Update 2.17 to 2.19
2.18 2014-08-06 rurban
  - [cpan #68572] add ccdlflags for show_bzversion missing -R also, similar to the
    fix in 2.11. Not a EUMM bug.
  - require constant 1.04 (since 5.8) to accept hashrefs.
  - add META to MANIFEST

2.19 2014-10-24 rurban
  - fixed generated SIGNATURE

(mef)

2014-11-24 11:58:29 UTC MAIN commitmail json YAML

Added p5-ExtUtils-MakeMaker-CPANfile version 0.06
Updated archivers/p5-Archive-Any-Lite to 0.10

(mef)

2014-11-24 11:55:29 UTC MAIN commitmail json YAML

Update 0.07 to 0.10
0.10 2014/08/09
  - added LICENSE file per RT#88571

0.09 2014/04/18
  - updated version requirements (reported by Paul Howarth).

0.08 2014/04/18
  - supported an optional hash reference for finer extraction control

(mef)

2014-11-24 11:53:35 UTC MAIN commitmail json YAML

+p5-ExtUtils-MakeMaker-CPANfile

(mef)

2014-11-24 11:41:12 UTC MAIN commitmail json YAML

Import p5-ExtUtils-MakeMaker-CPANfile-0.06 as devel/p5-ExtUtils-MakeMaker-CPANfile.

ExtUtils::MakeMaker::CPANfile loads cpanfile in your distribution and
modifies parameters for WriteMakefile in your Makefile.PL. Just use it
instead of ExtUtils::MakeMaker (which should be loaded internally),
and prepare cpanfile.

(mef)

2014-11-24 08:29:51 UTC MAIN commitmail json YAML

Update 1.38 to 1.39
1.39 Tue 21 Oct 2014
    - store test data in temp dirs to fix parallelism and shuffling
      [Graham Knop]

(mef)

2014-11-24 05:23:27 UTC MAIN commitmail json YAML

Updated www/cgilib to 0.7

(mef)

2014-11-24 05:23:17 UTC MAIN commitmail json YAML

Version 0.7, 2008/02/08

. Allow cookies without regular CGI POST/GET variables
. Use GNU autotools for strndup() detection and shared library building

Version 0.6, 2008/04/06

. Support for ';' as delimiter
. Properly return NULL when no value was found
. Support for multipart/form-data
. Support for file upload
. Added support for inclusion into C++
. Declare some arguments const (Neil Spring)
. Decode variable names and data

(mef)

2014-11-24 05:03:52 UTC MAIN commitmail json YAML

Updated www/bluefish to 2.2.6

(mef)

2014-11-24 05:03:43 UTC MAIN commitmail json YAML

(pkgsrc)
- Add gnu-gpl-v3 to LICENSE
- Add comment on patch-ac
- Add following include, pkglint recommended,
  .include "../../graphics/hicolor-icon-theme/buildlink3.mk"

(upstream) update 2.2.4 to 2.2.6
* 2.2.6 *

Bluefish 2.2.6 is mostly a bug fix release. This release fixes a critical bug
(segfault) in filebrowser that could be triggered if the root directory was set
as basedir. It also has a fix for a specific CSS-in-HTML-tag highlighting issue.
The filter code furthermore caused a segfault if the command did not exist. The
Windows version finally supports open in running process. Next to these bugs
many small issues have been resolved. Development checks are now only enabled if
Bluefish is compiled from svn, not if compiled from tarball. Various language
files have small improvements, most notably C, Javascript and CSS. Several
translations have been updated. A corner case for a new document from a template
that does not exist was fixed. The "open" submenu now opens SVG files from the
filebrowser instead of inserting an image tag. The included cssmin and jsbeatify
have been updated. A syntax scanning issue when replacing large chunks of text
was fixed, he "Report bug" link was broken, a new "conditional" option to the
language file that makes re-using certain blocks of language files easier was
added, and error reporting in outputbox was improved. On OSX filebrowser icons
and the "open file" dialog size have been improved.

* 2.2.5 *

Bluefish 2.2.5 is a minor bug fix release but has also quite some new features.
The syntax scanning engine is faster after small changes to the text. The
filebrowser is also much faster with less memory usage, with various fixes and
new features. Projects now store the active document and active line numbers.
Indenting is improved in auto-completion and the smart indenting. Bookmarks and
paste special also have been improved. On OSX there are many improvements, such
as Mavericks support, Retina display support, working system hotkeys, native
input methods (Japanese, Chinese, etc.), opening files from the finder and
Widget bindings on MacOSX are moved to Cmd+C|V|X|A and working. Furthermore
almost all syntax highlighting has been improved, most notable jquery in
javascript, HTML5, and HTML5 in PHP files. There are also many bug fixes, such
as in wrap text on right margin, in the replace engine, the jsmin licence, the
split lines feature, the auto-recovery and many obscure bugs. Last bluefish now
has an appdata file.

(mef)

2014-11-24 04:47:35 UTC MAIN commitmail json YAML

www/{ap,py}-scgi to 1.14

(mef)

2014-11-24 04:47:02 UTC MAIN commitmail json YAML

www/{ap,py}-scgi to 1.14

(mef)

2014-11-24 04:45:05 UTC MAIN commitmail json YAML

- py-scgi and ap-scgi update 1.13 to 1.14
  (remove PKGREVISION)
- Add licenses/cnri-license for above two packages

(mef)

2014-11-24 04:42:33 UTC MAIN commitmail json YAML

Update 1.13 to 1.14
v1.14
-----

Author: Neil Schemenauer <nas@arctrix.com>
Date:  Sat Nov 21 17:02:23 2009 -0600

    Update version numbers for v1.14 release.

Author: Neil Schemenauer <nas@arctrix.com>
Date:  Tue Oct 27 17:06:12 2009 -0600

    Improve logic for reaping dead child processes.

    Simply the logic for reaping dead children. This also fixes some
    corner case bugs related to signal handling.

Author: Neil Schemenauer <nas@arctrix.com>
Date:  Mon Jul 20 11:16:23 2009 -0600

    Properly handle interrupted system calls while doing a restart.

Author: Neil Schemenauer <nas@arctrix.com>
Date:  Thu Jul 9 21:35:42 2009 -0600

    Drop GIL when passing file descriptors.

Author: Neil Schemenauer <nas@arctrix.com>
Date:  Sat Aug 9 18:12:22 2008 -0600

    Add target to build multi-architecture mod_scgi for Mac OS.

(mef)

2014-11-24 00:08:22 UTC MAIN commitmail json YAML

To fix:
ERROR: [check-interpreter.mk] The interpreter "/usr/pkg/bin/perl" of
  "/scratch/chat/centerim/work/.destdir/usr/pkg/bin/cimconv" does not
  exist. (etc)  Thanks joerg@.

(mef)

2014-11-23 15:30:55 UTC MAIN commitmail json YAML

Updated pkgtools/pkglint to 4.148

(mef)

2014-11-23 15:30:08 UTC MAIN commitmail json YAML

Add emacs25, xemacs21[45]nox for makevars.map
Thanks wiz@ for OK. I don't believe we need emacs25nox ;-(

(mef)

2014-11-23 13:39:12 UTC MAIN commitmail json YAML

Updated ham/fldigi to 3.22.01

(mef)

2014-11-23 13:39:02 UTC MAIN commitmail json YAML

Update 3.21.83 to 3.22.01
2014-10-19  David Freese  <w1hkj@w1hkj.com>

9bbef87: Macro Buttons
b123fc1: Thumb drive
01bc010: Power Squelch
e7de40b: Documentation update
287e692: TxID control via xmlrpc
880df3d: Analysis modem

2014-10-17  John Phelps  <kl4yfd@gmail.com>

91bda2b: Gray-mapped 8PSK and soft-decision
- Upgraded 8psk to Gray mapped constellation
- Implemented Soft-Decision decoder based on Gray constellation
- Even when the received phase is distorted by +- 1 phase-position:
- One of the bits is still known with 100% certianty.
- Only up to 1 bit can be in error.
- Increased gain for noisy/weak/HF channels

2014-10-16  Robert Stiles  <kk5vd@yahoo.com>

60c78c0: XMLRPC Character measurement issues with 8PSK modems

2014-10-16  David Freese  <w1hkj@w1hkj.com>

5040224: View/Hide Smeter
d103209: CW matched filter
ea853a8: flarq update
e7d9cc4: 8PSK/16PSK modes
6fcf11d: KISS interface

=Version 3.22.00=

a798037: Remove Mixer controls
f3f8c9a: FTextDisplay
674da9c: Freq Control
bfb001b: Touch Screen UI
d7bb247: UI macrobars
cad1c86: VSP boolean

2014-10-06  Robert Stiles  <kk5vd@yahoo.com>

c4bfed9: Tabulated Widgets Font/Font Size Changes
80dc81b: Documentation

2014-10-06  David Freese  <w1hkj@w1hkj.com>

1dd39cc: PACKAGE_PROJ
98cd7af: Win32 warnings
93b76d4: UI tweaks
ec3177b: Hide Packet Modem
9f2b358: Record loader
bbce20e: Delta macro
38d9bab: MEMMAP
3ef0433: WF drop rate
7448535: RsID time out
03ef903: Wizard crash fix

2014-10-06  Stelios Bounanos  <vcs@enotty.net>

d7fe297: Fix log format string warnings
382452a: Build system fixes

2014-10-06  David Freese  <w1hkj@w1hkj.com>

4ad7967: Default font
632eb8a: Power meter
1bf6f49: Smeter
73cdc07: regex.c fix
eb3eb25: fft-scan
5176ffb: home directory
830a1cb: Analysis modem
38d1589: TRX limit check
a0f43c9: Win32 Socket::close
cf16c3a: SITORB tx issue

2014-08-29  Robert Stiles  <kk5vd@yahoo.com>

67a744b: Doxygen Inclusion

2014-08-29  David Freese  <w1hkj@w1hkj.com>

82aeba5: ARQ stx handshake
4503c99: Virtual ports
d40998f: New User Exit Behavior

(mef)

2014-11-23 13:17:32 UTC MAIN commitmail json YAML

Updated devel/ProjectCenter to 0.6.2

(mef)

2014-11-23 13:17:17 UTC MAIN commitmail json YAML

update 0.6.1 to 0.6.2
2014-10-07 Riccardo Mottola <rm@gnu.org>

* Framework/PCProjectManager.m
* PCAppController.m
Revert windows-specific hacks by German to make project-type choice work. They would crash when using PC without the WinUX theme.

2014-09-08 German Arias <germanandre@gmx.es>

* Modules/Editors/ProjectCenter/Resources/LineJumper.gorm: Remove
modifier key for button.

2014-09-02 Riccardo Mottola <rm@gnu.org>

* Framework/PCAddFilesPanel.m
* Framework/PCProjectBuilder.m
Do not use GS internals but standard methods.

2014-08-29 Riccardo Mottola <rm@gnu.org>

* Modules/Editors/ProjectCenter/GNUmakefile
* Modules/Editors/ProjectCenter/LineJumper.h
* Modules/Editors/ProjectCenter/LineJumper.m
* Modules/Editors/ProjectCenter/PCEditorView.m
* Modules/Editors/ProjectCenter/Resources/LineJumper.gorm
Implement and add a simple go-to-line panel

2014-08-25  Wolfgang Lux  <wolfgang.lux@gmail.com>

* Modules/Editors/ProjectCenter/PCEditor.m (unhighlightCharacter:):
* Modules/Editors/ProjectCenter/PCEditor.m
(highlightCharacterAt:inEditor:):
Fix condition order to prevent out of range array accesses, which
may lead to a segfault when unhighlighting two matching parentheses.

Fix by Markus <desterium@t-online.de>.

2014-08-18 16:07-EDT Gregory John Casamento <greg.casamento@gmail.com>

* Modules/Projects/Aggregate/Resources/Inspector.gorm
* Modules/Projects/Application/Resources/Inspector.gorm
* Modules/Projects/Application/Resources/Main.gorm
* Modules/Projects/Bundle/Resources/Inspector.gorm
* Modules/Projects/Framework/Resources/Inspector.gorm
* Modules/Projects/Library/Resources/Inspector.gorm
* Modules/Projects/ResourceSet/Resources/Inspector.gorm
* Modules/Projects/Tool/Resources/Inspector.gorm: Update all
gorm files to latest version.

2014-08-04 Riccardo Mottola <rm@gnu.org>

* Modules/Editors/ProjectCenter/PCEditorView.m
Fix return value.

2014-08-04 Riccardo Mottola <rm@gnu.org>

* English.lproj/ProjectCenter.gorm
* Headers/Protocols/CodeEditorView.h
* Modules/Editors/ProjectCenter/PCEditor.m
* Modules/Editors/ProjectCenter/PCEditorView.h
* Modules/Editors/ProjectCenter/PCEditorView.m
Move GoToLine to the View akin to the NSTextView find panel and
declare it in the editor view protocol.

2014-08-03 German Arias <germanandre@gmx.es>

* Modules/Editors/ProjectCenter/PCEditor.m: Don't use
PCAuxiliaryWindow. This avoid the use of FindPanel.

2014-07-30 Riccardo Mottola <rm@gnu.org>

* Framework/PCEditorManager.m
* Framework/PCProjectBuilder.m
* Headers/Protocols/CodeEditor.h
* Modules/Editors/ProjectCenter/PCEditor.h
* Modules/Editors/ProjectCenter/PCEditor.m
Convert line numbers to NSUInteger / integerValue

2014-05-06 Riccardo Mottola <rm@gnu.org>

* Framework/PCProjectBuilder.m
Enhance clang support.

2014-05-03 Riccardo Mottola <rm@gnu.org>

* Framework/PCProjectBuilder.m
Recognize also egcc and clang as compilers.

2014-05-03 Riccardo Mottola <rm@gnu.org>

* Framework/PCProjectBuilder.m
Add recognition of fatal errors.

2014-04-08 German Arias <germanandre@gmx.es>

* Modules/Editors/ProjectCenter/PCEditorView.m (-insertText:): Add a
comment for last commit.

2014-04-06 German Arias <germanandre@gmx.es>

* Headers/ProjectCenter/PCProjectLauncher.h: Add new variable
_isErrorRunning.
* Framework/PCProjectLauncher.m: Remove observer in -logStdOut: and
-logErrOut:. And wait until receive all data in -runDidTerminate:.

2014-04-02 German Arias <germanandre@gmx.es>

* Framework/PCFileCreator.m (-replaceTagsInFileAtPath:withProject:):
Ensure UTF-8 when read and write a file in Windows.
* Modules/Editors/ProjectCenter/PCEditorView.m (-insertText:): Ensure
UTF-8 when insert a text in Windows.

2014-04-02 German Arias <germanandre@gmx.es>

* Framework/English.lproj/SaveModified.gorm: Use class PCAuxiliaryWindow
to not display menu.

2014-04-02 German Arias <germanandre@gmx.es>

* Framework/PCFileCreator.m: Removed two last commits. There is
something wrong with these.

2014-03-30 German Arias <germanandre@gmx.es>

* Framework/PCFileCreator.m: Fix last change to ensure all string in the
file is UTF-8, since GNU make can't handle UTF-16 (this change is for
Windows).

2014-03-27 German Arias <germanandre@gmx.es>

* Framework/PCFileCreator.m: Be sure to use an UTF8 string for the user
name on Windows.

2014-03-08 German Arias <germanandre@gmx.es>

* Framework/PCFileManager.m (-isTextFile:): Rewrite this method to work
on Windows.

2014-03-07 German Arias <germanandre@gmx.es>

* Framework/PCProjectManager.m: Remove the extension returned by native
panel.

2014-03-02 German Arias <germanandre@gmx.es>

* PCAppController.m: For Windows add a menu with all types of projects.
So the user can select directly the type of project he want.
* Headers/ProjectCenter/PCProjectManager.h:
* Framework/PCProjectManager.m: Add the neccesary changes to use the
selected type of project at main menu (on Windows).
* PCMenuController.m: Use the new method to make a new project.

2014-01-17 German Arias <germanandre@gmx.es>

* English.lproj/ProjectCenter.gorm: Connect option "Line Number..."
to first responder (I was sure I did this before, but no).

2014-01-13 Riccardo Mottola <rm@gnu.org>

* Framework/PCFileManager.m
* Headers/ProjectCenter/PCFileManager.h
Convenience method to find executables, by Richard Frith-Macdonald

* Modules/Preferences/Build/PCBuildPrefs.m
* Modules/Preferences/Misc/PCMiscPrefs.m
Use the convenience method to determine better defaults for make and gdb.

2013-12-17 Riccardo Mottola <rm@gnu.org>

* Framework/PCProjectLauncher.m
Check that the executable exists before running it.

2013-10-20 German Arias <germanandre@gmx.es>

* English.lproj/Preferences.gorm:
* Modules/Preferences/Build/Resources/BuildPrefs.gorm:
* Modules/Preferences/EditorFSC/Resources/EditorFSCPrefs.gorm:
* Modules/Preferences/Saving/Resources/SavingPrefs.gorm:
* Modules/Preferences/Misc/Resources/MiscPrefs.gorm: Change the height
of the panel.

2013-10-15 German Arias <germanandre@gmx.es>

* TextFinder.h:
* TextFinder.m: Deleted.
* GNUmakefile: Remove TextFinder.
* PCMenuController.m: Remove TextFinder. Now we use the standard
menu Find.

2013-10-13 German Arias <germanandre@gmx.es>

* English.lproj/ProjectCenter.gorm: Use the standard menu Find and
connect option "Line Number..." to first responder.
* Modules/Editors/ProjectCenter/PCEditor.m: Use Find panel.
* Headers/PCMenuController.h:
* PCMenuController.m: Remove unnecessary methods.

2013-10-06 German Arias <germanandre@gmx.es>

* Headers/PCPrefController.h:
* PCPrefController.m: Don't retain the user defaults. And don't call
synchronize every time, this are causing conflicts with defaults of the
PC windows, which stores its frames here.

2013-09-24 German Arias <germanandre@gmx.es>

* PCAppController.m (-applicationDidFinishLaunching: and
-applicationShouldTerminate:) Code to handle the style
NSWindows95InterfaceStyle.
* Headers/ProjectCenter/PCAuxiliaryWindow.h:
* Framework/PCAuxiliaryWindow.m: Add this class for auxiliary windows.
This is windows that don't should add the in-window menu.
* Framework/English.lproj/BuilderPanel.gorm:
* Modules/Editors/ProjectCenter/PCEditor.m: Use the new class
PCAuxiliaryWindow.
* Framework/GNUmakefile: Add new class.

2013-09-22 Riccardo Mottola <rm@gnu.org>

* Modules/Parsers/ProjectCenter/PCParser.m
Do not advance start and get startType if we are at the end anyway.

* Modules/Parsers/ProjectCenter/ObjCClassHandler.h
* Modules/Parsers/ProjectCenter/ObjCClassHandler.m
* Modules/Parsers/ProjectCenter/ObjCMethodHandler.h
* Modules/Parsers/ProjectCenter/ObjCMethodHandler.m
NSUInteger / NSInteger transitions for count/length variables.

* Modules/Projects/Application/PCAppProject.m
* Modules/Projects/Bundle/PCBundleProject.m
* Modules/Projects/Framework/PCFrameworkProject.m
* Modules/Projects/Library/PCLibProject.m
* Modules/Projects/ResourceSet/PCResourceSetProject.m
* Modules/Projects/Tool/PCToolProject.m
Transition to NSUInteger.

2013-09-21 Riccardo Mottola <rm@gnu.org>

* Modules/Parsers/ProjectCenter/PCParser.h
* Modules/Parsers/ProjectCenter/PCParser.m
Transition count/length variables to NSUInteger

2013-09-21 Riccardo Mottola <rm@gnu.org>

* Modules/Parsers/ProjectCenter/PCParser.m
Fix parser check for temrination, do not look past last char.

* PCAppController.m
If filename is not absolute, normalize it (happens when invoking with the filename as argument to the application, e.g. 'ProjectCenter myProject').

2013-09-20 Riccardo Mottola <rm@gnu.org>

* Framework/PCFileCreator.m
Do not launch replacing if copying was not successful, avoids hang of app.

2013-09-17 Riccardo Mottola <rm@gnu.org>

* Modules/Projects/ResourceSet/PCResourceSetProject.m
Replace deprecated make variable.

* Framework/PCProjectBuilder.m
Fix int vs. float.

2013-02-25: Sebastian Reitenbach <sebastia@l00-bugdead-prods.de>
* Framework/PCFileNameIcon.m
* unsigned int -> NSDragOperation

2013-02-10: Sebastian Reitenbach <sebastia@l00-bugdead-prods.de>
* Framework/PCProjectInspector.m
* Modules/Editors/ProjectCenter/SyntaxDefinition.m
* Modules/Editors/ProjectCenter/SyntaxHighlighter.m
* Modules/Editors/ProjectCenter/TextPattern.m
* Modules/Preferences/EditorFSC/PCEditorFSCPrefs.m
  some more (unsigned) int -> NS(U)Integer transitions
  and some shutup of clang compiler warnings
* Framework/PCProjectBrowser.m
* Framework/PCSaveModified.m
* Framework/PCProjectLoadedFiles.m
* Framework/PCProjectBuilder.m
* Headers/ProjectCenter/PCProjectBrowser.h
* Headers/ProjectCenter/PCSaveModified.h
* Headers/ProjectCenter/PCProjectLoadedFiles.h
* Modules/Projects/Application/PCAppProject+Inspector.h
* Modules/Projects/Application/PCAppProject+Inspector.m
  some more (unsigned) int -> NS(U)Integer transitions
  not catched from clang, but found by libobjc2 in debug mode

2013-02-09 Sebastian Reitenbach <sebastia@l00-bugdead-prods.de>
* Framework/PCFileCreator.m
* Framework/PCMakefileFactory.m
* Framework/PCProjectBuilder.m
* Framework/PCProjectLauncher.m
* Framework/PCProjectManager.m
* Framework/PCProject.m
* Modules/Projects/Application/PCAppProject.m
* Modules/Projects/Tool/PCToolProject.m
  shutup clang compiler warning about redunant literal
  string usage
* Modules/Preferences/Build/PCBuildPrefs.m
* Framework/PCButton.m
* Modules/Parsers/ProjectCenter/ObjCMethodHandler.m
  shutup some clang warnings
* Framework/PCProjectBrowser.m
  NSInteger conversions
* Modules/Debuggers/ProjectCenter/PTYView.m
  Include right headers for openpty on OpenBSD

2012-11-22  German Arias <german@xelalug.org>

* Modules/Projects/Library/PCLibProject.m: Don't add the prefix "lib"
to LIBRARY_NAME, gnustep-make will add this prefix anyway. On the other
hand, the super class isn't able to add this prefix to
XXX_RESOURCE_FILES at GNUmakefile.

2012-08-30 Riccardo Mottola <rm@gnu.org>

* Modules/Debuggers/ProjectCenter/PTYView.m
Do not include stropts.h for most OS's anymore.

2012-08-09 Riccardo Mottola <rm@gnu.org>

* English.lproj/ProjectCenter.gorm
* Framework/PCProjectManager.m
Recent Document menu support.

2012-07-30  Wolfgang Lux  <wolfgang.lux@gmail.com>

* Framework/PCProjectBuilder.m (-line:startsWithString:,
-parseErrorLine:):
* Modules/Editors/ProjectCenter/PCEditor.h:
* Modules/Editors/ProjectCenter/PCEditor.m (FindDelimiterInString,
-highlightCharacterAt:inEditor:): Fix for compilation on 64-bit
hosts.

2012-07-09  Serg Stoyan  <stoyan255@ukr.net>

* Framework/PCProjectInspector.m: (-removeAuthor): Improve selection
of author list items after item deletion. Inspired by bug #25571.
Bug should be closed.

(mef)

2014-11-23 12:44:18 UTC MAIN commitmail json YAML

Noteworthy changes in version `1.2.20'
==========================================
  * Bug fixes #28643, #32827
  * Corrected issues with updating document when there is a change.
  * Add cells as objects to the document so they can be properly
    edited.
  * Changes to prevent recursive frame change notifications.

(mef)

2014-11-23 12:23:14 UTC MAIN commitmail json YAML

opal-3.8.3 -> opal-3.10.10

(mef)

2014-11-23 12:21:13 UTC MAIN commitmail json YAML

Updated devel/libusbx to 1.0.18

(mef)

2014-11-23 12:21:03 UTC MAIN commitmail json YAML

(from pkglint)
The update request to 1.0.18 from doc/TODO ([but actually obsolete,
switch to libusb]) has been done.

(upstream)
  Update 1.0.11 to 1.0.18
For detailed information about the changes below, please see the git log or
visit: http://log.libusbx.org

2014-01-25: v1.0.18 *FINAL RELEASE*
* Last release of libusbx, as the project is merging back again with libusb.
  As a result, continuation of the project will now occur from the following:
  o Main site:          http://libusb.info
  o Git repository:    https://github.com/libusb/libusb
  o SF repository:      https://sourceforge.net/projects/libusb/
  o Mailing list:      libusb-devel@lists.sourceforge.net (registration req.)
* Fix multiple memory leaks
* Fix a crash when HID transfers return no data on Windows
* Ensure all pending events are consumed
* Improve Android and ucLinux support
* Multiple Windows improvements (error logging, VS2013, VIA xHCI support)
* Multiple OS X improvements (broken compilation, SIGFPE, 64bit support)

2013-09-06: v1.0.17
* Hotplug callbacks now always get passed a libusb_context, even if it is
  the default context. Previously NULL would be passed for the default context,
  but since the first context created is the default context, and most apps
  use only 1 context, this meant that apps explicitly creating a context would
  still get passed NULL
* Android: Add .mk files to build with the Android NDK
* Darwin: Add Xcode project
* Darwin: Fix crash on unplug (#121)
* Linux: Fix hang (deadlock) on libusb_exit
* Linux: Fix libusbx build failure with --disable-udev (#124)
* Linux: Fix libusb_get_device_list() hang with --disable-udev (#130)
* OpenBSD: Update OpenBSD backend with support for control transfers to
  non-ugen(4) devices and make get_configuration() no longer generate I/O.
  Note that using this libusbx version on OpenBSD requires using
  OpenBSD 5.3-current or later. Users of older OpenBSD versions are advised
  to stay with the libusb shipped with OpenBSD (mpi)
* Windows: fix libusb_dll_2010.vcxproj link errors (#129)
* Various other bug fixes and improvements
The (#xx) numbers are libusbx issue numbers, see ie:
https://github.com/libusbx/libusbx/issues/121

2013-07-11: v1.0.16
* Add hotplug support for Darwin and Linux (#9)
* Add superspeed endpoint companion descriptor support (#15)
* Add BOS descriptor support (#15)
* Make descriptor parsing code more robust
* New libusb_get_port_numbers API, this is libusb_get_port_path without
  the unnecessary context parameter, libusb_get_port_path is now deprecated
* New libusb_strerror API (#14)
* New libusb_set_auto_detach_kernel_driver API (#17)
* Improve topology API docs (#95)
* Logging now use a single write call per log-message, avoiding log-message
  "interlacing" when using multiple threads.
* Android: use Android logging when building on Android (#101)
* Darwin: make libusb_reset reenumerate device on descriptors change (#89)
* Darwin: add support for the LIBUSB_TRANSFER_ADD_ZERO_PACKET flag (#91)
* Darwin: add a device cache (#112, #114)
* Examples: Add sam3u_benchmark isochronous example by Harald Welte (#109)
* Many other bug fixes and improvements
The (#xx) numbers are libusbx issue numbers, see ie:
https://github.com/libusbx/libusbx/issues/9

2013-04-15: v1.0.15
* Improve transfer cancellation and avoid short read failures on broken descriptors
* Filter out 8-bit characters in libusb_get_string_descriptor_ascii()
* Add WinCE support
* Add library stress tests
* Add Cypress FX3 firmware upload support for fxload sample
* Add HID and kernel driver detach support capabilities detection
* Add SuperSpeed detection on OS X
* Fix bInterval value interpretation on OS X
* Fix issues with autoclaim, composite HID devices, interface autoclaim and
  early abort in libusb_close() on Windows. Also add VS2012 solution files.
* Improve fd event handling on Linux
* Other bug fixes and improvements

2012-09-26: v1.0.14
* Reverts the previous API change with regards to bMaxPower.
  If this doesn't matter to you, you are encouraged to keep using v1.0.13,
  as it will use the same attribute as v2.0, to be released soon.
* Note that LIBUSBX_API_VERSION is *decreased* to 0x010000FF and the previous
  guidelines with regards to concurrent use of MaxPower/bMaxPower still apply.

2012-09-20: v1.0.13
* [MAJOR] Fix a typo in the API with struct libusb_config_descriptor where
  MaxPower was used instead of bMaxPower, as defined in the specs. If your
  application was accessing the MaxPower attribute, and you need to maintain
  compatibility with libusb or older versions, see APPENDIX A below.
* Fix broken support for the 0.1 -> 1.0 libusb-compat layer
* Fix unwanted cancellation of pending timeouts as well as major timeout related bugs
* Fix handling of HID and composite devices on Windows
* Introduce LIBUSBX_API_VERSION macro
* Add Cypress FX/FX2 firmware upload sample, based on fxload from
  http://linux-hotplug.sourceforge.net
* Add libusb0 (libusb-win32) and libusbK driver support on Windows. Note that while
  the drivers allow it, isochronous transfers are not supported yet in libusbx. Also
  not supported yet is the use of libusb-win32 filter drivers on composite interfaces
* Add support for the new get_capabilities ioctl on Linux and avoid unnecessary
  splitting of bulk transfers
* Improve support for newer Intel and Renesas USB 3.0 controllers on Windows
* Harmonize the device number for root hubs across platforms
* Other bug fixes and improvements

2012-06-15: v1.0.12
* Fix a potential major regression with pthread on Linux
* Fix missing thread ID from debug log output on cygwin
* Fix possible crash when using longjmp and MinGW's gcc 4.6
* Add topology calls: libusb_get_port_number(), libusb_get_parent() & libusb_get_port_path()
* Add toggleable debug, using libusb_set_debug() or the LIBUSB_DEBUG environment variable
* Define log levels in libusb.h and set timestamp origin to first libusb_init() call
* All logging is now sent to to stderr (info was sent to stdout previously)
* Update log messages severity and avoid polluting log output on OS-X
* Add HID driver support on Windows
* Enable interchangeability of MSVC and MinGW DLLs
* Additional bug fixes and improvements

(mef)

2014-11-23 11:33:44 UTC MAIN commitmail json YAML

Updated comms/openobex to 1.7.1

(mef)

2014-11-23 11:33:33 UTC MAIN commitmail json YAML

Update 1.7 to 1.7.1
Changes since  OpenOBEX-1.7:
  - Add OBEX_FL_STREAM_CONTINUE
  - Several fixes

(mef)

2014-11-23 10:07:15 UTC MAIN commitmail json YAML

Updated comms/py-gammu to 1.33.0

(mef)

2014-11-23 10:06:41 UTC MAIN commitmail json YAML

Update 1.26.1 to 1.33.0, as gammu has been updated, with PLIST adjust.

(mef)

2014-11-23 09:47:11 UTC MAIN commitmail json YAML

Updated comms/gammu to 1.33.0

(mef)

2014-11-23 09:46:50 UTC MAIN commitmail json YAML

(pkgsrc)
- Add two CMAKE_ARGS (silence and) to maintain the similar PLIST leve
    # silence warning
    CMAKE_ARGS+=    -Wno-dev
    CMAKE_ARGS+=    -DINSTALL_DOC=ON
- Add post-install: target to Remove PaxHeader garbage
- Add comment on patch

(upstream) Update 1.26.1 to 1.33.0

(mef)

2014-11-23 09:45:57 UTC MAIN commitmail json YAML

(pkgsrc)
- Add two CMAKE_ARGS (silence and) to maintain the similar PLIST leve
    # silence warning
    CMAKE_ARGS+=    -Wno-dev
    CMAKE_ARGS+=    -DINSTALL_DOC=ON
- Add post-install: target to Remove PaxHeader garbage
- Add comment on patch

(upstream) Update 1.26.1 to 1.33.0
...  sorry some 300 lines of ChangeLog
=========
20130529 - 1.33.00

[-] * Various translation improvements.
[-] * Improved support for Huawei E173, thanks to Gautier Minster.
[-] * Fixed buffer overflow in MMS decoder.
[-] * Fixed several memory leaks.
[-] * Improved compatibility with Qualcomm devices (bug #1654).
[-] * Various documentation improvements.
[-] * Updated version of sms-gammu2android, thanks to Shadow Walker.
[-] * Fixed compilation on Mac OS X, thanks to Soren Jorvang.
[-] * Fixed SMSD with CheckSecurity = 0 (bug #1672).

20120627 - 1.32.0

[-] * Fixed auto installation of EventLog registry.
[-] * Improved support for Arduino GPRS shield (bug #1592).
[-] * Fixed communication with Cross PD1101wi (bug #1617).
[-] * Ignore another unknown block in Nokia phonebook (bug #1614).
[-] * Do not encode number when setting up diverts.

20120224 - 1.31.90

[-] * Improved compatibility with ES75 (bug #1586).
[!] * Changed API for call diverts.
[+] * Added support for call diverts in Python API.
[+] * AT backend supports manipulating with call diverts.
[+] * Added support for suspending/resuming SMSD using SIGUSR1/2.
[!] * Changed protocol for S60 applet.
[+] * S60 applet now handles SMS with new lines.
[+] * Improved support for Windows Event Log.

20111221 - 1.31.0

[-] * Fixed compilation with latest libusb.
[-] * Improved error handling in SQL backend of SMSD.
[-] * SMSD documentation improvements.
[-] * Indonesian translation updates.

20111213 - 1.30.92

[-] * Improved vCard parser to better handle location for various fields, thanks to Vladimir Serbinenko for initial patch.
[-] * Fixed reading calls from some Nokia phones (bug #1553).
[-] * Improved text mode SMS parsing in AT driver, thanks to Vladimir Serbinenko.
[-] * Use glib's MD5 implementation if available.

20111129 - 1.30.91

[+] * Improved documentation for configuring Gammu.
[-] * Fixed parsing birthday from vCard in some cases.
[+] * Added option not to use configured logging in SMSD inject and monitor (bug #1539).
[+] * Added SMSD configuration LogFacility (bug #1539).
[-] * Fixed reading of data from OBEX phones (LP#891803).
[-] * Fixed double reply detection (bug #1544).
[-] * Increase maximal number of caller groups (bug #1541).
[-] * Cancel all calls on maketerminated call if we don't get call ID.
[-] * Fixed SMSC handling in some cases in SMSD (bug #1547).

20111107 - 1.30.90

[-] * Various documentation improvements.
[-] * Detect Alcatel style reply on CPIN response (bug #1502).
[-] * Fix build on some Win32 systems (bug #1496).
[-] * Make jadmaker handle names with spaces (Rapha  l Droz).
[-] * Display 8-bit messages in hex (Nicolas Pitre).
[-] * Do not use AT+CUSD=2 on some phones (bug #1508).
[-] * Fixed gammu-monitor with Windows service (bug #1515).
[-] * Cleanup of contrib directory.
[-] * Better support for Samsung AT phones (bug #1513).
[-] * Fixed handling of MMS notification SMSes (bug #1530).
[-] * Fixed CPIN reply handling (bug #1532).
[+] * SMSD checks for PIN status just after connect (bug #1532).
[-] * Fixed various MSVC compilation issues.

20110719 - 1.30.0

[*] * Improved SMSD logging of configuration settings.
[-] * Fix possible crash in fbus2 driver.
[-] * Fix possible crash of ODBC driver on Windows (bug #1482).
[-] * Fixed usage of dbi plugins from Python module.

20110607 - 1.29.93

[-] * Properly initialize atobex driver with Sony-Ericsson phones.
[-] * Updated list of country and network codes.
[-] * Escape fields in SQL queries (bug#1415).
[-] * Escape fields in PostgreSQL SQL script (bug#1415).
[-] * Default to GSM encoding for text messages in SQL backend for SMSD.
[-] * Add option to override which SQL dialect to use in SMSD (bug #1427).
[-] * Improved m-obex protocol support, thanks to Vladimir Serbinenko.
[-] * Various fixes for Samsung B2100, thanks to Vladimir Serbinenko.
[-] * Fix check for AT+CPROT support (bug #1438).
[-] * Fix memory leak in s60 protocol driver (bug #1441).
[-] * Reverted change to SignalStrength because of SQL escaping we have now (bug #1380).
[-] * Improved vCard parser to handle vCards from Gmail.
[-] * Fixed LDIF parser to cope with multiple LDIF in single file.

20110315 - 1.29.92

[-] * Documentation improvements and fixes.
[-] * Saner error handling in Windows serial driver.
[-] * Cleanup in SMSD internals.
[+] * Added ODBC driver to SMSD.

20110225 - 1.29.91

[+] * Added screenshot function for Sony-Ericssonn phones (M  rton N  meth).
[-] * Fixed parsing of some Nokia SMSes (bug #1402).
[-] * Properly report error on deleting non deletable entries (bug #1396).
[-] * Slower switch from m-obex to AT (bug #1382).
[-] * Faster initialization for AT phones without enabled echo.

20110210 - 1.29.90

[-] * Fix detection of MySQL libraries (bug #1370).
[!] * Changed default connection settings to at and ttyACM0 (bug #1078).
[+] * Add new API call to abort existing operation (bug #1155).
[+] * Change database structure to avoid using reserved word Signal (bug #1380).
[+] * Possibility to limit time of day for SMS in SMSD (bug #1203).
[-] * Enforce limits on SMS payload length.
[+] * Made GSM_SMSCounter public (bug #1356).
[+] * Support for S60 phones using Series60 applet (bug #423).
[-] * Do not fail on 0x7b field in Nokia 3600s phonebook (bug #1385).
[!] * Disabled two stage probing for most protocols.
[-] * Fixed saving of SMS backups (bug #1392).
[+] * Screenshot functionality for DCT4 phones (bug #1390).

20110119 - 1.29.0

[+] * Added option to enter new PIN when entering PUK, thanks to Peter
      Stuge for pointing out this requirement.
[-] * Improved documentation of SMSD backend services.

20110107 - 1.28.95

[-] * Fix decoding of SMS without date on DCT4 phones (bug #1368).
[+] * Added gammu-detect tool to detect available devices on system.
[-] * Fixed parsing of Philips reply to SPBR (bug #1366).
[-] * Fixed testsuite not to depend on system timezone.
[-] * Check if phone is waiting for requested security code before
      entering.
[-] * Fixup invalid international numbers with double prefix (+00) in
      SMS (bug #1364).
[-] * Fixed m-obex protocol implementation, thanks to Matthieu Patou (bug #1375).
[-] * Fixed build on Mac OS X, thanks to Matthieu Patou (bug #1374).
[-] * Fixed decoding of some SMS messages on S40 phones (bug #1243).

20101227 - 1.28.94

[+] * New convertbackup command to convert between backup formats.
[+] * Changed database structure to version 12, you need to upgrade it.
[-] * Try harder to find dn for LDIF export (bug #1363).
[-] * Better names for some fields in LDIF export (bug #1363).
[-] * Implement parsing of LDIF for all fields we save (bug #1363).
[-] * Various minor fixes in SMSD SQL backend.
[-] * Improved test suite coverage.
[-] * Improved dummy driver to allow more testing.

20101202 - 1.28.93

[+] * New SMSD configuration RunOnFailure.
[-] * Fix invalid SQL when storing 8bit SMS (bug #1329).
[-] * Probe if phone supports m-obex protocol (bug #1286).
[+] * Experimental support fo m-obex protocol (bug #1286).
[-] * Fix detection of delivery reports in MySQL and PostgreSQL backends
      (bug #313).
[+] * Include udev rules for Nokia phones (bug #1251).
[-] * Fix parsing LG VX9200 reply on getting battery state (bug #1264).
[-] * Fix handling of SMS text mode (bug #1189).
[!] * Default to no retries of the send commands on the link.
[-] * Wait for more USSD replies on getussd command (bug #1346).
[!] * New unified SQL SMSD backend handling all SQL databases.
[+] * SQL queries in SQL SMSD backend can be configured.

20101004 - 1.28.92

[+] * New SMSD config option HardResetFrequency.
[+] * Gammu now supports freedesktop.org/XDG specs for config file
      locations and reads ~/.config/gammu/config.
[-] * Increase timeout for AT+CMGL (bug #1317).
[+] * Added support for optional delivery report parts as defined by
      ETSI 123 040, section 9.2.2.3 (bug #1304).
[+] * SMSD database host configuration is now named "host" not "PC".

20100916 - 1.28.91

[-] * Fixed locales compilation/support.
[-] * Set memory to use for MPBR/SBNR/SPBR commands as well (bug #1128).
[-] * Handle errors from CMGL same way as from CMGR (bug #1211).
[-] * Fixed parsing of AT+CPMS=? reply (bug #1296).
[+] * Implemented matching by serial number.
[+] * SMSD can now be configured just for sending/receiving.
[-] * Fixed battery status for S40 phones (bug #1301).
[-] * Improved compatibility with Motorola phonebook (bug #1128).
[+] * Lot of documentation improvements, check <http://wammu.eu/docs/devel/docs/>.

20100827 - 1.28.90

[-] * Fixed handling of empty reply on CREG/CGREG (bug #1245).
[-] * Prefer storing delivery reports over forwarding them.
[-] * Fix leak and crash when handling MMS notifications in Python.
[-] * Fixed parsing of date from AT phones (bug #1256).
[-] * Simplify handling text comment in SMS backup to keep new lines.
[+] * New command gammu battery.
[-] * Fail to send SMS without set SMSC.
[-] * Avoid updating SMSD backend frequently than StatusFrequency defines.
[-] * Store SIM phonebook to vCard on backup (bug #1281).
[-] * Fixed waiting for multipart messages (bug #1279).
[-] * Fixed crash on too long GPRS access point names in backup (bug #1267).
[-] * Fallback to using SMSC from phone in SMSD if none provided.
[-] * Improved guessing of HEX/GSM charsets for phone number in AT engine.

20100712 - 1.28.0

[+] * Support for adding notes using addnew command.
[-] * Better log errors when moving message in SMSD.
[!] * Removed checkfirmware command as the server is not existing anymore.
[-] * Proper closing of Bluetooth sockets on Windows (bug #1239).
[-] * Properly decode another way of MMS notification SMS.
[+] * Support for selecting USB device to use on Linux.
[-] * Fix storing text in SMS backup comment for multiline SMS.
[-] * Fixed crash when passing invalid parameters to SMS encoder.

20100629 - 1.27.95

[+] * Support for getting packet network state (bug #1220).
[-] * Fix parsing of AT replies from Nokia 2730 (bug #1224).
[-] * Nokia E61 needs encoded USSD requests (bug #1228).
[!] * Rename Port configuration directive to Device.
[-] * Try to reconnect after lost connection to MySQL error.
[-] * Actually enable -f processing in SMSD.
[+] * Configurable number of backend retries.
[-] * Prefer GSM charset for USSD requests (bug #1228).

20100603 - 1.27.94

[-] * Fixed folder detection for Nokia S40 phones (bug #1191).
[-] * Fixed smsd-inject for long messages.
[-] * Fixed waiting for more multipart messages (bug #1193).
[-] * Fixed parsing of cellid reply with different locales (bug #1202).
[-] * Fixed handling of timeouts from libusb (bug #1207).
[-] * Properly detect birthday on Nokia 2700 (bug #1213).
[-] * Provide fallback value for note type (bug #1213).
[-] * Rewritten parsing of CREG: reply to properly parse all replies (bug #1220).

20100413 - 1.27.93

[-] * Fix crash when SMS in Nokia has too many recipients (bug #1136).
[-] * Better handling of Bluetooth errors on Windows (bug #1146).
[-] * Build with -Wl,--as-needed to avoid not required dependencies.
[-] * Python module now uses more PEP-3 compliant naming.
[-] * Fix compilation while disabling some features.
[-] * Include message reference in FILES backend logs for SMSD.
[-] * Fix crash when adding file to Nokia (bug #1163).
[+] * Added function EncodePDU to python-gammu.
[-] * Fix storing message status on multiple delivery reports (bug #1167).
[-] * Force AT^SBNR support on Siemens AX75.

20100217 - 1.27.92

[+] * Write support for Siemens phonebook (bug #1129).
[-] * Properly decode UTF-8 version 3.0 vCards (bug #1132).
[-] * Fixed wrong counting of favorite messaging numbers (bug #1010).
[+] * Implement SendDTMF in Python bindings.

20100204 - 1.27.91

[-] * Add ID for Nokia 6275i (bug #1096).
[-] * Fix Windows build by not defining MSVC version.
[-] * Correctly use first entry location in MPBR (bug #1076).
[-] * Avoid buffer overrun when parsing SM30 SMS (bug #1110).
[-] * Properly detect user home directory.
[+] * Improved MMS notifications encoding.
[+] * Allow to specify MMS notification class.
[+] * Implemented decoding of MMS notification (bug #1100).
[+] * SMSD now properly groups multipart messages together.
[+] * New NULL service for SMSD.
[+] * RunOnReceive now gets environment variables with SMS data.
[-] * Fixed AT lines splitting to work properly with quotes.
[-] * Separate getting information for Motorola phones (bug #1076).
[-] * Fixed reading of Samsung contacts (bug #1105).
[-] * Re-enable classic AT commands for adding Samsung contact (bug #1105).
[+] * SMSD no longer requires support for SMS status, so it works with Nokia S40 phones.
[-] * Fix finding of empty location for some AT phones (bug #1119).
[-] * Restore phone phonebook also to phones not supporting status (bug #1122).
[-] * Avoid reading phone memory on reading SIM (bug #1123).

20100106 - 1.27.90

[-] * Simplify code in FILES smsd service.
[-] * FILES service can send smsbackup messages.
[+] * Configurable outbox format for SMSD/FILES.
[-] * Improve conversion of boolean settings from Python.
[-] * Do not use MPBR/SPBR for other than phone memory (bug #1076).
[-] * Fix crash with unknown CME error (bug #1082).
[-] * Fixed connecting to Onda devices (LP #501025).
[+] * SMSD can terminate itself after defined number of failures.
[-] * Improved decoding of SM30 Nokia messages (bug #1091).

20091222 - 1.27.0

[+] * Initial support for reading Motorola calendar (bug#338).
[-] * Avoid parsing boolean config values all around the code.
[+] * FILES backend of SMSD now support message injecting.
[-] * Ignore duplicate lines in AT reply (bug#1069).

20091212 - 1.26.93

[-] * Add ID for MTK1/MTK2 phones (bug#1051).
[+] * Add DecodePDU to Python bindings.
[+] * Added sample SQL trigger for SMSD polls.
[-] * Display sent SMS time if it is available (bug#1053).
[-] * Added bunch of new testcases.
[-] * Distinguish silent/tone alarms in own backup format.
[-] * Fixed compilation with Clang compiler.
[-] * Fixed handling of SMS memories with Samsung (bug#1063).
[+] * Reporting location based on OpenCellID database (bug#1039).

20091203 - 1.26.92

[-] * Compare full name of config section.
[-] * Add ID for Nokia 6111 (bug#1045).
[-] * Handle CME error 601 (bug#1044).
[+] * Support for reading birthday from Samsung phonebook (bug#1038).
[+] * Report GPRS state when getting network status (bug#1023).
[-] * Fix reading of Siemens phonebook (bug#1046).
[+] * Make gammu error codes map to GSM_Error.
[-] * Various code cleanups.
[-] * Add ID for Huawei E169.

20091119 - 1.26.91

[-] * Fixed parsing of vCards with lowercase types (bug #1006).
[-] * Handle forward references in Nokia phonebook (bug #1009).
[-] * Save timestamp to SMS backup for all messages.
[-] * Store PDU type in SMS backup.
[+] * More flexible handling of exclude/include lists in SMSD.
[+] * Add support for external list of exclude/include numbers (bug#1008).
[-] * Workaround decoding of messages padded by 0xFF by phone.
[-] * Force enabling of OBEX for SE S312 (bug#1016).
[-] * Recognize Motorola A1200 error replies (bug#1019).
[-] * Disable AT/Obex for Motorola A1200e (bug#1019).
[-] * Properly detect if phone does not support AT+MODE (bug#1019).
[-] * Disable AT/Obex for Motorola E790 (bug#1018).
[+] * Add option to filter messages by SMSC (bug#1020).
[-] * Implement retries when waiting for message prompt.
[-] * Fixed logic of detecting incoming calls.
[-] * Fixed loading of non ASCII messages from files in SMSD (bug#1011).
[+] * Added example showing reading of messages.
[-] * Build Windows release with Python 2.6.
[-] * Fixed compilation in MSVC because of missing S_ISDIR.
[-] * Fixed parsing of different Samsung reply (bug#1038).
[-] * Proper error code when SMSC is empty (bug#1032).
[-] * Fixed compilation of python-gammu in MSVC.

20091012 - 1.26.90

[-] * Fixed parsing of SMS with empty recipient (bug #998).
[-] * Correct setting of time on Huawei phones.
[+] * Addnew command can now change memory type being used.
[-] * Proper handling of locations and memory type in vCards.
[-] * Added IDs for several recent Sony-Ericsson phones.
[-] * Fix decoding of phone numbers in some cases (bug #999).
[-] * Replace MD5 implementation with public domain one (bug #964).
[-] * Huawei E17X has broken UCS-2, do not use it (bug #962).
[-] * Do not fail if phone does not support extended SMS params (bug #927).
[+] * Added support for Samsung calendar (bug #839).
[-] * Do not choke on OK in message text.
[-] * Add ID of Nokia 6020b (bug #1004).
[-] * Fix decoding of SMS with extended characters.
[-] * Fixed handling of DCT4 specific functions.
[-] * Add workaround for especially broken Ubinetics GDC201.

(mef)

2014-11-23 08:58:10 UTC MAIN commitmail json YAML

Updated comms/conserver8 to 8.2.0

(mef)

2014-11-23 08:57:42 UTC MAIN commitmail json YAML

version 8.2.0 (Apr 20, 2014):
- added --with-trust-uds-cred which uses getsockopt() to fetch and
  trust the client uid, bypassing password lookups - patch by Anton
  Lundin <glance@acc.umu.se>
- missing closedir() causing memory leak - patch by Anton Lundin
  <glance@acc.umu.se>
- sending a break signal over IPMI was broken - based on patch by
  Alexander Y.  Fomichev <git.user@gmail.com>
- IPv6 support (marked as experimental at this point because it's
  untested (except by the author), there's a lack of documentation, and
  I'm hoping for non-getifaddrs() system support) - patch by Milos
  Vyletel <milos.vyletel@gmail.com>
- no more K&R compiler support

(mef)

2014-11-23 08:51:33 UTC MAIN commitmail json YAML

Updated comms/conserver8 to 8.1.20

(mef)

2014-11-23 08:51:26 UTC MAIN commitmail json YAML

Update 8.1.18 to 8.1.20
version 8.1.20 (Apr 4, 2014):
- IPMI serial over LAN support via FreeIPMI - based on patch by Anton
  D. Kachalov <mouse@yandex-team.ru>
- minor cleanup of code, removal of gcc warnings and such that should
  have no fuctional change

version 8.1.19 (Sep 26, 2013):
- prevent select/read loop when EOF on non-pty input (console) -
  reported by Chris Marget <chris@marget.com>
- "!" syntax prefixing use of group names not honored - reported by
  Zonker <consoleteam@gmail.com>
- fixed memory leak using timestamps - patch by Karvendhan M.
  <Karvendhan.M@netapp.com>
- deprecated --with-cycladests (noop now) - cross-compilation should
  work without it as autologin now expects setpgrp() to take two
  arugments instead of testing for it
- no automatic checks for an empty password when using PAM
  authentication - based on discussion with Ryan Kirkpatrick
  <linux@rkirkpat.net>
- added 'sslcacertificatefile' and 'sslcacertificatepath' client
  configuration options - based on patch by Aki Tuomi <cmouse@cmouse.fi>
- added 'sslcacertificatefile' and 'sslreqclientcert' server
  configuration options
- added --with-req-server-cert to force clients to require a certificate
  from the server when using SSL - based on emails with Thor Simon
  <tls@coyotepoint.com>
- added server-side tasks (see conserver.cf man page) that are invoked
  by the client (useful for things like IPMI-based power control of
  servers, invoking resets of terminal server ports, or anything else
  that requires scripting) - ideas from patch by Anton Lundin
  <glance@acc.umu.se> and discussion on mailing list (2011)
- added 'confirm' option to break sequences
- added 'breaklist' option to limit exposure of break sequences to
  consoles
- sending of break signals is now announced to all attached clients

(mef)

2014-11-23 07:07:05 UTC MAIN commitmail json YAML

Updated www/p5-Apache2-AuthCookieDBI to 2.17

(mef)

2014-11-23 07:06:28 UTC MAIN commitmail json YAML

Udate 2.14 to 2.17
2.17
    - Added support for Digest::SHA::sha256/384/512_hex digests for passwords.
      This is a response to https://rt.cpan.org/Ticket/Display.html?id=79333
      which requested sha256_base64 but because base64 digests are not properly
      padded I chose to go with sha256/384/512_hex instead.

    - Quote all database column and field names in SQL queries.
      https://rt.cpan.org/Ticket/Display.html?id=79341
      Table column names may confict with sql key words

2.16 - Sun May 27 00:23:41 PDT 2012
    - Fix 'wrong method names in calls to apache request logging' for https://rt.cpan.org/Ticket/Display.html?id=77464

2.15 - Sat May 26 08:32:23 PDT 2012
    - Implemented a logger() method that uses Apache::Log
      (inspired by https://rt.cpan.org/Ticket/Display.html?id=75675)
    - Address 'Error Message Inconsistency' https://rt.cpan.org/Ticket/Display.html?id=75725
    - Address ' If user is not active, it produces 2 errors'
      https://rt.cpan.org/Ticket/Display.html?id=75724
    - Added small amount of test coverage for authen_cred()

(mef)

2014-11-23 07:04:28 UTC MAIN commitmail json YAML

Recent change on PERL5_PACKLIST (was flagged by pkglint) seems wrong, revert this part.

(mef)

2014-11-23 06:52:25 UTC MAIN commitmail json YAML

p5-Apache-Session-Wrapper (0.34) p5-Apache-Session (1.93)

(mef)

2014-11-23 06:50:06 UTC MAIN commitmail json YAML

(pkgsrc)  use ${PERL5_LICENSE} variable for LICENSE
(upstream) update 1.88 to 1.93
1.93  2014-04-12
  - even more test fixes

1.92  2014-03-08
  - more test fixes

1.91  2014-01-07 by Alexandr Ciornii, Perl 26th birthday version
  - Add a test for RT#50896
  - 99mysql.t will work more correctly in some corner cases

1.90  2013-01-27 by Alexandr Ciornii, Perl 25th birthday version
  - Allow specifying table for Oracle
  - Use Test::Database for tests

1.89  2010-09-22  by Alexandr Ciornii
  - require Digest::MD5
  - all semaphore tests were removed
  - Apache::Session::Store::File::materialize should not append to $session->{serialized}
  - Apache::Session::Store::File will flush after writing to file

(mef)

2014-11-23 06:45:08 UTC MAIN commitmail json YAML

(pkgsrc)  set LICENSE to ${PERL5_LICENSE}
(upstream) update 0.33 to 0.34
0.34    2010-05-20

- Rerelease 0.33_01 as 0.34

0.33_01  2009-12-31

- Fix user defined options handling and fix default of optional options.
  See http://rt.cpan.org/Public/Bug/Display.html?id=49561.
- Trap possibly clobbered $@.
- New maintainer.

(mef)

2014-11-23 06:35:29 UTC MAIN commitmail json YAML

Updated www/p5-Apache2-AuthCookie to 3.22

(mef)

2014-11-23 06:35:21 UTC MAIN commitmail json YAML

(pkgsrc)
  pkglint flags and follow the two similar packages:
  -PERL5_PACKLIST=                auto/Apache/AuthCookie/.packlist
  +PERL5_PACKLIST=                auto/Apache2/AuthCookie/.packlist
(upstream)
- Update 3.18 to 3.22
3.22  2014-05-07

3.21  2014-05-07
  - Bad release - deleted

3.20  2013-12-09
  - login_form: return OK for mobile IE 10, which also ignores content for
    FORBIDDEN response.
  - test .pl registry scripts: do not try to load mod_perl.pm
  - escape html tags in destination.
  - fix abstract in FAQ pod.

3.19  2012-12-28
  - split out CGI data handling into ::AuthCookie::Params modules
  - use Apache::Request/Apache2::Request from libapreq if available. Otherwise,
    fall back to CGI.pm for handling CGI data.
  - improve "removed cookie" debug log message
  - add dependencies: autobox, Class::Load
  - allow username to be '0'
  - login_form: return OK for SymbianOS, which ignores content for FORBIDDEN responses.
  - add login_form_status() to override HTTP status returned by login form
  - recognize_user: return DECLINED if user is not recognized

(mef)

2014-11-23 06:14:30 UTC MAIN commitmail json YAML

Updated chat/riece to 9.0.0nb1

(mef)

2014-11-23 06:13:37 UTC MAIN commitmail json YAML

2014-11-23 06:08:37 UTC MAIN commitmail json YAML

Updated mail/mailcrypt to 3.5.9

(mef)

2014-11-23 06:08:29 UTC MAIN commitmail json YAML

Noteworthy changes in Mailcrypt version 3.5.9:

* GPG stdout buffer is now put into multibyte mode even when emacs is using
  unibyte mode in general (such as under 'standard-display-european'). This
  should fix the "inserts \201 before non-ascii characters" bugs
  (SF#496157, SF#501891, possibly others). A test case was added to catch
  these bugs in the future.

* new remailer support for modern mixmaster and mixminion clients, which
  send the message directly rather than modify the emacs buffer and
  allowing the user to send the message through their emacs MUA mode.

** added "mc-default-remailer-scheme" to choose which remailer method you
    want to use: type1, mixmaster, or mixminion. [C-c / r] now does a
    remailer-scheme -specific function. Various MUA modes can behave
    differently if they wish.

* Added support for PGP 6.5, generously contributed by Derek Atkins.

* Added support for the Wanderlust MUA mode.

* Support GNU Emacs 23.

(mef)

2014-11-23 06:05:48 UTC MAIN commitmail json YAML

Updated print/auctex to 11.88

(mef)

2014-11-23 06:05:39 UTC MAIN commitmail json YAML

https://www.gnu.org/software/auctex/manual/auctex/Changes.html
News in 11.88

  * TeX-PDF-mode is now enabled by default.
  * Now TeX-previous-error works with TeX commands if the new option
    TeX-parse-all-errors is non-nil, which is the default. When this option is
    non-nil, an overview of errors and warnings reported by the TeX compiler
    can be opened with M-x TeX-error-overview <RET>. See Debugging, for
    details.
  * Style file authors are encouraged to distinguish common from expert macros
    and environments, and mark the latter using TeX-declare-expert-macros and
    LaTeX-declare-expert-environments.

    Users can then restrict completion using TeX-complete-expert-commands.

  * Management of LaTeX package options in the parser was improved. You might
    need to reparse your documents, especially if you loaded the ?babel?
    package with language options.
  * Now you can insert ?$...$? or ?\(...\)? by typing a single $. To do this,
    customize the new option ?TeX-electric-math?. TeX-math-close-double-dollar
    was removed. See Quotes, for details.
  * C-c <RET> documentclass <RET> completes with all available LaTeX classes,
    if the TeX-arg-input-file-search variable is non-nil. Completion for class
    options of the standard LaTeX classes is provided as well.
  * New user options LaTeX-default-author, LaTeX-fontspec-arg-font-search,
    LaTeX-fontspec-font-list-default, TeX-date-format, and
    TeX-insert-braces-alist. A new possible value (show-all-optional-args) for
    TeX-insert-macro-default-style was added. The default value of
    TeX-source-correlate-method has been changed.
  * ?biblatex? support was greatly expanded. If parsing is enabled, AUCTeX
    looks at ?backend? option to decide whether to use Biber or BibTeX. The
    LaTeX-biblatex-use-Biber variable was changed to be file local only and is
    no more customizable.
  * With some LaTeX classes, the default environment suggested by
    LaTeX-environment (C-c C-e) when the current environment is ?document? was
    changed. With ?beamer? class the default environment is ?frame?, with
    ?letter? it is ?letter?, with ?slides? it is ?slide?.
  * Brace pairing feature was enhanced in LaTeX documents. Support for ?\bigl?,
    ?\Bigl?, ?\biggl? and ?\Biggl?, the same as the one for ?\left?, was added
    to TeX-insert-macro. For example, C-c <RET> bigl <RET> ( <RET> inserts ?\
    bigl(\bigr)?.

    You can insert brace pair ?()?, ?{}? and ?[]? by typing a single left brace
    if the new user option LaTeX-electric-left-right-brace is enabled.

    Macros ?\langle?, ?\lfloor? and ?\lceil?, which produce the left part of
    the paired braces, are treated similarly as ?(?, ?{? and ?[? during the
    course of TeX-insert-macro. See Quotes, for details.

  * Support for dozens of LaTeX packages was added.
  * Tabular-like environments (tabular, tabular*, tabularx, tabulary, array,
    align, ...) are indented in a nicer and more informative way when the
    column values of a table line are written across multiple lines in the tex
    file.
  * The suitable number of ampersands are inserted when you insert array,
    tabular and tabular* environments with C-c C-e. Similar experience is
    obtained if you terminate rows in these environments with C-c <LFD>. It
    supplies line break macro ?\\? and inserts the suitable number of
    ampersands on the next line.

    Similar supports are provided for various amsmath environments.

    See Tabular-like, for details.

  * Commands for narrowing to a group (TeX-narrow-to-group) and to LaTeX
    environments (LaTeX-narrow-to-environment) were added.
  * Now arbitrary options can be passed to the TeX processor on a per file
    basis using the TeX-command-extra-options option. See Processor Options,
    for details.
  * Now C-c C-e document <RET>, in an empty document, prompts for ?\usepackage?
    macros in addition to ?\documentclass?.
  * TeX-add-style-hook has now a third argument to tell AUCTeX for which
    dialect (LaTeX, Texinfo or BibTeX) the style hook is registers. Labelling
    style hook by dialect will avoid applying them not in the right context.
  * There have been lots of bug fixes and feature additions.

(mef)

2014-11-23 06:00:01 UTC MAIN commitmail json YAML

Updated mail/gnus to 5.10.10

(mef)

2014-11-23 05:59:46 UTC MAIN commitmail json YAML

(pkgsrc)
  Convert patches (for DESTDIR) to SUBST framework
(upstream)
  update 5.10.8 to 5.10.10
2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>

* README: Gnus v5.10.10 is released.

2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>

* GNUS-NEWS (Installation changes): Mention that spaces and tabs are
allowed in the installation directory name.

* Makefile.in (datarootdir): Define.

* aclocal.m4 (AC_PATH_LISPDIR): Quote directory name that might contain
whitespace.

* configure: Regenerate.

* mkinstalldirs: Replace it with the 2006-05-11.19 version.

2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>

* GNUS-NEWS (incoming mail files): Add version.

2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>

* GNUS-NEWS: Update for change of `mail-source-delete-incoming'.

2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>

* Update copyright years.

2007-11-04  Reiner Steib  <Reiner.Steib@gmx.de>

* README: Bump version to 5.10.9.

2007-11-04  Reiner Steib  <Reiner.Steib@gmx.de>

* Makefile.in (RELEASE_COMMIT_FILES): Add etc/ChangeLog.
(release-check-settings): Add release-add-changelog
(release-bump-version): Add check for CODENAME_TO_STABLE.  Split off
release-add-changelog.
(release-add-changelog): New target.  Separate some commands from
release-bump-version.  Add etc/ChangeLog.
(release-diff-commit-files): New target.
(RELEASE_COMMIT_FILES): Reorder files.

2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>

* COPYING: GPLv3 from Emacs repository.

2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>

* Makefile.in (SED_I, CODENAME_PATTERN): New.
(OLD_PATTERN): Adjust.
(release-bump-version): Use new variables.  Allow going from
development version to release.

2007-10-27  Alexander Solovyov  <piranha@piranha.org.ua>  (tiny change)

* make.bat: Initial check didn't work if path contained spaces.

2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>

* Makefile.in (release-bump-version): Adjust version
in (gnus)Troubleshooting.

2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>

        * Relicense "GPLv2 or later" files to "GPLv3 or later".

2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>

* Makefile.in (COMMIT_STRING): New variable.
(release-bump-version): Use it.
(bump-version, bump-version-commit): New targets.

2006-07-28  Reiner Steib  <Reiner.Steib@gmx.de>

* GNUS-NEWS: Regenerate from Oort Gnus node in texi/gnus.texi using
texi/gnus-news.el of the trunk.

2006-04-19  Reiner Steib  <Reiner.Steib@gmx.de>

* make.bat (:etc): Simplify.

2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>

* make.bat: Use "echo *" to clarify the output.
(:lisp, :infotest): Avoid "not found" errors
(:etc): Remove etc\gnus.  Be more verbose.

(mef)

2014-11-22 15:34:06 UTC MAIN commitmail json YAML

Updated ham/xnec2c to 3.1

(mef)

2014-11-22 15:33:58 UTC MAIN commitmail json YAML

Update 3.0 to 3.1
Version 3.1:
I have made several changes to the code that renders wire frame
drawings and displays some data, like the projection parameters
(azimuth and elevation of the structure and the radiation pattern) and
gain values. This has resulted in a faster and smoother animation of
these drawings and reduced workload on the processor during dragging
of these images.  I have also reduced the default minimum size of
xnec2c's windows, as I had reports that they would not fit in the
displays of some laptops or monitors, with resolutions on the lower
side.

(mef)

2014-11-22 14:58:51 UTC MAIN commitmail json YAML

Updated mail/p5-Email-Sender to 1.300016

(mef)

2014-11-22 14:58:43 UTC MAIN commitmail json YAML

Update 1.300014 to  1.300016
1.300016  2014-10-10 22:54:00-04:00 America/New_York
        - no changes since 1.300015, just made non-trial release

1.300015  2014-09-12 22:01:37-04:00 America/New_York (TRIAL RELEASE)
          [THIS MIGHT BREAK YOUR CODE]
        - version 1.300008 was meant to rewrite line endings when sending to
          sendmail, but the change was not effective; it has been fixed

(mef)

2014-11-22 14:53:06 UTC MAIN commitmail json YAML

Updated mail/p5-Email-MessageID to 1.405

(mef)

2014-11-22 14:52:55 UTC MAIN commitmail json YAML

Update 1.402 to 1.405
1.405    2014-05-09 22:28:43-04:00 America/New_York
          minor tweaks to how message-id local part is generated

1.404    2014-01-13 23:04:43-05:00 America/New_York
          no changes since previous release

1.403    2013-08-13 09:11:47 America/New_York
          [This might break your code]
          no longer a subclass of Email::Address!

(mef)

2014-11-22 14:50:23 UTC MAIN commitmail json YAML

Updated mail/p5-Email-Folder to 0.859

(mef)

2014-11-22 14:50:14 UTC MAIN commitmail json YAML

Update 0.857 to 0.859
0.859    2014-09-16 18:29:32-04:00 America/New_York
        - all the changes in this release contributed by Pali Roh叩r
        - support for mboxcl and mboxcl2
        - add ability to read from a filehandle
        - add next_from and next_messageref methods

0.858    2014-01-07 10:54:18-05:00 America/New_York
          typo fixes in docs (thanks, Florian Schlichting)

(mef)

2014-11-22 14:47:19 UTC MAIN commitmail json YAML

Updated mail/p5-Catalyst-View-Email to 0.34

(mef)

2014-11-22 14:47:11 UTC MAIN commitmail json YAML

Update 0.33 to 0.34
0.34    2014-05-17
        - switched from Class::MOP::load_class to Module::Runtime::require_module per
          cf. https://rt.cpan.org/Public/Bug/Display.html?id=91013
        - canonical repo now on github as noted in Makefile.PL
        - typo fix per https://rt.cpan.org/Public/Bug/Display.html?id=87370
        - packaged with /usr/bin/gnutar on OSX
          cf. https://rt.cpan.org/Public/Bug/Display.html?id=83970

(mef)

2014-11-22 14:28:06 UTC MAIN commitmail json YAML

Updated mail/p5-Email-Simple to 2.203

(mef)

2014-11-22 14:27:57 UTC MAIN commitmail json YAML

(upstream) Update 2.202 to 2.203
2.203    2014-02-14 21:56:14-05:00 America/New_York
        - translate vertical whitespace in headers into horizontal whitespace,
          with a warning

(mef)

2014-11-22 04:15:14 UTC MAIN commitmail json YAML

+ dbmail-3.2.0
+ dk-milter-1.0.2 [wip]
+ py-trytond-stock-3.4.0
+ squeak-4.5

(mef)

2014-11-22 03:52:58 UTC MAIN commitmail json YAML

Updated mail/gmime20 to 2.2.27

(mef)

2014-11-22 03:52:52 UTC MAIN commitmail json YAML

(pkgsrc)  remove patch-aa (fix applied)
(upstream) update 2.2.25 to 2.2.27
2011-03-07  Jeffrey Stedfast  <fejj@novell.com>
* configure.in: Bumped version to 2.2.27

* gmime/gmime-gpg-context.c (gpg_ctx_parse_status): Treat EXPSIG,
EXPKEYSIG, and REVKEYSIG the same as GOODSIG/BADSIG status
messages in that all of them denote a new signer info.

* gmime/gmime-stream-mem.c (stream_write): Correctly calculate the
end boundary of the stream when bound_end is -1.

* gmime/gmime-utils.h (GMIME_QP_ENCODE_LEN): Fixed to take into
acount the possibility of having to force-wrap lines at 72+
characters.
(GMIME_UUENCODE_LEN): Fixed to prevent possible buffer overflows.

2010-03-26  Jeffrey Stedfast  <fejj@novell.com>
* configure.in: Bumped version to 2.2.26

2010-03-26  Jeffrey Stedfast  <fejj@novell.com>
Fixes for bug #613653

* gmime/gmime.c (g_mime_init): Initialize GMimeObject's type
registry.
(g_mime_shutdown): Shut it down here.

* gmime/gmime-object.c (g_mime_object_type_registry_init): Renamed
a bit and fixed to not use g_atexit(). Also made internal-public.
(g_mime_object_type_registry_shutdown): Renamed and made
internal-public.
(g_mime_object_register_type): Don't init the type system anymore.
(g_mime_object_new_type): Same here.

(mef)

2014-11-22 03:47:41 UTC MAIN commitmail json YAML

Updated mail/gmime to 2.6.20

(mef)

2014-11-22 03:47:33 UTC MAIN commitmail json YAML

2014-02-19  Jeffrey Stedfast  <fejj@gnome.org>
* configure.ac: Bumped version to 2.6.20

2014-02-19  Jeffrey Stedfast  <fejj@gnome.org>
* gmime/gmime-parser.c (parser_scan_content): Improved performance
by using a SIMD hack when scanning for the end of a line.

2014-02-19  Jeffrey Stedfast  <fejj@gnome.org>
* gmime/gmime-message.c (message_remove_header): Don't clear the
mime_part header stream unless we actually remove a header.
(message_write_to_stream): Only add nwritten to the total if we've
written a MIME-Version header.

2013-12-29  Jeffrey Stedfast  <fejj@gnome.org>
* gmime/gmime-object.c
(g_mime_object_set_content_disposition_parameter): Unref the
disposition. Thanks to Mario Theodoridis for this patch.

2013-11-02  Jeffrey Stedfast  <fejj@gnome.org>
* gmime/gmime-message.c (write_references): Don't write out 2
spaces between the ':' and the first message-id. Fixes bug
#711305.

2013-10-19  Jeffrey Stedfast  <fejj@gnome.org>
* configure.ac: Bumped version to 2.6.19

2013-09-29  Jeffrey Stedfast  <fejj@gnome.org>
* gmime/gmime-message.c (write_references): Custom writer for
References headers so that individual msgid tokens do not get
folded. Fixes bug #709031.

2013-09-26  Jeffrey Stedfast  <fejj@gnome.org>
* gmime/gmime.c (g_mime_init): Initialize the mutexes
earlier. Fixes bug #708818.

2013-09-15  Jeffrey Stedfast  <fejj@gnome.org>
* configure.ac: Bumped version to 2.6.18

2013-08-21  Jeffrey Stedfast  <fejj@gnome.org>
* gmime/gmime-part.c (write_content): Reset the content stream
after writing it.

2013-08-14  Jeffrey Stedfast  <fejj@gnome.org>
* gmime/gmime-filter-html.c (citation_depth): Fixed an ABR by
passing in an inend parameter.

2013-08-12  Jeffrey Stedfast  <fejj@gnome.org>
* gmime/gmime-stream-file.c (g_mime_stream_file_new_for_path): New
convenience function that handles opening the file for you.

* gmime/gmime-stream-fs.c (g_mime_stream_fs_new_for_path): New
convenience function that handles opening the file for you.

2013-08-11  Jeffrey Stedfast  <fejj@gnome.org>
* gmime/gmime-message.c (g_mime_message_set_reply_to): Fixed this
function to parse the reply_to string just like
g_mime_message_set_sender() does so that the reply_to field can be
guaranteed to be in UTF-8.

* gmime/*.c: Updated API documentation for functions taking or
returning strings to clarify whether the strings should be in
UTF-8 or not.

2013-08-10  Jeffrey Stedfast  <fejj@gnome.org>
* mono/GMime.metadata: Various fixups to get rid of warnings.

* gmime/gmime.c (g_mime_init): Don't call g_type_init() if glib >=
2.35.1

2013-08-08  Jeffrey Stedfast  <fejj@gnome.org>
* gmime/internet-address.c (decode_address): Properly deal with
obsolete routing information.

2013-08-08  Jeffrey Stedfast  <fejj@gnome.org>
* configure.ac: Bumped version to 2.6.17

2013-08-08  Jeffrey Stedfast  <fejj@gnome.org>
* gmime/gmime-parser.c (parser_content_type): If no Content-Type
header exists and the parent is a multipart/digest, default to
message/rfc822 instead of text/plain.
(parser_construct_leaf_part): If the Content-Type header didn't
exist, use the default content-type values instead of assuming
text/plain.

2013-08-07  Jeffrey Stedfast  <fejj@gnome.org>
According to Rfc2046 Section 5.1.1, boundary markers may optionally
be followed by lwsp.

* gmime/gmime-parser.c (is_boundary): New convenience function to
check that the text matches a boundary, possibly followed by lwsp.
(check_boundary): Use is_boundary().
(found_immediate_boundary): Use is_boundary().

Fixes bug #705612

2013-07-02  Jeffrey Stedfast  <fejj@gnome.org>
* gmime/gmime-stream-cat.c (stream_substream): Fixed to properly
handle a 0-byte substream at the end of the very last source
stream. Fixes bug #701572.

2013-06-30  Jeffrey Stedfast  <fejj@gnome.org>
* configure.ac: Bumped version to 2.6.16

2013-06-30  Jeffrey Stedfast  <fejj@gnome.org>
* gmime/gmime-gpg-context.c (gpg_ctx_set_mode):
GPG_CTX_MODE_SIGN_ENCRYPT also requires a passphrase.

2013-05-05  Jeffrey Stedfast  <fejj@gnome.org>
* gmime/gmime-filter-best.c (filter_filter): Reset the linelen
state to 0 when we encounter a '\n'.

2013-05-04  Jeffrey Stedfast  <fejj@gnome.org>
* gmime/gmime-part-iter.c: Modified to work for non-multipart
messages.

2013-05-04  Jeffrey Stedfast  <fejj@gnome.org>
* gmime/gmime-utils.c (rfc2047_encode): Respect the new
GMIME_ENABLE_USE_ONLY_USER_CHARSETS initialization flag.

* gmime/gmime.h: Define a new GMIME_ENABLE_USE_ONLY_USER_CHARSETS
initialization flag.

2013-04-05  Jeffrey Stedfast  <fejj@gnome.org>
* gmime/gmime-utils.c (header_fold_tokens): New internal function
that replaces the older header_fold() function. This new one uses
the rfc2047 tokenizer so that we share the same rfc2047 workaround
logic in the tokenizer.

Fixes bug #697407

2013-02-23  Jeffrey Stedfast  <fejj@gnome.org>
* gmime/gmime-filter-html.c: Disable g_warnings unless warnings
are enabled in the build.

(mef)

2014-11-22 03:09:55 UTC MAIN commitmail json YAML

+evolution-exchange-3.5.2

(mef)

2014-11-22 03:07:31 UTC MAIN commitmail json YAML

Updated mail/dnsbl-milter to 6.44

(mef)

2014-11-22 03:07:12 UTC MAIN commitmail json YAML

(upstream) update 6.40 to 6.44
6.44 2014-10-13 Generic regex now matches against the reverse dns PTR value
6.43 2014-07-18 Allow broken SRS0+ rather than the correct SRS0= tag.
6.42 2014-06-28 Never add auto-whitelist entries for outgoing mail from localhost.
6.41 2014-03-21 Unique ip connection limits only apply to authenticated connections.

(mef)

2014-11-22 03:02:16 UTC MAIN commitmail json YAML

Updated mail/avenger to 0.8.4

(mef)

2014-11-22 03:01:33 UTC MAIN commitmail json YAML

(pkgsrc)
  - Add comment for patch-util_avutil.h  (from commit log)
  - Remove patches, found the same change incorporated:
      patches/patch-libasync_itree.h
      patches/patch-libasync_qhash.h
      patches/patch-libasync_vec.h
(upstream)
  - update 0.8.2 to 0.8.4

* Changes in release 0.8.4
  - Switch to new resolver library interface, as previous way of
    reloading resolv.conf is no longer compatible with glibc.
  - Set IP_FREEBIND option if available.
  - Added systemd avenger.service file.
* Changes in release 0.8.3
  - Updated to work with gcc 4.7.

(mef)

2014-11-22 01:36:52 UTC MAIN commitmail json YAML

Updated mail/bogofilter to 1.2.4

(mef)

2014-11-22 01:36:43 UTC MAIN commitmail json YAML

1.2.4 2013-07-01 (released)

2013-06-28
* Fix three crashes in command line and environment variable parsers
  that caused NULL pointer dereferences with long option variants
  of bogofilter --syslog-tag, or bogoutil --timestamp-date, or when
  bogotune -M<file> cannot derive the bogofilter directory.
  Reported by Alexandre Rebert, found with Mayhem tool.

* Add getopt_long_chk(), a getopt_long variant that checks if the
  overlapping short and long options agree on whether their argument
  is not required, mandatory, or optional.  If they disagree, the
  program aborts.

* Fix a crash in command line parser that causes a NULL pointer
  dereference when --db-cachesize is used without argument.
  Found with getopt_long_chk().

2013-01-20
* Change lexer API/ABI a bit so as to work with flex 2.5.36 generated
  lexers (for instance, on Fedora 18 "Spherical Cow") that flip the
  type of yyleng from int to size_t. We use a signed long internally.

2012-12-30
* The bogofilter project was updated to the new SourceForge.net
  platform. This has caused the URLs to change. Use one of these
  commands for a read-only checkout:
  svn checkout svn://svn.code.sf.net/p/bogofilter/code/trunk bogofilter
  svn checkout http://svn.code.sf.net/p/bogofilter/code/trunk bogofilter

  And developers would use, replacing joe by their sf.net login:
  svn checkout --username=joe svn+ssh://m-a@svn.code.sf.net/p/bogofilter/code/trunk bogofilter

2012-12-03
* Add bogofilter-SA-2012-01 (CVE-2012-5468).
* Fix XML form of Bulgarian FAQ so that it validates;
  and validate XHTML at build time.
* Mark Berkeley DB 5.2.42 and 5.3.21 supported.

(mef)

2014-11-22 01:26:24 UTC MAIN commitmail json YAML

2014-11-22 01:26:09 UTC MAIN commitmail json YAML

- 5.9.3 | 2014-09-17
  - compatibility w/ RCS 2.x file format dropped

    This was presaged w/ RCS 5.9.0 (released 2013-05-06), below.
    Effectively, the configure script no longer supports option
    â<80><98>--enable-compat2â<80><99>, and RCS programs will fail, reporting a
    syntax error, if given a comma-v file in 2.x format.

  - bug fixes

    - crash on co/ci without changes on a branch

      RCS 5.8 (released 2011-08-30) introduced a bug whereby a ci
      without changes (i.e., reversion) on a branch would crash,
      leaving a temporary files and corrupted comma-v file as well.
      This regression is now fixed.  See tests/t804, and also:
      http://lists.gnu.org/archive/html/bug-rcs/2014-01/msg00000.html

    - file corruption using stdio under Cygwin, Darwin

      RCS 5.8 (released 2011-08-30) introduced a bug when using stdio
      (e.g., with env var â<80><98>RCS_MEM_LIMITâ<80><99> set to "0") under Cygwin
      whereby ci with a sufficiently large working file would silently
      write a truncated comma-v file.  See tests/t805, and also:
      http://lists.gnu.org/archive/html/bug-rcs/2014-06/msg00000.html

      (Although the bug was initially discovered under Cygwin, the
      Hydra project reported the same problem for Darwin.)

  - portability fixes

    - don't recurse on `main'

      This is for the sake of Cygwin "make check".  See:
      http://lists.gnu.org/archive/html/bug-rcs/2014-08/msg00015.html

    - avoid C99 VLA elems in func decl, sometimes

      This is for the sake of Solaris 10 + GCC 3.4.3.  See:
      http://lists.gnu.org/archive/html/bug-rcs/2014-08/msg00002.html

  - new diff/diff3 cross-compilation support

    The configure script now assigns "optimistic defaults" to some
    diff/diff3-related vars when cross-compiling and invoked with
    vars â<80><98>DIFFâ<80><99> and â<80><98>DIFF3â<80><99>.  See README.

  - maintenance tools updated
    - automake (GNU automake) 1.14.1
    - gnulib-tool (GNU gnulib 2014-09-16 19:26:48) 0.1.222-aa0c2

(mef)

2014-11-21 23:22:18 UTC MAIN commitmail json YAML

2014-11-21 23:00:10 UTC MAIN commitmail json YAML

Updated audio/libdiscid to 0.6.1

(mef)

2014-11-21 22:59:47 UTC MAIN commitmail json YAML

(pkgsrc)
- delete patch-ab, NetBSD support improved since 0.5.1
(upstream)
- Update 0.5.0 to 0.6.1

libdiscid ChangeLog:
--------------------
libdiscid-0.6.1:
- LIB-59: windows: fix bug preventing ISRC reads

libdiscid-0.6.0:
- LIB-41: add discid_get_troc_string() for fuzzy toc lookup
- LIB-54: add libmusicbrainz example with fuzzy toc lookup
- LIB-43: windows: the default drive is the first cd drive letter
- LIB-45: Linux/BSD/Solaris: try several possible default device names
- LIB-28: Mac: allow drive numbers as devices, default now "1"
- LIB-55, LIB-56: allow drive numbers for Windows and Linux
- LIB-53: discid_get_submission_url() returns the new NGS url
          currently no functional change, the old url was redirected
- LIB-52: more validation for parameters of discid_put()
- LIB-48: assert successful read/put when API is used
- the discisrc example prints the name of the device usedp

libdiscid-0.5.2:
- LIB-51: fix ISRC reading on Mac OS X again
- LIB-50: fix segfault in mb_disc_load_toc on Solaris
- LIB-26: add a better test suite, including valgrind memcheck target
- print time information in the discid example

libdiscid-0.5.1:
- LIB-40: discid_get_webservice_url() (web service version 1) is deprecated
          please use libmusicbrainz to gather metadata by disc ID
- LIB-7:  rewrote data track handling, releases with multiple data tracks
          This also fixes LIB-18 (no ID for DVDs) and LIB-9 (PS/PS2 CDs)
- LIB-44: fix invalid disc IDs on first read of multi-session discs
- LIB-37: Autotools optimization (non-recursive build etc.)
- LIB-42: remove Windows 9x platform code
- renamed openbsd platform code to netbsd, still used by both.

(mef)

2014-11-21 14:54:28 UTC MAIN commitmail json YAML

+ fastjar-0.94 [wip]
+ gnuradio-core-3.7.5.1 [wip]
+ idutils-4.6 [wip]
+ libdiscid-0.6.1 [wip]
+ revbump-2.10rc1 [wip]
+ ruby-review-1.4.0 [wip]
+ xlog-2.0.12 [wip, tolower problem]

(mef)

2014-11-21 13:47:54 UTC MAIN commitmail json YAML

Updated audio/ncmpc to 0.24

(mef)

2014-11-21 13:47:47 UTC MAIN commitmail json YAML

(pkgsrc)
- Add comment on patch-ae (from commit log)
- Remove patch-ad, patched line (file) no longer exists

(upstream) Update 0.21 to 0.24
ncmpc 0.24 - (2014-07-14)
* fix crash on "jump" (hotkey ".")
* save keys to path specified by --key-file

ncmpc 0.23 - (2014-07-10)
* fix broken l10n in out-of-tree builds

ncmpc 0.22 - (2014-06-09)
* rename "playlist" to "queue"
* remove useless "Connected to ..." message
* require libmpdclient 2.3, MPD 0.16
* patched color line-flags
* configuration option "search-format"
* remove broken leoslyrics plugin
* show audio format in song screen

(mef)

2014-11-21 12:22:54 UTC MAIN commitmail json YAML

Updated audio/gtick to 0.5.4

(mef)

2014-11-21 12:22:46 UTC MAIN commitmail json YAML

gtick 0.5.4, 2014-07-27, Roland Stigge <stigge@gnu.org>
* Added Hungarian translation
* Fixed Makefle.am: application -> applications directory name

gtick 0.5.3, 2014-06-22, Roland Stigge <stigge@gnu.org>
* Updated Brazilian Portuguese, Finnish, Russian and Ukrainian
  translations
* Added appdata file
* Updated GNU build infrastructure files
* glib and yacc API adjustments
* Include and install desktop and icon files

(mef)

2014-11-21 12:10:43 UTC MAIN commitmail json YAML

Updated chat/cgiirc to 0.5.11

(mef)

2014-11-21 12:10:35 UTC MAIN commitmail json YAML

CGI:IRC 0.5.11
There's a new release out, including various browser bug fixes.

    Key handling fixes for WebKit, removed outline for Chrome.
    Made it more obvious when the stream is disconnected.
    Optional support for smilies (see cgiirc.config.full and docs/smilies.conf.example)

Date: 24 September 2013 Author: dgl

(mef)

2014-11-21 12:02:27 UTC MAIN commitmail json YAML

Updated chat/centerim to 4.22.10

(mef)

2014-11-21 12:02:02 UTC MAIN commitmail json YAML

(pkgsrc)
- remove patches/patch-ad. #include <utmp.h> does not exist any more.
(upstream)
- Update 4.22.9 to 4.22.10

2010-10-26  Roger  <roger@jikos.cz>
Disable standard printf() redefinition in yahoo_util.h Should fix #165

2010-10-23  Boris Petersen  <transacid@gmail.com>
Fix for CVE-2009-3720 in libjabber's xml parser

2010-10-19  Roger  <roger@jikos.cz>
Updated po files
Merge branch 'mob' of git+ssh://repo.or.cz:22/srv/git/centerim into mob
Yahoo - disable conference and file transfer support (it doesn't work anyway)
Propper authorization and buzz events

2010-10-19  Boris Petersen  <transacid@gmail.com>
updated po files

2010-10-19  Roger  <roger@jikos.cz>
Yahoo - add buddy authentication

2010-10-11  Roger  <roger@jikos.cz>
Add missing initialization to get rid of some valgrind warnings

2010-10-07  Boris Petersen  <transacid@gmail.com>
updated po files

2010-10-07  Roger  <roger@jikos.cz>
Yahoo - implement missing callback stubs

2010-10-05  Boris Petersen  <transacid@gmail.com>
updated po files

2010-10-05  Roger  <roger@jikos.cz>
Yahoo - implement missing callbacks

2010-10-04  Roger  <roger@jikos.cz>
fix GNUTLS connection

2010-10-02  Roger  <roger@jikos.cz>
connwrap - initialize gnutls session in cw_connect
connwrap - don't deinit gnutls session in cw_nb_connect on error, it's done in delsock

2010-09-16  Roger  <roger@jikos.cz>
Add missing sources to libyahoo2 makefile

2010-09-16  Boris Petersen  <transacid@gmail.com>
updated po files
ignore .version file

2010-09-16  Roger  <roger@jikos.cz>
Port Yahoo to new libyahoo2-1.0.1
Disables file transfer (at least for now)

Fix SSL context leak in connwrap

2010-08-27  Boris Petersen  <transacid@gmail.com>
Added gettext-devel test to autogen.sh

2010-08-27  Sven Putteneers  <sven@tuxera.be>
display received time if different from sent time

Added script to extract a part of a chatlog history and pretty-print it.
Run without parameters for usage info.

2010-07-31  Boris Petersen  <transacid@gmail.com>
adding new script for history formating.
initial script by Ilya Sukhanov <ilya@sukhanov.net>

2010-06-19  Roger  <roger@lv.(none)>
Add missing initialization to perm/deny SNAC and don't overwrite its id in SBL parsing

2010-04-24  Boris Petersen  <transacid@gmail.com>
Merge git-version-gen with gnulib

2010-02-25  Damyan Yordanov  <damyan@web.de>
bulgarian translation updated

2010-02-25  Boris Petersen  <transacid@gmail.com>
updated po files

2010-02-21  Boris Petersen  <transacid@gmail.com>
refresh index before checking for dirty versions

2010-02-21  Damyan Yordanov  <damyan@web.de>
bulgarian translation updated

2010-02-18  Lubomir Rintel  <lkundrak@v3.sk>
Use RAND_add() with nss_compat_openssl
It does not provide RAND_seed().

2010-02-18  Boris Petersen  <transacid@gmail.com>
updated po files

2010-02-17  Roger  <roger@lv.(none)>
Better jabber presence handling

2010-02-05  Boris Petersen  <transacid@gmail.com>
Merge branch 'versioning' into mob

2010-02-05 Ahmed El-Mahmoudy  <aelmahmoudy@sabily.org>
Check for FriBidi using pkg-config
New upstream releases of FriBidi don't provide fribidi-config anymore, so
using pkg-config instead to check for FriBidi.

2010-01-31  Boris Petersen  <transacid@gmail.com>
new packaging friendlier versioning
This basically omits the 4 hash digits at the end of the version string.
so e.g.:
centerim-4.22.9.12-3be3.tar.gz
will end up
centerim-4.22.9.12.tar.gz
This makes it easier to package mobshot in gentoo for example.

Updated po files

2010-01-29  Hakan Kvist  <hagar@df.lth.se>
Fixed compiler warnings in kkiproc.cc
Removed unused function in kkiproc.cc and fixed
compilewarnings regarding xprintf.

stringstream << should be used instead of sprintf,
and cout << instead of printf.

Beacause:
int64_t foo = 0xffffffffffffffff;
printf (%lx, foo);

printf will behave as expected on a 64 bit platform,
but not on a 32 bit platform (only ffffffff will be printed).

2010-01-28  Hakan Kvist  <hagar@df.lth.se>
Cleanup of "extra protection" for ~/.centerim directory.
Reverted some parts of the commits:
e0ab4eeb52cdba438aa2834c4223881ab006b854
deb0cbaa7c385d2656229ac366071c090c55f597

See the discussion here:
http://centerim.org/pipermail/centerim-devel/2009-June/000678.html

If the ~/.centerim directory got the proper protection, then there
is no need for bloating the code with a lot of extra verifications.
No one else than the owner can access the files in ~/centerim
anyway.

Removal of unused variables
Removed a couple of unused variables.
There is still a lot to do if we want to be able to use -Wall for detecting
real errors (currently there are too many warnings in the output, so -Wall isn't
really useful).

Ncurses RTFM. remove ugly prototypes for FreeBSD and OSX
When reading the ncurses man page you find that
_XOPEN_SOURCE_EXTENDED must be defined when using
wide character functions when including ncurses.h.

2010-01-26  Hakan Kvist  <hagar@df.lth.se>
Try to fix FreeBSD ncurses compile errors.
Tested on Ubuntu 9.04 and FreeBSD 7.2.

Try to fix FreeBSD ncurses compile errors.
Tested on Ubuntu 9.04 and FreeBSD 7.2.

Try to fix FreeBSD ncurses compile errors.

2010-01-25  Hakan Kvist  <hagar@df.lth.se>
configure: check for ncurses/ncursesw. Only curses is not enough.
Some platforms (i.e Solaris 11), still ships ancient curses.
However centerim requires ncurses in order to compile.
Adapted configure.ac to only check for ncurses(w) instead of (n)curses(w).

Cleaned up #ifdefs in conscommon.h

2010-01-19  Hakan Kvist  <hagar@df.lth.se>
Fixed compiler error with FreeBSD. Also fixed link error against curseslib.
FreeBSD do not want <utmp.h> to be included. However utmp is only used in linux,
so we do not need to include utmp.h for non linux systems.

Also bug in configure script was fixed.
The curses-lib was not properly included in the $LIBS-variable in the
configure.ac file.

2010-01-19  Boris Petersen  <transacid@gmail.com>
Better check for ncurses/ncursesw
With many thanks to the autoconf archive for the macro
and St辿phane "kjir" Bisinger for the pointers and hints ;)

2009-12-14  Boris Petersen  <transacid@gmail.com>
Updating Changelog for 4.22.9

2009-12-13  Boris Petersen  <transacid@gmail.com>
New taging model.
To be up to date with gnulib's git-version-gen.
WARNING: This breaks compatibility with non v* tags.
For us that means everything before 4.22.9 won't work
anymore.

(mef)

2014-11-20 13:08:08 UTC MAIN commitmail json YAML

Updated audio/mpg123 to 1.21.0

(mef)

2014-11-20 13:07:12 UTC MAIN commitmail json YAML

Based on PR pkg/49405
(upstream)
  Update mpg123*  from 1.19.0 to 1.21.0
(pkgsrc)
  Add comment to patch-ad
Tks wiz@ and obache@ for review.x
1.21.0
---
- Use LL as shortcut for LOADLIST remote command, L is taken already (bug 210).
- Less namespace pollution (MPG123_EXPORT in header instead of EXPORT, bug 212).

1.20.1
---
- Make feed reader more efficient when skipping junk by early
  discarding of data from buffers to avoid re-parsing.

1.20.0
---
- Added NEON optimized decoder for AArch64 (ARM 64bit environment)
- enabled for --with-cpu=neon64 (NEON only) or --with-cpu=aarch64
  (runtime switch between neon and generic_fpu, like arm_fpu)
  configuration
- compatible with aarch64-linux-gnu toolchains (from Ubuntu, debian) and Xcode 5
- Added new binary out123 only with the audio output part of mpg123.
  This is a precursor to separating out said code into a simple audio
  output library. It also allows plugging in some processing in a pipe
  before feeding to output.
- Prevent opendir(NULL) for unknown module directory when listing modules.
- some build fixes, among those fixing mpg123-id3dump on Windows

(mef)

2014-11-20 11:08:45 UTC MAIN commitmail json YAML

1.18  Tue May 27 22:04:23 2014
    - XSUB is now deprecated and removed. see perl 5.20.0,
      perldelta, Internal Changes, deprecation of uvuni_to_utf8 etc.
    - Thank you for everything !!

(mef)

2014-11-20 11:07:23 UTC MAIN commitmail json YAML

Updated converters/p5-Unicode-Collate to 1.07

(mef)

2014-11-20 11:07:15 UTC MAIN commitmail json YAML

1.07  Tue May 27 23:18:23 2014
    - XS: for the world without utf8n_to_uvuni().

1.06  Tue May 27 21:11:09 2014
    - 0.67's improved discontiguous contractions is invalidated by default
      and is supported as a parameter 'long_contraction.'

1.05  Sat May 24 16:30:42 2014
    - XS: avoid unused expression 1; for no-op.
      (see [rt.cpan.org #95866] compilation noise)

(mef)

2014-11-20 11:04:25 UTC MAIN commitmail json YAML

Updated converters/p5-JSON-PP to 2.27300

(mef)

2014-11-20 11:04:15 UTC MAIN commitmail json YAML

2.27300
        - fixed a problem about substr in perl 5.8.6 and below
          many people report this issue and patched by haarg[at]haarg.org

(mef)

2014-11-20 09:25:58 UTC MAIN commitmail json YAML

Updated converters/p5-JSON-MaybeXS to 1.003002

(mef)

2014-11-20 09:25:50 UTC MAIN commitmail json YAML

1.003002 - 2014-11-16
- correctly fix boolean interoperability with older Cpanel::JSON::MaybeXS

1.003001 - 2014-11-13
- fix boolean interoperability with older Cpanel::JSON::MaybeXS

1.003_000 - 2014-10-30
- add :legacy tag to support legacy apps

1.002006 - 2014-10-22
- add some additional test diagnostics, to help find bad version combinations
  of JSON backends

1.002005 - 2014-10-12
- fix "can I haz XS?" logic precedence in Makefile.PL
- added the ':all' export tag
- removed dependency on Safe::Isa
- repository moved to git://git.shadowcat.co.uk/p5sagit/JSON-MaybeXS.git

1.002004 - 2014-10-11
- support use of PUREPERL_ONLY in Makefile.PL to avoid adding an XS
  dependency
- new is_bool() interface

1.002003 - 2014-10-07
- document how to use booleans

(mef)