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 (50m)  pkgsrc-2024Q1 (14d)  pkgsrc-2023Q4 (41d)  pkgsrc-2023Q2 (74d)  pkgsrc-2023Q3 (153d) 

2024-05-12 13:32:39 UTC Now

2009-09-13 19:45:42 UTC MAIN commitmail json YAML

Update the LDAP exop patch: for SASL bind, send the password for mechanisms
that request it through a prompt.

(manu)

2009-09-13 19:31:39 UTC MAIN commitmail json YAML

Updated textproc/p5-Text-Reform to 1.20

(sno)

2009-09-13 19:31:22 UTC MAIN commitmail json YAML

Updating textproc/p5-Text-Reform from 1.11nb4 to 1.20

pkgsrc changes:
  - Adding license definition
  - Setting module type (Module::Build)

Upstream changes:
1.20    2009-09-06 (by Alexandr Ciornii)
    - reform.t ported to Test::More
    - Better prereqs
    - Buggy support of locale removed

1.12.2  Sun Sep 30 05:10:18 2007

1.12.1  Sun Sep 30 05:08:10 2007

1.12.0  Sun Sep 30 04:51:21 2007

- Added &columns to export list (thanks Bob)

- Fixed doc buglets (thanks Mike)

- Removed use of 'our' to preserve 5.005 compatibility

- Fixed shebang lines in demos

    - Added WINDOWS_PATCH to patch around apparent bug in POSIX::strtod
      under Windows (thanks Torsten)

    - Added 'except' option to break_at() (thanks Bron)

    - Changed to dual licensing for Fedora compatibility

(sno)

2009-09-13 19:26:06 UTC MAIN commitmail json YAML

Updated net/p5-RPC-XML to 0.69

(sno)

2009-09-13 19:25:53 UTC MAIN commitmail json YAML

Updating net/p5-RPC-XML from 0.67 to 0.69

Upstream changes:
0.69 Thursday September  3, 2009, 10:25:00 AM -0700

* t/00_load.t
* t/01_pod.t
* t/02_pod_coverage.t
* t/10_data.t
* t/11_base64_fh.t
* t/12_nil.t
* t/15_serialize.t
* t/20_parser.t
* t/50_client.t
Minor clean-up of old CVS/SVN keyword references.

* lib/RPC/XML/Client.pm
* lib/RPC/XML/Parser.pm
* lib/RPC/XML/Parser/XMLParser.pm (added)
* lib/RPC/XML/ParserFactory.pm (added)
* lib/RPC/XML/Server.pm
* t/20_parser.t (deleted)
* t/20_xml_parser.t (added)
* t/29_parserfactory.t (added)
* t/40_server.t
* t/util.pl
Converted parsing to be from a specific class to a
parser-factory style. This included renaming the existing
parser class and shuffling tests around.

* t/70_compression_detect.t
Cleaner approach to scrubbing symbol tables.

* t/00_load.t
* t/01_pod.t
* t/02_pod_coverage.t
* t/03_meta.t (added)
* t/04_minimumversion.t (added)
* t/05_critic.t (added)
New tests, and developer-specific tests changed to only run in
my copy.

* lib/RPC/XML/Client.pm
* lib/RPC/XML/Parser/XMLParser.pm
* lib/RPC/XML/Server.pm
* t/11_base64_fh.t
* t/15_serialize.t
* t/20_xml_parser.t
* t/30_method.t
* t/35_namespaces.t
* t/40_server.t
* t/41_server_hang.t
* t/50_client.t
RT #47806: One more patch for Windows compatibility with
temp-files.

* lib/Apache/RPC/Server.pm
* lib/Apache/RPC/Status.pm
* lib/RPC/XML.pm
* lib/RPC/XML/Client.pm
* lib/RPC/XML/Function.pm
* lib/RPC/XML/Method.pm
* lib/RPC/XML/Parser.pm
* lib/RPC/XML/Parser/XMLParser.pm
* lib/RPC/XML/ParserFactory.pm
* lib/RPC/XML/Procedure.pm
* lib/RPC/XML/Server.pm
Fixes based on Perl::Critic and other best-practices techniques.

* etc/make_method
Also made changes based on Perl::Critic.

* MANIFEST
* lib/RPC/XML/Parser.pm
* lib/RPC/XML/Parser/XMLParser.pm
Expanded definition of the interface to include push-parsing
methods. Documented these and added stubs to
RPC::XML::Parser::XMLParser that throw exceptions when called
by a non-push-parser instance. Reflected changes to test suite
in MANIFEST.

* lib/RPC/XML/Parser/XMLParser.pm
Slight tweak to make this 5.6.1-compatible.

* lib/RPC/XML/Procedure.pm
* lib/RPC/XML/Server.pm
RT #42736: Support user-adjustment of server-based faults, and
normalize the existing faults.

* lib/RPC/XML/Procedure.pm
Fix encoding of return values from call() when the method
called is of type Function (and thus has no strict signatures).

* lib/RPC/XML.pm
* t/13_no_deep_recursion.t (added)
RT #41063: Re-visit how arrays and structs are smart-encoded
and constructed, so as to avoid cyclical data structure
references.

(sno)

2009-09-13 19:23:33 UTC MAIN commitmail json YAML

2009-09-13 19:10:10 UTC MAIN commitmail json YAML

2009-09-13 17:56:57 UTC MAIN commitmail json YAML

2009-09-13 17:28:44 UTC MAIN commitmail json YAML

2009-09-13 17:28:03 UTC MAIN commitmail json YAML

Update www/jalbum to 8.4

Lost of updates and fixes.

(martti)

2009-09-13 16:40:22 UTC MAIN commitmail json YAML

Add patch from Mac Ports to fix build under Mac OS X Snow Leopard.

(tron)

2009-09-13 16:12:18 UTC MAIN commitmail json YAML

scummvm uses a deprecated audio API that is no longer available under
Mac OS X Snow Leopard. Work around that by building the package using
the Mac OS X Leopard SDK that is provided by Xcode.

(tron)

2009-09-13 16:10:53 UTC MAIN commitmail json YAML

Include "string.h" instead of manually defining prototypes for e.g.
strcpy(3). This fixes the build under Mac OS X Snow Leopard.

(tron)

2009-09-13 15:51:47 UTC MAIN commitmail json YAML

SDL used a deprecated audio API that is no longer available under
Mac OS X Snow Leopard. Work around that by building the package using
the Mac OS X Leopard SDK that is provided by Xcode.

This allows the "mplayer" package to build with SDL support. The
resulting binary can play video and audio if the SDL video and
audio driver are manually selected.

(tron)

2009-09-13 15:05:12 UTC pkgsrc-2009Q2 commitmail json YAML

2009-09-13 15:03:36 UTC pkgsrc-2009Q2 commitmail json YAML

Pullup ticket 2892 - requested by tron
security fix

Revisions pulled up:
- pkgsrc/www/apache22/Makefile by patch
- pkgsrc/www/apache22/distinfo by patch

Files added:
pkgsrc/www/apache22/patches/patch-ab 1.12

  Module Name: pkgsrc
  Committed By: tron
  Date: Sun Sep 13 13:32:50 UTC 2009

  Modified Files:
  pkgsrc/www/apache22: Makefile distinfo
  Added Files:
  pkgsrc/www/apache22/patches: patch-ab

  Log Message:
  Add a fix for the remote Denial of Service vulnerability reported
  in CVE-2009-3094.

  To generate a diff of this commit:
  cvs rdiff -u -r1.49 -r1.50 pkgsrc/www/apache22/Makefile
  cvs rdiff -u -r1.24 -r1.25 pkgsrc/www/apache22/distinfo
  cvs rdiff -u -r0 -r1.12 pkgsrc/www/apache22/patches/patch-ab

(spz)

2009-09-13 14:58:38 UTC pkgsrc-2009Q2 commitmail json YAML

2009-09-13 14:57:36 UTC pkgsrc-2009Q2 commitmail json YAML

Pullup ticket #2889 - requested by taca
geeklog: security update

Revisions pulled up:
- www/geeklog/Makefile 1.23
- www/geeklog/PLIST 1.10
- www/geeklog/distinfo 1.10
- www/geeklog/patches/patch-aa 1.4
- www/geeklog/patches/patch-aj 1.2
- www/geeklog/patches/patch-ak 1.1
- www/geeklog/patches/patch-al 1.1
- www/geeklog/patches/patch-ba 1.1
- www/geeklog/patches/patch-bb 1.1
- www/geeklog/patches/patch-bc 1.1
- www/geeklog/patches/patch-bd 1.1
---
Module Name: pkgsrc
Committed By: taca
Date: Sun Sep 13 01:15:11 UTC 2009

Modified Files:
pkgsrc/www/geeklog: Makefile PLIST distinfo
pkgsrc/www/geeklog/patches: patch-aa patch-aj
Added Files:
pkgsrc/www/geeklog/patches: patch-ak patch-al patch-ba patch-bb
    patch-bc patch-bd

Log Message:
Update Geeklog 1.5.2sr5 by adding patches since 1.5.2sr5 isn't provided
as full release.

And add updated fckeditor for Geeklog.

These updates should fix known security problems, Secunia SA36372.

Jul 30, 2009 (1.5.2sr5)
------------

This release addresses the following security issues:
- Gerendi Sandor Attila reported an XSS in the forms to email a user and to
  email a story to a friend.
- The "Mail Story to a Friend" function didn't check story permissions, so that
  it was possible to email a story even if you didn't have the permissions to
  view it on the site.

(tron)

2009-09-13 14:51:48 UTC pkgsrc-2009Q2 commitmail json YAML

Pullup tickets #2886, #2887 and #2888.

(tron)

2009-09-13 14:43:14 UTC MAIN commitmail json YAML

Updated databases/gramps3 to 3.1.2

(wiz)

2009-09-13 14:43:01 UTC MAIN commitmail json YAML

Update to 3.1.2. Set LICENSE. Clean up. Make optional parts options.

Version 3.1.2 -- the "Skip the impersonations" release.
* Contains translation updates and small bug fixes.  No new features.
* ca, cs, de, fr, he, it, nb, nl, pl, pt_br, ru, sk, sv,
* fixes a failure in 'Check & Repair Database'
* fixes to Gramplets
* fixes to CLI regressions
* fixes to Latin1 characterset in Graphviz reports
* fixes to many reports
* fixes to the clipboard
* fixes to NarrativeWeb
* fixes to importing from older XML files
* fixes to ensure GRAMPS continues to run on newver versions of Python

(wiz)

2009-09-13 14:42:01 UTC MAIN commitmail json YAML

2009-09-13 14:37:57 UTC pkgsrc-2009Q2 commitmail json YAML

Pullup ticket #2888 - requested taca
squid27: security patch

Revisions pulled up:
- www/squid27/Makefile 1.8
- www/squid27/distinfo 1.5
- www/squid27/patches/patch-am 1.1
---
Module Name: pkgsrc
Committed By: taca
Date: Sun Sep 13 01:00:17 UTC 2009

Modified Files:
pkgsrc/www/squid27: Makefile distinfo
Added Files:
pkgsrc/www/squid27/patches: patch-am

Log Message:
Add CVE-2009-2855 DoS fix from squid's repositry.

Bump PKGREVISION.

(tron)

2009-09-13 14:26:46 UTC pkgsrc-2009Q2 commitmail json YAML

Pullup ticket #2887 - requested by roy
dnsmasq: security update

Revisions pulled up:
- net/dnsmasq/Makefile 1.12
- net/dnsmasq/distinfo 1.11
---
Module Name:    pkgsrc
Committed By:  roy
Date:          Sat Sep  5 21:16:08 UTC 2009

Modified Files:
        pkgsrc/net/dnsmasq: Makefile distinfo

Log Message:
Bump to dnsmasq-2.50

Fixes CVE 2009-2957 and CVE 2009-2958

(tron)

2009-09-13 14:18:23 UTC pkgsrc-2009Q2 commitmail json YAML

Pullup ticket 2887 - requested by jnemeth
asterisk16: security update

---
Apply patch to update comms/asterisk16 to version 1.6.0.15:

- 1.6.0.11 was never released
- 1.6.0.12 fixes AST-2009-005 which is a remote DOS issue in SIP
- 1.6.0.13 fixes a bug in 1.6.0.12 security fix
- 1.6.0.14 has additional updates for AST-2009-001 and AST-2009-005 plus

SIP Changes
-----------
* Added a new 'ignoresdpversion' option to sip.conf.  When this is enabled
  (either globally or for a specific peer), chan_sip will treat any SDP data
  it receives as new data and update the media stream accordingly.  By
  default, Asterisk will only modify the media stream if the SDP session
  version received is different from the current SDP session version.  This
  option is required to interoperate with devices that have non-standard SDP
  session version implementations (observed with Microsoft OCS).  This option
  is disabled by default. In addition, this behavior is automatic when the SDP
received
  is in response to a T.38 re-INVITE that Asterisk initiated. In this situation
,
  since the call will fail if Asterisk does not process the incoming SDP, Aster
isk
  will accept the SDP even if the SDP version number is not properly incremente
d,
  but will generate a warning in the log indicating that the SIP peer that sent
  the SDP should have the 'ignoresdpversion' option set.

                                Closed Issues

  This is a list of all issues from the issue tracker that were closed by
  changes that went into this release.

  Category: Addons/General

  #15269: [patch] memory leak in asterisk some bug fixing and removing
  Redundant condition

  Category: Applications/General

  #15022: [patch] Language handling for numbers, dates, etc is misbehaving
  when utilizing sub-regional languages

  Category: Applications/app_chanspy

  #15660: ChanSpy "whisper" is broken in 1.4.26

  Category: Applications/app_fax

  #15355: app_fax does not compile with iaxmodem 1.2.0
  #15480: [patch] Not all fixes from #14849 are committed
  #15606: app_fax.c is not compiling under OpenBSD
  #15610: T.38 re-INVITE received after T.38 already negotiated fails

  Category: Applications/app_meetme

  #15493: [patch] contrib/scripts/meetme.sql doesn't contain all fields

  Category: Applications/app_milliwatt

  #15386: [patch] Milliwatt() is off by -11dbm

  Category: Applications/app_mixmonitor

  #15259: MixMonitor is not releasing the file handle on the recorded file
  #15699: [patch] using ast_free instead of mixmonitor_free

  Category: Applications/app_queue

  #14536: [patch] After a caller is processed by app_queue the queue_log
  logs the hangup as TRANSFER
  #14631: [patch] Ghost calls with queues and spa942 and 922
  #15664: [patch] QUEUE_MEMBER_LIST() returns member names instead of
  interfaces

  Category: Applications/app_stack

  #15557: [patch] Gosub() dequotes once more than Macro()
  #15617: [patch] crash in LOCAL() if Gosub stack is allocated but empty

  Category: Applications/app_voicemail

  #14554: [patch] # for fastforward goes beyond end of message
  #14932: [patch] asterisk-1.6.0.9-x86_64 segfaults when leaving a voicemail
  internally to another extension
  #15331: [patch] Log message does not match conditional check
  #15333: [patch] add FILE_STORAGE to Voicemail Build Options
  #15720: opendir() return code is not checked in last_message_index()

  Category: Applications/app_voicemail/IMAP

  #14496: [patch] IMAP crash multiple callers / callers hangup at beep
  #14597: greetings can not be retrieved from IMAP
  #14950: [patch] Greetings are stored as IMAP messages even when
  imapgreetings=no

  Category: CDR/General

  #15751: [patch] Core dump in ast_bridge_call features.c line 2772

  Category: Channels/General

  #15330: [patch] Using CHANNEL function from ZOMBIE channel stops Asterisk
  #15416: No voice on PRI calls with asterisk 1.4.25 & 26

  Category: Channels/chan_dahdi

  #13917: [patch] fxo modules incorrectly believes channel is answered, if
  telco reverses line polarity at off hook.
  #14383: priexclusive parameter ignored if pri = pri_cpe ?
  #14434: [patch] Dahdi does not wait for wink on outbound calls before
  dialing DTMF with Signalling type = em_w
  #14434: [patch] Dahdi does not wait for wink on outbound calls before
  dialing DTMF with Signalling type = em_w
  #14477: pseudo channel disappears after dahdi restart
  #14696: reload in console overwrites priindication=outofband setting
  #14726: Conditional compilation of a diagnostic message needs an L
  modifier to %d for a 64 bit integer
  #15248: [patch] Multiple Groups Not working
  #15389: [patch] no audio with SIP call to ISDN PRI, if neither Progress or
  Proceeding are received.
  #15655: [patch] Dialplan starts execution before call is accepted

  Category: Channels/chan_iax2

  #15361: [patch] AST-2009-001 breaks IAX2 RFC5456 compliance - Timestamps
  in POKE/PONG zero in 2 of 4 Bytes
  #15404: [patch] Unrequired Debug Message

  Category: Channels/chan_misdn

  #11974: external lines connected with message !! Got Busy in Connected
  State !?!
  #12113: [patch] asterisk crash at reload chan_misdn.so
  #14355: [patch] Segfault if you transfer a call into a meetme room
  #14692: [patch] ISDN-Transfer causes backcall attempt of attendent phone

  Category: Channels/chan_sip/General

  #11231: [patch] Many retransmits when chan_sip generates multiple
  outstanding requests
  #12434: Handle wrong at offer/answer in sdp in media description(m=)
  #12869: [patch] 'context' doesn't change when 'sip reload' issued when
  driven from realtime
  #13432: [patch] outboundproxy=proxy.mmmydomain.net where domain can not be
  resolved silently removes the sip section
  #13623: Asterisk segfaults when using SIP session timers
  #14239: [patch] 491-request pending is sent out of dialog
  #14464: [patch] lock during simple call processing
  #14575: BYE to 408 Request Timeout
  #14659: [patch] MWI NOTIFY contains a wrong URI if Asterisk listens to
  non-standard port (5060)
  #15213: [patch] asterisk lock in sipsock_read for several seconds and drop
  sip packets
  #15283: [patch] CLI NOTIFY always tries to use UDP, even if the peer is
  connected via TCP
  #15345: [patch] SIP deadlock in 1.4 revision 199472
  #15349: Deadlock in do_monitor() of chan_sip
  #15362: [patch] log message output is truncated
  #15376: SIP option (SIP_OPT_ flag) is not handled correctly
  #15403: [patch] Session timer is not activated

  Category: Channels/chan_sip/Interoperability

  #13958: SDP replies incorrect - 'a=inactive' - replied to with
  'a=sendrecv'
  #14465: [patch] Incorrect From: header information when
  CALLERPRES=PRES_PROHIB
  #14584: [patch] Asterisk does not stop retransmission
  #14725: Asterisk doesn't add Route headers in NOTIFY when the SUBSCRIBE
  came from a proxy
  #15158: [patch] Message: "Unable to handle indication 3"
  Revision: 200362
  #15442: [patch] Asterisk cannot handle SIP 183 "Session Progress" if no
  SDP is contained in it

  Category: Channels/chan_sip/Registration

  #14344: [patch] Outbound proxy not used for registrations
  #14366: [patch] Registration expiry not compatible with some ITSP
  #15102: [patch] Registration Deadlock between Asterisk and Polycom
  Soundpoint IP 450
  #15539: [patch] Register request line contains wrong address when domain
  and registrar host differ

  Category: Channels/chan_sip/T.38

  #14849: [patch] SendFax function not working as expected on > 1.6.0.7
  #15182: [patch] T.38 invite does not always comply with RFC 2327

  Category: Channels/chan_sip/TCP-TLS

  #13865: [patch] SIP/TLS enabled - just one call possible - 481
  Call/Transaction Does Not Exist
  #14452: in "_sip_tcp_helper_thread" Buffer is filled with dirty bytes

  Category: Channels/chan_sip/Video

  #15121: [patch] Video support in SIP channel driver appears to be totally
  broken

  Category: Core/BuildSystem

  #15697: most cleaner alaw don't compile
  #15698: [patch] If enable DEBUG_FD_LEAKS - h323 can't start.
  #15714: [patch] Asterisk won't build with curl unless curl_config is
  present

  Category: Core/Channels

  #14723: ERROR[5003]: channel.c:2043 __ast_read: ast_read() called with no
  recorded file descriptor.

  Category: Core/Configuration

  #14509: [patch] users.conf (and other .conf files) have incorrect
  whitespacing

  Category: Core/General

  #14730: [patch] Fix runlevels in Debian rc files
  #15273: [patch] german time (20:01:00 oh clock) is announced wrong
  #15649: T38 Faxing failing on 1.6.1 svn
  #15667: LOGGER WARNING : error executing after rotate

  Category: Core/Internationalization

  #15346: [patch] TW is not an ISO Language Code

  Category: Core/ManagerInterface

  #15397: [patch] segfault in action_coreshowchannels() at manager.c

  Category: Core/PBX

  #15057: [patch] hints with 2+ devices that include ONHOLD are often set
  wrong
  #15242: [patch] log does not indicate which function is missing closing
  parenthesis
  #15303: new_find_extension arguments in wrong order

  Category: Documentation

  #15518: iax.conf, IP-based access control
  #15755: Description in queues.conf on call recording is slightly
  misleading

  Category: Functions/func_callerid

  #15476: callerid(num) is wrong when username is missing

  Category: Functions/func_devstate

  #15413: [patch] Mapping of extension state to device state is incorrect

  Category: Functions/func_iconv

  #15169: When building with uClibc, configure script mistakenly assumes
  iconv is always available

  Category: Functions/func_realtime

  #15517: [patch] memory leak in func_realtime

  Category: Functions/func_uri

  #15439: [patch] URIENCODE() throws a warning when passed an empty string

  Category: General

  #15420: [patch] No audio on calls from asterisk sip phones to nortel set
  until dtmf from sip phone
  #15571: [patch] 'received' typos in trunk, in 6 files
  #15595: [patch] fix spelling for typos, mainly in comments.
  #15595: [patch] fix spelling for typos, mainly in comments.

  Category: PBX/pbx_dundi

  #15322: [patch] DUNDILOOKUP() does not accept comma as argument separator

  Category: Resources/res_config_ldap

  #13725: [patch] ERROR[7387]: res_config_ldap.c:1292 update_ldap: Couldn't
  modify dn:cn=1001,dc=xxx,dc=xxx because Invalid syntax
  #15710: Typo in LDAP schema files on line 598

  Category: Resources/res_features

  #13794: [patch] CDR for picked up parked call gives answer time < start
  time and no record for parking

  Category: Resources/res_musiconhold

  #15051: [patch] Moh class set in the dialplan is ignored with realtime moh

    ----------------------------------------------------------------------

                      Commits Not Associated with an Issue

  This is a list of all changes that went into this release that did not
  directly close an issue from the issue tracker. The commits may have been
  marked as being related to an issue. If that is the case, the issue
  numbers are listed here, as well.

  +------------------------------------------------------------------------+
  | Revision | Author    | Summary                          | Issues    |
  |          |            |                                  | Referenced |
  |----------+------------+-----------------------------------+------------|
  | 199142  | dvossel    | Additional updates to            |            |
  |          |            | AST-2009-001                      |            |
  |----------+------------+-----------------------------------+------------|
  |          |            | __WORDSIZE is not available on    |            |
  | 199858  | seanbright | all platforms, so use sizeof(void |            |
  |          |            | *) instead.                      |            |
  |----------+------------+-----------------------------------+------------|
  |          |            | The 1.6.0 branch was missing all  |            |
  | 199975  | mmichelson | invite_branch logic. It has now  |            |
  |          |            | been added.                      |            |
  |----------+------------+-----------------------------------+------------|
  | 200040  | lmadsen    | Fix path for .flavor and .version | #14737    |
  |----------+------------+-----------------------------------+------------|
  | 200149  | mmichelson | Fix a crash due to a potentially  |            |
  |          |            | NULL p->options.                  |            |
  |----------+------------+-----------------------------------+------------|
  |          |            | Fix all of the parallel build    |            |
  | 200228  | seanbright | warnings issued when running make |            |
  |          |            | -j#.                              |            |
  |----------+------------+-----------------------------------+------------|
  |          |            | Add INFO to our allowed methods  |            |
  | 200515  | mmichelson | so that endpoints know they may  |            |
  |          |            | send it to us.                    |            |
  |----------+------------+-----------------------------------+------------|
  | 200729  | kpfleming  | Document the new automatic        |            |
  |          |            | 'ignoresdpversion' behavior.      |            |
  |----------+------------+-----------------------------------+------------|
  |          |            | Ensure that configure-script      |            |
  | 200767  | kpfleming  | testing for compiler attributes  |            |
  |          |            | actually works.                  |            |
  |----------+------------+-----------------------------------+------------|
  |          |            | Fix problems with new compiler    |            |
  | 200986  | kpfleming  | attribute checking in configure  |            |
  |          |            | script.                          |            |
  |----------+------------+-----------------------------------+------------|
  |          |            | Improve support for media paths  |            |
  | 201093  | kpfleming  | that can generate multiple frames |            |
  |          |            | at once.                          |            |
  |----------+------------+-----------------------------------+------------|
  |          |            | fix issue with build_contact      |            |
  | 201226  | dvossel    | introduced by the "SIP trasnport  |            |
  |          |            | type issues" commit              |            |
  |----------+------------+-----------------------------------+------------|
  |          |            | Correct AST_LIST_APPEND_LIST      |            |
  | 201263  | kpfleming  | behavior when list to be appended |            |
  |          |            | is empty.                        |            |
  |----------+------------+-----------------------------------+------------|
  |          |            | Change the datastore traversal in |            |
  | 201459  | mmichelson | ast_do_masquerade to use a safe  |            |
  |          |            | list traversal.                  |            |
  |----------+------------+-----------------------------------+------------|
  | 201463  | mmichelson | Fix problem with no audio due to  |            |
  |          |            | ignoring the SDP.                |            |
  |----------+------------+-----------------------------------+------------|
  |          |            | Fix memory corruption and leakage | #15109,    |
  | 201612  | russell    | related reloads of non files mode | #15123,    |
  |          |            | MoH classes.                      | #15195    |
  |----------+------------+-----------------------------------+------------|
  |          |            | One of the changes in 1.6.1 was  |            |
  | 201786  | tilghman  | to allow app_directory to use    |            |
  |          |            | functionality                    |            |
  |----------+------------+-----------------------------------+------------|
  | 201830  | tilghman  | If the "h" extension fails, give  |            |
  |          |            | it another chance in main/pbx.c.  |            |
  |----------+------------+-----------------------------------+------------|
  |          |            | Added deadlock protection to      |            |
  | 202006  | mnicholson | try_suggested_sip_codec in        |            |
  |          |            | chan_sip.c.                      |            |
  |----------+------------+-----------------------------------+------------|
  |          |            | Standardize return values of      |            |
  | 202259  | russell    | load_config() so reload() doesn't |            |
  |          |            | report an error on success.      |            |
  |----------+------------+-----------------------------------+------------|
  |          |            | Fix possibility of crashiness    |            |
  | 202263  | russell    | during reload in custom fields    |            |
  |          |            | handling.                        |            |
  |----------+------------+-----------------------------------+------------|
  | 202416  | russell    | Make Polycom subscription type    |            |
  |          |            | override check more explicit.    |            |
  |----------+------------+-----------------------------------+------------|
  |          |            | Fix lock usage in                |            |
  | 202471  | seanbright | cdr_sqlite3_custom to avoid      |            |
  |          |            | potential crashes during reload.  |            |
  |----------+------------+-----------------------------------+------------|
  | 202498  | russell    | Report CallerID change during a  |            |
  |          |            | masquerade.                      |            |
  |----------+------------+-----------------------------------+------------|
  |          |            | I could have sworn I committed    |            |
  | 202763  | mattf      | this patch ages ago, but... bug  |            |
  |          |            | fix with setting NAI properly on  |            |
  |          |            | linksets in certain situations.  |            |
  |----------+------------+-----------------------------------+------------|
  |          |            | Ensure the default settings are  |            |
  | 202926  | file      | applied for T.38 when we set it  |            |
  |          |            | up for a peer.                    |            |
  |----------+------------+-----------------------------------+------------|
  |          |            | Use the handy UNLINK macro        |            |
  | 202968  | mmichelson | instead of hand-coding the same  |            |
  |          |            | thing in-line.                    |            |
  |----------+------------+-----------------------------------+------------|
  | 203044  | rmudgett  | Improved chan_dahdi.conf pritimer |            |
  |          |            | error checking.                  |            |
  |----------+------------+-----------------------------------+------------|
  | 203117  | russell    | Resolve a crash related to a T.38 |            |
  |          |            | reinvite race condition.          |            |
  |----------+------------+-----------------------------------+------------|
  | 203387  | twilson    | I didn't see that Mark already    |            |
  |          |            | fixed the underlying issue!      |            |
  |----------+------------+-----------------------------------+------------|
  | 203447  | dvossel    | fixes a few redundant conditions  | #15269    |
  |----------+------------+-----------------------------------+------------|
  |          |            | Improve T.38 negotiation by      |            |
  | 203701  | file      | exchanging session parameters    |            |
  |          |            | between application and channel.  |            |
  |----------+------------+-----------------------------------+------------|
  | 203711  | jpeeler    | whitespace fix                    |            |
  |----------+------------+-----------------------------------+------------|
  |          |            | reverse whitespace change 203711  |            |
  |          |            | that was based on looking at      |            |
  | 203717  | jpeeler    | sig_analog (which has about a    |            |
  |          |            | 1000 line indentation change that |            |
  |          |            | is not worth doing here)          |            |
  |----------+------------+-----------------------------------+------------|
  |          |            | Fix ast_say_counted_noun to      |            |
  | 204476  | qwell      | correctly handle Polish. Fix a    |            |
  |          |            | comment typo in passing.          |            |
  |----------+------------+-----------------------------------+------------|
  | 204652  | dvossel    | removes fake dialog_unref and    |            |
  |          |            | dialog_ref function calls.        |            |
  |----------+------------+-----------------------------------+------------|
  |          |            | Improve handling of              |            |
  | 204949  | kpfleming  | AST_CONTROL_T38 and              |            |
  |          |            | AST_CONTROL_T38_PARAMETERS for    |            |
  |          |            | non-T.38-capable channels.        |            |
  |----------+------------+-----------------------------------+------------|
  | 204980  | tilghman  | Restore Hungarian (mistakenly    |            |
  |          |            | removed during merge)            |            |
  |----------+------------+-----------------------------------+------------|
  |          |            | Move OpenSSL initialization to a  |            |
  | 205139  | russell    | single place, make library usage  |            |
  |          |            | thread-safe.                      |            |
  |----------+------------+-----------------------------------+------------|
  | 205152  | russell    | Use tabs instead of spaces for    |            |
  |          |            | indentation.                      |            |
  |----------+------------+-----------------------------------+------------|
  |          |            | Add redirection warnings for the  |            |
  | 205200  | tilghman  | invalid language codes previously |            |
  |          |            | removed.                          |            |
  |----------+------------+-----------------------------------+------------|
  | 205220  | dvossel    | ast_samp2tv needs floating point  |            |
  |          |            | for 16khz audio                  |            |
  |----------+------------+-----------------------------------+------------|
  | 205224  | tilghman  | oops, fixing build                |            |
  |----------+------------+-----------------------------------+------------|
  |          |            | Update config.guess and          |            |
  | 205296  | qwell      | config.sub from the              |            |
  |          |            | savannah.gnu.org git repo.        |            |
  |----------+------------+-----------------------------------+------------|
  | 205415  | dvossel    | moving ast_devstate_to_extenstate |            |
  |          |            | to pbx.c from devicestate.c      |            |
  |----------+------------+-----------------------------------+------------|
  |          |            | pthread_self returns a pthread_t  |            |
  | 205533  | mvanbaak  | which is not an unsigned int on  |            |
  |          |            | all                              |            |
  |----------+------------+-----------------------------------+------------|
  | 205597  | dvossel    | Fixes 8khz assumptions            |            |
  |----------+------------+-----------------------------------+------------|
  | 205608  | dvossel    | Changing ast_samp2tv to not use  |            |
  |          |            | floating point.                  |            |
  |----------+------------+-----------------------------------+------------|
  | 205880  | mmichelson | Fix build.                        |            |
  |----------+------------+-----------------------------------+------------|
  | 205940  | kpfleming  | Update comments about the level  |            |
  |          |            | of T.38 support in Asterisk.      |            |
  |----------+------------+-----------------------------------+------------|
  | 206369  | rmudgett  | Fix some memory leaks in          |            |
  |          |            | chan_misdn.                      |            |
  |----------+------------+-----------------------------------+------------|
  | 206387  | russell    | Ensure apathetic replies are sent |            |
  |          |            | out on the proper socket.        |            |
  |----------+------------+-----------------------------------+------------|
  |          |            | Only print debug info in          |            |
  | 206637  | seanbright | codec_dahdi if we are asking for  |            |
  |          |            | it.                              |            |
  |----------+------------+-----------------------------------+------------|
  | 206762  | rmudgett  | Merged revision 206700 from      |            |
  |----------+------------+-----------------------------------+------------|
  | 206871  | dvossel    | avoid segfault caused by user    |            |
  |          |            | error                            |            |
  |----------+------------+-----------------------------------+------------|
  | 207097  | jpeeler    | Update some missing allowed      |            |
  |          |            | options for overlapdial          |            |
  |----------+------------+-----------------------------------+------------|
  | 207286  | rmudgett  |                                  |            |
  |----------+------------+-----------------------------------+------------|
  | 207683  | kpfleming  | Ensure that user-provided CFLAGS  |            |
  |          |            | and LDFLAGS are honored.          |            |
  |----------+------------+-----------------------------------+------------|
  | 207725  | mmichelson | Document default timeout for AMI  |            |
  |          |            | originations.                    |            |
  |----------+------------+-----------------------------------+------------|
  |          |            | Revert r207636, this approach    |            |
  | 207783  | jpeeler    | could potentially block for an    |            |
  |          |            | unacceptable                      |            |
  |----------+------------+-----------------------------------+------------|
  | 208316  | mmichelson | Remove inaccurate XXX comment.    |            |
  |----------+------------+-----------------------------------+------------|
  |          |            | Rework of T.38 negotiation and    |            |
  | 208468  | kpfleming  | UDPTL API to address              |            |
  |          |            | interoperability problems        |            |
  |----------+------------+-----------------------------------+------------|
  | 208502  | kpfleming  | Use correct formatting for T.38  |            |
  |          |            | change note in UPGRADE.txt        |            |
  |----------+------------+-----------------------------------+------------|
  |          |            | Resolve a T.38 negotiation issue  |            |
  | 208549  | kpfleming  | left over from the udptl-updates  |            |
  |          |            | merge.                            |            |
  |----------+------------+-----------------------------------+------------|
  | 208594  | russell    | Do not log an ERROR if            |            |
  |          |            | autoservice_stop() returns -1.    |            |
  |----------+------------+-----------------------------------+------------|
  | 208752  | jpeeler    | Fix compiling under dev-mode with |            |
  |          |            | gcc 4.4.0.                        |            |
  |----------+------------+-----------------------------------+------------|
  | 208925  | jpeeler    | Fix logic errors from 208746      |            |
  |----------+------------+-----------------------------------+------------|
  |          |            | Restore explicit export of        |            |
  | 209057  | kpfleming  | ASTCFLAGS/ASTLDFLAGS and          |            |
  |          |            | underscore-variants to sub-makes. |            |
  |----------+------------+-----------------------------------+------------|
  | 209061  | dbrooks    | Just replacing typos "recieved"  | #15360    |
  |          |            | with "received".                  |            |
  |----------+------------+-----------------------------------+------------|
  | 209259  | kpfleming  | Make T.38 switchover in          |            |
  |          |            | ReceiveFAX synchronous.          |            |
  |----------+------------+-----------------------------------+------------|
  | 209280  | kpfleming  | Cleanup T.38 negotiation changes. |            |
  |----------+------------+-----------------------------------+------------|
  | 209325  | tilghman  | Publish French extra sounds      |            |
  |----------+------------+-----------------------------------+------------|
  | 209394  | kpfleming  | Correct error in backport of      |            |
  |          |            | latest app_fax fixes.            |            |
  |----------+------------+-----------------------------------+------------|
  |          |            | Fix some places where            |            |
  | 209712  | russell    | ast_event_type was used instead  |            |
  |          |            | of ast_event_ie_type.            |            |
  |----------+------------+-----------------------------------+------------|
  | 209762  | kpfleming  | Minor changes inspired by testing |            |
  |          |            | with latest GCC.                  |            |
  |----------+------------+-----------------------------------+------------|
  | 209896  | russell    | Resolve a valgrind warning about  | #15396    |
  |          |            | a read from uninitialized memory. |            |
  |----------+------------+-----------------------------------+------------|
  | 211114  | russell    | Resolve a deadlock involving      |            |
  |          |            | app_chanspy and masquerades.      |            |
  |----------+------------+-----------------------------------+------------|
  | 211276  | tilghman  | Small oops. Clear the flags which |            |
  |          |            | have been checked.                |            |
  |----------+------------+-----------------------------------+------------|
  | 211551  | tilghman  | AST-2009-005                      |            |
  |----------+------------+-----------------------------------+------------|
  | 211587  | tilghman  | Conversion specifiers, not format |            |
  |          |            | specifiers                        |            |
  |----------+------------+-----------------------------------+------------|
  |          |            | Check an actual populated        |            |
  | 212068  | file      | variable when seeing if we need  |            |
  |          |            | to do video or not.              |            |
  |----------+------------+-----------------------------------+------------|
  |          |            | Ensure that T38FaxVersion is put  |            |
  | 212114  | kpfleming  | into outgoing SDP in the proper  |            |
  |          |            | case.                            |            |
  |----------+------------+-----------------------------------+------------|
  | 212432  | rmudgett  | Fix uninitialized variable.      |            |
  |----------+------------+-----------------------------------+------------|
  | 212765  | rmudgett  | Removed some deadwood and added  |            |
  |          |            | some doxygen comments.            |            |
  |----------+------------+-----------------------------------+------------|
  | 212926  | kpfleming  | Convert this branch to Opsound    |            |
  |          |            | music-on-hold.                    |            |
  |----------+------------+-----------------------------------+------------|
  |          |            | Remove some                      |            |
  | 212941  | kpfleming  | accidentally-committed            |            |
  |          |            | properties.                      |            |
  |----------+------------+-----------------------------------+------------|
  |          |            | Make autoheader descriptions      |            |
  | 214361  | tilghman  | render correctly in our          | #14906    |
  |          |            | autoconfig.h file.                |            |
  |----------+------------+-----------------------------------+------------|
  |          |            | One more build system change, to  |            |
  | 214474  | tilghman  | make the descriptions look        |            |
  |          |            | better, if we have better        |            |
  |          |            | information.                      |            |
  +------------------------------------------------------------------------+

- 1.6.0.15 fixes AST-2009-006 which is a remote DOS issue in IAX2

(tron)

2009-09-13 14:11:11 UTC MAIN commitmail json YAML

Sort some values, fix some typos, indent a bit and add comments to make
it more readable.
Fix a bug (lua couldn't imply swig).

(wiz)

2009-09-13 13:39:41 UTC MAIN commitmail json YAML

drop lcms dependency, it's not used anymore. Bump rev.

(tnn)

2009-09-13 13:39:28 UTC MAIN commitmail json YAML

Note update of the "apache22" package to version 2.2.13nb1.

(tron)

2009-09-13 13:35:13 UTC MAIN commitmail json YAML

Note update of the "x11-links" package to version 0.44.

(tron)

2009-09-13 13:33:59 UTC MAIN commitmail json YAML

Disable assembler code under Mac OS X Leopard to fix build failure.

(tron)

2009-09-13 13:32:50 UTC MAIN commitmail json YAML

Add a fix for the remote Denial of Service vulnerability reported
in CVE-2009-3094.

(tron)

2009-09-13 13:31:41 UTC MAIN commitmail json YAML

Update to "x11-links" package to version 0.44:
Detect X.org even if "imake" is not installed. The package now works as
expected under Mac OS X Snow Leopard.
No regressions under NetBSD/amd64 5.0_STABLE with native X.org.

(tron)

2009-09-13 13:28:46 UTC MAIN commitmail json YAML

Add support for X.org bundled with Mac OS X Snow Leopard.

(tron)

2009-09-13 13:11:56 UTC MAIN commitmail json YAML

Disable assembler code under Mac OS X Snow Leopard to fix build failure.

(tron)

2009-09-13 13:07:12 UTC MAIN commitmail json YAML

Under Mac OS X Snow Leopard "pcap.h" is a wrapper that only includes
"pcap/pcap.h". We must therfore use "pcap/pcap.h" to detect the version
of the "pcap" library on this platform.

(tron)

2009-09-13 12:19:26 UTC MAIN commitmail json YAML

install stuff needed for building firefox as an XUL app. Bump revision.

(tnn)

2009-09-13 11:52:14 UTC MAIN commitmail json YAML

Updated mail/p5-Mail-Mbox-MessageParser to 1.5002

(sno)

2009-09-13 11:51:57 UTC MAIN commitmail json YAML

Updating mail/p5-Mail-Mbox-MessageParser from 1.5000nb2 to 1.5002

pkgsrc changes:
  - Adding license definition
  - Adjusting dependencies
  - prevent bundled Module::Install from automatic installing extra deps
  - removed upstream applied patches

Upstream changes:
Version 1.5002: Sun Aug 9 2009
- Disabled the grep interface, which has had some tricky bugs that I don't
have time to figure out.
- Fixed infinite loop that occurred for emails of less than 200 characters.
(Thanks to Julian Ladisch <bitcard.org-prt@ladisch.de> for the bug report.)
- Updated Makefile.PL to be compatible with versions of Module::Install >
0.88.
- Instead of returning an error for an empty mailbox, a valid mailbox is
returned that will immediately fail the end_of_mailbox check. This should
simplify people's code. (Thanks to Daniel Maher <dma@witbe.net> for a bug
report that suggested this change in semantics.)
- More updates for the missing "m" modifier issue exposed by Perl 5.10.
(Thanks to Tom Callawa <tcallawa@redhat.com> for the bug report, and Andreas
K"onig <andreas.koenig@anima.de> for the patch.)
- Added some debugging information for the "cache data not validated" error.
Hopefully this will help catch the bug in the act.

Version 1.5001: Sun Jul 20 2008
- Added the missing "m" modifier to a number of regular expressions. A change
in Perl 5.10 exposed this issue. (Thanks to Anicka Bernathova
<anicka@suse.cz> for the patch.)
- Fixed an off-by-one error that would sometimes cause warnings about
undefined values.
- Added a hack to Makefile.PL to force Module::AutoInstall to be included for
Module::Install::CheckOptional.
- Fixed a problem in the PREOP rewriting that would cause it to fail on
Windows.

(sno)

2009-09-13 11:48:04 UTC pkgsrc-2009Q2 commitmail json YAML

2009-09-13 11:46:01 UTC pkgsrc-2009Q2 commitmail json YAML

Pullup ticket 2883 - requested by tron
security fix

Revisions pulled up:
- pkgsrc/mail/libspf2/Makefile 1.7
- pkgsrc/mail/libspf2/distinfo 1.4

Files added:
pkgsrc/mail/libspf2/patches/patch-aa 1.1

  Module Name: pkgsrc
  Committed By: tron
  Date: Tue Sep  8 10:36:27 UTC 2009

  Modified Files:
  pkgsrc/mail/libspf2: Makefile distinfo
  Added Files:
  pkgsrc/mail/libspf2/patches: patch-aa

  Log Message:
  Fix an abort() caused by miscalculating the size of an internal buffer.
  This can crash applications using "libspf2" (e.g. "milter-greylist")
  in an e-mail gets delivered via SMTP over IPv6 depending on the
  remote machine's IPv6 address.

  To generate a diff of this commit:
  cvs rdiff -u -r1.6 -r1.7 pkgsrc/mail/libspf2/Makefile
  cvs rdiff -u -r1.3 -r1.4 pkgsrc/mail/libspf2/distinfo
  cvs rdiff -u -r0 -r1.1 pkgsrc/mail/libspf2/patches/patch-aa

(spz)

2009-09-13 11:38:45 UTC pkgsrc-2009Q2 commitmail json YAML

Pullup ticket 2886 - requested by drochner
security fix

Revisions pulled up:
- pkgsrc/textproc/expat/Makefile 1.24
- pkgsrc/textproc/expat/distinfo 1.17

Files added:
pkgsrc/textproc/expat/patches/patch-aa 1.7

  Module Name:    pkgsrc
  Committed By:  drochner
  Date:          Thu Sep 10 09:59:21 UTC 2009

  Modified Files:
          pkgsrc/textproc/expat: Makefile distinfo
  Added Files:
          pkgsrc/textproc/expat/patches: patch-aa

  Log Message:
  fix SA36425: possible DoS due to an error when parsing certain
  UTF-8 sequences
  (patch from Python CVS)
  bump PKGREVISION

  To generate a diff of this commit:
  cvs rdiff -u -r1.23 -r1.24 pkgsrc/textproc/expat/Makefile
  cvs rdiff -u -r1.16 -r1.17 pkgsrc/textproc/expat/distinfo
  cvs rdiff -u -r0 -r1.7 pkgsrc/textproc/expat/patches/patch-aa

(spz)

2009-09-13 11:33:24 UTC MAIN commitmail json YAML

Updated time/p5-DateTime-Locale to 0.44

(sno)

2009-09-13 11:33:03 UTC MAIN commitmail json YAML

Updating time/p5-DateTime-Locale from 0.43 to 0.44

pkgsrc changes:
  - Adjust dependencies

Upstream changes:
0.44  2009-09-12
- All methods which return strftime-style patterns are officially deprecated
  (and have been a little broken for some time, regardless). This includes all
  date and time format methods ending in "_format".

- Other deprecated methods include:
  date_parts_order, date_before_time
  era, eras
  month_name, month_abbreviation, month_narrow
  month_names, month_abbreviations, month_narrows
  day_name, day_abbreviation, day_narrow
  day_names, day_abbreviations, day_narrows
  quarter_name, quarter_abbreviation, quarter_narrow
  quarter_names, quarter_abbreviations
  am_pm, am_pms
  era_name, era_abbreviation
  era_narrow, era_names, era_abbreviations

- All of these deprecated methods will eventually be removed. If you are using
  them directly, please change your code.

- Converted data files in tools/t/test-data to Unix line endings. This works
  around a bug in Module::Signature. Reported by Zefram. RT #49085.

- Require Params::Validate 0.91, since 0.89 caused test failures for
  someone. Reported by Jeremy Hetzler. RT #41365.

(sno)

2009-09-13 11:22:58 UTC MAIN commitmail json YAML

brainfart: the global plugins directory is lib/netscape/plugins.

(tnn)

2009-09-13 11:17:49 UTC MAIN commitmail json YAML

Updated graphics/graphviz to 2.24.0

(sno)

2009-09-13 11:17:30 UTC MAIN commitmail json YAML

Updating graphics/graphviz from 2.22.2 to 2.24.0

pkgsrc changes:
  - Adding support for ghostscript
  - Removing option for swig - it's used automatically now when a
    language binding is choosen
  - Removing rsvg and guile from suggested options to reduce default
    dependencies

Upstream changes:
June 16, 2009
        - Release 2.24.0
        - Core:
                - add new layout engine for large graphs: sfdp
        - Fixed bugs:
                1515, 1590, 1598, 1601, 1605, 1607, 1609, 1610, 1611,
                1614, 1615, 1617, 1625, 1628, 1634, 1635, 1640, 1641,
                1642, 1646, 1649, 1651, 1652

(sno)

2009-09-13 10:53:40 UTC MAIN commitmail json YAML

- Drop firefox3 dependency. After @dirrm deprecation we don't need to worry
  about ownership of the plugins directory anymore.
- Install to ${PREFIX}/lib/mozilla/plugins to make it browser-agnostic.
  (browsers should be taught to look there if they don't already do so).

(tnn)

2009-09-13 10:29:21 UTC MAIN commitmail json YAML

Updated multimedia/p5-xmltv to 0.5.56

(sno)

2009-09-13 10:29:01 UTC MAIN commitmail json YAML

Updating multimedia/p5-xmltv from 0.5.45nb3 to 0.5.56

pkgsrc changes:
  - Adding license definition
  - Adding dependencies for new modules in xmltv

Upstream changes:
2009-08-10 05:22  rmeden

        * Makefile.PL, README, doc/README.win32, lib/XMLTV.pm.in,
          lib/exe_wrap.pl: prepare for 0.5.56 release

2009-08-09 04:00  knowledgejunkie

        * grab/uk_rt/tv_grab_uk_rt.in: Splits out variable utf8 fixups into
          a supplemental file to allow more frequent updating

2009-08-09 02:22  knowledgejunkie

        * MANIFEST, Makefile.PL: Add utf8_fixups to distribution

2009-08-09 00:18  knowledgejunkie

        * grab/uk_rt/utf8_fixups: Add a supplemental file that contains
          UTF-8 fixups to correct bad characters seen in the source data.

2009-08-08 22:44  knowledgejunkie

        * grab/uk_rt/tv_grab_uk_rt.in: Handle yet a few more specific bad
          UTF-8 char sequences seen in today's data.

2009-08-08 18:56  knowledgejunkie

        * grab/uk_rt/tv_grab_uk_rt.in: Handle a few more specific bad UTF-8
          char sequences seen in the data. In a future version this will
          likely be moved into a separate supplement file

2009-08-07 22:58  knowledgejunkie

        * grab/uk_rt/prog_titles_to_process: Fix up another Monarchy
          variant

2009-07-31 02:11  knowledgejunkie

        * grab/uk_rt/test.conf: Include Film4 in testing - this is a
          frequent source of mis-encoded UTF-8 characters

2009-07-31 02:07  knowledgejunkie

        * grab/dk_dr/test.conf: Comment out 2 channels that do not seem to
          have been providing listings for some time

2009-07-31 01:40  knowledgejunkie

        * grab/uk_rt/tv_grab_uk_rt.in: Ensure output is correctly converted
          before writing XML, so use Encode::from_to again instead of just
          Encode::decode. Also ensure that we remove 2-byte UTF-8-encoded
          non-printing characters instead of their 1-byte ISO-8859-1
          counterparts, which could themselves be part of multi-byte UTF-8
          chars. Tidy up some debug messages and perldoc content.

2009-07-30 14:09  knowledgejunkie

        * grab/uk_rt/prog_titles_to_process: More titles

2009-07-28 04:47  rmeden

        * grab/na_dd/tv_grab_na_dd.in: check for missing callsign before
          processing as a duplicate

2009-07-28 02:19  knowledgejunkie

        * grab/uk_rt/test.conf: Output UTF-8 instead of ISO-8859-1 during
          testing

2009-07-28 02:15  knowledgejunkie

        * grab/uk_rt/tv_grab_uk_rt.in: A change to the way the grabber
          handles UTF-8 source data. It now uses Encode::decode to convert
          the source octets into Perl's internal format, after we have
          attempted to correct mis-encoded UTF-8 octets we find. This
          update also adds additional bad char handling and debug ouput for
          remaining mis-encoded characters, and other small changes to
          debug output. Finally, we change the default output charset to
          Unicode (UTF-8) from Latin-1, which seems sensible.
2009-07-24 04:06  rmeden

        * lib/exe_opt.pl: tweak options for new module installs

2009-07-23 07:00  knowledgejunkie

        * grab/uk_rt/prog_titles_to_process: Title updates

2009-07-23 06:53  mattiasholmlund

        * grab/se_swedb/tv_grab_se_swedb.in: Support lwp version 5.827.

2009-07-22 06:23  knowledgejunkie

        * grab/uk_rt/prog_titles_to_process: Title updates

2009-07-20 08:35  knowledgejunkie

        * grab/uk_rt/prog_titles_to_process: Reverse a corrected title

2009-07-15 20:49  knowledgejunkie

        * grab/uk_rt/prog_titles_to_process: More titles

2009-07-08 19:29  knowledgejunkie

        * grab/uk_rt/channel_ids: Rebranding of MTV One to MTV. Update RTID
          for MTV +1. No changes to XMLTV IDs.

2009-07-08 06:24  rmeden

        * grab/: pt/test.conf, re/test.conf: change test to use active
          channels

2009-07-08 06:19  rmeden

        * grab/es_miguiatv/test.conf: change test to use active channels

2009-07-08 06:16  rmeden

        * grab/ar/test.conf: change test to use active channels

2009-07-08 05:58  rmeden

        * grab/na_icons/tv_grab_na_icons.in: fix --help text

2009-07-08 05:50  rmeden

        * grab/na_icons/tv_grab_na_icons.in: add better error handling if
          share folder not writable

2009-07-01 07:49  knowledgejunkie

        * grab/uk_rt/tv_grab_uk_rt.in: Debugging updates. Update channel
          stats to include part-time timeshifted channels. Update checking
          of bad UTF-8 characters to check for EFBFBD bytes.

2009-07-01 07:04  knowledgejunkie

        * grab/uk_rt/prog_titles_to_process: More titles

2009-07-01 06:10  knowledgejunkie

        * grab/uk_rt/channel_ids: Remove channels that we have flagged as
          unusable that the Radio Times have since removed

2009-06-29 22:58  knowledgejunkie

        * grab/uk_rt/tv_grab_uk_rt.in: If the cast details include a
          character played by an actor called Himself or Herself, replace
          the contents of the actor variable with given character's name
          (which should be their real name and much more useful).

2009-06-29 19:03  knowledgejunkie

        * lib/ValidateFile.pm: Update the episode numbering validation
          regex, allowing additional spacing in the text, and limit the
          '/Y' series/episode/part totals to only zero/one instead of
          zero/many. If the '/Y' total is present for any of the
          series/episode/part sections, we still require at least one digit
          to be present. Add a perldoc entry for 'badepisode'.

2009-06-29 17:58  knowledgejunkie

        * grab/uk_rt/tv_grab_uk_rt.in: Remove excessive spacing from
          episode numbering output. Simplify the regex looking for any
          left-over numbering in episode field that may contain episode
          number information.

2009-06-29 16:42  knowledgejunkie

        * grab/uk_rt/test.conf: Update the test configuration with all
          currently available channels. For efficiency, only the 5 key
          channels (BBC1/BBC2/ITV1/C4/5) are configured, the others are
          commented out but included for convenience.

2009-06-29 14:03  knowledgejunkie

        * grab/uk_rt/channel_ids: Fix a copy-paste error that was stopping
          Wales' Virgin 1 channel listings from working. Thanks to Duncan
          Brown for reporting it.

2009-06-27 06:21  knowledgejunkie

        * grab/uk_rt/tv_grab_uk_rt.in: Clear the subtitle field for films
          if it is the same as the title field.

2009-06-27 05:53  knowledgejunkie

        * grab/uk_rt/tv_grab_uk_rt.in: Extract series and episode numbering
          from description field if present (observed in Bravo/Living
          listings)) and include in XML output.

2009-06-26 15:00  knowledgejunkie

        * grab/uk_rt/channel_ids: Small update to Wales' Virgin 1 broadcast
          times. Now set to 0800-1900 for Virgin 1 and 1800-0600 for Virgin
          1 +1.

2009-06-26 05:57  knowledgejunkie

        * grab/uk_rt/: channel_ids, channels_platforms: Adds listings for
          Sky1 HD and Crime and Investigation Network (regular and +1)
          channels added by Radio Times overnight

2009-06-26 05:01  knowledgejunkie

        * grab/uk_rt/: channel_ids, channels_platforms: Removes Trouble and
          Trouble +1 channels. RT now provide Living +2 and Living2 +1
          listings in their place.

2009-06-26 04:32  knowledgejunkie

        * grab/uk_rt/: channel_ids, channels_platforms: Removes Celtic TV
          and Rangers TV (ceased broadcasting) and adds Living +2 and ITV4
          +1 timeshifted channels

2009-06-26 04:20  knowledgejunkie

        * grab/uk_rt/: channel_ids, channels_platforms,
          regional_channels_by_postcode: Adds Welsh versions of the Virgin
          1 (0900-1900) and Virgin 1 +1 (1900-0600) channels. See
          xmltv-users list for more details.

2009-06-25 16:54  knowledgejunkie

        * grab/uk_rt/: channel_ids, channels_platforms: Remove main Setanta
          channels

2009-06-25 00:35  knowledgejunkie
        * grab/uk_rt/channel_ids: Update RT configuration for new Good Food
          channels

2009-06-23 19:05  mnbjhguyt

        * grab/it/channel_ids: fixed double entry

2009-06-22 23:09  knowledgejunkie

        * grab/uk_rt/: channel_ids, channels_platforms: Removes UKTV Food
          and replaces with Good Food.

2009-06-16 22:02  mnbjhguyt

        * grab/it/: channel_ids, tv_grab_it.in: new channels for
          mediasetpremium

2009-06-15 00:39  knowledgejunkie

        * grab/uk_rt/prog_titles_to_process: Update handling of Time Shift
          title, remove MTV Digs text from titles

2009-06-15 00:15  knowledgejunkie

        * grab/uk_rt/prog_titles_to_process: More titles to fix

2009-05-31 15:30  attila_nagy

        * grab/huro/tv_grab_huro.in: Slovakian episode parsing added to
          tv_grab_huro (Thanx to Jan Dula)

2009-05-29 16:26  mihaas

        * grab/eu_epgdata/channel_ids:
          Add lots of new IDs. Thanks to Ben Bucksch!

2009-05-29 16:17  mihaas

        * Makefile.PL:
          Adjust dependencies for tv_grab_eu_epgdata - we now need
          DateTime::Format::Strptime

2009-05-29 16:08  mihaas

        * grab/eu_epgdata/tv_grab_eu_epgdata:
          Improve timezone handling. Time zone can now be set to "local" to
          autodetect the current time zone. Strings like "Europe/Berlin"
          are also supported.

          ATTENTION: this adds a dependency on DateTime::Format::Strptime!

          Patch by Andreas Benneke (abeani). Many thanks.

2009-05-29 15:04  mihaas

        * grab/eu_epgdata/tv_grab_eu_epgdata:
          Make sure we do not overwrite $expirydate and friends with null
          values if our subscription is close to expiring.  Also added some
          debug output. Closes bug 2797360.

          Patch by Wolfgang Trexler (wolfman70).

2009-05-29 13:39  mihaas

        * grab/eu_epgdata/tv_grab_eu_epgdata:
          Sanitize file names we get from the epgdata server. Closes bug
          2797378.

2009-05-25 17:17  knowledgejunkie

        * grab/uk_rt/prog_titles_to_process: Title fix for Have I Got a Bit
          More News for You

2009-05-21 22:05  mnbjhguyt

        * grab/it_dvb/: channel_ids, sky_it.dict, sky_it.themes,
          tv_grab_it_dvb.PL, tv_grab_it_dvb.in: first release

2009-05-21 22:03  mnbjhguyt

        * Makefile.PL: added tv_grab_it_dvb

2009-05-21 00:29  knowledgejunkie

        * grab/uk_rt/channel_ids: Update channel descriptions to reflect
          that Virgin 1 is now universal, and that there are separate
          timeshifted versions of Virgin 1 +1 - one for Freeview and
          another for Satellite and Cable

2009-05-21 00:05  knowledgejunkie

        * grab/uk_rt/: channel_ids, channels_platforms: Adds support for
          new part-time Virgin 1 +1 channel on Freeview and removes
          redundant part-time Virgin 1 channel entry (channel now 24hrs on
          Freeview)

2009-05-20 14:43  knowledgejunkie

        * grab/uk_rt/: channel_ids, channels_platforms: Removes UKTV
          Gardens and adds Really.

2009-05-19 21:03  mnbjhguyt

        * grab/it/tv_grab_it.PL: updated pod

2009-05-15 11:36  mnbjhguyt

        * grab/it/tv_grab_it.in: fix to sky.it after small site change

2009-05-14 07:59  knowledgejunkie

        * grab/uk_rt/prog_titles_to_process: More programme titles to
          process

2009-05-11 19:21  mnbjhguyt

        * grab/it/tv_grab_it.in: fixed boingtv.it (hopefully)

2009-05-09 20:41  knowledgejunkie

        * grab/uk_rt/channel_ids: Add logo for Home

2009-05-09 12:59  mnbjhguyt

        * grab/it/tv_grab_it.in: minor fix for boingtv

2009-05-07 00:30  rmeden

        * xmltv.dtd: fix spelling error

2009-05-05 01:11  rmeden

        * grab/na_dd/tv_grab_na_dd.in: don't use OriginalAirDate for
          previously shown on SH* programs

2009-05-05 01:08  rmeden

        * xmltv.dtd, lib/XMLTV.pm.in: allow "billingual" as a valid value
          for stereo (per Marus Keller's suggestion)

2009-05-01 20:24  knowledgejunkie

        * grab/uk_rt/: channel_ids, channels_platforms: Remove UKTV Style
          channels. Add new UKTV Home channels. Update Paramount Comedy
          channels after rebranding to Comedy Central (note new XMLTV ID).
          New logo for Discovery RealTime

2009-04-16 13:57  ecastelnau

        * grab/re/: test.conf, tv_grab_re:
          Fix wrong URL during '--configure' step for CanalSat bouquet.

2009-04-09 19:27  rmeden

        * grab/na_icons/tv_grab_na_icons.in: minor fix in response to
          source site change
2009-04-02 19:00  candu_sf

        * grab/es_laguiatv/tv_grab_es_laguiatv: Modified version of patch
          #2723857 - get categories for fast grab too

2009-04-02 10:20  attila_nagy

        * grab/huro/: catmap.cz, catmap.sk: Checz and Slovakian catmap
          kindly provided by Jan Dula

2009-04-01 12:02  attila_nagy

        * grab/huro/tv_grab_huro.in: Typo fixed in tv_grab_huro

2009-04-01 09:45  attila_nagy

        * grab/huro/tv_grab_huro.in: Fixed date parsing for tv_grab_huro

          Patch by Jan Dula

2009-03-29 02:43  rmeden

        * Makefile.PL, grab/za/tv_grab_za: got a _za patch from
          ngarratt@gmail.com  added back to Makefile!

2009-03-29 00:12  knowledgejunkie

        * grab/uk_rt/channel_ids: Add new logo for Yesterday

2009-03-29 00:05  knowledgejunkie

        * grab/uk_rt/prog_titles_to_process: More titles to process

2009-03-28 23:55  knowledgejunkie

        * grab/uk_rt/: channel_ids, channels_platforms: Remove Discovery
          Realtime Extra and add Discovery Shed

2009-03-14 15:18  attila_nagy

        * grab/huro/tv_grab_huro.in:  - Issue #2500755 FIXED: icon fetching
          works for Romania also
          - TODO: SK and CZ icon fetch
          - previous commit verified, indentation fixup

2009-03-14 07:15  rmeden

        * MANIFEST, Makefile.PL, README, doc/README.win32, lib/XMLTV.pm.in,
          lib/exe_wrap.pl: prepare for 0.5.55 release

2009-03-14 07:10  knowledgejunkie

        * grab/uk_rt/prog_titles_to_process: More titles

2009-03-14 06:42  rmeden

        * Makefile.PL: remove tv_grab_za due to site changes

2009-03-12 08:49  knowledgejunkie

        * grab/uk_rt/prog_titles_to_process: Remove Baroque! from list

2009-03-12 05:11  knowledgejunkie

        * grab/uk_rt/prog_titles_to_process: More titles

2009-03-10 13:43  rmeden

        * grab/huro/tv_grab_huro.in: look for a different separator per
          zolih@hotmail.com

2009-03-10 05:14  rmeden

        * grab/pt/test.conf: old test config didn't work.. submit a new
          one.

2009-03-09 05:26  rmeden
        * Makefile.PL: disable dead grabbers tv_grab_br_net tv_grab_es

2009-03-08 18:25  atirc

        * grab/es_miguiatv/tv_grab_es_miguiatv:

          fixed problem with ARRAY

2009-03-08 14:55  eggertthor

        * grab/is/: test.conf, tv_grab_is: Added support for timeshifted
          channels.  All channels now have a corresponding plus channel
          whose programmes are one hour behind the original

2009-03-06 05:41  rmeden

        * Makefile.PL: remove tv_grab_jp due to target site blocking

2009-03-05 22:37  knowledgejunkie

        * grab/uk_rt/channels_platforms: Remove UKTV Style from Freeview
          platform as it is part of the separate TopUpTV service

2009-03-05 22:21  gawen

        * grab/pt/tv_grab_pt: Bugfix for latest site changes.

2009-03-05 19:38  knowledgejunkie

        * grab/uk_rt/channels_platforms: Remove Pricedrop TV and Screenshop
          from FreeView lineup. Thanks to Nigel Jewell for the patch.

2009-03-05 17:34  knowledgejunkie

        * grab/uk_rt/: channel_ids, channels_platforms: Correct entry for
          CNN Europe on FreeView as it is a part-time channel broadcast
          daily 2100-0100. Thanks for Dazzle for the patch. If you have
          already configured CNN on FreeView, the new XMLTV ID is
          freeview.europe.cnn.com

2009-03-04 23:35  knowledgejunkie

        * grab/uk_rt/: channel_ids, channels_platforms: Another channel
          rebranding - this update removes UKTV History and adds Yesterday
          (with a new XMLTV ID, logo to follow). You must update your XMLTV
          configuration to continue to receive listings for this channel.

2009-03-04 23:15  knowledgejunkie

        * grab/uk_rt/: channel_ids, channels_platforms: Adds a new logo for
          Channel 4 +1, and includes Dave +1 and CNN in FreeView lineups.
          Thanks to Nigel Jewell for the information.

2009-03-04 08:34  mnbjhguyt

        * grab/it/channel_ids: new channels

2009-03-04 08:27  mnbjhguyt

        * grab/it/tv_grab_it.in: [no log message]

2009-03-04 00:38  rmeden

        * grab/huro/: catmap.cz, catmap.sk, tv_grab_huro.in: supplements
          now working for cz, sk

2009-03-03 22:20  mnbjhguyt

        * grab/it/tv_grab_it.in: minor fix... again

2009-03-03 22:08  mnbjhguyt

        * grab/it/tv_grab_it.in: minor fix

2009-03-03 07:16  mnbjhguyt

        * grab/it/tv_grab_it.in: fix for a warning
2009-03-03 03:59  knowledgejunkie

        * grab/uk_rt/tv_grab_uk_rt.in: Include XMLTV library and grabber
          version information in console output and XML data to help with
          end-user debugging. Version info extracted from CVS Id tag (as
          per ParseOptions)

2009-03-03 02:42  knowledgejunkie

        * grab/uk_rt/tv_grab_uk_rt.in: Remove some unnecessary linebreaks
          from debug output

2009-03-03 02:38  knowledgejunkie

        * grab/uk_rt/tv_grab_uk_rt.in: Include XMLTV library version in
          generator-info-name attribute of tv element in XML output

2009-03-03 02:07  knowledgejunkie

        * grab/uk_rt/tv_grab_uk_rt.in: Ignore film titles when creating
          debug list of programme titles containing colons or hyphens

2009-03-03 01:47  knowledgejunkie

        * grab/uk_rt/tv_grab_uk_rt.in: Ignore empty fields in credits
          information

2009-03-02 16:40  mnbjhguyt

        * grab/it/: channel_ids, tv_grab_it.in: new backend added new
          channels some fixes

2009-02-28 20:40  knowledgejunkie

        * grab/uk_rt/channel_ids: Rename Dave +1 to Dave ja vu

2009-02-25 14:07  ngarratt

        * grab/za/tv_grab_za: Handle new channel name/number page Add
          support for fixups on channel name differences between pages

2009-02-23 23:13  knowledgejunkie

        * grab/uk_rt/: channel_ids, channels_platforms: Add support for
          Living2 +1

2009-02-23 23:10  knowledgejunkie

        * grab/uk_rt/channel_ids: Minor updates to display names of some
          channels

2009-02-22 18:16  knowledgejunkie

        * grab/uk_rt/channels_platforms: Remove Performance and restore bid
          tv channels

2009-02-22 18:07  knowledgejunkie

        * grab/uk_rt/channel_ids: Flags Sky Box Office, Performance and
          Screenshop channel listings as empty, reinstates bid tv, and
          deletes abc1 and Sky Movies entries that have been removed from
          the Radio Times site.

2009-02-22 02:07  knowledgejunkie

        * grab/uk_rt/: channel_ids, channels_platforms: Updates for
          rebranded channels - Eden, Blighty and Five USA. These channels
          have new XMLTV IDs, so you must update your configuation. Also
          adds a better logo for TeleG.

2009-02-16 22:09  mnbjhguyt

        * grab/it/tv_grab_it.in: another minor bug

2009-02-16 21:23  mnbjhguyt

        * grab/it/tv_grab_it.in: another minor bug
2009-02-16 17:32  rmeden

        * xmltv.dtd: correct DTD entry for "role"

2009-02-16 01:20  rmeden

        * Makefile.PL: add some new supplemental files to tv_grab_huro

2009-02-15 17:23  knowledgejunkie

        * grab/uk_rt/: channel_ids, channels_platforms: Updates ESPN
          America (Radio Times altered their ID for channel) and adds
          4Music

2009-02-14 22:07  knowledgejunkie

        * grab/uk_rt/: tv_grab_uk_rt.PL, tv_grab_uk_rt.in: Update perldoc
          and fix a typo

2009-02-14 13:48  mnbjhguyt

        * grab/it/tv_grab_it.in: minor fix

2009-02-14 00:49  knowledgejunkie

        * grab/uk_rt/tv_grab_uk_rt.in: Fully enable title processing for
          titles which include hyphens. Please report any problems with
          titles being updated incorrectly.

2009-02-14 00:22  knowledgejunkie

        * grab/uk_rt/prog_titles_to_process: Adds more titles

2009-02-14 00:12  knowledgejunkie

        * grab/uk_rt/: channel_ids, channels_platforms: Removes NASN and
          adds ESPN America

2009-02-11 01:27  rmeden

        * MANIFEST, xmltv.dtd, grab/huro/catmap.cz, grab/huro/catmap.sk,
          grab/huro/tv_grab_huro.in: add Czech and Slovenia to
          tv_grab_huro.. changes by Christian Vanderndorpe

2009-02-10 16:56  mnbjhguyt

        * grab/it/tv_grab_it.in: should remove warnings

2009-02-08 15:57  knowledgejunkie

        * grab/uk_rt/prog_titles_to_process: More programme title to
          process.

2009-02-08 00:39  knowledgejunkie

        * grab/uk_rt/prog_titles_to_process: Adds some more programme title
          to process. Thanks to Mike Holden for the details.

2009-02-05 18:20  mnbjhguyt

        * grab/it/tv_grab_it.in: fixed midnight bug for skylife

2009-02-04 15:42  mnbjhguyt

        * grab/it/tv_grab_it.in: fixed skylife after major site change
          removed wfactory as it no longer works fixed raisat for rai4 and
          such

2009-02-04 15:41  mnbjhguyt

        * grab/it/channel_ids: new channels

2009-02-04 15:01  mnbjhguyt

        * grab/it/channel_ids: new channels

2009-02-04 10:04  mnbjhguyt
        * grab/it/channel_ids: removed old backend

2009-02-03 22:20  knowledgejunkie

        * grab/uk_rt/channel_ids: Adds support for new UKTV channel Eden,
          which replaces UKTV Documentary. As this is a rebranding and not
          a completely new channel, I have kept it associated with the
          existing UKTV Documentary XMLTVID so that no changes are required
          to existing configurations.

2009-02-03 16:17  mnbjhguyt

        * grab/it/channel_ids: new channels

2009-01-14 05:45  rmeden

        * Makefile.PL, README, doc/README.win32, lib/XMLTV.pm.in,
          lib/exe_wrap.pl: prepare for 0.5.54 release

2009-01-12 19:32  knowledgejunkie

        * grab/uk_rt/tv_grab_uk_rt.in: Improved mis-encoded UTF-8 character
          handling. Should handle more characters, and corrects source data
          in UTF-8 before any further character encoding is carried out.

2009-01-12 14:45  knowledgejunkie

        * grab/uk_rt/tv_grab_uk_rt.in: Update debug output for title
          processing

2009-01-12 14:03  knowledgejunkie

        * grab/uk_rt/prog_titles_to_process: More titles

2009-01-12 12:14  knowledgejunkie

        * grab/uk_rt/: channel_ids, channels_platforms: Add support for Sky
          Arts 2

2009-01-12 11:36  knowledgejunkie

        * grab/uk_rt/tv_grab_uk_rt.in: Updates to documentation: fix some
          typos, update links and add details on mailing list.

2009-01-08 02:07  rmeden

        * grab/na_dd/tv_grab_na_dd.in: don't print  a message when you're
          auto-ignoring a channel

2009-01-03 10:07  eggertthor

        * grab/is/tv_grab_is: Updated URL for ruv.is

2008-12-15 08:57  attila_nagy

        * grab/huro/tv_grab_huro.in:  - small website change caused evening
          programs to not show up in the
            listings

2008-12-14 21:29  ecastelnau

        * grab/re/: test.conf, tv_grab_re:
          CANALSAT is activated again.

          PARABOLE site is working but it no longer delivers information.

2008-12-13 05:46  ecastelnau

        * grab/re/: test.conf, tv_grab_re:
          canal-sat is back.  It seems that cookies were not the problem.
          I need to make a POST request instead of a GET request (thanks to
          LESFRITZ Johann for his help).  However, canal-sat is still
          disabled for further testing.

          Another point: parabole seems broken now.

2008-12-09 15:48  sunsetsystems
        * grab/na_dtv/tv_grab_na_dtv: More adjustments for web site
          changes.

2008-12-04 13:35  ngarratt

        * grab/za/tv_grab_za: Remove option for 30-days - no longer
          available on source site

2008-12-03 15:11  ngarratt

        * grab/za/tv_grab_za: New POST method with session state
          verification required Listings structure changes

2008-12-01 11:39  knowledgejunkie

        * grab/uk_rt/regional_channels_by_postcode: Updates
          MK40,MK41,MK42,MK43,MK44,MK45 postcodes to use BBC East listings

2008-12-01 10:28  knowledgejunkie

        * grab/uk_rt/tv_grab_uk_rt.in, Makefile.PL: Use HTML::Entities to
          remove any HTML entities seen in the source data (which is
          currently UTF-8 text), and re-add as a prerequisite. The problem
          has been reported to the Radio Times but not yet fixed.

2008-12-01 10:25  knowledgejunkie

        * grab/uk_rt/: channel_ids, channels_platforms: Adds Discovery
          Travel & Living +1 support

2008-11-30 06:49  rmeden

        * lib/exe_opt.pl: trim more modules after upgrading Soap::Lite
          module

2008-11-30 06:48  rmeden

        * grab/na_dd/tv_grab_na_dd.in: oops.. remove double category for
          show-type

2008-11-30 06:30  rmeden

        * grab/na_dd/tv_grab_na_dd.in: generate Movie and Sports category
          if TMS prog_id indicates Movie or Sports

2008-11-26 01:14  knowledgejunkie

        * grab/uk_rt/prog_titles_to_process: Adds more titles

2008-11-26 01:03  knowledgejunkie

        * grab/uk_rt/: channel_ids, channels_platforms: Adds Sky basic
          channels to VirginTV platform, adds Five to Freesat platform, and
          renames Sky Arts channel to Sky Arts 1

2008-11-25 19:38  mihaas

        * grab/eu_epgdata/tv_grab_eu_epgdata: call binmode() on file handle
          for downloaded file - should fix grabber on win32

2008-11-24 01:30  sunsetsystems

        * grab/na_dtv/tv_grab_na_dtv: a couple more refinements for
          robustness

2008-11-24 00:13  sunsetsystems

        * grab/na_dtv/tv_grab_na_dtv: working on better air-time accuracy

2008-11-23 03:55  sunsetsystems

        * grab/na_dtv/tv_grab_na_dtv: extensive changes due to changes at
          www.directv.com

2008-11-09 22:40  rmeden

        * Makefile.PL: remove tv_grab_be due to site blocking XMLTV user
          agent

2008-10-30 01:17  knowledgejunkie

        * grab/uk_rt/channels_platforms: Adds ITV HD to Freesat list

2008-10-29 14:43  knowledgejunkie

        * grab/uk_rt/prog_titles_to_process: More titles

2008-10-29 14:39  knowledgejunkie

        * grab/uk_rt/channel_ids: Adds ITV HD channel

2008-10-28 14:46  epaepa

        * grab/DST.pm: dst_dates_na: updated for 2007 change to daylight
          saving time rules.

2008-10-20 19:05  rmeden

        * choose/tv_check/tv_check: use correct variable for SEASON-RESET
          (no idea how this got committed!)

2008-10-18 22:39  knowledgejunkie

        * grab/uk_rt/channel_ids: Adds new logos for Alibi and G.O.L.D.
          channels

2008-10-14 23:24  knowledgejunkie

        * grab/uk_rt/prog_titles_to_process: Fixes 'Later...with Jools
          Holland' programme titles

2008-10-14 08:22  nielm

        * grab/be/tv_grab_be.in: Remove capability to grab from TeveBlad
          (Dutch language listings)

2008-10-12 00:58  knowledgejunkie

        * grab/uk_rt/prog_titles_to_process: Season info to remove from
          titles

2008-10-10 16:14  knowledgejunkie

        * grab/uk_rt/channel_ids: Adds new logo for Watch, and removes old
          logos for G.O.L.D. and Alibi

2008-10-09 23:40  knowledgejunkie

        * grab/uk_rt/prog_titles_to_process: More titles to process

2008-10-09 23:29  knowledgejunkie

        * grab/uk_rt/: channel_ids, channels_platforms: Adds Hallmark +1
          support, and updates channel availability of several channels on
          Sky Digital and Virgin TV since launch of Watch

2008-10-09 01:26  knowledgejunkie

        * grab/uk_rt/: channel_ids, channels_platforms,
          regional_channels_by_postcode: MAJOR UPDATE: changes to
          BBC/ITV1/Sky Movies/UKTV channel XMLTVIDs to bring them into line
          with current channel identities. Adds/updates support for new
          Alibi, Watch and G.O.L.D. channels. You will need to ensure your
          XMLTV configuration file (and applications such as MythTV) is
          updated to match the new XMLTVIDs or rerun tv_grab_uk_rt
          configuration to continue receiving listings for these updated
          channels (see commit log for full list). Apologies in advance,
          but this XMLTVID update was a few years overdue.

2008-10-04 18:51  rmeden

        * choose/tv_check/tv_check: add --season-reset switch to change
          everything to 'title-only'

2008-10-03 15:24  knowledgejunkie

        * grab/uk_rt/tv_grab_uk_rt.in: More checks for uninitialised
          values.

2008-10-03 15:06  knowledgejunkie

        * grab/uk_rt/channel_ids: Adds BBC Alba and Propeller TV. Updates
          Setanta channels due to Radio Times changes.

2008-09-30 05:23  sunsetsystems

        * grab/na_dtv/tv_grab_na_dtv: updated due to more directv html
          changes

2008-09-25 18:01  jveldhuis

        * lib/IMDB.pm: soften requirement on genre sanity test, also update
          estimate # for ui

2008-09-25 16:02  mnbjhguyt

        * grab/it/: channel_ids, tv_grab_it.in: 3 more backend sites added,
          including iris, mediasetpremium, raisat (also rai4)

2008-09-02 06:29  rmeden

        * mkdist: change to use SF.NET sftp server for releases

2008-09-02 06:11  rmeden

        * README, doc/README.win32: building release spanned midnight..
          give new date to files

2008-09-02 04:24  rmeden

        * Makefile.PL, README, doc/README.win32, lib/XMLTV.pm.in,
          lib/exe_wrap.pl: prepare for 0.5.53 release

2008-08-30 21:28  mihaas

        * grab/eu_epgdata/tv_grab_eu_epgdata: Add various improvements -
          based on a slightly modified patch by Andreas Oeldenberger

          * add category support * add stop time * add age-rating * add
          year of production * fix parser for Actors, Directors and Guests
          * fix Episod-num to use sequence number

          The last item will likely break duplicate detection in apps like
          MythTV.

2008-08-30 11:46  eggertthor

        * grab/is/tv_grab_is: Just a minor change to prevent programmes
          starting at midnight from spilling out onto the previous day.
          Should stop duplicate-warnings from the validator

2008-08-30 08:55  knowledgejunkie

        * grab/uk_rt/prog_titles_to_process: More titles

2008-08-30 08:47  knowledgejunkie

        * grab/uk_rt/channel_ids: Deactivate the BBC Olympics channels
          which the Radio Times have not yet removed from their site

2008-08-28 16:00  rmeden

        * grab/na_dd/tv_grab_na_dd.in: add auto-config to the config file
          in addition to the command line

2008-08-27 14:38  rmeden

        * grab/se_swedb/test.conf: remove missing station to make quiet

2008-08-26 13:29  eggertthor

        * grab/is/tv_grab_is: Prevented error message that was generated if
          conf file had bogus channels.

2008-08-26 11:24  eggertthor

        * grab/is/test.conf: Updated test.conf to test all channels
          supported by new grabber

2008-08-26 05:23  knowledgejunkie

        * lib/XMLTV.pm.in: Reverts r1.135 and replaces encoding comparison
          check with a case-insensitive check which should allow all make
          tests to complete successfully.

2008-08-25 21:11  eggertthor

        * grab/is/tv_grab_is: Seperated <programme> elements by newlines to
          make XML more readable.  Removed outdated comment.

2008-08-25 06:14  rmeden

        * Makefile.PL, grab/is/tv_grab_is: add new version of tv_grab_is by
          Eggert Thorlacius

2008-08-25 02:30  knowledgejunkie

        * grab/uk_rt/tv_grab_uk_rt.in: More robust checks for empty fields
          before writing XMLTV data. Adds check for zero length programmes
          which will not be output if detected.

2008-08-24 06:49  knowledgejunkie

        * grab/uk_rt/channel_ids: Update icon for Fiver and restore some
          channels which are now providing data again

2008-08-23 05:13  knowledgejunkie

        * grab/uk_rt/channel_ids: Remove old BBC Olympics channels which
          have been removed from Radio Times site

2008-08-23 05:11  knowledgejunkie

        * grab/uk_rt/channel_ids: Another update to BBC Olympics channels

2008-08-17 03:08  knowledgejunkie

        * grab/uk_rt/prog_titles_to_process: More titles

2008-08-17 02:51  knowledgejunkie

        * grab/uk_rt/channel_ids: Adds updated BBC Olympics channels. If
          you have previously configured these channels you may need to
          update your XMLTVIDs as the original Olympics data files are
          currently empty and the Radio Times have newly added data.

2008-08-10 02:28  rmeden

        * grab/na_icons/tv_grab_na_icons.in: patch from  cheetah@sf to
          adjust to site changes

2008-08-10 01:03  rmeden

        * MANIFEST, Makefile.PL, filter/tv_extractinfo_ar: add
          tv_extractinfo_ar

2008-08-09 22:40  car_unlp

        * grab/ar/tv_grab_ar: add option to select from 2 different
          providers, as well as functionality to retrieve the program
          description, genere, actors from the provider

2008-08-07 14:23  pingel

        * grab/dk_tvtid/tv_grab_dk_tvtid: Fjernede de sidste
          dr.dk-referencer.  Satte "." efter "Episode $episode".

2008-08-07 08:46  pingel

        * grab/dk_tvtid/: test.conf, tv_grab_dk_tvtid: [no log message]

2008-08-07 08:45  pingel

        * grab/dk_dr/: test.conf, tv_grab_dk_tvtid: UNDO... sorry

2008-08-07 07:28  pingel

        * grab/dk_dr/: test.conf, tv_grab_dk_tvtid: [no log message]

2008-08-04 03:36  knowledgejunkie

        * grab/uk_rt/tv_grab_uk_rt.in: Adds detection of another episode
          numbering variant and updates comments. Reformats episode regexps
          to make it easier to update in the future.

2008-08-04 03:17  knowledgejunkie

        * grab/uk_rt/prog_titles_to_process: Correct 'The New Yankee
          Workshop' title variation

2008-08-03 09:57  pingel

        * grab/dk_dr/tv_grab_dk_dr: fjernede forkert indentering

2008-08-01 22:27  knowledgejunkie

        * grab/uk_rt/: channel_ids, channels_platforms: Adds 9 new BBC
          Olympics Interactive channels - how many of these you will be
          able to receive depends upon your digital TV service

2008-07-28 06:31  pingel

        * grab/dk_dr/tv_grab_dk_dr: Indenteret og kode fra brugerne er
          tilf<F8>jet.

2008-07-26 20:27  mihaas

        * grab/eu_epgdata/tv_grab_eu_epgdata: don't download day 1 twice on
          normal runs.  Thanks to Andreas Oeldenberger for the patch!

2008-07-26 20:07  mihaas

        * Makefile.PL: Fix installation of channel_ids for
          tv_grab_eu_epgdata

2008-07-23 14:47  rmeden

        * grab/no_gfeed/test.conf: remove missing channel from test
          (prevent warning)

2008-07-23 02:43  b4max

        * grab/br_net/: test.conf, tv_grab_br_net: Removed feature to
          auto-remove failed channels. To reenable set $auto_update_conf to
          1.

2008-07-22 22:09  rmeden

        * Makefile.PL: remove tv_grab_dk

2008-07-22 19:35  rmeden

        * MANIFEST, Makefile.PL: initial load tv_grab_dk_dr

2008-07-22 19:24  rmeden

        * grab/dk_dr/: test.conf, tv_grab_dk_dr: initial load tv_grab_dk_dr

2008-07-22 16:55  rmeden

        * grab/pt/tv_grab_pt: fix a few things so --quiet works

2008-07-22 16:29  rmeden

        * grab/no_gfeed/test.conf: let's see if this config gives errors

2008-07-19 17:32  attila_nagy
        * grab/huro/tv_grab_huro.in:  - tv_grab_huro still had problems
          when --offset was used. Fixed.

2008-07-17 21:27  attila_nagy

        * grab/huro/tv_grab_huro.in:  - Updated grabber to reflect changes
          in data provider source codes
          - Days begin & end is now handled correctly, days start at
          00:00, and
            finishes at 23:59
          - Icon download for romania is also fixed

2008-07-14 04:05  rmeden

        * MANIFEST, Makefile.PL, README, doc/README.win32, lib/XMLTV.pm.in,
          lib/exe_wrap.pl: prepare for 0.5.52 release

2008-07-13 11:30  knowledgejunkie

        * grab/uk_rt/tv_grab_uk_rt.in: Updates to comments and perldoc

2008-07-13 09:01  knowledgejunkie

        * grab/uk_rt/: prog_titles_to_process, tv_grab_uk_rt.in: Adds a
          title processing routine to enable inconsistent programme titles
          (such as Law & Order vs Law and Order, please report others) to
          be updated to a more consistent value. This should allow the
          grabber to provide more consistent programme titles across
          channels and over time, and allow better programme matching by
          PVR software such as MythTV.

2008-07-13 06:23  knowledgejunkie

        * grab/uk_rt/tv_grab_uk_rt.in: Moves episode number detection so
          that it occurs before title/episode processing. If the only data
          present in the episode field is the episode number, the episode
          field will become empty. This should allow title processing to be
          successful in instances when previously a mixed title/subtitle
          could not be moved because the episode data contained the episode
          number details. Also adds some debug output to show when episode
          numbering has been detected.

2008-07-13 04:33  knowledgejunkie

        * grab/uk_rt/test.conf: Adds encoding and title-processing entries
          to test configuration

2008-07-13 04:30  knowledgejunkie

        * grab/uk_rt/tv_grab_uk_rt.in: Improvements to episode numbering
          detection, which should also remove remaining numbering from the
          title of an episode.

2008-07-13 01:08  rmeden

        * Makefile.PL: remove non-working grabbers in preparation for
          release: tv_grab_il tv_grab_nl_wolf

2008-07-12 13:25  knowledgejunkie

        * grab/uk_rt/tv_grab_uk_rt.in: Adds comprehensive bad-character
          handling for the range of lower-case non-Latin characters likely
          to be seen in listings.

2008-07-12 13:22  knowledgejunkie

        * grab/uk_rt/: channel_ids, channels_platforms: Adds two new
          channels - Horror Channel +1 and Discovery Knowledge +1

2008-07-12 12:37  knowledgejunkie

        * grab/uk_rt/prog_titles_to_process: Adds a couple more titles

2008-07-08 14:50  ecastelnau

        * grab/re/: test.conf, tv_grab_re:
          Disable CANALSAT channel because of website/cookies changes not
          correctly handled for now. If someone has an idea...  PARABOL
          channel still functionnal.

2008-06-30 15:52  mnbjhguyt

        * grab/it/channel_ids: new channels added

2008-06-30 15:39  mnbjhguyt

        * grab/it/tv_grab_it.in: better handling of season/episode numbers

2008-06-30 05:07  rmeden

        * grab/is/tv_grab_is: add patch from T<F3>mas Edwardsson, but it still
          doesn't work.

2008-06-30 04:45  rmeden

        * lib/XMLTV.pm.in: add parsefiles to export_ok

2008-06-28 19:37  knowledgejunkie

        * grab/uk_rt/prog_titles_to_process: Adds a couple more titles

2008-06-23 08:23  knowledgejunkie

        * grab/uk_rt/channel_ids: Updates BBC channel names to be less loud

2008-06-23 03:09  knowledgejunkie

        * grab/uk_rt/tv_grab_uk_rt.in: Enable additional title-processing
          via grabber config file instead of using the non-standard runtime
          command-line option '--no-title-updates'. Title processing is
          enabled by default. Configuration file entry is
          'title-processing=enabled' when enabled.

2008-06-22 15:31  knowledgejunkie

        * grab/uk_rt/prog_titles_to_process: More titles to process

2008-06-21 06:06  knowledgejunkie

        * grab/uk_rt/tv_grab_uk_rt.in: Update perldoc to cover new
          configuration options

2008-06-21 06:00  knowledgejunkie

        * grab/uk_rt/tv_grab_uk_rt.in: Write all programme elements for a
          channel in one go, rather than one write for each programme. This
          should help to reduce constant disk activity when running the
          grabber with a specified output file.

2008-06-21 05:22  knowledgejunkie

        * grab/uk_rt/tv_grab_uk_rt.in: Enables a configuration option for a
          user to specify which character encoding to use for XMLTV output.
          With this first update, configuration supports UTF-8 and
          ISO-8859-1. Let me know of any issues you notice. The source data
          may still contain invalid UTF-8 encoded characters, and these
          will still propagate into the output data until we handle them,
          or the Radio Times fixes the issue.

2008-06-18 12:30  knowledgejunkie

        * Makefile.PL, grab/uk_rt/channels_platforms: Adds a new
          supplemental file mapping channels to TV platforms for
          tv_grab_uk_rt.

2008-06-18 12:26  knowledgejunkie

        * grab/uk_rt/tv_grab_uk_rt.in: Enables a configuration option for a
          user to specify which TV platform they use. This information is
          then used to filter the list of channels presented during
          configuration/list-channels to show only those available on their
          TV platform. Initial TV platforms supported are analogue,
          Freeview, FreeSat, FreeSat from Sky, Sky Digital, and Virgin TV.
          Please note that no channel/EPG numbering is provided (yet).

2008-06-18 12:15  knowledgejunkie

        * grab/uk_rt/regional_channels_by_postcode: Moves generic BBC1 and
          BBC2 channels into file, flagged to match all postcodes

2008-06-18 09:45  knowledgejunkie

        * grab/uk_rt/channel_ids: Deactivate PremPlus, TV Travelshop and TV
          Travelshop 2 channels which have ceased broadcasting

2008-06-18 09:20  knowledgejunkie

        * grab/uk_rt/channel_ids: Replace VH2 entry with MTV ONE +1. Tidy
          up some icon URLs.

2008-06-18 06:42  ngarratt

        * grab/za/tv_grab_za: Handle new episode tag format

2008-06-18 04:11  knowledgejunkie

        * grab/uk_rt/: regional_channels_by_postcode, tv_grab_uk_rt.in:
          Adds initial regional channel support for users in the Republic
          of Ireland, using a pseudo-postcode of 'Eire'.

2008-06-17 04:34  knowledgejunkie

        * grab/uk_rt/channel_ids: Updates name and icon for BBC News

2008-06-14 05:48  knowledgejunkie

        * grab/uk_rt/tv_grab_uk_rt.in: Handles another mis-encoded UTF-8
          character in the source data. Adds a couple of FIXMEs for the
          future.

2008-06-14 05:24  knowledgejunkie

        * grab/uk_rt/tv_grab_uk_rt.in: Adds functionality to support
          filtering of regional channels during configuration. The user is
          asked for the first past of their postcode, and only those
          channels determined to be available in their locality are
          presented in the list of configurable channels. Entering 'none'
          during configuration disables this filtering. A future update
          will add platform-level filtering of channels to further speed up
          configuration.

2008-06-14 04:57  knowledgejunkie

        * grab/uk_rt/regional_channels_by_postcode: Adds TeleG and TG4
          entries

2008-06-14 02:06  knowledgejunkie

        * grab/uk_rt/channel_ids: Updates name of S4C Digidol

2008-06-14 02:05  knowledgejunkie

        * grab/uk_rt/regional_channels_by_postcode: Adds S4C and RTE
          entries

2008-06-14 01:35  knowledgejunkie

        * grab/uk_rt/prog_titles_to_process: More titles to process.

2008-06-11 01:35  knowledgejunkie

        * grab/uk_rt/regional_channels_by_postcode: Adds ITV1 Border
          (Scottish) entry

2008-06-10 10:19  knowledgejunkie

        * grab/uk_rt/channel_ids: Removes 'South East' from BBC London
          channel descriptions

2008-06-10 09:38  knowledgejunkie

        * grab/uk_rt/regional_channels_by_postcode: Adds a couple more
          regional BBC1 and BBC2 channels missed in initial version of file

2008-06-10 09:37  knowledgejunkie

        * grab/uk_rt/channel_ids: Flags generic BBC1 and BBC2 channels as
          such

2008-06-10 08:41  knowledgejunkie

        * MANIFEST: Adds entry for new supplemental file for tv_grab_uk_rt.
          Fixes up tv_grab_eu_epgdata script entry as a result of the
          removal of its .in/.PL files from grab/eu_epgdata.

2008-06-09 01:47  knowledgejunkie

        * Makefile.PL: Adds a new supplemental file mapping regional
          channels to UK postcodes for tv_grab_uk_rt.

2008-06-09 01:42  knowledgejunkie

        * grab/uk_rt/regional_channels_by_postcode: Adds a new supplemental
          file mapping regional channels to UK postcodes

2008-06-08 21:10  nielm

        * grab/be/tv_grab_be.in: checked in correct version

2008-06-08 21:03  nielm

        * grab/be/: channel_ids_fr, channel_ids_nl, tv_grab_be.in: updated
          grabber to work with new telemoustique (french) site layout
          updated fr channel ids for new telemoustique channel IDs updated
          nl channel Ids for ARTE BELGIQUE updated grabber to genenerate
          valid URLS for channels with spaces

2008-06-06 10:38  mihaas

        * grab/eu_epgdata/tv_grab_eu_epgdata: Fix error message  - I
          accidentally used $opt->quiet instead of $opt->{quiet}

2008-06-05 18:23  jtoft

        * grab/dk/tv_grab_dk: Added onscreen episode-num tag

2008-06-03 11:30  knowledgejunkie

        * grab/uk_rt/tv_grab_uk_rt.in: Configuration now asks the user to
          choose their TV platform (Freeview, Sky, etc) and stores it in
          the configuration file. Currently unused.

2008-06-03 10:35  knowledgejunkie

        * grab/uk_rt/tv_grab_uk_rt.in: Configuration now asks for the first
          part of a user's postcode and stores it in the configuration
          file. Currently unused.

2008-06-03 09:57  sunsetsystems

        * grab/na_dtv/tv_grab_na_dtv: adapt to change in duration format at
          directv.com

2008-06-03 09:29  knowledgejunkie

        * grab/uk_rt/channel_ids: Updates BBC London channel names to
          include South East.

2008-06-03 09:04  knowledgejunkie

        * grab/uk_rt/tv_grab_uk_rt.in: Update config_stage() to allow for
          more configuration stages to be added easily in the future.

2008-06-03 08:50  knowledgejunkie

        * grab/uk_rt/tv_grab_uk_rt.in: Use XMLTV::Memoize with get()
          instead of get_nice(). Confirm --cache option caches data
          locally.

2008-06-03 08:21  knowledgejunkie

        * grab/uk_rt/prog_titles_to_process: Adds some more titles

2008-06-03 07:55  knowledgejunkie

        * grab/uk_rt/tv_grab_uk_rt.in: Makes a cachedir entry a requirement
          when using a new-style config file, as the entry will be added
          when running configure. Old-style config files will continue to
          use the default of ~/.xmltv/cache as before

2008-06-03 07:38  knowledgejunkie

        * grab/uk_rt/test.conf: Adds cachedir entry to test.conf.

2008-06-03 07:08  knowledgejunkie

        * grab/uk_rt/test.conf: Update test.conf to new config file format.
          Adds a second channel to test.

2008-06-03 04:30  knowledgejunkie

        * grab/uk_rt/tv_grab_uk_rt.in: Should ensure the channel elements
          are actually included in output. Some other minor tweaks.

2008-06-01 07:19  knowledgejunkie

        * grab/uk_rt/: tv_grab_uk_rt.PL, tv_grab_uk_rt.in: Adds support for
          ParseOptions and configure-api, amongst other things. This is a
          big update that should allow more flexibility in the future. The
          grabber should support existing and newly-created configurations.
          This update also includes improved documentation and various
          other minor tweaks. The underlying grabbing code has not changed,
          aside from being moved to various subroutines. Please report any
          issues encounted with this new version.

2008-06-01 01:48  knowledgejunkie

        * lib/Options.pm: Updates formatting of perldoc material. Fixes a
          typo. Updates comment for preferredmethod to state it is
          optional.

2008-05-30 12:45  knowledgejunkie

        * grab/uk_rt/channel_ids: Adds new Sky Movies HD channel feeds from
          Radio Times. Restores Discovery +1.5 feed (although unsure
          whether this is still available on any platform)

2008-05-24 20:22  reudeudeu

        * grab/fr/tv_grab_fr: Update:  - Fix issue when grabbing the
          picture of a programl, thanks to Andre Auzi

2008-05-24 04:41  sunsetsystems

        * grab/na_dtv/tv_grab_na_dtv: reworked due to changes in the
          directv.com site

2008-05-21 04:09  knowledgejunkie

        * grab/uk_rt/tv_grab_uk_rt.in: Clarification to help text stating
          --quiet and --debug are exclusive

2008-05-20 02:20  knowledgejunkie

        * lib/Ask/Term.pm: Allows case-insensitive single character y/n
          answers to questions asked on terminal

2008-05-17 07:22  knowledgejunkie
        * grab/uk_rt/channel_ids: Adds updated Radio Times ID for Fiver

2008-05-16 20:40  knowledgejunkie

        * grab/uk_rt/prog_titles_to_process: Another title to process.

2008-05-16 10:34  knowledgejunkie

        * grab/uk_rt/prog_titles_to_process: More titles to process. Thanks
          to Mike Holden for these.

2008-05-15 20:42  mihaas

        * grab/eu_epgdata/tv_grab_eu_epgdata: Some documentation updates: *
          link to http://wiki.xmltv.org/index.php/EU_epgdata * document
          --debug and --quiet * also add some whitespace changes because
          everyone loves them

2008-05-15 20:18  mihaas

        * grab/eu_epgdata/tv_grab_eu_epgdata: * fix --debug/--quiet

2008-05-15 19:17  mihaas

        * grab/eu_epgdata/tv_grab_eu_epgdata: add preferredmethod
          capability; set to 'allatonce' this change should avoid the "too
          many downloads" problem when used with mythfilldatabase

2008-05-02 06:48  knowledgejunkie

        * grab/uk_rt/tv_grab_uk_rt.in: Adds handling of another mis-encoded
          UTF-8 character

2008-05-01 01:27  knowledgejunkie

        * grab/uk_rt/prog_titles_to_process: More titles to process

2008-05-01 00:59  knowledgejunkie

        * grab/uk_rt/tv_grab_uk_rt.in: Adds some more handling of
          mis-encoded UTF-8 characters

2008-04-29 11:57  mihaas

        * grab/eu_epgdata/tv_grab_eu_epgdata: * Fix decoding of entities
          for --list-channels

2008-04-24 17:26  knowledgejunkie

        * grab/uk_rt/channel_ids: Removes Five Life (removed today by Radio
          Times). Please use newly added Fiver listings

2008-04-23 14:13  knowledgejunkie

        * grab/uk_rt/tv_grab_uk_rt.in: Remove a film's year of production
          from sub-title if seen, and moves it to <year> element if not
          provided in source data

2008-04-23 13:21  knowledgejunkie

        * grab/uk_rt/channel_ids: Adds new Fiver and Fiver +1 channels
          (starting 2008-04-28 when Five Life is rebranded). Removes
          Discovery +1.5 (ceased 2008-04-21) which is replaced with
          Discovery Science +1

2008-04-20 11:25  mihaas

        * grab/eu_epgdata/tv_grab_eu_epgdata: * Replace @@desc with
          something more meaningful * fix some warnings

2008-04-20 10:41  mihaas

        * Makefile.PL, grab/eu_epgdata/revision_log,
          grab/eu_epgdata/tv_grab_eu_epgdata.PL,
          grab/eu_epgdata/tv_grab_eu_epgdata.in: Simplify build system for
          tv_grab_eu_epgdata, part #2.

          Thanks to XMLTV::Supplement, it is not longer needed to specify
          the share directory in tv_grab_eu_epgdata. Thsi commit gets rid
          of tv_grab_eu_epgdata.PL and removes tv_grab_eu_epgdata.in.
          tv_grab_eu_epgdata has already been committed.

          Also add grab/eu_epgdata/revision_log to preserve history.
          <rant> Many people probably are aware that CVS can't rename files
          properly. I wasn't.  I weep bitter tears.</rant>

2008-04-20 10:33  mihaas

        * grab/eu_epgdata/tv_grab_eu_epgdata: Clean up build system for
          tv_grab_eu_epgdata.  Currently broken, missing parts will follow
          in a few minutes.

2008-04-20 09:56  mihaas

        * grab/eu_epgdata/tv_grab_eu_epgdata.in: * tell the user when their
          PIN expires * also fix a bug in the last commit which would
          overwrite the list of zip files

2008-04-19 21:19  mihaas

        * grab/eu_epgdata/tv_grab_eu_epgdata.in: update documentation fix
          perldoc parsing

2008-04-19 21:09  mihaas

        * grab/eu_epgdata/tv_grab_eu_epgdata.in: Fix some obsolete comments
          and documentation Warn if time zone is not defined

2008-04-19 20:57  mihaas

        * grab/eu_epgdata/tv_grab_eu_epgdata.in: * Don't guess the file
          names for the xml files, use the list of files we extracted from
          the zip instead

2008-04-19 19:43  mihaas

        * grab/eu_epgdata/tv_grab_eu_epgdata.in: cleanup: * remove
          findchannelcode function, it's not used anymore * @filenames
          variable doesn't need to be global

2008-04-19 19:32  mihaas

        * grab/eu_epgdata/tv_grab_eu_epgdata.in: add some messages, eg when
          a file is downloaded. some are hidden unless you use --debug

2008-04-19 18:26  mihaas

        * grab/eu_epgdata/tv_grab_eu_epgdata.in: In the
          x-epgdata-packageavailable header, epgdata tells us whether we'll
          get a zip file or not. Make use of this to stop downloading after
          we don't get any more zip files.

2008-04-19 17:51  mihaas

        * grab/eu_epgdata/tv_grab_eu_epgdata.in: Remove obsolete comment

2008-04-14 09:12  knowledgejunkie

        * grab/uk_rt/tv_grab_uk_rt.in: Detects additional series
          information occasionally provided in  field (tonight's Torchwood
          for ex.) and allows parsing out of both episode number (used) and
          series (currently unused) information, leaving only the episode's
          title intact.

2008-04-13 07:54  knowledgejunkie

        * grab/uk_rt/tv_grab_uk_rt.in: Catches more separators seen in
          updated listing information.

2008-04-13 07:21  knowledgejunkie

        * grab/uk_rt/tv_grab_uk_rt.in: Adds handling for another malformed
          UTF-8 character in source data. Working on a proper long-term
          solution.
2008-04-13 06:45  knowledgejunkie

        * grab/uk_rt/prog_titles_to_process: Another non-title entry to
          remove

2008-04-13 06:03  knowledgejunkie

        * grab/uk_rt/tv_grab_uk_rt.in: Removes any last-minute updated
          listing information from programme descriptions and moves it to a
          placeholder variable for future use.

2008-04-08 01:12  jveldhuis

        * lib/IMDB.pm: version .8    = updated file size est calculations
          = moviedb.dat directors and actors list no longer include
          repeated names (which mostly      occured in episodic tv
          programs (reported by Alexy Khrabrov)

2008-04-03 04:28  knowledgejunkie

        * grab/uk_rt/tv_grab_uk_rt.in: Adds a check to ensure Date::Manip
          timezone is set to UTC. Related debug updates.

2008-04-02 13:53  ngarratt

        * grab/za/test.conf: Refresh full channel map

2008-04-02 13:52  ngarratt

        * grab/za/tv_grab_za: Disable MNET site support - they have no
          plans to list the rest of the DSTV channels Fix internal channel
          reference extraction

2008-04-02 08:45  knowledgejunkie

        * grab/uk_rt/tv_grab_uk_rt.in: Adds support for another UTF-8
          character seen after conversion to ISO 8859-1.

2008-04-02 08:30  knowledgejunkie

        * grab/uk_rt/tv_grab_uk_rt.in: Grabber will now return a non-zero
          exit status if the Radio Times listings for a configured channel
          are missing. Also includes some debugging output improvements and
          more data validation.

2008-04-01 19:02  knowledgejunkie

        * grab/uk_rt/channel_ids: Flags more empty channels to ignore
          during configuration/retrieval

2008-04-01 11:09  knowledgejunkie

        * grab/uk_rt/tv_grab_uk_rt.in: More improvements to pre-processing
          checks to help eliminate run-time errors due to lack of data.

2008-03-31 20:17  va1210

        * grab/fi/tv_grab_fi: Info for programs with empty descriptions
          were being lost if the "series description"-option was being
          used. Thanks again to Stefan for the fix.

2008-03-29 05:41  knowledgejunkie

        * grab/uk_rt/tv_grab_uk_rt.in: Updates handling of GMT/BST
          changeover. We now use the given start time and programme length,
          as detailed testing has revealed inconsistent flagging (and
          non-flagging) of programmes giving incorrect stop times. This
          change seems to work well - in recent months I have not seen any
          problems with the given programme durations beging incorrect.
          This update should also work for the changeover at the end of
          BST, but we shall have to wait until October to find out.

2008-03-29 04:08  knowledgejunkie

        * grab/uk_rt/prog_titles_to_process: More titles

2008-03-28 12:52  knowledgejunkie
        * grab/uk_rt/tv_grab_uk_rt.in: Reduces the number of situations in
          which the grabber will terminate prematurely. We now skip any
          entries that are malformed or missing but would otherwise allow
          the grabber to continue, instead of immediately invoking die().
          Debug output details any config entries/channels/programmes that
          have been skipped during execution. Only those situations deemed
          fatal to the grabber (e.g. missing Radio Times or XMLTV
          supplement file data, or a missing config file) will now result
          in a premature exit.

2008-03-28 08:53  knowledgejunkie

        * grab/uk_rt/tv_grab_uk_rt.in: Improves checking of prerequisite
          information necessary for grabbing and improves feedback when
          problems are detected.

2008-03-28 05:51  knowledgejunkie

        * grab/uk_rt/tv_grab_uk_rt.in: Implement convenience debugging
          method as used in tv_grab_se_swedb to reduce clutter in code.

2008-03-28 05:00  knowledgejunkie

        * grab/uk_rt/tv_grab_uk_rt.in: Updates GMT/BST handling to use
          start time and programme duration to determine correct stop time
          for flagged programmes, as stop times can be incorrectly stated
          in source data. Another couple of other small code tidy-ups.

2008-03-28 04:40  knowledgejunkie

        * grab/uk_rt/tv_grab_uk_rt.PL: First in a series of major code
          clean-ups, inspired in part by Perl Best Practices and
          tv_grab_se_swedb. There should be no functional changes.

2008-03-28 00:54  knowledgejunkie

        * grab/uk_rt/tv_grab_uk_rt.in: First in a series of major code
          clean-ups, inspired in part by Perl Best Practices and
          tv_grab_se_swedb. There should be no functional changes.

2008-03-25 22:49  attila_nagy

        * grab/huro/tv_grab_huro.in:  - It has been asked for a stop
          attribute on the programmes. EyeTV needs it.
            so here is a quick fix for this.

2008-03-25 18:43  betlit

        * grab/ch_search/tv_grab_ch_search.in: fixed a bug causing grabbing
          to fail if there is a '=' sign present in the title of a show and
          --slow is not used.

2008-03-23 19:53  mihaas

        * grab/eu_epgdata/tv_grab_eu_epgdata.in: * get the code for the
          channel group from the http headers instead of relying  on
          regular expressions * remove hardcoded channel group code from
          --configure step * remove some cruft

2008-03-21 16:58  knowledgejunkie

        * grab/uk_rt/channel_ids: Updates descriptions for those few
          channels (generally non-24hr) available on Freeview having
          different listings/XMLTV IDs compared to their satellite/cable
          counterparts which are shown uninterrupted. Should make
          configuration of these channels unambiguous. Request from Steve
          Goodey.

2008-03-17 08:09  ngarratt

        * grab/za/test.conf: Switch to DSTV - MNET only providing limited
          channels for now

2008-03-15 13:15  mnbjhguyt

        * grab/it/: channel_ids: new channels
2008-03-14 11:22  knowledgejunkie

        * grab/uk_rt/tv_grab_uk_rt.in: Removes Log::TraceMessages module
          code, which is not currently used. Detailed debugging information
          is currently available using the --debug option.

2008-03-14 11:07  knowledgejunkie

        * grab/uk_rt/prog_titles_to_process: Adds a couple more titles to
          process against. F1 fans note that this update moves the specific
          GP information to the programme subtitle, leaving the title as
          'F1', where possible.

2008-03-14 10:46  knowledgejunkie

        * grab/uk_rt/tv_grab_uk_rt.in: Adds handling for 2 more badly
          formatted UTF-8 characters in Radio Times source data

2008-03-12 09:30  knowledgejunkie

        * grab/uk_rt/prog_titles_to_process: Another title to process
          against

2008-03-10 06:48  knowledgejunkie

        * grab/uk_rt/prog_titles_to_process: More titles to process against

2008-03-09 02:21  knowledgejunkie

        * grab/uk_rt/tv_grab_uk_rt.in: Fixes lack of programme filtering on
          part-time channels when debug output disabled

2008-03-08 03:31  knowledgejunkie

        * grab/uk_rt/channel_ids: Updates some channel icons

2008-03-03 15:21  rmeden

        * grab/na_dd/tv_grab_na_dd.in: add support for --agent

2008-03-02 17:55  gawen

        * grab/pt/tv_grab_pt: Site new date formatting.

2008-02-29 01:16  knowledgejunkie

        * grab/uk_rt/prog_titles_to_process: Adds more titles to process
          against

2008-02-28 23:58  knowledgejunkie

        * grab/uk_rt/channel_ids: Separates out empty/unusable Radio Times
          listings files

2008-02-28 23:49  knowledgejunkie

        * grab/uk_rt/channel_ids: Adds Movies4Men +1 support

2008-02-28 20:10  reudeudeu

        * grab/fr/tv_grab_fr: Enhance the detection of title/subtitle

2008-02-26 20:36  reudeudeu

        * grab/fr/tv_grab_fr:  - Process properly the title and the
          subtitle

2008-02-24 15:46  rmeden

        * grab/na_icons/tv_grab_na_icons.in: adjust to site changes

2008-02-22 17:18  knowledgejunkie

        * Makefile.PL, grab/uk_rt/tv_grab_uk_rt.in: Converts tv_grab_uk_rt
          to use Encode rather than Unicode::UTF8simple for UTF-8
          conversion. Now that Perl 5.6 is no longer supported since the
          release of 5.10, and Encode is part of Perl 5.8+, it seems
          sensible to move to a core module. Thanks to Chris Butler for
          supplying the patch.

2008-02-22 16:12  knowledgejunkie

        * grab/uk_rt/channel_ids: Adds 3 new channels just added by the
          Radio Times - Discovery Real Time Extra, Movies4Men, and True
          Movies.

2008-02-18 20:16  rmeden

        * lib/XMLTV.pm.in: force encoding to upper case on concatination
          so mixed case comparisions work.

2008-02-18 03:58  rmeden

        * Makefile.PL: shorted description for tv_grab_uk_rt for
          consistancy and to avoid column width issues

2008-02-17 20:23  rmeden

        * README: Fix typo

2008-02-17 19:25  knowledgejunkie

        * grab/uk_rt/prog_titles_to_process: Some more titles

2008-02-17 09:42  knowledgejunkie

        * grab/uk_rt/tv_grab_uk_rt.in: Removes title processing data from
          grabber and places it in a new file, prog_titles_to_process,
          which is retrieved via XMLTV::Supplement. Also adds more useful
          debugging messages for UTF-8 characters and provides more
          detailed information on number and types of available channels.

2008-02-17 09:22  knowledgejunkie

        * grab/uk_rt/prog_titles_to_process: Comment update

2008-02-17 08:26  knowledgejunkie

        * grab/uk_rt/prog_titles_to_process: More programme titles to
          process against

2008-02-17 07:08  rmeden

        * Makefile.PL, README, doc/README.win32, lib/XMLTV.pm.in,
          lib/exe_wrap.pl: prepare for 0.5.51 release

2008-02-17 02:36  knowledgejunkie

        * grab/uk_rt/prog_titles_to_process: Simplifies the way we flag the
          required processing for each programme title, using a simpler
          2-field (code|title) approach.

2008-02-16 05:45  knowledgejunkie

        * MANIFEST, Makefile.PL: Updates for current development version of
          tv_grab_uk_rt. Removes unnecessary prereq for HTML::Entities and
          adds prereqs for HTTP::Cache::Transparent and
          Unicode::UTF8simple. Adds reference to new share file for
          title/subtitle processing feature. Updates blurb.

2008-02-16 04:02  knowledgejunkie

        * grab/uk_rt/prog_titles_to_process: Fix Id keyword

2008-02-16 03:53  knowledgejunkie

        * grab/uk_rt/prog_titles_to_process: Adds a new data file to be
          retrieved using XMLTV::Supplement that contains the data required
          during the procesing and remapping of programme titles/subtitles
          that are found to be inconsistent in the Radio Times data.

2008-02-16 01:59  knowledgejunkie

        * grab/uk_rt/channel_ids: Adds support for MTV +1. Minor changes to
          some channel names.

2008-02-15 11:04  reudeudeu

        * grab/fr/tv_grab_fr: Fixes the configure mode, working now with
          the latests changes on the website

2008-02-14 03:10  rmeden

        * Makefile.PL: remove  non-working tv_grab_nc

2008-02-13 15:24  ngarratt

        * grab/za/test.conf: Change ActionX to M-Net Action in test
          configuration

2008-02-10 04:03  knowledgejunkie

        * grab/uk_rt/tv_grab_uk_rt.in: Adds some more programme titles to
          process against.

2008-02-10 03:23  knowledgejunkie

        * grab/uk_rt/channel_ids: Minor updates to comments.

2008-02-10 03:15  knowledgejunkie

        * grab/uk_rt/tv_grab_uk_rt.in: Fixes an oversight which was causing
          the listings for part-time channels starting and stopping
          broadcast on the same calendar day (e.g. UKTV History) to contain
          programme entries during the channel's off-air period.

2008-02-08 10:31  b4max

        * grab/br_net/test.conf: making the testsuite happy with a new
          config ;-)

2008-02-02 20:15  mihaas

        * grab/eu_epgdata/tv_grab_eu_epgdata.in: Fix --configure by
          reverting to the old behavior of just concatenating strings
          instead of using the proper libraries to the job.  It looks like
          XMLTV::Twig is breaking the redirection to stdout..

2008-01-30 21:48  b4max

        * grab/br_net/tv_grab_br_net: adapted for changes on the grabbed
          website

2008-01-30 17:18  ecastelnau

        * grab/re/tv_grab_re:
          - use length attribute instead of start and stop time - fix
          problem of seeing same program twice for multiple days grabbing -
          clean code

2008-01-27 12:48  ecastelnau

        * grab/re/tv_grab_re:
          - fix tv_grab_re because of web site changes - remove cache
          capability to pass test_grabbers check

2008-01-26 13:24  candu_sf

        * grab/es_laguiatv/test.conf: es_laguiatv - updated test.conf file

2008-01-26 01:40  knowledgejunkie

        * grab/uk_rt/channel_ids: Adds regionalised icons for ITV1 channels

2008-01-24 00:11  knowledgejunkie

        * grab/uk_rt/tv_grab_uk_rt.in: More programme titles to process
          against

2008-01-22 18:39  knowledgejunkie

        * grab/uk_rt/tv_grab_uk_rt.in: Adds another programme title to
          process against

2008-01-22 18:16  knowledgejunkie

        * grab/uk_rt/channel_ids: Reorders the channel entries. The file
          now contains the timeshifted and part-time channel entries first,
          and lists the regular channels available from the Radio Times
          afterwards. This should allow the released 0.5.50 (and previous)
          grabber to continue to use the regular channels during
          configuration and write usable XMLTV IDs to the config file. When
          channel_ids is parsed and the rt_to_xmltv hash is created, the
          timeshifted and part-time entries should be overwritten by the
          later 'regular' channel entries, which also share the same RT ID.
          The logic to cater for multiple channels sharing the same RT ID
          is only available in CVS right now, so this should allow current
          and future releases of the grabber to share the same channel_ids
          file.

2008-01-22 17:56  rmeden

        * Makefile.PL: remove tv_grab_no at author's request. Been replaced
          by tv_grab_no_gfeed

2008-01-21 08:52  knowledgejunkie

        * grab/uk_rt/tv_grab_uk_rt.in: Adds some more programme titles to
          process against

2008-01-20 11:44  knowledgejunkie

        * grab/uk_rt/tv_grab_uk_rt.in: Adds title processing routine to
          accommodate programmes having titles in format sub-title:title.
          Updates other title processing routines to cater for situations
          where a subtitle is given in title and separately in episode
          field. Adds a couple of new programme titles to match against
          during processing. Increases duration that the grabber will read
          from cache to 1hr now that we re-use the data for timeshifted and
          part-time channels.

2008-01-19 00:39  knowledgejunkie

        * grab/uk_rt/tv_grab_uk_rt.in: Re-enables timeshifted channel
          support, which I inadvertently disabled in the last update.

2008-01-18 18:49  knowledgejunkie

        * grab/uk_rt/: channel_ids, tv_grab_uk_rt.in: Adds support for
          part-time channels seen on platforms such as FreeView, which do
          not have the resources to broadcast all channels, all the time.
          This update allows tv_grab_uk_rt to create time-restricted
          listings for channels such as UKTV History and Virgin 1, which
          are only broadcast during certain hours of the day on FreeView.
          New XMLTV IDs have been created for these new channels. Listings
          for other part-time channels on Freeview are already available
          from the Radio Times feed, with Nuts TV and Smile TV being the
          only FreeView channels currently unsupported by the grabber. As
          always, please report any issues you encounter.

2008-01-17 04:44  knowledgejunkie

        * grab/uk_rt/tv_grab_uk_rt.in: Adds title/sub-title processing,
          which should begin to produce more consistent programming
          information over time. Some programme titles are supplied
          containing the programme's sub-title, but future listings may
          contain the correct title and a separate sub-title. To ease this
          inconsistency we parse out the sub-title information where we
          have prior knowledge of the title. Update also adds more flagged
          non-title information to remove from titles. All title processing
          can be disabled by using the --no-title-updates option.

2008-01-16 21:16  knowledgejunkie

        * grab/uk_rt/tv_grab_uk_rt.in: Adds a '--no-title-updates' option
          to the grabber to disable processing of programme titles. In
          order to achieve consistency between channels and repeat showings
          of programmes, the grabber can remove certain pieces of non-title
          information from a programme's title. Such information may
          include 'season' information ('Bond Season' etc) or
          programme-genre/channel information ('CBBC:'). Before I add more
          processing to enable the grabber to better split compounded
          title-subtitle programme titles into their constituent element to
          boost progamme matching, I am adding this override so that any
          users who wish to receive unadulterated programme titles can
          contine to do so.

2008-01-16 20:41  knowledgejunkie

        * grab/uk_rt/channel_ids: Updates display name for UKTV Gardens.
          Note that the previous commit (Timeshifted channels support) also
          updated a few channel names.

2008-01-16 20:08  knowledgejunkie

        * grab/uk_rt/: channel_ids, tv_grab_uk_rt.in: Adds timeshifted
          channel support to tv_grab_uk_rt. This enables the creation of
          (arbitrarily) timeshifted listings based on any listings
          available from the Radio Times. I have tried to ensure that all
          currently available +1/+2 channels are supported for new
          installations, which means that several previously-unsupported
          channels have listings available (use tv_grab_uk_rt
          --list-channels for the full list). No changes have been made to
          the availability of the Radio Times supplied +1/+2 listings, so
          these should continue to work as before. Existing users wishing
          to switch from the Radio Times supplied timeshifted listings to
          the new native tv_grab_uk_rt timeshifted listings need only to
          update the XMLTV IDs for these channels in their XMLTV config
          file and related software (i.e. MythTV). New timeshifted listings
          have tsod. (TimeShifted Original Data) prepended to the existing
          RT-supplied timeshifted channel's XMLTV ID - check the
          channel_ids file for more information. I have also tried to
          ensure that GMT/BST timings remain correct after this update.
          Many thanks to David Greaves for the initial patch upon which I
          have based this update.

2008-01-15 18:13  mnbjhguyt

        * grab/it/: channel_ids, tv_grab_it.in: major speed up in grabbing

2008-01-15 18:12  mnbjhguyt

        * grab/it/tv_grab_it.PL: updated pod

2008-01-13 21:22  atirc

        * grab/es_miguiatv/: tv_grab_es_miguiatv, test.conf: [no log
          message]

2008-01-13 21:18  atirc

        * Makefile.PL: Add es_miguiatv to Makefile.PL

2008-01-13 21:18  atirc

        * MANIFEST: Add es_miguiatv to MANIFEST

2008-01-13 14:09  candu_sf

        * grab/es_laguiatv/tv_grab_es_laguiatv: es_laguiatv: fix for site
          update with descriptions

2008-01-11 14:48  candu_sf

        * grab/es_laguiatv/tv_grab_es_laguiatv: Fix for es_laguiatv to
          match updates to the site. Descriptions are not fixed yet.

2008-01-11 06:51  sunsetsystems

        * grab/na_dtv/tv_grab_na_dtv: changed to skip non-numeric channel
          numbers as directv now seems to be appending "-1" to some that
          are otherwise duplicated

2008-01-09 20:05  mattiasholmlund

        * Makefile.PL: Add dependency for File::Slurp.

2008-01-09 08:45  knowledgejunkie

        * grab/uk_rt/tv_grab_uk_rt.in: Small change to --debug output text

2008-01-08 08:21  knowledgejunkie

        * grab/uk_rt/tv_grab_uk_rt.in: Adds debug output for programme
          titles that may include non-title information

2008-01-07 12:25  knowledgejunkie

        * grab/uk_rt/tv_grab_uk_rt.in: Reverts handling of a bad UTF-8
          Degree symbol character coded as <C3><8B><C2><9A> in the source
          data. The decoded character should be the Latin-1 Degree symbol
          <B0>, but instead is the Latin-1 (not UTF-8) E-umlaut character
          <CB>

2008-01-07 10:43  knowledgejunkie

        * grab/uk_rt/tv_grab_uk_rt.in: Adds handling of a bad UTF-8
          characters which remains undecoded in Latin-1 output (Degree
          symbol, Channel 4 listings)

2008-01-07 10:24  knowledgejunkie

        * grab/uk_rt/tv_grab_uk_rt.in: Adds a --debug option to the
          grabber, which provides detailed progress information on
          configuration, file downloads, listings processing, and output
          generation during a grabber run. It is recommended to run the
          grabber without progress bars for the clearest output. This
          update also cleans up the standard non-debug log output.

2008-01-06 02:09  knowledgejunkie

        * grab/uk_rt/tv_grab_uk_rt.in: Adds basic handling of some invalid
          UTF-8 characters which remain undecoded in Latin-1 output

2008-01-05 13:44  sunsetsystems

        * grab/na_dtv/tv_grab_na_dtv: fixed failure to pick up the first
          program when it starts about 5 minutes before the end of a 2-hour
          time slot

2008-01-04 06:39  knowledgejunkie

        * grab/uk_rt/tv_grab_uk_rt.in: Since the resumption of the Radio
          Times' XMLTV service in early January 2008, the RT source data
          appears to be in valid UTF-8 format, with only minor
          bad-character issues noted to date. We therefore use the
          Unicode::UTF8simple module to convert the UTF-8 format source
          data into ISO 8859-1 Latin 1 text for processing and output. As a
          result of this change, please report any occurences of odd
          characters in the output data.

2008-01-03 02:59  knowledgejunkie

        * grab/uk_rt/tv_grab_uk_rt.in: Tidies up non-fatal line breaks in
          reviewed/updated listings

2008-01-03 02:48  knowledgejunkie

        * grab/uk_rt/tv_grab_uk_rt.in: Removes old and unused HTML entity
          handling code

2008-01-03 02:14  knowledgejunkie

        * grab/uk_rt/tv_grab_uk_rt.in: Adds yet more handling for
          non-English characters in listings data. These now seem to be all
          prefixed with 0xC3 instead of a mixture of 0xC3 and 0xC8 in the
          source data, but in a more consistent manner. I am hopeful the
          source data can be corrected to remove these odd 2-byte
          characters and replace them with their correct ISO/IEC 8859-1
          codes

2008-01-02 17:06  knowledgejunkie

        * grab/uk_rt/channel_ids: Adds Channel 4 HD to available channels

2007-12-31 17:18  sunsetsystems

        * grab/na_dtv/tv_grab_na_dtv: fix for end-of-year bug

2007-12-25 15:35  va1210

        * grab/fi/tv_grab_fi: Updated regexp due to site markup change.
          Also added other small changes. Thanks (again) to Stefan Becker
          for the patch.

2007-12-16 16:48  reudeudeu

        * grab/fr/tv_grab_fr: Cleanup the genre field to replace wrong
          characters

2007-12-14 14:08  knowledgejunkie

        * grab/uk_rt/tv_grab_uk_rt.in: Updates comment. A new release of
          HTTP::Cache::Transparent (version 1.0) is now available from
          CPAN. The latest release of this module is required to enable the
          improved Radio Times 'empty file' handling.

2007-12-14 13:58  knowledgejunkie

        * grab/uk_rt/tv_grab_uk_rt.in: More updates for bad character
          handling.

2007-12-11 08:31  knowledgejunkie

        * grab/uk_rt/tv_grab_uk_rt.in: Updates comments regarding using
          non-CPAN version of HTTP::Cache::Transparent to work around bad
          Radio Times data files. Any users wanting to test this new
          support will require the latest non-CPAN release of
          HTTP::Cache::Transparent available from the author's git
          repository at
          http://git.holmlund.se/?p=HTTP-Cache-Transparent.git;a=summary.

2007-12-11 08:22  knowledgejunkie

        * grab/uk_rt/tv_grab_uk_rt.in: Adds more bad character handling.
          Comments out some likely superfluous HTML entity decoding code
          that was used when the grabber was parsing HTML data.

2007-12-08 20:34  rmeden

        * lib/XMLTV.pm.in: add quality optoin to video on parsing file

2007-12-08 15:35  mnbjhguyt

        * grab/it/: channel_ids, tv_grab_it.in: main site has moved to
          another domain, plus code cleanup

2007-12-07 10:46  knowledgejunkie

        * grab/uk_rt/tv_grab_uk_rt.in: Additionally checks for presence of
          DOCTYPE element in Radio Times data which indicates a lack of
          usable data. Users wanting to take advantage of tv_grab_uk_rt's
          bad/missing data support will need to upgrade
          HTTP::Cache::Transparent to a release later than 0.7

2007-12-07 10:28  knowledgejunkie

        * grab/uk_rt/tv_grab_uk_rt.in: Additional bad character handling.

2007-12-07 10:17  knowledgejunkie

..

(sno)

2009-09-13 10:16:46 UTC MAIN commitmail json YAML

Note update of misc/py-anita to 1.6

(gson)

2009-09-13 10:14:51 UTC MAIN commitmail json YAML

Update misc/py-anita to 1.6.  Changes since 1.5: support the new "modules" set.

(gson)

2009-09-13 08:30:02 UTC MAIN commitmail json YAML

Add Torque entry.

(asau)

2009-09-13 08:26:48 UTC MAIN commitmail json YAML

Removed parallel/openpbs.

(asau)

2009-09-13 08:25:35 UTC MAIN commitmail json YAML

2009-09-13 08:01:04 UTC MAIN commitmail json YAML

2009-09-13 03:57:00 UTC MAIN commitmail json YAML

-openoffice2-2.4.3.

(hira)

2009-09-13 03:55:47 UTC MAIN commitmail json YAML

Note update of misc/openoffice2 to 2.4.3.

(hira)

2009-09-13 03:54:14 UTC MAIN commitmail json YAML

Update to 2.4.3.  This is bug fix release.  It fixes the following
security vulnerabilities.

* CVE-2009-0200/CVE-2009-0201: Manipulated Microsoft Word files can
  lead to heap overflows and arbitrary code execution
* CVE-2009-2414/CVE-2009-2416: Manipulated XML documents can lead to
  arbitrary code execution

Release notes: http://development.openoffice.org/releases/2.4.3.html

- Fix getline() problem (patches from misc/openoffice3/patches).
- Use internal neon (9 patches are required to use external neon).
- Use internal openssl for internal neon.
- Disable VBA extension (enabling this causes build error).

(hira)

2009-09-13 02:15:29 UTC MAIN commitmail json YAML

Note update of editors/emacs22 to 22.3nb4.

(jun)

2009-09-13 02:12:28 UTC MAIN commitmail json YAML

2009-09-13 01:51:54 UTC MAIN commitmail json YAML

Note update of devel/ruby-readline package to 1.8.7.174nb1.

(taca)

2009-09-13 01:51:05 UTC MAIN commitmail json YAML

Add readline option which enable use of devel/readline package and enable
it default since editline lacks some functionality, especially multibytes
character processing.

Bump PKGREVISION.

(taca)

2009-09-13 01:44:26 UTC MAIN commitmail json YAML

Sort PLIST.  No functional change.

(taca)

2009-09-13 01:37:20 UTC MAIN commitmail json YAML

Updated converters/skf to 1.96.2

(obache)

2009-09-13 01:37:04 UTC MAIN commitmail json YAML

Update skf to 1.96.2.

  * fix inquiry does not work.
  * make UTF-16 as big-endian
  * further nkf compatibility fix.
  * unbuffered mode redundant code change fix.
  * fix 1.96.1 enbug (surplus err on ozone)

(obache)

2009-09-13 01:29:44 UTC MAIN commitmail json YAML

Note update of mail/mew package to 6.2nb2.

(taca)

2009-09-13 01:28:50 UTC MAIN commitmail json YAML

Since cnews and snews scripts are Ruby scripts which use sqlite3
interface, replace interpreter line and depends on ruby-sqlite3
package.

Bump PKGREVISION.

(taca)

2009-09-13 01:27:35 UTC MAIN commitmail json YAML

2009-09-13 01:26:34 UTC MAIN commitmail json YAML

2009-09-13 01:25:04 UTC MAIN commitmail json YAML

Note update of www/typolight27-translations package to 20090907.

(taca)

2009-09-13 01:24:09 UTC MAIN commitmail json YAML

Update typolight27-translations package to 20090907.

* Update Japanese translation files for typoight 2.7.3.

(taca)

2009-09-13 01:16:11 UTC MAIN commitmail json YAML

Note update of www/geeklog package to 1.5.2.5 (1.5.2sr5, security release 5).

(taca)

2009-09-13 01:15:11 UTC MAIN commitmail json YAML

Update Geeklog 1.5.2sr5 by adding patches since 1.5.2sr5 isn't provided
as full release.

And add updated fckeditor for Geeklog.

These updates should fix known security problems, Secunia SA36372.

Jul 30, 2009 (1.5.2sr5)
------------

This release addresses the following security issues:
- Gerendi Sandor Attila reported an XSS in the forms to email a user and to
  email a story to a friend.
- The "Mail Story to a Friend" function didn't check story permissions, so that
  it was possible to email a story even if you didn't have the permissions to
  view it on the site.

(taca)

2009-09-13 01:01:05 UTC MAIN commitmail json YAML

Note update of www/squid27 package to 2.7.6nb2.

(taca)

2009-09-13 01:00:17 UTC MAIN commitmail json YAML

Add CVE-2009-2855 DoS fix from squid's repositry.

Bump PKGREVISION.

(taca)

2009-09-13 00:13:50 UTC MAIN commitmail json YAML

Note that tk-BWidget is the successor for bwidget.

(wiz)

2009-09-12 22:31:34 UTC MAIN commitmail json YAML

Updated devel/p5-Date-Calc to 5.8

(sno)

2009-09-12 22:31:21 UTC MAIN commitmail json YAML

Updating devel/p5-Date-Calc from 5.7 to 5.8

Upstream changes:
Version 5.8  12.09.2009
+  Added a new function "N_Delta_YMD()"
+  Added a new test script "t/f037.t"
+  Updated the "Calc.pod" manual page accordingly
+  Renamed "calendar.cgi" in the "examples"
    subdirectory to "calendar.pl"
+  Added a new CGI script named "datecalc.pl"
    to the "examples" subdirectory

(sno)

2009-09-12 22:24:06 UTC MAIN commitmail json YAML

Fix build under Mac OS X Snow Leopard.

(tron)

2009-09-12 22:23:00 UTC MAIN commitmail json YAML

Note update of rails packages.

(minskim)

2009-09-12 22:20:29 UTC MAIN commitmail json YAML

2009-09-12 22:19:56 UTC MAIN commitmail json YAML

Remove an unused patch.

(minskim)

2009-09-12 22:14:17 UTC MAIN commitmail json YAML

2009-09-12 22:08:27 UTC MAIN commitmail json YAML

Updated mail/p5-MIME-Lite to 3.025

(sno)

2009-09-12 22:08:14 UTC MAIN commitmail json YAML

Updating mail/p5-MIME-Lite from 3.024 to 3.025

pkgsrc changes:
  - Adding license definition

Upstream changes:
Version 3.025
    Added back support for providing a non-default SMTP port (#21156, #48783, thanks John Bokma!).

(sno)

2009-09-12 22:07:56 UTC MAIN commitmail json YAML

Fix build under Mac OS X Snow Leopard.

(tron)

2009-09-12 21:56:56 UTC MAIN commitmail json YAML

Updated www/p5-WWW-Amazon-Wishlist to 2.006

(sno)

2009-09-12 21:56:42 UTC MAIN commitmail json YAML

Updating www/p5-WWW-Amazon-Wishlist from 2.001 to 2.006

Upstream changes:
2009-08-26  Kingpin  <Martin@BLUEMAX>
* lib/WWW/Amazon/Wishlist.pm (_extract): strip extra spaces from titles
* Programs/amazonwish: fixed a warning
* lib/WWW/Amazon/Wishlist.pm (_extract): fixed the next-url parser

2009-08-15  Kingpin  <Martin@BLUEMAX>
* lib/WWW/Amazon/Wishlist.pm (get_list): fixed the author parser
(get_list): sleep to avoid overwhelming the server

2009-08-14  Kingpin  <Martin@BLUEMAX>
* lib/WWW/Amazon/Wishlist.pm (_extract): fixed the parser

2009-07-18  Kingpin  <Martin@BLUEMAX>
* lib/WWW/Amazon/Wishlist.pm (_extract): fixed the priority parser

2009-01-17  Kingpin  <Martin@BLUEMAX>
* lib/WWW/Amazon/Wishlist.pm: removed dependency on File::Slurp

(sno)

2009-09-12 21:54:15 UTC MAIN commitmail json YAML

2009-09-12 21:49:11 UTC MAIN commitmail json YAML

Updated www/p5-CGI-Session to 4.42

(sno)

2009-09-12 21:48:59 UTC MAIN commitmail json YAML

Updating www/p5-CGI-Session from 4.41 to 4.42

pkgsrc changes:
  - adding license definition

Upstream changes:
4.42 - Wednesday, August 26, 2009
    No code changes.
    * DOCUMENTATION: Fix broken links in documentation and tests. (RT##49020)

(sno)

2009-09-12 21:45:17 UTC MAIN commitmail json YAML

Updated textproc/p5-Text-Diff-Parser to 0.1001

(sno)

2009-09-12 21:45:03 UTC MAIN commitmail json YAML

Updating textproc/p5-Text-Diff-Parser from 0.0900 to 0.1001

pkgsrc changes:
  - correcting license definition

Upstream changes:
0.1001 Sep 11 2009
    - AUGH!  Forget to put t/mysql.diff in MANIFEST

0.1000 Sep 10 2009
    - Added check for -- at begining of line.
        Thank you Jay

(sno)

2009-09-12 21:42:27 UTC MAIN commitmail json YAML

Add 32 bit and 64 ABI options for GCC under Mac OS X.

(tron)

2009-09-12 21:42:21 UTC MAIN commitmail json YAML

Updated textproc/p5-Encode to 2.37

(sno)

2009-09-12 21:42:08 UTC MAIN commitmail json YAML

Updating textproc/p5-Encode from 2.35 to 2.37

Upstream changes:
! Encode.xs
  fixed: compilation failure on compilers not supporting C99
  http://rt.cpan.org/Ticket/Display.html?id=49466

2.37 2009/09/06 09:03:07
! Encode.xs
  fixed: 'find_encoding("utf8")->decode(undef)' causes segmentation fault
  http://rt.cpan.org/Ticket/Display.html?id=49462

(sno)

2009-09-12 21:41:26 UTC MAIN commitmail json YAML

Add comment describing version numbers for Mac OS X Snow Leopard.

(tron)

2009-09-12 21:36:27 UTC MAIN commitmail json YAML

Updated devel/p5-Term-ANSIColor to 2.02

(sno)

2009-09-12 21:36:14 UTC MAIN commitmail json YAML

Updating devel/p5-Term-ANSIColor from 2.01 to 2.02

Upstream changes:
2009-08-30  Russ Allbery  <rra@stanford.edu>
* ANSIColor.pm: Version 2.02 released.

* ANSIColor.pm: Update compatibility matrix to reflect that xterm
now supports blink.

* ANSIColor.pm (colorvalid): New function to check whether an
attribute is known.
* t/basic.t: Test colorvalid.

(sno)

2009-09-12 21:33:10 UTC MAIN commitmail json YAML

Updated devel/p5-Config-General to 2.44

(sno)

2009-09-12 21:32:57 UTC MAIN commitmail json YAML

Updating devel/p5-Config-General from 2.43 to 2.44

Upstream changes:
2.44
- fixed rt.cpan.org#49023 by rolling back change in 2.43
  in line 158, regarding GLOB support.

(sno)

2009-09-12 21:30:35 UTC MAIN commitmail json YAML

Updated devel/p5-Class-C3-Componentised to 1.0006

(sno)

2009-09-12 21:30:21 UTC MAIN commitmail json YAML

Updating devel/p5-Class-C3-Componentised from 1.0005 to 1.0006

pkgsrc changes:
  - Adjusting dependencies

Upstream changes:
1.0006  08 Sep 2009
        Allow derived classes without component_base_class(), given all
        arguments to load_components are absolute class names (+Classname)

(sno)

2009-09-12 21:26:06 UTC MAIN commitmail json YAML

Updated devel/p5-IPC-Cmd to 0.50

(sno)

2009-09-12 21:25:53 UTC MAIN commitmail json YAML

Updating devel/p5-IPC-Cmd from 0.46 to 0.50

Upstream changes:
Changes for 0.50    Mon Sep  7 16:17:32 BST 2009
=================================================
* Apply patch from Steve Hay that fixes a test failure in
  core since the move from lib/ to ext/ [RT #49490]

Changes for 0.48    Mon Sep  7 15:12:43 BST 2009
=================================================
* Apply a patch from Vincent Pit to fix warnings when undefined
  values are provided in the command list [RT #48868]

(sno)

2009-09-12 21:22:10 UTC MAIN commitmail json YAML

Updated devel/p5-Variable-Magic to 0.37

(sno)

2009-09-12 21:21:58 UTC MAIN commitmail json YAML

Updating devel/p5-Variable-Magic from 0.36 to 0.37

Upstream changes:
0.37    2009-08-25 15:25 UTC
        + Add : The new constant VMG_FORKSAFE can be tested to know whether the
                module will behave nicely when fork()ing. It's currently always
                true except on Windows where you need perl 5.10.1 for it to be
                true.
        + Doc : Nits and clarifications.

(sno)

2009-09-12 21:19:03 UTC MAIN commitmail json YAML

Updated devel/p5-version to 0.7702

(sno)

2009-09-12 21:18:51 UTC MAIN commitmail json YAML

Updating devel/p5-version from 0.7701 to 0.7702

Upstream changes:
2009-09-07  John Peacock <jpeacock@cpan.org>
Tighten up un_vstring code to limit the number of false positives.
Bump $VERSION in anticipation of release to CPAN.

2009-09-07  John Peacock <jpeacock@cpan.org>
Stop leaking SV's.  Thanks to Goro Fuji for patch

(sno)

2009-09-12 21:14:34 UTC MAIN commitmail json YAML

Updated math/p5-Math-Random-MT-Perl to 1.06

(sno)

2009-09-12 21:14:22 UTC MAIN commitmail json YAML

Updating math/p5-Math-Random-MT-Perl from 1.05 to 1.06

pkgsrc changes:
  - Adding license definition

Upstream changes:
1.06 Fri Sep 4 2009
    - added ability to automatically and rapidly generate different seeds and
      return it to allow the generation of identical random number series

(sno)

2009-09-12 21:09:38 UTC MAIN commitmail json YAML

Updated mail/p5-MIME-Types to 1.28

(sno)

2009-09-12 21:09:25 UTC MAIN commitmail json YAML

Updating mail/p5-MIME-Types from 1.27 to 1.28

pkgsrc changes:
  - Adding license definition

Upstream changes:
version 1.28: Mon Sep  7 00:12:53 CEST 2009
- fix initiation when using by_mediatype().
  rt.cpan.org#49111 [GENEHACK]

(sno)

2009-09-12 21:07:43 UTC MAIN commitmail json YAML

Updated news/lottanzb to 0.4.0nb3.

(snj)

2009-09-12 21:07:01 UTC MAIN commitmail json YAML

Fix lottanzb's PLIST to not include CHANGELOG and LICENSE.  Problem
noted by kre in PR pkg/42042.

(snj)

2009-09-12 21:06:06 UTC MAIN commitmail json YAML

Updated www/p5-CGI to 3.47

(sno)

2009-09-12 21:05:54 UTC MAIN commitmail json YAML

Updating www/p5-CGI from 3.45 to 3.47

Upstream changes:
Version 3.47
  Re-release of 3.46, which did not contain a proper MANIFEST

Version 3.46
  [BUG FIXES]
  1. In CGI::Pretty, we no longer add line breaks after tags we claim not to format. Thanks to rrt, Bob Kuo and
    and Mark Stosberg. (RT#42114).
  2. unescapeHTML() no longer falsely recognizes certain text as entities. Thanks to Pete Gamanche, Mark Stosberg
    and Bob Kuo. (RT#39122)
  3. checkbox_group() now correctly includes a space before the "checked" attribute.
    Thanks to Andrew Speer and Bob Kuo. (RT#36583)
  4. Fix case-sensitivity in http() and https() according to docs. Make https()
    return list of keys in list context. Thanks to riQyRoe and Rhesa Rozendaal. (RT#12909)
  5. XHTML is now automatically disabled for HTML 4, as well as HTML 2 and HTML 3. Thanks to
    Dan Harkless and Yanick Champoux. (RT#27907)
  6. Pre-compiling 'end_form' with ':form' switch now works. Thanks to ryochin and Yanick Champoux. (RT#41530)
  7. Empty name/values pairs are now properly saved and restored from filehandles. Thanks to rlucas and
    Rhesa Rozendaal (RT#13158)
  8. Some differences between startform() and start_form() have been fixed. Thanks to Slaven Rezic and
    Shawn Corey. (RT#22046)
  9. url_param() has been updated to be more consistent with the documentation and param().
    Thanks to Britton Kerin and Yanick Campoux. (RT#43587)
  10.hidden() now correctly supports multiple default values.
    Thanks to david@dierauer.net and Russell Jenkins. (RT#20436)
  11.Calling CGI->new() no longer clobbers the value of $_ in the current scope.
    Thanks to Alexey Tourbin, Bob Kuo and Mark Stosberg. (RT#25131)
  12.UTF-8 params should not get double-decoded now.
    Thanks to Yves, Bodo, Burak G"ursoy, and Michael Schout. (RT#19913)
  13.We now give objects passed to CGI::Carp::die a chance to be stringified.
    Thanks to teek and Yanick Champoux (RT#41530)
  14.Turning off autoEscape() now only affects the behavior of built-in HTML
    generation fuctions. Explicit calls to escapeHTML() always escape HTML regardless
    of the setting. Thanks to vindex, Bob Kuo and Mark Stosberg (RT#40748)
  15.In CGI::Fast, preferences set via pragmas are now preserved.
    Thanks to heinst and Mark Stosberg (RT#32119)

  [DOCUMENTATION]
  1. remote_addr() is now documented. Thanks to Yanick Champoux. (RT#38884)
  2. In CGI::Pretty in the list of tags left unformatted was updated to match the code. Thanks to Mark Stosberg. (RT#42114)
  3. In CGI::Pretty, performance concerns are now documented. Thanks to Jochen, Rhesa Rozendaal and Mark Stosberg (RT#13223)
  4. A number of outdated Netscape references have been removed. Thanks to Mark Stosberg.
  5. The documentation has been purged of examples of using indirect object notation. Thanks to Mark Stosberg.
  6. Some POD formatting was fixed. Thanks to Dave Mitchell (RT#48935).
  7. Docs and examples were updated to highlight start_form instead of startform.
    Thanks to Slaven Rezic.
  8. Note that CGI::Carp::carpout() doesn't work with in-memory filehandles.
    Thanks to rhubbell and Mark Stosberg.
  9. The documentation for the -newstyle_urls is now less confusing.
    Thanks to Ryan Tate and Mark Stosberg (RT#49454)

  [INTERNALS]
  1. Quit bundling an ancient copy of Test::More and and using a custom 'lib' path for the tests. Instead, Test::More
    is now a dependency. Thanks to Ansgar and Mark Stosberg (RT#48811)
  2. Automated tests for hidden() have been added, thanks to Russel Jenkins and Mark Stosberg (RT#20436)
  3. t/util.t has been updated to use Test::More instead of a home-grown test function. Thanks to Bob Kuo.

(sno)

2009-09-12 21:02:44 UTC MAIN commitmail json YAML

Updated time/p5-MooseX-Types-DateTime to 0.05

(sno)

2009-09-12 21:02:30 UTC MAIN commitmail json YAML

Updating time/p5-MooseX-Types-DateTime from 0.04 to 0.05

pkgsrc changes:
  - Adjusting dependencies according to META.yml and source inspection

Upstream changes since 0.03:
0.05
- Merged the two 0.04 releases

0.04 (NUFFIN)
        - Remove DateTimeX::Easy support, this is in its own distribution now

0.04 (FLORA)
        - Depend on DateTime::TimeZone 0.95 to avoid test failures due to
          broken, older versions.

(sno)

2009-09-12 21:02:16 UTC MAIN commitmail json YAML

+ botan-1.8.7, bugzilla-3.4.2, monotone-0.45, msmtp-1.4.18 [pkg/42054],
  p5-Date-Calc-5.8, pgadmin3-1.10.0, py-moin-1.8.5, sdlmame-0.134,
  stella-3.0, xf86-input-void-1.3.0, xf86-video-nv-2.1.15, xterm-248.

(wiz)

2009-09-12 20:58:56 UTC MAIN commitmail json YAML

update x11/tk-BWidget to 1.9.0 and remove dupliate x11/bwidget

(plunky)

2009-09-12 20:54:58 UTC MAIN commitmail json YAML

Updated time/p5-DateTime-TimeZone to 0.98

(sno)

2009-09-12 20:54:44 UTC MAIN commitmail json YAML

Updating time/p5-DateTime-TimeZone from 0.96 to 0.98

pkgsrc changes:
  - Adding build depend for Module::Build 0.34.02.01

Upstream changes:
0.98    2009-09-11
- Fixes for Win32 time zones. Added handling for new Windows time zones,
  thanks to Jim Brunette. This should fix test failures on some Win32 systems.

0.97    2009-09-08
- This release is based on version 2009m of the Olson database. This
  release has changes for Samoa and Palestine.

(sno)

2009-09-12 20:52:11 UTC MAIN commitmail json YAML

remove bwidget as it is a duplicate of tk-BWidget

(plunky)

2009-09-12 20:51:06 UTC MAIN commitmail json YAML

use x11/tk-BWidget (via buildlink3.mk) rather than x11/bwidget

(plunky)

2009-09-12 20:50:04 UTC MAIN commitmail json YAML

Updated devel/p5-MooseX-Singleton to 0.21

(sno)

2009-09-12 20:49:51 UTC MAIN commitmail json YAML

Updating devel/p5-MooseX-Singleton from 0.19 to 0.21

Upstream changes:
0.21 2009-09-12
    - Various modules in this class were trying to load the old pre-0.20
      classes, which have all been renamed. Tests passed if you had 0.19 or
      earlier installed, but failed for fresh installations.  (Dave Rolsky)

0.20 2009-09-11
    - Converted this extension to use roles rather than metaclass
      subclasses. This means it will cooperate with other extensions on CPAN,
      like MooseX::StrictConstructor, etc. (Dave Rolsky)

(sno)

2009-09-12 20:49:44 UTC MAIN commitmail json YAML

2009-09-12 20:48:20 UTC MAIN commitmail json YAML

2009-09-12 20:43:33 UTC MAIN commitmail json YAML

Updated devel/p5-MooseX-Role-Parameterized to 0.13

(sno)

2009-09-12 20:43:19 UTC MAIN commitmail json YAML

Updating devel/p5-MooseX-Role-Parameterized from 0.12 to 0.13

Upstream changes:
0.13  Sep 11, 2009
    * Documentation improvements (Sartak)

(sno)

2009-09-12 20:39:37 UTC MAIN commitmail json YAML

Updated devel/p5-MooseX-LazyRequire to 0.04

(sno)

2009-09-12 20:39:22 UTC MAIN commitmail json YAML

Updating devel/p5-MooseX-LazyRequire from 0.03 to 0.04

Upstream changes:
0.04 Sat, 12 Sep 2009 06:05:12 +0900
  * Keep dzil from hiding the 1; at the end (Jesse Luehrs).

(sno)

2009-09-12 20:35:52 UTC MAIN commitmail json YAML

Updated devel/p5-MooseX-InsideOut to 0.104

(sno)

2009-09-12 20:35:39 UTC MAIN commitmail json YAML

Updating devel/p5-MooseX-InsideOut from 0.103 to 0.104

pkgsrc changes:
  - using "correct" license definition

Upstream changes:
0.104  Thu, 10 Sep 2009 22:12:11 -0400
  * avoid warnings with latest Moose

(sno)

2009-09-12 20:31:24 UTC MAIN commitmail json YAML

Updated devel/p5-MooseX-ClassAttribute to 0.10

(sno)

2009-09-12 20:31:13 UTC MAIN commitmail json YAML

Updating devel/p5-MooseX-ClassAttribute from 0.09 to 0.10

pkgsrc changes:
  - Adjust dependencies

Upstream changes:
0.10  2009-08-26
- Fixed to make triggers work with Moose 0.89+, and made triggers pass the old
  attribute value when appropriate just like non-class attributes.

(sno)

2009-09-12 20:27:52 UTC MAIN commitmail json YAML

Updated devel/p5-MooseX-Types to 0.20

(sno)

2009-09-12 20:27:41 UTC MAIN commitmail json YAML

Updating package devel/p5-MooseX-Types from 0.19 to 0.20

Upstream changes:
0.20    Thu Sep 10 22:34:48 EDT 2009
        - fix "empty export" warning (doy).

(sno)

2009-09-12 20:24:24 UTC MAIN commitmail json YAML

Updated devel/p5-Data-Visitor to 0.26

(sno)

2009-09-12 20:24:12 UTC MAIN commitmail json YAML

Updating devel/p5-Data-Visitor from 0.25 to 0.26

pkgsrc changes:
  - Correcting license definition
  - Adjusting dependencies

Upstream changes:
0.26
- remove Any::Moose, one too many failures to subclass. When/if
  Mouse can be subclassed by Moose we can consider putting it back

(sno)

2009-09-12 20:03:08 UTC MAIN commitmail json YAML

Updated devel/p5-FileHandle-Unget to 0.1623

(sno)

2009-09-12 20:02:55 UTC MAIN commitmail json YAML

Updating devel/p5-FileHandle-Unget from 0.1622nb1 to 0.1623

pkgsrc changes:
  - Adding license definition

Upstream changes:
Version 0.1623: Sun Aug 9 2009
- Fixed a bug where files with binary data would sometimes cause an
unitialized value warning at line 394 as well as incorrect behavior.
(Thanks to Bill Nugent <whn@lopi.com> for the bug report and initial
patch.)
- Removed unused ExtUtils::MakeMaker::bytes, which doesn't exist anymore
anyway. (Thanks to Slaven Rezi'c <srezic@cpan.org> for the bug report.)

(sno)

2009-09-12 19:57:41 UTC MAIN commitmail json YAML

Updated textproc/p5-Text-Markdown to 1.0.25

(sno)

2009-09-12 19:57:27 UTC MAIN commitmail json YAML

Updating textproc/p5-Text-Markdown from 1.0.24 to 1.0.25

pkgsrc changes:
  - Correcting dependencies (were build dependencies)
  - Define license

Upstream changes:
1.0.25 2009-08-25T09:31:30
        - Remove MultiMarkdown from the Text::Markdown distribution
        - Change repository and bugtracker metadata to github.

(sno)

2009-09-12 19:48:21 UTC MAIN commitmail json YAML

Updated archivers/p5-Archive-Tar to 1.54

(sno)

2009-09-12 19:48:08 UTC MAIN commitmail json YAML

Updating archivers/p5-Archive-Tar from 1.52 to 1.54

Upstream changes:
* important changes in version 1.54 10/09/2009
- Apply a patch from Niko Tyni (ntyni@debian.org) that resolves RT #48879;

    As seen in [rt.cpan.org #48879], although the recommended way of
    retrieving the last error is to use an instance method ($tar->error),
    the returned value is effectively global: an error in one Archive::Tar
    instance changes the error string of another instance.

    This change separates the error strings from each other while keeping
    the (deprecated) global value of $Archive::Tar::error pointing to the
    last error regardless of its instance.

    We also support calling error() as a class method (Archive::Tar->error).
    In this case it returns the global value, which matches the old behaviour.

(sno)

2009-09-12 19:46:23 UTC MAIN commitmail json YAML

remove updated p5-ExtUtils-CBuilder-0.260301

(sno)

2009-09-12 19:46:00 UTC MAIN commitmail json YAML

Updated games/pysolfc to 1.1nb4.

(snj)

2009-09-12 19:45:30 UTC MAIN commitmail json YAML

Remove dependency on py-imagingtk.  pysolfc works fine without it.  The
problem wiz stumbled upon only occurs if py-imaging is installed and
py-imagingtk is not.  pysolfc assumed that if py-imaging was installed,
py-imagingtk was also installed.  patch-ac corrects this by simply
disabling the runtime detection of these optional dependencies.

The real issue, it seems to me, is that py-imaging installs ImageTk.py,
which needs py-imagingtk to be useful.  This is why pysolfc got
confused.  pkgsrc should probably be changed to install ImageTk.py in
the py-imagingtk package instead, but I'd rather not audit all
py-imaging users right now, so I'll leave that for someone else.

Bump PKGREVISION to 4.

(snj)

2009-09-12 19:44:03 UTC MAIN commitmail json YAML

Updated devel/p5-ExtUtils-CBuilder to 0.26.03.01

(sno)

2009-09-12 19:43:50 UTC MAIN commitmail json YAML

Updating devel/p5-ExtUtils-CBuilder from 0.26.03 to 0.26.03.01

Upstream changes:
0.260301 - Sat Aug 29 11:04:41 EDT 2009
Bugs fixed:
- Fixed linking error on Win32 with gcc compiler (RT#49000)
  [kmx]

(sno)

2009-09-12 19:37:15 UTC MAIN commitmail json YAML

Updated devel/p5-SUPER to 1.17

(sno)

2009-09-12 19:37:02 UTC MAIN commitmail json YAML

Updating package devel/p5-SUPER from 1.16nb1 to 1.17

pkgsrc changes:
  - Adding license definition
  - Switch module type
  - adjust dependencies

Upstream changes:
(None noted, so I write down from diff)
  - switch to Module::Build
  - remove POD coverage test
  . no functional changes

(sno)

2009-09-12 19:30:31 UTC MAIN commitmail json YAML

Updated databases/p5-DBIx-Class to 0.08111

(sno)

2009-09-12 19:30:16 UTC MAIN commitmail json YAML

Updating databases/p5-DBIx-Class from 0.08109 to 0.08111

pkgsrc changes:
  - Updating dependencies

Upstream changes:
0.08111 2009-09-06 21:58:00 (UTC)
        - The hashref to connection_info now accepts a 'dbh_maker'
          coderef, allowing better intergration with Catalyst
        - Fixed a complex prefetch + regular join regression introduced
          in 0.08108
        - Fixed insert_bulk rebless handling
        - Fixed Storable roundtrip regression, and general serialization
          cleanup
        - SQLT related fixes:
          - sqlt_type is now called on the correct storage object
          - hooks can now see the correct producer_type (RT#47891)
          - optional SQLT requirements for e.g. deploy() bumped to 0.11002
        - Really fixed (and greatly cleaned up) postgresql autoinc sequence
          autodetection
        - Automatically detect MySQL v3 and use INNER JOIN instead of JOIN
        - POD improvements (including RT#48769)
        - Test suite tweaks (including fixes for recent CPANTS fails)
        - Better support for MSSQL IDENTITY_INSERT ON

(sno)

2009-09-12 19:25:06 UTC MAIN commitmail json YAML

Updated devel/p5-Module-Find to 0.08

(sno)

2009-09-12 19:24:53 UTC MAIN commitmail json YAML

Updating devel/p5-Module-Find from 0.06nb1 to 0.08

pkgsrc changes:
  - Adding license definition
  - removing dependencies to modules which are delivered with our Perl CORE

Upstream changes:
There're no changed noted for 0.08

0.07, 2009-09-08
    Fixed RT#38302: Module::Find now follows symlinks by default (can be
    disabled).

(sno)

2009-09-12 19:21:55 UTC MAIN commitmail json YAML

Updated devel/GConf to 2.26.2nb1

(wiz)

2009-09-12 19:21:01 UTC MAIN commitmail json YAML

Add patch from drochner that gets f-spot further (when autostarting
gconfd-2).

Bump PKGREVISION.

(wiz)

2009-09-12 19:12:15 UTC MAIN commitmail json YAML

Updated databases/p5-SQL-Translator to 0.11002

(sno)

2009-09-12 19:12:02 UTC MAIN commitmail json YAML

Updating package databases/p5-SQL-Translator from 0.11001 to 0.11002

pkgsrc changes:
  - Adjusting dependencies

Upstream changes:
0.11002 2009-08-30
  * Depend on fixed Parse::RecDescent
  * Added skip-tables and skip-tables-like options to Diagram

(sno)

2009-09-12 19:05:24 UTC MAIN commitmail json YAML

Updated databases/p5-SQL-Abstract to 1.58

(sno)

2009-09-12 19:05:11 UTC MAIN commitmail json YAML

Updating databases/p5-SQL-Abstract from 1.56 to 1.58

Upstream changes:
revision 1.58  2009-09-04 15:20 (UTC)
    - expanded the scope of -bool and -not_bool operators
    - added proper testing support

revision 1.57  2009-09-03 20:18 (UTC)
    - added -bool and -not_bool operators

(sno)

2009-09-12 18:55:03 UTC MAIN commitmail json YAML

Updated databases/p5-DBD-ODBC to 1.23

(sno)

2009-09-12 18:54:50 UTC MAIN commitmail json YAML

Updating databases/p5-DBD-ODBC from 1.22 to 1.23

pkgsrc changes:
  - remove patch to detect iODBC correctly after is was applied upstream

Upstream changes:
Changes in DBD::ODBC 1.23 September 11, 2009
  - Only a readme change and version bumped to 1.23. This is a full release
    of all the 1.22_x development releases.

Changes in DBD::ODBC 1.22_3 August 19, 2009

  - Fix skip count in rt_38977.t and typo in ok call.
  - Workaround a bug in unixODBC 2.2.11 which can write off the end of the
    string buffer passed to SQLColAttributes.
  - Fix skip count in rt_null_nvarchar.t test for non SQL Server drivers.
  - Fix test in 02simple.t which reported a fail if you have no ODBC
    datasources.
  - In 99_yaml.t pick up the yaml spec version from the meta file instead
    of specifying it.
  - Change calls to SQLPrepare which passed in the string lenth of the SQL to
    use SQL_NTS because a) they are null terminated and more importantly b)
    unixODBC contains a bug in versions up to 2.2.16 which can overwrite the
    stack by 1 byte if the string length is specified and not built with iconv
    support and converting the SQL from ASCII to Unicode.
  - Fixed bug in ping method reported by Lee Anne Lester where it dies if used
    after the connection is closed.
  - A great deal of changes to Makefile.PL to improve the automatic detection
    and configuration for ODBC driver managers - especially on 64bit platforms.
    See rt47650 from Marten Lehmann which started it all off.
  - Add changes from Chris Clark for detecting IngresCLI.
  - Fix for rt 48304. If you are using a Microsoft SQL Server database and
    nvarchar(max) you could not insert values between 4001 and 8000 (inclusive)
    in size. A test was added to the existing rt_38977.t test. Thanks to
    Michael Thomas for spotting this.
  - Added FAQ on UTF-8 encoding and IBM iSeries ODBC driver.
  - Add support for not passing usernames and passwords in call to connect.
    Previously DBD::ODBC would set an unspecified username/password to '' in
    ODBC.pm before calling one of the login_xxx functions. This allows the
    driver to pull the username/password from elsewhere e.g., like the
    odbc.ini file.

Changes in DBD::ODBC 1.22_1 June 16, 2009
  - Applied a slightly modified version of patch from Jens Rehsack to improve
    support for finding the iODBC driver manager.
  - A UNICODE enabled DBD::ODBC (the default on Windows) did not handle
    UNICODE usernames and passwords in the connect call properly.
  - Updated "Attribution" in ODBC.pm.
  - Unicode support is no longer experimental hence warning and prompt removed
    from the Makefile.PL.
  - old_ping method removed.
  - Fixed bug in 02simple.t test which is supposed to check you have at least
    one data source defined. Unfortunately, it was checking you had more than
    1 data source defined.
  - rt_null_varchar had wrong skip count meaning non-sql-server drivers or
sql server drivers too old skipped 2 tests more than were planned.

(sno)

2009-09-12 18:44:40 UTC MAIN commitmail json YAML

Remove useless patches, and fix PLIST issues on freebsd x86_64

(tonio)

2009-09-12 18:43:48 UTC MAIN commitmail json YAML

Updated devel/p5-Perl-Critic to 1.105

(sno)

2009-09-12 18:43:35 UTC MAIN commitmail json YAML

Updating devel/p5-Perl-Critic from 1.104 to 1.105

Upstream changes:
[1.105] Released on 2009-09-07
    Bug Fixes:
    * Variables::ProhibitPunctuationVars would complain about "%-" appearing
      anywhere in a string.  RT #49016

    Policy Changes:
    * InputOutput::RequireCheckedSyscalls now complains about unchecked "say"
      by default.  RT #37487

(sno)

2009-09-12 18:31:29 UTC MAIN commitmail json YAML

Updated devel/p5-parent to 0.223

(sno)

2009-09-12 18:31:17 UTC MAIN commitmail json YAML

Updating devel/p5-parent from 0.221nb1 to 0.223

pkgsrc changes:
  - Adding license definition

Upstream changes:
0.223  20090901
    . No functional changes, no need to upgrade
    + Fix Makefile.PL so that (re)installing parent under 5.10.1+
      installs into perl/ instead of site/, patched by J.D.Hedden
      fixes RT #49328

0.222  20090828
    . No functional changes, no need to upgrade
    + Documentation fix suggested by Clinton Gormley
    + Test fix for Perl compiled without PMC support,
      spotted and fixed by Nicholas Clark
    + Distribution changes to placate Module::Release

(sno)

2009-09-12 18:26:44 UTC MAIN commitmail json YAML

Updated devel/p5-IO-Compress to 2.021

(sno)

2009-09-12 18:26:32 UTC MAIN commitmail json YAML

Updating package devel/p5-IO-Compress from 2.020 to 2.021

pkgsrc changes:
  - Adjusting dependencies

Upstream changes:
2.021 30 August 2009
      * IO::Compress::Base.pm
        - Less warnnings when reading from a closed filehandle.
          [RT# 48350]
        - Fixed minor typo in an error message.
          [RT# 39719]

      * Makefile.PL
        The PREREQ_PM dependency on Scalar::Util got dropped when
        IO-Compress was created in 2.017.
        [RT# 47509]

      * IO::Compress::Zip.pm
        - Removed restriction that zip64 is only supported in streaming
          mode.
        - The "version made by" and "extract" fields in the zip64 end
          central record were swapped.
        - In the End Central Header record the "offset to the start of the
          central directory" will now always be set to 0xFFFFFFFF when
          zip64 is enabled.
        - In the End Central Header record the "total entries in the
          central directory" field will be set to 0xFFFF if zip64 is
          enabled AND there are more than 0xFFFF entries present.

      * IO::Uncompress::Unzip.pm
        - Don't consume lots of memory when walking a zip file. This makes
          life more bearable when dealing with zip64.

      * Compress::Zlib.pm
        - documented that memGunzip cannot cope with concatenated gzip data
          streams.

      * Changed test harness so that it can cope with PERL5OPT=-MCarp=verbose
        [RT# 47225]

      * IO::Compress::Gzip::Constants.pm
        - GZIP_FEXTRA_MAX_SIZE was set to 0xFF. Should be 0xFFFF.  This
          issue came up when attempting to unzip a file created by MS
          Office 2007.

(sno)

2009-09-12 18:22:09 UTC MAIN commitmail json YAML

Updated devel/p5-Compress-Raw-Bzip2 to 2.021

(sno)

2009-09-12 18:21:57 UTC MAIN commitmail json YAML

Updating devel/p5-Compress-Raw-Bzip2 from 2.020 to 2.021

Upstream changes:
2.021 30 August 2009
      * Changed test harness so that it can cope with PERL5OPT=-MCarp=verbose
        [RT# 47225]

(sno)

2009-09-12 18:19:57 UTC MAIN commitmail json YAML

Updated devel/p5-Compress-Raw-Zlib to 2.021

(sno)

2009-09-12 18:19:44 UTC MAIN commitmail json YAML

Updating devel/p5-Compress-Raw-Zlib from 2.020 to 2.021

Upstream changes:
2.021 30 August 2009
      * Changed test harness so that it can cope with PERL5OPT=-MCarp=verbose
        [RT# 47225]

(sno)

2009-09-12 18:12:41 UTC MAIN commitmail json YAML

Updated devel/p5-B-Utils to 0.08

(sno)

2009-09-12 18:12:28 UTC MAIN commitmail json YAML

Updating package devel/p5-B-Utils from 0.07 to 0.08

pkgsrc changes:
  - Adding license definition
  - Adjusting dependencies

Upstream changes:
0.08 Tue Sep 01 08:29:00 PDT 2009
    - Add xt/version.t to keep all our version #s in sync
    - Regenerate README
    - Add disabled Test::PPPort
    - Move author tests to xt/
    - declare dep on 5.6 for installation
    - Add .gitignore
    - compatibility layer in Makefile.PL (Alexandr Ciornii)
    - use configure_requires, good error messages in case of missing modules (Alexandr Ciornii)
    - correct prereqs (Alexandr Ciornii)
    - use ppport.h for compatibility (Alexandr Ciornii)

(sno)

2009-09-12 18:12:13 UTC MAIN commitmail json YAML

Add 'clean' to PRIVILEGED_STAGES.

(snj)

2009-09-12 18:05:49 UTC MAIN commitmail json YAML

Updated devel/p5-Parse-RecDescent to 1.96.2.2

(sno)

2009-09-12 18:05:37 UTC MAIN commitmail json YAML

Updating devel/p5-Parse-RecDescent from 1.962.1 to 1.962.2

Upstream changes:
1.962.2  Fri Aug 28 13:39:33 2009
    - Fixed subtle bug in leftop and rightop caused by removal of $&

(sno)

2009-09-12 18:05:19 UTC MAIN commitmail json YAML

2009-09-12 17:59:29 UTC MAIN commitmail json YAML

Updated devel/p5-Module-Build to 0.35000

(sno)

2009-09-12 17:59:14 UTC MAIN commitmail json YAML

Updating package for devel/p5-Module-Build from 0.34000 to 0.35000

Upstream changes:
0.35 - Thu Aug 27 09:12:02 EDT 2009

Bug fixes:
- Fix t/destinations.t segfault on 5.6.2

0.34_06 - Sat Aug 22 21:58:26 EDT 2009

Bug fixes:
- Multiple test fixes for OS2 [Ilya Zakharevich]
- Generated.ppd files use :utf8 if possible (RT#48827) [Olivier Mengue]
- Fixed preservation of custom install_paths on resume (RT#41166)
  [David Golden]
- Warn instead of crashing when Pod::Man tries to create files with
  colons on vfat partitions on unix (RT#45544) [David Golden]

0.34_05 - Sun Aug  9 22:31:37 EDT 2009

Bug fixes:
- When auto_configure_requires is true (the default), Module::Build will
  only add last 'major' version of Module:Build (e.g. 0.XX) to
  configure_requires to avoid specifying a minor development release not
  available on CPAN [David Golden]

0.34_04 - Sat Aug  8 11:02:24 EDT 2009

Other:
- Added documentation warning that 'get_options' should be capitalized
  to avoid conflicting with future Module::Build options and changed
  the examples accordingly.

0.34_03 - Sat Aug  8 07:39:16 EDT 2009

Bug fixes:
- Fixed failing xs.t if /tmp is mounted noexec (RT#47331) [David Golden]
- Fixed failing debug.t on VMS (RT#48362) [Craig Berry]
- Prevent par.t from dying on error in .zip extraction [David Golden]
- Fixed potential runthrough.t failure on 5.6.2 [David Golden]

Other:
- Archive::Tar changed from 'requires' to 'recommends' so non-authors
  without IO::Zlib can still use Module::Build to install modules
  [reported by Matt Trout, fix by David Golden]

0.340201 - Sun Aug  9 22:11:04 EDT 2009

Other:
- Version bump for Perl core for 5.10.1 release; no other changes

0.34_02 - Sun Jul 26 22:50:40 EDT 2009

Bug-fixes:
- Bundled Module::Build::Version updated to bring into sync with CPAN
  version.pm 0.77 [John Peacock]

0.34_01 - Sat Jul 18 16:32:09 EDT 2009

Enhancements:
- Added --debug flag to trace Build action execution (RT#47933)
  [David Golden]

Bug-fixes:
- Bundled Module::Build::Version version code updated to fix unsafe use
  of $@ (RT#47980) [John Peacock]

(sno)

2009-09-12 17:57:41 UTC MAIN commitmail json YAML

Add 'clean' to PRIVILEGED_STAGES.

(snj)

2009-09-12 17:47:17 UTC MAIN commitmail json YAML

remove assignments to the LIBS env var -- this should have been done
earlier, but there became no-ops due to my change to db4/bl3 and thus
didn't do harm. Now that part of that change was backed out they became
harmful again and thus need to go.

(drochner)

2009-09-12 15:35:09 UTC MAIN commitmail json YAML

2009-09-12 15:34:39 UTC MAIN commitmail json YAML

Updated vim to 7.2.259

  1848  7.2.246  Cscope home page link is wrong
  2561  7.2.247  Mzscheme interface minor problem
  4408  7.2.248  (extra) Win32: Mzscheme interface building minor problems
  1555  7.2.249  script that checks .po files can't handle '%' in plural forms
  1693  7.2.250  (extra) possible buffer overflow in GvimExt
  2802  7.2.251  compiler adds invalid memory bounds check
  1495  7.2.252  when 'enc' is multi-byte 'iskeyword' can't contain chars > 128
  4223  7.2.253  netbeans interface: getLength always uses current buffer
  1654  7.2.254  compiler warning for assigning size_t to int
  1870  7.2.255  (after 7.2.242) cursor column may be wrong after :set
  1783  7.2.256  GTK font dialog doesn't have a default when 'guifont' not set
  2092  7.2.257  GTK 2.17: lots of assertion error messages
  1989  7.2.258  v:beval_col and b:beval_text are wrong in UTF-8 text
  5393  7.2.259  exists() doesn't work properly for an empty aucmd group

(martti)

2009-09-12 14:46:08 UTC MAIN commitmail json YAML

Updated games/pysolfc to 1.1nb3

(wiz)

2009-09-12 14:45:57 UTC MAIN commitmail json YAML

Add missing dependency (has noone tested this?).
Set LICENSE.

Bump PKGREVISION.

(wiz)

2009-09-12 14:07:26 UTC MAIN commitmail json YAML

Please pkglint (desktopdb.mk).

(wiz)

2009-09-12 14:07:01 UTC MAIN commitmail json YAML

Updated emulators/yabause to 0.9.10

(wiz)

2009-09-12 14:06:47 UTC MAIN commitmail json YAML

Update to 0.9.10. Set LICENSE.

Relevant changes:

0.9.9 -> 0.9.10
scsp/68k:
  - Added code to make SCSP emulation frame-accurate (optional,
    enabled with --enable-scsp-frame-accurate configure switch).
  - Added a new 68000 emulation core.
software video core:
  - Added line scroll emulation.
  - Improved user clipping.
  - Added some basic vertical scroll emulation, enough to get
    Sonic Jam working.
gtk port
  - Gtk port is now compiling on Mac OS X.
  - Fixed full software screenshots.
  - Fixed store function in transfer dialog.
general:
  - Added Lithuanian translation.
  - New sound core using OpenAL.
  - Added joystick core for Mac OS X.
  - Added a joystick core for Linux.
  - Added a PSP port.
  - Added support for loading ELF binaries.
  - Now using gettimeofday when available for better resolution.
  - Fixed save states.
0.9.8 -> 0.9.9
opengl video core:
  - Fixed a bug that was causing some games to
    crash (albert odyssey, dragon ball, etc.)
gtk port:
  - Automatic detection of current locale.
qt port:
  - Added support of DESTDIR and --program-prefix
  - Automatic detection of current locale.
  - Added support for multiple players.
general:
  - Hooks for renaming .desktop on installation.
  - .yts file are now installed.
  - Fixed parallel builds.
  - SDL peripheral core now handles all connected
    joysticks.
0.9.7 -> 0.9.8
vdp2:
  - Fixed a bug in software renderer with rotating
    backgrounds.
opengl video core:
  - Added gouraud shading and mesh processing.
    This is not enabled by default.
software video core:
  - Fixed user clipping.
gtk port:
  - Added mouse support.
  - Configuration dialog now displays key names instead
    of values. Also made it so each different configuration
    is saved. This broke compatibility with old .ini files.
general:
  - Added mouse emulation.
  - Added de, es, it, pt-br and sv translations
  - Support for "out of src" build.
  - Fixed compilation for non supported platforms.
    For instance this should fix compilation on dragonfly bsd.
    Fixed compilation on GNU/Hurd too.
0.9.6 -> 0.9.7
vdp1:
  - Added clipping for line-based drawing to software renderer.
vdp2:
  - Toggling a screen is now core independent.
  - Added per-character priority to software renderer.
gtk port:
  - Fixed fullscreen setting and added a keep ratio one.
  - Fixed a bug in the vdp2 debugger that was causing the emu to crash.
  - Full software mode can be compiled again.
  - Fixed segfault when taking screenshots in full software mode.
  - Fixed default value for region.
  - Window position is now saved and restored when re-opening the emu.
  - Fixed a problem when changing input cores.
qt port:
  - Improved compilation process: make (un)install now works.
  - Fix crash when configuring input while using translated version.
general:
  - Fixed a bug that was causing older save states to fail.
0.9.5 -> 0.9.6
sdl joystick core:
  - Fixed it...
software video core:
  - Improvements and bug fixes.
gtk port:
  - Tagged more strings to be translatable.
  - Fixed bugs when setting a resolution in settings.
  - Fixed controller settings so keys can now be configured even if
    emulation is not started.
qt port:
  - Removed libsjw core.
general:
  - Updated copyright for some files where it was missing or
    inaccurate.
  - Fixes and improvements to the build process: fixed cross compilation
    of Qt port, added Wii port support, found a better way to "trigger"
    compilation of gen68k, fixed a bug when calling the sub-configure,
    .inc files are now cleaned, added MINI18N variable support, forwarded
    distclean rule to qt makefiles, configure now make sure the compiler
    is a cross compiler when cross compiling
  - Added a workaround for the "limits.h" problem... now distros should
    fix their headers...
  - Fixed the .desktop files for linux (gtk + qt ports)
  - Added translation files for fr and pt in the repository.

(wiz)

2009-09-12 12:31:38 UTC MAIN commitmail json YAML

Updated print/p5-LaTeX-Table to v1.0.0

(sno)

2009-09-12 12:31:23 UTC MAIN commitmail json YAML

Updating package print/p5-LaTeX-Table from 0.9.18 to 1.0.0

pkgsrc changes:
  - Adjusting dependencies

Upstream changes:
1.0.0  Tue  Sep 8  11:00:00 2009
        - Bugfixes: * text_wrap option still generated

0.99_5 Mon  Sep 7  11:00:00 2009
        - POD cleanup
        - Bugfixes: * current perlcritic passes

0.99_4 Fri  Sep 4  15:00:00 2009
        - Corrected documentation for width_environment option (alignment is
          possible thanks to fix of #49422)

0.99_3 Fri  Sep 4  12:08:00 2009
        - added clearer for alignment options.
        - Bugfixes: * Alignment of longtables is wrongly generated (#49422,
                      thanks Jens)

0.99_2 Sat  Aug 10  17:25:00 2009
        - Bugfixes: * removed unneccessary no critic (thanks Salvatore)
                    * min Moose version in Build.PL/Makefile.PL (caused
                      cpantesters fails)

0.99_1 Sat  Aug 08  11:33:00 2009
        - code cleanup
        - POD corrections
        - removed all deprecated code
        - Bugfixes: * row id in callback functions sometimes wrong
                    * perlcritic now passes with Pod::Spelling (thanks Salvatore
                      and Rafael)

0.9.17 Sat  Jul 26  12:00:00 2009
        - new option tablelasttail
        - Template variables documented in TypeI.pm
        - Code cleanup: * type, colums_like_header, resize, callback,
                          fontfamily, fontsize, xentrystretch now checked via Moose
                        * fontfamily, fontsize, table*, xentrystretch now generated
                          via Template
                        * csv2pdf
                        * Removed old deprecated code from 0.1.0 and 0.8.0
                          (in the next release - probably 1.0 - I will remove all
                          deprecated code!)
        - Bugfix: csv2pdf --out option broken

(sno)

2009-09-12 12:21:29 UTC MAIN commitmail json YAML

Updated devel/p5-Template-Plugin-ListMoreUtils to 0.02

(sno)

2009-09-12 12:21:16 UTC MAIN commitmail json YAML

Updating package devel/p5-Template-Plugin-ListMoreUtils from 0.01 to 0.02

Upstream changes:
0.02 Thu Aug 27 17:47 UTC 2009
    - Remove unused Params::Util from ListMoreUtils.pm
    - added author information to Build.PL

(sno)

2009-09-12 12:18:54 UTC MAIN commitmail json YAML

Updated devel/p5-Array-Compare to 2.01

(sno)

2009-09-12 12:18:36 UTC MAIN commitmail json YAML

Updating package devel/p5-Array-Compare from 1.18 to 2.01

pkgsrc changes:
  - Adjusting dependencies

Upstream changes:
2009-08-29 16:05  Dave Cross  <dave@dave.org.uk>
* lib/Array/Compare.pm: Bump version number.

2009-08-09 20:03  Dave Cross  <dave@dave.org.uk>
* lib/Array/Compare.pm: Corrected version number.

2009-08-09 20:00  Dave Cross  <dave@dave.org.uk>
* Build.PL: Bumped version number.

2009-08-09 20:00  Dave Cross  <dave@dave.org.uk>
* lib/Array/Compare.pm: Switched to using Moose.

(sno)