summaryrefslogtreecommitdiff
path: root/devel
AgeCommit message (Collapse)AuthorFilesLines
2010-03-08Updating devel/p5-Object-InsideOut from 3.58 to 3.63sno2-6/+6
Upstream changes: 3.63 Fri Mar 5 13:11:48 EST 2010 - Fix for shared object destruction bug 3.62 Thu Mar 4 04:24:02 2010 - Extended the change in v3.59 to Perl 5.8.9 3.61 Wed Mar 3 21:37:19 2010 - Code cleanup 3.59 Wed Mar 3 19:11:50 2010 - Fixed shared object destruction when using Thread::Queue
2010-03-08Updating devel/p5-MooseX-Getopt from 0.26 to 0.27sno2-7/+7
pkgsrc changes: - Adjust dependencies Upstream changes: Revision history for Perl extension MooseX-Getopt * Makefile.PL: - Bump dependency to Getopt::Long::Descriptive to 0.081 in an attempt to avoid test failures. * MooseX::Getopt::Dashes - Document that using a cmd_flag argument to attributes can be used to override the tr/_/-/ replacement ::Dashes does on attribute names
2010-03-08Updating devel/p5-Set-Scalar from 1.24 to 1.25sno2-6/+6
Upstream changes: 2009-12-27 Jarkko Hietaniemi <jhi@iki.fi> * Fixed "trying to add an element twice prevents further adds to the set" [rt.cpan.org #52559], bug reported by Eduard Wulff. * Removed unused and deprecated (Perl 5.12?) "use UNIVERSAL 'isa'" from Set/Scalar/Virtual.pm. * Add tests for the copy overload. * Released as 1.25.
2010-03-08Updating devel/p5-Graph from 0.91 to 0.93sno2-6/+7
pkgsrc changes: - Add license definition Upstream changes: 2010-03-07 Jarkko Hietaniemi <jhi@iki.fi> * Revert the SPTHeapElem.pm change made in Graph 0.92, installing Heap 0.80 broke Graph. Better be conservative. 2010-03-03 Jarkko Hietaniemi <jhi@iki.fi> * Address rt.cpan.org #55912 "Broken links in the documentation" * Address rt.cpan.org #55196 "Heap 0.80 compatibility fix" * Add copyright and clearer license statement. * Release as 0.92.
2010-03-08Updating devel/p5-FreezeThaw from 0.45 to 0.50sno2-6/+7
pkgsrc changes: - Add license definition Upstream changes: Version 0.50 Support RExes of 5.11 and later (XXXX but not yet reblessed ones...) (prototype by Andreas Koenig)
2010-03-08Updating devel/p5-Devel-NYTProf from 3.01 to 3.02sno2-7/+10
pkgsrc changes: - Adjust dependencies Upstream changes: Changes in Devel::NYTProf 3.01_96 (svn 1087) 27th Feb 2010 Fixed handling of usecputime=1 option and updated docs to note the significant limitations. Fixed association of XS subs to source files in some edge cases thanks to Nicholas Clark. Fixed nytprofmerge edge cases thanks to Nicholas Clark. Added high-resolution (100ns) timer for Mac OS X many thanks to Markus Peter. Added assorted optimizations thanks to Nicholas Clark. Changed subroutine profiler to be slightly more efficient. Changed some tests to be more informative on failure. Changed nytprofhtml to be smarter when source isn't available. Changed nytprofhtml to show sort arrow on sortable tables. Removed Devel::NYTProf::PgPLPerl module. That's now a separate PostgreSQL::PLPerl::NYTProf distribution. Updated docs to include a note about timing on Windows. Updated docs to include a section about making NYTProf faster.
2010-03-08USE_NCURSES= # emtpy -> USE_NCURSES=yesjoerg1-2/+2
2010-03-08Updated devel/rubigen to 1.5.4.fhajny3-17/+25
1.5.4 - mocha, cucumber and shoulda are development dependencies (fixes requirement for thoughtbot-shoulda too) 1.5.3 - Forced rubigen to use activesupport 2.3.5 (as the last < 3.0 version). It will upgrade to use 3.0.0 when it is released. 1.5.2 - Trying to remove a circular rubigen->newgem->rubigen dependency issue 1.5.1 - Return #write_manifest which was accidently removed - Moved website into gh-pages branch 1.5.0 - Preparation for integration back into Rails - --git/-g option for generated files to be added via git commands - after_generate hook for generators (used as rails' templates mechanism) - bumped activesupport requirement to 2.2.2 - upgraded internal files to support latest newgem (removed config/ folder, moved config to Rakefile) - support for RAILS_ROOT as a destination root - removed references to Merb which now has its own generator system; can access any merb generators via 'rubigen' helper app - RubiGen::Base.active can be changed to a RubiGen::Base subclass that will be used for lookups (e.g. RubiGen::Base.active = Rails::Generator::Base) 1.4.0 - rubigen tests now pass against ruby 1.9.0 and ruby 1.9.1(prerelease 2) - puts are sent to an explicit #stdout which can be STDOUT or a StringIO passed from tests; test output is now clean!
2010-03-08add and enable flexdockdmcmahill1-1/+2
2010-03-08Updated devel/hoe to 2.5.0.fhajny3-8/+16
Switched the gemspec based build. 2.5.0: - Add extra dirs to rcov include path if needed. - Added Hoe#dependency_target to make dependencies easier to declare. - Added extra doco to describe how auto-population works. - Added more doco to readme. - Don’t bother posting news to rubyforge. - Hoe::Inline plugin now deals with X::Y by flattening the name. - Merged some of Hoe.pdf to README.txt and further improved doco. - Pushed gemcutter & rubyforge dependencies down to the plugins. - Fix perms on Hoe.pdf after copying. - Fixed Hoe rdoc problem caused by gemcutter plugin. 2.4.0 - Added Hoe.pdf - Added gemcutter plugin (raggi) - Added newb plugin. (jbarnette) - Improved README.txt - Improved rdoc - Refactored rubyforge task to plugin. (jbarnette)
2010-03-08import flexdock-0.5.1dmcmahill4-0/+83
--------------------- FlexDock is a Java docking framework for use in cross-platform Swing applications. It offers features you'd expect in any desktop docking framework such as: * Tabbed and Split Layouts * Drag-n-Drop capability (with native drag rubber band painting on some platforms) * Floating windows * Collapsible Containers to Save Real Estate * Layout Persistence
2010-03-08Update devel/php-memcache to 2.2.5.fhajny3-24/+6
Removed options.mk support, because there is no OpenSSL support in this module's configure, and it makes no sense to conflict on PKG_OPTIONS.php=fastcgi when this module can be used with www/ap-php only (and not FastCGI-enabled lang/php5). Changelog: 2.2.5 - Improved performance of consistent hash strategy - Fixed PECL request #13758 (Failed to extract 'connection' variable from object) 2.2.4 - Added memcached stats script from Harun Yayli (http://livebookmark.net/memcachephp) - Fixed server weight not being used in the session handler - Fixed PECL bug #13343 (compilation breaks with CodeWarrior compiler) - Fixed PECL bug #13546 (Session handler through unix socket) - Fixed PECL bug #14239 (Memcache::set() modifies value parameter) - Fixed PECL request #13725 (unnecessary allocations in mmc_consistent_add_server) - Changed behaviour when unserialize/uncompress fail to return false instead of failing the server 2.2.3 - Fixed PECL bug #12883 (Breaks UTF-8 in keys) - Fixed PECL bug #13060 (make problems, due to role="doc" instead of role="src") - Added package version to phpinfo() 2.2.2 - Fixed PECL bug 12494 (Segmentation fault when Exception thrown in the callback function) - Fixed PECL bug #12834 (segfault when getting duplicate array values on 64-bit system) - Changed behaviour of close() to actually remove all servers from pool (PECL bug #12555) - Added configure option for PEAR installer to disable session handler support 2.2.1 - Added argument to Memcache::get() that receives the flags for retrieved value(s) - Fixed PECL bug 11369 ("nested" get calls in __wakeup() functions breaks) - Fixed problem with keys being modified in-place and empty keys (PECL Bug #11236) - Fixed incompatibility with standard hash strategy in previous versions 2.2.0 - Added support for consistent hash strategy - New INI directives "memcache.hash_strategy" = {standard, consistent}, "memcache.hash_function" = {crc32, fnv} - PHP6 support - Fixed PECL bug #11221 (Double free when returning cached object with __sleep) - Fixed PECL bug #10607 (Segfault on array key retrieval when array key is not IS_STRING) - Don't failover on "object to large" errors - Use $phpincludedir for finding php_session.h 2.1.2 - Added missing files to the package. 2.1.1 - Added experimental session storage support. You can use memcached as session storage. - Fixed PECL bug #9486 (empty keys should not be allowed in memcache_set/add()) - Fixed PECL bug #9854 (get() changes the datatype of variable of given as key)
2010-03-08Make pkglint happy. Or at least happier.wiz1-2/+3
2010-03-08Fix build on 64bit platforms.wiz2-1/+15
2010-03-08Mark as user-destdir-ready.wiz1-1/+3
2010-03-08Remove obsolete file.jmmv1-9/+0
2010-03-08Use right distfile path; noted by Robert Elz in PR 42932dholland1-4/+4
2010-03-07Update to 1.5.wiz3-19/+14
1.5: Small behavior changes * hg heads now shows all branch heads, use --topo for old behavior * hg annotate now follows copies and renames by default, use --no-follow for old behavior * the repo#name URL syntax now refers to all branch heads if name is a branch * servers now allow clone --uncompressed by default, set server.uncompressed=false for old behavior * the {file_copies} template now displays copies unconditionally, use {file_copies_switch} for old behavior * the templates/ directory has moved inside mercurial/ * mq patches are automatically upgraded to git patches, use mq.git=keep for old behavior 1.5 - 2010-03-06 Core * improved behavior for named branches with heads command * new XML output template for logs * import extract multiple patches from emails, mboxes, files, and URLs * new patch.eol=auto option to ignore patch line-endings while preserving target file endings. * new -b/--branch option for clone, bundle, incoming, outgoing, pull, and push * new server.validate option to validate completeness of pushed changesets * subrepos now has basic Subversion support * support for SSL server certificates and improved IPv6 support * the HGPLAIN environment variable makes output more stable for scripts Extensions * new progress bar extension * mq: new --mq option to make regular commands operate on queue repository * mq: automatically upgrade conventional patches to git format where needed * color: add support for bookmarks, resolve -l, and churn --diffstat * convert: two CVS history editing hooks * win32mbcs: add configuration to specify path encoding * zeroconf: many bug fixes * rebase: new --detach option for rebase Web Interface * improve navigation on log and graph pages * support for pluggable authorization * raw templates for tags/branches pages * add wsgi script for Microsoft IIS with isapi-wsgi Help and Documentation * greatly improve error messages and command documentation * support extended documentation with --verbose * provide help for disabled extensions and commands
2010-03-07Fix get_passphrase hook to do the correct thing now that the input parameterjmmv2-3/+4
is a structure instead of a string. Should probably change this hook to use the provided contrib/get_passphrase_from_file.lua file, but I just want to get things working again for now. Bump PKGREVISION to 1.
2010-03-07When printing commands to call monotone, print the correct binary namejmmv1-2/+2
(instead of hardcoding 'monotone').
2010-03-07Fix setting of USE_NCURSES to be yes rather than set but empty.gdt1-2/+3
2010-03-03Updating devel/p5-autodie from 2.09 to 2.10sno2-6/+6
Upstream changes: 2.10 Sat Feb 27 14:01:18 AUSEST 2010 * BUGFIX: Fatal and autodie no longer leak Carp functions into the caller's namespace. Thanks to Schwern. * TEST: Multi-arg open tests are really really skipped under Windows now. * DOCUMENTATION: Many more people are properly attributed in the 'AUTHORS' file.
2010-03-03Updating devel/p5-Module-Find from 0.08 to 0.10sno2-6/+6
Upstream changes: 0.10, 2010-02-26 Fixed RT#55010: Removed Unicode BOM from Find.pm. 0.09, 2010-02-26 Fixed RT#38302: Fixed META.yml generation (thanks very much to cpanservice for the help).
2010-03-03Updating devel/p5-Tie-IxHash from 1.21nb3 1.22sno2-7/+9
pkgsrc changes: - Add license definition and module type Upstream changes: 1.22 (27 February 2010) Build.PL added Better META.yml Distribution upgrade
2010-03-03Updating devel/p5-Log-Log4perl from 1.27 to 1.28sno2-6/+6
Upstream changes: 1.28 (2010/02/24) * (ms) Fixed caller stack with Buffer composite appender * (ms) Fixed 'local caller_depth' error in various places. First localizing a variable and then increasing it is incorrect, as this ignores previous settings. The correct way of increasing the caller level is: 'local depth = depth + 1'. * (ms) Added Log::Log4perl::Catalyst for use in Catalyst applications.
2010-03-03issue call for volunteers to test language bindings.gdt1-1/+7
2010-03-03Update to 1.6.9.gdt2-6/+6
subversion-base has been tested. (Anyone who would like to sign up to functionality-test the other components is welcome to send me mail and I'll record that in the Makefile.) Version 1.6.9 (25 Jan 2010, from /branches/1.6.x) http://svn.apache.org/repos/asf/subversion/tags/1.6.9 User-visible changes: * allow multiple external updates over ra_svn (issue #3487) * fix a segmentation fault when using FSFS (r881905) * support Berkeley DB 4.8 (r879688) * various autoprop improvements (r880274, -5) * improve usage of svn+ssh:// on Windows (issue #2580) * teach 1.6.x to recognize 1.7 working copies (1.6.x-future-proof branch) * update help text for 'svn update' and 'svn switch' (r886164, -97) * make 'svnadmin load --parent-dir' create valid mergeinfo (r888979, -9081) * tolerate relative merge source paths in mergeinfo (r889840) * teach mod_dav_svn to support the Label header (issue #3519) * fixed: svnsync leaves stale sync-locks on mirrors (r884842) * fix applicability of 'svn resolve --accept=theirs-conflict' (r880525, -6) * fixed: segfault in 'svn resolve' (r896522, -47) * fix commit failure against an out-of-date mirror (r900797) Developer-visible changes: * update ruby bindings test expectation (r880162) * don't allow rangelist and mergeinfo API to modify input args (r879093) Version 1.6.8 (Not released, see changes for 1.6.9.) Version 1.6.7 (Not released, see changes for 1.6.9.) [ Note: All revision numbers for versions prior to 1.6.7 reference the original repository on svn.collab.net. For more information see: http://svn.apache.org/repos/asf/subversion/README ] Version 1.6.6 (22 Oct 2009, from /branches/1.6.x) http://svn.collab.net/repos/svn/tags/1.6.6 User-visible changes: * fix crash during 'svn update' (r39673) * respect Apache's ServerSignature directive (r40008, -21, -31) * don't add a file with mixed line endings, and then abort (issue #2713) * support Neon 0.29. * fix a crash in 'svn rm --force' (r37953) * handle tree conflicts involving replacements (issue #3486) * allow non-threadsafe sqlite if APR has no threads (r39301) * print newline before plaintext SSL cert / password prompts (r38982, r39302) * improve merge performance with implicit subtree mergeinfo (issue #3443) * fix "libsvn_ra_svn/marshal.c assertion failed (opt || cstr)" (issue #3485) * make file externals work for binary files (issue #3368) * perform MIME type matching case-insensitively (issue #3479) * do not treat non-existent revisions as HEAD in 'svn export' (issue #3400) * revert r36720's default MIME type change back to "text/plain" (issue #3508) * improve "tree conflict already exists" error message (r38872) * fix failure to commit replacement of a directory (issue #3281) * fix mod_dav_svn parent dir links to preserve peg revisions (issue #3425) Developer-visible changes: * fix 2 failing tests in ruby bindings (r38886) * do not require GNU grep for build (issue #3453) * use '$SED' instead of 'sed' in build scripts (issue #3458) * add svn.client.{log5,merge_peg3} to python bindings (r39635, -6, -7) * include the time of a test run in tests.log (r39887)
2010-03-03+colordiffgdt1-1/+2
2010-03-03Import colordiff-1.0.9 as devel/colordiff.gdt4-0/+55
The Perl script colordiff is a wrapper for 'diff' and produces the same output but with pretty 'syntax' highlighting. Colour schemes can be customized.
2010-03-03bump the minimum sqlite dependency to what configure expectstnn1-2/+2
2010-03-03I forgot to commit to enable apply patch from lang/php5/patches.taca1-1/+2
2010-03-02Remove build fix that was required for 0.45. Should have been removedjmmv1-4/+1
with the 0.46 update, but I didn't notice it.
2010-03-02Add and enable monotone-el.jmmv1-1/+2
2010-03-02Initial import of monotone-el-0.46:jmmv4-0/+68
This package provides the emacs modules shipped with monotone in a ready-to-use manner. These are: * monotone.el: Runs monotone from within emacs. Highlights for emacs configuration/use: (require 'monotone) (monotone-set-vc-prefix-key [f5]) ;; or "\C-xv" (setq monotone-passwd-remember t) * monotone-nav.el: A database browser for monotone databases. Using the sql option of monotone, it extacts the data into emacs which you may browse using the arrow keys. You can also mark revisons to run diffs or do other work. Highlights for emacs configuration/use: (require 'monotone-nav) (mnav-revdb-reload) (message "mnav-pick: %s" (mnav-rev-id (mnav-pick))) You may also want to install the lua-mode package if you edit config files.
2010-03-02+ ruby-termcolorobache1-1/+2
2010-03-02Import ruby18-termcolor-1.2.0 as devel/ruby-termcolor.obache4-0/+33
Package provided by @anyakichi via twitter. Termcolor is a library for ANSII color formatting like HTML for output in terminal.
2010-03-02Update ruby-highline to 1.5.2.obache3-7/+9
based on package by @anyakichi via twiter. == 1.5.2 * Added support for using the ffi-ncurses gem which is supported in JRuby. * Added gem build instructions. == 1.5.1 * Fixed the long standing echo true bug. (reported by Lauri Tuominen) * Improved Windows API calls to support the redirection of STDIN. (patch by Aaron Simmons) * Updated gem specification to avoid a deprecated call. * Made a minor documentation clarification about character mode support. * Worked around some API changes in Ruby's standard library in Ruby 1.9. (patch by Jake Benilov) == 1.5.0 * Fixed a bug that would prevent Readline from showing all completions. (reported by Yaohan Chen) * Added the ability to pass a block to HighLine#agree(). (patch by Yaohan Chen)
2010-02-27Updated to release 1.4.4.morr8-79/+143
Release notes: http://code.google.com/p/memcached/wiki/ReleaseNotes144 Reviewed by <joerg>
2010-02-26Update to 1.4.14:wiz2-6/+6
* Noteworthy changes in Version 1.4.14 (2010-02-24) [stable] Released by Eric Blake, based on git version 1.4.13.* ** Fix regression introduced in 1.4.12 where executing with stdout closed could crash m4 on exit on some platforms. ** Fix regressions introduced in 1.4.13 in the `esyscmd' builtin, where closed file descriptors could interfere with child execution, and where a child status of 127 made m4 print a spurious message to stderr. ** Fix a security hole in 'make dist', present since at least M4 1.4, that could affect anybody attempting to redistribute modified sources (see Automake CVE-2009-4029). ** A number of portability improvements inherited from gnulib.
2010-02-26Reset maintainer for developers who gave back their commit bit.wiz5-10/+10
2010-02-25Fix build on NetBSD/sparc*.wiz2-1/+15
From Jochen Kunz.
2010-02-25also fake a <ncursesw/ncurses.h> header to make pkgs expectingdrochner1-2/+3
ncursesw work with native wide curses without changes
2010-02-24oops, the simple case USE_NCURSES=yes got lost, add it as separatedrochner1-2/+5
clause for readability
2010-02-23Updating devel/p5-UUID-Tiny from 1.02 to 1.03sno2-7/+8
pkgsrc changes: - Add license definition - Adjust dependencies (Digest::MD5 is in core since ages ...) Upstream changes: 1.03 2010-01-31, caugustin.de Once again clk_seq uniqueness and fixing some small bugs with _get_clk_seq() (due to failed CPAN Tester's ID 6750882). Changed COPYRIGHT due to rt.cpan.org Bug #53642. License should now be shown in CPAN.
2010-02-23Updating devel/p5-Test-YAML-Valid from 0.03nb2 to 0.04sno2-8/+12
pkgsrc changes: - Add featured dependencies to YAML::XS and YAML::Tiny - Add license definition Upstream changes: 0.04 9 January 2010 Add support for YAML::<Anything>, including ::Tiny and ::XS
2010-02-23Updating devel/p5-Curses from 1.27 to 1.28sno2-6/+8
pkgsrc changes: - Add license definition Upstream changes: New in 1.28 (Released January 27, 2010) Disable Curses::Var::STORE. It doesn't work (doesn't even compile) with newer Ncurses (due to updates to make Ncurses reentrant). One can re-enable it by defining ALLOW_VARS_STORE in c-config.h. Improve "not provided by your vendor" message.
2010-02-23remove a patch which is either wrong or triggers a bug in NetBSD'sdrochner3-60/+3
ld.elf_so, seen by Zafer Aydogan and myself bump PKGREVISION
2010-02-23Updating devel/p5-App-Cmd from 0.301 to 0.304sno2-7/+7
pkgsrc changes: - Adjust dependencies Upstream changes: 0.304 2009-12-07 remove use of deprecated "-run" from synopsis (thanks, George Hartzell) 0.303 2009-11-27 revert behavior of App::Cmd 0.302 -- GLD no longer gives undef opts 0.302 2009-11-27 expect undef values for acceptable-but-ungiven options in $opt
2010-02-23Updating devel/p5-autodie from 2.08 to 2.09sno2-6/+6
Upstream changes: 2.09 Tue Feb 23 00:33:09 EST 2010 * DOCS: Fixed documentation typo. RT #48575 Thanks to David Taylor. * TEST: Tests involved multi-arg open are skipped on Windows (where multi-arg pipe is not implemented).
2010-02-23a builtin curses which supports wsyncup is considered good enough,drochner1-2/+3
don't need ncurses in this case