Age | Commit message (Collapse) | Author | Files | Lines |
|
pkgsrc changes:
- Adjusting dependencies according to META.yml
- Adding license definition (perl license)
Upstream changes:
2009-12-28 Russ Allbery <rra@stanford.edu>
* VERSION: podlators 2.3.0 released.
* Do not turn off IN_NAME for any formatting code.
Suppress formatting if in the NAME section to not confuse lexgrog.
* Test formatting codes in the NAME section.
* Allow anchor text for URLs as well. Fix the check of the anchor
text to not think no text was provided when the text was "0".
* Test anchor text of "0" and anchor text with URLs.
* Require Pod::Simple 3.06 or later for proper handling of L<>
tags with anchor text.
* Remove logic to skip an S<> test for Pod::Simple versions earlier
than 3.06.
* Support anchor text for L<> links of type URL by rendering the
anchor text and then the URL in angle brackets.
* Test rendering of L<> URL links with anchor text.
* When formatting item tags, use the width of the tag without
formatting codes. This does not change the output of Pod::Text
but provides a hook for correct formatting in subclasses.
* New function strip_format.
* Test proper formatting of item tags which have formatting codes
applied.
* New test of Pod::Text::Overstrike.
* Use Test::More for testing. Remove duplicate addition of
../blib/lib to the library search path.
* Update to the current version of this test from C TAP Harness
1.1, converting it to use Test::More.
2009-06-15 Russ Allbery <rra@stanford.edu>
* Unlink temporary files in a loop to be sure that all versions
are deleted on VMS.
Thanks, John E. Malmberg.
2009-03-29 Russ Allbery <rra@stanford.edu>
* Escape backslashes in the quoted text of .IX macros generated
from X<> formatting code.
* Add test case for X<\n>.
2009-03-05 Russ Allbery <rra@stanford.edu>
* Clarify that no markup should be used in the NAME section of a
manual page.
2009-02-28 Russ Allbery <rra@stanford.edu>
* Avoid POSIX::strftime because POSIX requires Fcntl, which is
an XS module, and hence can't build in miniperl. This allows
ExtUtils::MakeMaker to build as a normal module in Perl core.
Thanks, Michael G Schwern.
* Test that Pod::Man's devise_date method matches the output of
strftime.
* Don't exit IN_NAME mode because of a C<> block.
Thanks, Niko Tyni.
* Return an ASCII quoted string if in the NAME section to avoid
confusing lexgrog.
Thanks, Niko Tyni.
* Test C<> in the NAME section.
2009-01-17 Russ Allbery <rra@stanford.edu>
* VERSION: podlators 2.2.2 released.
* New file testing Pod::Man options for changing the .TH line of the
generated man page.
* Correctly handle indentation of verbatim paragraphs that contain
lines with only whitespace. Thanks, Renee Baecker.
* Test for this fix.
|
|
|
|
Upstream changes:
2009-12-17 Release 3.13 - David E. Wheeler <david@justatheory.org>
Removed deleted test file from MANIFEST.
2009-12-17 Release 3.12 - David E. Wheeler <david@justatheory.org>
Removed "All rights reserved" from all files.
Added acknowledgements to man.he.net and search.cpan.org for
permission to link man pages and Perl module links to their sites
in the output of Pod::Simple::HTML and Pod::Simple::XHTML.
Add "html_h_level" option to Pod::Simple::XHTML and ::HTML to allow
a =head1 to become an <h2> and so on. RJBS.
Add batch_mode_page_object_init() method to Pod::Simple::XHTML.
This allows it to be used by Pod::Simple::HTMLBatch.
Fixed a regression in Pod::Simple::XHTML where '=begin html' blocks
were incorrectly escaped rather than simply passed through unmolested.
RJBS.
Removed the undocumented "fullstop_space_harden" attribute, which
apparently was only used by Pod::Text a very long time ago.
|
|
changes have been made in the meantime. These way people will know that
there are updates that don't give bogus warnings.
|
|
|
|
|
|
|
|
|
|
This is a simple Padre plugin to run Acme::PlayCode on either selected
source code (if there is any selection) or the entire document.
|
|
editors/p5-Acme-Padre-PlayCode).
Thanks to Klaus Heinz for reporting.
|
|
|
|
|
|
Upstream changes:
Version 0.68 -- 31 Dec 2009 <mst@shadowcat.co.uk> Matt S Trout
o No changes since the previous development release.
Version 0.67_01 -- 20 Dec 2009 <mst@shadowcat.co.uk> Matt S Trout
o Add FILENO method which returns a defined but invalid value to
placate things such as IPC::Run which call fileno to check if a
filehandle is open.
Closes bugs:
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=544540
http://rt.cpan.org/Public/Bug/Display.html?id=50972
Removes need for upstream patch in OpenBSD <bobtfish@bobtfish.net>
o Call the fcgi lib's attach/detach <robs@fastcgi.com>
|
|
|
|
pkgsrc changes:
- Adjusting dependencies according to META.yml
Upstream changes:
1.44 Jan 4, 2010
[ ENHANCEMENTS ]
- Use Log::Any to log various events, such as the start and end of each
request and each component call.
- Add $m->log, allowing easy logging to a component-specific namespace.
- Fix use of CHI when no data directory is specified.
1.43 Dec 25, 2009
[ BUG FIXES ]
- If a component was located in a patch with spaces, the feature which
referred to errors by their source file line number was broken. This could
cause test failures if the package was downloaded into a path with spaces by
CPAN. Reported by Shawn Moore. RT #53072.
- HTML::Entities is no longer an optional dependency. This fixes some issues
with packaged versions of Mason. Reported by Jens Rehsack. RT #48890.
- $m->flush_buffer is now ignored when inside $m->scomp or $m->content. Patch
by Frederic Briere, with extra tests from Ruslan Zakirov. RT #38924.
|
|
|
|
www/p5-HTML-Mason.
Log::Any allows CPAN modules to safely and efficiently log messages, while
letting the application choose (or decline to choose) a logging mechanism
such as Log::Dispatch or Log::Log4perl.
Log::Any has a very tiny footprint and no dependencies beyond Perl 5.6,
which makes it appropriate for even small CPAN modules to use. It defaults
to 'null' logging activity, so a module can safely log without worrying
about whether the application has chosen (or will ever choose) a logging
mechanism.
The application, in turn, may choose one or more logging mechanisms via
Log::Any::Adapter.
|
|
|
|
pkgsrc changes:
- Adjusting license definition
Upstream changes:
1.08 - Wed Dec 9 18:20:22 2009
* Promoting development release to full release.
* This release mainly clarifies the licensing.
1.07_02 - Tue Nov 4 02:21:27 2008
* RT #40511: Give a better warning when you try to use tainted
data as an initialization vector. If anyone wants to use
tainted data, they can patch the code to accept it.
1.07_01 - Tue Oct 14 08:59:58 2008
* Clarify that these files are under the Lesser GNU Public License
(also known as the Library GNU Public License).
|
|
domain".
|
|
|
|
Upstream changes:
0.11 Tue Jan 12 2010
- Repackaged using environment variables COPYFILE_DISABLE=1 and COPYFILE_EXTENDED_ATTRIBUTES_DISABLE=1
- Silenced PROTOTYPES warning on compilation
- Update manifest
0.10 Sun Dec 20 2009
- Fixed B::OP::siblings
- Updated docs
0.09 Sun Dec 06 21:36:00 PDT 2009
- Add ExtUtils::CBuilder to prequisite list to hopefully quench any
bad builds attempted on perl-5.
|
|
|
|
pkgsrc changes:
- Adjusting module type - use "Module::Install::Bundled" directly
Upstream changes:
5.8003 28 Dec 2009
- Variety of typo fixes
- Fix incorrectness re :Global and :Local
- Update DevelopmentProcess.pod
5.8002 15 Nov 2009
- Update tutorial to match latest prepacked versions in Debian 5
- Add FormHandler branch (with thanks to gshank!)
- Misc cleanup/freshing up of tutorial.
- Fix indenting issue (with thanks to Kiffin Gish)
- Integrate tome fix branch (with thanks to tome!)
- Add a "negative" test to confirm that test02 does not have an admin create link
- Integrate sqlite3 clarification and link by wolfman2000 from tutorial_role_updates branch
- Fix Pod typos in ::Internals (RT#51488)
- Fix Pod typos in the Cookbook (RT#51466)
- Fix a Test::Pod failure and make Debian happier.
- Typo fixes from garu
- Misc minor and/or typo fixes
|
|
|
|
|
|
This plugins allows one to checking her text spelling within Padre using
F7 (standard spelling shortcut accross text processors). One can change the
dictionary language used in the preferences window
(menu Plugins / SpellCheck / Preferences).
|
|
|
|
Padre::Plugin::SVN provides a simple SVN interface for Padre.
|
|
|
|
Padre::Plugin::HG provides a mecurial interface for Padre.
|
|
|
|
Padre::Plugin::Git provides a simple Git interface for Padre.
|
|
|
|
Padre::Plugin::Encrypt provides file encryption/decryption in Padre.
|
|
|
|
This plugin provides Eclipse like "killer features" into Padre, like
* Quick Assist
* Quick Outline Access
* Quick Module Access
|
|
|
|
Padre::Plugin::Debugger allows to debug perl code from within Padre.
|
|
|
|
This plugin uses the Wx::Perl::DataWalker module to provide facilities for
interactively browsing Perl data structures.
|
|
|
|
This package provides a Padre plugin to manage Catalyst development
environment and some handy tools to speed up Catalyst development.
|
|
|
|
Padre::Plugin::Autoformat allows to reformat text within Padre using
Text::Autoformat underneath.
|
|
textproc/Makefile to editors/Makefile
|
|
|
|
Changes from 0.136
==================
1) Up to date with baseline 0.136 (RB)
2) More typecasting so compiling as C++ can succeed (couriersud)
3) Cleaned up #ifdefs, added more -verbose output, improved SDL
1.3 support (couriersud)
4) Cleaned up Windows support (couriersud)
5) Fixed possible weirdness enumerating controller buttons (Skito)
|
|
|
|
|