summaryrefslogtreecommitdiff
path: root/devel
AgeCommit message (Collapse)AuthorFilesLines
2009-06-17Pullup ticket #2799 - requested by tacatron1-4/+4
ruby18-base: bug fix update ruby18-curses: bug fix update ruby18-tk: bug fix update Revisions pulled up: - devel/ruby-curses/distinfo 1.20 - lang/ruby/rubyversion.mk 1.48 - lang/ruby18-base/distinfo 1.39 - x11/ruby-tk/distinfo 1.23 --- odule Name: pkgsrc Committed By: taca Date: Tue Jun 16 15:08:38 UTC 2009 Modified Files: pkgsrc/devel/ruby-curses: distinfo pkgsrc/lang/ruby: rubyversion.mk pkgsrc/lang/ruby18-base: distinfo pkgsrc/x11/ruby-tk: distinfo Log Message: Update Ruby packages to 1.8.7.174 (1.8.7-p174). * Fix critical problem of BigDecimal class in 1.8.7-p173. Fri Jun 12 16:36:44 2009 Yukihiro Matsumoto <matz@ruby-lang.org> * ext/bigdecimal/bigdecimal.c (VpToString): fixed a bug introduced in r23613. [ruby-talk:338957]
2009-06-15Pullup ticket #2797 - requested by kefrentron3-13/+12
p5-Compress-Raw-Zlib: security update Revisions pulled up: - devel/p5-Compress-Raw-Zlib/Makefile 1.9 - devel/p5-Compress-Raw-Zlib/distinfo 1.7 - devel/p5-Compress-Raw-Zlib/patches/patch-aa 1.3 --- Module Name: pkgsrc Committed By: sno Date: Sat Apr 11 22:35:29 UTC 2009 Modified Files: pkgsrc/devel/p5-Compress-Raw-Zlib: Makefile distinfo pkgsrc/devel/p5-Compress-Raw-Zlib/patches: patch-aa Log Message: PkgSrc changes: - Updating module to 2.017 Upstream changes: 2.017 28 March 2009 * Added 'LimitOutput' option * Removed MAN3PODS from Makefile.PL * Fixed coring issue when LimitOutput was used. * Documented Compress::Raw::Zlib::zlib_version() * Documented Compress::Raw::Zlib::deflateReset() [RT #40566]
2009-06-11Pullup ticket #2792 - requested by tacatron1-4/+4
ruby-curses: security update ruby-readline: security update lang/ruby18-base: security update ruby-tk: security update Revisions pulled up: - devel/ruby-curses/distinfo 1.19 - devel/ruby-readline/Makefile 1.26-1.27 - lang/ruby/rubyversion.mk 1.46 - lang/ruby18-base/PLIST 1.15 - lang/ruby18-base/distinfo 1.38 - lang/ruby18-base/patches/patch-bi delete - x11/ruby-tk/distinfo 1.22 --- Module Name: pkgsrc Committed By: wiz Date: Wed May 20 00:58:30 UTC 2009 Modified Files: pkgsrc/devel/ruby-readline: Makefile Log Message: Recursive ABI depends update and PKGREVISION bump for readline-6.0 shlib major change. Reported by Robert Elz in PR 41345. --- Module Name: pkgsrc Committed By: taca Date: Wed Jun 10 12:45:34 UTC 2009 Modified Files: pkgsrc/lang/ruby: rubyversion.mk Log Message: Start update of Ruby programming language packages to 1.8.7.173 (1.8.7-p173). - Add LICENSE. - Update RUBY18_PATCHLEVEL to 173. --- Module Name: pkgsrc Committed By: taca Date: Wed Jun 10 12:46:47 UTC 2009 Modified Files: pkgsrc/lang/ruby18-base: PLIST distinfo Removed Files: pkgsrc/lang/ruby18-base/patches: patch-bi Log Message: Update ruby18-base package to 1.8.7.173 (Ruby 1.8.7-p173). Mon Jun 8 10:58:41 2009 NAKAMURA Usaku <usa@ruby-lang.org> * eval.c (rb_thread_schedule): mswin32 doesn't have F_GETFD, so check with another method. Mon Jun 8 08:15:36 2009 Yukihiro Matsumoto <matz@ruby-lang.org> * ext/bigdecimal/bigdecimal.c (VpAlloc): avoid ALLOCA_N() to avoid segmentation fault caused by (insanely) long decimal values. backported from 1.9. CVE-2009-1904 * ext/bigdecimal/bigdecimal.c (BigDecimal_dump, BigDecimal_to_i, BigDecimal_to_f, BigDecimal_to_s, BigDecimal_split, BigDecimal_inspect): ditto. Mon Jun 8 08:15:36 2009 Yukihiro Matsumoto <matz@ruby-lang.org> * ext/bigdecimal/bigdecimal.c (BigDecimal_to_f): returns Inf if exp is bigger than DBL_MANT_DIG. Wed Jun 3 21:16:30 2009 Tanaka Akira <akr@fsij.org> * file.c: include fcntl.h for O_RDONLY on Solaris. Wed Jun 3 21:09:56 2009 Nobuyoshi Nakada <nobu@ruby-lang.org> * util.c (rv_strdup): macro to duplicate nul-terminated string. [ruby-core:22852] * util.c (ruby_dtoa): allocates one more byte to get rid of buffer overrun. a patch from Charlie Savage at [ruby-core:22604]. Wed Jun 3 21:09:56 2009 Nobuyoshi Nakada <nobu@ruby-lang.org> * util.c (ruby_dtoa): allocates one more byte to get rid of buffer overrun. a patch from Charlie Savage at [ruby-core:22604]. Wed Jun 3 21:05:44 2009 Nobuyoshi Nakada <nobu@ruby-lang.org> * ext/bigdecimal/bigdecimal.c (gfDebug): uncommented out. [ruby-core:22600] Wed Jun 3 20:54:23 2009 Nobuyoshi Nakada <nobu@ruby-lang.org> * eval.c (rb_eval): needs to guard intermediate string objects. based on a patch from Brent Roman <brent AT mbari.org> a [ruby-core:22584]. Tue May 26 21:24:01 2009 URABE Shyouhei <shyouhei@ruby-lang.org> * Makefile.in (update-rubyspec, test-rubyspec): Catch up to rubyspec merge. A patch by Brian Ford at [ruby-core:21032] Tue May 26 21:21:49 2009 Akinori MUSHA <knu@iDaemons.org> * lib/soap/mimemessage.rb (MIMEMessage#to_s): Fix a fatal method name typo. [Bug #1173] Tue May 26 21:16:55 2009 Nobuyoshi Nakada <nobu@ruby-lang.org> * file.c (rb_file_s_extname): fix for spaces before extention. [ruby-dev:38044] Tue May 26 21:09:21 2009 Nobuyoshi Nakada <nobu@ruby-lang.org> * win32/win32.c (_CrtDbgReportW): prevent from false positive assertions in msvcrtd. [ruby-core:22116] Tue May 26 21:02:13 2009 Nobuyoshi Nakada <nobu@ruby-lang.org> * lib/ostruct.rb (OpenStruct#new_ostruct_member): checks if frozen. [ruby-talk:328195], [ruby-core:22142] Tue May 26 21:00:08 2009 Nobuyoshi Nakada <nobu@ruby-lang.org> * lib/ostruct.rb (OpenStruct#inspect): fixed the recursion check. Patch by Kornelius Kalnbach. [ruby-core:20992]. * test/ostruct/test_ostruct.rb: test for inspect. Patch by Kornelius Kalnbach. [ruby-core:20992]. Tue May 26 20:50:32 2009 Tanaka Akira <akr@fsij.org> * eval.c (rb_thread_schedule): handle EBADF of select as well. [ruby-core:21264] --- Module Name: pkgsrc Committed By: taca Date: Wed Jun 10 12:47:36 UTC 2009 Modified Files: pkgsrc/devel/ruby-curses: distinfo Log Message: Update ruby-curses pakcage to 1.8.7.173 (1.8.7-p173). --- Module Name: pkgsrc Committed By: taca Date: Wed Jun 10 12:48:07 UTC 2009 Modified Files: pkgsrc/devel/ruby-readline: Makefile Log Message: Update ruby-readline package to 1.8.7.173 (1.8.7-p173). Reset PKGREVISION. --- Module Name: pkgsrc Committed By: taca Date: Wed Jun 10 12:48:38 UTC 2009 Modified Files: pkgsrc/x11/ruby-tk: distinfo Log Message: Update ruby-tk package to packages to 1.8.7.173 (1.8.7-p173).
2009-06-08Pullup ticket 2791 - requested by tronspz2-7/+6
Security update Revisions pulled up: - pkgsrc/devel/apr-util/Makefile 1.10 - pkgsrc/devel/apr-util/distinfo 1.6 Module Name: pkgsrc Committed By: tron Date: Mon Jun 8 13:19:20 UTC 2009 Modified Files: pkgsrc/devel/apr-util: Makefile distinfo Log Message: Update "apr-util" package to version 1.3.7. Changes since version 1.3.4: - SECURITY: Fix a denial of service attack against the apr_xml_* interface using the "billion laughs" entity expansion technique. - SECURITY: CVE-2009-0023 (cve.mitre.org) Fix underflow in apr_strmatch_precompile. - Minor build and bug fixes. - SECURITY: CVE-2009-0023 (cve.mitre.org) Fix underflow in apr_strmatch_precompile. - Fix off by one overflow in apr_brigade_vprintf. - APR_LDAP_SIZELIMIT should prefer LDAP_DEFAULT_LIMIT/-1 when the SDK supports it, but in the absence of LDAP_DEFAULT_LIMIT (and LDAP_NO_LIMIT/0) it is not safe to use a literal -1. Bug 23356 - Clean up ODBC types. Warnings seen when compiling packages for Fedora 11. - Use of my_init() requires my_global.h and my_sys.h. - Fix apr_memcache_multgetp memory corruption and incorrect error handling. Bug 46588 - Fix memcache memory leak with persistent connections. Bug 46482 - Add Oracle 11 support. - apr_dbd_freetds: Avoid segfault when process is NULL. Do no print diagnostics to stderr. Never allow driver to exit process. - apr_dbd_freetds: The sybdb.h header file might be freetds/sybdb.h or sybdb.h. - LDAP detection improvements: --with-ldap now supports library names containing non-alphanumeric characters, such as libldap-2.4.so. New option --with-lber can be used to override the default liblber name. Fix a problem reporting the lber library from apu-N-config. - Suppress pgsql column-out-of-range warning. - Fix a buffer overrun and password matching for SHA passwords. - Introduce DSO handling of the db, gdbm and ndbm drivers, so these are loaded as .so's on first demand, unless --disable-util-dso is configured. - Fix a segfault in the DBD testcase when the DBD modules were not present. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 pkgsrc/devel/apr-util/Makefile cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/apr-util/distinfo
2009-06-04Pullup ticket 2780 - requested by tronspz14-346/+7
Security update Revisions pulled up: - pkgsrc/devel/cscope/Makefile 1.50 - pkgsrc/devel/cscope/distinfo 1.19 Files deleted: - pkgsrc/devel/cscope/patches/patch-ae - pkgsrc/devel/cscope/patches/patch-af - pkgsrc/devel/cscope/patches/patch-ag - pkgsrc/devel/cscope/patches/patch-ah - pkgsrc/devel/cscope/patches/patch-ai - pkgsrc/devel/cscope/patches/patch-aj - pkgsrc/devel/cscope/patches/patch-ak - pkgsrc/devel/cscope/patches/patch-al - pkgsrc/devel/cscope/patches/patch-am - pkgsrc/devel/cscope/patches/patch-an - pkgsrc/devel/cscope/patches/patch-ao - pkgsrc/devel/cscope/patches/patch-ap Module Name: pkgsrc Committed By: tron Date: Sat May 23 09:04:02 UTC 2009 Modified Files: pkgsrc/devel/cscope: Makefile distinfo Removed Files: pkgsrc/devel/cscope/patches: patch-ae patch-af patch-ag patch-ah patch-ai patch-aj patch-ak patch-al patch-am patch-an patch-ao patch-ap Log Message: Update "cscope" package to version 15.7a. This version fixes the security vulnerability reported in CVE-2009-0148. To generate a diff of this commit: cvs rdiff -u -r1.49 -r1.50 pkgsrc/devel/cscope/Makefile cvs rdiff -u -r1.18 -r1.19 pkgsrc/devel/cscope/distinfo cvs rdiff -u -r1.10 -r0 pkgsrc/devel/cscope/patches/patch-ae cvs rdiff -u -r1.9 -r0 pkgsrc/devel/cscope/patches/patch-af cvs rdiff -u -r1.6 -r0 pkgsrc/devel/cscope/patches/patch-ag \ pkgsrc/devel/cscope/patches/patch-ai cvs rdiff -u -r1.7 -r0 pkgsrc/devel/cscope/patches/patch-ah cvs rdiff -u -r1.4 -r0 pkgsrc/devel/cscope/patches/patch-aj cvs rdiff -u -r1.3 -r0 pkgsrc/devel/cscope/patches/patch-ak \ pkgsrc/devel/cscope/patches/patch-al pkgsrc/devel/cscope/patches/patch-ap cvs rdiff -u -r1.2 -r0 pkgsrc/devel/cscope/patches/patch-am \ pkgsrc/devel/cscope/patches/patch-an pkgsrc/devel/cscope/patches/patch-ao
2009-05-30Pullup ticket #2781 - requested by hetron6-6/+81
libffi: portability fix Revisions pulled up: - devel/libffi/Makefile 1.11 via patch - devel/libffi/distinfo 1.12 - devel/libffi/patches/patch-aa 1.8 - devel/libffi/patches/patch-ae 1.1 - devel/libffi/patches/patch-af 1.1 - devel/libffi/patches/patch-ag 1.1 --- Module Name: pkgsrc Committed By: he Date: Tue May 26 12:27:12 UTC 2009 Modified Files: pkgsrc/devel/libffi: Makefile distinfo pkgsrc/devel/libffi/patches: patch-aa Added Files: pkgsrc/devel/libffi/patches: patch-ae patch-af patch-ag Log Message: Update from version 3.0.8nb1 to 3.0.8nb2. Pkgsrc changes: o Add portability to the various mips-based NetBSD ports. The self-tests even complete without any unexpected failures.
2009-05-22Pullup ticket #2776 - requested by hetron3-3/+18
libffi: build fix Revisions pulled up: - devel/libffi/Makefile 1.10 - devel/libffi/distinfo 1.11 - devel/libffi/patches/patch-aa 1.7 --- Module Name: pkgsrc Committed By: rh Date: Fri Apr 17 22:45:52 UTC 2009 Modified Files: pkgsrc/devel/libffi: Makefile distinfo Added Files: pkgsrc/devel/libffi/patches: patch-aa Log Message: Attempt to make this build on NetBSD/powerpc. While at it, correctly set INFO_FILES to 'yes'. Bump PKGREVISION.
2009-05-01Pullup ticket #2752 - requested by tacatron1-4/+4
ruby18-base: security update ruby18-curses: security update ruby18-tk: security update Revisions pulled up: - lang/ruby/rubyversion.mk 1.45 - lang/ruby18-base/Makefile 1.50 - lang/ruby18-base/distinfo 1.36 - lang/ruby18-base/patches/patch-dg delete - lang/ruby18-base/patches/patch-dh delete - lang/ruby18-base/patches/patch-dj delete - devel/ruby-curses/distinfo 1.18 - x11/ruby-tk/distinfo 1.21 --- Module Name: pkgsrc Committed By: taca Date: Thu Apr 16 17:10:17 UTC 2009 Modified Files: pkgsrc/lang/ruby: rubyversion.mk Log Message: Bump Ruby 1.8.7's patch level to 160. --- Module Name: pkgsrc Committed By: taca Date: Thu Apr 16 17:11:12 UTC 2009 Modified Files: pkgsrc/lang/ruby18-base: Makefile distinfo Removed Files: pkgsrc/lang/ruby18-base/patches: patch-dg patch-dh patch-dj Log Message: Update ruby18-base-1.8.7.160 (1.8.7-p160). This release is counterpart of 1.8.6-p368, so many bugs are fixed since the latest 1.8.7. Check the ChangeLog for more details. Especialy, including workarounds for CVE-2007-1558 and CVE-2008-1447. --- Module Name: pkgsrc Committed By: taca Date: Thu Apr 16 17:12:18 UTC 2009 Modified Files: pkgsrc/devel/ruby-curses: distinfo Log Message: Update distinfo refelecting update to Ruby 1.8.7-p160. --- Module Name: pkgsrc Committed By: taca Date: Thu Apr 16 17:12:42 UTC 2009 Modified Files: pkgsrc/x11/ruby-tk: distinfo Log Message: Update distinfo refelecting update to Ruby 1.8.7-p160.
2009-04-14Pullup ticket #2734 - requested by cubetron2-8/+9
ptlib: package list fix Revisions pulled up: - devel/ptlib/Makefile 1.8 - devel/ptlib/PLIST 1.6 --- Module Name: pkgsrc Committed By: cube Date: Mon Apr 13 18:34:25 UTC 2009 Modified Files: pkgsrc/devel/ptlib: Makefile PLIST Log Message: Fix PLIST, bump PKGREVISION. PR#41199 by Bernd Ernesti.
2009-04-07Pullup ticket #2727 - requested by joergtron1-4/+4
epydoc: fix destdir support Revisions pulled up: - devel/epydoc/Makefile 1.12 --- Module Name: pkgsrc Committed By: joerg Date: Mon Apr 6 17:02:15 UTC 2009 Modified Files: pkgsrc/devel/epydoc: Makefile Log Message: Fix destdir.
2009-04-04Add "gdb6-tui" option for building the tui application.wiz3-7/+21
On by default, so no change to the package. Slight pkglint cleanup while here. Requested by Jake Kupersmith on pkgsrc-users.
2009-04-04Fix the dependency on p5-perl-ldap to use the correct directory.he2-4/+4
Fixes a build problem, so no revision bump. OK'ed by wiz@
2009-04-03Do *not* preserve file mode bits. The tarballs have 0777 permissions forjoerg1-3/+3
the directories and all implementations of tar but pax-as-tar honour those when running as root.
2009-04-02Update dependency versions to match configure script.wiz1-1/+3
pango mismatch noted by reed@.
2009-03-30Updated devel/cpuflags to 1.41abs2-4/+4
Treat all Atoms as '-march=core2 -mtune=pentium'
2009-03-27bzr 1.13.1 2009-03-19epg2-8/+7
--------------------- A couple regessions where found in the 1.13 release. The pyrex-generated C extensions are missing from the .tar.gz and .zip files. Documentation on how to generate GNU ChangeLogs is wrong. BUG FIXES: * Change ``./bzr``'s ``_script_version`` to match ./bzrlib/__init__.py version_info. (Bob Tanner, Martin Pool, #345232) * Distribution archives for 1.13 do not contain generated C extension modules (Jean-Francois Roy, Bob Tanner, #344465) * GNU ChangeLog output can now be produced by bzr log --format gnu-changelog is incorrect (Deejay, Bob Tanner, Martin Pool, Robert Collins, #343928) * ``merge --force`` works again. (Robert Collins, #342105)
2009-03-26Make ucpp actually buildable.joerg3-15/+27
2009-03-25Bump PKGREVISION following the update of textproc/icu, and thehe5-5/+10
corresponding change of ABI. OK'ed by wiz@ (as was the textproc/icu update).
2009-03-23PR 40405: Change soname logic for DragonFly to follow the normal majorjoerg6-199/+300
only scheme. Properly distinguish FreeBSD and DragonFly case to prevent further confusion. Differs from the patch in the PR as it forces the correct branch to be used. Bump revision of libtool-base. Claim ownership.
2009-03-23Drop MAINTAINER as per request from existing MAINTAINER.darcy2-4/+4
2009-03-23Fix the build under Mac OS X PowerPC by disabling the assembler routines.tron2-6/+23
2009-03-22Adding patch to fix RT #44028: temporary file deleted to early insno2-1/+19
compiler detection. Oked by joerg@ and rhaen@
2009-03-22Update to 0.3.16:wiz3-23/+22
Version bump if's need else's. Fix previous commit Wrap force_align_arg_pointer in HAVE_I386 Add AltiVec detection support for OpenBSD Fix double free on failed arm_init Add SSE detection support for OpenBSD init: shortcut benchmarking, if there is only one runable implementation. Add x86_64/amd64 to unaligned access whitelist Add cris to unaligned access whitelist remove ltdl.m4 Clean up function prototypes used for casting bump version Remove ' DATA' from symbol list Add srcdir to includes for out-of-source builds Fix cpu detection on OS/X Add avg2_32xn_u8
2009-03-22Update to 0.81.1: FreeBSD fix.wiz3-13/+12
2009-03-22Remove msgfmtstrip scripts and targets using them, now that thewiz4-58/+4
infrastructure supports this properly (thanks joerg!).
2009-03-22Don't hardcode /bin/bash, /bin/sh is sufficient.wiz4-3/+51
Some shell code cleanups while here. Tested by apb. Bump PKGREVISION.
2009-03-22Update to 2.26.0.snj3-10/+13
Changes in 2.26.0: * Fix distcheck * Fix valgrind warning * Translation updates (Thanks to all tranlators!) Changes in 2.25.92: * #566801 Docking+undocking all makes the buttons disappear and crashes if you use "Reset dock layout" (Sebastien Granjoux) * #573522 More patches for GDL (Joel Holdsworth) * Small documentation update Changes in 2.25.91: * Added some gtk-doc documentation (Joel Holdsworth) * Cleaned-up gtk+ includes (Pedro Fragoso)
2009-03-22Add comment explaining why subversion isn't at 1.6.0 yet:gdt1-1/+5
# As of 2009-03-22 gdt@NetBSD.org knows 1.6.0 is out, but is # intentionally waiting until post-2009Q1 and until there is enough # experience with 1.6.0 before subjecting pkgsrc users to it. Update # will probably come mid to late April; comments welcome.
2009-03-22Add & enable p5-Moose-Autoboxseb1-1/+2
2009-03-22Initial import of p5-Moose-Autobox version 0.09 in the NetBSDseb3-0/+34
Packages Collection. The Perl 5 module Moose::Autobox provides an implementation of SCALAR, ARRAY, HASH & CODE for use with autobox. It does this using a hierarchy of roles in a manner similar to what Perl 6 might do. This module, like Class::MOP and Moose, was inspired by my work on the Perl 6 Object Space, and the 'core types' implemented there.
2009-03-22Add & enable p5-autobox-Coreseb1-1/+2
2009-03-22Initial import of p5-autobox-Core version 0.6 in the NetBSD Packagesseb3-0/+41
Collection. The Perl 5 module autobox::Core wraps perl's built-in functions for manipulating numbers, strings, arrays, hashes, and code references. It can be handy to use built-in functions as methods to avoid messy dereferencing syntaxes and parentheses pile ups. The autobox module lets you call methods in scalars that aren't object references but perl but does not itself provide any methods to call. That is left to the user or another module, for example, autobox::Core. autobox::Core is a stub module. It is merely glue, presenting existing functions with a new interface. Besides built-ins that operate on hashes, arrays, scalars, and code references, some Perl 6-ish things were thrown in, and some keyword like foreach have been turned into methods.
2009-03-22Add & enable p5-autoboxseb1-1/+2
2009-03-22Initial import of p5-autobox version 2.55 in the NetBSD Packagesseb3-0/+39
Collection. The Perl 5 module autobox provides an autobox pragma. It allows methods to be called on integers, floats, strings, arrays, hashes, and code references in exactly the same manner as blessed references. The autoboxing is transparent: boxed values are not blessed into their (user-defined) implementation class (unless the method elects to bestow such a blessing) - they simply use its methods as though they are. The classes (packages) into which the native types are boxed are fully configurable. By default, a method invoked on a non-object is assumed to be defined in a class whose name corresponds to the ref() type of that value - or SCALAR if the value is a non-reference. This mapping can be overriden by passing key/value pairs to the use autobox statement, in which the keys represent native types, and the values their associated classes.
2009-03-22Update to 1.6.0:wiz2-7/+7
============= Version 1.6.0 ============= What's New ========== - Fixed selection interface in interface viewer plugin (bug #574783). - Added an informative window title (bug #574103). - Fixed empty padding issue in prefs dialog (bug #574101). - Ported script recorder to gtksourceview2 (bug #574100). - Don't allow the set_range to change the value of our accessible (bug #572201). New And Updated Translations ============================ - Lucas Lommer (cs) - Ask Hjorth Larsen (da) - Hendrik Richter (de) - Marios Zindilis (el) - David Lodge (en_GB) - Ilkka Tuohela (fi) - Claude Paroz (fr) - Suso Baleato (gl) - Milo Casagrande (it) - Takeshi AIHANA (ja) - Vytautas Rėkus (lt) - Ani Peter (ml) - wadim dziedzic (pl) - Rui Batista (pt) - Yuri Kozlov (ru) - Baris Cicek (tr) ============== Version 1.5.91 ============== What's New ========== - Provide a $srcdir (bug #570332). - Don't use _() in i18n.py. New And Updated Translations ============================ - Iñaki Larrañaga Murgoitio (eu) - Gabor Kelemen (hu) - Manoj Kumar Giri (or) - Tomasz Dominikowski (pl) - Duarte Loreto (pt) - Laurent Dhima (sq) - Theppitak Karoonboonyanan (th) - Clytie Siddall (vi) ============= Version 1.5.9 ============= What's New ========== - Updated translations. - Fixed bug #563284. Deleting editable text using the interface viewer plugin will now function as expected. - Fixed bug #520296. Added context for "Bookmarks" for translation. - Fixed bug #569341. Use C_() instead of Q_() for translation. - Updated PO files for msgctx. New And Updated Translations ============================ - Daniel Nylander (sv) - Gil Forcada (ca) - Joan Duran (ca) - Alexander Shopov (bg) - Chao-Hsiung Liao (zh_HK, zh_TW) - Jorge Gonzalez (es) - Kjartan Maraas (nb) ============= Version 1.5.5 ============= What's New ========== - Updated translations. - Fixed bug #547778. Trunk fails to build. New And Updated Translations ============================ - Marios Zindilis (el) ============= Version 1.5.4 ============= What's New ========== - Updated translations. - Fixed bug #564776. Accessible names that contain an ampersand (&) or a less-than (<) character will now be shown in the interface viewer plugin. New And Updated Translations ============================ - Gabor Kelemen (hu) - Funda Wang (zh_CN) - Daniel Nylander (sv) ============= Version 1.5.2 ============= What's New ========== - Updated translations. - Added proper context to the term 'View' for i18n (bug #520296). Thanks Wouter Bolsterlee! - No longer highlight the entire desktop when a node is updated to the desktop. - Disable event monitoring if the event being listened for disappears. - Catch exceptions when getting states during state changes. - Do not highlight an accessible on the desktop if the duration it is selected is 0. - Fixed bug #555416. Set process name to 'accerciser'. - Fixed bug #555108. Changed "left plugin display area" to "right plugin display area". Thanks Lucas Lommer! - Fixed bug #561598. Display each target of a relation instead of displaying the first target repeatedly. New And Updated Translations ============================ - Petr Kovar (cs) - Jorge González (es) - Kjartan Maraas (nb)
2009-03-22Update to 1.2.1:wiz3-27/+6
This is a bugfix release. * fixed version number build from tarball * fix allow_read logic for hgweb * improve handling of damaged revlogs in verify * keep .orig files when resolving * clear resolve state properly when rebasing * improve --command handling with bisect * fix diff against bundles * improve fetch logic for inactive branches * fix diffstat with notify * fix 'synthetic file adds' in CVS conversion
2009-03-22Add & enable p5-Hash-Util-FieldHash-Compatseb1-1/+2
2009-03-22Initial import of p5-Hash-Util-FieldHash-Compat version 0.03 in theseb3-0/+42
NetBSD Packages Collection. The Perl 5 module Hash::Util::FieldHash::Compat use Hash::Util::FieldHash or ties, depending on availability. Under older perls this module provides a drop in compatible api to Hash::Util::FieldHash using perltie. When Hash::Util::FieldHash is available it will use that instead. This way code requiring field hashes can benefit from fast, robust field hashes on Perl 5.10 and newer, but still run on older perls that don't ship with that module. See Hash::Util::FieldHash for all the details of the API.
2009-03-22give up maintainershipjschauma1-2/+2
2009-03-21+ coccinelle. Sort.wiz1-2/+3
2009-03-21Initial import of coccinelle-0.1.6:wiz5-0/+155
The Linux operating system (OS) is evolving rapidly to improve performance and to provide new features. This evolution, however, makes it difficult to maintain platform-specific code such as device drivers. Indeed, an evolution in a driver support library often triggers the need for multiple collateral evolutions in dependent device drivers, to bring the drivers up to date with the new library API. Currently, collateral evolutions are mostly done manually. The large number of drivers, however, implies that this approach is time-consuming and unreliable, leading to subtle errors when modifications are not done consistently. Moreover, as these collateral evolutions are often poorly documented, the resulting maintenance is difficult and costly, frequently introducing errors. If a driver maintainer becomes unavailable, the driver quickly falls behind the rest of the OS. In this project, we propose a language-based approach to address the problem of collateral evolution in drivers. Specifically, we are developing the development environment, Coccinelle, that provides a transformation language for precisely expressing collateral evolutions and an interactive transformation tool for applying them. The key idea of Coccinelle is to shift the burden of collateral evolution from the driver maintainer to the OS developer who performs the original OS evolution, and who thus understands this evolution best. In our vision, the OS developer first uses the Coccinelle transformation language to write a semantic patch describing the required collateral evolution in device drivers and then uses the Coccinelle transformation tool to validate the semantic patch on the drivers in the Linux source distribution. When he has confidence in the correctness of the semantic patch, he distributes it for use by the maintainers of other drivers. Overall, Coccinelle will provide a means for formally documenting collateral evolutions and for easing the application of these evolutions to driver code.
2009-03-21Updating Term::ReadLine::Gnu to 1.19. Changes since 1.18:sno2-6/+6
1.19 2009-03-21 - make sure the outstream fd inside the readline library is in sync (see http://bugs.debian.org/236018) - fixes to be more CPAN Testers friendly - t/readline.t does not use visible bell for "make test" - Makefile.PL requires perl 5.7.0 or later. (Use Term::ReadLine::Gnu-1.09 for older Perl.) - Makefile.PL exits 0 when /dev/tty cannot be opened. - INSTALL add description of the -DPERL_USE_SAFE_PUTENV issue. If you encounter a segmentation fault, read it. Oked by he@
2009-03-21Updating Parse::CPAN::Meta to 0.05. Changes since 0.04:sno2-6/+6
0.05 Wed 11 Mar 2009 - Upgrade previous release to a stable release. 0.04_01 Tue 3 Mar 2009 - Merge Unicode / BOM fixes from YAML::Tiny Oked by he@
2009-03-21Update Module::Pluggable to 3.9. Changes since 3.8:sno2-7/+6
2009-03-02 - 3.9 Allow inner packages when in a one file situation (suggestion from Christopher Brown) Fix bug with requiring skipped packages (from Jos Boumans) Oked by he@
2009-03-21Update p5-File-HomeDir to 0.84. Changes since 0.82:sno2-6/+6
0.84 Wed 11 Mar 2009 - Adds support for $ENV{HOME} on Darwin - Other bug fixes on Darwin (MIYAGAWA) 0.83_01 Sat 1 Nov 2008 - Patch from Darin McBride to fix user_home on Darwin. Oked by he@
2009-03-21Fix PR pkg/40944 by using the Module::Build from Perl's Core as default.sno1-2/+2
Oked by tron@ and he@
2009-03-21+valideahoka1-1/+2
2009-03-21Import valide-0.4.0 as devel/valide.ahoka5-0/+271
Val(a)IDE is an Integrated Development Environment (IDE) for the Vala programming language. Features: * Syntax highlighting for Vala * Project compilation * Plugins: o Symbols browser o Tasks manager
2009-03-21Remove MAINTAINER at their request.darcy3-20/+19
Fixed up a few things so that it passes pkglint.
2009-03-21Update from version 0.08 to version 0.10.seb2-11/+10
Pkgsrc changes: - adjust dependencies Upstream changes: 0.10 Fri March 06 17:34:00 EST 2009 - Removed unneeded debugging code from one of the tests, which was causing installation errors for people that didn't already have Data::Dump installed. (jjnapiork) 0.09 ... - Added MooseX::Types::Util::has_available_type_export($p, $n) to allow introspection of available types for other libraries wanting to use type export names for type specifications.