summaryrefslogtreecommitdiff
path: root/devel
AgeCommit message (Collapse)AuthorFilesLines
2010-06-11update to 2.30.0drochner3-10/+11
This switches to the gnome-2.30 release branch
2010-06-11update to 2.28.1drochner3-7/+9
changes: -bugfixes -translation updates
2010-06-11update to 2.24.3drochner3-7/+9
changes: -bugfixes -translation updates
2010-06-11Correct EXTRACT_SUFX.wiz1-2/+3
2010-06-11Update to 0.5kefren3-17/+35
The 0.5 release of Mono.Addins comes packed with new features, including: * User defined custom attributes can now be used to declare extensions and add-in metadata. * The new AddinEngine class allows hosting several independent add-in engines in a single application domain. * Improved lazy loading of add-ins. More information is now lazy loaded. * An XML manifest can now be split in several files embedded as resources in an assembly. * More add-in information can be declared using custom attributes instead of an XML manifest: author list, imported files and assemblies, optional modules, localizers. * Added new API based on generic methods and collections. * New MSBuild tasks file and target, which allows using add-in references directly in a build file (still experimental). * Reorganized the samples directory. * Many bug fixes.
2010-06-10This needs pkg-config, add it to tools.wiz1-2/+2
2010-06-10Does not compile with python-2.4:wiz1-1/+2
Compiling /scratch/devel/py-at-spi/work/.destdir/usr/pkg/lib/python2.4/site-packages/pyatspi/__init__.py ... File "/scratch/devel/py-at-spi/work/.destdir/usr/pkg/lib/python2.4/site-packages/pyatspi/__init__.py", line 50 finally: ^ SyntaxError: invalid syntax Mark it as such.
2010-06-09sync w/ common Makefile (just naming consistency, no pkg change)drochner1-3/+2
2010-06-06Update ruby-activesupport to 2.3.8. Patch by Wen Heping in PR 43425.minskim3-20/+47
Changes since 2.3.5: * HTML safety: fix compatibility with the optional rails_xss plugin. [Nathan Weizenbaum, Santiago Pastorino] * 1.9 compat: deprecated last_(month|year) in favor of prev_(month|year). [fxn] * Deprecated Array#rand in favor of Array#random_element. [Santiago Pastorino, Rizwan Reza] * Added Object#presence that returns the object if it's #present? otherwise returns nil [DHH/Colin Kelley] * New assertions assert_blank and assert_present. #4299 [Juanjo Bazan] * Use Object#singleton_class instead of #metaclass. Prefer Ruby's choice. [Jere my Kemper] * JSON backend for YAJL. Preferred if available. #2666 [Brian Lopez] * Introduce String#html_safe for rails_xss plugin and forward-compatibility with Rails 3. [Michael Koziarski, Santiago Pastorino, José Ignacio Costa] * Time#- with a DateTime argument behaves the same as with a Time argument, i.e. returns the difference between self and arg as a Float #3476 [Geoff Buesing] * YAML serialization for OrderedHash. #3608 [Gregor Schmidt] * Add Enumerable#exclude? to bring parity to Enumerable#include? and avoid if !x .include?/else calls [DHH]
2010-06-05Update to 1.16:wiz3-7/+11
1.15 -> 1.16: - add lv.po, update translations (Translation Project). - include xcode project files in distributed popt tar ball. - make distcheck is now squeaky clean. - permit VPATH builds. - add shallow tests using ISP/RAS api-sanity-autotest.pl. - prefix bit set routines with popt to avoid symbol coolisions w rpm. - add tdict.c to exercise popt bit sets against /usr/dict/words. - add poptBitsArgs() method to generate args bit set. - add methods for bit set union and intersection. - permit comma separated attribute lists, handle negated attributes. - better test for POPT_ARG_BITSET. - add POPT_ARG_BITSET handling. - add POPT_ARG_SHORT handling. - handle all callback traversals within a C switch (for extendability ease). - add popt.pc. - devzero2000: add AC_CONFIG_AUX_DIR, AC_CONFIG_MACRO_DIR to configure. Create build-aux - devzero2000: del acinclude.m4 : AC_CHECK_VA_COPY is not used
2010-06-05Update to 1.5.4:wiz3-7/+10
This is a scheduled monthly minor bugfix release. * dispatch: include Python version in traceback * push: update help * status: avoid performance regression when no .hgsub is present * clone: fix performance issue with hardlinks and Windows shares * hgweb: fix race in refreshing repo list (issue2188) * hgrc: clarify that hgrc keys can be overridden and sections can be split * eol: new extension for managing file newlines based on a version controlled configuration file * pager: fork and exec pager as parent process with /bin/sh -c * rebase: stress that only local changesets should be rebased * convert/svn: close gettags() log stream (issue2196) * record: check that we are not committing a merge before patch selection
2010-06-05Fix typo in comment.wiz2-4/+4
2010-06-05Add comment to patch.wiz2-3/+5
2010-06-05Update to 1.30.1, set LICENSE.wiz5-24/+19
What's new in at-spi-1.30.1: * Fixes #538680. * Translation update. What's new in at-spi-1.30.0: * Fixes #612554. * Translation update. What's new in at-spi-1.29.92: * Translation update. What's new in at-spi-1.29.90: * Make AT-SPI/CORBA the default and relocate AT-SPI/D-Bus. * Translation update. What's new in at-spi-1.29.6: * Bugfixes: #608003, #607077. * Translation update. What's new in at-spi-1.29.5: * Bugfixes: #606251, #606254. * Translation update. What's new in at-spi-1.29.3: * Bugfixes: #565451, #593830. * Translation update. What's new in at-spi-1.29.2: * Bugfixes: #569428, #599244, #578334. * Translation update.
2010-06-04This is a Python egg, so s/extension/egg in Makefile, to install egg info filesgls2-4/+8
into ${EGG_INFODIR}. Noted by Ryo HAYASAKA in PR/43414.
2010-06-04Added devel/netbsd-iscsi-lib based on NetBSD -current sourcessborrill1-1/+2
2010-06-04Shared routines used by both netbsd-iscsi-initiator and netbsd-iscsi-target.sborrill8-0/+102
Part of updating both packages to the code used in netbsd-current and then used as a basis for further development.
2010-06-04Move netbsd-iscsi-target and netbsd-iscsi-initiator from devel to netsborrill11-130/+1
2010-06-04Update p5-POE-Test-Loops to 1.035.obache2-9/+12
Based on PR#43114 by Web Heping. While here, set LICENSE=${PERL5_LICENSE}. ===================================== 2010-04-03T20:02:56.616386Z ptl-1_035 ===================================== 2010-04-03 20:01:00 (r2864) by rcaputo poe-test-loops/lib/POE/Test/Loops.pm M Bump revision for a new release. No significant changes, other than to build a new dist with the latest EUMM. ===================================== 2010-04-03T18:15:36.151833Z ptl-1_034 ===================================== 2010-04-03 17:46:46 (r2854) by rcaputo poe-test-loops/lib/POE/Test/Loops.pm M Bump PTL revision for release. 2010-03-24 06:52:46 (r2852) by apocal poe M; polo-gtk/Makefile.PL M; polo-tk M; polo-event M; poe-test-loops M; polo-gtk M Set svn:ignore for: META.yml CHANGES run_network_tests PoLo-Gtk forgot to clean run_network_tests 2010-03-23 17:27:32 (r2849) by rcaputo poe-test-loops/MANIFEST M; poe-test-loops/lib/POE/Test/Loops/z_rt53302_fh_watchers.pm R; poe-test-loops/lib/POE/Test/Loops/z_rt53302_fh_watchers_slow.pm D Replace z_rt53302_fh_watchers.pm with z_rt53302_fh_watchers_slow.pm. The non-slow one was broken since its client shuts down without waiting for the server's response. 2010-03-22 06:00:17 (r2846) by rcaputo poe-test-loops/lib/POE/Test/Loops.pm M; poe-test-loops/bin/poe-gen-tests M Support legal =for and =begin POD syntax for skip_tests(), in addition to the previous =for/=cut syntax that caused skip_tests() to appear in everyone's perldoc. Document the change. Deprecate the bad syntax, which won't be a terrible burden since everyone probably wanted to migrate away from it anyway. 2010-03-22 02:54:39 (r2845) by apocal poe-test-loops/lib/POE/Test/Loops.pm M; poe-test-loops/bin/poe-gen-tests M Add optional one-line =for poe_tests syntax to hide it from POD formatters. Add example from POE::Loop::Glib that uses the new syntax. 2010-03-11 06:57:11 (r2839) by apocal poe-test-loops/MANIFEST M; poe-test-loops/lib/POE/Test/Loops/00_info.pm A Added the 00_info test for better debugging 2010-03-11 05:28:23 (r2838) by apocal poe-test-loops/MANIFEST M; poe-test-loops/lib/POE/Test/Loops/z_rt53302_fh_watchers.pm A; poe-test-loops/lib/POE/Test/Loops/z_rt53302_fh_watchers_slow.pm A Add new tcp connection test for RT#53302 2010-03-10 19:14:25 (r2836) by rcaputo poe-test-loops/bin/poe-gen-tests M Update the skip_tests() examples, and explain what's going on in each. 2010-03-09 07:59:40 (r2831) by apocal poe-test-loops/lib/POE/Test/Loops/z_rt54319_bazerka_followtail.pm M Fix the followtail test to use File::Temp, thanks to http://cpantesters.org/cpan/report/6877011 and others like it 2010-03-09 07:20:16 (r2830) by apocal poe/lib/POE/Wheel/ReadLine.pm M; poe-test-loops/lib/POE/Test/Loops/wheel_readline.pm M After a lot of hacking/digging Cygwin with a TERM=dumb does not work with POE::Wheel::ReadLine. This fix skips the test, and makes Wheel::ReadLine die if it detects this situation. Added some docs for our Cygwin users :) ===================================== 2010-02-15T06:28:11.163679Z ptl-1_033 ===================================== 2010-02-15 06:27:00 (r2812) by rcaputo poe-test-loops/lib/POE/Test/Loops.pm M Bump for yet another release. 2010-02-15 01:05:37 (r2811) by rcaputo poe-test-loops/lib/POE/Test/Loops/z_rt54319_bazerka_followtail.pm M Make Bazerka's regression test a little more forgiving about elapsed run time. 2010-02-14 23:55:56 (r2810) by rcaputo poe-test-loops/lib/POE/Test/Loops/z_leolo_wheel_run.pm M Skip pty tests if IO::Pty isn't available. Also some style fixes. 2010-02-14 23:55:18 (r2809) by rcaputo poe-test-loops/lib/POE/Test/Loops/z_rt54319_bazerka_followtail.pm M Make the test a little more forgiving for slower systems, such as virtualized Windows systems and other forms of emulation. ===================================== 2010-02-14T21:38:46.364786Z ptl-1_032 ===================================== 2010-02-14 02:44:47 (r2797) by rcaputo poe-test-loops/MANIFEST M; poe-test-loops/lib/POE/Test/Loops/z_rt54319_bazerka_followtail.pm A; poe-test-loops/lib/POE/Test/Loops.pm M Add a test case from rt.cpan.org #54319. Verify Po::Wh::FollowTail actually tails files. Thanks to Bazerka on irc.perl.org for submitting the basis of this test case. 2010-01-02 02:57:35 (r2773) by rcaputo poe-test-loops/lib/POE/Test/Loops/z_leolo_wheel_run.pm M; poe-test-loops/lib/POE/Test/Loops/ses_nfa.pm M; poe-test-loops/lib/POE/Test/Loops/z_steinert_signal_integrity.pm M Try to resolve some CPAN indexer issues. Eliminate a $VERSION string being used to test a version (not define one). Eliminate a package statement used to define a constant (not a class). Change a test package name to avoid indexer conflict with another distribution. ===================================== 2010-01-01T08:57:09.665997Z ptl-1_031 ===================================== 2010-01-01 08:53:54 (r2769) by rcaputo poe-test-loops/lib/POE/Test/Loops.pm M Prepare for release. 2009-12-27 09:56:05 (r2763) by rcaputo poe-test-loops/lib/POE/Test/Loops/wheel_tail.pm M Check for initial reset on delayed open. 2009-12-26 22:32:43 (r2758) by rcaputo poe-test-loops/lib/POE/Test/Loops/wheel_tail.pm M Clarify FollowTail debugging messages. 2009-12-26 09:19:55 (r2756) by rcaputo poe-test-loops/lib/POE/Test/Loops/connect_errors.pm M Unfortunately we can't test connect errors on Windows. Behavior seems to vacillate from one version of ActivePerl to another. 2009-12-26 08:50:19 (r2755) by rcaputo poe-test-loops/lib/POE/Test/Loops/wheel_tail.pm M Resolve a line ending issue that caused false failures in Windows.
2010-06-04Add RCS Id.wiz2-2/+4
2010-06-03Update to 0.9:jmmv3-20/+14
Experimental version released on June 3rd, 2010. * Added atf-sh, an interpreter to process test programs written using the shell API. This is not really a shell interpreter by itself though: it is just a wrapper around the system shell that eases the loading of the necessary ATF libraries. * Removed atf-compile in favour of atf-sh. * Added the use.fs metadata property to test case, which is used to specify which test cases require file system access. This is to highlight dependencies on external resources more clearly and to speed up the execution of test suites by skipping the creation of many unnecessary work directories. * Fixed test programs to get a sane default value for their source directory. This means that it should not be necessary any more to pass -s when running test programs that do not live in the current directory. * Defining test case headers became optional. This is trivial to achieve in shell-based tests but a bit ugly in C and C++. In C, use the new ATF_TC_WITHOUT_HEAD macro to define the test case, and in C++ use ATF_TEST_CASE_WITHOUT_HEAD.
2010-06-03sortjnemeth1-2/+2
2010-06-03Pull in devel/zlib explicitly. Fixes build on systems requiring libz out ofdsainty2-2/+4
Pkgsrc.
2010-06-02Fix self-tests on NetBSD/sparc64. From Chris Ross on pkgsrc-users.wiz3-3/+14
Bump PKGREVISION, even if it only affects sparc64.
2010-06-02Changes 2.26.2:adam3-10/+10
* Documentation: Added main page text at index.html. Changes 2.26.1: * Minor documentation improvements.
2010-06-02Changes 2.24.2:adam4-124/+228
* Reference Documentation: Add main page text for index.html. Changes 2.24.1: * UnixOutputStream: Fix the constructor to use the correct property name. * Documentation: Strip out the gobject-introspection annotations, and use other improvements made to docextract_to_xml.py * Fix the Windows MSVC build. Changes 2.24.0: * Changes in glibmm 2.24 compared to glibmm 2.22: Glib: * BalanceTree: New class, wrapping GTree. * Fix ustring::format(non-const char*) and add regression test. Gio: * Added InetAddress, NetworkAddress, NetworkService, Resolver, Socket, SocketAddress, SocketAddressEnumerator, SocketClient, SocketConnectable, SocketConnection, SocketListener, SocketService, SrvTarget, TcpConnection, Threaded SocketService, UnixConnection * AsyncResult: Add get_source_object_base(), deprecating get_source_object() because it usually can never work. * Cancellable: Added release_fd() and make_polldf().
2010-06-02Update to DDD 3.1.12 from PR pkg/43402 (David H. Gutteridge)hauke3-22/+25
- Consolidated support for pydb, bashdb and remake. Further changes: Added LICENSE Changed PAPERSIZE patching to use SUBST framework Cleaned up pkglint fallout
2010-06-02Fix building with db5; revision bump for db4 updateadam3-12/+15
2010-06-02Changes 0.0.10:adam5-21/+22
* Bug-fixes.
2010-06-02Changes 0.0.8:adam3-16/+15
* Don't include LGPL preamble in Debian changelog * Changes standards version to 3.8.3 * LT_CONFIG_LTDL_DIR appears to be incompatible with libtool 2 * update changelog * Resolve various libtoolize warnings * Use standards version 3.8.2 * Use debhelper 7 * Changelog entry for pending upstream release * Move libvanessa-adt-dev to section libdevel * Don't use ./mkinstalldirs as it may not exist * Use policy version 3.8.0 instead of 3.7.2 * set -e in postinst script for libvanessa-adt0 to fail on any errors * Use name instead of nickname * Always use email address in copyright notice * more...
2010-06-02Changes 0.0.8:adam4-29/+15
* Bump changelog date so it is after the release of standards version 3.8.3 * Don't include full LGPL text in Debian changelog * Update to standards version 3.8.3 * LT_CONFIG_LTDL_DIR appears to be incompatible with libtool 2 * move dev documentation should go in dev package * Use dh_prep as dh_clean -k is deprecated * Versioned build dependency on debhelper 7 * syntax error in changelog * Use debhelper compatibility level 7 * new package contains an updated config.{sub,guess} and thus closes #532527 * Update standards version to 3.8.2 * Resolve various libtoolize warnings * libvanessa-socket-dev: Remove dependancy on libc6-dev * more...
2010-06-02Fix building with db5; revision bump for db4 update; clean-upadam1-27/+25
2010-06-02Fix building with db5; revision bump for db4 updateadam1-1/+2
2010-06-02Fix building with db5; revision bump for db4 updateadam5-7/+164
2010-06-02Update to KDE SC 4.4.4markd1-4/+4
* Several bugs in filename sorting in the Dolphin file manager have been fixed * Issues with encoded filenames in ZIP archives have been fixed * A number of bugs in games, such as KMines, KNetwalk and LSkat and KSpaceDuel have been fixed The changelog lists more
2010-06-02Changes 1.6.3:adam3-13/+15
* Bug fixes.
2010-06-01Add kdevelop4 and kdevplatformmarkd1-1/+3
2010-06-01Initial import of kdevelop 4.0.0markd4-0/+389
The KDevelop IDE has been designed by the KDevelop Team to provide an easy-to use environment for C/C++ programmers. With all its features the current version contains, the full amount of programming knowledge of the team has been collected to add a set of documentation handbooks that will help beginners as well as experts in various parts of using their IDE. This is version 4, a completely rewritten from scratch version of KDevelop 3.
2010-06-01Initial import of kdevplatform 1.0.0markd5-0/+811
Base package for use with KDevelop4
2010-06-01fix 2 build errors:drochner3-1/+29
-inconsistency of .hidden attributes, leading to link error on amd64, reported by Tobias Nygren -trick NetBSD's arpa/nameser_compat.h into using the system provided endianess definitions -- it has its own ifdefs but misses eg. ppc, fixes build error on macppc reported by Erik Bertelsen
2010-06-01remove stray && in previoustnn1-2/+2
2010-06-01needs zlib (PR pkg/43397)tnn1-3/+3
While here, fix test target.
2010-06-01Changes 2.0.21:adam3-8/+8
* Add VC9 project files, source code formatting, fix compiler warnings, move VC8 project files, remove leftover autoconf/m4 files * Move static transfer lookup array from .h to .c (patch contributed by Zbigniew Holdys) * Add support for VC++ compiler/MASM assembly with active USE_MMX (contributed by Markus Hossner) * Added Haiku build support in configure.in (contributed by Scott McCreary) * Added helper function that multiplies the alpha channel in a 32bit surface (contributed by Zbigniew Holdys) * Disable MMX for 64bit platforms due to lack of support for pusha/popa (contributed by Olivier Boudeville) * Update all library functions for doxygen markup. Add doxygen configuration file. * Added font rotation support and updated TestFonts sample * Fixed rotate90 for 0 degree case (contributed by Chris Allport) * Updated TestRotozoom with rotate90 case and message display * Added support for SDL 1.3 * Added doxygen generated documentation.
2010-05-31Update to 20100521:wiz2-7/+7
Switch to 2-clause BSD license and bug fixes.
2010-05-31Restore comment.wiz2-3/+7
2010-05-31update to 1.28.0drochner5-53/+9
this switches to the gnome-2.30 branch
2010-05-31update to 1.30.0drochner3-8/+12
this switches to the gnome-2.30 branch
2010-05-31update to 2.24.1drochner8-136/+112
this switches to the gnome-2.30 branch
2010-05-30Update p5-version from version 0.8000 (upstream version 0.80) toseb2-6/+6
version 0.8200 (upstream version 0.82). Upstream changes: Major Changes in 0.82 - 2010-04-13 ===================================== Still more changes to sync with Perl 5.12.0-as-released. Rewritten POD thanks to many hands, but mostly David Golden. Vastly improved Regex definitions from Zephram. Major Changes in 0.81 - 2010-02-01 ===================================== Merge in changes from bleadperl that will be part of Perl 5.12.0. Completely rewrite pure Perl code to operate exactly like the XS code, through the creation of a character-array class called charstar. Now the pure Perl code and XS code can be more easily be synchronized.
2010-05-29+ omakeobache1-1/+2