Commit graph

4119 commits

Author SHA1 Message Date
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
obache
6892c0acb3 Update m17n-db to 1.5.4.
* Changes in the m17n database 1.5.4

** A new input method is added.

ta-lk-renganathan.mim (Tamil)
2009-05-12 08:16:03 +00:00
obache
06ec789266 Update m17n-docs to 1.5.2.
User's manual for m17n library ver.1.5.2.
2009-05-12 08:14:15 +00:00
hira
5f9d95eec6 Remove CONFIGURE_ARGS which was committed accidentally. 2009-05-10 03:41:22 +00:00
hira
98e5de0e4e - Add missing entries to PLIST (pointed by snj@).
- Install a missing file (openoffice3-startcenter.desktop).

Ride on previous update.
2009-05-10 01:58:20 +00:00
seb
f6c4b251ee Add & enable p5-App-MrShell 2009-05-09 23:40:09 +00:00
seb
a29169e81e Initial import of p5-App-MrShell version 2.0200 in the NetBSD
Packages Collection.

mrsh - Mr. Shell runs a command on multiple hosts and returns results
meaningfully.
2009-05-09 23:38:36 +00:00
hira
ba4b442947 Update to 3.1.0. Bug fixes and improvements (please see the following
URLs for details).

Release notes: http://development.openoffice.org/releases/3.1.0.html
New features : http://www.openoffice.org/dev_docs/features/3.1/index.html

Build confirmed on NetBSD 5.99.11/i386.
2009-05-09 18:43:41 +00:00
hasso
aa2cc38fd9 Update to 0.8. From Fulvio Ciriaco via private mail.
Upstream changes since 0.7:

* Remove the right number of characters from the buffer when escape then
  a cursor key (or other key prefixed by \033) is pressed. Reported by
  Stuart Henderson.
* rotate-window command. -U flag (default) for up, -D flag for down.
* Change scroll/pane redraws to only redraw the single pane affected rather
  than the entire window.
* If redrawing the region would mean redrawing > half the pane, just schedule
  to redraw the entire window. Also add a flag to skip updating the window any
  further if it is scheduled to be redrawn. This has the effect of batching
  multiple redraws together.
* Basic horizontal splitting and layout management. Still some redraw and other
  issues - particularly, don't mix with manual pane resizing, be careful when
  viewing from multiple clients and don't expect shell windows to redraw very
  well after the layout is changed; generally cycling the layout a few times
  will fix most problems. Getting this in for testing while I think about how
  to deal with manual mode.
  Split window as normal and cycle the layouts with C-b space. Some of the
  layouts will work better when swap-pane comes along.
* AIX port, thanks to cmihai for access to a box. Only tested on 6.1 with xlc
  10.1 (make sure CC is set). Needs GNU make and probably ncurses (didn't try
  plain curses). Also won't build with DEBUG, so comment the FDEBUG=1 line in
  GNUmakefile.
* Draw a vertical line on the right when the window size is less than the
  terminal size. This is partly to shake out any horizontal limit bugs on the
  way to horizontal splitting/pane tiling. Currently a bit slow since it has to
  do a lot of redrawing but hopefully that will improve as I get some better
  ideas for how to do it.
* Fix remaining problems with copy and paste and UTF-8.
* Better UTF-8 support, including combined characters. Unicode data is now
  stored as UTF-8 in a separate array, the code does a lookup into this every
  time it gets to a UTF-8 cell. Zero width characters are just appended onto
  the UTF-8 data for the previous cell. This also means that almost no bytes
  extra are wasted non-Unicode data (yay).
  Still some oddities, such as copy mode skips over wide characters in a
  strange way, and the code could do with some tidying.
* Key repeating is now a property of the key binding not of the command.
  Repeat is turned on when the key is bound with the -r flag to bind-key.
  next/previous-window no longer repeat by default as it turned out to annoy
  me.
* Clear using ED when redrawing the screen. I foolishly assumed using spaces
  would be equivalent and terminals would pick up on this, but apparently not.
  This fixes copy and paste in xterm/rxvt.
* Sockets in /tmp are now created in a subdirectory named, tmux-UID, eg
  tmux-1000. The default socket is thus /tmp/tmux-UID/default. To start a
  separate server, the new -L command line option should be used: this creates
  a socket in the same directory with a different name ("-L main" will create
  socket called "main"). -S should only be used to place the socket outside
  /tmp. This makes sockets a little more secure and a bit more convenient to
  use multiple servers.
* New session flag "set-remain-on-exit" to set remain-on-exit flag for new
  windows created in that session (like "remain-by-default" used to do). Not
  perfectly happy about this, but until I can think of a good way to introduce
  it generically (maybe a set of options in the session) this will do. Fixes
  SF request 2527847.
* Support for 88 colour terminals.
* break-pane command to create a new window using an existing pane.
* Make escape key timer work properly so escape+key can be used without
  lightning fast key presses.
* Redo mode keys slightly more cleanly and apply them to command prompt
  editing. vi or emacs mode is controlled by the session option status-keys.
* Looking up argv[0] is expensive, so just use p_comm for the window name which
  is good enough. Also increase name update time to 500 ms.
* Only use ri when actually at the top of the screen; just move the cursor up
  otherwise.
* FreeBSD's console wraps lines at $COLUMNS - 1 rather than $COLUMNS (the
  cursor can never be beyond $COLUMNS - 1) and does not appear to support
  changing this behaviour, or any of the obvious possibilities (turning off
  right margin wrapping, insert mode). This is irritating, most notably because
  it impossible to write to the very bottom-right of the screen without
  scrolling. To work around this, if built on FreeBSD and run with a "cons"
  $TERM, the bottom-right cell on the screen is omitted.
* Emulate scroll regions (slowly) to support the few terminals which don't have
  it (some of which don't really have any excuse).
* No longer redraw the status line every status-interval unless it has actually
  changed.
2009-05-02 10:50:57 +00:00
tnn
94f62af98a drop references to firefox-gtk1 2009-04-21 16:47:48 +00:00
wiz
2c13b64035 Update to 1.3.14. Set LICENSE. Convert to user-destdir.
2009-04-12  Heikki Orsila <heikki.orsila@iki.fi>
	* Version 1.3.14
        - Install the man page with proper permissions
        - Fix buffer underflow [CORRECTIVE]
        - Cleanup and fix sfv reading [CORRECTIVE] [PREVENTIVE]
        - Fix test script reporting [CORRECTIVE]
        - Consistent return value (1) for exit() [PREVENTIVE]
2009-04-20 09:36:59 +00:00
reed
6bd6c33907 Update to 1.12.2.
Thanks to Izaac via pkg/41227

Remove two patches.

Improve DESCR, COMMENT, HOMEPAGE, USE_LANGUAGES.

Now using qt4 instead of qt3.

From vym-1.12.2/README.txt

Changelog since 1.8.1
---------------------

- Feature: Restructured internal handling of XML based maps
- Feature: Switched from QSimpleTextItem to QTextItem for Freemind
  support
- Feature: Import of Freemind maps
- Feature: Extended fileformat with object IDs to ease export from
           tomboy to vym
- Feature: Completed german translation
- Feature: Center on selection with "."
- Feature: Most important exports can be scripted now
- Feature: Creating new map with selection as MapCenter
- Feature: Simple export to CSV spreadsheet
- Feature: Copy from past steps in history to current one
- Feature: Editing of frame attributes in branch property window
- Feature: autosave
- Feature: number of undo/redo levels can be changed in settings
- Feature: branch property window settings are saved
- Feature: Added basic macros and documentation
- Feature: Color of selection can be changed now
- Feature: Pen and brush for frames can be set
- Feature: Simple Editor for scripts
- Feature: Added syntax highlighting for editor
- Feature: Unscroll all now only affects selected subtree
- Feature: Modifier Modes now change cursor when CTRL is pressed
- Feature: vym opens spanish documentation, if locale is es*
- Feature: New Frame format
- Feature: Properties dialog for branches instead of context menu entries
- Feature: Only one history window for all editors. State is saved.
- Feature: Canvas ported to QT 4.2 GraphicsView
- Feature: Options to use AntiaAliasing and smooth pixmap
           transformations
- Feature: Thick links use polygons now, less objects in scene
- Feature: More undo commands (and fixes there)
- Feature: Note Editor completly based on QT4 now.
- Feature: Opening of all URLs in a subtree
- Feature: Opening of all vymLinks in a subtree
- Feature: Changed format of configuration file a bit (new file anyway
           with introduction of QT4)
- Feature: Toolbar Layout is saved now
- Feature: Moved floats in XML Export, e.g. XHTML  shows floatimages at

- Bugfix: Added missing standard flag (one of the smileys got lost)
- Bugfix: Wrong parsing of relative positions after load of
          previously zoomed map
- Bugfix: Smother parabel links (Alexander Rettig)
- Bugfix: Workaround for wrong XML generated by QT with in QRichText
          list items
- Bugfix: No output from <span> tags in ASCII export any longer
- Bugfix: Don't ask for directory in XML-based exports like
          KDE-bookmarks
- Bugfix: auto-select/auto-edit new branches
- Bugfix: Visibility of BranchProperty window is saved now
- Bugfix: Undo/Redo dropping images into map
- Bugfix: Undo/Redo of copy/paste steps
- Bugfix: NoteEditor now appears on first click (not 2nd)
- Bugfix: Disable autosave while there are redos available
- Bugfix: After changing link color, that color is applied to all links
          now
- Bugfix: Pasting of FIOs
- Bugfix: No selection of branches while editing heading
- Bugfix: geometry of selection box gets updated while setting scroll or
          hide flag
- Bugfix: Possible segfault when redoing deleteChilds()
- Bugfix: autosave timeout now read from settings file
- Bugfix: Settings for historywindow correclty read now
- Bugfix: Closing property window toggle corresponding button
- Bugfix: Unscroll all childs has saveState now
- Bugfix: Invisible selection after switching mapeditor
- Bugfix: For frames the links always were drawn at bottom of heading
- Bugfix: BranchPropertyWindow updates when selection is changed
- Bugfix: Crash when trying to temporary link to floatimage
- Bugfix: Drawing error when temporary linking subtrees
- Bugfix: Import of KDE Bookmarks
- Bugfix: Export to KDE Bookmarks
- Bugfix: Export to XHTML
- Bugfix: Drag and Drop of URLs now only creates one branch
- Bugfix: Remember last directory before  ASCII/LaTeX export
- Bugfix: Editing in NoteEditor now updates actions (save) again
- Bugfix: Deleting last branch automatically unscrolls parent now
- Bugfix: Scroll/Unscroll has undo/redo now
- Bugfix: xml-parsing code simplified
- Bugfix: Fixed pretty annoying repositioning of view after editing a
          heading. (don't call show() before positioning in heading...)
- Bugfix: Wrong Cursors after pressing CTRL and inserting/relinking
- Bugfix: Save PNG images with quality 100 to workaround image problems
- Bugfix: Remember last directory before XML export
- Bugfix: move branch up/down calls scene()->update() now => much faster
- Bugfix: Relinking of floatimages undo/redo
- Bugfix: printing scales correctly again
- Bugfix: Drag & Drop (basically) works again
- Bugfix: Crash caused by BranchObj::getLastSelected
- Bugfix: Signal handling by changes in TextEditor: Much faster now
- Bugfix: printing is working again
- Bugfix: move up/down to next subtree is working again
- Bugfix: Flags are working again
- Bugfix: Floatimages have correct select box again
- Bugfix: Image format is saved with floatimage
- Bugfix: New recent file handling, fixes crash on Mac OS X
- Bugfix: Position of floatimages is saved again
- Bugfix: Position of floatimages survives adjustCanvasSize()
- Bugfix: Adding branch to scrolled branch unscroll the former
- Bugfix: More undo commands (removed saveStateComplete)
- Bugfix: No more hopping around of floats, when canvas is resized
          (by using relative positions for mainbranches. This might
		  confuse parsing 1.8.56 documents with vym <= 1.8.1
- Bugfix: Mac - XSL stylesheets are found
- Bugfix: Mac - fonts are scaling
- Bugfix: Mac - hand cursor is shown correctly
- Bugfix: Undo/Redo moving floatimages
- Bugfix: Shortcuts for scrolling branches/removing branch
- Bugfix: update-bookmarks script is not only executed, but
          also found now...
- Bugfix: More undo/redo (move of floatimages, relinking of branches)
- Bugfix: More undo/redo commands
- Bugfix: Actions updated after moving a branch now
- Bugfix: vym refuses to start if vymTmpDir can't be created
- Bugfix: Editing headings now works both on Mac and Linux
  beginning of export now
- Bugfix: Floatimages internally are saved as png, preserving the alpha
          channel
- Bugfix: Fixed broken check for non-existent OO-export configuration
2009-04-19 04:07:51 +00:00
wiz
5e4819a2b6 Reset maintainer, gave up commit bit. 2009-04-18 15:03:58 +00:00
drochner
ad62e245d7 update to 2.26.1
changes:
-bugfixes
-translation updates
2009-04-17 18:07:31 +00:00
wiz
1577be544a neon update to 0.28.x changed ABI, so do a recursive bump, PKGREVISION++.
Noted by obache@ on pkgsrc-changes@
2009-04-16 21:42:40 +00:00
rh
8d9ea9a13f Use fhs filesystem layout to make Addresses more hier(7) compliant.
Bump PKGREVISION.
2009-04-13 12:37:22 +00:00
wiz
86906dbad4 Update to 1.2.1. Convert to user-destdir, set LICENSE.
This is a bug fix only release, as all the new features are being
implemented in the 2.x codebase.

(Note that for Windows users we recommend uninstalling the previous
version before doing an upgrade.)

-Fix bug so that vice versa cards now always start with grade 0.
-Fix problems with missing locale under some unix systems.
-Fix hang under Spanish translation.
-Danish translation by Randi H.
-Esperanto translation by jchthys.
-updated Japanese translation by Patrick Kenny.
2009-04-12 16:37:25 +00:00
joerg
368d71b62e Remove redundant NO_CHECKSUM and EXTRACT_ONLY definitions. 2009-04-09 00:48:06 +00:00
minskim
35e19d3f45 Update rubygems to 1.3.1.
New features since 1.2.0:
* RubyGems doesn't print LOCAL/REMOTE titles for `gem query` and friends if
  stdout is not a TTY, except with --both.
* Added Gem.find_files, allows a gem to discover features provided by other
  gems.
* Added pre/post (un)install hooks for packagers of RubyGems.  (Not for gems
  themselves).
* RubyGems now installs gems into ~/.gem if GEM_HOME is not writable.  Use
  --no-user-install command-line switch to disable this behavior.
* Fetching specs for update now uses If-Modified-Since requests.
* RubyGems now updates the ri cache when the rdoc gem is installed and
  documentation is generated.
2009-04-07 07:35:44 +00:00
markd
cc0df01cb0 Bump PKGREVISION for neon update. 2009-04-06 12:59:29 +00:00
tnn
c65e145f99 back out my previous change, looks like I was bitten by pkg/41150 after all 2009-04-06 12:41:41 +00:00
tnn
bb8874e3a3 ccache causes "error 65280" while making OOO300_m15/svx/source/gengal,
so set IGNORE_CCACHE=yes for this package.
2009-04-03 15:03:30 +00:00
manu
bdbe676263 Fix build on NetBSD-4: libldap is required even with LDAP support disabled 2009-03-28 18:11:43 +00:00
he
43cafc3804 Bump PKGREVISION following the update of textproc/icu, and the
corresponding change of ABI.

OK'ed by wiz@ (as was the textproc/icu update).
2009-03-25 22:37:12 +00:00
darcy
e9660daec1 Drop MAINTAINERSIP at MAINTAINER's request. 2009-03-24 13:35:47 +00:00
wiz
b1076bb765 Remove msgfmtstrip scripts and targets using them, now that the
infrastructure supports this properly (thanks joerg!).
2009-03-22 19:01:37 +00:00
wiz
d81d467436 Update to 0.15.3:
0.15.3:
Bugfix release from 0.15.2.  The windows configure flag was backwards
which lead to many people buliding without gconf support in.  This
is a bad bad thing because gWaei gets the install URLs through the
gconf preferences.  (The windows build is still experimental only!)

0.15.2:
A number of fixes has gone into this version. More polish has been
applied to the terminal interface, some bugs squashed, and more
compatibility with different distros added. The program should be
compilable on Debian Lenny now. Windows compatibility is coming
along too.

Because I happened to notice a large bug today after releasing,
another bug fix release will be coming up soon. It has to do with
the romanji->kata conversion system still acting up. Just turn it
off if you think it is causing problem s with your searches in the
preferences. Particularly for queries containing kanji, the results
will be undefined and random.
2009-03-22 17:37:39 +00:00
joerg
2d1ba244e9 Simply and speed up buildlink3.mk files and processing.
This changes the buildlink3.mk files to use an include guard for the
recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS,
BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new
variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of
enter/exit marker, which can be used to reconstruct the tree and
to determine first level includes. Avoiding := for large variables
(BUILDLINK_ORDER) speeds up parse time as += has linear complexity.
The include guard reduces system time by avoiding reading files over and
over again. For complex packages this reduces both %user and %sys time to
half of the former time.
2009-03-20 19:23:50 +00:00
drochner
e2753cff56 update to 0.10.2
Version 0.10.2 is based on the recent release of QT 4.5, which should fix
startup problems which some users experienced with version 0.10.1.
This change should also solve some Mac rendering bugs and speed up
the GUI elements of the program.
A new projection mode is now available, called "Hammer-Aitoff", which
allows for very wide fields of view (up to 360 degrees). This release
also includes many bug fixes and some general performance tweaks.

(The note about qt-4.5 is misleading. It works with 4.4 as well.)
2009-03-19 11:43:06 +00:00
hasso
6e5fd78da7 * Update to 2.4.1.
* Attempt to fix documentation paths.
* Replace US/Mountain with America/Denver in tests. DragonFly and FreeBSD
  don't accept historic timezone names.

See http://www.taskjuggler.org/manual-2.4.1/change_log.html for upstream
changelog.
2009-03-19 09:44:58 +00:00
jmcneill
76da43bbfa Update gok to 2.26.0.
What's new in GOK 2.26.0?

	* Lots of translation updates

What's new in GOK 2.25.91?

	Bug fixes:

	#435973 - Migrate to GtkAboutDialog
	#560441 - Remove deprecated GLib symbols
	#567105 - Fix empty msgid's
	#570756 - Disable XEvIE by default (Li Yuan)

	New and updated translations:

	[bg] Alexander Shopov
	[da] Kenneth Nielsen
    	[es] Jorge Gonzalez
    	[eu] Inaki Larranaga Murgoitio
    	[nb] Kjartan Maraas
    	[nl] Wouter Bolsterlee
    	[pt] Duarte Loreto
    	[sv] Daniel Nylander
    	[vi] Clytie Siddall
	[zh_HK] Chao-Hsiung Liao
	[zh_TW] Chao-Hsiung Liao

What's new in GOK 2.25.90?

	* Bug fixes: #536277
	* New '--disable-autobranch' command-line option.

What's new in GOK 2.25.3?

	* Migration to msgctxt (#567105), thanks to Leonardo Ferreira Fontenelle.

	* Updated translations.
2009-03-18 02:14:42 +00:00
jmcneill
8055690d83 Update deskbar-applet to 2.26.0.
=====================
deskbar-applet 2.26.0
=====================

This is the first stable release of the 2.26 series.

Translations:
- Updated as: Amitakhya Phuka
- Updated bn_IN: Runa Bhattacharjee
- Updated el: Jennie Petoumenou
- Updated et: Priit Laes
- Updated gl: Ignacio Casal Quinteiro
- Updated gu: Ankitkumar Patel
- Updated he: Yair Hershkovitz
- Updated hu: Gabor Kelemen
- Updated lt: Gintautas Miliauskas
- Updated ml: Praveen Arimbrathodiyil, Ani Peter
- Updated mr: Sandeep Shedmake
- Updated nb: Kjartan Maraas
- Updated or: MAnoj Kumar Giri
- Updated ru: Nickolay V. Shmyrev
- Updated ta: I. Felix
- Updated te: Krishnababu K
- Updated tr: Baris Cicek

Help Manual Translations:
-Updated en_GB: Jen Ockwell

======================
deskbar-applet 2.25.92
======================

- Fixed #572291, Bookmark search doesn't match on Epiphany topics (Sebastian Pölsterl)

Translations:
- Updated ca: Gil Forcada
- Updated de: Nathan-J. Hirschauer
- Updated en_GB: Philip Withnall, David Lodge
- Updated fr: Bruno Brouard
- Updated gu: Sweta Kothari
- Updated it: Milo Casagrande
- Updated kn: Shankar Prasad
- Updated ko: Changwoo Ryu
- Updated lv: Raivis Dejus
- Updated pt_BR: Krix Apolinário, Jonh Wendell

Help Manual Translations:
- Updated de: Mario Blättermann

======================
deskbar-applet 2.25.91
======================

- Fixed bug that only local GTK bookmarks showed up.
- Searching for bookmark name is case insensitive now.
- Check if there's an default application to open the url in ShowUrlAction.is_valid
- Fixed bug that first and last category where not selectable with keyboard
- Select last item when Enter is pressed in entry when the applet is on the bottom panel
- Set correct sort order of CuemiacTreeView at startup

Translations:
- Updated be@latin: Ihar Hrachyshka
- Updated bg: Alexander Shopov
- Updated cs: Pavel Šefránek
- Updated eu: Iñaki Larrañaga Murgoitio
- Updated fi: Ilkka Tuohela
- Updated ja: Takeshi AIHANA
- Updated nb: Kjartan Maraas
- Updated pl: Tomasz Dominikowski
- Updated pt: Duarte Loreto
- Updated ro: Jani Monoses, Adi Roiban
- Updated sv: Daniel Nylander
- Updated th: Theppitak Karoonboonyanan
- Updated vi: Clytie Siddall
- Updated zh_HK: Chao-Hsiung Liao
- Updated zh_TW: Chao-Hsiung Liao

======================
deskbar-applet 2.25.90
======================
- Fixed #569260, crash in Deskbar: started typing 3 (based on patch by Tom Parker)
- Fixed #528184, Write OpenSearch module (based on work by Arthur Perton)
- Fixed #419211, Web search in new a browser window (Sebastian Pölsterl)
- Fixed #542861, Deskbar applet has a pixel border when placed at the edge of the screen (Sebastian Pölsterl)
- Fixed #557801, Results category nodes are not keyboard focusable (Sebastian Pölsterl)
- Fixed #569093, use indexer for path searches (patch by Juri Pakaste)
- Fixed #570059, Strings from .ui files missing from translation template (Sebastian Pölsterl)
- Fixed bug that same GoogleCodeSearchMatch has been added multiple times and assign priorities to matches (Sebastian Pölsterl)
- Added match to yahoo, googlesearch and googlecodesearch that opens the results in the browser (Sebastian Pölsterl)

Translations:
- Updated ca: Gil Forcada
- Updated da: Kenneth Nielsen
- Updated es: Jorge González
- Updated fi: Ilkka Tuohela
- Updated gu: Sweta Kothari
- Updated hu: Gabor Kelemen
- Updated ko: Changwoo Ryu
- Updated nb: Kjartan Maraas
- Updated pt_BR: Daniel S. Koda

=====================
deskbar-applet 2.25.5
=====================

- Fixed #567422, Add missing include to eggaccelerators.c (patch by Magnus Boman)
- Fixed launch_default_for_uri_and_scheme function to work with ghelp and mailto addresses (Sebastian Pölsterl)

Translations:
- Updated ca: Gil Forcada
- Updated he: Yair Hershkovitz, Mark Krapivner
- Updated sv: Daniel Nylander
- Updated th: Theppitak Karoonboonyanan

=====================
deskbar-applet 2.25.4
=====================

- Fixed #558858, Deskbar stops working when closing by 'x' (Sebastian Pölsterl)
- Fixed #564726, configure doesn't detect pygtk in alternative directories (patch by Frederic Peters)

Translations:
- Updated be@latin: Ihar Hračyška
- Updated el: Jennie Petoumenou
- Updated es: Jorge González
- Updated hu: Gabor Kelemen
- Updated nb: Kjartan Maraas

=====================
deskbar-applet 2.25.3
=====================

- Show windows that are part of viewport that is currently not visible (Daniel Wutke)

=====================
deskbar-applet 2.25.2
=====================

Despite bug fixes this release adds a new reboot action.

- Fixed #552204, AttributeError: 'NoneType' object has no attribute 'get_actions' in __get_match_action_for_cell (Sebastian Pölsterl)
- Fixed #559169, gnome power manager has new dbus path, this breaks some code in gdmaction module (patch by Christian Assing)
- Fixed #560190, Added RebootAction and RebootMatch (Sebastian Pölsterl)
- Fixed #561181, Support both simplejson and json module (Sebastian Pölsterl)

Translations:
- Updated es: Jorge González
- Updated pt_BR: Leonardo Gregianin, Og Maciel
- Updated sv: Daniel Nylander

=====================
deskbar-applet 2.25.1
=====================

In this release all gnomevfs calls have been ported
to gio and from glade files are replaced GTK builder UI
files. Therefore, pygobject 2.15.3 or later is required.

- Fixed #557570, Crash when proxy port changed (Sebastian Pölsterl)
- Fixed #551218, Use of strings "Croation" and "Croatian" (Sebastian Pölsterl)
- Fixed #552203, Typo: affect (Sebastian Pölsterl)

Translations:
- Updated ast: Gil Forcada, Astur
- Updated de: Christian Kirbach
- Updated ja: Takeshi AIHANA
- Updated uk: Maxim Dziumanenko
2009-03-18 01:51:36 +00:00
jmcneill
7ecb0c9380 Update mousetweaks to 2.26.0.
Version 2.26.0
--------------

New and updated translations:

	- [as] Amitakhya Phukan
	- [el] Jennie Petoumenou
	- [gu] Sweta Kothari, Ankit Patel
	- [lt] Vytautas Liuolia
	- [mr] Sandeep Shedmake
	- [te] Krishna Babu K
	- [ru] Yuriy Penkin

New and updated manual translation:

	- [de] Mario Blättermann

Version 2.25.92
---------------

Misc improvements/fixes:

    * LP #332084: Fix possible crash if accessible object is defunct.

New and updated translations:

    - [ca] Gil Forcada
    - [cs] Adrian Guniš
    - [de] Wolfgang Stoeggl
    - [en_GB] Philip Withnall
    - [fi] Ilkka Tuohela
    - [fr] Bruno Brouard
    - [he] Yair Hershkovitz
    - [ja] Takeshi Aihana
    - [ko] Changwoo Ryu
    - [ml] Hari Vishnu
    - [pt] Duarte Loreto
    - [pt_BR] Fabrício Godoy
    - [sl] Matej Urbančič
    - [ta] Dr.T.Vasudevan
    - [tr] Baris Cicek
    - [zh_HK] Chao-Hsiung Liao
    - [zh_TW] Chao-Hsiung Liao

Version 2.25.91
---------------

Misc improvements/fixes:

    * #571133: Improve long descriptions in schemas.
    * #569457: Also keep english gconf values in translations.

New and updated translations:

	- [bg] Alexander Shopov
	- [da] Per Kongstad
	- [es] Jorge González
	- [eu] Iñaki Larrañaga Murgoitio
	- [hu] Gabor Kelemen
	- [nl] Wouter Bolsterlee
	- [pa] Amanpreet Singh Alam
	- [pl] Tomasz Dominikowski
	- [ro] Adi Roiban
	- [sv] Daniel Nylander
	- [th] Theppitak Karoonboonyanan
	- [vi] Clytie Siddall
	- [zh_HK] Chao-Hsiung Liao
	- [zh_TW] Chao-Hsiung Liao

New and updated manual translation:

	- [es] Jorge González
	- [it] Milo Casagrande

Version 2.25.90
---------------

Misc improvements/fixes:

    * Update manual for GNOME 2.26 and raise its license to GFDL 1.3.

New and updated translations:

	- [ca] Gil Forcada
	- [fi] Ilkka Tuohela
	- [ko] Changwoo Ryu

New and updated manual translation:

	- [sv] Daniel Nylander

Version 2.25.5
--------------

Misc improvements/fixes:

	* Remove old glade files.
	* Improve key descriptions in pointer-capture-applet.schemas.

Bug fixes:

	#545059: Use standard icon for activation button on dwell applet
	         and use standard icon name.
	#567197: Use N_() instead of _() for command-line options.
	#567483: Add missing <locale.h>.

New and updated translations:

    - [es] Jorge González
    - [he] Yair Hershkovitz
    - [pt_BR] Leonardo Ferreira Fontenelle
    - [sl] Matej Urbančič
    - [sv] Daniel Nylander

Version 2.25.4
--------------

Misc improvements/fixes:

	* Improved descriptions in pointer-capture-applet.schemas

New and updated translations:

    - [sl] Matej Urbančič


Version 2.25.3
--------------

This version has been skipped.

Version 2.25.2
--------------

Misc improvements/fixes:

	* Increase internal double click delay in dwell mode to
	  make it compatible to gftp.

Bug fixes:

	#562212: Fix conflict when dwell click and simulated secondary
	         click are simultaneously running.

New and updated translations:

    - [cs] Adrian Guniš
    - [es] Jorge González
	- [et] Ivar Smolin
	- [eu] Iñaki Larrañaga Murgoitio

Version 2.25.1
--------------

Misc improvements/fixes:

	* Migrated from libglade to GtkBuilder

Bug fixes:

	#556946: Fixed accessibility warning at GDM

New and updated translations:

	- [et] Ivar Smolin
	- [zh_CN] Funda Wang
2009-03-17 23:20:11 +00:00
darcy
57ded33aec Correct email address for generic MAINTAINER. 2009-03-17 21:40:44 +00:00
jmcneill
fb4152d030 Update yelp to 2.26.0.
Changes in 2.26.0:
------------------
* Don't assume order of certain man macros, bug #568066 (Andy Owen)
* Fixed locking issue, bug #568058 (Andy Owen)
* Updated translations:
  mai     (Rajesh Ranjan)
  hi      (Rajesh Ranjan)
  as      (Amitakhya Phukan)
  ml      (Ani Peter)
  te      (Krishnababu K)
  he      (Yair Hershkovitz)

Changes in 2.25.1:
------------------
* RTL fixes, bug #573159, Shaun McCance
* Fixed libxul[-embedding] detection, Christian Persch
* Removed deprecated GTK symbols, bug #571868, Thomas H.P. Andersen
* Fixed crasher, bug #552947, Antonio Litterio
* Fixed loading of local HTML files, bug #562137, Josselin Mouette
* Updated translations:
  ar          (Khaled Hosny)
  ast         (Mikel González)
  et          (Ivar Smolin)
  it          (Milo Casagrande)
  ko          (Changwoo Ryu)
  la          (Rafael Garcia)
  ps          (Zabeeh Khan)
  sv          (Daniel Nylander)
  uz          (Nurali Abdurahmonov)
  uz@cyrillic (Nurali Abdurahmonov)
  zh_HK       (Chao-Hsiung Liao)
  zh_TW       (Chao-Hsiung Liao)
2009-03-17 12:19:35 +00:00
jmcneill
6b7e2398cf Update gnome-utils to 2.26.0.
====================================================================
GNOME Utilities 2.26.0 (16th March 2009) - "So They Say"

    * First stable release of the 2.26 cycle

Baobab

    * Fix bug 574105 - Do no show GVfs FUSE file systems in the
      preferences dialog

Dictionary

    * Nothing

Floppy

    * Nothing

Screenshot

    * Fix bug 573939 - Disable the delay option when taking a
      screenshot of a user selected area

Search Tool

    * Nothing

System Log Viewer

    * Nothing

Translations Updated by:

    Runa Bhattacharjee (bn_IN), Joan Duran (ca), Adrian Guniš (cs),
    Ask Hjorth Larsen (da), Hendrik Richter (de), Fotis Tsamis (el),
    Ivar Smolin (et), Iñaki Larrañaga Murgoitio (eu), Meelad Zakaria (fa),
    Suso Baleato (gl), Ankit Patel (gu), Rajesh Ranjan (hi),
    Andrea Zagli (it), Shankar Prasad (kn), Changwoo Ryu (ko),
    Žygimantas Beručka (lt), Praveen Arimbrathodiyil (ml),
    Sandeep Shedmake (mr), Kjartan Maraas (nb), Manoj Kumar Giri (or),
    Tomasz Dominikowski (pl), Djavan Fagundes (pt_BR), Adi Roiban (ro),
    Yuriy Penkin (ru), I. Felix (ta), Krishna Babu K (te),
    Chao-Hsiung Liao (zh_HK), Chao-Hsiung Liao (zh_TW)

====================================================================
GNOME Utilities 2.25.92 (2th March 2009) - "La La Land"

    * Fifth unstable release of the 2.25 cycle

Baobab
    * Use g_return_val_if_fail instead of g_return_if_fail.

Dictionary
    * Replace deprecated gtk_entry_set_editable.

Floppy

Screenshot

    * Initialize threads at startup and explicitely depend on GThreads.
    * If we are in a  multi-monitor setup that is not rectangular
      blank out the "invisible" areas from the rectangular root window.
    * Don't try to shape the root window.
    * Add support for taking a screenshot of an user-defined selection.

Search Tool

    * Get rid of deprecated libart calls.
    * Get rid of deprecated GTK_CHECK_* macros.

System Log Viewer

    * Explicitely depend on GThreads.
    * Gather all the readable log files from /var/log and /etc/syslog.conf
      instead of hardcoding obsolete values.

Translations Updated by:
    - Updated ast: Gil Forcada, Astur
    - Updated ca: Joan Duran
    - Updated cs: Adrian Gunis, Petr Kovar
    - Updated da: Ask H, Ask Hjorth Larsen
    - Updated en_GB: David Lodge, Philip Withnall
    - Updated es: Jorge González
    - Updated et: Ivar Smolin
    - Updated fi: Ilkka Tuohela
    - Updated fr: Claude Paroz, Frederic Peters
    - Updated gu: Sweta Kothari
    - Updated hu: Gabor Kelemen
    - Updated it: Andrea Zagli
    - Updated ja: Takeshi AIHANA
    - Updated nb: Kjartan Maraas
    - Updated nl: Wouter Bolsterlee
    - Updated pl: Tomasz Dominikowski
    - Updated pt: Duarte Loreto
    - Updated ro: Adi Roiban, Jani Monoses
    - Updated sk: Pavol Klačanský
    - Updated sv: Daniel Nylander
    - Updated th: Theppitak Karoonboonyanan
    - Updated vi: Clytie Siddall
    - Updated zh_HK: Chao-Hsiung Liao
    - Updated zh_TW: Chao-Hsiung Liao

==================================================================
GNOME Utilities 2.25.90 (9th January 2009) - "Everyday Peace"

    * Fourth unstable release of the 2.25 cycle

Baobab

    * Fix bug #567834 - Crash with segfault when trying to performe
      "scan folder" on a partition which is NOT included in "folders
      to scan"

Dictionary

Floppy

Screenshot

    * Fix bug #567205 - Register the new files with GtkRecentManager

Search Tool

System Log Viewer

    * Correctly initialize threads
    * Do not install the test-reader binary
    * Fix bug #567170 - left sidebar displays arrows when not required
    * Fix bug #569807 - gnome-system-log crashed with SIGSEGV in
      IA__g_cclosure_marshal_VOID__POINTER()

Translations Updated by:

    Jorge González (es), Mark Krapivner (he), Changwoo Ryu (ko),
    Raivis Dejus (lv), Kjartan Maraas (nb)

===================================================================
GNOME Utilities 2.25.2 (9th January 2009) - "Dark Entries"

    * Brown paper bag release to fix System Log Viewer GConf schemas
      not properly installed. Thanks to Sebastian Bacher.

===================================================================
GNOME Utilities 2.25.1 (8th January 2009) - "People Are Strange"

    * Second unstable release of the 2.25 cycle
    * Completely rewritten System Log Viewer

Baobab

    * Nothing

Dictionary

    * Fix bug #454691 – Messages in the gnome-dictionary --help output
      are not all translated [Emmanuele Bassi]
    * Use the right order when passing arguments to
      PANEL_APPLET_BONOBO_FACTORY [Yanko Kaneti]

Floppy

    * Fix bug #565388 - Drop libgnome/libgnomeui dependency
      [Cosimo Cecchi, Emilio Pozuelo Monfort]

Screenshot

    * Nothing

Search Tool

    * Nothing

System Log Viewer

    * Merged the rewrite to trunk.
    * Bug #375684 - Rename the menu item to read a more descriptive
      "Log File Viewer" [Calum Benson]

Translations by:

    Marcel Telka (sk), Jorge Gonzalez (es), Kjartan Maraas (nb).

===================================================================
GNOME Utilities 2.25.0 (19th December 2008) - "Maybe This Christmas"

    * First unstable release of the 2.25 cycle
    * Drop libgnomeui dependency for gnome-screenshot
      (#557169) [Cosimo Cecchi]
    * Add Cosimo Cecchi to the GNOME Utilities maintainers

Baobab

    * Fix bug #561257 - Use single GTK+ include [Maxim Ermilov]
    * Root partition cannot be unselected
    * Plug a mem leak [Cosimo Cecchi]
    * Drop libgnome dependency (#557264) [Cosimo Cecchi]
    * Fix bug #557226 - Do not scan /sys

Dictionary

    * Remove libgnome/libgnomeui dependency (#563970) [Cosimo Cecchi]
    * Fix bug #561257 - Use single GTK+ include [Maxim Ermilov]
    * Fix bug #558980 - gnome-dictionary desktop file hardcodes
      icon extension [Olivier Blin]

Floppy

    * Nothing

Screenshot

    * Plug memory leaks
    * Set a meaningful title for the interactive dialog (#434581)
    * Fix the mouse cursor overlay when not in fullscreen mode (#559594)
    * Always use the delay command line argument if present (#554114)
    * Move the "Copy to Clipboard" button as per HIG (#554805)
    * Drop libgnomeui dependency

Search Tool

    * Fix bug #561257 - Use single GTK+ include [Maxim Ermilov]

System Log Viewer

    * Start some clean up of the code base to bring it to the
      XXI century [Cosimo Cecchi]

Translations by:

    Anas Afif Emad (ar), Ihar Hrachyshka (be@latin), Joan Duran (ca),
    Jorge González (es), Ivar Smolin (et), Mark Krapivner (he),
    Takeshi AIHANA (ja), Jovan Naumovski (mk), Kjartan Maraas (nb),
    Leonardo Ferreira Fontenelle (pt_BR)
2009-03-17 12:07:47 +00:00
jmcneill
ef5b0944b8 Update gnome-user-docs to 2.26.0.
Version 2.26.0:
---------------
* Accessibility Guide:
  - Added keybindings for toggling flat review (Willie Walker)
  - Updated translations:
    de      (Simon Bienlein)
    es      (Jorge Gonzalez)
    hu      (Attila Hammer)
* System Admin Guide:
  - Updated translations:
    de      (Mario Blättermann)
* User Guide:
  - Updates to the Nautilus documentation, bug #571392 (Matthias Clasen)
  - Updates to the screen resolutjion documentation, bug #572603 (Matthias Clasen)
  - Updated translations:
    cs      (Lucas Lommer)
    de      (Mario Blättermann)
    es      (Jorge Gonzalez)
    it      (Milo Casagrande)
    pa      (Amanpreet Singh Alam)
    sv      (Daniel Nylander)
    th      (Theppitak Karoonboonyanan)

Version 2.25.1:
---------------
* Accessibility Guide:
  - Updated translations:
    de      (Simon Bienlein)
    es      (Jorge Gonzalez)
    eu      (Inaki Larranaga Murgoitio)
    fi      (Timo Jyrinki)
    it      (Luca Ferretti)
    sv      (Daniel Nylander)
* System Admin Guide:
  - Updated translations:
    ca      (Joan Duran)
    eu      (Inaki Larranaga Murgoitio)
    it      (Luca Ferretti)
    sv      (Daniel Nylander)
* User Guide:
  - Updated keybinding capplet docs, #571018, Matthias Clasen
  - Updated window capplet docs, #570915, Matthias Clasen
  - Updated gnome-screenshot docs, #571017, Matthias Clasen
  - Updated preferred applications docs, #413452, Claude Paroz
  - Updated translations:
    es      (Jorge Gonzalez)
2009-03-17 11:27:02 +00:00
jmcneill
869cab2acf Update gnome-devel-docs to 2.26.0.
Version 2.26.0
--------------
* Human Interface Guidelines:
  - Fixed an image to match text (Calum Benson)
  - Validity fixes (Shaun McCance)
* Integration Guide:
  - Minor fixes (Leonardo Ferreira Fontenelle, Federico Mena Quintero)
  - Updated translations:
    cs      (Lucas Lommer)
    en_GB   (Jen Ockwell)
    es      (Jorge Gonzalez)
    pt_BR   (Leonardo Ferreira Fontenelle)
    sv      (Daniel Nylander)
* Platform Overview:
  - Fixed some links to freedesktop.org specs, bug #558800 (Shaun McCance)
  - Updated cvs.gnome.org to svn.gnome.org, bug #566039 (Adam Dingle)
  - Various typo corrections
  - Updated translations:
    es      (Jorge Gonzalez)
    fr      (Frederic Peters)
    ru      (Nikita Belobrov)
* Accessibility Devel Guide:
  - Various updates
2009-03-17 10:45:53 +00:00
hasso
a04c16bec0 Make it build on DragonFly. 2009-03-16 10:18:31 +00:00
jmcneill
035418bbf2 Update orca to 2.26.0.
* Many bug fixes and performance improvements across the board (over 160
      bugs)
    * A couple very serious hangs were eliminated.
    * Speech pitch, rate, and volume now change on the fly when adjusting
      them in the preferences UI.
    * Vastly improved support for ARIA in Firefox.
    * Improved performance and reliability for flat review.
    * New feature to speak MultiCaseStrings as individual words.
    * New feature to automatically speak shortcuts (mnemonics).
    * Known Problems:
          o See the open bugs in the Orca bug database. We not only track
            Orca bugs in the Orca bug database, we also track bugs in other
            components that affect Orca's ability to provide good access to
            them.
          o Compiz is still not fully accessibility friendly at this point
            in time. We recommend you stick with Metacity until the Compiz
            kinks are worked out. If you're using Compiz and want to switch
            to Metacity, you can run the following command:
            metacity --replace.
2009-03-16 09:12:25 +00:00
wiz
38cf030395 Update to 0.15.1:
2009-03-01: Released gWaei 0.15.1
    Bug fix release! This should fix the issue some people were having doing
    searches that contained kanji.

    Other changes include gconf being abstracted out.  It is possible to
    compile the program  withotu gconf available...though it isn't recommended.
    Also, the deb installs and uninstalls now exit cleanly with no errors.

    Last, an updated italian translation has now been added! (Thanks Fabrizio!)
2009-03-10 10:53:49 +00:00
hasso
75c8a1be1c Needs msgfmt. 2009-03-09 13:24:44 +00:00
wiz
78b7af7df5 Use mk/omf-scrollkeeper.mk instead of textproc/rarian/omf.mk. 2009-03-08 15:56:43 +00:00
hasso
235a04c565 Added misc/tmux version 0.7nb1. 2009-03-06 12:29:06 +00:00
hasso
22c5cd6724 Tmux is a "terminal multiplexer", it enables a number of terminals
(or windows) to be accessed and controlled from a single terminal.
Tmux is intended to be a simple, modern, BSD-licensed alternative
to programs such as GNU screen.

Brought in from pkgsrc-wip (PR 40497) where it was maintained by
Fulvio Ciriaco.
2009-03-06 12:16:17 +00:00
snj
712298fabb Say goodbye to gstreamer-0.8 and its friends. 2009-03-05 22:46:21 +00:00
jmmv
476e25c10b Fix destdir support by defining PKG_DESTDIR_SUPPORT early enough and by
not setting setuid permissions too early.
2009-03-05 09:59:12 +00:00
hasso
394f3324d1 Needs msgfmt. 2009-03-03 12:58:25 +00:00
explorer
eb7f654b11 regenerate 2009-03-03 12:34:33 +00:00
explorer
5cee871208 add a cast to (unsigned long) to work around time_t issues. This is a quick fix to make this build with our new shiny time_t. 2009-03-03 12:34:15 +00:00
adrianp
9098002713 Allow override of CURSES_DEFAULT using options.mk 2009-03-02 21:11:49 +00:00
wiz
94fffb00f1 Update to 0.15.0:
2009-02-21: Released gWaei 0.15.0
  The newest version of gWaei has finally arrived!  This version took so long
  because it was edging on being a total rewrite.  Many of the dangling
  variables that I had floating around are now neatly put away into C structs.

  On the front end, there is a link saying "Where can I get other dictionaries?"
  This is meant to help people find other dictionaries that may work with gwaei.

  Last, and the most interesting, gtk support is now OPTIONAL in gWaei.  You can
  access most of the program's features through the terminal now! The program
  creates a symbalic link called waei on installation that can be used to
  access all of this console goodness.
2009-03-01 15:13:21 +00:00
wiz
4d3fc5d8e2 Update to 20090224, various changes. 2009-03-01 15:03:00 +00:00
joerg
ba218cd9da DESTDIR support. 2009-02-25 20:46:18 +00:00
wiz
ae61ba2196 Drop maintainership. 2009-02-24 16:15:22 +00:00
wiz
fb81516aaa Update to 2.24.4:
2.24.4 - 18-Feb-2008

General:

* Fix for bug #553678 - orca can act badly at login time.  This was a
  bad one where pressing Ctrl+s to invoked Orca in speech mode after
  pressing Ctrl+m to invoke Orca with the magnifier would cause the
  magnifier to freeze in one spot.

* Fix for bug #561548 - Orca locks up when closing some Pidgin
  conversations.  Also helps with bug #567864.  This was a very bad
  hang that several people reported on the Orca list.

* Fix for bug #568589 - braillegenerator adding image string versus
  braille.Component for table cells.  This was exposed after the
  OpenSolaris packagemanager made changes to add accessible names for
  images in the package list.  Prior to the fix for bug #568589, Orca
  would go silent in the revised packagemanager list.

* Fix for bug #568751 - Interaction with the punctuation preferences
  can cause a hang.  This was another bad hang reported on the Orca
  list.

* Fix for bug #568875 - Pressing "Apply" button in preferences dialog
  causes autostart option to be checked.  This caused some users much
  confusion.

* Fix for bug #569343 - Speaking of indentation is misleading.  Users
  deemed this to be misleading enough that they wanted this fixed for
  2.24.4 (i.e., they didn't want to wait for 2.26.0).

* Part of fix for bug #570387 - Clean up the speech tab of the
  preferences UI. This causes Page Up and Page Down to work on the
  hscales.  Before this, only the arrow keys worked, which could
  require users to arrow 1 unit at a time across a 100 unit scale.

* Fix for bug #572294 - Need a sanity check in the default script's
  locusOfFocusChanged.  This would cause Thunderbird to go quiet and
  also cause Orca to consume normal typing keys that it should not
  consume.

Evolution:

* Fix for bug #567428 -"readonly text" spoken when caret changes line.
  This was a big usability issue.

* Fix for bug #570390 - Spellcheck in evolution is badly broken.

Firefox/Thunderbird:

* Fix for bug #537303 - Certain FF3 add-ons interfere with Orca's
  ability to provide access to content.

* Fix for bug #567864 - Orca stops responding when flat review is used
  in thunderbird message window and message is closed.  This was a
  very bad hang reported by several users on the Orca list.

* Fix for bug #567984 - Structural navigation needs to consider text
  within the document frame.

* Fix for bug #568631 - Orca does not update the position for
  same-page links which reference objects by name/id in Firefox 3.

* Fix for bug #568768 - Orca starts at the top of a newly-loaded page
  rather than the specified fragment.  This was a very bad usability
  problem when navigating across web pages.

* Fix for bug #552965 - (ARIA) aria-valuetext ignored

* Fix for bug #555540 - (ARIA) Add support for additional landmark roles.

* Fix for bug #568467 - (ARIA) aria-describedby text spoken twice via
  Where Am I

* Fix for bug #568550 - (ARIA) Add default keybindings for navigating by
  landmarks

* Fix for bug #569346 - (ARIA) No speech for image-only ARIA buttons
  and ARIA menu items

* Fix for bug #569835 - (ARIA) Orca should support the ARIA haspopup
  attribute

* Fix for bug #570551 - (ARIA) UIUC Number Guessing Game Alert Dialog
  not presented when it appears.

* Fix for bug #570524 - (ARIA) Issues with Dojo combo box interaction.

* Fix for bug #570532 - (ARIA) Alert text not brailled when navigating
  it.

* Work on bug #571058 - (ARIA) Orca's caret navigation is kicking in
  when it shouldn't be.
2009-02-24 12:13:14 +00:00
wiz
bd6af23a40 Update to 0.14.0:
2009-01-26: Released gWaei 0.14.0
  New features!  The preferences dialog has recieved an options boost.  There
  is a new advanced tab.  On of the most interesting options is the ability
  to adjust the highlight colors.

  The search engine has been upgraded a bit.  Bugs fixed, works better with
  NetBSD, does better sorting of Japanese searches.

  Last, the japanese locale requirements have been loosened.  They aren't as
  important as I had once thought.  Though it is nice because it makes gtk
  antialias the japanese text on my systems.
2009-02-23 11:25:18 +00:00
wiz
fd3069e75e Update to 0.77:
[Changes for 0.77 - 2008-12-29]

 * Locale::Maketext::Extract::Plugin::FormFu
    - Rewrote the FormFu plugin completely to use the YAML.pm parser.
      Previously, this plugin was completely broken.
    - Resolves bugs:
       - http://rt.cpan.org/Ticket/Display.html?id=42000
         # Locale::Maketext::Extract::Plugin::FormFu broken
       - http://rt.cpan.org/Ticket/Display.html?id=39292
         # Parsing formfu config

 * Locale::Maketext::Extract::Plugin::YAML
    - Improved the accuracy of the line numbers.
    - Added documentation and tests for using folded and block scalars.

 * Locale::Maketext::Extract::Plugin::PPI
    - Added a PPI based Perl plugin - more accurate than the Perl plugin,
      but much slower.
    - Not enabled by default
    - moved the Perl extraction tests into t/51-perlextract.t
    - Resolves bug: http://rt.cpan.org/Ticket/Display.html?id=14701
      # xgettext doesn't handle interpolating functions

 Also, corrected the POD to use the correct names for the plugins.

[Changes for 0.76 - 2008-12-14]

 * Locale::Maketext::Extract / Locale::Maketext::Lexicon::Gettext
   - Roundtripping of fuzzy comments now works. If a translation is marked
     by the translator as fuzzy, then it should remain so when re-extracted
   - Added tests for roundtripping of fuzzy, and for format markers

 * Locale::Maketext::Lexicon
   - Fixed bug http://rt.cpan.org/Public/Bug/Display.html?id=14999
     # relative paths to lang files fail
   - added tests to prove it

 * Locale::Maketext::Extract::Plugin::TT2
   - changed the line string to contain only the start line, and not the range
     as this was not consistent with the gettext spec

[Changes for 0.75 - 2008-11-24]

 * Locale::Maketext::Extract / Locale::Maketext::Extract::Run
   Changed the order of extraction to:
     - extract all strings
     - then read, compile and write each PO file
   Speeds the extraction process up by a factor of the number of languages used.
   $Ext->read_po now resets the compiled entries, so that a fresh po file can
   be written.

   Also tidied up the verbose messages
   Bumped both to 0.33

 * Locale::Maketext::Extract::Run / xgettext.pl
   Added the -W | --wrap option, which forces the file location
   comments to be on separate lines, as per POEdit

   The output order of the PO file has changed to match gettext producers, so
   the arguments now appear before the file locations.

 * t/5-extract_strings.tt
   Fixed a bad SKIP plan

[Changes for 0.74 - 2008-11-22]

 * Locale::Maketext::Extract::Plugin::Perl
   The Perl plugin now combines concatenated strings, eg
   loc('string' . ' and this')
   Contributed by Felix Ostmann

 * Locale::Maketext::Extract::Run
   Localised $_ correctly to avoid conflict with external strings
   Contributed by Sebastian Knapp

 * Locale::Maketext::Run
   Fixed bug http://rt.cpan.org/Ticket/Display.html?id=31940
   Debian bug http://bugs.debian.org/307777
   xgettext.pl -f was not chomping file names correctly
   Contributed by Niko Tyni

[Changes for 0.73 - 2008-10-28]
 * Locale::Maketext::Extract::Plugin::TextTemplate
   - renamed MyParser to Locale::Maketext::Extract::Plugin::TextTemplate::Parser
     to avoid namespace clashes
 * CPANTS improvements
   - Updated the Makefile to list all mentioned modules
   - Added a LICENSE file
   - added a Test::Pod test

[Changes for 0.72 - 2008-10-10]

Contributed by: Clinton Gormley (DRTECH)

 * Locale::Maketext::Extract::Plugin::TT2
   - fixed bug where extracted strings still had escaped quotes and backslashes
   - if args are literal, they're now wrapped in double quotes instead of
     single quotes
   - special characters in args are escaped properly

[Changes for 0.71 - 2008-10-05]

* Bump version number of Locale::Maketext::Extract::Plugin::TextTemplate
  to 0.30 so PAUSE can index it correctly.

[Changes for 0.70 - 2008-10-04]

Contributed by: Clinton Gormley (DRTECH)

* Refactored Locale::Maketext::Extract
  - Each format is handled by a different plugin
  - Each format recognises certain default file types
  - Custom plugins can be used

* Locale::Maketext::Extract::Plugin::TT2
  - Uses Template Toolkit as a parser
  - Handles inline filter, block filters, and function calls to "l" or "loc"
    Contibuted by: Andy Wardley [ABW]

* Locale::Maketext::Extract::Plugin::YAML uses the YAML module as a parser
  and can recognise the form:
     key: _"string"

* Locale::Maketext::Extract::Run
  - Added -P|plugins option to specify which parser plugins to use
  - Added -w|warnings to turn parser warnings on and off
  - Added -v|verbose to output the files that are being processed,
    the plugins used to process them, and the extracted strings
  - Fixed a bug in the File::Find routine to correctly prune
    .svn directories and their contents

* Locale::Maketext::Extract::Plugin::Perl
  - Added a defined check to avoid a warning.

[Changes for 0.68 - 2008-08-18]

* Locale::Maketext::Extract: Support for other forms of localization in
  TT templates and TT HEREDOCS.
  Contributed by: Felix Antonius Wilhelm Ostmann

[Changes for 0.67 - 2008-08-04]

* Locale::Maketext::Extract: Support in Extract.pm and Lexicon/Gettext.pm
  for parsing and keeping user comments in PO files.
  Contributed by: Cosimo Streppone
2009-02-22 16:17:23 +00:00
adrianp
64a32f2258 Remove work around for PR#40709 as pdksh has been fixed 2009-02-22 11:08:20 +00:00
adrianp
4f85014faf Work around for pdksh bug documented in PR#40709
This should work on at least SunOS 5.10 and 5.11
2009-02-21 12:56:12 +00:00
wiz
ec8b5dfde5 Update to 1.3.5:
* Reverted change from 2007 that merged entries by combining all
values in multiple-value fields.
* Fixed the CueCat decoder to work for ISBN searches, as well as UPC.
* Updated Deliciour Library 1 importer to handle movies and games.
* Fixed Ubuntu bug#317822, don't mark collection modified when
image is found in local data directory.
* Fixed query bug with z39.50 ISBN search.
* Updated it.po, thanks to Valerio Ricci.
* Added date, time, and username as available params for the XSLT
export.
2009-02-21 10:18:28 +00:00
tonio
d717d4bb97 Use BSD_INSTALL_* instead of simply install and strip
This fixes install under darwin, when strip -s dvtm does not work
2009-02-19 19:22:22 +00:00
joerg
1f9d754f97 Reset maintainer, mail bounced 2009-02-17 13:02:20 +00:00
tnn
0aa0ec3a88 options.mk no longer used with dvtm-0.5.1 2009-02-17 10:09:08 +00:00
tnn
ced61ff320 Update to dvtm-0.5.1 (patch from maintainer in private mail)
Plain ncurses doesn't seem to be supported anymore, so switch over to
use ncursesw by default and remove the corresponding PKG_OPTION.

0.5.1 changes:
 o Compile fix for missing set_escdelay function
 o Correct escape codes for HOME / END keys
 o The Makefile links against libncursesw by default, make unicode is gone

0.5 changes:
 o Scrollback support
 o 256 color support
 o Reduced latency on some keystrokes (lower $ESCDELAY value by default)
 o Statusbar should now support wide characters
 o $DVTM environment variable which is set to the current version
 o Screen lock functionality with Mod+X
 o Support for shifted arrow keys
 o Mod+? now displays the dvtm man page
 o Cygwin compile fix
 o Code cleanups and shrinkage by adding lots of static modifiers
 o Top stack layout (not compiled in by default)
 o Scripting interface over a named pipe (not compiled in by default)
2009-02-17 10:08:15 +00:00
joerg
f557ddc91e DESTDIR support 2009-02-16 18:39:00 +00:00
joerg
fee7c16e0e DESTDIR support. 2009-02-16 18:29:53 +00:00
joerg
7dfa53d3a6 DESTDIR support 2009-02-16 18:26:43 +00:00
joerg
0b8c01eb97 Fix path to zyGrib. 2009-02-16 16:36:32 +00:00
wiz
2b4c2379a9 Mark as user-destdir ready. 2009-02-15 23:24:27 +00:00
joerg
3997334c71 Fix installation. 2009-02-15 21:00:05 +00:00
joerg
55e6b0204a Add missing directories. Otherwise installation fails silently. 2009-02-15 16:31:49 +00:00
hira
688082a818 Re-add PKG_JVMS_ACCEPTED. 2009-02-15 15:15:08 +00:00
plunky
78de914839 add zyGrib and zyGrib-maps 2009-02-14 20:59:54 +00:00
plunky
2dfadfb9a8 zyGrib is a program to download and display weather data in
GRIB file format against a coastline and river background.

This is higher resolution map data from the GSHHS project.
2009-02-14 20:57:43 +00:00
plunky
663b3940de Download and display weather data contained in GRIB1 files.
Weather data display:
    - atmospheric pressure at sea level
    - wind at 10m above ground
    - temperature at 2m above ground (degC)
    - relative humidity at 2m above ground
    - rainfall (mm/h)
    - cloud cover (%)
    - dew point (degC)
    - altitude of 0C isotherm
    - snow depth and risk
2009-02-14 20:55:41 +00:00
joerg
85ae1acaba DESTDIR support. Needs C for the libintl check. 2009-02-13 18:15:05 +00:00
hira
f9cb7c785e Add missing checksums to distinfo. This fixes PR pkg/40620. 2009-02-12 09:17:51 +00:00
markd
7800044cc2 Add DESTDIR support. 2009-02-12 04:01:13 +00:00
drochner
711b9aaded update to 0.10.1
changes:
Added reset all config options button.
Added code for uncompressing gzip files (borrowed from from libkde)
Allowed for gzip compressed JSON files.
Fixed flip buttons bug.
Fixed min FPS feature.
Implemented screenshots inverted colors feature + associated GUI.
Re-coded grid display from scratch. It is now much faster and much more robust.
Refactored large part of the Navigator and Projector classes. Added a
 StelPainter class allowing many optimizations and simpler API.
Re-added telescope control key bindings.
Improved the doxygen developers documentation.
Added Simbad lookup to the search window.
Fixed ecliptic line rendering.
Fixed grid rendering bugs.
Added ZIP archive support with code copied from KDE SVN.
Fixed sun's magnitude bug.
Added automatic star catalog downloader to GUI. Star catalog settings are now
 defined in a config file.
Converted system-dependent star catalog memory mapping code to QFile::map().
Added log file for debugging output. Prepends system specs, such as memory
 and CPU information.
Imported KdeWin32 code for POSIX emulation on Windows.
Fixed build with Qt 4.5.
Fixed full screen problems at init.
Optimized VecXX contructors (no more default values).
Added translations for Albanian and Bosnian.
Fixed many bugs.
2009-02-11 18:05:53 +00:00
joerg
be089192f3 Sort PYTHON_VERSIONS_ACCEPTED. 2009-02-11 14:23:31 +00:00
rhaen
b6a04ce7c2 2.05 - Sun Jan 25 00:00:17 2009
* Updated for latest data in Business::ISBN::Data

2.04_01 - Mon Oct 27 12:08:03 2008
	* Revert the GD prereq. A lot of testers have borked GD
	installs.
	* Require 5.8. Some of the new stuff isn't playing well with
	5.6
2009-02-10 16:09:45 +00:00
joerg
3c645bb7fc Switch to Python 2.5 as default. Bump revision of all packages that have
changed runtime dependencies now.
2009-02-09 22:56:21 +00:00
hira
ff43ee9020 Fix paths of soffice and spadmin. This fixes PR pkg/40553. 2009-02-08 15:27:35 +00:00
cube
edd6db30c6 Add a patch to configure so that xtide can compile correctly with a X11
distribution in /usr/X11R7.  Bump PKGREVISION.
2009-02-08 00:01:35 +00:00
joerg
75ef79e35c Fix path to Perl. DESTDIR support. 2009-02-07 23:06:51 +00:00
bad
6d696042b0 Add and enable openoffice3-bin. 2009-01-31 22:11:10 +00:00
bad
d82b7e4e9c Conflict with openoffice3-bin. 2009-01-31 22:10:36 +00:00
bad
fad663194f Initial import of OpenOffice.org 3.0.1 package from pre-build binaries
provided by openoffice.org.

Release notes available under:
http://development.openoffice.org/releases/3.0.1.html
http://development.openoffice.org/releases/3.0.0.html
2009-01-31 22:05:53 +00:00
bad
01b2dc3726 Update openoffice2-bin to 2.4.2.
While here, create symlinks to smath and spadmin in $PREFIX/bin to make them
available as normal commands.

Changes since 2.4.1:
* COMMAN_WHEEL_DATAZOOM changed
* delays for quick help change
* XSelectionSupplier now being supported by the database application controller
* Add Sami languages to language list box
* better automatic positions for lables on pie segments
* more flexible placement of labels on data points
* Equations for Regression Curves
* allow removing data point labels with delete key
* New property in Advanced settings dialog for Oracle
* views in HSQLDB database can be edited
* property browser: query designer now also available for list box content
* property browser: query designer also available for "native" SQL commands
* Base now supports also MS Access 2007 files (*.accdb)
* Reduce complexity: Remove unnecessary display options
* Extensible help
* "Change Icon" dialog now supports persistent import and deletion of icons
* Filter UINames changed from "OpenDocument" to "ODF"
* Display name of extension
* Release notes and publisher information during extension update
* Enhancements of print dialog for calc
* support for browser based update in Extension Manager
* Possibility to control persistent passwords storing per UI.
* Asynchronous callback service for UNO awt
* UNO awt dialogs and tab pages support background image property
* Online Update Trigger by New File Format Versions
* Relative links now available in PDF export filter, plus other features added.
* Relative links now available in PDF export filter, plus other features added.
* PDF/A-1a (ISO 19005-1:2005) export feature added.
* Implement Insert-Movie and Sound using QTKit (QuickTime)
* Context menu entry to quickly insert picture background for slides
* Remove GUI option "Automatic file name extension" from File-Save dialog
* (Office Dlg)
* Separate zoom per sheet
* Manual Sorting in DataPilot
* DataPilot drill-down on data field
* The Office now automaicaly checks for updates for extensions
* Support for backward references in Find & Replace
* Block selection
* Insert and Insert Object toolbars changed in Writer and Writer/Web
* Better language cotrol
* Printing of hidden text
* New shortcuts to apply Heading 4+5 and Text body and Default
* Ctrl-click Behavior for Hyperlinks Now Configurable

* bug fixes
2009-01-31 21:56:32 +00:00
hira
30f167e65e Update to 3.0.1.
* Add spelling and grammar checker to Writer.
  * Let OOo use own file locking mechanics to lock alien formats as well.
  * Bug fixes.

Please see Release Notes for more detail:
  http://development.openoffice.org/releases/3.0.1.html
2009-01-31 16:54:30 +00:00
markd
681931550f ark really needs gnu tar because:
assumes "tar rvf ..." works when archive doesn't already exist.
   assumes "tar tvf ..." doesn't produce an error on a zero length file.
   assumes "tar --delete" works.
so depend on gtar always and fix setting of TarExe so that it uses it.
Bump PKGREVISION.
2009-01-31 05:40:42 +00:00
gdt
a9f6f690f7 Update to 4.6.1.
4.6.1 Release Notes
-------------------

 o Upgraded to EPSG 6.17 version for nad/epsg.  Also corrected the precision
   problem introduced in the last version.

 o Added logic for tmerc projection to fail rather than return crazy results
   if more than 90 degrees away from the central meridian (#5).  This change
   may only be temporary till a more comprehensive solution is found.

 o Fixed handling of extra text in cs2cs.

 o Renamed INSTALL to INSTALL.TXT.

 o The eqc projection has been generalized to include a latitude of origin.

 o Added the glabsgm (Gauss Laborde / Sphere Geometric Mean) projection,
   and gstmerc variation.

 o nad/IGNF init catalogue created.

 o added the ntf_r93.gsb datum shift file.

 o Add /Op in nmake.opt compile options to avoid VC7 optimization bug (#12)

 o Fix testvarious test script so it works properly when grid files available
2009-01-29 02:24:41 +00:00
wiz
4f57a200b9 Fix destdir installation. 2009-01-28 06:35:46 +00:00
hira
ab693b4d59 - Fix DESTDIR installation.
- Fix charmap names for NetBSD.
 - Use time_t instead of long on NetBSD.

Bump PKGREVISION.
2009-01-26 15:39:05 +00:00
jschauma
65e9c90d89 Give up maintainership, as I have not so much as looked at pkgsrc in
well over a year now.  Sorry. :-(
2009-01-23 21:14:16 +00:00
drochner
3a22fe0955 update to 0.6.6
changes: minor fixes
2009-01-20 20:41:23 +00:00
hira
8600ea3a45 - Add missing entries to INSTALLATION_DIRS.
- Remove entries which are generated from openoffice.org.xml from PLIST.

This should fix installation with USE_DESTDIR=Full.
Reported by abs@ in private e-mail.
2009-01-20 10:19:30 +00:00
hira
57b0386f31 - Fix charmap names for NetBSD (patch-ei).
- Use time_t instead of long on NetBSD (patch-ej).

Bump PKGREVISION.
2009-01-20 09:52:12 +00:00
wiz
4c888c4682 + fbreader. 2009-01-18 17:40:21 +00:00
wiz
9449a7dc56 Initial import of fbreader-0.10.1:
FBReader is an e-book reader for various platforms.

Main features:
  * Supported formats are
       * fb2 e-book format (style attributes are not supported yet).
       * HTML format (tables are not supported).
       * CHM format (tables are not supported).
       * plucker format (tables are not supported).
       * Palmdoc (aportis doc).
       * zTxt (Weasel format).
       * TCR (psion text) format.
       * RTF format (stylesheets and tables are not supported).
       * OEB format (css and tables are not supported).
       * OpenReader format (css and tables are not supported).
       * Non-DRM'ed mobipocket format (tables are not supported).
       * Plain text format.
  * Direct reading from tar, zip, gzip and bzip2 archives. (Multiple books
    in one archive are supported.)
  * Automatic library building.
  * Automatic language and character encoding detection is supported.
  * Automatically generated contents table.
  * Embedded images support.
  * Footnotes/hyperlinks support.
  * Position indicator.
  * Keeps the last open book and the last read positions for all opened
    books between runs.
  * List of last opened books.
  * Automatic hyphenations.
  * Text search.
  * Full-screen mode.
  * Screen rotation by 90, 180 and 270 degrees.
2009-01-18 17:39:37 +00:00
shattered
2979d9ae0a Update to Logsurfer+ 1.7. Changes:
* Added -e option to begin processing from the current end of the input log file.
* Put double-quotes around regex expressions in dump file.
* If the context argument to a pipe or report action is "-" then the current context contents are piped into the command.
* Added "echo" action which simply echo's the output on stdout, or to a file.
* Added a "$lines" macro construct in context action fields, it will be substituted by the number of lines in the context.
* Added "syslog" action to send a message into syslog.
2009-01-18 11:01:56 +00:00
wiz
5a38f5c123 + calibre. 2009-01-17 22:18:56 +00:00
wiz
556cde4207 Initial import of calibre-0.4.128:
calibre is a ebook library management application. Its features are
divided into the following categories:

* Library Management
* Format conversion (all major ebook formats can be converted from)
* Syncing to ebook reader devices
* Fetching news from the web and converting it into ebook form
* Viewing many different ebook formats
* Giving you access to your book collection over the internet using
  just a browser
2009-01-17 22:18:25 +00:00
wiz
918dd90038 Update to 0.13.1:
2009-01-17: Released gWaei 0.13.1
  This is a release focusing on fixing bugs.  The most noteworthy
  of which was an infinitely loop on startup that some computer
  encountered.  (It it still is not fixed, someone please email me.)

  There was a crasher when attempting to print only one
  highlighted line in the results.  The back and forward
  buttons have been coded better against race conditions
  on slow hardware because the back/forward button's wouldn't
  become insensitive quick enough to stop repeted executions.
  The highlight colors have been chosen to work better
  with dark themes than they were. Fixed a crasher when users
  would go back/forward after switching dictionaries.

  There have been a few minor features added as well.  alt-left
  and alt-right will go back and forward in the search history
  much like a web browser.  Shift-tab will cycle backwards through
  the dictionaries.  The colors for highlighting have been switched
  around and varied more.  The previous red just wasn't really
  compatible with any of the other colors I tried with it. It is
  now possible to optionally compile the program without libsexy.
2009-01-17 20:51:34 +00:00
wiz
98dad21790 Remove bogus libtool dependency. 2009-01-16 15:08:52 +00:00
wiz
db87338644 + gnome-devel-docs. 2009-01-16 15:03:34 +00:00
wiz
ac3f0224d3 Initial import of gnome-devel-docs-2.24.1:
This package contains documents targeted for GNOME developers.
2009-01-16 15:02:49 +00:00
wiz
346fad3f91 + gwaei. 2009-01-14 16:11:23 +00:00
wiz
31e50ded68 Initial import of gwaei-0.13.0:
gWaei is a Japanese-English dictionary program for the GNOME desktop.
It is made to be a modern drop in replacement for Gjiten with many
of the same features. The dictionary files it uses are from Jim
Breen's WWWJDIC project and are installed separately through the
program.

Features
  * Easy dictionary installation with a click of a button.
  * Support for searching using regular expressions.
  * Streams results so the interface is never frozen.
  * Click Kanji in the results pane to look information on it.
  * Simple interface that makes sense.
  * Intelligent design. Tab switches dictionaries.
  * Organizes relevant matches to the top of the results.
2009-01-14 16:10:52 +00:00
drochner
613471ef59 update for xscreensaver-5.08:
remove .desktop entries for retired screensavers from PLIST,
depend on new version, bump PKGREVISION
2009-01-14 13:31:53 +00:00
sketch
16f14133b6 Get rid of hostname -s in pkgsrc, on Solaris it sets the hostname to "-s". 2009-01-14 12:20:57 +00:00
wiz
60786ba7e8 Update to 2.24.3:
=====================
deskbar-applet 2.24.3
=====================
This is the last release of the stable 2.24 series.

Changes:
	- Fixed #558858, Deskbar stops working when closing by 'x' (Sebastian Pölsterl)
	- Fixed #564726, configure doesn't detect pygtk in alternative directories (patch by Frederic Peters)

Translations:
	- Updated et: Ivar Smolin
	- Updated pt_BR: Leonardo Ferreira Fontenelle, Leonardo Gregianin
2009-01-14 10:31:37 +00:00
wiz
a61e716d04 Update to 2.24.3:
Version 2.24.3
---------------

Misc improvements/fixes:

	* src/mt-main.c: Add missing <locale.h>. Bug #567483.
    * src/mt-main.c: Use N_() instead of _() for command-line
	   options. Bug #567197.
	* src/mt-main.c: Make sure drag-clicks also work if both Dwell
	  Click and Simulated Secondary Click are enabled. Bug #562212.

New and updated translations:

	- [et] Ivar Smolin
2009-01-13 16:10:01 +00:00
wiz
a5f503b05c Update to 2.24.3:
2.24.3 - 12-Jan-2008

General:

* Re-fix for bug #354479 - Automatic presentation of "balloon" type
  messages.

* The rest of the fix for bug #551891 - Flat review does not always
  start in the correct place when focus is in a tree table.

* Fix for bug #562877 - account for pronunciation dictionary
  when speech-dispatcher backend is used

* Fix for bug #563171 - src/orca/flat_review.py:getZonesFromText
  should clip zones based on what text is visible

* Fix for bug #564994 - Drop eel dependency

OpenOffice:

* Fix for bug #562532 - When using Openoffice.org Spreadsheet with
  Orca, the cell coordinates are not spoken for all locales.

Firefox:

* Fix for bug #563502 - Need to map "Shiretoko" to the Mozilla
  script.

* Fix for bug #565886 - Extraneous caret-moved events emitted by
  FF 3.1 cause unnecessary braille updating.

* Fix for bug #565944 - Missing whitespace when the end of line
  braille indicator is followed by an image in FF 3.x.

* Fix for bug #566073 - Orca provides the "tree level" for items
  in submenus within Firefox 3.x.

* Fix for bug #566180 - Orca inappropriately announces the name
  and role of (un)ordered list items as part of the context in
  Firefox 3.2.

* Fix for bug #566181 - Changes made to Firefox 3.2 caret-moved
  events cause Orca to provide unreliable access during the use
  of the Find toolbar.

* Fix for bug #566361 - Orca inappropriately announces the name
  of table cells as part of the context in Firefox 3.2.

* Fix for bug #566954 - ARIA toggle button state not handled correctly

* Fix for bug #566955 - Need to remove extra whitespace from braille
  output for Firefox 3.x.

* Fix for bug #567167 - Orca sometimes (re)announces that the document
  frame has just received focus in Firefox 3.x.

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

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

    hu       Hungarian            Attila Hammer and Gabor Kelemen
2009-01-13 16:01:51 +00:00
wiz
f5bcf2ea3d Update to 2.24.2:
Version 2.24.2:
---------------
* Accessibility Guide:
  - Updated translations:
    es     (Jorge Gonzalez)
* System Admin Guide:
  - Updated translations:
    ja     (Takeshi AIHANA)
* User Guide:
  - Updated translations:
    ja     (Takeshi AIHANA)
    pt_BR  (Leonardo Ferreira Fontenelle)
2009-01-12 22:20:56 +00:00
obache
5b65b503c2 Update m17n contrib to 1.1.8.
This release contains a new Sindhi input method.
2009-01-12 12:22:54 +00:00
obache
8595c43d94 Update m17n database to 1.5.3.
This release is just for bug fixing.
2009-01-12 12:15:49 +00:00
wiz
c0d562f284 Update to 4.0 (qt4/KDE4 release):
2008-12-01 tim <gyunaev@ulduzsoft.com>
    - Version changed to 4.0 (release);
    - Released version 4.0.

2008-11-30 tim <gyunaev@ulduzsoft.com>
    - Integrate Fedora .desktop fixes (thx Patrice Dumas)
    - Implemented binary TOC and index tables (thx Razvan Cojocaru <razvanco@gmx.net>, the author of xchm). Speed up loading files more than twice!
    - Now showing 'waiting' cursor while loading chm table of contents or index.
    - Fixed QTextBrowser by providing workaround for "empty" books.
    - More compatibility fixes with KDE 4.1
    - Added Swedish translation (thx Daniel Nylander)
    - Fixed handling files with file:// prefix.
    - Added D-BUS support for Qt and KDE builds, the application could now be controlled remotely from other applications or scripts.
    - Restored KDE translations.

2008-06-18 tim <gyunaev@ulduzsoft.com>
    - Version changed to 4.0b4;
    - Added WebKit support (requires QtWebKit module). WebKit browser is default for a system where QtWebKit is present;
    - Added support for Right-To-Left application and text layouts;
    - Added support for disabling automatic encoding detection for browsers which could detect it themselves (KHTMLPart and Webkit);

2008-06-06 tim <gyunaev@ulduzsoft.com>
    - Version changed to 4.0b3;
    - Added KDE4 support;
    - Fixed several compatibility issues with qt-4.4.0;
    - Added keyboard shortcuts to move to the next and previous entries in TOC: Ctrl+Right arrow
      and Ctrl+Left arrow;
    - Added manifest for the Windows version (thanks Cristian Adam);
    - Windows version should not rely on mingw DLL anymore;
    - Toolbars are now named;
    - Fixed parallel build (thanks Patrice Dumas);

2008-02-10 tim <gyunaev@ulduzsoft.com>
    - Version changed to 4.0b2 (this is Qt4-only release);
    - Added a command-line option to search through table of contents (--stoc);
    - Added Italian translation (thanks to Emilio Scalise);
    - Fixed crash on incorrectly compressed CHM file (thanks Albert Astals Cid);
    - Fixed kio-msits so it now works with KDE4 (thanks Albert Astals Cid);
    - Fixed FSF mailing address everywhere (thanks Albert Astals Cid);
    - Fixed handling of improperly formatted CHM files like Audigy help;
    - Added heuristics to support for improperly formatted CHMs which have toc and index,
      but do not specify so in the project file;
    - Fixed handling of CHM files which have local links in form of MS-ITS: urls;
    - Search engine has been integrated into libchmfile;
    - Search indexes are now stored in a single file, which should make it easier to make
      search available through the indexing application;

2007-08-26 tim <gyunaev@ulduzsoft.com>
    - Application ported to Qt4.
    - Recent files reworked.
    - Search on page is now done via toolbar (like FireFox), activated by Ctrl-F and /.
    - After switching tabs (either with mouse or Alt+<number> the focus is moved to the browser widget,
      so you don't have to click on it to navigate using keyboard.
    - Enchanced browser context menu.
2009-01-08 12:02:44 +00:00
wiz
64e362190a Update to 2.24.1:
Version 2.24.1:
---------------
* Accessibility Guide:
  - Make "themes-0" sub-section of "low-vision" as it was (Luca Ferretti)
  - Reorganize and update the Orca section (Willie Walker)
  - Updated translations:
    de     (Mario Blättermann)
    es     (Jorge Gonzalez)
    fr     (Claude Paroz)
    hu     (Gabor Kelemen)
    sv     (Daniel Nylander)
* System Admin Guide:
  - Updated translations:
    ca     (Gil Forcada)
* User Guide:
  - Replaced 'CD Player' examples (Claude Paroz)
  - Updated translations:
    bg     (Alexander Shopov)
    el     (Simos Xenitellis)
    es     (Jorge Gonzalez)
    hu     (Gabor Kelemen)
    pt_BR  (Leonardo Ferreira Fontenelle)
    sv     (Daniel Nylander)
    th     (Theppitak Karoonboonyanan)
2009-01-07 14:46:11 +00:00
wiz
b132dca1f5 Update to 20081012 (latest FreeBSD snapshot).
It's a database, so changes: probably more IDs :)
2009-01-07 12:47:46 +00:00
wiz
ba71beefba On second thought, still install more complete documentation. 2009-01-05 09:36:05 +00:00
wiz
883124a881 Update to 0.22:
0.22

netbsd module now queries pkgsrc.se, shows more details, is faster

Miscellaneous bugfixes

Also using the old combos subroutine again for some repositories, is slower

Added manpages in English and German, updated install script to install manpages to /usr/share/man
2009-01-05 09:34:33 +00:00
wiz
55fa90af5f Move scrollkeeper/omf.mk to rarian/omf.mk.
scrollkeeper is nowadays included in rarian, so the omf.mk file should
be there as well.
Adapt all references.
2009-01-04 18:00:58 +00:00
wiz
29a861d4a8 NetBSD support has been integrated upstream in 0.81, remove local
override. Noted by rocky.
Bump PKGREVISION to be on the safe side.
2009-01-04 12:42:20 +00:00
reinoud
9b69b2e431 Update package to version 0.7.1 fixing Linux compilation issues. 2008-12-26 19:26:44 +00:00
reinoud
0489a1fdb7 Update UDFclient to version 0.7.0
Enhance UDFclient with ideas and features from my NetBSD kernel implementation
enhancing directory operations and fixing potential lockups on 512
bytes/sector media, repaired NetBSD harddisc support and fixed a few
compilation warnings when compiled with '-Wextra' revealing some possible
bugs. Enhanced cd_disect to display some more disc types. Also included some
patches to fix possible buffer screwups; thanks Andrey!
2008-12-26 12:32:06 +00:00
adam
915b1e09f5 Changes 2.7.5:
* NetBSD and general pkgsrc compatibility.  Should get rid of the only
  patch used in pkgsrc.

Changes 2.7.4:
* Print the message that we switch to normal from O_DIRECT only when
  verbose > 0.

Changes 2.7.3:
* More c flags changes for more portability.

Changes 2.7.2:
* Fix compilation under Redhat-7.3.

Changes 2.7.1:
* Support for $CSTREAM_AUDIO_BITRATE.
2008-12-19 10:19:12 +00:00
ahoka
7dd51844e5 Include py-at-spi to make it actually work. 2008-12-11 05:46:04 +00:00
rhaen
d006bc1544 updated to 20081208
Changelog:
0.00 - Fri Dec  5 12:00:41 2008
	* Latest data update.
2008-12-10 16:55:48 +00:00
taca
9a0915bbe8 Use MASTER_SITE_SOURCEFORGE in MASTER_SITES and it fixes my download problem. 2008-12-09 15:08:09 +00:00
wiz
f4b0ca80b9 + xdg-utils. 2008-12-09 15:05:34 +00:00
wiz
4ac4d98ab0 Initial import of xdg-utils-1.0.2:
The xdg-utils package is a set of simple scripts that provide basic
desktop integration functions for any Free Desktop, such as Linux.

They are intended to provide a set of defacto standards. This means
that:

* Third party software developers can rely on these xdg-utils for
all of their simple integration needs.

* Developers of desktop environments can make sure that their
environments are well supported

If a desktop developer wants to be certain that their environment
functions with all third party software, then can simply make sure
that these utilities work properly in their environment.  This will
hopefully mean that 'third tier' window managers such as XFCE and
Blackbox can reach full parity with Gnome and KDE in terms of third
party ISV support.

* Distribution vendors can provide custom versions of these utilities

If a distribution vendor wishes to have unusual systems, they can
provide custom scripts, and the third party software should still
continue to work.
2008-12-09 15:04:56 +00:00
wiz
445f9d8435 + whohas. 2008-12-09 10:53:37 +00:00
wiz
9109269f91 Initial import of whohas-0.21:
whohas is a command line tool that allows querying several package
lists at once. whohas is written in Perl and was designed to help
package maintainers find ebuilds, pkgbuilds and similar package
definitions from other distributions to learn from. However, it
can also be used by normal users who want to know:

- Which distribution has packages available for apps upon whom the
user depends.

- What version of a given package is in use in each distribution,
or in each release of a distribution (implemented only for Debian).
2008-12-09 10:53:10 +00:00
wiz
fac4c7f55a Update to 1.2:
-Improved support for unicode in filenames and directories.
-Reverted compression of backups from gz to bz2 again, to circumvent a
 bug under Windows with unicode directory names.
-Wrote a plugin to always shuffle the revision queue, for users who want
 to override the prioritised scheduling introduced in Mnemosyne 1.1.
 This plugin can also be downloaded from
 http://www.mnemosyne-proj.org/node/142
-Only open the sound system when needed in order to save CPU time
 (patch by marmuta).
-More robust upgrading from old Mnemosyne versions.
-Fix bug where default export location was incorrectly specified.
-Reword statistics dialog to make clear that we only show data for
 the next week.
-Norwegian translation by Petter Goksoyr Asen.
2008-12-09 10:16:24 +00:00
wiz
61d9bab717 + mousetweaks. 2008-12-03 09:26:28 +00:00
wiz
a3b598cba6 Initial import of mousetweaks-2.24.2:
The Mousetweaks package provides mouse accessibility enhancements
for the GNOME desktop. These enhancements are:

1. It offers a way to perform the various clicks without using any
hardware button.

2. It allows users to perform a right click by doing a click&hold
of the left mousebutton. (For a left-handed mouse user, the termes
left and right have to be inverted.)

3. It provides an applet that the user can install on a panel. This
applet creates an area on the panel into which the pointer can be
captured until the user releases it with a predefined button and
modifier combination.

The options can be accessed through the Accessibility tab of the
Mouse Preferences of GNOME Control Center or through command-line.
2008-12-03 09:26:00 +00:00
wiz
af2f0e25e6 Update to 2.24.2:
2.24.2 - 24-Nov-2008

General:

* More work on bug #508675 - Applying change in Orca preference dialog
  is a little bit slow.  This fix makes things even faster.

* Fix for bug #551891 - Flat review does not always start in
  the correct place when focus is in a tree table.

* Refix for bug #552344 - tutorial message for desktop not spoken.

* Fix for bug #554002 - Orca App-Preferences dialog page tabs are
  "off" by one in speech and braille.

* Fix for bug #556470 - Orca should not land on empty (cell-less)
  tables when using structural navigation by table.

* Fix for bug #561540 - Traceback in default.py onStateChanged.

OpenOffice:

* Fix for bug #357545 - Orca does not speak all buttons in openoffice
  database table creation wizard.

* Fix for bug #556657 - Orca is rather chatty when focus is given to
  an OOo list whose parent is a combo box.

Firefox:

* Fix for bug #495303 - Character flat review not working correctly
  with generated texts in XUL.

* Fix for bug #554616 - Problems accessing subsequent lines of cells
  which contain line break tags in FF3 tables.

* More work on bug #554831 - Google calendar unusable with orca.
  You can now arrow into the day grid.

* Fix for bug #555055 - Orca should be able to navigate
  http://www.modernthaisf.com/gpage.html.

* Fix for bug #558516 - Traceback when navigating on huge webpages.

* Fix for bug #559839 - Orca sometimes includes content from other
  lines when navigating via Up/Down Arrow in Firefox 3.

* Fix for bug #560466 - Improve the accuracy of label guess for
  Firefox 3.

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

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

    ca       Catalan              Gil Forcada
    de       German               Simon Bienlien and Jochen Skulj
    et       Estonian             Ivar Smolin and Priit Laes
    hu       Hungarian            Attila Hammer and Gabor Kelemen
    si       Sinhala              Danishka Navin
    zh_HK    Traditional Chinese  Chao-Hsiung Liao
    zh_TW    Traditional Chinese  Chao-Hsiung Liao
2008-12-02 17:27:48 +00:00
hira
6c4f023c45 Fix PLIST with kde option. 2008-11-26 21:55:55 +00:00
hira
03eefd207f - Fix installation path of kde mimelnk files.
- Don't install locolor icons without kde option.

No PKGREVISION bump because the icons are not used without kde.
2008-11-26 15:48:16 +00:00
hira
39d5811b22 - Fix installation of kde mimelnk files.
- Don't install locolor icons without kde option.

No PKGREVISION bump because the icons are not used without kde.
2008-11-26 15:33:23 +00:00
hira
a7ff6588f7 - Install hicolor and locolor icons.
- Install gnome icons (with gnome option only).
 - Install MIME info files.
 - Fix name of .dekstop files.
 - Use startup scripts in OOo (don't generate these in Makefile).

Bump PKGREVISION.
2008-11-24 11:58:44 +00:00
hira
e3d1e03fe2 - Remove unnecessary entry from REPLACE_PERL.
- Fix indent (space -> tab).
2008-11-24 11:53:12 +00:00
wiz
0a5d6efc74 Update to 2.24.2:
=====================
deskbar-applet 2.24.2
=====================

Changes:
	- Fixed #557570, Crash when proxy port changed (Sebastian Pölsterl)
	- Fixed #558700, the yahoo url listed are duplicated (Sebastian Pölsterl)
	- Fixed #559169, gnome power manager has new dbus path, this breaks some code in gdmaction module (patch by Christian Assing)
	- Work around bug #552204 and ignore rows where match is None

Translations:
- Updated ast: Gil Forcada, Astur
- Updated de: Christian Kirbach
- Updated ja: Takeshi AIHANA
- Updated uk: Maxim Dziumanenko
2008-11-23 11:14:58 +00:00
hira
92a3ec0a4f Remove unnecessary chmod. 2008-11-22 15:34:32 +00:00
jmcneill
7803c0231f Add usbids 2008-11-22 13:07:59 +00:00
jmcneill
00ba82677c Import usbids version 20081118.
This package contains a public list of all known IDs used in USB devices;
that is ID's of vendors, devices, subsystems and device classes.  These ID
lists (usually in form of a usb.ids file) are used in various programs
to display full device names instead of the numeric IDs.
2008-11-22 13:06:40 +00:00
hira
4cc311f8f0 - Install hicolor and locolor icons.
- Install gnome icons (with gnome option only).
 - Install MIME info files.
 - Fix name of .dekstop files.
 - Add missing file to REPLACE_PERL.
 - Use startup scripts in OOo (don't generate these in Makefile).
 - Remove java option from FreeBSD and NetBSD/amd64.

This should fix PR pkg/39994.  Bump PKGREVISION.
2008-11-22 07:57:03 +00:00
obache
7e1a531de7 Fixes to parallel build. 2008-11-19 13:03:37 +00:00
hira
169d3ee21f - Remove DESTDIR from RPATH.
- Use firefox3 as default instead of firefox.

Pointed out by joerg@.  Bump PKGREVISION.
2008-11-19 01:54:25 +00:00
jmcneill
e1c7a35355 Add '25' to accepted python versions. 2008-11-18 11:10:53 +00:00
jnemeth
e574cc0593 the variable is PYTHON_VERSIONS_ACCEPTED, not PYTHON_ACCEPTED_VERSIONS 2008-11-17 21:59:24 +00:00
wiz
a4b08f4ea3 Add missing libltdl dependency (causing a build failure). Sort includes. 2008-11-14 16:03:16 +00:00
rhaen
0fa71fc1d0 - updated to 2.04
- changed dependencies

Changelog:
2.04 - Sun Oct 26 18:29:20 2008
	* Fix tests that used 99902 as a bad prefix. That now
	belongs to Gabon.
2008-11-11 09:14:19 +00:00
rhaen
0e7c03bccd - updated to 20081020
Changelog:
0.00 - Mon Oct 20 17:44:15 2008
	* Updated publisher codes thanks to Yakov Shafranovich
	* Version number is now the update date of the module,
	in YYYYMMDD. This not the date of the ISBN Agency
	updates though.
2008-11-11 09:11:05 +00:00
wiz
39bfc9a6cf Update to 0.81:
version 0.81
2008-10-27

- license of manual now GFDL 1.2 or later, with no invariant sections.
  Source is GPL 3.

  Thanks to Karl Berry.

- Nero image handling more complete.
    CD-Text processing.
    DAO in read_audio_sectors.
    ISRC processing.

- ISRC query for image files.

  Thanks to Robert William Fuller on the above two items

- Allow reading pregap of a track via get_track_pregap_lsn(). Add
  Section on "CD-DA pregap" in libcdio manual

- Allow cross-compiling to mingw32. Patch from Peter Hartley.

- Make iso9660 time setting/getting routines (iso9660_{g,s}et_{d,l}time)
  reentrant and remove bugs in that code. Courtesy Nicolas Boullis.

- OSX fixes
2008-11-10 22:30:43 +00:00
wiz
285b7dd776 Bump PKGREVISION for libXaw API depends bump due to libXaw8 removal. 2008-11-10 17:21:33 +00:00
hira
502b251e10 Pass command paths of textproc/icu to configure. 2008-11-06 16:00:09 +00:00
markd
dc322ff0f8 Add a few missing directories. 2008-11-06 11:01:21 +00:00
markd
ab53e3574b Add kde4-dirs 2008-11-03 10:30:20 +00:00
markd
58dd924fb0 s/wip/misc/ 2008-11-03 10:29:27 +00:00
markd
7ce9aa58c2 Import of kde4-dirs 1.0 from pkgsrc-wip.
kde4-dirs installs a set of shared directories used by many KDE4
applications.  It is useful to simplify PLIST handling in other packages.
2008-11-03 10:27:54 +00:00
obache
aa16bc1a06 Not required since updated to 2.24.1. 2008-11-03 05:23:26 +00:00