Optional provides simple, flexible, optional compilation of LaTeX
documents. Option switches may be given via package options, by the
\UseOption command, or interactively via the \AskOption command (help
text may be provided, by defining the \ExplainOptions command). The
package is not robust, in the way that comment package is, against
ill-behaved text. In particular, verbatim text may not be directly
included in optional sections (whether they're included or not). Package
documentation is included in comments within the package itself.
If you have \cite commands in \section-like commands, or in \caption,
the citation will also appear in the table of contents, or list of
whatever. If you are also using an unsrt- like bibliography style, these
citations will come at the very start of the bibliography, which is
confusing. This package suppresses the effect.
Use \nolbreaks{some text} to prevent line breaks in "some text". This
has the advantage over \mbox{} that glue (rubber space) remains
flexible. Most common cases are handled here (\linebreak is disabled,
for example) but spaces hidden in macros or { } can still create
break-points.
* set LICENSE=ruby-license
* back to use extconf from gems.
C ext ruby module from gems install header files into unwanted location.
It confuse build of package using those modules.
Moreover, gems module will not be loaded by rb_require from C module.
It introduce unwanted behaviour to packages using directly/indirectly
using the module.
Bump PKGREVISION.
* Sun Apr 20 2010 Eric S. Raymond <esr@snark.thyrsus.com> - 2.94
Error-checking in the 50bps subframe code has been greatly improved.
The Garmin GPS driver can now use libusb, if it is present, to do
device discovery. The libgps library has been split apart; the
service functions used by the daemon now live in libgpsd. This
will shave some code volume from GPSD client applications. A packaging
error that resulted in xgps not being shipped in 2.93 has been
corrected. We now have stronger checking for valid ephemeris before
extracting the leap-second offset; they should prevent many cases
where gpsd migh previously have used an invalid leap-second offset.
* Fri Apr 16 2010 Eric S. Raymond <esr@snark.thyrsus.com> - 2.93
Support for JSON dumping and parsing of AIS message types 25 and 26,
not yet observed in the wild on AISHub. Fix Debian bug #569703. by
removing non-streaming mode from the Python exerciser. Fix Debian
bug #572900 by unsetting the appropriate in-use flag in the device
array. Change the libgps default from old protocol to JSON. Add a
close() method to the C++ binding. Try to recover better from
sporadic cases of false matches to Trimble packet format from a SiRF
binary datastream. gps_poll() now returns -1 with errno not set when
the gpsd socket closes. TPV now refrains from reporting fields the
fix quality won't support. gpsmon option for listing device types is
now -L to -l can be used to enable logging (to stay consistent with
the l command). There is new FAQ material on improving fix and time
reference accuracy. New sections have been added to NMEA.txt on
error status indications and satellite IDs. New POLL command brings
back polling-mode operation. A Client-HOWTO has been added to the
documentation. gpsd no longer eats CPU when a device is unexpectedly
unplugged. Support for the TNT revolution is back (run mode only).
There is now a gpsdfake diagnostic tool that fakes being gpsd shipping
arbitrary specified data to clients.
* Wed Mar 3 2010 Eric S. Raymond <esr@snark.thyrsus.com> - 2.92
Fix a packaging error. The new Python library module was
inadvertently omitted from the 2.91 tarball. Also, improve the json
import test slightly.
* Mon Mar 1 2010 Eric S. Raymond <esr@snark.thyrsus.com> - 2.91
We have support for NMEA GLONASS sentences, and a regression test.
Clients now get a DEVICE notification on every driver switch. It is
possible to specify a TCP/IP AIS feed such as AISHub as a data
source. Serious bitrot in the NTRIP support has been fixed - it was
probably nonfunctional for several releases before this. Fixed
buggy display of satellite-used flags in cgps. xgps is replaced by
a rewrite in Python that uses pygtk, eliminating a dependency on
Motif; also, it now displays AIS information. Uniform treatment of
display-unit defaulting and -u in xgps, cgps, and lcdgps. Support
for AIS message types 25 and 26. Support for IPv6. A numeric
instability in the earth_distance() function affecting track error
modeling has been fixed. Old protocol has been removed from the
daemon; the library still speaks it.
Pkgsrc changes:
- Adjust dependencies
Upstream changes:
0.9938 Sun May 23 17:13:05 PDT 2010
- ErrorDocument: Added Content-Length to error responses (hachi)
- Improved docs about conditional middleware loading
- XSendfile: Updated (undocumented) environment key to switch frontend
- Auth::Basic: Added notes about how to use it with Apache (mod_perl and CGI) [RT #57436]
0.9937 Fri May 14 23:11:27 PDT 2010
- Fixed -I broken in 0.9936 (juster) #114
0.9936 Fri May 14 15:58:02 PDT 2010
- Remove 'use lib "lib"' from plackup
- Remove HTTP_CONTENT_* environment variables in FastCGI handlers to deal with buggy web servers.
(Justin Davis)
0.9935 Wed May 5 15:17:06 PDT 2010
- Set an empty PATH_INFO if CGI environment doesn't set so (hachi) #109
- Fixed a possible weird combination of SCRIPT_NAME and PATH_INFO in CGI handlers
- localize PATH_INFO and SCRIPT_NAME in App::File and subclasses #100
- updated COPYRIGHT notice for Debian
- Middleware::StackTrace now displays text trace to psgi.errors like Rack::ShowExceptions
(castaway, theorbtwo)
- Middleware::StackTrace: Fixed the text stack trace format to be more readable
0.9934 Tue May 4 15:47:33 PDT 2010
- Added a test in CGIBin where binmode ":utf8" causes bad content-length #110
- Doc fix for the deprecated servers
- Initialize Module::Refresh (hiratara)
- Added mime_type to ErorrDocument (kakuno)
0.9933 Tue Apr 27 14:32:23 PDT 2010
- refactored the app.psgi loading error handling
- Enable type checking of the app in Lint->wrap
- allow plackup -e'...'
- Disable FCGI::Client/Net::FastCGI test by default
Pkgsrc changes:
- Adjust dependencies
Upstream changes:
1.3.10
- Add exit_repl attribute as a non-signal related way to indicate the REPL should stop running.
1.3.9_02
- resolve rt.cpan#45879 by implementing Term::ReadLine::Perl support for ReadLineHistory
- resolve rt.cpan#55491 by skipping Interrupt test for win32
1.3.9_01
- Completion works with Term::ReadLine::Perl, which works in win32 etc
Upstream changes:
0.43 Sat May 1 22:23:55 CST 2010
* Support for getting REMOTE_PORT -- rgs
0.42_01 Fri Apr 2 12:59:48 EDT 2010
* Patch to t/01live.t to prevent spurious win32 test failures.
Upstream changes:
1.44 2010-04-26T17:33:02
* Restored the `Makefile.PL` by using Module::Build::Compat's
"traditional" configuration.
1.43 2010-04-21T02:33:59
* Reduced prereq for Test::More to 0.62, prereq for Pod::Simple to 3.05,
and added File::Spec to the list of prereqs. The prerequisites were
needlessly high, and by reducing them Test::Pod can rely on the core
versions of those modules in on Perl 5.8.8. Thanks to Chris Wittmer for
the patch.
Upstream changes:
2009-04-27
* Release 3.14
Removed explicit loading of UNIVERSAL. RJBS.
Reversed the change applied in release 3.09 to fix RT #12239. POD
tag found inside a complex POD tag (e.g., "C<<< I<foo> >>>") is
again parsed as a tag embedded in a tag instead of text and
entities. The previous interpretation of `perldoc perlpod` was
mistaken. (RT #55602 from Christopher J. Madsen).
Upstream changes:
1.212 Sun 9 May 2010
Summary:
- Minor bug fixes and development support
Details:
- Fixed#48819: Bug in ForLoop back-compatilbilty warning
- Added support for $ENV{X_TOKENIZER} --> $PPI::Lexer::X_TOKENIZER
1.211_01 Sun 21 Feb 2010
Summary:
- Experimentation support and bug fixes
Details:
- Upgraded to Module::Install 0.93
- Added support for $PPI::Lexer::X_TOKENIZER, so that alternate
experimentatal tokenizers can be swapped in for testing.
- Added an extra 14_charsets.t case to validate we handle byte
order marks properly.
- Moved author tests from t to xt to reduce spurious test failures
in CPAN Testers, when the testing modules change across versions
- Fixed#26082: scalar { %x } is misparsed
- Fixed#26591: VMS patch for PPI 1.118
- Fixed#44862: PPI cannot parse "package Foo::100;" correctly
- Fixed#54208: PPI::Token::Quote::Literal::literal is missing due
to case-sensitivity error
Upstream changes:
0.42 2010-05-19 00:15 UTC
This is a maintenance release. The code contains no functional change.
Users of 0.41 can skip this update.
+ Fix : Test failures with perl 5.13.
+ Tst : Improve coverage.
Upstream changes:
5.23 Mon May 17 18:50:42 CEST 2010
- be more resistant to ordering changes when initialising
Coro::AnyEvent, Coro::EV and Coro::Event (reported by Matthias
Waldorf).
- document that perl 5.12 deliberately removed support for cloning.