Commit graph

4082 commits

Author SHA1 Message Date
hasso
44518b929a Fix build on NetBSD (from fulvio ciriaco). 2009-09-25 16:38:22 +00:00
minskim
1d65de3ca5 Fix a typo. Reported by Filip Hajny. 2009-09-25 16:09:00 +00:00
tnn
f483f8d4d1 needs libxml2 2009-09-24 19:18:02 +00:00
obache
ed43439ab4 Change HOMEPAGE to the project's one. 2009-09-23 11:42:05 +00:00
tron
2ffbaf3d20 Remove "PYTHON_VERSIONS_ACCEPTED= 26 25 24" which is unnecessary
after Python 2.3 has been removed from "pkgsrc".

Approved by Thomas Klausner.
2009-09-23 09:54:45 +00:00
sketch
6d0b5e6ddc Revert previous, it breaks NetBSD. Will have to stay broken on Solaris for
a little longer.
2009-09-22 13:16:00 +00:00
sketch
8f9678ead2 Add an hack to get this building on platforms with USE_DB185. 2009-09-22 08:37:15 +00:00
wiz
41034dbe1f Allow python26. 2009-09-22 00:56:14 +00:00
hasso
36e084abba Update to 1.0.
CHANGES FROM 0.9 TO 1.0, 20 Sept 2009

* Option to alter the format of the window title set by tmux.
* Backoff for a while after multiple incorrect password attempts.
* Quick display of pane numbers (C-b q).
* Better choose-window, choose-session commands and a new choose-client command.
* Option to request multiple responses when using command-prompt.
* Improved environment handling.
* Combine wrapped lines when pasting.
* Option to override terminal settings (terminal-overrides).
* Use the full range of ACS characters for drawing pane separator lines.
* Customisable mode keys.
* Status line colour options, with embedded colours in status-left/right, and
  an option to centre the window list.
* Much improved layouts, including both horizontal and vertical splitting.
* Optional visual bell, activity and content indications.
* Set the utf8 and status-utf8 options when the server is started with -u.
* display-message command to show a message in the status line, by default some
  information about the current window.
* Improved current process detection on NetBSD.
* unlink-window -k is now the same as kill-window.
* attach-session now works from inside tmux.
* A system-wide configuration file, /etc/tmux.conf.
* A number of new commands in copy mode, including searching.
* Panes are now specified using the target (-t) notation.
* -t now accepts fnmatch(3) patterns and looks for prefixes.
* Translate \r into \n when pasting.
* Support for binding commands to keys without the prefix key
* Support for alternate screen (terminfo smcup/rmcup).
* Maintain data that goes off screen after reducing the window size, so it can
  be restored when the size is increased again.
* New if-shell command to test a shell command before running a tmux command.
* tmux now works as the shell.
* Man page reorganisation.
* Many minor additions, much code tidying and several bug fixes.
2009-09-21 10:55:35 +00:00
tnn
e067da57da patch away more conflicting typedefs in
extensions/source/nsplugin/source/npshell.cxx
2009-09-19 11:06:53 +00:00
tnn
f1a7ab9b38 Try harder to work around typedef mess in
extensions/source/plugin/inc/plugin/unx/plugcon.hxx
This will hopefully fix the build failure reported here:
http://mail-index.netbsd.org/tech-pkg/2009/09/17/msg003902.html
2009-09-18 11:38:56 +00:00
gson
2e4e9fad69 PLIST was missing man/man1/anita.1 2009-09-14 19:21:38 +00:00
gson
3c454e4111 Update misc/py-anita to 1.6. Changes since 1.5: support the new "modules" set. 2009-09-13 10:14:51 +00:00
hira
f711d5d721 Update to 2.4.3. This is bug fix release. It fixes the following
security vulnerabilities.

 * CVE-2009-0200/CVE-2009-0201: Manipulated Microsoft Word files can
   lead to heap overflows and arbitrary code execution
 * CVE-2009-2414/CVE-2009-2416: Manipulated XML documents can lead to
   arbitrary code execution

Release notes: http://development.openoffice.org/releases/2.4.3.html

 - Fix getline() problem (patches from misc/openoffice3/patches).
 - Use internal neon (9 patches are required to use external neon).
 - Use internal openssl for internal neon.
 - Disable VBA extension (enabling this causes build error).
2009-09-13 03:54:13 +00:00
gson
b47d750d03 Add and enable py-anita 2009-09-11 11:54:12 +00:00
gson
c0d5b9b90b Anita is an experimental tool for automated testing of the NetBSD/i386
installation procedure.  Using anita, you can fully automate the
process of downloading a NetBSD/i386 distribution, installing it in a
qemu virtual machine, and booting the installed system.
2009-09-11 11:51:52 +00:00
tnn
dc60c601d5 remove firefox3 option and add xulrunner option instead ...
... but leave it commented out because of build problems.

I suppose this package is going away soon anyway(?)
2009-09-10 00:27:08 +00:00
tnn
da35413e97 depend on the latest xulrunner package, earlier ones don't work.
kill whitespace
2009-09-10 00:22:34 +00:00
tnn
d3d1a2c1fc Remove the firefox3 option and replace it with a xulrunner option.
Bump PKGREVISION.
2009-09-10 00:14:55 +00:00
joerg
e0d4ecdfc2 Retire Python 2.3 support. 2009-09-07 19:02:13 +00:00
wiz
5ce5fb991e Remove kei as maintainer, he resigned. 2009-09-02 08:34:13 +00:00
wiz
23571d151e Mark as destdir-ready. 2009-08-31 20:17:48 +00:00
zafer
d2fb572a53 revert to previous. 2009-08-30 01:12:05 +00:00
zafer
3a40224517 update master_sites. remove mirrors that doesn't provide the distfile. 2009-08-30 01:04:03 +00:00
hasso
538ed9a67a Update to 2.4.3.
Changes in 2.4.3:
=================
       Fix to build TaskJuggler without KDEPIM3.

Changes in 2.4.2:
=================

Chris Schlaeger (44):
       Added support for 'accounts' columns in reports.
       Add 'accounts' column to interactive reports as well.
       Fix crash on template dialog with some older Qt versions.
       Properly report summary columns in CVS account reports and use
         separators for all columns.
       Fix manual error reported by coyote_x.
       Add changes suggested by coyote_x.
       Added logical expression function 'isDependencyOf()'.
       Merge branch 'master' of
         ssh://office.taskjuggler.org/srv/www/vhosts/www.taskjuggler.org/htdocs/git-repos/taskjuggler
       Get rid of some empty *.cpp files.
       The sum in CSV account reports was wrong.
       Fix ICal bug with missing start times on certain tasks.
       Revert "Kill some redundant checks."
       Added some more checks to prevents crashes in the GUI.
       Merge branch 'master' of
         ssh://office.taskjuggler.org/srv/www/vhosts/www.taskjuggler.org/htdocs/git-repos/taskjuggler
       No need to create an empty ExpressionTree. 0 will do fine as
         well.
       Don't overwrite table frames with alternating background in
         print reports.
       Fix crash when the UI is started with a project without reports.
       Add support for misalined time zones.
       Don't use the historic time zone names. They cause problems on BSDs.
       Remove more historic time zones.
       Fixed a booking related bug.
       Correct desciption of legal ID characters.
       Mark version as snapshot release.
       Merge branch 'master' of
         ssh://office.taskjuggler.org/srv/www/vhosts/www.taskjuggler.org/htdocs/git-repos/taskjuggler
       Fixed problem with completion degree reporting.
       Fixed crash for vacation date outside of project.
       Add last fix to change log.
       Attempt to contain rounding errors.
       Merge branch 'master' of
         ssh://office.taskjuggler.org/srv/www/vhosts/www.taskjuggler.org/htdocs/git-repos/taskjuggler
       Merge branch 'master' of
         ssh://office.taskjuggler.org/srv/www/vhosts/www.taskjuggler.org/htdocs/git-repos/taskjuggler
       Fix duration tasks with bookings.
       Improved version of last patch.
       More improvements for the duration + bookings code.
       Get rid of ugly DOS linebreaks.
       Another refinement of the duration-booking code.
       Make sure booking tasks align with timing resolution.
       Adapt example to new algorithm.
       There is no difference for duration task with bookings.
       Improved the description of 'isDependencyOf'.
       Eliminate compiler warning with newer GCCs.
       Set version to 2.4.2_beta2
       Vacations are now included in export reports.
       Make iCal support optional.
       Finally, getting ready to release 2.4.2

Georg Hofmann (3):
       Fixed possible values for sloppy in the reference from 0-3 to 0-2.
       Added a dash between dates to meet TJ 2.4.1 date interval syntax.
       Corrected date-tool shortcut in 'Tip of the day' message.

Jean-Yves (2):
       Fix issue on vacation resource display
       Added *~ to .gitignore

Ray Lehtiniemi (13):
       Make example installation work with --prefix.
       Dead code removal
       Use initializer list
       Fix several crashes with repeated rescheduling.
       Missed a kotrus variable
       Use local vars to reduce code clutter.
       Kill some redundant checks.
       Loosen reportDef pointer type to eliminate a static cast.
       Use Report::generate() virtual function to dispatch reports.
       Constify getTable() to eliminate some const_cast<>() calls.
       Kill a bunch of unneeded static_cast<>
       Cache return value in local var
       Dead code

Rene Kuettner (1):
       Change error for missing ICal support to warning.

Stefan Kamphausen (1):
       added a new tasjuggler emacs mode

j.taskjugg...@gindre.org (7):
       Added double and middle click facility in interactive report
       Added complements info in task and resource Details window
       Added taskbarprefix and taskbarpostfix
       Updated documentation for taskbarprefix and taskbarpostfix.
       Fixed documentation 'isDependencyOf'
       Fix issue on vacation resource display for the day of time change.
       Use TJ standart period format for vacation ressource display.
2009-08-29 18:39:37 +00:00
hira
b3b8cb86ce Update to 3.1.1. This is bug fix release. Add LICENSE to Makefile.
Release notes: http://development.openoffice.org/releases/3.1.1.html
2009-08-29 09:48:54 +00:00
sno
551967e4c1 bumping revision due graphics/ImageMagick update 2009-08-26 21:20:13 +00:00
sno
6f7368d4db bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
sno
4a3f2ef42f Updating misc/p5-App-MrShell from 2.0200 to 2.0205
pkgsrc changes:
  - Adding license

Upstream changes:
2.0205: Wed Jul 08 2009
   - Doc bugs (very indirectly) found by Hans Dieter Pearcey
   - added perl critic and Test::Pod
   - fix bugs (as in wrongful code execution) found by critic.t
   - fixed many punctuation problems found by critic.t

2.0203: Tue May 12 10:36:26 EDT 2009
   - added a way to subtract hosts from the host list

2.0201: Sat May  9 08:32:25 EDT 2009
   - why show the command number in the output?
2009-08-19 19:55:01 +00:00
sno
b2c558695b Updating package for misc/p5-Locale-Maketext-Simple from 0.20 to 0.21
Upstream changes:
[Changes for 0.21 - 2009-08-17]
* None

[Changes for 0.20_02 - 2009-07-12]
* How'd that MANIFEST vanish, anyway?

[Changes for 0.20_01 - 2009-07-12]
* MakeMaker Makefile.PL which takes into account the fact that
  we're now dual-lifed contributed by Jerry D. Hedden
* Fix the i-default tests to skip if Local::Maketext::Lexicon is not
  installed as they fail - Tomas Doran
2009-08-18 16:43:28 +00:00
wiz
32584acef5 configure script only recognizes python up to 2.5; set
PYTHON_VERSIONS_ACCEPTED to 25 24 23.
2009-08-15 15:45:33 +00:00
obache
3b11655430 recursive bump for icu shlib version change except already done. 2009-08-12 02:31:18 +00:00
drochner
3de28d2273 This pkg is too big for me to check how ImageMagick is used,
just bump PKGREVISION (for ImageMagick lib major change),
to be on the safe side.
2009-08-11 14:07:01 +00:00
wiz
ed91fba35c Update to 20090807, more IDs. 2009-08-10 23:12:11 +00:00
minskim
d250004018 Update xchm to 1.17.
Changes since 1.13:
+ fixed Normalize() code for Windows CHM files.
+ fixed "Cannot display document in <whatever> encoding"
  error.
+ now allowing ENTER to work in the bookmarks list.
+ updated Romanian, German translations.
+ added Belarusian translation.
+ don't initialize locale data on Windows (English-only)
+ fixed build problem with Unicode-detecting #ifdefs
  inside wxT() macros.
+ made the source code GCC 4.3 friendly (fixed duplicate
  parameters issue in GetItem()).
+ #included <bitfiddle.inl> in chmapp.cpp (apparently it
  did not compile without this on some platforms)
+ updated French translation.
+ fixed XPM compile-time warnings for GCC 4.3
+ bumped minimum accepted wxWidgets version to 2.8.
+ added tabbed browsing support (from Cedric Boudinet).
+ Firefox-style shortcuts for navigation.
+ fixed font non-Latin encoding character set encoding
  problem.
+ replaced the checks for u_intXX_t with checks for the
  more standard uintXX_t.
+ some refactoring.
+ added #include <stdint.h> GCC 4.4 patch from the Gentoo
  ebuild.
2009-08-10 17:50:04 +00:00
wiz
d6523383c8 Convert to wxGTK28. Bump PKGREVISION. 2009-08-10 17:00:15 +00:00
heinz
b97b0251e1 Make esniper use case sensitive passwords. Patch was committed upstream
today and will be in the next release.
2009-08-09 13:39:06 +00:00
wiz
f19ed3bb2b Update to 2.26.3.
2.26.3 - 29-Jun-2009

General:

* Fix for bug #511468 - Ekiga chat window accessibility problem

* Fix for bug #574221 - left-pane in Ekiga's preference box can't be
  read at start-up

* Fix for bug #586890 - Orca 2.27.3 and earlier will crash if liblouis
  1.6.2 python bindings are installed

OpenOffice/StarOffice:

* Fix for bug #583811 - Doing a select all in OOo Writer causes Orca
  to say "selected" for each paragraph

Thunderbird:

* Fix for bug #584837 - Find dialog fails to move caret to desired
  location in Thunderbird

* Fix for bug #568658 - Sometimes Orca announces the wrong subject in
  Thunderbird.  This change causes us to dump the pyatspi cache if
  we're in Thunderbird and exit flat review. As a result, we should
  not have bogus table data hanging around.

Firefox:

* Fix for bug #530784 - whereAmI info for list items in web content
  needs to be improved

* Fix for bug #577900 - Blank lines in Firefox text areas incorrectly
  spoken

New and updated translations (THANKS EVERYONE!!!):

  See also the overall translation status:
  http://l10n.gnome.org/module/orca

    cs      Czech                Lucas Lommer
2009-08-09 08:29:03 +00:00
obache
72e80fbff6 Update m17n-contrib to 1.1.10.
* Changes in the m17n-contrib 1.1.10

** New input method:

ks-kdb.mim (Kashmiri)
zh-zhuyin.mim (Chinese)
ta-vutam.mim (Tamil)
cs-kbd.mim (Czech)
zh-pinyin-vi.mim (Chinese)
ks-kbd.mim (Kashmiri)
ps-phonetic (Pashto)
2009-08-08 06:11:17 +00:00
obache
a982412119 Update m17n-db to 1.5.5.
* Changes in the m17n database 1.5.5

** An input method is deleted.

si-wijesekera-preedit-alt.min

** These Vietnamese input methods adopt smart-quotes.

vi-telex.min, vi-tcvn.min, vi-vni.min
2009-08-08 06:07:15 +00:00
plunky
2a14b3871f update zyGrib to 3.5.1
improvements include new weather features (convective available potential
energy - an indicator of potential thunderstorm strength), several new
translations (German, Spanish, Italian, Russian, Dutch) plus bugfixes
2009-08-07 13:45:01 +00:00
wiz
809e96c1cd Allow python26. 2009-08-06 22:36:50 +00:00
minskim
7b90c30295 PKGREVISION bump for elisp packages because of bytecode format changes
in emacs23.
2009-08-06 01:44:45 +00:00
drochner
52b6419bef g/c unneeded omf file handling 2009-08-05 16:32:54 +00:00
minskim
e44b9b9fcf misc/lookup can be built with emacs23. 2009-08-05 07:57:17 +00:00
tnn
4a481a28c4 use xulrunner for gecko
PKGREVISION++
2009-08-05 06:11:10 +00:00
tnn
f1b220f286 drop the "firefox" option for now.
Keep "firefox3" option as default (also for now)
2009-08-05 01:35:42 +00:00
drochner
e0fe2cfa4c this uses the gnome part of libgsf which is an extra pkg now, so
pull it in, bump PKGREVISION
(it could be built without gnome support, perhaps later)
2009-08-02 10:54:37 +00:00
drochner
dead9f5d68 fix build breakage, likely resulting from a weird interaction of Mesa
and qt4 wrt include file ordering
2009-07-28 19:12:36 +00:00
drochner
b9ef6ccc6a mkcue 2009-07-27 19:37:55 +00:00
drochner
aac8fe8837 add mkcue-2.1 which is a tool to extract a CUE sheet from a CD,
needed for the "-M" option of "abcde",
the original distribution doesn't seem to be maintained anymore, I just
found a reference in Debian,
the version number is aligned to the Debian one (including a bugfix)
2009-07-27 19:35:00 +00:00
minskim
a4b35bb189 Update rubygems to 1.3.5.
Changes:
* Fix use of prerelease gems.
* Gem.bin_path no longer escapes path with spaces. Bug #25935 and #26458.
* Bulk index update is no longer supported (the code currently
  remains, but not the tests)
2009-07-24 06:38:53 +00:00
wiz
322245af34 Update to 2.26.3:
Version 2.26.3
---------------

Misc improvements/fixes:

    * Fix wrong GFDL version number in COPYING
    * Use 'test ! -d' in autogen.sh, bgo#583311
    * Directly link to xlib, bgo#583471
    * Fix cursor drawing on 64bit platforms, bgo#584256

New and updated translations:

    - [bn_IN] Runa Bhattacharjee
    - [el] Giannis Katsampirhs
2009-07-22 21:28:06 +00:00
wiz
46692bc87d Update to 4.1. Set LICENSE. Fix a pkglint warning.
- Version changed to 4.1
    - Updated Dutch translation (thanks to Sander Pientka)
    - Updated Turkish translation (thanks to Ozan Caglayan)
    - Default toolbar button order changed to standard -/+
    - Automatic encoding detection for KHTMLPart/WebKit is now disabled by default.
    - Fixed incorrect index string encoding for non-English strings.
    - Fixed text size auto-increase each time the file is loaded for WebKit browser.
    - License changed from GPLv2 to GPLv3.
2009-07-22 13:10:22 +00:00
wiz
135620df42 Remove empty PLIST.common_end. 2009-07-22 09:31:05 +00:00
wiz
f0909c9ec8 Remove USE_DIRS infrastructure support and support packages.
See http://mail-index.netbsd.org/pkgsrc-changes/2009/07/22/msg026834.html.
2009-07-22 09:05:23 +00:00
wiz
d70523df21 Remove USE_DIRS from pkgsrc.
Shared directories can now be created independently by the pacakges
needing them and will be removed automatically by pkg_delete when empty.

Packages needing empty directories can use the @pkgdir command in PLIST.

Discussed and ok'd in thread starting at
http://mail-index.netbsd.org/tech-pkg/2009/06/30/msg003546.html
2009-07-22 09:01:16 +00:00
sno
7930e82676 pkgsrc changes:
- Updating package for p5 module Locale::Maketext::Simple from 0.18nb1
    to 0.20
  - Adding license (mit) according to META.yml
  - Setting Module::Install as module type

Upstream changes:
[Changes for 0.20 - 2009-07-08]

* MANIFEST fixes (no code changes) - Tomas Doran

[Changes for 0.19 - 2009-07-07]

* Bumped the version dependency to 5.005

* Ton Voon, from Opsera Limited contributed the ability to have the IANA
  defined i-default language, for use as a fallback when arbitrary message keys,
  rather than English phrases are being used.
2009-07-19 10:26:23 +00:00
jakllsch
f7afd8926b Update to cuetools to 1.3.1.
Changes since 1.3.0
-------------------

* Fixed duplicate/missing breakpoints (bug #5965).

* Fixed swapped flags in TOC parsing code (bug #4831).

* Fixed option handling code (bug #4180).

Changes since 1.2
-----------------

* Build system has been rewritten using automake/autoconf.

* Added append, prepend, and split pregap modes to cuebreakpoints.

* Fixed possible compilation error with Bison.

* All tools accept long options.

* Programs exit if --input-format or --output-format is an illegal value.
2009-07-16 16:12:47 +00:00
joerg
30b81aaee5 Fix installation on newer NetBSD. 2009-07-16 14:55:33 +00:00
wiz
0162d75ec5 Fix build with getline() in libc.
From http://bugs.gentoo.org/show_bug.cgi?id=270263
via roy
2009-07-16 10:47:11 +00:00
abs
a7ddfcc944 PYTHON_VERSIONS_ACCEPTED += 26 2009-07-10 22:22:39 +00:00
hasso
1899a7137a Update to 0.9, thanks to Adrian Portelli. Changes since 0.8:
* Major changes to build infrastructure: cleanup of makefiles and addition
  of a configure script.
* monitor-content window option to monitor a window for a specific fnmatch(3)
  pattern. The find-window command also now accepts fnmatch(3) patterns.
* previous-layout and select-layout commands, and a main-horizontal layout.
* Recreate the server socket on SIGUSR1.
* clear-history command.
* Use ACS line drawing characters for pane separator lines.
* UTF-8 improvements, and code to detect UTF-8 support by looking at
  environment variables.
* The resize-pane-up and resize-pane-down commands are now merged together
  into a new resize-pane command with -U and -D flags.
* confirm-before command to request a yes/no answer before executing dangerous
  commands.
* Status line bug fixes, support for UTF-8 (status-utf8 option), and a key to
  paste from the paste buffer.
* Support for some additional escape sequences and terminal features, including
  better support for insert mode and tab stops.
* Improved window resizing behaviour, modelled after xterm.
* Some code reduction and a number of miscellaneous bug fixes.
2009-07-08 20:59:11 +00:00
abs
6c79dab5cb Add 26 to PYTHON_VERSIONS_ACCEPTED 2009-07-08 11:21:22 +00:00
sno
d666920cd4 pkgsrc changes:
- Updating package for p5 library libintl-perl from 1.16nb1 to 1.20
  - Adjusting meta information of package (CATEGORIES, LICENSE)
  - take care of library path

Upstream changes:
  2009-06-29 Guido Flohr <guido@imperia.net>

 * NEWS: News for 1.20.

 * test.pl: Do not run XS tests for systems without a German locale.  That
 should be more flexible, but in fact, most bugs in the XS version can only be
 worked around, not fixed.  Therefore it is not that important.

 * x-changelog.sh: ChangeLog generation no longer done with cvs2cl.  Until
 something decent pops up, I will use the gitlog2changelog script from
 http://github.com/cryos/avogadro/blob/master/scripts/gitlog2changelog.py.

 * MANIFEST, tests/03_tester_david_pp.t, tests/03_tester_david_xs.t: Try to
 get a little bit mroe information about the strange failure of the new
 context functions.

 * tests/03dcgettext_pp.t, tests/03dcgettext_xs.t: - Do not skip that many
 tests. - Use two argument form of Test::ok().
 * tests/03bindtextdomain_pp.t, tests/03bindtextdomain_xs.t: Fixed number of
 tests.
 * tests/03bindtextdomain_pp.t, tests/03bindtextdomain_xs.t: Better structure
 for test results.
 * tests/03bind_textdomain_filter_pp.t, tests/03bind_textdomain_filter_xs.t:
 Use two argument form of Test::ok().
 * tests/03bind_textdomain_codeset_pp.t, tests/03bind_textdomain_codeset_xs.t:
 - do not skip that many tests - use two argument form of Test::ok()
 * tests/03dgettext_xs.t: Copied from pure Perl version.
 * Fixed warning about undefined values in subroutine entry if locale de_AT
 is not installed on the system that runs the test.
 * Makefile.PL: $Config{libs} may include too many libraries (fixes compile
 problems on broken Debian systems).
 * META.yml, lib/Locale/Messages.pm, lib/Locale/TextDomain.pm: Version number
 increased to 1.20.

  2009-06-19 Guido Flohr <guido@imperia.net>

 * META.yml: Version number 1.19.

 * gettext_xs/gettext_xs.pm: LC_MESSAGES is not defined by POSIX.pm.
 * MANIFEST, lib/Locale/TextDomain.pm, tests/04scalar_noop.t: Fixed RT bug
 #46471, noop functions in scalar context.
 * .gitignore, gettext_xs/.gitignore: Ignore files
 * lib/Locale/libintlFAQ.pod: Explanation for the __'Hello' problem.
 * lib/Locale/Messages.pm, lib/Locale/TextDomain.pm: Bumped version number to
 1.19.
 * sample/simplecal/po/Makefile: Fixed extraction of context (thanks to Kevin
 Ryde).
 * lib/Locale/Messages.pm, lib/Locale/TextDomain.pm: Bumped version number to
 1.18.
 * lib/Locale/TextDomain.pm: Make PAUSE happy and leave the version number
 here.
 * test.pl: Report version of Encode.pm (culprit in most failures).
 * lib/Locale/Recode/_Conversions.pm: Macintosh encoding in Encode.pm is
 seemingly unstable.
 * lib/Locale/TextDomain.pm: - Added N__p(). - Added N__np(). - Removed
 N__xpn().
 * sample/simplecal/po/Makefile: Also include contextual strings.
 * lib/Locale/gettext_pp.pm: First release for new functions.
 * lib/Locale/TextDomain.pm: Added first release for new functions.
 * lib/Locale/Util.pm: Added alpha notice.
 * lib/Locale/TextDomain.pm: Context example.
 * lib/Locale/Messages.pm: More context examples.
 * lib/Locale/TextDomain.pm: Avoid n't.
 * lib/Locale/libintlFAQ.pod: Switch language for server applications.
 * lib/Locale/gettext_pp.pm: Made code parsing the plural formula more robust.
 * tests/po/additional.de.po: Fixed German translations.
 * Completed support for contextual gettext calls.
 * USERS: Updated with info for unrtst/Joshua Miller
 * TODO, lib/Locale/Messages.pm: select_package() is not a class method
 (reported by Sergei Vishenski).
 * gettext_xs/Makefile.PL: We need both libraries, not just one of them.
 * lib/Locale/TextDomain.pm: Corrected POD.
 * ChangeLog, MANIFEST.SKIP, META.yml, Makefile.PL, NEWS,
 gettext_xs/Makefile.PL, lib/Locale/Messages.pm, lib/Locale/TextDomain.pm,
 lib/Locale/Util.pm: Don't forget to actually set the cached locale.
 * lib/Locale/Util.pm: Filter out un-available languages.
 * lib/Locale/Util.pm: Fixed POD error.
 * lib/Locale/Util.pm: Restrict set of acceptable languages.
 * lib/Locale/Util.pm: Removed erroneous source.
 * lib/Locale/Util.pm: Updated default countries for languages.
 * lib/Locale/Util.pm: Fixed warnings about undefined values.
 * lib/Locale/Util.pm: Aliased loop variable was constant and read-online.
 * lib/Locale/Util.pm: Extended search for correct locale required by FreeBSD.
 * lib/Locale/Util.pm: Return information about actually selected locale in
 set_web_locale().
 * sample/simplecal/po/Makefile, sample/simplecal/po/PACKAGE: Strip leading
 and trailing whitespace on TEXTDOMAIN variable.
 * Makefile.PL: Remove build_xs in target "clean".
 * lib/Locale/Util.pm: New function set_web_locale().
 * Use Locale::Util::set_locale() for more portable locale setting.
 * lib/Locale/Util.pm: - avoid warnings - turned off debugging - clean-up
 * lib/Locale/Util.pm: docs
 * lib/Locale/Util.pm: - access to the locale cache - updated docs
 * lib/Locale/Util.pm: Support for MS-DOS
 * lib/Locale/Util.pm: half-implemented Windows version
 * lib/Locale/Util.pm: safe locale setting for Unix
 * tests/05parse_accept.t: new
 * sample/simplecal/po/PACKAGE: Hint to avoid trailing space
 * lib/Locale/TextDomain.pm: interpolate filename and linenumber
 * MANIFEST, lib/Locale/Messages.pm: avoid warning if textdomain is undef
 * lib/Locale/TextDomain.pm: Try to detect incorrect usage of the tied gettext
 hash.
 * lib/Locale/TextDomain.pm: always make a copy of the list of search
 directories
 * x-changelog.sh: cvs2cl now expected in $PATH.
 * tests/04find_domain_bug.t: Skip test if require Austrian locale is not
 available (thanks to Pascal Terjan for the hint).
 * sample/simplecal/po/Makefile: added simple hash
 * Makefile.PL: unlink "xs_disabled" with "make clean" (thanks to Peter
 Eisentraut)
2009-07-08 09:38:22 +00:00
tnn
24e362a2f6 Update to dvtm-0.5.2 (patch from maintainer in private mail).
While here set a proper LICENSE (dvtm is under MIT/X license).

Changes:
 o compile fix for Mac OS X
 o optional beep on terminal bell (enable it per window with MOD+B)
 o the whole screen redraw command which is now by default associated
   with MOD+r reads the terminal size and adjust the working area
   accordingly
2009-07-08 06:28:22 +00:00
joerg
871f17a580 Create missing directories. 2009-06-29 16:13:30 +00:00
joerg
59d47660a0 Fix a number of GENERATE_PLIST entries to always have a terminating ; 2009-06-16 15:25:31 +00:00
joerg
76039544d1 Remove @dirrm related logic. 2009-06-14 22:57:58 +00:00
minskim
9fbecca39e Do not add @dirrm to automatically-generated PLIST. 2009-06-14 22:34:19 +00:00
joerg
674dbd1712 Convert @exec/@unexec to @pkgdir or drop it. 2009-06-14 20:47:52 +00:00
minskim
929397ec0a Remove all dirrm-related entries from PRINT_PLIST_AWK, because print-PLIST
no longer generates those.
2009-06-14 18:12:48 +00:00
joerg
62d1ba2bac Remove @dirrm entries from PLISTs 2009-06-14 18:03:28 +00:00
minskim
463618a6f2 Skip "@dirrm lib/ruby" in PRINT_PLIST for packages including rubygems.mk. 2009-06-14 17:55:59 +00:00
minskim
888f200320 Test variables before using them. Several variables in
Gem::Specification can be nil for old gemspec.

Bump PKGREVISION.
2009-06-12 23:02:57 +00:00
zafer
1927518afe update master site. 2009-06-12 22:52:03 +00:00
rillig
61c7cf362d Removed redundant .gz suffix for man pages. 2009-06-12 19:09:35 +00:00
taca
279c044cb1 * Fix build problem with new Rubygems by removing an obsolete method call.
No PKGREVISION bump since there is no change with built package.
2009-06-12 12:02:48 +00:00
minskim
ba5c5dc0b8 Update rubygems to 1.3.4.
New features since 1.3.1:
* RubyGems now loads plugins from rubygems_plugin.rb in installed gems.
This can be used to add commands (See Gem::CommandManager) or add
install/uninstall hooks (See Gem::Installer and Gem::Uninstaller).
* Gem::Version now understands prerelease versions using letters. (eg.
'1.2.1.b') Thanks to Josh Susser, Alex Vollmer and Phil Hagelberg.
* RubyGems now includes a Rake task for creating gems which replaces rake's
Rake::GemPackageTask. See Gem::PackageTask.
* Gem::find_files now returns paths in $LOAD_PATH.
* Added Gem::promote_load_path for use with Gem::find_files
* Added Gem::bin_path to make finding executables easier. Patch #24114 by
James Tucker.
* Various improvements to build arguments for installing gems.
* `gem contents` added --all and --no-prefix.
* Gem::Specification
* #validate strips directories and errors on not-files.
* #description no longer removes newlines.
* #name must be a String.
* FIXME and TODO are no longer allowed in various fields.
* Added support for a license attribute. Feature #11041 (partial).
* Removed Gem::Specification::list, too much process growth. Bug #23668 by
Steve Purcell.
* `gem generate_index`
* Can now generate an RSS feed.
* Modern indicies can now be updated incrementally.
* Legacy indicies can be updated separately from modern.
* `gem server` allows port names (from /etc/services) with --port.
* `gem server` now has search that jumps to RDoc. Patch #22959 by Vladimir
Dobriakov.
* `gem spec` can retrieve single fields from a spec (like `gem spec rake
authors`).
* Gem::Specification#has_rdoc= is deprecated and ignored (defaults to true)
* RDoc is now generated regardless of Gem::Specification#has_rdoc?
2009-06-10 21:44:30 +00:00
hasso
26eb597f67 Add license info. 2009-06-08 19:26:29 +00:00
zafer
4eafde6299 update master sites url and homepage. 2009-06-06 20:54:55 +00:00
minskim
c6253ad4a9 Allow bbdb to build with emacs23. 2009-06-06 15:32:56 +00:00
minskim
ca12912bcb Combine FOR_emacs* in bbdb's PLIST into FOR_emacs. 2009-06-06 15:31:06 +00:00
minskim
acc1e673d6 Make misc/tmux build on SunOS. 2009-06-04 21:49:18 +00:00
minskim
84798b44d5 Use BSD_INSTALL_* so that a non-root user can install misc/tmux. 2009-06-03 06:09:11 +00:00
minskim
157ef1578b Make misc/tmux compile on Darwin. 2009-05-27 06:11:23 +00:00
zafer
30a59dd2f9 update master site. 2009-05-22 18:17:57 +00:00
zafer
0426552c67 update master site. 2009-05-22 18:07:09 +00:00
wiz
272d51cc21 Recursive ABI depends update and PKGREVISION bump for readline-6.0 shlib
major change.

Reported by Robert Elz in PR 41345.
2009-05-20 00:58:05 +00:00
wiz
b4f7f604df Add URL for upstream bug report. 2009-05-19 23:52:15 +00:00
wiz
67f6a251ec Update to 2.26.2:
Version 2.26.2
--------------
* Integration Guide:
  - Updated translations:
    el    (Jennie Petoumenou)
* Platform Overview:
  - Updated translations:
    el    (Jennie Petoumenou)
2009-05-19 15:05:00 +00:00
wiz
842eeedbe5 Update to 2.26.2:
Version 2.26.2:
---------------
* Accessibility Guide:
  - Fixed validity errors in translations (Claude Paroz, Shaun McCance)
  - Updated translations:
    el    (Jennie Petoumenou)
    en_GB (Philip Withnall)
    hu    (Gabor Kelemen)
* System Admin Guide:
  - Fixed typo, bug #577327 (Milo Casagrande)
  - Updated translations:
    el    (Jennie Petoumenou)
    es    (Jorge Gonzalez)
* User Guide:
  - Fixed validity errors in translations (Claude Paroz, Shaun McCance)
  - Removed outdated info on session preferences (Paul Cutler)
  - Updated translations:
    el    (Μάριος Ζηντίλης)
    es    (Jorge Gonzalez)
    fr    (Claude Paroz)
    zh_CN (TeliuTe)
2009-05-19 14:55:01 +00:00
wiz
b11f92632f Update to 2.26.2. Add commented LICENSE, needs AND.
Version 2.26.2
---------------

Misc improvements/fixes:

    * Fix dwell click for left-handed mouse orientation, bgo #582319
    * Create m4 directory during autogen.sh, bgo #579397

New and updated translations:

    - [ar] Usama Akkad
    - [el] Fotis Tsamis
    - [en_GB] Jen Ockwel
    - [es] Jorge González
    - [fr] Bruno Brouard, Claude Paroz
    - [gl] Suso Baleato
    - [kn] Shankar Prasad
    - [zh_CN] TeliuTe

Version 2.26.1
--------------

This version has been skipped.
2009-05-19 14:25:32 +00:00
wiz
ef4e22b565 Update to 2.26.2:
2.26.2 - 18-May-2009

General:

* Fix for bug #466841 - Orca doesn't announce items when Alt+Tabbing
  if Compiz is enabled. This fix is designed to improve Orca's access
  to the basic window switcher in Compiz. There are still bugs in
  Compiz which make providing compelling access difficult, but this
  should at least make switching windows accessible.

* Fix for bug #577977 - provide speech feedback for "repeat last find"
  in Gedit.

* Fix for bug #580329 - Use show_uri() to display help window.

* Fix for bug #580423 - Remove deprecated libgnomeui dependency.  Use
  DBus org.gnome.SessionManager.Logout instead of
  gnome.ui.master_client().request_save.

* Fix for bug #582684 - Arrowing left/right across tree tables causes
  whole row to be spoken.

==========

New and updated translations (THANKS EVERYONE!!!):

  See also the overall translation status:
  http://l10n.gnome.org/module/orca

    ca      Catalan              Jordi Mas i Hernandez
    hu      Hungarian            Attila Hammer and Gabor Kelemen
    uk      Ukranian             Maxim Dziumanenko
2009-05-19 14:07:24 +00:00
wiz
f9056855d5 Update to 2.26.2. Set LICENSE to gnu-gpl-v2.
=====================
deskbar-applet 2.26.2
=====================

- Fixed bug #575185: Scan directories in templates folder
- Fixed bug #580188: self._desktop is None in OpenDesktopFileAction.py
- Fixed bug #580548: Error in ActionsFactory when file doesn't exist
- Fixed parts of bug #577649. Check if templates directory can be retrieved and exists in initialize.
- Fixed bug #581207: Use g_timeout_add_seconds to reduce wakeups
- Fixed bug that caused that the window to show up again when intending to close it by pressing the keybinding

Translations:
- Updated el: Fotis Tsamis
- Updated es: Jorge Gonzales
- Updated et: Ivar Smolin
- Updated or: Manoj Kumar Giri
- Updated zh_CN: TeliuTe
2009-05-19 11:53:49 +00:00
wiz
60f460ab01 Use standard location for LICENSE line (in MAINTAINER/HOMEPAGE/COMMENT
block). Uncomment some commented out LICENSE lines while here.
2009-05-19 08:59:00 +00:00
wiz
7907697ea6 Update to 2.26.1. Set LICENSE to gnu-fdl-v1.1.
Version 2.26.1:
---------------
* Accessibility Guide:
  - Added more description for what caret navigation is (Willie Walker)
  - Fixed DocBook validity errors in translations (Claude Paroz)
  - Updated translations:
    de      (Simon Bienlein)
    es      (Jorge Gonzalez)
    ru      (Anatol Kamynin)
    sv      (Daniel Nylander)
* System Admin Guide:
  - Updated translations:
    el      (Jennie Petoumenou)
* User Guide:
  - Fixed DocBook validity errors (Claude Paroz)
  - Updated translations:
    cs      (Lucas Lommer)
    es      (Jorge Gonzalez)
    fr      (Bruno Brouard and Claude Paroz)
    sv      (Daniel Nylander)
2009-05-19 07:57:09 +00:00
wiz
4b69f6d7d4 Update to 2.26.1:
2.26.1 - 13-Apr-2009

General:

* Fix for bug #575921 - When I working with the gcalctool application,
  Orca says too lot of the result of the mathematic operations

* Fix for bug #576037 - Bind F1 key to help page

* Fix for bug #576438 - Provide state change information for radio
  buttons that require you to press space to select them

* Fix for bug #577330 - Detect whether speech dispatcher is installed
  or not

OpenOffice:

* Fix for bug #577245 - Present paragraph-style information in
  OpenOffice

* Fix for bug #578072 - Orca does not always present text attributes
  in braille in OOo documents

Firefox/Thunderbird:

* Fix for bug #577239 - Cannot navigate by line through multi-line
  HTML list items in Firefox/Thunderbird when arrowToLineBeginning is
  False

* Fix for bug #577979 - Pressing Down Arrow from the middle of a
  multi-line HTML list item initially moves to the beginning of the
  line when arrowToLineBeginning is False

New and updated translations (THANKS EVERYONE!!!):

  See also the overall translation status:
  http://l10n.gnome.org/module/orca

    ar      Arabic               Djihed Afifi
    bg      Bulgarian            Alexander Shopov
    cs      Czech                Lucas Lommer and Petr Kovar
    el      Greek                Jennie Petoumenou and Kostas Papadimas
    hu      Hungarian            Gabor Kelemen
    ml      Malayalam            Harivishnu and Ani Peter
    ru      Russian              Nickolay V. Shmyrev
2009-05-18 13:29:41 +00:00
wiz
62c6f6aacf Update to 2.26.1. Set LICENSE to gnu-fdl-v1.1.
Version 2.26.1
--------------
* Integration Guide:
  - Updated translations:
    de      (Mario Blättermann)
    el      (Marios Zindilis)
    fr      (Bruno Brouard and Claude Paroz)
* Platform Overview:
  - Fixed typo (Nick Stone)
  - Updated translations:
    de      (Mario Blättermann)
    el      (Simos Xenitellis)
    es      (Jorge Gonzalez)
2009-05-18 10:00:50 +00:00
obache
694dff9591 Update m17n-contrib to 1.1.9.
* Changes in the m17n-contrib 1.1.9

** New input method:

eo-vi.mim (Esperanto)
2009-05-12 08:17:32 +00:00