Pkgsrc changes:
o Add commented-out HOMEPAGE using search.cpan.org
o Adjust patch-aa to apply
o Adjust PLIST to conform to what's installed
Upstream changes:
2.30 Mon Nov 17 20:36:36 CST 2008
Apply patch from brian d foy to add
dymo labels
2.27 Mon Oct 20 20:09:09 CDT 2008
Patch had an error - repaired.
Add META.yml
2.26 Sun Oct 19 16:22:56 CDT 2008
Add Userdefined as an option for papersize at request of Jim Albert
Apply patch from brian d foy for Avery 8923 labels, plus a
documentation adjustment
lxml is a Pythonic binding for the libxml2 and libxslt libraries.
It is unique in that it combines the speed and feature completeness
of these libraries with the simplicity of a native Python API,
mostly compatible but superior to the well-known ElementTree API.
Pkgsrc changes:
o Add commented-out HOMEPAGE using search.cpan.org.
Upstream changes:
0.64 Mon Sep 29 04:20:02 PDT 2008
t/40_server.t:
Further flexibility on the test of $srv->url(). This should (finally)
catch any variation of 127.* address and/or host/domain naming that
aliases to "localhost".
lib/RPC/XML/Parser.pm:
t/20_parser.t:
Lingering problem from RT ticket #30354, RPC::XML::Parser did not get
the change committed that included parser-level support for <i8>. Also
added tests for parsing RPC::XML::request objects and all the data-type
objects to the parser test suite (had they been there before, I would
have caught this myself).
0.63 Fri Sep 19 02:22:26 PDT 2008
lib/RPC/XML.pm:
Forgot to increment $VERSION before the previous commit. Won't show up
in CPAN as an available update otherwise.
0.62 Fri Sep 19 02:12:02 PDT 2008
t/40_server.t:
Extended the die message when $srv fails to allocate. Some testers are
getting a failure here but I have no idea how or why.
lib/RPC/XML.pm:
Testers-service reports showed that the new i8 type was not auto-boxing
correctly on true 64-bit machines. Turns out I had bogus values for
the maximums and minimums, not just for 8-byte ints but also for plain
4-byte ones as well.
0.61 Mon Sep 15 01:38:44 PDT 2008
t/00_load.t:
Converted to Test::More due to some cpan-testers reports that showed
test 2 failing. Hoping this might provide better feedback if it
continues to fail.
t/40_server.t:
Changed a test for "localhost:$port" in the server URL method to
optionally allow localhost.localdomain, for those systems whose
/etc/hosts cause the former to convert to the latter. Was causing
false failures.
t/40_server.t:
t/50_client.t:
t/60_net_server.t:
Test suites armored against server processes that die as a result of
croak() or other calls within 3rd-party modules. The client and
net_server suites were also converted to Test::More at this time.
t/40_server.t:
Fix for RT ticket #36078, fix the URL testing on the server object to
be less strict. Instead of only allowing "localhost", now also allows
"localhost.localdomain" and does a look-up of "localhost" for the 127.*
IP address and permits that as well. In essence, this extends and
supercedes the second change listed above after more invariant cases
were discovered.
lib/RPC/XML.pm:
t/10_data.t:
Per RT ticket #30354 and specific request from a large agency using
this package, implemented an "i8" type as an extension to the official
XML-RPC specification. Documentation and tests included. THIS SHOULD BE
CONSIDERED EXPERIMENTAL.
t/40_server.t:
t/60_net_server.t:
Some of the work in armoring the test suites against server-death
changed the counts on tests and on call-counts in the system.status
method. Some explicit re-starts didn't help.
Pkgsrc changes:
o Ensure to replace the interpreter with ${PERL5} in installed modules
Upstream changes:
4.015 Sun Nov 2 10:10:38 PST 2008
in Util v1.23 add missing headers in configure and localconf.h
for Solaris inet_xton
thanks to Karl Bunch <karl@digilink.net> for spotting the bug.
Pkgsrc changes:
o Remove no-longer-needed fix for one of the tests
Upstream changes:
1.25 [IN PROGRESS]
- Fix test-suite not to run the "packages" tests against
test.indexdata.com, which has gone away, but against
z3950.indexdata.com, like the other tests. A new server
runs on a different port for these tests.
- Rename zdump.pl to zoomdump, and add it to the set of
programs installed.
This is a set of XSLT specifications to transform TEI XML documents
to HTML, to LaTeX, and to XSL Formatting Objects.
It concentrates on TEI Lite, but adding support for other modules
is fairly easy. In the main, the setup has been used on new documents,
i.e. reports and web pages that have been authored from scratch,
rather than traditional TEI-encoded existing material.
GTK-Doc 1.11 (Nov 16 2008)
============
Changes
o 531572 : one-page generation option
o 448879 : Use a footer when generating HTML documentation
o 311857 : xsltproc very slow generating index for gtk-docs.sgml
o 335239 : Using gnome-doc-utils for gtk-doc documentation
o 460753 : enable vpath build in gtkdoc-mkhtml
o 473342 : Warn about repeated symbols in sections
o 487727 : DocBook XML DTD version
o 523669 : make check: Element publisher content does not follow the...
o 530758 : gtk-doc should not expand XML tags and their attributes
o 533262 : no-template mode scans different source files
o 534627 : gtk-doc uses non-standard HTML element
o 542137 : No declaration found for: gsf_output_*
o 543855 : Fix for Bug 460753 (enable vpath build in gtkdoc-mkhtml) ...
o 544172 : Fails to parse return value of 'char const *'
o 552822 : Add rules to create $(REPORT_FILES)
o 553407 : Example Makefile.am uses obsolete INCLUDES instead of AM_...
o 554718 : gtk-doc needs to allow versioned TARGET_DIR
o 554833 : Be more careful with " struct _ < struct_name > "
o 558082 : evince docs build fails with GTK_DISABLE_SINGLE_INCLUDES
o 559281 : Correct check for existance of gtkdoc-rebase
Contributors
Behdad Esfahbod
Christian Persch
David Nečas
Felix Riemann
Jeffrey Stedfast
Marc-Andre Lureau
Matthew Barnes
Peter Kjellerstedt
Sebastian Dröge
Simon Josefsson
Stefan Kost
* Worked around apparent glibc bug that leads to rare hangs when freeing
semaphores.
* Fixed segfault due to unaligned access in certain obscure problems
that use SSE and multiple threads.
* MPI transforms not included, as they are still in alpha; the alpha
versions of the MPI transforms have been moved to FFTW 3.3alpha1.
* Performance improvements for sizes with factors of 5 and 10.
* Documented FFTW_WISDOM_ONLY flag, at the suggestion of Mario
Emmenlauer and Phil Dumont.
* Port Cell code to SDK2.1 (libspe2), as opposed to the old libspe1 code.
* Performance improvements in Cell code for N < 32k, thanks to Jan Wagner
for the suggestions.
* Cycle counter for Sun x86_64 compiler, and compilation fix in cycle
counter for AIX/xlc (thanks to Jeff Haferman for the bug report).
* Fixed incorrect type prefix in MPI code that prevented wisdom routines
from working in single precision (thanks to Eric A. Borisch for the report).
* Added 'make check' for MPI code (which still fails in a couple corner
cases, but should be much better than in alpha2).
* Many other small fixes.
warning that a package "is being downgraded from 1.0.0nb5 to 1.0.0".
Disabled the note saying that in shell variable assignments, there don't
need to be double quotes around backticks. In some cases they need to be
there.
Pygments changelog
==================
Version 0.11.1
--------------
(released Aug 24, 2008)
- Fix a Jython compatibility issue in pygments.unistring (#358).
Version 0.11
------------
(codename Straußenei, released Aug 23, 2008)
Many thanks go to Tim Hatch for writing or integrating most of the bug
fixes and new features.
- Lexers added:
* Nasm-style assembly language, thanks to delroth
* YAML, thanks to Kirill Simonov
* ActionScript 3, thanks to Pierre Bourdon
* Cheetah/Spitfire templates, thanks to Matt Good
* Lighttpd config files
* Nginx config files
* Gnuplot plotting scripts
* Clojure
* POV-Ray scene files
* Sqlite3 interactive console sessions
* Scala source files, thanks to Krzysiek Goj
- Lexers improved:
* C lexer highlights standard library functions now and supports C99
types.
* Bash lexer now correctly highlights heredocs without preceding
whitespace.
* Vim lexer now highlights hex colors properly and knows a couple
more keywords.
* Irc logs lexer now handles xchat's default time format (#340) and
correctly highlights lines ending in ``>``.
* Support more delimiters for perl regular expressions (#258).
* ObjectiveC lexer now supports 2.0 features.
- Added "Visual Studio" style.
- Updated markdown processor to Markdown 1.7.
- Support roman/sans/mono style defs and use them in the LaTeX
formatter.
- The RawTokenFormatter is no longer registered to ``*.raw`` and it's
documented that tokenization with this lexer may raise exceptions.
- New option ``hl_lines`` to HTML formatter, to highlight certain
lines.
- New option ``prestyles`` to HTML formatter.
- New option *-g* to pygmentize, to allow lexer guessing based on
filetext (can be slowish, so file extensions are still checked
first).
- ``guess_lexer()`` now makes its decision much faster due to a cache
of whether data is xml-like (a check which is used in several
versions of ``analyse_text()``. Several lexers also have more
accurate ``analyse_text()`` now.
Added textproc/p5-Text-Aspell version 0.09
Added textproc/p5-Text-SpellChecker version 0.03
Updated math/p5-Math-GMP to 2.05
Updated math/p5-Spreadsheet-ParseExcel to 0.41
Updated math/p5-Spreadsheet-WriteExcel to 2.25
Updated net/p5-Geo-IP to 1.35
Updated net/p5-Net-Amazon-S3 to 0.45
Updated net/p5-Net-Gnats to 0.05
Updated net/p5-Net-MAC to 1.5
Pkgsrc changes:
o Add commented-out HOMEPAGE using search.cpan.org
Upstream changes:
o No updated changelog ("There Ought to be a Law"), but
by the looks of it mostly improved error reporting and
robustness.
Pkgsrc changes:
o Remove dependency on p5-DateTime-Format-Strptime
o Ensure IO::File is new enough by adding dependency
Upstream changes:
0.45 Wed Aug 20 17:06:49 BST 2008
- make add_key, head_key etc. return all the headers, not
just the X-Amazon ones (patch by Andrew Hanenkamp)
- require IO::File 1.14 (noticed by tsw)
- remove DateTime::Format::Strptime prerequisite as it was not
being used (noticed by Yen-Ming Lee)
- do not try and parse non-XML errors (patch by lostlogic)
- make it possible to store and delete the key "0"
(patch by Joey Hess)
- make it possible to store empty files (patch by BDOLAN)
- add Copy support (patch by BDOLAN)
- add s3cl for command-line access (patch by Leo Lapworth)
Upstream changes:
1.35 September 29th 2008
- Add GEOIP_DOMAIN_EDITION for the PurePerl ( Boris Zentner )
- Add open_type method to the PurePerl fallback ( Boris Zentner )
- Add CAPI Version detection, for the case, where a outdated
CAPI is installed. ( Boris Zentner )
- Add metro_code, a replacement for the depreciated dma_code
method. ( Boris Zentner )
- Add range_by_ip, netmask and last_netmask to the PurePerl
API ( Boris Zentner )
- Add range_by_ip to the C API wrapper ( Boris Zentner )
Upstream changes:
2.25 September 9 - Minor
+ Fix for set_properties() bug due to 5.10/5.8 UTF-8 differences.
+ Fix for failing tests due to localtime() issues.
2.24 September 6 - Minor
+ Added set_properties() method to set document properties.
Added test suite and example.
Pkgsrc changes:
o Update to use Module::Build
o Adjust MASTER_SITES, dist not present in common directory
(reported upstream)
Upstream changes:
0.41 24 October 2008
+ Changed maintainership to John McNamara.
! Fixed bug when parsing RK numbers (generally ints or small floats).
http://rt.cpan.org/Public/Bug/Display.html?id=39892
! Changed margin units to inches to (cleanly) avoid undef warning in
SaveParser.
0.33 2008.09.07
- Default format for formatted dates changed from 'm-d-yy' to 'yyyy-mm-dd'
- Numeric fields with date-formats now promote to Date
- Added docs about date type 14 problem
- skip another test when prereq is missing
- split Spreadsheet::ParseExcel::SaveParser into packages
- split Spreadsheet::ParseExcel into packages
Pkgsrc changes:
o Add a patch to make ExtUtils::MakeMaker emit use of the gmp
library. Actual use will be handled by bulidlink / wrapper.
o Added commented-out extra modules which can be optionally
used during "make test" if various TEST_* environment variables
are set.
Upstream changes:
2.05 2008-10-06 Greg
- New maintainer: Greg Sabino Mullane
- Allow tests to work on 64-bit platforms. Patch from Flo.
(CPAN bugs #5960, #30327, #27641, #12751, #15459)
- Add support for probab_prime function. Patch by shlomif@iglu.org.il.
(CPAN bug #6184)
- Get smarter about detecting lack of GMP libraries.
(CPAN bug #18709)
- Add META.yml and some more tests.
This module is built on Text::Aspell, but adds some of the
functionality provided by the internal gnu aspell API. This allows
one to deal with blocks of text, rather than just words. For
instance, we provide methods for iterating through the text,
serializing the object (thus remembering where we left off), and
highlighting the current misspelled word within the text.
This module provides a Perl interface to the GNU Aspell library.
This module is to meet the need of looking up many words, one at
a time, in a single session, such as spell-checking a document in
memory.
1.3.1 (November 17, 2008)
=========================
Security Fixes:
* None.
Bug fixes:
* RPM build, Fixes to successfully build binary RPMs for Red Hat
Linux 4.
* MSL/conjure, Fix bug with attributes becoming appended to
themselves. Fix memory leaks.
Feature improvements:
* New --disable-openmp-slow configure option for disabling use of
OpenMP for algorithms which may run slower on operating systems
with crummy thread libraries.
* JPEG, Allow user to specify DCT encoding method via
jpeg:dct-method define. Also allow control over whether huffman
encoding is used via jpeg:optimize-coding define.
Performance Improvements:
* OpenMP (parallel processing) improvements for these functions:
- Rotate by 90 and 270 degrees (-rotate)
Pkgsrc changes:
o Canonicalize HOMEPAGE
Upstream changes:
version 3.11: Wed Oct 8 10:57:31 CEST 2008
Fixes:
- some SSL connections process more bytes then needed, which
made the select() timeout. Nice fix by [David Sansome]
rt.cpan.org#39776
Improvements:
- improved example imap_to_mbox by [Ralph Sobek]
version 3.10: Sun Aug 24 21:26:27 CEST 2008
Fixes:
- INET socket scope error, introduced by 3.09
rt.cpan.org#38689 [Matt Moen]
version 3.09: Fri Aug 22 16:38:25 CEST 2008
Fixes:
- return status of append_message reversed.
rt.cpan.org#36726 [Jakob Hirsch]
- no line-breaks in base64 encoded strings when logging-in
rt.cpan.org#36879 [David Jonas]
- fix MD5 authentication.
rt.cpan.org#38654 [Thomas Jarosch]
Improvements:
- extensions and clean-ups in examples/imap_to_mbox.pl by
[Ralph Sobek]
- an absolute path as Server setting will open a local ::UNIX
socket, not an ::INET
rt.cpan.org#38655 [Thomas Jarosch]
Changes since 2.0.2 are:
[Changes for 2.2.1 - 22 Oct, 2008]
Fix the incorrect version information in META.yml
Mirror subsystem
* Fix memory leak for bootstrapping mirrors.
[Changes for 2.2.0 - 17 Sep, 2008]
New features
* Branch support as 'svk branch' subcommand
* SVKBATCHMODE environment variable
Dependency
* Require Time::Progress
Mirror subsystem
* New bootstrap option to initialize a mirror from an svn dump
file, which can be an URL stored on the svk:dump-url property on
the server
* When committing or merging to a mirror, avoid roundtripping
the latest revision (requires Subversion 1.5)
* Fix a bug when mirroring a copy revision with unnormalized
revision outside mirror anchor and newer th an anchor head
* Fix URI escape issues for pushing changes to mirrors
* Support mirroring a source that was renamed from somewhere else
* Fix svk sync where a copy is made from revisions condensed with
snapshot made by previous sync --skipto
Merge subsystem
* Bugfixes for opened file handle passed to editor under win32,
causing file to be opened as read-only
* Fix a problem that merge-ticket might be reverted on mirror
in some cases
* Fix a bug when merging a copy with modification to the copied
source, it might cause checksum error
* Addition of equality check for merge tickets
* Better conflict handling that remembers the type of conflict,
handling of data from the merge editor
Tests
* Test coverage for offlining existing branches (both offline and
online)
* TODO tests for renaming of an intermediate branch tracking
* Test coverage for pulling into a branch from a local branch
* Test coverage for checking out to a path from svk br --checkout
* Test coverage for modifying property changes (including conflicts)
* Fixed tests for baseless smerge
* Test coverage for switching a branch and proper handling of
merge tickets
General
* General Documentation cleanup
* Documentation for SVK::Info properly matches expected output
* Conversion to use SVK::Log (and Log::Log4perl) for output
* Add an option of '0' to select "No project" if there is not a
project to use while mirroring a new URI
* svk will not set property status as modified when a path is added or
replaced
* svk now stores known conflict types (provided by merge editor) in
.conflict property
* General usability for working with files no longer exists in HEAD
svk commit
* A property may have a conflict when the node is ok, so combine
them in the target list
svk merge
* Don't write to the log if it is a check run, regardless of -l option
svk resolved
* svk resolved will resolve all conflicts in a checkout path
svk update
* Add custom svk:merge property resolver handler to handle merging
of merge tickets properly
Internal
* svk will not clobber upstream Log::Log4perl configurations
Updated devel/p5-SDL to 2.1.2
Updated games/frozen-bubble to 1.0.0nb13
Added textproc/p5-Number-Spell version 0.04
Added www/p5-HTML-Email-Obfuscate version 1.00
Added security/p5-Authen-PluggableCaptcha version 0.05
Added graphics/p5-GD-SecurityImage version 1.66
Updated devel/p5-SVN-Mirror to 0.75
Updated devel/p5-Set-Object to 1.26
Updated devel/p5-Sub-Exporter to 0.981
Updated devel/p5-Test-Output to 0.12
Updated devel/p5-Test-SubCalls to 1.08
Updated devel/p5-Tie-RefHash-Weak to 0.09
Updated devel/p5-UNIVERSAL-isa to 1.01
Updated devel/p5-Variable-Magic to 0.25
Updated devel/p5-glib2 to 1.200
Updated devel/p5-namespace-clean to 1.09
Updated finance/p5-Locale-Currency-Format to 1.26
Updated mail/p5-Email-MessageID to 1.400
Updated mail/p5-IMAP-Admin to 1.6.6
Updated mail/p5-MIME-Lite to 3.023
Updated mail/p5-MIME-Lite-HTML to 1.23