summaryrefslogtreecommitdiff
path: root/devel
AgeCommit message (Collapse)AuthorFilesLines
2010-04-24Update p5-App-cpanminus from version 0.9936 to version 1.0001.seb2-6/+6
Upstream changes: 1.0001 Sat Apr 24 16:20:56 CST 2010 - Make this 1.0! 0.999_05 Wed Apr 21 20:37:25 JST 2010 [Bug Fixes] - Fixed the timing to make -l and -L an abstract path (ash) 0.999_04 Mon Apr 19 15:21:01 JST 2010 [Bug Fixes] - Fixed installationg from arbitrary URLs or file paths 0.999_03 Wed Apr 14 02:26:28 PDT 2010 [Improvements] - Fixed a problem when uninstalling shadows fail with an old ExtUtils::Install by bootstrapping it to require 1.46 0.999_02 Tue Apr 13 09:08:00 CEST 2010 [Improvements] - Improved --skip-installed so sub packages version in a distribution can be compared correctly - --look command is now back, per popular demands [Bug Fixes] - Fixed broken configure_requires in 0.999_01 0.999_01 Mon Apr 12 12:24:57 CEST 2010 This is the first release candidate for 1.00 [INCOMPATIBLE CHANGES] - Do not support (undocumented) CPANMINUS_* environment variable anymore. Use PERL_CPANM_* instead - Plugins are not supported anymore. They will be available as part of a new client! - Deleted --look command - Deleted --recent command [Improvements] - Get metadata from search.cpan.org before fetching tarballs, which makes commands like --info or --skip-installed much faster. #3, #8, #9 - Added --mirror option where you can specify the mirror base URL - Added --prompt option that asks users to skip, force install, retry or look when test fails #23 - When one of the dependencies fail to install, cpanm bails out the installation of source dist by default. --prompt will ask if you want to install anyway - Added a man page for cpanm [Developer Fixes] - Do not display 'Already tried...' message by default - Set non-zero exit code if one or more modules failed to build
2010-04-24Update from version 0.14 to version 0.15.seb2-7/+7
Upstream changes: 0.15 Mon Apr 5 15:24:24 2010 Fix tests to use the right Perl (jjore) Shebang for Makefile.PL (jjore) fix the 'repl' can't be exported bug (sunnavy) Use Sub::Exporter since it's irrevocably in our dep tree anyway (sunnavy) Silence warning about v-string (doy) Documentation fixes (Sartak) Passing in an explicit undef to repl will silence the stacktrace (Sartak)
2010-04-23Update to 1.0.0:wiz3-7/+8
Changes: This release adds GAS syntax preprocessor support, Visual Studio 2010 integration, and support for AMD XOP, FMA4, and CVT16 instructions. It also incorporates many bugfixes.
2010-04-23Update p5-autobox-Core from version 1.0 to version 1.2.seb2-7/+7
Pkgsrc changes: - Adjust MASTER_SITES Upstream changes: Version 1.2 merges in brunov's flip, center, last_index, slice, range, documentation, and various bug fixes. Version 1.1 actually adds the tests to the MANIFEST so they get bundled. Thanks to http://github.com/daxim daxim/Lars DIECKOW for clearing out the RT queue (which I didn't know existed), merging in the fixes and features that still applied, which were several.
2010-04-23Set LICENSE to Perl 5'sseb1-1/+2
2010-04-23Update p5-autobox from version 2.55 to version 2.70.seb2-7/+7
Upstream changes: 2.70 Wed Mar 17 19:27:44 2010 - replace autobox_can and autobox_isa with autobox_class this also fixes import, unimport and VERSION - added t/version.t - renamed t/universal.t => t/autobox_class.t 2.60 Wed Mar 17 16:34:56 2010 - fix RT #46814 (thanks Tye McQueen) - added t/rt_46814.t - fix RT #49273 (thanks Daniel Austin) - fix RT #55565 (thanks Schwern) - fix RT #55652 (thanks Schwern) - $native->isa and $native->can must now be called as $native->autobox_isa and $native->autobox_can - added t/rt_55652.t
2010-04-23Update from version 3.02 to version 3.11.seb2-7/+7
Pkgsrc changes: - Change HOMEPAGE Upstream changes: Changes in Devel::NYTProf 3.11 (svn 1171) 12th March 2010 Fixed assorted issues on Windows thanks to Jan Dubois. Fixed assorted issues 64bit systems thanks to Jan Dubois. Refactored I/O to create an API that encapsulates the data file format, thanks to Nicholas Clark. Updated and optimized nytprofmerge to use the new API yielding a significant speed boost, thanks to Nicholas Clark.
2010-04-22common makefile fragment for mozilla extension packagestnn1-0/+24
2010-04-22Update p5-App-cpanminus from version 0.9935 to version 0.9936.seb2-6/+6
Upstream changes: 0.9936 Wed Apr 21 20:52:39 JST 2010 [Bug Fixes] - Fixed -l and -L abstract path (backported from 0.999)
2010-04-22Update version from 1.14.17 to 1.14.18 to match libgsf (and therefore build).dsainty1-3/+3
2010-04-21Disable assembly routines in freebl on Linux.tnn2-5/+17
This works around the PR pkg/43146 crash, at least on debian 5.0/i386.
2010-04-21Reflect update.joerg1-2/+2
2010-04-21Update py-babel to 0.9.5.obache2-6/+6
Version 0.9.5 http://svn.edgewall.org/repos/babel/tags/0.9.5/ (Apr 6 2010, from branches/stable/0.9.x) * Fixed the case where messages containing square brackets would break with an unpack error. * Backport of r467: Fuzzy matching regarding plurals should *NOT* be checked against len(message.id) because this is always 2, instead, it's should be checked against catalog.num_plurals (ticket #212).
2010-04-20Fix typo in patch description.wiz2-4/+4
2010-04-20Drop fam support from devel/glib2; I'll readd this as sysutils/gio-fam.jmmv6-108/+131
This functionality can easily be built as a loadable module, so it should not be conditional on a build-time option. Split the Makefile into two parts so that the sysutils/gio-fam package can reuse most of it. Bump PKGREVISION to 1.
2010-04-20- avoid catpage regenerationtnn2-3/+7
- fix typo in comment
2010-04-20Merge bmake-20100414joerg28-4711/+2869
2010-04-20Import bmake-20100414:joerg7-0/+322
- Resolve argv[0] with realpath if needed - Add :tA to realpath(3)ify variables - Support for .info, .warning, .error, .ERROR - Unit tests for .ERROR / .error; never make .ERROR the default target - Fix for .ALLSRC being populated twice - Support for .MAKE_MODE, .MAKE.MAKEFILE_PREFERENCE, .MAKE_DEPENDFILE - Haiku support - Improved diagnostics for .for with multiple variables - Rewrite bootstrap to not use make - Fix for -m .../ - Add support for .unexport - Catch typoes in .el*if etc - Fix parsing of :S;...;...; applied to .for loop iterators appearing in dependency lines
2010-04-19Add & enable p5-Coroseb1-1/+2
2010-04-19Initial import of p5-Coro version 5.22 in the NetBSD Packagesseb4-0/+68
Collection. The Perl 5 module collection Coro manages continuations in general, most often in the form of cooperative threads.The specific flavor of thread offered by this module also guarantees you that it will not switch between threads unless necessary, at easily-identified points in your program, so locking and parallel access are rarely an issue, making thread programming much safer and easier than using other thread models.
2010-04-19Update py-nose to 0.11.3.obache3-10/+13
Based on PR#43174 from Wen Heping. While here, define self test target. 0.11.3 - Fixed default plugin manager's use of plugin overriding. Thanks to rob.daylife for the bug report and patch. (#323). 0.11.2 - Changed plugin loading so that external plugins loaded via extension points can override builtin plugins with the same name. - Updated multiprocess plugin and nose's packaging to allow multiprocess plugin to work on Windows (#265). - Fixed bug in xunit plugin's interaction with suites and errors in module-level setup. Thanks to Mark McCague for the bug report (#279). - Fixed bug in nose.loader.TestLoader that allowed Test classes that raise exceptions in __init__ to crash the test run (#269). - Fixed bugs in nose's test suite that caused spurious failures on Windows. - Fixed bug in twisted tools: delayed calls were not shut down on reactor stop. Thanks to abbeyj for the patch (#278). - Fixed bug where root log handlers were not cleared. For example, this was emitting unwanted messages when testing Google App Engine websites. - Fixed bug in test names output by xunit plugin. Thanks to Philip Jenvey for the bug report and patch (#280). - Fixed bug in profile plugin that caused stats to fail to print under Python 2.5 and later. Thanks to djs at n-cube dot org for the bug report (#285). - Improved logcapture filtering, with default setting to filter out log messages from nose itself. Thanks to gfxmonk for the patch (#277). - The xunit plugin now tags skipped tests with a <skipped> testcase tag, and prevents the XML from containing invalid control characters. - Updated nose to be compatible with python 2.7 (#305). - Updated loading of usage document to allow nose to run from within an egg archive (#288). - Fixed IronPython checks to make nose compatible with more versions of IronPython. Thanks to Kevin Mitchell for the patch (#316).
2010-04-18Add & enable p5-AnyEvent-AIOseb1-1/+2
2010-04-18Initial import of p5-AnyEvent-AIO version 1.1 in the NetBSD Packagesseb3-0/+32
Collection. The Perl 5 module AnyEvent::AIO is an AnyEvent user. Loading it will install the necessary magic to seamlessly integrate IO::AIO into AnyEvent, i.e. you no longer need to concern yourself with calling IO::AIO::poll_cb or any of that stuff.
2010-04-18Update from version 0.13 to version 0.14.seb2-6/+7
Pkgsrc changes: - Not need for a compiler Upstream changes: [0.14] Thu Mar 18 11:15:38 CET 2010 - Disable auto_install. - Turn the error prone debugger test into an author test.
2010-04-18Add & enable p5-IO-AIOseb1-1/+2
2010-04-18Initial import of p5-IO-AIO version 3.65 in the NetBSD Packagesseb3-0/+34
Collection. The Perl 5 module IO::AIO implements asynchronous I/O using whatever means the operating system supports. It is implemented as an interface to libeio.
2010-04-17Use ${MAKE_PROGRAM} instead of hardcoding gmake. The latter will causekefren11-58/+74
problems on linux systems. Bump PKGREVISION. Noticed by Tobias Nygren
2010-04-16Make it use GNU make as it expectskefren11-3/+248
Bump PKGREVISION
2010-04-16Update to 0.4.3:wiz2-6/+6
Diffuse 0.4.3 - 2010-04-15 - fixed a bug that prevent the "-m" option from opening a 3-way merge for Subversion and Bazaar conflicts
2010-04-16Fix HOMEPAGEseb1-2/+2
2010-04-16Add & enable p5-Parallel-Preforkseb1-1/+2
2010-04-16Initial import of p5-Parallel-Prefork version 0.08 in the NetBSDseb3-0/+33
Packages Collection. The Perl 5 module Parallel::Prefork provides a simple prefork server framework. It is is much like Parallel::ForkManager, but supports graceful shutdown and run-time reconfiguration.
2010-04-16Update p5-App-cpanminus from version 0.9934 to version 0.9935.seb2-6/+6
Upstream changes: 0.9935 Wed Apr 14 02:26:28 PDT 2010 [Improvements] - Fixed UNINST=1 dying on older ExtUtils::Install with local::lib (omega)
2010-04-15Indent with tab, not spaces.wiz1-2/+2
2010-04-15Update to 0.4.2:wiz4-10/+10
Diffuse 0.4.2 - 2010-04-13 - support for detached Git repositories - better removal of unnecessary spacer lines - added support for horizontal mouse scrolling - renamed some resources to more user friendly names - RCS support - added Henri Menke's Spanish translation - "#!" interpreter lines are now used to select proper highlighting rules - syntax highlighting is now indicated by radio menu items
2010-04-14Update p5-Module-CoreList from version 2.26 to version 2.29.seb2-6/+6
Upstream changes: upstream logs says 2.27 instead of 2.29 in Changes file! 2.27 Sun Mar 14 2010 - Updated for 5.12.0
2010-04-14Added devel/p5-Test-CheckManifest version 1.21sno1-1/+2
2010-04-14Importing devel/p5-Test-CheckManifest version 1.21.sno3-0/+28
Test::CheckManifest is a module for authors of Perl5 modules to verify their MANIFEST files. Invalid MANIFEST files usually results in failing smoke tests and more module uploads than necessary.
2010-04-14Add buildlink3.mk for devel/p5-EV.hiramatsu1-0/+14
2010-04-13perl FCGI 0.69 onwards is more picky about the strings it gets.spz3-3/+16
Thus, if you feed it perl strings with utf-8 you get a complaint about wide characters in the string. The new patch-ac contains a fix.
2010-04-13Update devel/apache-ant to 1.8.0tonio4-65/+124
Fix PR pkg/42990 * Lexically scoped local properties, i.e. properties that are only defined inside a target, sequential block or similar environment. * <import> can now import from any file- or URL-providing resource - this includes <javaresource>. * Various improvements to the directory scanning code that help with symbolic link cycles (as can be found on MacOS X Java installations for example) and improve scanning performance. For big directory trees the improvement is dramatic. * The way developers can extend Ant's property expansion algorithm has been rewritten (breaking the older API) to be easier to use and be more powerful. a new top level element extension-point allows build files to be extended with custom targets more easily * At the same time the if and unless attributes have been rewritten to do the expected thing if applied to a property expansion (i.e. if="${foo}" will mean "yes, do it" if ${foo} expands to true, in Ant 1.7.1 it would mean "no" unless a property named "true" existed). This adds "testing conditions" as a new use-case to property expansion. * Ant now requires Java 1.4 or later * new task include provides an alternative to <import> that should be preferred when you don't want to override any targets * numerous bug fixes and improvements as documented in Bugzilla and in WHATSNEW
2010-04-13update to 1.14.18drochner3-7/+9
changes: fix for zip archive problem
2010-04-13update to 8.02drochner2-6/+6
changes: -Unicode data tables have been updated to Unicode 5.2.0 -bugfixes
2010-04-13* revert last PLIST change, it is not installed.obache2-8/+22
* convert custom SED target to SUBST, and move post-patch to pre-configure for easy to maintain patch. * replace shbang of codegen scripts. Bump PKGREVISION.
2010-04-13Add buildlink3.mk for devel/p5-Event.hiramatsu1-0/+14
2010-04-13Add & enable p5-App-cpanminusseb1-1/+2
2010-04-13Initial import of p5-App-cpanminus version 0.9934 in the NetBSDseb4-0/+34
Packages Collection. cpanminus is a script to get, unpack, build and install modules from CPAN. Why? It's dependency free, requires zero configuration, and stands alone -- but it's maintainable and extensible with plugins and friendly to shell scripting. When running, it requires only 10MB of RAM.
2010-04-12A small PLIST fix.taca2-2/+4
Bump PKGREVISION.
2010-04-12Add a patch for Ruby's GC processing: [ruby-dev:40823].taca3-2/+21
Bump PKGREVISION.
2010-04-11Update from version 0.96 to version 0.97.seb2-6/+6
Upstream changes: [Changes for 0.97 - 2010-04-10] * Pack the content of module/distribution sharedirs is automatically. (kmx) * RT #56020 - add data files used by Unicode::UCD (Roderich Schupp) * RT #55746 - remove bogus "... if %Config::Config" condition (Roderich Schupp) * Add special case for CGI::Application::Plugin::AutoRunmode (Alexandr Ciornii) * Add special case for CGI::Application::Plugin::Authentication (Alexandr Ciornii) * Add special case for DBIx::Perlish (Alexandr Ciornii)