Commit graph

9032 commits

Author SHA1 Message Date
xtraeme
7458fc5c7c Add Event::RPC, DESCRiption:
Event::RPC supports you in developing Event based networking client/server
applications with transparent object/method access from the client to the
server. Network communication is optionally encrypted using IO::Socket::SSL.
Several event loop managers are supported due to an extensible API.
Currently Event and Glib are implemented.
2006-08-20 20:04:57 +00:00
wiz
50300c61ed Fix PLIST for non-standard GNU_PROGRAM_PREFIX settings.
From John Heasley in PR 34233.
2006-08-19 00:04:45 +00:00
wiz
0372997237 Update to 2.12.2:
Overview of Changes from GLib 2.12.1 to GLib 2.12.2
===================================================

* Unicode updates:
 - Normalization is following Unicode TR #29
 - g_unichar_isxdigit() only accept characters
   for which g_unichar_xdigit_value() returns a value
 - g_unichar_toupper and g_unichar_tolower leave
   unconvertable characters in place instead of
   replacing them by NUL

* Bugs fixed
 348491 g_utf8_strup() and g_utf8_strdown() returns
        string with NUL bytes
 349825	GKeyFile always inserts a newline before a group
 347842	g_unichar_isxdigit() is too general about what
        it considers a digit
 348694	g_utf8_normalize() hasn't been updated to PR #29
 348785	Hint about G_DEBUG in Message Logging docs
 349792	Wrong english string (UI)
 349952	gparamspecs.c uses gcc feature

* Translation updates (ca,cs,de,dz,es,eu,fi,gu,ko,
  nl,pl,tr,uk,zh_HK,zh_TW)
2006-08-17 22:35:10 +00:00
rpaulo
826cd5f16f No changes, but keep in sync with cflow pkg. 2006-08-14 13:45:11 +00:00
rpaulo
d665acdc79 Update to version 1.1:
2006-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
        * THANKS: Add Louis Bertrand.

2006-06-12  Sergey Poznyakoff  <gray@gnu.org.ua>

        * src/output.c (set_level_mark): Fix allocation condition
        (output): Remove erroneous initialization of level_mark.

2006-03-15  Sergey Poznyakoff  <gray@gnu.org.ua>

        Fix bug spotted by Jerry St.Clair: incorrect handling of
        global/static and static/static name clashes.

        * src/parser.c (declare): Do not report name clashes
        if a static symbol overrides another static or global.
        (add_reference): Do not refer to static symbols if
        -i^s was used.
        * src/symbol.c: Change organization of the symbol table: the
        table entry contains struct table_entry, which contains a pointer
        to the head of the symbol list associated with the entry. Thus,
        deletions from the table can be handled in a more natural manner.
        All functions changed to reflect the change.
        (unlink_symbol): New function.
        (delete_symbol): Rewritten using unlink_symbol
        (delete_statics): always call static_processor
        * THANKS: Add Jerry St.Clair.
        * tests/Makefile.am: Add hiding.at, multi.at
        * tests/testsuite.at: Likewise.
        * tests/hiding.at: New testcase
        * tests/multi.at: New testcase
        * tests/fdecl.at, tests/funcarg.at, tests/include.at,
        tests/nfarg.at, tests/nfparg.at, tests/parm.at,
        tests/ssblock.at: Uniformly begin AT_SETUP text with a lowercase
        letter.

2005-11-03  Sergey Poznyakoff  <gray@gnu.org.ua>

        * build-aux/bootstrap: If file `.bootstrap' exists in the cwd and is
        readable, prepend its contents to the command line
        * src/parser.c (dcl): Fix bug introduced 2005-03-22
        * tests/nfarg.at: New test.
        * tests/nfparg.at: New test.
        * tests/Makefile.am: Add new tests.
        * tests/testsuite.at: Likewise

        * configure.ac: Raise version number to 1.1
        * NEWS: Likewise
        * THANKS: Add Shigio YAMAGUCHI.

2005-10-19  Sergey Poznyakoff  <gray@gnu.org.ua>

        * README: Minor fixes.
        * build-aux/gnulib.modules (snprintf): Add module

2005-10-15  Sergey Poznyakoff  <gray@gnu.org.ua>

        * THANKS: Add Nelson Beebe.
        * tests/atlocal.in: Make sure unsetting POSIXLY_CORRECT does not
        produce an error.
        * tests/version.at: Fix displaying version warning

        * po/pl.po,po/uk.po: Updated translations.

2005-10-05  Sergey Poznyakoff  <gray@gnu.org.ua>

        * src/cflow.h,src/main.c,src/parser.c,src/posix.c
        (omit_symbol_name_option): Rename to omit_symbol_names_option.

        * src/cflow.h (newline): New prototype
        * src/parser.c: Minor fixes
        * src/symbol.c: Minor fixes

        * doc/cflow.texi: Updated. Mention cflow2vcg and vcg tools.
        * src/cflow.h (enum symbol_flag): New type
        (struct symbol): Replace `int temp' with `enum symbol_flag flag'
        (delete_parms,move_parms): New functions
        * src/main.c: Rename --omit-symbol-name to --omit-symbol-name for
        consistency.
        * src/parser.c: Fix handling of function formal parameters:
        (parm_level): New variable
        (struct symbol): Replace `int temp' with `enum symbol_flag flag'
        (delete_parms,move_parms): New functions
        * src/main.c: Rename --omit-symbol-name to --omit-symbol-name for
        consistency.
        * src/parser.c: Fix handling of function formal parameters:
        (parm_level): New variable
        (parse_declaration): Call delete_parms
        (maybe_parm_list): Keep track of the parameter nesting level.
        (func_body): Call move_parms
        (declare): Special handling for parameters.
        * src/symbol.c (install): Initialize sym->flag
        (temp_processor): Use s->flag
        (delete_parms,move_parms): New functions

        * tests/parm.at: New testcase
        * tests/Makefile.am: Add parm.at
        * tests/testsuite.at: Likewise

2005-10-04  Sergey Poznyakoff  <gray@gnu.org.ua>

        * doc/cflow.texi: Fix posix output
        * src/parser.c (parse_struct): Removed function
        * src/cflow.h (omit_arguments_option,omit_symbol_name): New
        options.
        * src/main.c: Likewise.
        * src/parser.c (save_stack): Rewritten. Save only stack positions,
        do not create character string
        (undo_save_stack,finish_save_stack): New functions
        (finish_save): Removed
        * src/posix.c (print_symbol_type): Updated to match new
        finish_save_stack strategy.
2006-08-14 13:44:43 +00:00
wiz
bc57368e4c Update to 0.9
bzr 0.9.0  2006-08-11

  SURPRISES:

   * The hard-coded built-in ignore rules have been removed. There are
     now two rulesets which are enforced. A user global one in
     ~/.bazaar/ignore which will apply to every tree, and the tree
     specific one '.bzrignore'.
     ~/.bazaar/ignore will be created if it does not exist, but with
     a more conservative list than the old default.
     This fixes bugs with default rules being enforced no matter what.
     The old list of ignore rules from bzr is available by
     running 'bzr ignore --old-default-rules'.
     (Robert Collins, Martin Pool, John Arbash Meinel)

   * 'branches.conf' has been changed to 'locations.conf', since it can apply
     to more locations than just branch locations.
     (Aaron Bentley)

  IMPROVEMENTS:

   * The revision specifier "revno:" is extended to accept the syntax
     revno:N:branch. For example,
     revno:42:http://bazaar-vcs.org/bzr/bzr.dev/ means revision 42 in
     bzr.dev.  (Matthieu Moy)

   * Tests updates to ensure proper URL handling, UNICODE support, and
     proper printing when the user's terminal encoding cannot display
     the path of a file that has been versioned.
     ``bzr branch`` can take a target URL rather than only a local directory.
     Branch.get_parent()/set_parent() now save a relative path if possible,
     and normalize the parent based on root, allowing access across
     different transports. (John Arbash Meinel, Wouter van Heyst, Martin Pool)
     (Malone #48906, #42699, #40675, #5281, #3980, #36363, #43689,
      #42517, #42514)

   * On Unix, detect terminal width using an ioctl not just $COLUMNS.
     Use terminal width for single-line logs from ``bzr log --line`` and
     pending-merge display.  (Robert Widhopf-Fenk, Gustavo Niemeyer)
     (Malone #3507)

   * On Windows, detect terminal width using GetConsoleScreenBufferInfo.
     (Alexander Belchenko)

   * Speedup improvement for 'date:'-revision search. (Guillaume Pinot).

   * Show the correct number of revisions pushed when pushing a new branch.
     (Robert Collins).

   * 'bzr selftest' now shows a progress bar with the number of tests, and
     progress made. 'make check' shows tests in -v mode, to be more useful
     for the PQM status window. (Robert Collins).
     When using a progress bar, failed tests are printed out, rather than
     being overwritten by the progress bar until the suite finishes.
     (John Arbash Meinel)

   * 'bzr selftest --benchmark' will run a new benchmarking selftest.
     'bzr selftest --benchmark --lsprof-timed' will use lsprofile to generate
     profile data for the individual profiled calls, allowing for fine
     grained analysis of performance.
     (Robert Collins, Martin Pool).

   * 'bzr commit' shows a progress bar. This is useful for commits over sftp
     where commit can take an appreciable time. (Robert Collins)

   * 'bzr add' is now less verbose in telling you what ignore globs were
     matched by files being ignored. Instead it just tells you how many
     were ignored (because you might reasonably be expecting none to be
     ignored). 'bzr add -v' is unchanged and will report every ignored
     file. (Robert Collins).

   * ftp now has a test server if medusa is installed. As part of testing,
     ftp support has been improved, including support for supplying a
     non-standard port. (John Arbash Meinel).

   * 'bzr log --line' shows the revision number, and uses only the
     first line of the log message (#5162, Alexander Belchenko;
     Matthieu Moy)

   * 'bzr status' has had the --all option removed. The 'bzr ls' command
     should be used to retrieve all versioned files. (Robert Collins)

   * 'bzr bundle OTHER/BRANCH' will create a bundle which can be sent
     over email, and applied on the other end, while maintaining ancestry.
     This bundle can be applied with either 'bzr merge' or 'bzr pull',
     the same way you would apply another branch.
     (John Arbash Meinel, Aaron Bentley)

   * 'bzr whoami' can now be used to set your identity from the command line,
     for a branch or globally.  (Robey Pointer)

   * 'bzr checkout' now aliased to 'bzr co', and 'bzr annotate' to 'bzr ann'.
     (Michael Ellerman)

   * 'bzr revert DIRECTORY' now reverts the contents of the directory as well.
     (Aaron Bentley)

   * 'bzr get sftp://foo' gives a better error when paramiko is not present.
     Also updates things like 'http+pycurl://' if pycurl is not present.
     (John Arbash Meinel) (Malone #47821, #52204)

   * New env variable BZR_PROGRESS_BAR, sets the default progress bar type.
     Can be set to 'none' or 'dummy' to disable the progress bar, 'dots' or
     'tty' to create the respective type. (John Arbash Meinel, #42197, #51107)

   * Improve the help text for 'bzr diff' to explain what various options do.
     (John Arbash Meinel, #6391)

   * 'bzr uncommit -r 10' now uncommits revisions 11.. rather than uncommitting
     revision 10. This makes -r10 more in line with what other commands do.
     'bzr uncommit' also now saves the pending merges of the revisions that
     were removed. So it is safe to uncommit after a merge, fix something,
     and commit again. (John Arbash Meinel, #32526, #31426)

   * 'bzr init' now also works on remote locations.
     (Wouter van Heyst, #48904)

   * HTTP support has been updated. When using pycurl we now support
     connection keep-alive, which reduces dns requests and round trips.
     And for both urllib and pycurl we support multi-range requests,
     which decreases the number of round-trips. Performance results for
     ``bzr branch http://bazaar-vcs.org/bzr/bzr.dev/`` indicate
     http branching is now 2-3x faster, and ``bzr pull`` in an existing
     branch is as much as 4x faster.
     (Michael Ellerman, Johan Rydberg, John Arbash Meinel, #46768)

   * Performance improvements for sftp. Branching and pulling are now up to
     2x faster. Utilize paramiko.readv() support for async requests if it
     is available (paramiko > 1.6) (John Arbash Meinel)

  BUG FIXES:

    * Fix shadowed definition of TestLocationConfig that caused some
      tests not to run.  (#32587, Erik Bågfors, Michael Ellerman,
      Martin Pool)

    * Fix unnecessary requirement of sign-my-commits that it be run from
      a working directory.  (Martin Pool, Robert Collins)

    * 'bzr push location' will only remember the push location if it succeeds
      in connecting to the remote location. (#49742, John Arbash Meinel)

    * 'bzr revert' no longer toggles the executable bit on win32
      (#45010, John Arbash Meinel)

    * Handle broken pipe under win32 correctly. (John Arbash Meinel)

    * sftp tests now work correctly on win32 if you have a newer paramiko
      (John Arbash Meinel)

    * Cleanup win32 test suite, and general cleanup of places where
      file handles were being held open. (John Arbash Meinel)

    * When specifying filenames for 'diff -r x..y', the name of the file in the
      working directory can be used, even if its name is different in both x
      and y.

    * File-ids containing single- or double-quotes are handled correctly by
      push.  (#52227, Aaron Bentley)

    * Normalize unicode filenames to ensure cross-platform consistency.
      (John Arbash Meinel, #43689)

    * The argument parser can now handle '-' as an argument. Currently
      no code interprets it specially (it is mostly handled as a file named
      '-'). But plugins, and future operations can use it.
      (John Arbash meinel, #50984)

    * Bundles can properly read binary files with a plain '\r' in them.
      (John Arbash Meinel, #51927)

    * Tuning iter_entries() to be more efficient (John Arbash Meinel, #5444)

    * Lots of win32 fixes (the test suite passes again).
      (John Arbash Meinel, #50155)

    * Handle openbsd returning None for sys.getfilesystemencoding() (#41183)

    * Support ftp APPE (append) to allow Knits to be used over ftp (#42592)

    * Removals are only committed if they match the filespec (or if there is
      no filespec).  (#46635, Aaron Bentley)

    * smart-add recurses through all supplied directories
      (John Arbash Meinel, #52578)

    * Make the bundle reader extra lines before and after the bundle text.
      This allows you to parse an email with the bundle inline.
      (John Arbash Meinel, #49182)

    * Change the file id generator to squash a little bit more. Helps when
      working with long filenames on windows. (Also helps for unicode filenames
      not generating hidden files). (John Arbash Meinel, #43801)

    * Restore terminal mode on C-c while reading sftp password.  (#48923,
      Nicholas Allen, Martin Pool)

    * Timestamps are rounded to 1ms, and revision entries can be recreated
      exactly. (John Arbash Meinel, Jamie Wilkinson, #40693)

    * Branch.base has changed to a URL, but ~/.bazaar/locations.conf should
      use local paths, since it is user visible (John Arbash Meinel, #53653)

    * ``bzr status foo`` when foo was unversioned used to cause a full delta
      to be generated (John Arbash Meinel, #53638)

    * When reading revision properties, an empty value should be considered
      the empty string, not None (John Arbash Meinel, #47782)

    * ``bzr diff --diff-options`` can now handle binary files being changed.
      Also, the output is consistent when --diff-options is not supplied.
      (John Arbash Meinel, #54651, #52930)

    * Use the right suffixes for loading plugins (John Arbash Meinel, #51810)

    * Fix Branch.get_parent() to handle the case when the parent is not
      accessible (John Arbash Meinel, #52976)

XXX: 5 self tests fail, see
https://launchpad.net/products/bzr/+bug/56290
2006-08-13 23:47:38 +00:00
minskim
ae80c43dc6 Fix a check-interpreter error. Bump PKGREVISION. 2006-08-13 10:12:27 +00:00
wiz
57f064068e Update to 0.5.0, provided by the new maintainer, Shaun Amott, in PR 34190.
New features in this release (compared to 0.5.0rc2):

   - Support for arithmetic on single-character constants.
   - Support for OUTPUT_FORMAT as an alias for YASM_OBJFMT.
   - A couple of other bugfixes.

New features in this release (compared to 0.5.0rc1):

   - Support for CodeView 8.0 source debugging (as used by Visual Studio
     2005).
   - Fixed -I support to properly handle relative paths (now the search
     pattern is essentially identical to most C compilers). This change is
     backwards incompatible (to both NASM and earlier Yasm versions), but
     is much more consistent.
   - Standard macros that provide version information: __YASM_MAJOR__,
     __YASM_MINOR__, __YASM_SUBMINOR__, __YASM_BUILD__, __YASM_VERSION_ID__
     and __YASM_VER__.

New features in this release (compared to 0.4.0) include:

   - Aliases for AMD64 object formats: "win64" and "elf64" (these
     automatically set the machine to "amd64").
   - "x64" alias for Win64 object format (for easier use with Visual
     Studio).
   - DWARF2 debugging format (enable with "-g dwarf2").
   - GAS parser good enough to take GCC output for both AMD64 and 32-bit
     x86 (including DWARF2 debug information).
   - Dozens of bugfixes in x86 and AMD64 support.
   - Specifying "amd64" as the machine (or using a 64-bit object format)
     automatically sets BITS 64.

Known issues with this release include:

   - List output is buggy and often outright wrong.
   - The optimizer is a very basic 2-pass style and generates inefficient
     (large) code at times.
   - The binary object format does not yet support sections other than
     .text, .bss, and .data, unlike newer versions of NASM (see Trac bug
     #71).
2006-08-12 21:05:06 +00:00
wiz
6c3d2ea61c Add buildlink3.mk file. 2006-08-11 15:47:30 +00:00
wiz
c386e6911e + equeue 2006-08-11 15:45:49 +00:00
wiz
86111bc7a7 Initial import of equeue-2.1.3:
Equeue is a library for OCaml, providing a generic event queue
module and a specific module for file descriptor events. Furthermore,
this library has been merged with the Shell library implementing
the invocation of external commands including pipelines and
redirections.
2006-08-11 15:42:30 +00:00
wiz
70ff2db159 ocaml-findlib-register is used during bin-install, so
it is needed during installation. Use DEPENDS instead of BUILD_DEPENDS on
ocaml-findlib for this reason. Bump PKGREVISION.
2006-08-11 15:03:08 +00:00
drochner
6e7e302c21 remove --with-html-dir so that the gtk-doc files are found by devhelp,
bump PKGREVISION
2006-08-11 09:38:46 +00:00
drochner
fedf45c01e install gtk-doc generated API documentation at the default location,
so that it is found by "devhelp"
bump PKGREVISION
2006-08-10 17:44:11 +00:00
wiz
d78032e4b1 Update to 1.14.0:
Overview of changes between 1.13.5 and 1.14.0
==============================================
* Make pango-view accept non-ASCII --text.
* Require cairo-1.2.2 for the important bug fixes it has.

Overview of changes between 1.13.4 and 1.13.5
==============================================
* Indic shaper improvements.
* Misc fixes.
* Bugs fixed in this release:
	Bug 121672 – Ra (vattu) not rendered properly in Malayalam
	             Patch from LingNing Zhang
	Bug 335811 – Some conjugates of Malayalam are wrong.
	             Patch from LingNing Zhang

Overview of changes between 1.13.3 and 1.13.4
==============================================
* Update to Unicode Character Database 5.0.0.
* Misc fixes.
* Bugs fixed in this release:
	Bug 336282 – Update to Unicode Character Database 5.0.0
	Bug 347073 – Allow empty GPOS table
	Bug 347021 – atsui crash when a matching font cannot be found.
	             Patch from Brian Tarricone.

Overview of changes between 1.13.2 and 1.13.3
==============================================
* Improved build system.  Using gnome-autogen.sh now.
  (gnome-common needed for bootstrapping)
* Improved documentation.  Docs now include list of new API for
  each stable version of Pango.
* New public API:
	- pango_glyph_string_get_width
* Little performance improvement.
* Misc fixes.
* Bugs fixed in this release:
	Bug 330603 – pango_scan_int invokes undefined behaviour
	Bug 315599 – PangoAttribute remains in wrong context.
	Bug 163677 – pango_attr_list_splice: inconsistent docs
		     Patch from Morten Welinder
	Bug 345070 – [ml_IN] not render for combination with ZWJ
		     Patch from LingNing Zhang
	Bug 345274 – list of new symbols for each version is missing in docs
		     Patch from Priit Laes
	Bug 346297 – autogen doesn't work with automake-1.6
		     Patch from Priit Laes
	Bug 135683 – Cache glyphstring extents
	Bug 344766 – Memory leak in get_ruleset() in modules/basic/basic-fc.c
	Bug 345600 – cvs build error in pango/opentype/Makefile
	Bug 345511 – -no-undefined problem with new libtool

Overview of changes between 1.13.1 and 1.13.2
==============================================
* Improved hexbox drawing, and font metrics calculations.
* Synthesize italic variants on win32 [Hans Breuer]
* New public API:
	- pango_cairo_show_error_underline
	- pango_cairo_error_underline_path
	- pango_font_describe_with_absolute_size
* Misc fixes.
* Bugs fixed in this release:
	Bug 326960 – hex box drawing for win32 and atsui backends of cairo
	Bug 343717 – License information in unclear.
	Bug 343355 – Add pango_cairo_show_error_underline &
	             pango_cairo_error_underline_path
	Bug 343966 – pango Cygwin build fixes
	             Patch from Cygwin Ports maintainer.
	Bug 343796 – Italic Chinese character can't be show correctly in
	             Win32.
	Bug 314114 – max_x_advance not appropriate for
	             approximate_(char|digit)_width
	Bug 341138 – Using TTC font, Gtk2 programs begin to eating big memory
	             and have many cpu usage.
	             Patch from Yong Li.
	Bug 336153 – Mark to mark positioning (Lookup Type 6) isn't correct
	             when using MarkAttchmentType
	             Patch from Tin Myo Htet.
	Bug 333984 – pango_language_from_string improvements
	Bug 125378 – Better underline thickness handling
	Bug 339730 – Pango needlessly falls back away from a Type 1 font into
	             a TTF font
	Bug 342562 – Support absolute sizes in
	             pango_font_description_to/from_string
	Bug 341922 – pango should handle more characters as zero width
	             Patch from Roozbeh Pournader
	Bug 342525 – With PangoFc and PangoWin32, approximate digit width is
	             not what it says
	Bug 342079 – pangoatsui-private.h missing from release

Overview of changes between 1.13.0 and 1.13.1
==============================================
* Increased robustness against broken pango.modules
* Improved build infrastructure:
  - Remove CAIRO_CFLAGS from pangocairo.pc.in, as it Require's cairo already.
  - Use -no-undefined on Unix too.
* Improved documentation.
* Misc fixes.
* Bugs fixed in this release:
	Bug 307196 – Unhinted fonts are measured incorrectly and drawing
	             problems occur as a result
	Bug 329547 – pango_layout_get_pixel_extents and
	             pango_layout_get_pixel_size cause off-by-one metrics
	Bug 339747 – pango_font_metrics_get_approximate_digit_width docs
	Bug 339749 – pango_language_from_string issues
	             Patch from Morten Welinder.
	Bug 333771 – Use gmodule-no-export-2.0 instead of gmodule-2.0 in
	             pango-uninstalled.pc.in
	Bug 337594 – pango_glyph_string_extents_range possible bug
	Bug 329664 – Move gunichar_to_glyph cache from PangoCairoFcFont to
	             PangoFcFont
	             Patch from LingNing Zhang.
	Bug 322374 – Examples does not build on MacOS X
	Bug 340229 – pango_font_description_from_string does not do bound
	             checking
	Bug 329483 – hinting hexbox in cairo backend doesn't handle absolute
	             font size
	Bug 340040 – pangocairo hex box hinting falls apart with PS/PDF
	             backends
	Bug 71033 – make size 0 fonts work

Overview of changes between 1.12.0 and 1.13.0
==============================================
* Fix incorrect rendering when in x86 64-bit precision mode
  https://bugs.freedesktop.org/show_bug.cgi?id=5200
* Fix non-OpenType fonts losing kerning in 1.12.0 [#336026, Denis Jacquerye]
* Fix blurred underlines on Win32 [#332656, Tor Lillqvist]
* Build fix when having both Win32 and FreeType cairo backends available
  [#337502, Alexander Larsson]
* Moved the OpenType Layout code into a new project called HarfBuzz:
  http://www.freedesktop.org/wiki/Software/HarfBuzz
* Improved documentation.
* Misc bug fixes.
* Fixed many compiler warnings.
* Bugs fixed in this release:
  332656,335840,334802,337029,337821,338343
2006-08-10 16:12:59 +00:00
abs
0adf0831e3 +p5-Data-Dump 2006-08-10 14:15:48 +00:00
abs
412c348436 Import devel/Data-Dump-1.06
This module provides a single function called dump() that takes a
list of values as its argument and produces a string as its result.
The string contains Perl code that, when evaled, produces a deep
copy of the original arguments. The string is formatted for easy
reading.

If dump() is called in a void context, then the dump is printed on
STDERR instead of being returned.

If you don't like importing a function that overrides Perl's
not-so-useful builtin, then you can also import the same function
as pp(), mnemonic for "pretty-print".
2006-08-10 14:15:29 +00:00
drochner
5c6eeb2dae install gtk-doc documentation in the gtk-doc standard path so that it
is found by the new "devhelp" documentation browser, bump PKGREVISION,
in response to PR pkg/34159 by "khorben@syn.localhost"
2006-08-10 14:11:04 +00:00
drochner
66ffe12718 update to 0.12
too many changes to list here, see the NEWS file in the distribution
most notably: uses gecko (firefox or mozilla) to render HTML

pkgsrc change: The search path for gtk-doc books has changed. Now
we support the gtk-doc standard share/gtk-doc/html/* (which was patched
out previously), and in addition share/doc/* (which is used by most
pkgsrc installed books). The latter was share/doc/html/* previously
which rendered the whole thing almost useless because only few pkgs
used it. This is in response to PR pkg/34159 by "khorben@syn.localhost".
2006-08-10 14:07:55 +00:00
abs
054f9858d5 Update p5-Module-Pluggable from 2.8 to 3.01
2006-06-07 - 3.01
    Fix from Brian Cassidy in Devel::InnerPackage

2006-06-06 - 3.0
	Big refactor to split stuff up into more manageable pieces

2006-04-05 - 2.98
    Allow the ability to provide the file matching regex

2006-02-06 - 2.97
    Patch from Ricardo Signes to fix bug where File::Find
    is not topic-safe in 5.6.1

2005-09-01 - 2.96
    Patch from Alex Vandiver to sort an edge case where the package
    stash to contain "::"

2005-07-30 - 2.95
    Patch from Alex Vandiver to sort ::ISA::CACHE issues.
    More patches from Christopher H. Laco to sort out only and except
    and to fix calling search_path( add => ... ) before plugins()

2005-07-09 - 2.9 More Tainting fixes
    Patches from Christopher H. Laco and Joe McMahon  to do more taint fixing
    Suggestion from Christopher H. Laco to do a can check before instatiating
2006-08-10 12:53:32 +00:00
minskim
4cd37c8b4a Remove teTeX2 from TEX_ACCEPTED, because the teTeX2 packages will be removed
shortly.
2006-08-10 03:21:39 +00:00
mrg
b37a862243 update cook from 2.22 to 2.26. besides fixing GCC4 builds, many of the
changes since 2.22 include:

       * A bug has been fixed in the tell-position flag. It wasn't actually
       giving the file name and line number when executing commands if you
       used the "set tell-position" variants, only the -tell-position command
       line option.

       * A bug has been fixed in the cook -fp-update command, it would
       segfault in some cases.
       * A bug has been fixed in the cookbook include file processing.

       * A bug has been fixed in the negative flag setting (comamnd line
       options and "set" clauses).

       * The find_command command now copes better with directories it is not
       allowed to access.

       * A Java cookbook has been added to to the distribution.

       * A bug has been fixed in the execution of some commands.  If any words
       of the command had spaces in them, it did not pass it to a shell to be
       executed, but instead constructed a command of a different shape than
       the user expected.

       * A bug has been fixed on Linux (and it only ever ocurred on Linux)
       where cook would suddenly stop for no reason with exit status 1.  Turns
       out that sometimes fflush(stderr) returns an EAGAIN error.

       * A bug has been fixed which caused the cook -script option to produce
       invalid shell scripts when a recipe body contained no statements.

       * A bug has been fixed in the graph file pair generation, used to
       generate warnings about dangerous #include-cooked contents.

       * There is a new tell-position setting, so that when Cook prints a
       command it is about to run, it includes the file name and line nunmber
       of the command.  This can be useful when debugging cookbooks.

       * A bug has been fixed in the output line wrapping.  Once again it
       adapts to the window width.

       * A major problem with parallel execution and hangs has been fixed.
       The table indexed by process ID was now growing correctly.
2006-08-09 23:29:15 +00:00
wiz
f3c0e9c3ba Update to 0.9.3:
Version 0.9.3 (released June 22 2006)
http://rapidsvn.tigris.org/svn/rapidsvn/tags/0.9.3

User-visible changes
    * 414 Fixed: View-Preferences-Programs did not save
    * 377 Mac: OpenSSL not supported
    * 411 Fixed: Main view window not drawn when 'Bookmarks' is selected
    * 418 Fixed: Expand item in tree view when selected was BROKEN
    * 416 Fixed: Win32: RapidSVN icon not shown when using ALT-TAB
    * 415 New: Support Subversion 1.3.2 (with Berkeley DB 4.4)
    * 402 Improved: interface accesibility (tabs, default buttons etc)

Developer-visible changes
    * 385 Fixed: autogen.sh missing in source tarball
    * 294 Fixed: svn_subr_version not supported in subversion 1.2
    * 412 Fixed: Compile error with GCC 4.1.1

Work in progress (not completed)
    * 175 File modified status doesn't update
    * 408 Solaris Compilation with Sun compiler and linker broken
    * 331 Display svn:externals properly
    * 346 Linux: Can not compile rapidsvn-0.9.0 with GCC 4.1.0-beta20051230


Version 0.9.2 (released May 19 2006)
http://rapidsvn.tigris.org/svn/rapidsvn/tags/0.9.2

User-visible changes
    * 362 New: Improve menu accessibility in localizations
    * 363 New: Run all actions in the background
    * 367 New: Allow multiple targets for copy and move
    * 372 New: Add French translation
    * 171 Fixed: svn_path_join: Assertion "is_canonical (base, blen)" failed
    * 176 Fixed: Repository name with Accent
    * 215 Fixed: Double click on a directory doesn't work
    * 364 Fixed: Mac+GTK: Update, etc very vers slow
    * 366 Fixed: Improve sorting
    * 371 Fixed: Execution is too slow compared to command-line SVN
    * 375 Fixed: Delete folder does not work
    * 379 Fixed: Export doesn't work - wrong parameter format
    * 380 Fixed: Action canceling with button causes disfunctionality
    * 381 Fixed: "Refresh View" updates file list and hides it afterwards
    * 383 Fixed: Rapid forgets that action is running if try to start the second one
    * 384 Fixed: First character omitted from repos folders
    * 387 Fixed: Cannot create a directory directly in repository
    * 388 Fixed: Cannot create a new tag
    * 393 Fixed: No SSL support in multithreaded Rapid
    * 395 Fixed: "Refresh View" invalid behaviour towards actions
    * 396 Fixed: Filelist or/and folder browser not updated after actions
    * 397 Fixed: Directory names sometimes not shown in repository
    * 398 Fixed: Context menu doesn't hide when it has to
    * 399 Fixed: Diff window controls activate inappropriately
    * 400 Fixed: Repository Bookmark shows incorrect names
    * 401 Fixed: Urls and paths displayed incorrectly in file info
    * 403 Fixed: Copying current directory to its child not forbidden

Developer-visible changes
    * 394 Fixed: Compile error with wxGTK 2.4.2
    * 333 Fixed: make error if xsl-stylesheets arent found
    * 358 Fixed: Invalid shell syntax in configure.in
    * 376 New: Add hideable menu tests for debugging
    * 357 Fixed: doc/manpages/rapidsvn.xml not included in distribution
    * 359 Fixed: "make dist" fails in packages/os
    * 365 Fixed: "make dist" fails if cppunit is not installed

Work in progress (not completed)
    * 402 Improve interface accesibility (tabs, default buttons etc)


Version 0.9.1 (released Feb 10 2006)
http://rapidsvn.tigris.org/svn/rapidsvn/tags/0.9.1

User-visible changes
    * 95  New: Bookmark editor
    * 258 New: Added column for log messages in Log dialog
    * 282 New: Support LOCK / UNLOCK
    * 326 New: pre-initialize repository URL in checkout dialog
    * 337 New: Added Russian translation
    * 338 New: Added Ukrainian translation
    * 341 New: Added Unicode build to Windows installer
    * 351 New: Added "Export" menu entry and dialog
    * 327 Fixed: invalid logout menu item in folder browser context menu
    * 335 Fixed: URLs didnt support spaces
    * 336 Fixed: RapidSVN didnt use SVN stored credentials
    * 339 Fixed: Directory entries with a '.' were truncated in folder browser
    * 340 Fixed: Column names were not localized.
    * 343 Fixed: Crash / segfault at startup on Fedora Core 4
    * 345 Fixed: Some menu entries on bookmarks were invisible
    * 350 Fixed: RapidSVN crashed when clicking Help in Checkout Menu
    * 352 Fixed: wrong libeay32.dll was used on Windows XP / Windows Server 2003
    * 353 Fixed: Unicode Debug build crashed on Windows because of linker ambiguities

Developer-visible changes
    * 332 New: Include "packages" in source tarball
    * 330 New: Supported URL schemas were not detected
    * 279 New: Ensure Compatibility with wxWidgets 2.6.0
    * 283 New: Added Client::lock, Client::unlock, Status::locked
    * 287 New: Support Subversion 1.2
    * 348 Fixed: Removed warnings about abstract classes without virtual destructors
    * 349 Fixed: Warnings at compile time

Work in progress (not completed)
    * 80  Remember filenames, log entries between calls
    * 261 Additional bookmark operations
2006-08-08 12:28:47 +00:00
taca
9df53a34b6 Update rake to 0.7.1, pkgsrc changes:
- install release notes.

= Rake Changelog

== Version 0.7.1

* Added optional filter parameter to the --tasks command line option.
* Added flatten to allow rule transform procs to return lists of
  prereqs (Joel VanderWerf provided patch).
* Added pathmap to String and FileList.
* The -r option will now load .rake files (but a straight require
  doesn't yet).  NOTE: This is experimental ... it may be
  discontinued.
* The -f option without a value will disable the search for a
  Rakefile.  The assumption is that the -r files are adequate.
* Fixed the safe_ln function to fall back to cp in more error
  scenarios.

== Version 0.7.0

* Added Rake.original_dir to return the original starting directory of
  the rake application.
* Added safe_ln support for openAFS (from Ludvig Omholt).
* Added --trace reminder on short exception messages (David Heinemeier
  Hansson suggestion).
* Added multitask declaration that executes prerequisites in
  parallel. (Doug Young providied an initial implementation).
* Fixed missing_const hack to be compatible with Rails. (Jamis Buck
  supplied test case).
* Made the RDoc task default to internal (in-process) RDoc formatting.
  The old behavior is still available by setting the +external+ flag
  to true.
* Rakefiles are now loaded with the expanded path to prevent
  accidental polution from the Ruby load path.
* The +namespace+ command now returns a NameSpace object that can be
  used to lookup tasks defined in that namespace.  This allows for
  better anonymous namespace behavior.
* Task objects my now be used in prerequisite lists directly.
2006-08-07 16:11:32 +00:00
wiz
8a43e059b6 Update to 4.2:
Version 4.2 - August 5, 2006, by Claudio Fontana

* Bugfix release
2006-08-06 23:10:30 +00:00
christos
0ed14ef5b2 Make this work under NetBSD; I had only tested it on Linux. 2006-08-06 22:23:56 +00:00
adrianp
ae40dfdc85 Added devel/p5-Test-Harness version 2.62 2006-08-06 15:04:20 +00:00
adrianp
d4962aba67 Add back p5-Test-Harness
Even though it's now a part of perl the development of the module continues
and other modules are starting to require a later version of it than
the one bundled with perl.
2006-08-06 15:00:07 +00:00
wiz
f6ca5e409e Complete move of id-utils to its new home, idutils. 2006-08-05 19:54:26 +00:00
wiz
27979e3894 Re-import devel/id-utils under its new name, idutils. 2006-08-05 19:53:26 +00:00
markd
2cd081dacc Support 64bit builds on Solaris. 2006-08-05 02:08:32 +00:00
markd
a18c54cebc Don't try and do assembler on Solaris, it doesn't get it right.
Fixes PR pkg/31075.
2006-08-04 22:12:28 +00:00
christos
a29631aa0c welcome to idutils-4.1 2006-08-04 19:23:39 +00:00
wiz
4b8f437faf There was a second release of the tarball for 1.12.1 after we
already had updated the package.

The changes are some updates to NEWS, build infrastructure,
two translations, and a change to AtkHyperlinkImpl.

Set DIST_SUBDIR and bump PKGREVISION (since the code did change,
even though only slightly).
2006-08-04 18:17:47 +00:00
rillig
8f989358e3 Added two patches for Solaris 8. The X11 implementation does not define
the xEvent structure unless NEED_EVENTS is defined.
2006-08-03 20:21:20 +00:00
wiz
bc34b90593 Update to 0.4, provided by Aleksey Cheusov in PR 34063:
Mon May  2 07:04:46 2005  Google Inc.

	* sparsehash: version 0.2 release
	* Preliminary support for msvc++ compilation. (csilvers)
	* Documentation fixes -- some example code was incomplete! (csilvers)
	* Minimize size of config.h to avoid other-package conflicts (csilvers)
	* Contribute a C-based version of sparsehash that served as the
	  inspiration for this code.  One day, I hope to clean it up and
	  support it, but for now it's just in experimental/, for playing
	  around with. (csilvers)
	* Change default namespace from std to google. (csilvers)

Thu Nov  3 20:12:31 2005  Google Inc.

	* sparsehash: version 0.3 release
	* Quiet compiler warnings on some compilers. (csilvers)
	* Some documentation fixes: example code for dense_hash_map. (csilvers)
	* Fix a bug where swap() wasn't swapping delete_key(). (csilvers)
	* set_deleted_key() and set_empty_key() now take a key only,
	  allowing hash-map values to be forward-declared. (csilvers)
	* support for std::insert_iterator (and std::inserter). (csilvers)


Sun Apr 23 22:42:35 2006  Google Inc.

	* sparsehash: version 0.4 release
	* Remove POD requirement for keys and values! (austern)
	* Add tr1-compatible type-traits system to speed up POD ops. (austern)
	* Fixed const-iterator bug where postfix ++ didn't compile. (csilvers)
	* Fixed iterator comparison bugs where <= was incorrect. (csilvers)
	* Clean up config.h to keep its #defines from conflicting. (csilvers)
	* Big documentation sweep and cleanup. (csilvers)
	* Update documentation to talk more about good hash fns. (csilvers)
	* Fixes to compile on MSVC (working around some MSVC bugs). (rennie)
	* Avoid resizing hashtable on operator[] lookups (austern)
2006-08-03 19:46:42 +00:00
jmmv
82ca40e443 Add and enable hugs-unix and hugs-HUnit. 2006-08-03 18:54:22 +00:00
jmmv
72ea00e9c1 Initial addition of hugs-HUnit, version 1.1.20060515:
HUnit is a unit testing framework for Haskell inspired in the JUnit tool
for Java.

A test-centered methodology for software development is most effective
when tests are easy to create, change, and execute.  The JUnit tool
pioneered support for test-first development in Java.  HUnit is an
adaptation of JUnit to Haskell, a general-purpose, purely functional
programming language.

With HUnit (as with JUnit) you can easily create tests, name them, group
them into suites, and execute them, with the framework checking the
results automatically.  Test specification in HUnit is even more concise
and flexible than in JUnit, thanks to the nature of the Haskell language.
HUnit currently includes only a text-based test controller, but the
framework is designed for easy extension.
2006-08-03 18:53:21 +00:00
jmmv
710b835e31 Initial addition of hugs-unix, version 1.0.20060515:
This package is part of the Haskell Core Libraries.  It includes the
System.Posix and System.Sendfile modules, both of which provide an
interface over native POSIX operating system calls.
2006-08-03 18:52:02 +00:00
wiz
79ee67a358 Fix build with gcc4. Patch from Kenneth Freidank in PR 34132. 2006-08-03 18:35:43 +00:00
drochner
b052670d0f update to 2.14.3
changes: translation updates
2006-08-03 17:39:29 +00:00
drochner
3ada49163e update to 2.14.3
changes:
* Fix crash in open with dialog
* Fix a11y relation setup
* Translation updates
2006-08-03 17:37:48 +00:00
drochner
53fd51745c update to 2.6.0
changes:
- Compiler warning fixes
- Fixes for ASCII characters in entries
2006-08-03 17:35:34 +00:00
markd
4268db90d7 Update to kdevelop 3.3.4 (part of KDE 3.5.4) 2006-08-02 14:16:45 +00:00
markd
bbf69bcf26 Update to KDE 3.5.4
Cervisia
* Do not show duplicate branch tags when pressing 'Fetch list'
  multiple times.
Umbrello
* Fixes to some issues changing interface into class and vice versa.
* Add Free Pascal code import and generator.
* Enable selection of multiple classes in Select Classes dialog.
* Fix crash when importing classes from a java file.
* Fix crash after single click on the "UML Model" tree window.
* Cannot insert transition/association TO fork/join node in activity
  diagram.
* Importing java files that reference their own class name crashes.
* Importing java class (enum pattern) cause umbrello to hang.
* Importing java subinterface before superinterface results in
  superinterface not being treated as an interface.
* Java import: method and class visibility ignored.
* Java import - static not handled correctly.
* Java import - package visibility incorrectly represented.
* Java import - random import order can result in interface being
  teated as class.
* Java import - associations not setup correctly, duplicate classes
  created.
2006-08-02 14:15:10 +00:00
schmonz
d1b23714b0 Bump default dependency so dependent packages get shared bglibs. 2006-08-02 02:30:28 +00:00
rillig
1815d8abc7 Forced the configure script to be more packager-friendly by ignoring any
existing GNUstep configuration files.

Explicitly set the path to the global configuration file, because
otherwise a system-dependent default pathname for GNUstep.conf is used,
which often does not match ${PREFIX}.

Bumped PKGREVISION.
2006-07-31 10:35:38 +00:00
adam
e549bc7492 Changes 2.14.2:
* Fix the regular build.

Changes 2.14.1:
* Fixed build when using --enable-api-exceptions=no with glibmm.
2006-07-29 14:09:12 +00:00
minskim
d606639037 USE_TOOLS+=yacc 2006-07-29 05:23:35 +00:00
schmonz
a0aa1134a5 Update to 1.100. From the changelog:
* This package now builds and installs as a shared library. Requires
    libtool to be installed.

- Added support to bg-installer for installing shared libraries
    with libtool.

- Fixed a bug in counting the length of signed and unsigned long
    long integers (0 was counted as having zero length).

- Fixed bug in error return of ibuf_openreadclose. Thanks Gerrit
    Pape.
2006-07-29 00:58:51 +00:00