summaryrefslogtreecommitdiff
path: root/devel
AgeCommit message (Collapse)AuthorFilesLines
2010-02-11update to 5.5.2drochner4-20/+53
changes: -Added the dmalloc_get_stats() function to report on internal heap statistics -Added file/line number reporting for the function argument checking features. WARNING: this requires a recompilation of all code compiled with -DDMALLOC_FUNC_CHECK -misc fixes and improvements
2010-02-11Check explicitly if the distfile exists early and mark as broken forjoerg1-1/+5
bulk builds.
2010-02-11Update to dulwich 0.4.1:joerg3-10/+16
* Add ObjectStore.iter_tree_contents() * Add Index.changes_from_tree() * Add ObjectStore.tree_changes() * Add functionality for writing patches in dulwich.patch.
2010-02-11Update scmgit packages to 1.6.6.2.minskim2-6/+6
Changes: * recursive merge didn't correctly diagnose its own programming errors, and instead caused the caller to segfault. * The new "smart http" aware clients probed the web servers to see if they support smart http, but did not fall back to dumb http transport correctly with some servers. * Time based reflog syntax e.g. "@{yesterday}" didn't diagnose a misspelled time specification and instead assumed "@{now}". * "git archive HEAD -- no-such-directory" produced an empty archive without complaining. * "git blame -L start,end -- file" misbehaved when given a start that is larger than the number of lines in the file. * "git checkout -m" didn't correctly call custom merge backend supplied by the end user. * "git config -f <file>" misbehaved when run from a subdirectory. * "git cvsserver" didn't like having regex metacharacters (e.g. '+') in CVSROOT environment. * "git fast-import" did not correctly handle large blobs that may bust the pack size limit. * "git gui" is supposed to work even when launched from inside a .git directory. * "git gui" misbehaved when applying a hunk that ends with deletion. * "git imap-send" did not honor imap.preformattedHTML as documented. * "git log" family incorrectly showed the commit notes unconditionally by mistake, which was especially irritating when running "git log --oneline". * "git status" shouldn't require an write access to the repository. * Other minor documentation updates are included.
2010-02-10Bump revision for PYTHON_VERSION_DEFAULT change.joerg30-51/+60
2010-02-10Retire jgrasp.joerg6-309/+1
2010-02-10Don't try to play with ldconf.joerg2-4/+4
2010-02-10use ${PYVERSSUFFIX} to fix problems with other Python versionsdrochner4-6/+32
(seen in bulk build)
2010-02-08Update p5-Moose from version 0.95 to version 0.96.seb2-6/+6
Upstream changes: 0.96 Sat, Feb 6, 2010 [NEW FEATURES] * ScalarRef is now a parameterized type. You can now specify a type constraint for whatever the reference points to. (Closes RT#50857) (Michael G. Schwern, Florian Ragwitz) [BUG FIXES] * ScalarRef now accepts references to other references. (Closes RT#50934) (Michael G. Schwern)
2010-02-07add license.zafer1-3/+3
2010-02-07fix link.zafer1-2/+2
2010-02-07regen, line numbers were too high and patch warned about it.wiz2-7/+7
No effective changes.
2010-02-07Update to 2.25:wiz3-8/+8
- 2.25 | 2009-05-28 - changes to (www cgi) - bugfix: parse cookies using comma as inter-cookie delim - bugfix: query-string no longer masks form-data - new proc: cgi:cookie-names - new support for ‘uploads-lazy’ (file contents management) style - new module: (www server-utils form-2-form) - new (www server-utils cookies) proc: simple-parse-cookies - new (www server-utils parse-request) procs - hqf<-upath - alist<-query - read-body - documentation spiffed - distribution includes guile-www.pdf - maintenance uses GNU Autoconf 2.63, GNU Automake 1.11
2010-02-07Update to 0.3.17:wiz2-6/+6
liboil-0.3.17 ============= New release of liboil out. Fixes a bunch of compile bugs. ***** WARNING ***** Liboil is now in maintenence-only mode. No new features will be added, and bugs will be fixed according to their severity and availablility of patches. Users of liboil are recommended to switch to Orc (http://code.entropywave.com/projects/orc/). Please contact David Schleef <ds at schleef.org> about converting liboil functions to Orc code -- in many cases this work has already been done.
2010-02-07Update to 0.49:wiz2-6/+6
0.49 Tue Feb 2 12:58:45 2010 * MouseAccessor.xs - Fix RT #54203 that writers might return undef in setting values reported by chocolateboy (gfx) 0.48 Sun Jan 31 17:53:31 2010 * MouseTypeConstraints.xs - Fix magic handling in type constraints reported by sunnavy (gfx)
2010-02-07Update to 0.93:wiz2-7/+6
0.93 Sun 7 Feb 2010 - Better search for 'Perl' license (CHORNY) - Added automatic executing of xt tests during either author() mode or when RELEASE_TESTING is enabled (ADAMK)
2010-02-07Update to 6.07:wiz2-6/+6
Version 6.06 2010-02-05 Added dm_zdump example script. Minor bug where %Z printf format didn't always work. Improved TZ::periods functionality Fixed bug in Date_ConvTZ where empty values weren't defaulting to local timezone. Robert Eden Fixed a couple of problems in the generated timezones for some odd cases (America/Resolute and Asia/Tehran). Added support for 5pm back in (it was omitted accidentally). Mark Kennedy Fixed a minor warning. Morten Bjoernsvik Some additional speedups. Newest zoneinfo data. Version 6.07 2010-02-05 Fixed bug in Date_TimeZone where it wasn't returning the timezone. Robert Eden
2010-02-07Update to 1.17:wiz3-11/+11
* Version 1.17 (released 2010-02-05) ** Fix symbol export problem for a few variables. Applications (that use these rarely used variables) built against versions before 1.13 did not work with libidn versions 1.13 to 1.16. Symbol versioning was introduced in version 1.13 but by accident some symbols that were visible before that release were not exported, and the consequence was that those symbols were not available in version 1.13 to 1.16. This release fixes the problem, so the symbols are visible again, making this release backwards compatible with all earlier releases. The affected symbols are the following variables: stringprep_iscsi_prohibit, stringprep_rfc3454_A_1, stringprep_rfc3454_B_1, stringprep_rfc3454_B_2, stringprep_rfc3454_B_3, stringprep_rfc3454_C_1_1, stringprep_rfc3454_C_1_2, stringprep_rfc3454_C_2_1, stringprep_rfc3454_C_2_2, stringprep_rfc3454_C_3, stringprep_rfc3454_C_4, stringprep_rfc3454_C_5, stringprep_rfc3454_C_6, stringprep_rfc3454_C_7, stringprep_rfc3454_C_8, stringprep_rfc3454_C_9, stringprep_rfc3454_D_1, stringprep_rfc3454_D_2, stringprep_saslprep_space_map. Thanks to Marco d'Itri <md@linux.it> for reporting <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=561291> that led to discovering this problem. ** Really fix the link error of self-tests on MinGW. ** API and ABI is backwards compatible with the previous version.
2010-02-06PKGREVISION++, should have been on previous commitgdt1-1/+2
2010-02-06Disable szip by default, because it's non-free, following the generalgdt1-2/+3
pkgsrc notion that free software should not depend on non-free software (because that results in not having distributable binary packages, and makes the build fail) unless skipping the dependency renders the software non-useful. (The hdf web page says that the default binary builds of hdf include szip support, but then go on about how users that don't qualify for the no-cost license have to install a different version.) If someone who grasps hdf5 can say that hdf5 w/o szip is generally not useful, we can turn this back on and disable by default the hdf5 option in octave.
2010-02-06license is original BSD with empahsis on making it clear that modifiedgdt1-1/+3
versions are modified.
2010-02-05Treat Haiku like BeOSobache2-1/+21
2010-02-05Reset WRKSRC settings, use CONFIGURE_DIRS instead.obache6-21/+19
This package are using some files outside of the directory specified by WRKSRC, (ex. ../build-aux/config.*). But some pkgsrc checks/replacements/modifications are only effect to below ${WRKSRC}.
2010-02-04Add & enable p5-AnnoCPAN-Perldocseb1-1/+2
2010-02-04Initial import of p5-AnnoCPAN-Perldoc version 0.10 in the NetBSDseb3-0/+40
Packages Collection. AnnoCPAN is a web interface for the documentation of all the modules on CPAN, where users can add annotations on the margin of specific paragraphs throughout the POD. The master AnnoCPAN site is located at http://annocpan.org/. The Perl 5 module AnnoCPAN::Perldoc provides a substitute for the 'perldoc' command that displays the annotations locally and without requiring a connection to the Internet. It works by using a local note database that can be downloaded from http://annocpan.org/annopod.db
2010-02-04Remove :Q operators which pkglint warns. No functional change.taca1-5/+5
2010-02-04Update swig package to 1.3.36.taca5-82/+569
Though it isn't latest swig release, some depending packages (ham/gnuradio-core and x11/wxruby which isn't imported yet) and needs to stay in this release. SWIG-1.3.36 summary: - Enhancement to directors to wrap all protected members - Optimisation feature for objects returned by value - A few bugs fixes in the PHP, Java, Ruby, R, C#, Python, Lua and Perl modules - Other minor generic bug fixes SWIG-1.3.35 summary: - Octave language module added - Bug fixes in Python, Lua, Java, C#, Perl modules - A few other generic bugs and runtime assertions fixed SWIG-1.3.34 summary: - shared_ptr support for Python - Support for latest R - version 2.6 - Various minor improvements/bug fixes for R, Lua, Python, Java, C# - A few other generic bug fixes, mainly for templates and using statements SWIG-1.3.33 summary: - Fix regression for Perl where C++ wrappers would not compile - Fix regression parsing macros SWIG-1.3.32 summary: - shared_ptr support for Java and C# - Enhanced STL support for Ruby - Windows support for R - Fixed long-standing memory leak in PHP Module - Numerous fixes and minor enhancements for Allegrocl, C#, cffi, Chicken, Guile, Java, Lua, Ocaml, Perl, PHP, Python, Ruby, Tcl. - Improved warning support
2010-02-04Update to 0.95, provided by Wen Heping in PR 42740.wiz2-6/+6
0.95 Thu, Feb 4, 2010 [NEW FEATURES] * Moose::Meta::Attribute::Native::Trait::Code now provides execute_method, in addition to execute, to be able to call a code attribute as a method. (Florian Ragwitz) [ENHANCEMENTS] * Moose::Object::does no longer checks the entire inheritance tree, since Moose::Meta::Class::does_role already does this. (doy) * Moose::Util::add_method_modifier (and subsequently the sugar functions Moose::before, Moose::after, and Moose::around) can now accept arrayrefs, with the same behavior as lists. Types other than arrayref and regexp result in an error. (Dylan Hardison)
2010-02-04Update py-Optik to 1.5.3.obache3-10/+19
Based on PR#41674 by Kamel Derouiche. 1.5.3 (23 Jul 2006) ------------------- * Port r47026 from Python svn repository: fix unit test so it doesn't screw up other tests in the Python test suite. 1.5.2 (22 Jul 2006) ------------------- * Minor documentation tweaks. * SF bug #1498146: handle Unicode help strings (affects option help, description, and epilog). 1.5.1 (19 Apr 2006) ------------------- * Fix so the 'merge' script works again (bugs spotted, and mostly fixed, by Andrea 'fwyzard' Bocci). * SF bug #1145594: add 'destroy()' method to OptionParser so applications can explicitly break reference cycles, making life easier for Python's garbage collector. * SF feature #988126: add 'epilog' attribute to OptionParser (and constructor arg): paragraph of text to print after the main option help. * Corrected French translation (po/optik/fr.po) (Laurent Laporte). * Beefed up reference guide. * Backported to Python 2.0/2.1 (Giovanni Bajo). 1.5 (6 Dec 2004) ---------------- (All changes first released in Optik 1.5a1 except as noted.) * Optik now requires Python 2.2 or later. * Add expansion of default values in help text: the string "%default" in an option's help string is expanded to str() of that option's default value, or "none" if no default value. * SF bug #955889: option default values that happen to be strings are now processed in the same way as values from the command line; this allows generation of nicer help when using custom types. Can be disabled with parser.set_process_default_values(False). * SF bug #960515: don't crash when generating help for callback options that specify 'type', but not 'dest' or 'metavar'. * SF feature #815264: change the default help format for short options that take an argument from e.g. "-oARG" to "-o ARG"; add set_short_opt_delimiter() and set_long_opt_delimiter() methods to HelpFormatter to allow (slight) customization of the formatting. * SF patch #736940: internationalize Optik: all built-in user- targeted literal strings are passed through gettext.gettext(). Also added po/ directory for message catalog and translations, so that Optik-based applications have a single place to go for translations of Optik's built-in messags. Include translations for Danish and German (thanks to Frederik S. Olesen and Martin v. L respectively), and partial translations for French (by me). * SF bug #878453 (Python): respect $COLUMNS environment variable for wrapping help output. * SF feature #964317: allow type objects to specify option types; allow "str" as an alias for "string". * SF feature #988122: expand "%prog" in the 'description' passed to OptionParser, just like in the 'usage' and 'version' strings. (This is *not* done in the 'description' passed to OptionGroup.) * Added HTML-formatted docs to the source distribution (in addition to the reStructuredText source files). * Added three new examples: custom_source.py, custom_type.py, and no_help.py. * Remove the old, broken "ignore" option conflict handler -- was only needed for compatibility with Optik 1.1. * Move documentation into docs/ directory, and write a script (mkpydoc) to automatically convert it to LaTeX for the Python standard library manual. Many documentation improvements. (1.5a2) * SF #997100: attempt to avoid triggering a FutureWarning in __repr__() when using id() with "%x" (1.5a2). * SF #1048725: fix typo in Values.__eq__() introduced in 1.5a1. * Fix test script so it plays nice when being run with other test scripts (as in the Python test suite) (1.5a2). * SF patch #870807: allow users to specify integer option arguments in hexadecimal, octal, or binary with leading "0x", "0", or "0b" (1.5 final). * SF feature #1050184: add 'append_const' action (patch by Andrea 'fwyzard' Bocci) (1.5 final). * Keep going if importing gettext fails (so optparse can be used in the Python build process) (1.5 final). Python 2.3 (29 July 2003) ------------------------- (A couple of fixes were made in Optik in time for its inclusion in Python 2.3 as optparse, but I never got around to making a corresponding bug-fix release of Optik.) * Add __all__ to optik package and optparse module (fixes SF bug #728563). * Fix so the 'prog' attribute of OptionParser (which was surreptitiously added in 1.4.1, but undocumented, untested, and not working) actually works. 1.4.1 (20 Apr 2003) ------------------- * Changed to use the new textwrap module included with Python 2.3. Includes a copy of textwrap.py for use with older Python versions. * Set __all__ in each of the optik.* modules, to make life easier for optik/__init__.py. * Rewrote the test suite to use PyUnit, and added some new tests that revealed some long-hidden bugs. Fixed those bugs. (Thanks to Johannes Gijsbers for doing all the work!) * For versions of Python with builtin True and False values (ie. Python 2.2.1 and later), make store_true/store_false use them. * Add forwards-compatibility 'optparse' module, so scripts can import from 'optparse' and work under base Python 2.3, or under older Pythons with Optik 1.4.1 or later installed.
2010-02-04+ p5-InlineX-C2XSwiz1-1/+2
2010-02-04Initial import of p5-InlineX-C2XS, packaged for wip by Wen Heping.wiz3-0/+46
InlineX::C2XS - create an XS file from an Inline C file. The C file that InlineX::C2XS needs to find would contain only the C code. InlineX::C2XS looks for the file in ./src directory, expecting that the filename will be the same as what appears after the final '::' in the module name (with a '.c' extension).ie if the module is calle My::Next::Mod it looks for a file ./src/Mod.c, and creates a file named Mod.xs. Also created, is the file 'INLINE.h' - but only if that file is needed. The generated xs file (and INLINE.h) will be written to the cwd unless a third argument (specifying a valid directory) is provided to the c2xs() function. The created XS file, when packaged with the '.pm' file, an appropriate 'Makefile.PL', and 'INLINE.h' (if it's needed), can be used to build the module in the usual way - without any dependence upon the Inline::C module
2010-02-04- Add LICENSEseb1-5/+2
- Removed commented out dependencies in previous commit
2010-02-03Update scmgit to 1.6.6.1.minskim3-8/+7
Changes: * "git blame" did not work well when commit lacked the author name. * "git branch -a name" wasn't diagnosed as an error. * "git count-objects" did not handle packfiles that are bigger than 4G on platforms with 32-bit off_t. * "git checkout -m other" while on a branch that does not have any commit segfaulted, instead of failing. * "git fast-import" choked when fed a tag that do not point at a commit. * "git grep" finding from work tree files could have fed garbage to the underlying regexec(3). * "git grep -L" didn't show empty files (they should never match, and they should always appear in -L output as unmatching). * "git rebase -i" did not abort cleanly if it failed to launch the editor. * "git reset --hard" did not work correctly when GIT_WORK_TREE environment variable is used to point at the root of the true work tree. * http-backend was not listed in the command list in the documentation. * Building on FreeBSD (both 7 and 8) needs OLD_ICONV set in the Makefile * "git checkout -m some-branch" while on an unborn branch crashed.
2010-02-03Update from version 0.21 to version 0.22seb2-10/+9
Pkgsrc changes: - Drop all dependencies now that perl 5.10.0 is the minimum required Perl version with respect to pkgsrc. Upstream changes: 0.22 Fri, Jan 29, 2010 - Add note that people should be using MRO::Compat rather than Class::C3 directly.
2010-02-03add some dependencies for modular X.orgtnn1-1/+5
2010-02-03fix master site. From jmcneill@tnn1-2/+2
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.