summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2010-01-16Updating textproc/p5-podlators from 2.2.1 to 2.3.0sno2-7/+8
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.
2010-01-16Updated textproc/p5-Pod-Simple to 3.13sno2-3/+3
2010-01-16Updating textproc/p5-Pod-Simple from 3.11 to 3.13sno2-6/+6
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.
2010-01-16Bump version simply because it hasn't been bumped for some time and manyjnemeth1-2/+2
changes have been made in the meantime. These way people will know that there are updates that don't give bogus warnings.
2010-01-16Added LICENSE.heinz12-12/+24
2010-01-16Update MASTER_SITES and HOMEPAGE.snj1-5/+3
2010-01-16add ilbcjnemeth1-0/+1
2010-01-16Added editors/p5-Acme-Padre-PlayCode version 0.13sno1-1/+2
2010-01-16Importing editors/p5-Acme-Padre-PlayCode v0.13sno3-0/+35
This is a simple Padre plugin to run Acme::PlayCode on either selected source code (if there is any selection) or the entire document.
2010-01-16Removing editors/p5-Padre-Plugin-PlayCode/ (must be imported intosno3-35/+0
editors/p5-Acme-Padre-PlayCode). Thanks to Klaus Heinz for reporting.
2010-01-16Removed editors/p5-Padre-Plugin-PlayCodesno1-1/+2
2010-01-16Updated www/p5-FCGI to 0.68sno1-1/+2
2010-01-16Updating www/p5-FCGI from 0.67nb3 to 0.68sno2-16/+14
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>
2010-01-16Updated www/p5-HTML-Mason to 1.44sno1-1/+2
2010-01-16Updating www/p5-HTML-Mason from 1.42nb1 to 1.44sno2-23/+25
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.
2010-01-16Added devel/p5-Log-Any version 0.10sno2-2/+4
2010-01-16Importing devel/p5-Log-Any v0.10 as dependency of scheduled update ofsno3-0/+39
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.
2010-01-16Updated security/p5-Crypt-Rijndael to 1.08sno1-1/+2
2010-01-16Updating security/p5-Crypt-Rijndael from 1.07nb1 to 1.08sno2-7/+8
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).
2010-01-16Set LICENSE. According to the file README "re2c is in the publicheinz1-1/+2
domain".
2010-01-16Updated devel/p5-B-Utils to 0.11sno1-1/+2
2010-01-16Updating devel/p5-B-Utils from 0.08 to 0.11sno2-6/+6
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.
2010-01-16Updated www/p5-Catalyst-Manual to 5.8003sno1-1/+2
2010-01-16Updating www/p5-Catalyst-Manual from 5.8001 to 5.8003sno2-8/+7
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
2010-01-16Add SUBDIR for recent Padre plugin importssno1-1/+11
2010-01-16Added editors/p5-Padre-Plugin-SpellCheck version 1.1.2sno1-1/+2
2010-01-16Importing editors/p5-Padre-Plugin-SpellCheck v1.1.2sno3-0/+37
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).
2010-01-16Added editors/p5-Padre-Plugin-SVN version 0.04sno1-1/+2
2010-01-16Importing editors/p5-Padre-Plugin-SVN v0.04sno3-0/+32
Padre::Plugin::SVN provides a simple SVN interface for Padre.
2010-01-16Added editors/p5-Padre-Plugin-HG version 0.14sno1-1/+2
2010-01-16Importing editors/p5-Padre-Plugin-HG v0.14sno3-0/+32
Padre::Plugin::HG provides a mecurial interface for Padre.
2010-01-16Added editors/p5-Padre-Plugin-Git version 0.01sno1-1/+2
2010-01-16Importing editors/p5-Padre-Plugin-Git v0.01sno3-0/+33
Padre::Plugin::Git provides a simple Git interface for Padre.
2010-01-16Added editors/p5-Padre-Plugin-Encrypt version 0.06sno1-1/+2
2010-01-16Importing editors/p5-Padre-Plugin-Encrypt v0.06sno3-0/+33
Padre::Plugin::Encrypt provides file encryption/decryption in Padre.
2010-01-16Added editors/p5-Padre-Plugin-Ecliptic version 0.19sno1-1/+2
2010-01-16Importing editors/p5-Padre-Plugin-Ecliptic v0.19sno3-0/+41
This plugin provides Eclipse like "killer features" into Padre, like * Quick Assist * Quick Outline Access * Quick Module Access
2010-01-16Added editors/p5-Padre-Plugin-Debugger version 0.3sno1-1/+2
2010-01-16Importing editors/p5-Padre-Plugin-Debugger v0.3sno3-0/+33
Padre::Plugin::Debugger allows to debug perl code from within Padre.
2010-01-16Added editors/p5-Padre-Plugin-DataWalker version 0.02sno1-1/+2
2010-01-16Importing editors/p5-Padre-Plugin-DataWalker v0.02sno3-0/+36
This plugin uses the Wx::Perl::DataWalker module to provide facilities for interactively browsing Perl data structures.
2010-01-16Added editors/p5-Padre-Plugin-Catalyst version 0.07sno1-1/+2
2010-01-16Importing editors/p5-Padre-Plugin-Catalyst v0.07sno3-0/+36
This package provides a Padre plugin to manage Catalyst development environment and some handy tools to speed up Catalyst development.
2010-01-16Added editors/p5-Padre-Plugin-Autoformat version 1.1.2sno1-1/+2
2010-01-16Importing editors/p5-Padre-Plugin-Autoformat v1.1.2sno3-0/+34
Padre::Plugin::Autoformat allows to reformat text within Padre using Text::Autoformat underneath.
2010-01-16Move SUBDIR addition for recent Padre and Padre plugin imports from ↵sno2-11/+11
textproc/Makefile to editors/Makefile
2010-01-16Updated emulators/sdlmame to 0.136wiz2-3/+3
2010-01-16Update to 0.136:wiz2-6/+6
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)
2010-01-16Set or updated LICENSEheinz19-24/+38
2010-01-16Add autoconf to tools, use automake instead of automake14.asau1-2/+2