summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2010-01-16Adding SUBDIR for recent Padre and Padre plugin importssno1-1/+10
2010-01-16Added editors/p5-Acme-Padre-PlayCode version 0.12sno1-1/+2
2010-01-16Importing editors/p5-Acme-Padre-PlayCode v0.12sno3-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-16Added editors/p5-Padre-Plugin-Kate version 0.02sno1-1/+2
2010-01-16Importing editors/p5-Padre-Plugin-Kate v0.02sno3-0/+39
This plugin provides an interface to the Syntax::Highligh::Engine::Kate which implements syntax highlighting rules taken from the Kate editor. Currently the plugin only implements Perl 5 and PHP highlighting. Once this plug-in is installed the user can switch the highlighting of all Perl 5 or PHP files to use this highlighter via the Preferences menu of Padre.
2010-01-16Added editors/p5-Padre-Plugin-Nopaste version 0.2.1sno1-1/+2
2010-01-16Importing editors/p5-Padre-Plugin-Nopaste v0.2.1sno3-0/+35
This plugin allows sending stuff from Padre to a nopaste website with Ctrl+Shift+V, allowing for easy code / whatever sharing without having to open a browser.
2010-01-16Added editors/p5-Padre-Plugin-PerlCritic version 0.06sno1-1/+2
2010-01-16Importing editors/p5-Padre-Plugin-PerlCritic v0.06sno3-0/+33
Padre::Plugin::PerlCritic is a simple plugin to run Perl::Critic on source code.
2010-01-16Added editors/p5-Padre-Plugin-PerlTidy version 0.09sno1-1/+2
2010-01-16Importing editors/p5-Padre-Plugin-PerlTidy v0.09sno3-0/+34
Padre::Plugin::PerlTidy is a simple plugin to run Perl::Tidy on source code.
2010-01-16Added editors/p5-Padre-Plugin-Vi version 0.22sno1-1/+2
2010-01-16Importing editors/p5-Padre-Plugin-Vi v0.22sno4-0/+46
Once installed and enabled the user is in full vi-emulation mode, which was partially implemented.
2010-01-16Added editors/p5-Padre-Plugin-XS version 0.01sno1-1/+2
2010-01-16Importing editors/p5-Padre-Plugin-XS v0.01sno3-0/+36
This plugin is intended to extend Padre's support for editing XS and C-using-perlapi. Currently the plugin implements limited syntax highlighting and calltips using a configurable version of the perlapi.
2010-01-16Added editors/p5-Padre version 0.54sno1-1/+2
2010-01-16Importing editors/p5-Padre v0.54.sno3-0/+112
Padre is a Perl IDE, an Integrated Development environment, or in other words a text editor that is simple to use for new Perl programmers but also supports large multi-lingual and multi-technology projects. Features * Customizable syntax highlighting of many languages * Syntax checking for Perl 5 and Perl 6 * Refactoring tools for Perl 5 and Perl 6 * Context sensitive help * Multi-platform: Microsoft Windows, Linux, Mac OS X * Special features for beginners * Extra features for advanced programmers * Written in Perl 5 * ...
2010-01-16Added editors/p5-PPIx-EditorTools version 0.09sno1-1/+2
2010-01-16Importing editors/p5-PPIx-EditorTools v0.09 as dependency of scheduledsno3-0/+36
import of editors/p5-Padre. Utility methods and base class for manipulating Perl via PPI.
2010-01-16Updated www/p5-Catalyst-Devel to 1.26sno1-1/+2
2010-01-16Updating www/p5-Catalyst-Devel from 1.21 to 1.26sno2-15/+21
pkgsrc changes: - Adjusting dependencies Upstream changes: 1.26 2010-01-12 03:55:50 - Depend on Catalyst::Plugin::Static::Simple 0.28 to avoid failures caused by a bug in 0.27. 1.25 2010-01-02 16:13:06 - Update repository metadata after moving from svn to git. 1.24 2009-12-07 23:23:36 - File name for .yml file generated is now correct. - Fixes for consistent spacing in generated application template. - Stop requiring generated test files to have a true return value. - Win32 compatibility fixes: 1) hardcoded 'make' replaced by: $Config{make}||'make' 2) testing executable flags skipped on Win32 - Fix pod to match option names on Catalyst::Script::Server 1.23 2009-12-06 12:22:12 - Fix generated app test to be multi-platform and fix issue with case for generated files. (Dave Rolsky) - Fix Test::More version dependency so that subtest works correctly. - Add a $VERSION to Catalyst::Helper as PAUSE used to pull $VERSION (i.e. 0.01) out of the app template section and use that, so we now can't not have a version number here or it makes pause unhappy. 1.22 2009-12-05 07:23:00 - Use MooseX::Emulate::Class::Accessor::Fast so that options supplied to ->new are put into the hash even if attributes do not exist for them. This fixes -force recreating application scripts. 1.21_01 2009-12-01 03:34:23 - Update generated scripts to use the new Catalyst::Script:: classes available from Catalyst 5.80014_02. Note: Any applications whos scripts are upgraded will need to depend on at least this version of Catalyst. - Change application templates from being inlined in Catalyst::Helper to being in a share dir making the templates much easier to maintain and patch. - Generate new applications with Moose and Moose style components. - Remove dependency on parent.pm as this has been removed from the generated application template. - Turn off deprecated regex component lookup in the config of new applications. - Test application generation and helper classes properly. - Change tests in generated application and components to use the new done_testing feature rather than having test plans. - Update required versions of dependencies to ensure the installed versions won't cause deprecation warnings with the latest Catalyst. - Exclude root/, t/ and hidden dirs from file change monitoring when using File::ChangeNotify 0.08+. (dew) - Updated POD of Module/Install/Catalyst.pm (Karsten Heymann) - Added debian package building temp files to the list of ignored files/directories and fix ignore for subversion checkouts. (Karsten Heymann)
2010-01-16Updated www/p5-Catalyst-Plugin-Static-Simple to 0.28sno1-1/+2
2010-01-16Updated www/p5-CatalystX-LeakChecker to 0.05sno1-1/+2
2010-01-16Updating www/p5-CatalystX-LeakChecker from 0.04nb1 to 0.05sno2-10/+9
pkgsrc changes: - Adjusting dependencies Upstream changes: 0.05 Sun, 29 Nov 2009 17:38:51 +0100 * Depend on a later version of PadWalker to avoid segfaults in the Catalyst test suite.
2010-01-16Updating www/p5-Catalyst-Plugin-Static-Simple from 0.25 to 0.28sno2-8/+10
pkgsrc changes: - Adjusting dependencies - Adjusting module type to use bundled Module::Install Upstream changes: 0.28 2010-01-04 13:15:00 - Fix issues in debug mode. (RT#53338) 0.27 2010-01-03 14:49:00 - Switch to being a Moose role, removing dependencies on Class::Data::Inheritable and Class::Accessor (Andrey Kostenko in RT#51089) - Make Pod tests mandatory for authors but never run otherwise - Switch to Test::NoTabs to ensure no tabs, rather than Test::Perl::Critic 0.26 2009-12-06 12:30:00 - Fix Pod to show less nasty method of assigning config by calling the config method with parameters, rather than poking around inside the hash. - Require newer (>= 0.15) Catalyst::Plugin::SubRequest for subrequest tests as old versions don't work with new Catalyst (>= 5.80014)
2010-01-16Updated www/p5-Catalyst-Runtime to 5.80018sno1-1/+2
2010-01-16Updating www/p5-Catalyst-Runtime from 5.80014 to 5.80018sno2-13/+16
pkgsrc changes: - Adjusting dependencies Upstream changes: 5.80018 2010-01-12 22:24:20 Bug fixed: - Call ->canonical on URI derived from $ENV{REQUEST_URI} to get paths correctly decoded. This bug was previously hidden by a bug in HTTP::Request::AsCGI Documentation: - Clarify that uri_for_action works on private paths, with example. Deprecations: - Saying use Catalyst::Test; (without an application name or () to stop the importer running is now deprecated and will issue a warning. You should be saying use Catalyst::Test (); 5.80017 2010-01-10 02:27:29 Documentation: - Fix docs for ->forward method when passed a class name - this should be a component name (e.g. View::HTML, not a full class name, like MyApp::View::HTML). Bug fixes: - --daemon and -d options to Catalyst::Script::FastCGI are fixed. - Fix the debug dump for applications which use Catalyst::Plugin::Session (RT#52898) - Fix regression in the case where mod_rewrite is being used to rewrite requests into a path below your application base introduced with the %2F related fixes in 5.80014_02. - Do not crash on SIGHUP if Catalyst::Engine::HTTP->run is not passed the argv key in the options hash. - Correctly pass the arguments to Catalyst::Script::Server through to Catalyst::Engine::HTTP->run so that the server can restart itself with the correct options on SIGHUP. - Require new MooseX::MethodAttributes to be compatible with Moose versions >= 0.93_01 - Require new MooseX::Role::WithOverloading to be compatible with Moose versions >= 0.93_01 Cleanups: - Stop suppressing warnings from Class::C3::Adopt::NEXT now that most plugins have been updated to not use NEXT. If you get warnings then please upgrade your components or log a bug with the component author if an upgrade is not available. The Class::C3::Adopt::NEXT documentation contains information about how to suppress the warnings in your application if you need to. 5.80016 2009-12-11 23:23:33 Bug fixes: - Fix slurping a file to work correctly with binary on Win32 in the encoding test controller. Bug fixes in the new scripts (for applications which have been upgraded): - Allow --restartdirectory as an option for the Server script, for backwards compatibility. (Dave Rolsky) - The --host option for the server script defaulted to localhost, rather than listening on all interfaces, which was the previous default. (Dave Rolsky) - Restore -p option for pid file in the FastCGI server script. - Fix the script environment variables MYAPP_PORT and MYAPP_RELOAD RT#52604 - Fix aliasing applications under non-root paths with mod_rewrite in some apache versions where %ENV{SCRIPT_NAME} is set to the real name of the script, by using $ENV{REDIRECT_URL} which contains the non-rewritten URI. - Fix usage display when myapp_create.pl is run with no arguments. RT#52630 New features: - The __MOP__ hash element is suppressed from being dumped fully (and instead stringified) when dumping the error screen to be less packed with information of no use. Documentation: - Fix Pod nits (RT#52370) 5.80015 2009-12-02 15:13:54 Bug fixes: - Fix bug in Catalyst::Engine which would cause a request parsing to end prematurely in the hypothetical case where calling $engine->read returned the single character '0'. - Fix failing tests when combined with new HTTP::Request::AsCGI Documentation: - Improved documentation on read and read_chunk methods in Catalyst::Engine. - Fix reversal of SCRIPT_NAME and PATH_INFO in previously correct nginx FastCGI documentation introduced in _02. 5.80014_02 2009-12-01 00:55:23 Bug fixes: - Fix reporting the wrong Content-Length if the response body is an upgraded string. Strings mean the same thing whether or not they are upgraded, may get upgraded even after they are encoded, and will produce the same output either way, but bytes::length returns too big values for upgraded strings containing characters >127 - Fix t/live_fork.t with bleadperl (RT#52100) - Set $ENV{PATH_INFO} from $ENV{REQUEST_URI} combined with $ENV{SCRIPT_NAME} if possible. This is many web servers always fully decode PATH_INFO including URI reserved characters. This allows us to tell foo%2cbar from foo%252cbar, and fixes issues with %2F in paths being incorrectly decoded, resulting in too many path parts (rather than 1 path part containing a /, on some web servers (at least nginx). (RT#50082) - Require new HTTP::Request::AsCGI so that it fully decodes $ENV{PATH_INFO} in non CGI contexts. (RT#50082) Refactoring / cleanups: - NoTabs and Pod tests moved to t/author so that they're not run (and then skipped) normally. Documentation: - Fix Pod nits in Catalyst::Response (RT#51818) 5.80014_01 2009-11-22 20:01:23 Bug fixes: - Filehandle now forced to binmode in CGI and FastCGI engines. This appears to correct some UTF-8 issues, but may break people's code which relies on the old behaviour. Refactoring / cleanups: - Plugins which inherit from Catalyst::Controller or Catalyst::Component are deprecated and now issue warnings.
2010-01-16Updated www/p5-App-Nopaste to 0.18sno1-1/+2
2010-01-16Updating www/p5-App-Nopaste from 0.17 to 0.18sno2-7/+9
pkgsrc changes: - Changing to module type Module::Install::Bundled Upstream changes: 0.18 Wed Dec 30 16:04:45 2009 Add ssh support (obra, jibsheet)
2010-01-16Remove pango and puzzles, updates done.wiz1-3/+1
2010-01-16Updated devel/p5-namespace-clean to 0.12sno1-1/+2
2010-01-16Updating devel/p5-namespace-clean from 0.11 to 0.12sno2-7/+11
pkgsrc changes: - Adding right license definition - Adjusting dependencies Upstream changes: [0.12] Thu Jan 14 03:22:03 CET 2010 - Stop relying on stash entries always being upgraded into real GVs (Zefram). - Work around $DB::sub (Yuval Kogman). - Fix restoring of non-code symbols when cleaning (Ben Morrows).
2010-01-16Updated devel/libidn to 1.16wiz2-3/+3
2010-01-16Update to 1.16:wiz4-43/+6
** java: Add a Maven pom.xml project file. Contributed by Guus der Kinderen <guus.der.kinderen@gmail.com>. ** Fix a link error on MinGW. ** API and ABI is backwards compatible with the previous version.
2010-01-16Remove workaround for compiler bug in gcc2 on sparc64.wiz22-93/+21
2010-01-16Updated devel/p5-MooseX-Types-Common to 0.001001sno1-1/+2
2010-01-16Updating devel/p5-MooseX-Types-Common from 0.001000nb1 to 0.001001sno2-7/+8
pkgsrc changes: - Adding license definition (perl5 license) Upstream changes: 0.001001 2010-01-04 - POD updates
2010-01-16Updated devel/p5-MooseX-Types to 0.21sno1-1/+2
2010-01-16Updating devel/p5-MooseX-Types from 0.20nb1 to 0.21sno2-9/+9
pkgsrc changes: - Adjusting dependencies Upstream changes: 0.21 Thu Dec 24 00:21:26 EST 2009 - Attempting to import a non-existent type from a combined type library gave a very confusing error message from the MooseX::Types::Combined internals. Now it gives you a much more useful message. (Dave Rolsky) - bump up Moose dep (RT#53016)
2010-01-16Updated devel/p5-MooseX-Singleton to 0.22sno1-1/+2
2010-01-16Updating devel/p5-MooseX-Singleton from 0.21nb1 to 0.22sno2-7/+9
pkgsrc changes: - Adjusting dependencies Upstream changes: 0.22 2009-12-25 - The ->initialize method was both broken and undocumented. RT #51260. (Dave Rolsky) - Updated docs to encourage use of ->instance and ->initialize, and discourage calling ->new directly. Doing so may be deprecated in a future release. (Dave Rolsky)
2010-01-16Updated devel/p5-MooseX-Role-WithOverloading to 0.05sno1-1/+2
2010-01-16Updating devel/p5-MooseX-Role-WithOverloading from 0.03 to 0.05sno2-6/+8
pkgsrc changes: - Adjusting dependencies Upstream changes: 0.05 Sat, 18 Jan 2010 18:15:00 +0000 * Work around changes in composition_class_role in Moose >= 0.93_01 to be compatible with both old and new Moose versions. 0.04 Mon, 04 Jan 2010 18:40:11 +0100 * Depend on Test::More 0.88 for done_testing.
2010-01-16Updated devel/p5-MooseX-Role-Parameterized to 0.15sno1-1/+2
2010-01-16Updating devel/p5-MooseX-Role-Parameterized from 0.13nb1 to 0.15sno2-7/+8
pkgsrc changes: - Adjusting dependencies Upstream changes: 0.15 January 5, 2010 * Move the guts of MXRPMR::Parameterized into a trait. See http://www.nntp.perl.org/group/perl.moose/2010/01/msg1294.html (Sartak)
2010-01-16Convert to use automake instead of automake14.wiz1-4/+3
2010-01-16Updated devel/p5-MooseX-Params-Validate to 0.13sno1-1/+2
2010-01-16Updating devel/p5-MooseX-Params-Validate from 0.12nb1 to 0.13sno2-7/+7
Upstream changes: 0.13 Sun., Nov. 29, 2009 - Fix so that validated_hash does not try to coerce optional parameters which are not present. Patch by Ian Sillitoe. - Same fix for pos_validated_list. (Dave Rolsky)
2010-01-16Updated devel/p5-MooseX-MethodAttributes to 0.19sno1-1/+2
2010-01-16Updated textproc/liblinebreak to 2.0wiz2-3/+3