summaryrefslogtreecommitdiff
path: root/devel
AgeCommit message (Collapse)AuthorFilesLines
2010-01-29Fix the use of 'inline' to avoid undefined symbols in the shared librarydmcmahill4-5/+72
which is installed. Bump PKGREVISION.
2010-01-29- Reduce dependencies of sgb.minskim3-6/+18
- Use an absolute path in invoking ctangle.
2010-01-28assume this doesn't belong here.tnn1-1/+0
2010-01-28Play the Doxygen game again.joerg2-83/+87
2010-01-28add and enable py-nosejnemeth1-1/+2
2010-01-27DESTDIR support from Steven Drake.joerg1-2/+4
2010-01-27Update to kde4 4.3.5markd2-6/+5
* A number of bugs in KIO have been squashed, making updating of shown directories work again and solving some other stability issues * A crash when creating an avatar from the webcam in Kopete has been fixed * kded taking 100% CPU time in certain situations has been cured
2010-01-27Added devel/p5-String-Escape version 2002.001sno1-1/+2
2010-01-27Importing devel/p5-String-Escape as indirect dependency of scheduledsno3-0/+28
update of editors/p5-Padre-Plugin-Catalyst to 0.08 This module provides a flexible calling interface to some frequently performed string conversion functions, including applying and removing C/Unix-style backslash escapes like \n and \t, wrapping and removing double-quotes, and truncating to fit within a desired length.
2010-01-27DEPENDS should be right after MAINTAINER block, reorder.wiz1-3/+3
2010-01-26add py-nose-0.11.1, a testing framework for python, fromdrochner5-0/+171
Kamel Derouiche per pkgsrc-wip (useful to test numpy)
2010-01-26Updating devel/p5-Class-Std from 0.0.9nb1 to 0.0.11sno2-10/+11
pkgsrc changes: - Adding license definition - Adjusting dependencies - Adjusting module type Upstream changes: 0.011 Thu Dec 24 14:06:53 2009 - Update to remove weird files in previous release - Remove unneeded dependency on version.pm 0.010 Wed Dec 23 16:09:10 2009 - Removed git repository information (thanks for all the work, Dan) - Fixed incompatibility with Perl 5.11+ label constraints (thanks Andreas)
2010-01-26Update "firefox" package to 3.5.7. Changes since version 3.5.6:tron3-9/+7
- Fixed a common stability issue. - Fixed a problem with how updates were being presented to users. Approved by Tobias Nygren.
2010-01-26Updating devel/p5-Class-Inner from 0.1nb3 to 0.200.001sno2-9/+10
pkgsrc changes: - Adding license definition - Adjust HOMEPAGE Upstream changes: 2009-11-21 * Fixed http://rt.cpan.org/Ticket/Display.html?id=43938 http://rt.cpan.org/Ticket/Display.html?id=39140 http://rt.cpan.org/Ticket/Display.html?id=33533 Which are all really the same issue.
2010-01-26Updating devel/p5-Class-Accessor-Named from 0.008nb1 to 0.009sno2-7/+10
pkgsrc changes: - Adding license definition - Adjusting module type Upstream changes: 0.009 Mon Jan 18 11:28:33 PST 2010 * Releng changes only (Upgrade to newer Module::Install)
2010-01-26Updating devel/p5-ExtUtils-ParseXS from 2.22 to 2.22.01sno2-7/+7
Upstream changes: 2.2201 Mon Jan 25 16:12:05 EST 2010 Bug fixes: - IN/OUT/OUTLIST, etc. were broken due to a bad regexp. [Simon Cozens]
2010-01-26Added devel/p5-Hash-Flatten version 1.16sno1-1/+2
2010-01-26Import devel/p5-Hash-Flatten version 1.16 as indirect dependency ofsno3-0/+31
scheduled update of editors/p5-Padre-Plugin-Catalyst. Converts back and forth between a nested hash structure and a flat hash of delimited key-value pairs. Useful for protocols that only support key-value pairs (such as CGI and DBMs).
2010-01-26Updating devel/p5-Variable-Magic from 0.38 to 0.40sno2-6/+6
Upstream changes :0.40 2010-01-06 23:20 UTC + Fix : Possible memory miswrites when passing data arguments to cast(). + Fix : Minor C portability tweaks. 0.39 2009-12-01 00:05 UTC + Add : You can use a function name as a callback by passing a string reference to wizard() instead of a code reference. + Fix : Compatiblity with perl 5.11.1 and 5.11.2. + Fix : Scalars stored into the data slot no longer leak. + Fix : Thread destruction should not segfault anymore. + Opt : As a result of removing the deprecated features, less memory is used for both threaded (a pointer table is used instead of a hash) and non-threaded (no global structure is needed anymore) perls. + Rem : As advertised in the precendent version, all the signature related features were removed. This includes the 'sig' option to wizard(), the getsig() and gensig() functions, and the SIG_* constants.
2010-01-26Added devel/p5-Class-Throwable version 0.11sno1-1/+2
2010-01-26Importing devel/p5-Class-Throwable 0.11 as indirect dependency of scheduledsno3-0/+28
editors/p5-Padre-Plugin-Catalyst update. This module implements a minimal lightweight exception object. It is meant to be a compromise between more basic solutions like Carp which can only print information and cannot handle exception objects, and more more complex solutions like Exception::Class which can be used to define complex inline exceptions and has a number of module dependencies.
2010-01-26Add googletest and lcovreed1-1/+3
2010-01-26Re-add files again.reed4-0/+62
2010-01-26Import new package: lcov.reed4-0/+65
LCOV is a front-end around gcov, the GCC code coverage tool. It collects the gcov data and creates HTML webpages showing coverage rates using bar graphs and specific colors. It can also create webpages for browsing the source code.
2010-01-26Update p5-Data-OptList from version 0.104nb1 to version 0.105.seb2-7/+7
Upstream changes: 0.105 2010-01-14 fix a typo in documenation (thanks, Florian Ragwitz)
2010-01-25Update p5-Getopt-Long-Descriptive from version 0.077 to version 0.083.seb2-7/+6
Pkgsrc changes: - Adjust dependencies. Upstream changes: 0.083 2009-12-12 create an Opts module to store the opts object code add _specified_opts method and _specified method for Opts 0.082 2009-12-03 require Getopt::Long 2.33 for proper --no-foo handling 0.081 2009-11-27 \%opt will not contain entries for opts that were not given (this reverts 0.079 and 0.080's new behavior of undef entries) 0.080 2009-11-27 fix option naming to ignore "+" used to mark cumulative options fix direct calls to Getopt::Long::Descriptive::describe_options 0.079 2009-11-26 Happy Thanksgiving! improve the "opt as object" facility to have all opts as methods 0.078 2009-08-21 refactoring to allow subclassing of Getopt::Long::Descriptive
2010-01-25Update p5-Module-CoreList from version 2.24 to version 2.25.seb2-6/+6
Upstream changes: 2.25 Wed Jan 20 2010 - Updated for 5.11.4
2010-01-25Update p5-Capture-Tiny from version 0.06 to version 0.07.seb2-6/+6
Upstream changes: 0.07 Sun Jan 24 00:18:45 EST 2010 Fixed: - Changed test for $? preservation to be more portable - Dropped support for Perl 5.8.0 specifically due to excessive bugs. Tests will bail out. (5.6.X is still supported)
2010-01-25Updating devel/p5-Test-MinimumVersion from 0.011 to 0.013sno2-8/+10
pkgsrc changes: - Adjusting dependencies - Enabling Module::Install::Bundled as module type Upstream changes: 0.013 2010-01-17 declare the dependency on YAML::Tiny (thanks, jawnsy) 0.012 2010-01-16 stop inlining YAML::Tiny add a very, very, very basic test
2010-01-25Updating devel/p5-Scope-Upper from 0.09 to 0.10sno2-7/+7
- Adjusting license definition Upstream changes: 0.10 2010-01-18 23:50 UTC + Fix : Properly handle given/when on 5.10. + Fix : Some stack inconsistencies were fixed, though they were unlikely to have an impact on your real-life code. + Fix : Work around Kwalitee test misfailures.
2010-01-25Updating devel/p5-Proc-PID-File from 1.24nb1 to 1.27sno2-7/+9
pkgsrc changes: - Adding license definition - Adding home page Upstream changes: 1.27 2009/10/12 18:46:27 - Erick Calder <e@arix.com> - updated the Changes file 1.26 2009/10/01 01:35:02 - Erick Calder <e@arix.com> - implemented fixes for Cygwin support of PID verification. Thanks to JDHedden for the patch. see: https://rt.cpan.org/Ticket/Display.html?id=50078 - fixed problem with low $COLUMNS values in certain platforms (ps output wraps) - thanks to JDHedden for the patch. see: https://rt.cpan.org/Ticket/Display.html?id=15015 - defaulted values to avoid: Use of uninitialized value in pattern match (m//) - implemented taint checking patch at: https://rt.cpan.org/Public/Bug/Display.html?id=6347 thanks to JDHedden for the patch - Reinstated OO interface to solve Clinton Gormley's need for maintaining multiple PID files, one for each child process - Documentation: added example of specifying a directory for the pidfile, as per enquiry by Milko Krachounov; added a newline for debug() function as per David Hawthorne so avoid run-on sentences in output 1.25 2009/06/29 17:41:00 - Mike Canzoneri <mikecanzoneri@gmail.com> - Added support for threads. - Added test for thread support.
2010-01-25Updating devel/p5-Perl-MinimumVersion from 1.20 to 1.24sno2-9/+9
pkgsrc changes: - Adjust dependencies Upstream changes: 1.24 Fri 22 Jan 2010 - The previous changes seem to work well in practice now, switching to prod release. (ADAMK) 1.23_03 Fri 22 Jan 2010 - The --blame output now prints actually shows which file (ADAMK) 1.23_02 Fri 22 Jan 2010 - The --blame option now works in the perlver script (ADAMK) 1.23_01 Thu 14 Jan 2010 - Reworked the internals to capture the version, rule and PPI element responsible for each limitation as P:MV:Reason (ADAMK) - Added first experimental version of the new _reason API (ADAMK) - Adding 5.8 dependency for "use Carp version ()" (ADAMK) - module Errno requires perl 5.5 (Alexandr Ciornii) - PPI is no longer compatible with perl 5.5, so P::MV can also depend on 5.6 (Alexandr Ciornii) - Bumping File::Find::Rule dependency to 0.32 because we break with 0.31 (ADAMK) 1.22 Wed 25 Nov 2009 - Negative length in 'splice' requires perl 5.5 (Alexandr Ciornii) - 'mkdir' with one argument requires perl 5.6 (Alexandr Ciornii) - 'substr' will not be checked if it is a method name (Alexandr Ciornii) - better tests and fix for 3-arg 'open' (Alexandr Ciornii) 1.21 Tue 24 Nov 2009 - Add 'bytes' to 5.6 pragma (Alexandr Ciornii) - Add support for "version numbers" like "v1.1.1" (Alexandr Ciornii) - Reimplement _three_argument_open, more tests (Alexandr Ciornii) Now check for 3-arg open is working. - Check 4-arg substr that requires perl 5.5 (Alexandr Ciornii) - Postfix foreach requires perl 5.004.05 (Alexandr Ciornii) - Scalar::Util::weaken requires perl 5.006 (Alexandr Ciornii) - P::MV itself found incompatibility in 02_main.t with 5.5 (Alexandr Ciornii)
2010-01-25Updating devel/p5-Path-Dispatcher from 0.13nb1 to 0.14sno2-7/+7
Upstream changes: - none noted -
2010-01-25Updating devel/p5-Parse-RecDescent from 1.96.2.2 to 1.96.3sno2-7/+7
Upstream changes (1.962.2 -> 1.963): 1.963 Thu Jan 21 09:13:19 2010 - Fixed even subtler bug in leftop and rightop caused by removal of $& (Thanks Francesco)
2010-01-25Updating devel/p5-Parse-Method-Signatures from 1.003012nb1 to 1.003013sno2-8/+9
pkgsrc changes: - Updating dependencies Upstream changes: 1.003013 - 2010/01/08 - Add version to List::MoreUtils as we need part() (Leo Lapworth)
2010-01-25Updating devel/p5-namespace-clean from 0.12 to 0.13sno2-6/+6
Upstream changes: [0.13] Sun Jan 17 02:40:48 CET 2010 - Skip failing debugger tests on 5.8.8 and older.
2010-01-25Updating devel/p5-File-ShareDir from 1.00nb1 to 1.01sno2-8/+10
pkgsrc changes: - Adding license definition - Ordering dependencies like upstream - Adjusting module type Upstream changes: 1.01 Tue 24 Nov 2009 - Updating Module::Install to 0.91 - Fix typo in documentation (Thanks, ribasushi)
2010-01-25Updating devel/p5-File-HomeDir from 0.86 to 0.89sno2-6/+7
- Adding license definition Upstream changes: 0.89 Sun 3 Jan 2010 - Loosen the testing intensity on Darwin Carbon backends to prevent issues with consumer directories prevent installation entirely. 0.88 Tue 24 Nov 2009 - Switching to a production release 0.87_01 Sat 3 Oct 2009 - First developer implementation of improved Mac support
2010-01-25Updating devel/p5-File-Find-Rule from 0.30nb1 to 0.32sno2-8/+9
- Adding license definition - Adjusting dependencies Upstream changes: 0.32 Saturday 28th November, 2009 Rework the referencing of anyonymous subroutines internally, closes RT#46599 (Reported by Kevin Ryde) 0.31 Friday 27th November 2009 Move to Makefile.PL use Test::Differences in the testsuite if available. Rearrange the testsuite so you don't keep tripping over yourself. Dropped 5.00503 backwards compatibility, allows some 5.6isms and dropping the shonky Cwd code. All taint 'bugs' are now the same as the behaviour of File::Find, documentation has been added to describe this.
2010-01-25Updating devel/p5-ExtUtils-XSpp from 0.05 to 0.07sno2-6/+6
Upstream changes: 0.07 Fri Jan 22 18:07:10 CET 2010 - Fix issue with references as method arguments that have template types. (Steffen Mueller) 0.06 Wed Jan 13 20:28:27 CET 2010 - When parsing a class declaration, automatically add a typemap for the class. - Add default typemaps for basic C types (integral, floating point and char*). - Automatically setup Perl inheritance for derived C++ classes. - Support template types in function/method parameters and in typeamaps. - Add command line options to run xsubpp directly from xspp.
2010-01-24Update p5-OLE-Storage_Lite from version 0.18 to version 0.19.seb2-6/+6
Upstream changes: 0.19 Tue Nov 24 2009 ! Fixed bug where the OLE header wasn't been written correctly for files < 7MB. This was causing Spreadsheet::WriteExcel problems in Windows 7.
2010-01-24Split date from time in version number.wiz1-2/+2
joerg says pkgsrc is limited to 32bit for the version number.
2010-01-24Added LICENSE information.heinz2-2/+4
2010-01-24Update to 20100121205359, which includes at least one fix for a leakwiz2-6/+6
causing problems with huge repositories.
2010-01-24More PKGREVISION bumps of jpeg dependencies.wiz5-5/+10
Identified by parsing the NetBSD-i386-5.0.1/2009Q3 pkg_summary files and Robert Elz.
2010-01-23nbpatch-20100124: Fix a memory leak.joerg2-4/+6
2010-01-23Updating devel/p5-Test-Script from 1.06 to 1.07sno2-6/+6
Upstream changes: 1.07 Tue 24 Nov 2009 - Second attempt at fixing the "Using" bug
2010-01-23Updating devel/p5-Module-Build from 0.36010 to 0.36030sno3-28/+6
pkgsrc changes: - Remove upstream applied fix Upstream changes: 0.3603 - Mon Jan 18 22:28:59 EST 2010 (Oops, I released the last one before I realized this should have been fixed along with it.) Bug fixes: - Module::Build::Compat would croak on distibutions that set requires 'perl' to a dotted decimal like '5.6.2'. We now skip that key since it doesn't go into PREREQ_PM and we numify it properly for 'use 5.006002' in the generated Makefile.PL (RT#53409) [David Golden, adapted from patch by G. Allen Morris III] 0.3602 - Mon Jan 18 22:09:54 EST 2010 Bug fixes: - Fix failures in t/properties/needs_compiler.t when $ENV{CC} is set (RT#53296) [David Golden, adapted from patch by Jens Rehsack]
2010-01-23Update py-zconfig to 2.6.1.obache3-21/+126
Based on PR#42563 by Derouiche. ========================== Change History for ZConfig ========================== ZConfig 2.6.1 (2008/12/05) -------------------------- - Fixed support for schema descriptions that override descriptions from a base schema. If multiple base schema provide descriptions but the derived schema does not, the first base mentioned that provides a description wins. https://bugs.launchpad.net/zconfig/+bug/259475 - Fixed compatibility bug with Python 2.5.0. - No longer trigger deprecation warnings under Python 2.6. ZConfig 2.6.0 (2008/09/03) -------------------------- - Added support for file rotation by time by specifying when and interval, rather than max-size, for log files. - Removed dependency on setuptools from the setup.py. ZConfig 2.5.1 (2007/12/24) -------------------------- - Made it possible to run unit tests via 'python setup.py test' (requires setuptools on sys.path). - Added better error messages to test failure assertions. ZConfig 2.5 (31 Aug 2007) ------------------------- *A note on the version number:* Information discovered in the revision control system suggests that some past revision has been called "2.4", though it is not clear that any actual release was made with that version number. We're going to skip revision 2.4 entirely to avoid potential issues with anyone using something claiming to be ZConfig 2.4, and go straight to version 2.5. - Add support for importing schema components from ZIP archives (including eggs). - Added a 'formatter' configuration option in the logging handler sections to allow specifying a constructor for the formatter. - Documented the package: URL scheme that can be used in extending schema. - Added support for reopening all log files opened via configurations using the ZConfig.components.logger package. For Zope, this is usable via the ``zc.signalhandler`` package. ``zc.signalhandler`` is not required for ZConfig. - Added support for rotating log files internally by size. - Added a minimal implementation of schema-less parsing; this is mostly intended for applications that want to read several fragments of ZConfig configuration files and assemble a combined configuration. Used in some ``zc.buildout`` recipes. - Converted to using ``zc.buildout`` and the standard test runner from ``zope.testing``. - Added more tests. ZConfig 2.3.1 (21 Aug 2005) --------------------------- - Isolated some of the case-normalization code so it will at least be easier to override. This remains non-trivial. ZConfig 2.3 (18 May 2005) ------------------------- - Added "inet-binding-address" and "inet-connection-address" to the set of standard datatypes. These are similar to the "inet-address" type, but the default hostname is more sensible. The datatype used should reflect how the value will be used. - Alternate rotating logfile handler for Windows, to avoid platform limitations on renaming open files. Contributed by Sidnei da Silva. - For <section> and <multisection>, if the name attribute is omitted, assume name="*", since this is what is used most often. ZConfig 2.2 (21 Apr 2004) ------------------------- - More documentation has been written. - Added a timedelta datatype function; the input is the same as for the time-interval datatype, but the resulting value is a datetime.timedelta object. - Make sure keys specified as attributes of the <default> element are converted by the appropriate key type, and are re-checked for derived sections. - Refactored the ZConfig.components.logger schema components so that a schema can import just one of the "eventlog" or "logger" sections if desired. This can be helpful to avoid naming conflicts. - Added a reopen() method to the logger factories. - Always use an absolute pathname when opening a FileHandler. - A fix to the logger 'format' key to allow the %(process)d expansion variable that the logging package supports. - A new timedelta built-in datatype was added. Similar to time-interval except that it returns a datetime.timedelta object instead. ZConfig 2.1 (12 Apr 2004) ------------------------- - Removed compatibility with Python 2.1 and 2.2. - Schema components must really be in Python packages; the directory search has been modified to perform an import to locate the package rather than incorrectly implementing the search algorithm. - The default objects use for section values now provide a method getSectionAttributes(); this returns a list of all the attributes of the section object which store configuration-defined data (including information derived from the schema). - Default information can now be included in a schema for <key name="+"> and <multikey name="+"> by using <default key="...">. - More documentation has been added to discuss schema extension. - Support for a Unicode-free Python has been fixed. - Derived section types now inherit the datatype of the base type if no datatype is identified explicitly. - Derived section types can now override the keytype instead of always inheriting from their base type. - <import package='...'/> makes use of the current prefix if the package name begins witha dot. - Added two standard datatypes: dotted-name and dotted-suffix. - Added two standard schema components: ZConfig.components.basic and ZConfig.components.logger. ZConfig 2.0 (27 Oct 2003) ------------------------- - Configurations can import additional schema components using a new "%import" directive; this can be used to integrate 3rd-party components into an application. - Schemas may be extended using a new "extends" attribute on the <schema> element. - Better error messages when elements in a schema definition are improperly nested. - The "zconfig" script can now simply verify that a schema definition is valid, if that's all that's needed.
2010-01-22Update devel/exctags to 5.8tonio3-6/+20
Changes: ctags-5.8 (09 Jul 2009) * Removed ".ml" as a Lisp extension (now OCaml) [Lisp]. * Added support for Ant language, contributed by David Fishburn. * Added support for DOS Batch language, contributed by David Fishburn. * Added support for Flex (Adobe) language, contributed by David Fishburn. * Added support for MATLAB language, contributed by David Fishburn. * Added support for Objective Camel (OCaml), provided by Vincent Berthoux [Patch #2738723]. * Added support for TeX language, contributed by David Fishburn. * Added support for VHDL language, contributed by Nicolas Vincent [Bug #1943306]. * Added support for Pyrex/Cython declarations [Python]. * Added support for "v" kind, for variables [Python]. * Added support for class and member variables [PHP, Bug #1037086]. * Added support for recent enhancements to Eiffel language [Eiffel]. * Added support for ASP classes, contributed by Zendhi Nagao; changes meaning of 'c' kind flag [ASP]. * Added regex support when compiling with MinGW. Gnu regex module now included in all distributions. * Fixed detection of triple strings inside other strings [Python, Bug #1988130]. * Fixed an endless loop with comments in triple strings [Python, Bug #1988027]. * Fixed bug where functions were sometimes seen as methods [Python, Bug #1988026]. * Fixed parsing of method parameter annotations, fix contributed by Paolo "blaisorblade" Giarrusso [Java, Bug #2049723, #2117073]. * Fixed parsing of global scope qualifiers in base class lists [C++, Bug #1799343]. * Fixed bug where namespace members were given kinds corresponding to globals [C++, Bug #1924919, #1575055]. * Fixed parsing of "else" [C#, Bug #1830344]. * Fixed parsing of derived enums [C#, Bug #1515910]. * Fixed parsing of "foreach" [C#, Bug #1830343]. * Fixed parsing of simple generic classes [C#, Bug #1515910]. * Fixed bug with detecting identifiers inside variables [Python, Bug #1809024]. * Fixed bug with detecting identifiers at the start of variables [Python, Bug #1856363]. * Fixed parsing of triple single-quoted multi-line strings [Python, Bug #1906062]. * Changed to newer version of autoconf, changing configure.in to configure.ac.