summaryrefslogtreecommitdiff
path: root/devel
AgeCommit message (Collapse)AuthorFilesLines
2010-02-03add swtjmcneill1-1/+2
2010-02-03Initial import of swt version 3.5.1.3555jmcneill6-0/+402
SWT is an open source widget toolkit for Java designed to provide efficient, portable access to the user-interface facilities of the operating systems on which it is implemented.
2010-02-03Update py-ZopeInterface to 3.5.3.obache3-14/+16
Based on PR#42668 by Wen Heping. CHANGES ******* ================== 3.5.3 (2009-12-08) ================== - Fix an edge case: make providedBy() work when a class has '__provides__' in its __slots__ (see http://thread.gmane.org/gmane.comp.web.zope.devel/22490) ================== 3.5.2 (2009-07-01) ================== - BaseAdapterRegistry.unregister, unsubscribe: Remove empty portions of the data structures when something is removed. This avoids leaving references to global objects (interfaces) that may be slated for removal from the calling application. ================== 3.5.1 (2009-03-18) ================== - verifyObject: use getattr instead of hasattr to test for object attributes in order to let exceptions other than AttributeError raised by properties propagate to the caller - Add Sphinx-based documentation building to the package buildout configuration. Use the ``bin/docs`` command after buildout. - Improve package description a bit. Unify changelog entries formatting. - Change package's mailing list address to zope-dev at zope.org as zope3-dev at zope.org is now retired. ================== 3.5.0 (2008-10-26) ================== - Fixed declaration of _zope_interface_coptimizations, it's not a top level package. - Add a DocTestSuite for odd.py module, so their tests are run. - Allow to bootstrap on Jython. - Fix https://bugs.launchpad.net/zope3/3.3/+bug/98388: ISpecification was missing a declaration for __iro__. - Added optional code optimizations support, which allows the building of C code optimizations to fail (Jython). - Replaced `_flatten` with a non-recursive implementation, effectively making it 3x faster. ================== 3.4.1 (2007-10-02) ================== - Fixed a setup bug that prevented installation from source on systems without setuptools. ================== 3.4.0 (2007-07-19) ================== - Final release for 3.4.0. ==================== 3.4.0b3 (2007-05-22) ==================== - Objects with picky custom comparison methods couldn't be added to component registries. Now, when checking whether an object is already registered, identity comparison is used. ==================== 3.3.0.1 (2007-01-03) ==================== - Made a reference to OverflowWarning, which disappeared in Python 2.5, conditional.
2010-02-03Use b3.mk of x11/p5-Wx to avoid build errors, bumping revisionsno1-2/+3
2010-02-03Updating devel/p5-version from 0.7900 to 0.8000sno2-6/+6
Upstream changes: 2010-01-21 John Peacock <john.peacock@havurah-software.org> * Tagging version '0.80' using shipit. * Ignore previous and existing tarballs * Release to CPAN with just the assertion fix for older compilers. * Bump $VERSION in all files in preparation for quick CPAN release * Currently failed attempt to merge with bleadperl
2010-02-03Update to 1.4.3:wiz2-7/+7
1.4.3 - 2010-02-01 This is a scheduled bugfix release. * Mercurial license has changed from GPLv2 to GPLv2+ * speed up copy detection in merge, status, and diff * templates: fix relative path expansion on style setting * merge: fix merging of already-merged subrepos * summary: fix i18n issue reporting clean working directories * hgweb: improve IIS PATH_INFO handling * relink: Windows support
2010-02-03pkglint cleanup.wiz2-4/+8
2010-02-03Create and install manual page.wiz4-7/+74
Add "qt" option for the qt4 GUI, default off. Improve COMMENT. Set LICENSE. Bump PKGREVISION for additionally installed man page.
2010-02-03Updating devel/p5-Test-Fixture-DBIC-Schema from 0.02nb1 to 0.03sno2-7/+9
pkgsrc changes: - Adding license definition - Adjusting dependencies Upstream changes: 0.03 Wed Jan 20 02:42:18 2010 - add awareness for views and don't write on them
2010-02-02Updating devel/p5-Module-Starter from 1.520 to 1.540sno2-6/+7
pkgsrc changes: - Adding license Upstream changes: 1.54 Tue Dec 8 09:11:00 CST 2009 This release could not have happened without Sawyer X. [ENHANCEMENTS] Added more exclusions. Thanks to Olivier Mengue??. * [RT #45941] Correcting POD sections for Perl Critic (Sawyer X) * [RT #13847] Bail out if load fails, minimum Test::Harness (Sawyer X) * [RT #24110] Support for Test::CheckManifest + tests for it (Sawyer X) * [RT #22648] Pod::Parser (Pod::Usage) >= 1.21 (Sawyer X) (earliest Backpan version tested to work) * [RT #48723] Add metadata to META.yml (Sawyer X) (Patch provided by Olivier Mengu??, thank you!) * [RT #39397] Add option to create .gitignore (Sawyer X)
2010-02-02Updating devel/p5-Try-Tiny from 0.02 to 0.04sno2-7/+7
pkgsrc changes: - Adding license definition Upstream changes: 0.04 - Restore list context propagation for catch blocks - Fix a bug where finally blocks weren't always invoked 0.03 - Support for 'finally' blocks (Andy Yates) - More documentation and tests (many people) - Sets $@ to the previous value at the beginning of the eval, to allow the capture of an error stack when calling die.
2010-02-02Updating devel/p5-Test-Harness from 3.20 to 3.21sno2-6/+6
Upstream changes: 3.21 2010-01-30 - Add test to ensure we're not depending on a module we no longer ship. - Fix up skip counts for Windows case - tests were failing on Windows.
2010-02-02Updating devel/p5-String-Escape from 2002.001 to 2010.002sno2-6/+6
Upstream changes: - 2010-02-01 Uploaded version 2010.002 to CPAN. - 2010-02-01 Renamed newly created functions to *backslash() and tweaked docs. - 2010-01-30 Uploaded version 2010.001_1 to CPAN as a developer release. - 2010-01-30 Added tests for new functions and previous bug reports. - 2010-01-29 Added new functions with support for more of the escapes used in Perl's own syntax, based on email exchange with Brad Bowman. - 2010-01-29 Changed unprintable to accept optional x in \xFF escapes as per discussion at PerlMonks: http://perlmonks.org/?node_id=461186 - 2010-01-29 Added META.yml as requested in RT 41226 by Alexandr Ciornii. - 2010-01-29 Used Module::Starter to update package skeleton and style.
2010-02-02Updating devel/p5-Rose-Object from 0.855 to 0.856sno2-6/+7
pkgsrc changes: - Adding license Upstream changes: 0.856 (10.16.2009) - John Siracusa <siracusa@gmail.com> * Updated eval blocks to avoid stomping on $@ from an outer scope.
2010-02-02Updating devel/p5-ExtUtils-ParseXS from 2.22.01 to 2.22.02sno2-7/+7
Upstream changes: 2.2202 - Wed Jan 27 15:04:59 EST 2010 Bug fixes: - The fix to IN/OUT/OUTLIST was itself broken and is now fixed. [Reported by Serdar Dalgic; fix suggested by Rafael Garcia-Suarez] We apologize for the fault in the regex. Those responsible have been sacked.
2010-02-02Updating devel/p5-Data-Compare from 1.21.01 to 1.21.02sno2-8/+8
pkgsrc changes: - Adjust license Upstream changes: 1.2102 2010-02-01 DCANTRELL Add doco about structural vs data equivalence (see RT 52836)
2010-02-02Updating devel/p5-CPAN-DistnameInfo from 0.08 to 0.09sno2-7/+7
pkgsrc changes: - Adjusting license Upstream changes: 0.09 -- Thu Dec 3 18:29:49 CST 2009 * Normalize dist() for CGI.pm [Michael G. Schwern]
2010-02-02Updating devel/p5-CPAN-Checksums from 2.04 to 2.05sno2-6/+6
Upstream changes: - remove a test that relies on the number of blocks a file occupies
2010-02-02Updating devel/p5-Config-IniFiles from 2.54 to 2.56sno2-6/+6
Upstream changes: Version 2.56: ( Thu Dec 31 06:55:01 IST 2009 ) ------------------------------------------------ * Hopefully fixed the skip() in t/07misc.t - https://rt.cpan.org/Public/Bug/Display.html?id=53238 - It was skip($num, $label) instead of skip($label, $num) and it lacked a "SKIP:" label. Version 2.55: ( Tue Dec 22 17:42:59 IST 2009 ) ------------------------------------------------ * Refactoring the tests: - Converted t/05hash.t to Test::More and modernised it. - Converted t/06oo.t to Test::More and modernised it. - Testing: extracted t/lib/Config/IniFiles/TestPaths.pm. - Converted t/10delta.t to Test::More and modernised it. - Add the t_unlink method.
2010-02-02add cppcheckreed1-1/+2
2010-02-02new package: cppcheckreed4-0/+33
cppcheck is a tool for static C/C++ code analysis intended to complement the checking of the compiler. It checks for memory leaks, mismatching allocation-deallocation, buffer overrun, unused functions, coding style, and much more.
2010-02-02Dance the doxygenjoerg2-5/+4
2010-02-02Updating devel/p5-UNIVERSAL-can from 1.15 to 1.16sno2-7/+7
pkgsrc changes: - Use more generic MASTER_SITE Upstream changes: 1.16 Thu Jan 14 22:55:10 UTC 2010 - applied patch to fix deep recursion crash (RT #49580, Daniel LeWarne)
2010-02-02Add & enable p5-File-Touchseb1-1/+2
2010-02-02Initial import of p5-File-Touch version 0.08 in the NetBSD Packagesseb3-0/+26
Collection. The Perl 5 module File::Touch allows to update files' access and modification timestamps, creating nonexistent files where necessary.
2010-02-02Change some functions from 'inline' to 'static inline' to avoid multiplydmcmahill2-6/+6
defined symbols with gcc-4.1.3. Problem noted by Joerg@.
2010-02-02Remove an emacs's temporary file.taca4-4/+19
Bump PKGREVISION.
2010-02-01Fix overwrite without DESTDIR for the DESTDIR case.joerg2-1/+17
2010-02-01Redo DESTDIR support to deal with partial DESTDIR handling.joerg3-6/+29
2010-01-31add some convenience variables for version handlingtnn2-5/+7
2010-01-31bumping pkgrevision ought to have gone in with addition of patches/patch-adspz1-1/+2
2010-01-31The comment above the code patch in the new patch file says:spz2-1/+16
"This is a Hail Mary situation. It seems to work." It doesn't reliably on NetBSD-5 or -current; namely, it makes flex spit out a "Broken pipe" when presented with an input file on stdin. Finding the problem area and suggesting a workaround kudos mlelstv. There are better ways to fix it properly, which will be employed in Due Time.
2010-01-30Added LICENSE information.heinz1-1/+2
2010-01-30DESTDIR supportjoerg6-16/+45
2010-01-30Added LICENSE information.heinz5-5/+10
2010-01-29DESTDIR supportjoerg2-4/+8
2010-01-29PKG_DESTDIR_SUPPORT must be set before bsd.prefs.mk.joerg1-3/+3
2010-01-29DESTDIR supportjoerg2-11/+15
2010-01-29DESTDIR supportjoerg7-39/+54
2010-01-29DESTDIR readyjoerg1-1/+3
2010-01-29DESTDIR supportjoerg3-2/+32
2010-01-29DESTDIR supportjoerg2-2/+6
2010-01-29DESTDIR supportjoerg4-10/+30
2010-01-29DESTDIR supportjoerg7-15/+29
2010-01-29Updating devel/p5-Test-Harness from 3.17 to 3.10sno2-7/+7
pkgsrc changes: - Adjusting license definition Upstream changes: 3.20 2009-01-22 - Remove references / dependency on TAP::Parser::Source::Perl 3.19 2009-01-20 - Avoid depending on Module::Build. The resulting circular dependency made it impossible to install Test::Harness and/or Module::Build in some cases. 3.18 2009-01-19 - Handle the case where the filename of the perl executable contains space. Thanks to kmx. - Various documentation fixes. 3.17_04 2009-??-?? - Fix failures due to unknown location of Perl in t/source_handler.t. - Use EUMM style shebang magic to produce an executable 'psql' for t/source_handler.t. 3.17_03 2009-11-19 - Fix failures due to over-strict assertions in t/source.t. 3.17_02 2009-11-17 - Merge in Steve's missing changes. Oops. 3.17_01 2009-11-17 - Re-engineered source handling API to allow users to configure how TAP is sourced by the parser. Introduced a new 'sources' param to TAP::Harness, and new options to prove, eg: prove --source XYZ --xyz-option foo=bar The new TAP::Parser::SourceHandler API makes it much easier to write plugins. This breaks backwards compatibility for plugins & extenstions that rely on the following APIs: TAP::Parser::Source TAP::Parser::SourceFactory TAP::Parser::IteratorFactory TAP::Parser, specifically: new: 'source' & 'tap' params source_class perl_source_class iterator_factory_class make_source make_perl_source make_iterator Please see the TAP::Parser docs for more details. [Steve Purkis & David Wheeler] - Removed dependency on File::Spec [Schwern] - Made it possible to pass different args to each test [Lee Johnson] - Added HARNESS_SUBCLASS option to Test::Harness - Added TAP::Parser::SourceHandler::File which lets you to stream TAP from a text file (eg: *.tap). - Added TAP::Parser::SourceHandler::pgTAP. All the source handlers are new, but this is the only one to add major new functioality: the ability to run pgTAP tests (http://pgtap.projects.postgresql.org/).
2010-01-29Updating devel/p5-Test-Pod from 1.40 to 1.41sno2-8/+9
pkgsrc changes: - Adjusting dependencies Upstream changes: 1.41 - 2010-01-14T20:09:25 * Maintenance transfered to David Wheeler. * Test::Pod no longer complains about the construct L<text|url>, as it is no longer illegal (as of Perl 5.11.3). * Switched to Module::Build.
2010-01-29Updating devel/p5-IPC-Cmd from 0.50 to 0.54sno2-6/+8
pkgsrc changes: - Add PERL5_REQD to mark, that not otherwise available from Perl-5.10.0 core are required Upstream changes: Changes for 0.54 Sun Nov 15 21:43:51 GMT 2009 ================================================= * Fixed issues on older perls requiring Time::HiRes Changes for 0.52 Fri Nov 13 16:15:11 GMT 2009 ================================================= * Added documentation for run_forked() Changes for 0.51_01 Sun Nov 8 22:36:33 GMT 2009 ================================================= * Apply patch from Petya Kohts, RT #50398, which adds run_forked()
2010-01-29Updating devel/p5-IPC-System-Simple from 1.18 to 1.20sno2-6/+6
Upstream changes: 1.20 Sat Jan 9 15:08:41 AUSEST 2010 * TEST: t/win32.t no longer claims to have more tests than it really has. This fixes an install issue under Windows. RT #53124. Thanks to Erez Schatz and Curtis Jewell for spotting this. 1.19 Fri Dec 4 14:14:25 AUSEST 2009 * TEST: Added tests to ensure correct behaviour when calling commands in Windows which are contained in directories that contain spaces. (These tests are currently skiped, as they're testing for a known bug.) * BUGFIX: Spurious warnings about redefining POSIX macros no longer plague Windows systems.
2010-01-29Updating devel/p5-Module-Install from 0.91nb2 to 0.92sno2-9/+10
pkgsrc changes: - Adjusting license definition - Put the dependencies in the same order as in upstream META.yml Upstream changes: 0.92 Thu 21 Jan 2010 - Support github.com bugtracker (CHORNY) - Made the matching phrase for the perl license a bit shorter to allow "the same terms as Perl 5.10" etc (ISHIGAKI) - Refactor part of license_from to separate sub, tests for a new sub (CHORNY) - Refactor part of perl_version_from to separate sub, tests for a new sub (CHORNY) - Allow spaces at the start of string when using perl_version_from (CHORNY) - The all_from command now stores the filename in the 'all_from' key for later reuse (MARCEL) - Support code.google.com bugtracker (CHORNY) - If the DSL code fails, say why (ADAMK) - Now autoinstall doesn't die on CPAN-1.81 (JJORE) - Check 'copyrights' section for license also (CHORNY) - Test passing correct params to EU::MM (CHORNY) - Use BUILD_REQUIRES EU::MM param for better OS packages (CHORNY) - Bundled prereqs will be removed from build prereqs only (CHORNY) - Use MIN_PERL_VERSION EU::MM param (CHORNY) - Better search for 'Perl' license (CHORNY) - Adding 'makemaker' command to make EU:MM version conditionals easier (ADAMK) - Removed a variety of Perl::MinimumVersion complaints (ADAMK)
2010-01-29adust CONFLICTStnn1-2/+3