Commit graph

4300 commits

Author SHA1 Message Date
morr
42ec8a63f2 BSD-Stats is collecting statistics about *BSD installations (and flavours).
PR pkg/35365
2010-03-12 00:13:40 +00:00
adam
95d484a7a4 Changes 0.10.4:
* Bug fix release.
* Fixed unpredictable openGL related crashes on win32.
* Fixed run on MacOSX Tiger/Leopard/Snow Leopard.
* Disable OpenGL shaders by default for stars and atmosphere. User activate
  it by setting use_glshaders = true in the [main] section of the config.ini
* Fixed the handling of the Qt -graphicssystem parameter. Now it is ignored
  if it is not used properly.
* Improved OpenGLES2 support (not finished yet).
* Added Qt widgets flags on the main windows to avoid filling background
  (this boosted the program a lot on linux).
2010-03-11 11:15:17 +00:00
sno
124b32d841 Updating misc/p5-Business-CreditCard from 0.30nb1 to 0.31
pkgsrc changes:
- Add license definition
- Remove files/Makefile.PL (is as good as upstream one)
- Explicitely tell, that no compiler is required

Upstream changes:
0.31  Mon Oct 19 18:51:35 PDT 2009
        - Add LICENSE section to POD documentation
        - Add META.yml to MANIFEST
        - Add Irish Laser card, thanks to Eoin Redmond for the heads-up.
        - Add documentation on what this module *is* and *is NOT* about.
        - Spelling fix in docs
        - correct misdocumentation of $Business::CreditCard::Country
        - Move test.pl to test/t and change to using Test::More, modify
          MANIFEST and Makefile.PL accordingly (thanks to Alexander Ciornii)
        - Silence unwanted warnings (thanks to Alexander Ciornii)
        - Discover cards starting with 644-649 are now recognized
        - Most Diner's Club cards (300-305, 3095 and 36) now processed as
          Discover
        - China Union pay now includes 624-626 and 628 in addition to 622 (and
          still identified as Discover outside China)
        - JCB identified as Discover in the US
2010-03-10 18:20:16 +00:00
sno
33edb07521 Updating misc/p5-Locale-Codes from 2.07nb1 to 3.11
pkgsrc changes:
- Add license definition

Upstream changes:
3.11  2010-03-01 sbeck
	* NEW CODE(s)
	* Added the IANA domain names to Country
	* Fixed a problem that produced warnings with perl 5.11.5.
		Jerry D. Hedden
	*

3.10  2010-02-18 sbeck
	* Moved support files into the Locale::Codes namespace.
	* The work done in each of the Locale::XXX modules was
		virtually identical to each other. It has all
		been moved to a central module and the
		Locale::XXX moduels are now just wrappers.
	* The XXX_code2code functions would return undef if the
		same codeset were passed in for both the 2nd and
		3rd arguments. This doesn't make sense and has
		been changed.
	* Added all semi-private routines (except for the
		couple that were already present):
			rename_XXX
			add_XXX
			delete_XXX
			add_XXX_alias
			delete_XXX_alias
			rename_XXX_code
			add_XXX_code_alias
			delete_XXX_code_alias
	* Added "UK" alias. Steve Hay

3.01  2010-02-15 sbeck
	* Fixed Makefile.PL and Build.PL to install as core
		modules.

3.00  2010-02-10 sbeck
	* Took over maintenance of the code
	* All codes and country names come from the official
		standards
	* code2country now returns the name of the country specified
	        in the standard (if the different standards refer
	        to the country by different variations in the name,
	        the results will differe based on the CODESET)
	* Added code sets
		FIPS 10 country codes
		Alpha-3 and Term language codes
		Numeric currency codes
	* The rename_country funcion from 2.07 would guess the
		CODESET (unlike all other functions which used
		a default of LOCALE_CODE_ALPHA_2). The guess can
		cause problems since (with the addition of FIPS)
		codes may appear in different codesets for different
		countries. The behavior has been changed to be
		the same as other functions (default to
		LOCALE_CODE_ALPHA_2).
	* Dropped support for _alias_code
	* Added language_code2code, currency_code2code
2010-03-08 18:15:51 +00:00
zafer
e93211dccf remove dead mirror 2010-03-07 15:13:37 +00:00
wiz
01965b145a Update minimum requirements per README. 2010-03-07 08:56:55 +00:00
wiz
3526f2cabe Update to 0.15:
Gaupol 0.15
===========

 * Add text correction task to split joined words or to join split
   words using spell-check suggestions (#572667)
 * Show duration in time mode as seconds
 * Merge Latin and French common error text correction patterns from
   subtitleeditor (kitone)
 * Allow pasting times with comma as a decimal separator (#580339)
 * Allow bookmarks to be added or removed by double-clicking or
   pressing enter in the bookmark column (#580346)
 * Add validation for character encoding given as an argument on the
   command line using the '-e' option
 * Fix handling of Unicode BOMs (#568906)
 * Add UTF-8-SIG character encoding for opening and saving files
   with a UTF-8 signature/BOM
 * Fix incorrect handling of common error patterns that at worst
   caused gaupol to hang due to an eternal loop (#581003)
 * Abort installation if an intltool-merge or msgfmt call fails
 * Add messages for raised exceptions

Gaupol 0.14
===========

 * Add an extension system (documentation to follow later)
 * Add two extensions: side pane and bookmarks
 * Adher to the home directory part of freedesktop.org's
   XDG Base Directory Specification
 * Handle reading and writing files with a UTF-8 BOM (#556956)
 * Save SSA and ASS files with '\N' linebreaks instead of '\n'
 * Resize columns after running text corrections
 * Make removing a large amount of subtitles significantly faster
 * Fix GtkWarning: GtkSpinButton: setting an adjustment with
   non-zero page size is deprecated
 * Remove deprecated Encoding-field from desktop file
 * Fix search dialog to not modify obsolete data (#572676)
 * Fix character count error with Unicode text
 * Fix updating of filenames in the projects menu
 * Fix erroneous cleaning of SubRip markup after removing hearing
   impaired subtitles
 * Fix open dialog file filter to list files with upper- and mixed
   case extensions as well
 * Fix AssertionError when installing multiple times
 * Switch version-control systems from subversion to git
2010-03-07 08:55:45 +00:00
wiz
1caefbef29 Do not accept xulrunner 1.9.2.2pre or newer, it comes without npapi.h. 2010-03-05 14:30:01 +00:00
gdt
78054ddba4 homepage moved to osgeo 2010-03-04 01:42:18 +00:00
bad
df0abfcc8d Replace list of accepted JVMs with a set that is available through pkgsrc.
Not tested yet.

Should fix PR pkgsrc/42916.
2010-03-03 21:39:49 +00:00
bad
152809551c Update openoffice3-bin to 3.2.0.
Changes since 3.1.2 are:
- security fixes
- improved MS Office compatibility
- faster startup times

For a more detailed list read http://www.openoffice.org/dev_docs/features/3.2/
2010-03-02 22:57:03 +00:00
drochner
b15f1cca5e first attempt to make this DESTDIR ready and to update it to a
newer version (5.26, the current production version).
The pkg builds and the result starts up and can do simple operations,
but there are strange errors if I try scripts which used to work
two years ago (mostly array size check related).
The biggest problem is that the pkg needs a fortran compiler
which supports the LOC() function. f2c doesn't, the cheapest way
I found is to depend on pkgsrc/lang/gcc3-f77. This needs to be done
cleaner.
2010-02-26 10:56:38 +00:00
wiz
aeaceb273d Reset maintainer for developers who gave back their commit bit. 2010-02-26 10:28:30 +00:00
joerg
bcc71ffe11 Clean up linker invocation to not just work by pure luck. 2010-02-25 18:23:45 +00:00
joerg
6e39f973df Reset maintainer, mail bounces. 2010-02-25 15:03:36 +00:00
wiz
37c7528b49 Remove files that do not belong here. Bump PKGREVISION. 2010-02-25 14:30:23 +00:00
drochner
35ffbdd612 this needs terminfo, so it might need ncurses to provide it 2010-02-23 10:56:04 +00:00
drochner
ab1cd1e48b this doesn't need ncurses, at least on NetBSD
bump PKGREVISION
2010-02-22 19:07:41 +00:00
obache
a993a272dc Subserve last jump update from 4.3.20 to 4.9.5 without note of notable changes.
* add missing PLIST entries.
* need termcap library.
* exactly disable transition script, resolve conflicts with scmgit-* packages
  ("git" command was renamed to "gitfm" in version 4.9.2,
    and "git" command is just a transitional script now.
    it also notate git-scm command, but not fit to pkgsrc's devel/scmgit).
* skip lib/charset.alias, suggested by joreg.
* set LICENSE=gnu-gpl-v3
* marked as user-destdir support
* some pkglint clean.
Bump PKGREVISION.
XXX: this package should be renamed to "gnuit"?
2010-02-22 09:15:56 +00:00
obache
210274fd84 INFO_FILES should be set to "YES". 2010-02-21 12:24:59 +00:00
joerg
e332b0c0d7 Be explicit about suid root. Fix unprivileged build. 2010-02-19 14:16:31 +00:00
drochner
bc16ac504a +goffice0.8 2010-02-18 21:05:32 +00:00
drochner
603623f237 add goffice0.8-0.8.0, a new release branch of that library 2010-02-18 20:48:56 +00:00
wiz
7a71dd8b72 Pick up maintainership. 2010-02-15 15:09:28 +00:00
wiz
747fdd28b3 Update to 2.2:
Features

    * Enabled KOrganizer integration for adding loans to calendar
      (kdepimlibs required).
    * Enabled KAddressBook integration for adding borrowers from
      the address book (kdepimlibs required).
    * Improved performance for modifying many entries at once.
    * Added data source for Giant Bomb.
    * Added data source for The Movie DB.
    * Updated CrossRef data source to allow authentication via
      email only (Bug #224619).
    * Added option for disabling webcam support.

Bug Fixes

    * Fixed some hyphenation issues for 978 ISBN values.
    * Fixed bug in en_GB translation that affected file selection.
    * Fixed adding "link-only" files (Bug #220645).
    * Fixed Discogs track download and title search.
    * Fixed setting correct permissions of backup file (Bug #219259).
    * Fixed formatting of multiple people with auto-formatting (Bug #219268).
    * Fixed updating from Amazon to include book title or album
      title in search.
    * Fixed crashing bug for sorting during HTML export.
    * Fixed multiple selection in entry view (Bug #216122).
2010-02-15 15:08:59 +00:00
wiz
34bdf08d1c + tellico-kde3. 2010-02-15 14:55:00 +00:00
wiz
e148fbe8b7 Remove options.mk, leftover from KDE3 version. 2010-02-15 14:54:22 +00:00
wiz
a95715de0b Update to 2.1.1nb3, the KDE4 version.
Lots of changes since KDE3, check it out!
2010-02-15 14:53:43 +00:00
wiz
28b5d72270 Reimport tellico as tellico-kde3. 2010-02-15 14:52:45 +00:00
wiz
c5435da3c0 Add .include "../../sysutils/desktop-file-utils/desktopdb.mk"
Bump PKGREVISION.
2010-02-15 14:52:00 +00:00
tnn
1f72f364a2 Merge GNOME git commit a5588114ed94d00ca64913aa5b248e09a5e13edc.
Fixes compatibility issues with xulrunner-1.9.2.
2010-02-13 12:26:15 +00:00
wiz
4388cc1944 Fix PLIST for xscreensaver-5.10 and depend on it
Bump PKGREVISION.
2010-02-12 23:05:03 +00:00
joerg
83d821de85 DESTDIR support 2010-02-11 19:30:01 +00:00
joerg
a74199ae33 DESTDIR support. Needs full libXt dependency. Bump revision. 2010-02-11 19:29:38 +00:00
joerg
f839f23a52 DESTDIR support 2010-02-11 19:20:55 +00:00
joerg
ff9f8929e9 DESTDIR support 2010-02-11 19:17:06 +00:00
joerg
5cc639072f DESTDIr support 2010-02-11 19:14:19 +00:00
joerg
15440c36cd DESTDIR support 2010-02-11 19:07:56 +00:00
joerg
550ea27f09 DESTDIR support 2010-02-11 19:02:01 +00:00
joerg
4f486c7829 DESTDIR support 2010-02-11 18:58:46 +00:00
joerg
3a06eb96bf Bump revision for PYTHON_VERSION_DEFAULT change. 2010-02-10 19:17:31 +00:00
obache
e3a3ced090 Some improvements:
* set LICENSE=gnu-gpl-v2
* add user-destdir support
* reset WRKSRC setting, use CONFIGURE_DIRS instead,
  so that pkgsrc magick affect to all files
* regen patches, split out patch-ad from patch-ac
  (one patch file to multiple files is not good).
* need termcap to build.
2010-02-10 10:43:28 +00:00
obache
0a53a46617 sort 2010-02-10 10:36:00 +00:00
zafer
cd0de6d181 update master_sites 2010-02-07 18:41:54 +00:00
martin
d19d2ed8b5 Simplify (I accidently reverted parts of joergs changes and solve the
same problem differently - undo that now). No visible change.
2010-02-05 19:36:16 +00:00
martin
04a2aa2e13 Update to version 1.10 2010-02-05 15:27:27 +00:00
martin
f701177bef update to open2300 1.10 2010-02-05 15:26:15 +00:00
wiz
f1b3168c58 Update to 20091229: 4 more months of data. 2010-02-05 12:59:46 +00:00
joerg
9b5d43d667 DESTDIR support 2010-02-04 17:29:59 +00:00
joerg
399649a194 DESTDIR support 2010-02-04 17:19:34 +00:00
joerg
d7c411df8a DESTDIR support 2010-02-04 17:09:09 +00:00
joerg
cb8dd2bd84 DESTDIR support 2010-02-04 16:56:24 +00:00
joerg
7d3c9ae25f DESTDIR ready 2010-02-04 16:53:14 +00:00
joerg
bc31f6970e DESTDIR support 2010-02-04 16:50:32 +00:00
joerg
3ea90bd8d4 DESTDIR ready 2010-02-04 16:47:54 +00:00
joerg
173de87a45 DESTDIR support 2010-02-04 16:47:05 +00:00
joerg
0969cbb641 DESTDIR ready 2010-02-04 16:45:50 +00:00
joerg
4738a3350a DESTDIR support 2010-02-04 16:44:27 +00:00
joerg
1cfc503d56 DESTDIR support 2010-02-04 16:15:14 +00:00
wiz
b26e83ee5c Bump revision for yaz ABI depends bump. 2010-02-04 11:22:29 +00:00
dholland
250e7d7a12 destdir support 2010-02-04 05:08:12 +00:00
wiz
5f9cd1f8d2 Update to 1.1.20100119. Set LICENSE.
2010/01/19
	+ split up binding tables in inputbox and similar widgets to avoid
	  conflict between cursor-key use for input-string versus navigation
	  (report by slakmagik).
	+ if strftime() is available, support --time-format option for timebox
	  widget.
	+ if strftime() is available, support --date-format option for calendar
	  widget (request by Walter Harms).
	+ build-fixes for linking to intl library in /usr/local
	+ add --scrollbar option, use in most widgets to show a scrollbar on
	  the right margin of the data.  That is cosmetic, does not respond to
	  the mouse.
	+ reuse functions from msgbox to allow prompt for yesno box to be
	  scrolled in a too-small window.
	+ correct mapping of button-codes with --nook option (report by Lebedev
	  Vadim).
	+ cleanup sample scripts using new utility scripts setup-* and report-*,
	  and allow command-line parameters to be added, for ad hoc testing.
	+ correct change to tailbox widget from 2009/02/22 using
	  dlg_button_layout(), which broke that widget.
	+ document some of the portability caveats.
	+ modify gauge widget to service callbacks (prompted by patch and
	  comments by Frank Sorenson).
	+ modify editbox to allow its input buffer to be larger than MAX_LEN
	  unless bounded by the --max-input option, and add limit-checks for
	  the buffer (report by slakmagik).
	+ improve manpage description of --checklist (report by Isaac Good).
	+ several improvements to configure script macros:  CF_ADD_CFLAGS
	  CF_CURSES_FUNCS CF_DISABLE_ECHO CF_GCC_ATTRIBUTES CF_MATH_LIB
	  CF_POSIX_C_SOURCE CF_REMOVE_DEFINE CF_WITH_LIBTOOL CF_XOPEN_SOURCE
	+ add is.po, lv.po, sw.po from
		http://translationproject.org/latest/dialog/
	+ update de.po, id.po, pl.po, pt_BR.po, vi.po from
		http://translationproject.org/latest/dialog/

2009/02/22
	+ do not display top-arrows for scrolling if they would overwrite the
	  title (report by slakmagik)
	+ consistently use dlg_button_layout() when autosizing widgets (report
	  by slakmagik).
	+ add "-" and "+" bindings to timebox widget.
	+ add "-" and "+" bindings to calendar widget (OpenSolaris #6739031).
	+ review/fix other widgets to ensure that they exit on error, e.g.,
	  editbox.c
	+ modify check in dlg_getc() to treat closure of either stdin or stdout
	  as an error, rather than both.  This is more stringent than the check
	  added in 2007/07/04.
	+ modify dlg_result_key() to map curses ERR to dialog's error exit
	  (adapted from patch by Domagoj Pensa).
	+ updated several configure script macros:
	  + consistently append, rather then prepend, to $CFLAGS
	  + add cases for AIX 6, mint, and dragonfly to CF_XOPEN_SOURCE
	  + use $PATH_SEPARATOR rather than $PATHSEP
	  + improve CF_FIND_LINKAGE, use in checks for more libraries, e.g.,
	    libutf8 and libiconv.
	+ update da.po, ru.po from
		http://translationproject.org/latest/dialog/
	+ updated config.guess, config.sub
2010-02-03 19:05:24 +00:00
wiz
02da1b0cc7 Update to 2.1pre5:
There's a lot of changes bundled into this version. The highlights since 2.1pre4 are:
  * Lots of eBay fixes
       * Multiple high bidder and fixed price problems have been resolved
       * My eBay searches should work a little better
       * Seller feedback and names should be loaded
  * Many, many small UI fixes
       * Improved layout and UI, especially on Mac OS X and under the Thumbnail mode
       * The long-standing issue with shrinking the toolbar and overlapping the status/select box has been fixed.
       * Show Information and Set Shipping dialogs don't break with large images or many status updates
       * Nasty Java 1.6 bug that prevents multi-select and context-menu usage has been worked around.
  * Several Mac OS X-specific fixes and features
  * Reduced the My JBidwatcher usage, improving synchronization
  * Transitioned to git as the version control software.
2010-02-03 17:05:58 +00:00
wiz
a71178b107 Update to 1.2.2:
-Added support routines for Tim Bourke's Mnemogogo plugin, which enables you
 to review cards on Java-based phones. See
 http://www.tbrk.org/software/mnemogogo.html
-fix rare hang in preprocessing paths (reported by LooM).
-Remove hidden limit on grade 1 cards.
-Italian translation by Enrico Leoni.
-Turkish translation by Sercan Oruc.
-Updated German translation by Dimitri Scheftner.
-Updated French translation by Christophe Mealares and Yannick Voglaire.
-Hungarian translation by bkile.
2010-02-03 10:51:59 +00:00
heinz
ccd5df3b35 Added LICENSE information. 2010-01-30 16:27:59 +00:00
fhajny
90054fe680 Fix (finally) the typo in patch-ag. Previous fix wasn't correct. 2010-01-27 13:21:58 +00:00
markd
0e4c4f6b89 Update to kde4 4.3.5
* A number of bugs in KIO have been squashed, making updating of shown
  directories work again and solving some other stability issues
* A crash when creating an avatar from the webcam in Kopete has been fixed
* kded taking 100% CPU time in certain situations has been cured
2010-01-27 10:38:38 +00:00
heinz
d653ce6a74 Added LICENSE information. 2010-01-24 17:11:17 +00:00
wiz
319e13628d More PKGREVISION bumps of jpeg dependencies.
Identified by parsing the NetBSD-i386-5.0.1/2009Q3 pkg_summary files
and Robert Elz.
2010-01-24 13:26:09 +00:00
heinz
3e7c2cc765 Updated to version 2.22.0
Pkgsrc changes:
  - none

Changes since version 2.21.0:
=============================
2010-01-21
        * 2.22.0 released
        * Fixed bug 2936564: Can't get item number or title
2010-01-06:
        * Fixed bugs 2887061 and 2922040: Recognize "bad password" page.
2010-01-22 20:15:00 +00:00
heinz
f63b157751 Added LICENSE information. 2010-01-21 17:41:06 +00:00
drochner
f806ab2d64 +kseg 2010-01-21 10:25:25 +00:00
drochner
1610d180d4 import kseg-0.403, a nice geometry scratchpad program 2010-01-21 10:21:01 +00:00
drochner
ea299363b4 update to 2.28.3
changes:
-minor UI improvements
-bugfixes
-translation updates
2010-01-19 20:08:32 +00:00
wiz
91871f449e Second try at jpeg-8 recursive PKGREVISION bump. 2010-01-18 09:58:37 +00:00
adam
f5ca6efd98 Changes 4.7.0:
* Added in memory caching of init file search results for substantial
  acceleration in some application environments (like MapServer).
* Regenerated nad/epsg init file with EPSG 7.1 database, including new
  support for Google Mercator (EPSG:3857).
* Various thread safety improvements, including preliminary support for
  a mutex lock around some operations, like grid loading.
2010-01-18 08:56:02 +00:00
christos
37e148d99a update to 4.9.5 2010-01-18 02:23:52 +00:00
wiz
579796a3e5 Recursive PKGREVISION bump for jpeg update to 8. 2010-01-17 12:02:03 +00:00
markd
7dfccc6794 KDE SVN commit r1074158 by ttrnka:
Properly check errors during authentication to avoid falling into an
infinite loop.
2010-01-17 11:27:54 +00:00
markd
fd35c1937a Add a buildlink3.mk 2010-01-17 11:24:04 +00:00
obache
4faabe0e0d Add patch-a{b,c} to avoid conflict with getline(3) defined in IEEE Std 1003.1-2008.
PR#42595.
2010-01-09 12:03:03 +00:00
obache
773ec82af4 Add user-destdir support. 2010-01-09 11:55:35 +00:00
gson
91e1c11261 Updated during the freeze to address open PR pkg/42562.
Changes since version 1.8:

Deal with recent renumbering of password encryption choices in sysinst.
2010-01-02 11:07:26 +00:00
dholland
71c444984a Since this thing's distfile is rebuilt upstream every night with new
timestamps, use a copy cached on ftp.n.o. Set DIST_SUBDIR too for the
benefit of anyone who picked up some random nightly copy other than
today's. Nothing important has changed, so no revbump.
2010-01-02 00:20:14 +00:00
spz
9b43a1c0f6 Fix build failure:
NetBSD-current added dwarf.h and that made the code assume that sys/stropts.h
was present without greater need, since configure also checks for
HAVE_SYS_STROPTS_H.
2010-01-01 19:38:44 +00:00
tron
bbe2b09936 Set license to "gnu-gpl-v2". 2009-12-29 13:47:54 +00:00
wiz
7f24d1b91f Mention where to find an English dictionary. 2009-12-24 10:45:36 +00:00
joerg
24d58d7b2d Fix destdir installation.
XXX Some files are installed with group sys and I can't find a good reason.
2009-12-23 17:54:54 +00:00
wiz
9020be79ad Fix linking without gnome option enabled. From upstream. 2009-12-16 22:52:42 +00:00
joerg
3fbb207985 Recursive bump for libltdl 2009-12-15 21:54:17 +00:00
wiz
b40a4faa72 Update to 1.2.1:
1.2.1:
This is a bug fix release. A few random crashers were fixed. The
installation prodecure was fixed when doing --disable-schemas-install.

1.2.0:
The results have been worked to have better, easier to skim
formatting. New German, French, and Spanish dictionaries have been added.
The dictionaries are now user-organizable. The radicals in the Radical
search tool now grey out when certain combinations do not return any
kanji. There are other general improvements to make the program easier to
use and remove bugs.

1.1.0:
The main window has a more balanced interface. Bugs have been
squashed here and there. Much code has been refactored, including
doxygen documentation. This release requires GNOME 2.26 level
dependencies, which corresponds approximately to Fedora 11 or Ubuntu
9. There is now an IRC channel at irc://irc.freenode.net/gwaei for
helping users with problems.
2009-12-15 14:46:44 +00:00
wiz
08be3c74fb Update to 5.0:
Qt 4.5 is now required. The navigation tab is now a dock window,
which can be moved or left floating. The index parser was fixed.
Default toolbars now use large icons and text labels, and are
configurable through the settings. A new version check was added.
It checks once a week and can be disabled in the settings. An
OpenSuSE 11.2 RPM was provided.
2009-12-15 12:31:50 +00:00
dsainty
149ebb9ba0 Change the home page to one that exists.
MASTER_SITES is also broken, but the current site doesn't carry releases prior
to 2.x.
2009-12-11 02:13:44 +00:00
abs
5f6d489f59 PKG_DESTDIR_SUPPORT=destdir 2009-12-11 00:11:11 +00:00
abs
879376406b PKG_DESTDIR_SUPPORT=user-destdir 2009-12-10 23:49:03 +00:00
abs
8e478ed8b0 This package does strange things during install, but at least is
now does them while handling PKG_DESTDIR_SUPPORT. bump pkgrevision
2009-12-10 21:33:39 +00:00
abs
60f86d6f45 Add PKG_DESTDIR_SUPPORT.
The package's Makefile was using 'DESTDIR' as "directory into which
to install binaries", which was a little unconventional. Use BINDIR
instead and treat DESTDIR like the rest of the world.
2009-12-10 21:13:07 +00:00
bad
5ede43717b Remove .orig files left by patch in installation dir.
Noticed by joerg@.
2009-12-07 22:07:23 +00:00
dholland
9f5ec6db56 Give a little help finding db185 libs for configs/machines where db185
isn't in libc, such as Linux or with BDB_DEFAULT=db4 BDB185_DEFAULT=db4.

From Aleksey Cheusov in PR 37293.
2009-12-07 04:06:02 +00:00
dholland
839b9fea56 Update to r8765.
pkgsrc changes:
  - use REPLACE_PERL instead of hand-rolled sed
  - use ncursesw
  - make curses selection work
  - add INSTALLATION_DIRS

upstream changes:
  Changes to support Unicode terminals. Link against ncursesw instead
  of ncurses, since the former knows how to translate ACS_ULCORNER et
  al into the right Unicode code points; also call setlocale() before
  starting up curses, so that it knows it has to.

Also closes PR pkg/37366.
2009-12-06 23:32:56 +00:00
bad
9c91692fbe Remove conflict marker in previous. 2009-12-06 10:11:14 +00:00
bad
672f5d0402 Update to OpenOffice.org 2.4.3.
Changes since 2.4.2:
- Fix for the default Text Document filter setting.
- New JRE 6u15 for OOo 2.4.3
- update libxml2
- word import crash fix
- fixes import of documents that export bullets in a correct odf fashion
  (f.e. OOo 3.0)
- This cws aims to fix the X11 issue (OpenOffice.org not launching)
- Writer fixes for OOo 2.4.3
2009-12-05 15:00:16 +00:00
markd
51aab3f6b0 update to kde 4.3.4
KDE SC 4.3.4 has a number of improvements:

 * A bugfix in Plasma's pixmap cache makes the workspace more responsive
 * Okular, the document viewer improved stability in certain situations
 * Marble, the desktop globe has seen some polish
 * Passphrases with non-ASCII characters have been fixed in the KGpg
   encryption tool
2009-12-04 22:04:04 +00:00
asau
6754aacfb8 Follow f2c/libf2c split: bump revision of all packages
that list Fortran in used languages.
2009-12-03 13:06:51 +00:00
bad
1aee963d38 Add spadmin-patch that I forgot in previous commit. 2009-12-02 22:22:57 +00:00
bad
64e60f4c33 Update to OpenOffice.org 3.1.1.
Includes the following security fixes:
* CVE-2009-0200 / CVE-2009-0201: Manipulated Microsoft Word files can lead
  to heap overflows and arbitrary code execution
* CVE-2009-2414 / CVE-2009-2416: Manipulated XML documents can lead to
  arbitrary code execution

Too many changes since 3.0.1 to list them here.
Please consult: http://development.openoffice.org/releases/3.1.1.html
2009-12-02 22:21:16 +00:00
snj
cfaec92727 Update to 2.28.1. 2009-12-02 18:44:11 +00:00
wiz
0561b2626e Update to 2.28.1:
Changes in 2.28.1:
------------------
* Use g_timeout_add_seconds to reduce wakeups, bug #581260 (Javier Jardón)
* Removed debug output, bug #585829 (Vincent Untz)
* Updated translations:
  en@shaw    (Thomas Thurman)
  lv         (Peteris Krisjanis)
  nn         (Åsmund Skjæveland)
  ru         (Leonid Kanter)
2009-12-02 12:57:26 +00:00
obache
df1397f88b + topless 2009-11-29 07:33:51 +00:00
obache
ec3e33ee68 Import topless-1.52 as misc/topless.
topless reads various command output, displays it on the whole screen (like
less), and periodically updates it like top.

topless can be used with almost every sort of command, but is particularly
useful when used with the command to monitor the system, such as ps, netstat or
fstat.
2009-11-29 07:32:17 +00:00
obache
b81eb0ef08 Update m17n-docs to 1.5.5, for m17n-lib 1.5.5. 2009-11-25 06:31:54 +00:00
wiz
9ec3646747 Fix path to python in installed files.
Bump PKGREVISION.
2009-11-18 21:03:37 +00:00
wiz
10eb3f7753 Update to 0.6.24. Lots and lots of changes since the 0.4 version we
had in pkgsrc.

On NetBSD, readers are still not recognized automatically due to a lack of
methods for finding new devices and their mount points.
2009-11-18 17:41:20 +00:00
wiz
5fd1761cb1 Update to 2.28.1:
Version 2.28.1
---------------

Misc changes, improvements and fixes:

    * Don't use a pointer grab to lock the cursor - closes bgo #598538

New and updated translations:

    [et] Tournaris Pavlos
    [et] Ivar Smolin
    [ro] Lucian Adrian Grijincu
    [ru] Leonid Kanter

New and updated manual translation:

    [cs] Adrian Guniš

Version 2.28.0
---------------

New and updated translations:

    [as] Amitakhya Phukan
    [da] Per Kongstad
    [en_GB] Philip Withnall
    [fi] Ilkka Tuohela
    [gu] Sweta Kothari
    [hi] Rajesh Ranjan
    [hu] Gabor Kelemen
    [it] Milo Casagrande
    [kn] Shankar Prasad
    [ko] Changwoo Ryu
    [lt] Gintautas Miliauskas
    [mai] Sangeeta Kumari
    [ml] Peter Ani
    [mr] Sandeep Shedmake
    [or] Manoj Kumar Giri
    [pa] A S Alam
    [ro] Adi Roiban
    [sl] Matej Urbančič

New and updated manual translation:

    [el] Giannis Katsampirhs

Version 2.27.92
---------------

Misc changes, improvements and fixes:

    * Fix installation of dwell click applet on GNOME panel

New and updated translations:

    [ar] Khaled Hosny
    [bn] Israt Jahan
    [ca] Gil Forcada
    [ca@valencia] Carles Ferrando Garcia
    [de] Mario Blättermann
    [eu] Iñaki Larrañaga Murgoitio
    [nb] Kjartan Maraas
    [pl] Tomasz Dominikowski
    [pt] Duarte Loreto
    [sr] Milan Skocic
    [sr@latin] Milan Skocic
    [te] Krishna Babu K

New and updated manual translation:

    [cs] Adrian Guniš

Version 2.27.91
---------------

Misc changes, improvements and fixes:

    * Use AM_SILENT_RULES if available

New and updated translations:

    [bg] Alexander Shopov
    [cs] Adrian Gunis
    [fr] Claude Paroz
    [gl] Antón Méixome
    [pt_BR] Leonardo Ferreira Fontenelle
    [th] Theppitak Karoonboonyanan
    [zh_HK] Chao-Hsiung Liao
    [zh_TW] Chao-Hsiung Liao

New and updated manual translation:

    [de] Mario Blättermann (bgo #591916)

Version 2.27.90
---------------

New and updated translations:

    - [gl] Antón Méixome

Version 2.27.5
---------------

New and updated manual translation:

    - [de] Mario Blättermann

Version 2.27.4
---------------

Misc changes, improvements and fixes:

    * Fix typos in NEWS file

New and updated manual translation:

    - [bn_IN] Runa Bhattacharjee
    - [ca] Joan Duran
    - [cs] Adrian Guniš
    - [et] Ivar Smolin
    - [he] Yaron Shahrabani
    - [sv] Daniel Nylander
    - [uk] Maxim Dziumanenko

Version 2.27.3
---------------

Misc changes, improvements and fixes:

    * Fix cursor drawing on 64bit platforms - closes bgo#584256
    * Use 'test ! -d' in autogen.sh - closes bgo#583311
    * Link directly to libX11 - closes bgo#583471
    * Fix sequence-point warning - bgo#583993
    * Restore contextual menu in click-type window
    * Fix POTFILES.in to make intltool extract strings from .ui files
    * Get back lost translations from 2.24
    * Remove markup from translatable strings

New and updated manual translation:

    - [es] Jorge González
    - [fr] Claude Paroz
    - [ta] drtvasudevan

Version 2.27.2
---------------

Misc changes, improvements and fixes:

    * Fix dwell click for left-handed mouse orientation - bgo#582319
    * Fix FDL license version of the manual
    * Add comment to manual that hardware click interrupts dwell click

New and updated manual translation:

    - [el] Giannis Katsampirhs
    - [es] Jorge González

Version 2.27.1
---------------

Misc changes, improvements and fixes:

    * Changes due to moving from svn to git
    * Clean up AUTHORS file
    * update copyright year
    * remove the INSTALL file from repository
    * Automatically generate ChangeLog file when creating a tarball
    * Cancel dwell click if a hardware click occurs, RFE bgo #580174
    * create m4 directory during autogen.sh, bgo #579397
    * Rename MTClosure to MtData
    * Use structure bit fields to save some memory
    * Optimization to reduce usage of G_TYPE_INSTANCE_GET_PRIVATE
    * remove unused virtual methods from MtTimerClass
    * Fix FDL license version of the manual

New and updated translations:

    - [el] Fotis Tsamis
    - [gl] Suso Baleato
    - [kn] Shankar Prasad
    - [or] Manoj Kumar Giri
    - [pa] A S Alam
    - [zh_CN] TeliuTe

New and updated manual translation:

    - [en_GB] Jen Ockwell
    - [fr] Bruno Brouard and Claude Paroz
2009-11-17 17:41:07 +00:00
wiz
c889eff28c Update to 2.28.0:
=====================
deskbar-applet 2.28.0
=====================

Translations:
- Updated as: Amitakhya Phukan
- Updated da: Kenneth Nielsen
- Updated el: Kostas Papadimas
- Updated el: Μάριος Ζηντίλης
- Updated en_GB: Philip Withnall
- Updated hi: Rajesh Ranjan
- Updated hu: Gabor Kelemen
- Updated it: Milo Casagrande
- Updated lt: Aurimas Fišeras
- Updated mai: Sangeeta Kumari
- Updated ml: Ani Peter
- Updated mr: Sandeep Shedmake
- Updated pa: A S Alam
- Updated ro: Adi Roiban
- Updated sl: Matej Urbančič
- Updated te: Krishna Babu K

======================
deskbar-applet 2.27.92
======================

- Fixed bug #593798:  Duplicate object id in preferences ui file

Translations:
- Updated bn_IN: Runa Bhattacharjee
- Updated bn: Loba Yeasmeen
- Updated br: Denis
- Updated ca: Gil Forcada
- Updated cs: Pavel Šefránek
- Updated de: Mario Blättermann
- Updated gu: Sweta Kothari
- Updated hu: Gabor Kelemen
- Updated kn: Shankar Prasad
- Updated ko: Changwoo Ryu
- Updated pt: Duarte Loreto
- Updated ta: I. Felix

======================
deskbar-applet 2.27.91
======================

- Reverted fix for bug #578803: deskbar-applet incorrectly installs to pythondir rather than pyexecdir
- Fixed bug #589094: deskbar installs in libdir instead of libexecdir

Translations:
- Updated bg: Alexander Shopov
- Updated da: Leif Larsen
- Updated eu: Iñaki Larrañaga Murgoitio
- Updated fr: Claude Paroz
- Updated gl: Antón Méixome
- Updated pl: Tomasz Dominikowski
- Updated th: Theppitak Karoonboonyanan

======================
deskbar-applet 2.27.90
======================

Translations:
- Updated ar: Khaled Hosny
- Updated ca@valencia: Carles Ferrando Garcia
- Updated ga: Seán de Búrca

=====================
deskbar-applet 2.27.5
=====================

Translations:
- Updated fi: Ilkka Tuohela
- Updated zh_HK: Chao-Hsiung Liao
- Updated zh_TW: Chao-Hsiung Liao

=====================
deskbar-applet 2.27.4
=====================
In this release the dependency on deprecated libgnomeui has been removed.

- Fixed bug in files handler that uppercase querys never showed up
- Use gio instead gnome.ui to retrieve thumbnails
- Use SessionManager DBus service to logout/restart/shutdown instead of gnome.ui
- Fixed bug #573639: Remove deprecated libgnomeui dependency
- Always execute default action of first item when pressing Enter in entry
- Use Utils.url_show_file instead of gnome-open

- Updated cs: Lucas Lommer
- Updated et: Ivar Smolin
- Updated he: Yaron Shahrabani
- Updated uk: wanderlust

=====================
deskbar-applet 2.27.3
=====================

Translations:
- Updated da: Kenneth Nielsen
- Updated nb: Kjartan Maraas
- Updated sv: Daniel Nylander

=====================
deskbar-applet 2.27.2
=====================

- Fixed bug #582131: build: missing ChangeLog when running automake
- Fixed bug that caused the window to show up again when intending to close it by pressing the keybinding

Translations:
- Updated el: Fotis Tsamis
- Updated et: Ivar Smolin
- Updated or: Manoj Kumar Giri
- Updated pt_BR: Og Maciel

=====================
deskbar-applet 2.27.1
=====================

- Fixed bug #575185: Scan directories in templates folder
- Display tooltips in history popup
- Fixed parts of bug #577649. Check if templates directory can be retrieved and exists in has_requirements.
- Fixed bug #580548: Error in ActionsFactory when file doesn't exist
- Fixed bug #580188: self._desktop is None in OpenDesktopFileAction.py
- Fixed bug 581207: Use g_timeout_add_seconds to reduce wakeups (Javier Jardón)

Translations:
- Updated ar: Khaled Hosny
- Updated es: Jorge González
- Updated or: Manoj Kumar Giri
- Updated zh_CN: Deng Xiyue
2009-11-17 17:19:58 +00:00
wiz
a8868a3a49 Update to 2.28.1:
What's new in GOK 2.28.1?

	Bug fixes:

	#595469 - Fix crash when removing gconf keys
	#588196 - Check for libusb preprocessor macros with #if defined (Aurelien Jarno)
	#514007 - Remove executable permission from l10n.txt and legal.xml

	Misc. updates / fixes:

	- Fix mai.po file permission

	New and updated translations:

	[ca] Gil Forcada
	[cs] Petr Kovar
	[or] Manoj Kumar Giri
	[ru] Leonid Kanter


What's new in GOK 2.28.0?

	New and updated translations:

	[ar] Khaled Hosny
	[as] Amitakhya Phukan
	[da] Ask H. Larsen
	[de] Christian Kirbach
	[en_GB] Philip Withnall
	[gu] Sweta Kothari
	[hi] Rajesh Ranjan
	[hu] Gabor Kelemen
	[it] Francesco Marletta
	[ja] Takayuki KUSANO
	[kn] Shankar Prasad
	[ko] Changwoo Ryu
	[lt] Gintautas Miliauskas
	[ml] Ani
	[pa] A S Alam
	[pl] Piotr Drąg
	[ro] Lucian Adrian Grijincu
	[sl] Matej Urbančič
	[sr] Miloš Popović
	[sr@latin] Miloš Popović
	[te] Krishnababu K
	[tr] Baris Cicek
	[zh_CN] Aron Xu

What's new in GOK 2.27.92?

	Bug fixes:

	#581968 - Add translator comment for "Key Feedback"

	New and updated translations:

	[ar] Khaled Hosny
	[bn_IN] Runa Bhattacharjee
	[ca] Gil Forcada
	[ca@valencia] Carles Ferrando
	[eu] Inaki Larranaga Murgoitio
	[pt_BR] Isis Binder, Rodrigo L. M. Flores

What's new in GOK 2.27.91?

	Bug fixes:

	#592692 - Remove deprecated Encoding key from desktop file (Frederic Peters)
	#591506 - Add string.h include for strcmp() (Vincent Untz)

	New and updated translations:

	[bg] Alexander Shopov
	[cs] Andre Klapper
	[fi] Tommi Vainikainen
	[fr] Claude Paroz
	[ga] Sean de Burca
	[gl] Anton Meixome
	[pt] Rui Batista

What's new in GOK 2.27.90?

	Misc. updates / fixes:

	- Minor update to API reference templates
	- Disable gtk engines in gok.rc (#585633)
	- Substitute $sounddir in gconf schema file
	- Enable libusb-input during make distcheck

	Bug fixes:

	#589117 - Remove libgnome and libgnomeui dependency
	#589967 - Build failure caused by missing header (Götz Waschk)

	New and updated translations:

	[nb] Kjartan Maraas
	[zh_CN] Ray Wang

What's new in GOK 2.27.5?

	Bug fixes:

	#588877 - Cleanup <gnome.h> includes (Andre Klapper)
	#588458 - GOK fails to build with libusb enabled

	New and updated translations:

	[ta] drtvasudevan
	[zh_HK] Chao-Hsiung Liao
	[zh_TW] Chao-Hsiung Liao

What's new in GOK 2.27.4?

	Bug fixes:

	#585633 - Enable gtk engines
	#584612 - Use gtk_show_uri instead of gnome_help

	New and updated translations:

	[es] Jorge Gonzalez
	[sv] Daniel Nylander
	[uk] Maxim V. Dziumanenko

What's new in GOK 2.27.3?

	Bug fixes:

	#584002 - Add missing return value
	#584004 - Remove esound from pkg-config file

	New and updated translations:

	[nb] Kjartan Maraas
	[sv] Daniel Nylander

What's new in GOK 2.27.2?

	Bug fixes:

	#581492 - Remove esound check from configure
	#583313 - Don't show widgets in non-active tabs

	New and updated translations:

	[es] Jorge Gonzalez
	[ta] drtvasudevan

What's new in GOK 2.27.1?

	Bug fixes:

	#570723 - Replace deprecated gnome_i18n_get_language_list
	#572913 - Migrate to libcanberra
	#572686 - Remove deprecated GTK+ symbols

	New and updated translations:

	[kn] Shankar Prasad
	[pa] Amanpreet Singh Alam
2009-11-17 16:54:31 +00:00
wiz
0ddf98cc0e Update to 2.28.1:
2.28.1 - 19-Oct-2009

General:

* Fix for bgo#596257 - Generator arguments are not passed along with
  _generateImage()

* Fix for bgo#596340 - Exception if no selection is given when
  choosing a language

* Fix for bgo#596364 - Create a script for the OpenSolaris Device
  Driver Utility

* Fix for bgo#596384 - Orca sometimes fails to speak a newly-focused
  table in certain OpenSolaris utilities

* Fix for bgo#598797 - Gnome-Terminal and VTE dump core when using Orca

Firefox/Thunderbird:

* Fix for bgo#592634 - The Gecko script's handling of caret navigation
  interferes when navigating editable messages in Thunderbird

* Fix for bgo#593520 - The Gecko script's getBottomOfFile needs to be
  more efficient

* Fix for bgo#593594 - Orca says "blank" when Firefox returns a bogus
  value for getTextAtOffset

* Fix for bgo#593596 - When the user Up Arrows to a line in Firefox
  which begins with a nested paragraph, Orca fails to present that
  line

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

    da		Danish	     	     Kenneth Nielsen
    de          German               Simon Bienlein
    el		Greek		     Jennie Petoumenou
    it          Italian              Luca Ferretti
    ru		Russian		     Leonid Kanter

==========

2.28.0 - 21-Sep-2009

General:

* Fix for bgo#595117 - Need to customize the presentation of the
  packagemanager package list toggle

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

    bg          Bulgarian           Alexander Shopov
    ca          Catalan             Gil Forcada
    ca@valencia Catalan (Valencian) Carles Ferrando
    cs          Czech               Lucas Lommer and Petr Kovar
    da          Danish              Kenneth Nielsen
    de          German              Chrisitan Kirback
                                    and Mario Blättermann
                                    and Simon Bienlein
    en_GB       British English	    Bruce Cowan
    es          Spanish             Jorge González
    fi          Finnish             Ilkka Tuohela
    gl          Galician            Antón Méixome
    ml          Malayalam           Ani Peter
    nb          Norwegian Bokmål    Kjartan Maraas
    pl          Polish              Tomasz Dominikowski
                                    and Piotr Leszczyński
    ro          Romanian            Adi Roiban
    sl          Slovenian           Matej Urbančič
    uk          Ukranian            Maxim Dziumanenko
    zh_HK       Traditional Chinese Chao-Hsiung Liao
    zh_TW       Traditional Chinese Chao-Hsiung Liao

==========

2.27.92 - 06-Sep-2009

General:

* Fix for bgo#594022 - cannot launch orca preferences - GError:
  Duplicate object id

* Rename X-FullName to X-GNOME-FullName in desktop file

StarOffice/OpenOffice:

* Fix for bgo#592917 - Orca doesn't present OOo Writer's Style combo
  box correctly

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

    eu       Basque               Iñaki Larrañaga Murgoitio
    fr       French               Laurent Coudeur and Claude Paroz
    nb       Norwegian Bokmål     Kjartan Maraas
    pt       Portuguese           Rui Batista and Duarte Loreto
    pt_BR    Brazilian Portuguese Og B. Maciel and Marco de Freitas
    ta       Tamil                I. Felix

==========

2.27.91 - 24-Aug-2009

General:

* Fix for bgo#591282 - add a switch to activate debug when executing
  orca

* Fix for bgo#591289 - Need to remove duplicate speechTabLabel from
  orca-setup.ui

* Fix for bgo#591382 - Need to add "word_char" to
  text_attribute_names.py for localization

* Fix for bgo#591729 - Using cursor routing keys when the caret
  is panned off the display can cause cursor to jump

* Fix for bgo#591734 - "No break space" character not spoken

* Fix for bgo#591805 - Orca speaks the "restrict progress bar update
  to" label when the app preferences dialog loads

* Fix for bgo#591907 - "All" hard to translate

* Fix for bgo#592517 - Cursor position based upon uncontracted text
  when typing text and contracted braille is enabled

* Fix for bgo#592741 - Fix .desktop file to meet GNOME goal

OpenOffice/StarOffice:

* Fix for bgo#356060 - Provide access to tree item level and state in
  OOo Navigator

* Fix for bgo#590682 - Orca does not always speak the Paths table of
  the OOo Options dialog correctly

* Fix for bgo#592138 - Orca speaks the next character rather than the
  next word when a paragraph boundary is crossed in Writer

Evolution:

* Fix for bgo#592708 - Orca should attempt to recognize Evo's Setup
  Assistant and present the (non-focused) prompts

Firefox/Thunderbird:

* Fix for bgo#577899 - Strange cursor movements in Firefox

* Fix for bgo#584103 - Cursor problems when I compose a new message
  with Thunderbird 3.0B3 pre

* Fix for bgo#591336 - Need a sanity check in Gecko's
  searchForCaretLocation

* Fix for bgo#591351 - SayAll document function doesn't work correctly
  on some webpages

* Fix for bgo#591592 - Orca does not speak and braille the appropriate
  information when moving by headings on all sites

* Fix for bgo#591807 - Orca sometimes presents the previous line when
  Home/End is pressed in Gecko

* Fix for bgo#591860 - Orca grinds to a halt when Ctrl+End is pressed
  in a really long message in Thunderbird

* Fix for bgo#592383 - Orca gets stuck when it encounters a paragraph
  in Firefox which begins with a multi-line-high character

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

    bg       Bulgarian            Alexander Shopov
    de       German               Christian Kirbach and Simon Bienlein
    es       Spanish              Francisco Javier Dorado Martinez
    fr       French               Claude Paroz
    ga       Irish                Seán de Búrca
    gl       Galician             Antón Méixome
    gu       Gujarati             Ankit Patel and Sweta Kothari
    he       Hebrew               Mark Krapivner
    hu       Hungarian            Attila Hammer and Gabor Kelemen
    pt       Portuguese           Rui Batista
    pt_BR    Brazilian Portuguese Leonardo Ferreira Fontenelle
    sv	     Swedish              Daniel Nylander

==========

2.27.90 - 09-Aug-2009

General:

* Fix for bgo#480883 - User can pan right in braille indefinitely at
  the end of a web page

* Fix for bgo#523693 - Positioning of the cursor when editing text

  This fixes a 'jumping cursor' problem when deleting text in the
  middle of a long text area and also adds a _realignViewport method
  to braille.py.  The method works off new settings (you need to
  hand-edit your ~/.orca/user-settings.py or ~/.orca/orca-customizations.py
  file for now):

    ALIGN_BRAILLE_BY_EDGE   = 0
    ALIGN_BRAILLE_BY_MARGIN = 1
    ALIGN_BRAILLE_BY_WORD   = 2
    brailleAlignmentMargin  = 3
    brailleMaximumJump      = 8
    brailleAlignmentStyle   = ALIGN_BRAILLE_BY_EDGE

  The default alignment style matches what we have today.

  The ALIGN_BRAILLE_BY_MARGIN style uses brailleAlignmentMargin and is
  effectively a "push" model - when you get to the edge of the
  display, the viewport is pushed to keep the cursor cell at the
  margin (until you reach the edge of the text).

  The ALIGN_BRAILLE_BY_WORD style uses brailleAlignmentMargin in the
  same push model above, but when it pushes the viewport, it pushes it
  so the edge lands on a word boundary.  In the event we hit a really
  long word, the brailleMaximumJump setting limits how far we jump.

* Fix for bgo#570070 - Remove 'item' from spoken string that
  represents position/index information

* Fix for bgo#574344 - Support for different progress bar "verbosity
  levels" should be implemented

* Fix for bgo#576847 - Add ability to 'flash' braille messages

  This adds a 'flashTime' parameter to the braille.displayMessage and
  braille.displayRegions methods.  If it is 0, the message will not be
  flashed.  If it is greater than 0, the current message on the display
  will be saved and the new message will be flashed for flashTime
  milliseconds.  If it is less than 0, the current message on the display
  will be saved and the new message will be shown until some other action,
  such as a keypress or cursor routing key press, causes the display to
  revert back to the original message.

* Fix for bgo#578832 - Flash locking modifier key state in braille

  This flashes a message for the Caps Lock modifier if the "Enable
  locking keys" checkbox is checked on the "Key Echo" tab in the Orca
  preferences UI. The flash time is settable via the
  'brailleFlashTime' setting which represents the number of
  milliseconds to flash a message.

* Fix for bgo#582318 - Pressing panning buttons on the braille display
  should not interrupt speech

* Fix for bgo#582491 - Strange message table behavior with Evolution

* Fix for bgo#589610 - isupper should be used on unicode and not UTF-8
  strings

* Fix for bgo#590219 - Incorrect text displayed with Orca quit
  confirmation dialog when the user using non english locale

* Fix for bgo#590378 - configure.in and orca.spec.in need updating for
  compile and runtime dependencies.

* Fix for bgo#590382 - Orca should have a script for packagemanager

OpenOffice/StarOffice:

* Fix for bgo#363820 - Orca should inform the user when text in given
  cell in Calc is too wide for that column

Thunderbird:

* Fix for bgo#590267 - Thunderbird's rendering of smileys as named
  paragraphs without accessible text causes Orca to speak the tutorial
  message inappropriately

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

    bn       Bengali              Maruf Ovee and Jamil Ahmed
    es       Spanish              Francisco Javier Dorado Martínez
    hu       Hungarian            Attila Hammer and Gabor Kelemen

==========

2.27.5 - 27-Jul-2009

General:

* Migrated to GtkBuilder (bgo#582506 and bgo#589362)

* Fix for bgo#434600 – cursor routing keys cannot be used to position
  caret at end of line

* Re-fix for bgo#568696 - locus of focus changes when updating list of
  files in nautilus

* Work on bgo#575784 - accented characters are not echoed correctly.
  Orca now has two new checkboxes on the "Key Echo" tab of the
  preferences UI.  The first, "Enable non-spacing diacritical keys",
  specifies whether dead keys are echoed or not.  The second, "Enable
  echo by character", specifies if the exact character typed in an
  editable text area is to be spoken.  This differs from the "Enable
  alphanumeric and punctuation keys" setting in that it echos the
  characters that are typed vs. the keys that were pressed.  If both
  are enabled, preference is given to character echo where it applies.

* Fix for bgo#578106 - Gtk Warning on starting Orca Preferences GUI

* Fix for bgo#585049 - When I select paragraphs with Ctrl+Shift+Down
  key combination, Orca says incorrect information message

* Fix for bgo#585417 - Allow pauses to be inserted in speech output

* Fix for bgo#585948 - Automatic position index spoken request.  Orca
  now has a "Speak child position" on the "Speech" tab in the
  preferences UI.  When selected, Orca will speak the child position
  (e.g., 'item 6 of 7') of various objects.

* Fix for bgo#588471 - Orca's clicking functionality should click on
  the locusOfFocus when not in flat review

* Fix for bgo#588774 - Tooltips aren't always presented

* Fix for bgo#589244 - Remove libgail-gnome usage, use gail in gtk+
  instead

* Fix for bgo#589497 - orca shouldn't speak entering / leaving flat
  review mode when verbosity is set to brief

* Fix for bgo#589504 - Orca double speaks typed characters when input
  method is enabled

Firefox:

* Fix for bgo#480883 - Braille navigation on Webpages. The pan left
  and pan right buttons on the braille display should now allow you to
  scroll through the page content in linear order.

* Fix for bgo#586399 - Orca should provide support/access to "Mouse
  Overs" in web content.  See the following message for a complete
  description:
  http://mail.gnome.org/archives/orca-list/2009-July/msg00186.html.

* Fix for bgo#588910 - Orca should support the spellcheck as you go in
  mozilla applications

* Fix for bgo#589455 - Can not activate links with structural
  navigation keys

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

    es       Spanish              Francisco Javier Dorado Martinez
    fr       French               Claude Paroz

==========

2.27.4 - 13-Jul-2009

General:

* Fix for doo#9676 - Orca fails to launch.  Make sure setting the PATH
  follows sh syntax and not bash.

* Latent work for bgo#400729 - Orca should provide support for general
  audio.  This adds some latent support for audio that gives people
  something to experiment with as soon as bgo#570658 is done.

* Fix for bgo#561452 - Factor out included "louis" C extension.  This
  now requires liblouis 1.6.2 and the liblouis 1.6.2 "louis" python
  module in order for contracted braille to work with Orca.  See
  http://live.gnome.org/Orca/Braille for more information.

* Fix for bgo#568696 - locus of focus changes when updating list of
  files in nautilus.

* Much more work on bgo#570658 - Refactor the speech and braille
  generators. This refactor is almost complete. After a pass to
  simplify and consolidate the formatting strings, we should be ready
  to document how you can customize Orca presentation for yourself.

* More work on bgo#575614 - Please add speakable characters: → and ←.

* Fix for bgo#583199 - orca should not hang itself, or the desktop
  when brltty is killed. This fix allows BrlTTY to be killed,
  restarted, started before Orca, started after Orca, etc.  This
  requires a fix in BrlTTY that will appear in a to-be-released
  version of BrlTTY (i.e., the fix is not in BrlTTY 4.0).  Note that
  this change has caused us to change the default value of
  settings.enableBraille to False to prevent speech-only users from
  incurring unnecessary overhead.

* Fix for bgo#584796 - Invoking the application specific preferences
  for Orca when in the Orca Quit dialog freezes speech.

* Fix for bgo#585103 - Inconsistent behavior of flat review.

* Provisional work on bgo#585417 - Allow pauses to be inserted in
  speech output.  This provides code that will modify the speech
  formatting strings if orca.settings.useExperimentalSpeechProsody is
  True (the default value is True for this release).  This allows
  users to experiment with the prosody work Hammer Attila has done
  before we finally commit to it.

  NOTE: to indicate things are still experimental, informational
  messages will be included on the command line where you run Orca.
  These informational messages say that pauses have been added to the
  formatting strings.  When the integration is done, these messages
  will be removed.

* Fix for bgo#585897 - Pronunciation substitution can miss words due
  to word delimiters

* Fix for bgo#586385 - When I using where am I function with
  Openoffice.org Calc, the spoken row and column information are not
  marked for translation.

* Fix for bgo#586580 - Orca repeats the coordinates of Calc cells.

* Fix for bgo#588403 - Implement ability to route the mouse pointer
  without clicking. This implements support for routing the pointer to
  the current location (either the area under flat review or the
  locusOfFocus).

* Fix for crash (no bug number) - Prevent stack trace when contracted
  braille is being used. The trace would also kill speech.

OpenOffice/StarOffice:

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

Thunderbird:

* Fix for bgo#584263 - When I compose or reply to a message with
  Thunderbird, the Ctrl+End key combination does not work.

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

* Fix for bgo#568658 - Sometimes Orca announces the wrong subject in
  Thunderbird.

Firefox:

* Fix for bgo#584540 - Orca should not duplicate images and lines of
  text on facebook

* Fix for bgo#585871 - WhereAmI info in FF doesn't include link
  text.

* Fix for bgo#587794 - In some pages I cannot read using the Down
  Arrow key.

* Fix for bgo#588344 - Missed text on a page in Firefox.

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

    cs       Czech                Lucas Lommer
    es       Spanish              Francisco Javier Dorado Martinez and
                                  Jorge Gonzalez
    hu       Hungarian            Attila Hammer and Gabor Kelemen
    uk       Ukranian             Maxim Dziumanenko

==========

2.27.3 - 15-Jun-2009

General:

* We no longer manually update the ChangeLog each time we commit a
  change.  Instead, the ChangeLog will be automatically generated from
  the git logs when we create a new release.  If you pull from git,
  you can use 'git log' for a detailed list of changes.

* Much work on bgo#570658 - Refactor the speech and braille
  generators.  This represents a HUGE REFACTOR for Orca.  The speech
  generators have been completely rewritten to use formatting strings,
  and they are now used by the focus tracking and where am I code.
  This has simplified the code base a lot, increased performance in
  some areas, and has fixed a number of latent bugs.  It also enables
  finer granularity for switching voices and helps set us up for
  incorporating audio cues.  Please help us by testing with the latest
  code and by reporting issues and suggestions at orca-list@gnome.org.

* Fix for bgo#583274 - portability for orca script (Thomas Klausner)

* Fix for bgo#585017 - Orca should speak the toggled state of flat
  review mode

* Fix for bgo#585792 - i18n strings should use parameterized forms

OpenOffice:

* Significant progress on bgo#574720 - Table Navigation Keys for
  OpenOffice Writer. Structural navigation can be enabled/disabled in
  OOo with Orca+Z. It is disabled by default in OOo because, unlike in
  Gecko, odds are that you'll want to type. :-) Mind you right now we
  don't have structural navigation by headings, etc. in Writer. But
  one day we will. Alt + the arrows move by cell, Alt + Home/End move
  to the beginning/ending of the table respectively.

* Fix for bug #583414 - Orca should announce when is at last cell on
  a table in OOo.

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

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

    es       Spanish              Francisco Javier Dorado Martinez
    sv	     Swedish              Daniel Nylander
    ta       Tamil                drtvasudevan

==========

2.27.2 - 25-May-2009

General:

* Work on bug #354471 - Text selection from braille input device.
  This is the first step of implementing this feature.  Here's the
  behavior:

  KEY_CMD_CUTBEGIN (Dot 1 + cursor routing key on my display) -
  this will specify the start of a selection.  Orca will merely
  move the caret to the given spot and will clear any existing
  selection.

  KEY_CMD_CUTLINE (Dot 4 + cursor routing key on my display) -
  this will specify the end of a selection and the selected text
  is automatically copied to the system clipboard.  If a selection
  doesn't exist, Orca creates a new one where the other endpoint
  of the selection is where the caret is.  If a selection exists
  and the selection point is outside the existing selection, Orca
  extends the existing one.  If a selection exists and the
  selection point is inside the existing selection, Orca trims the
  selection from the right (i.e., the selected text that's after
  the selection point becomes unselected).

  Known issues that need to be resolved:

  1) This only works in text areas.  It doesn't work across things
     such as paragraphs in OpenOffice.

  2) There's some strangeness with speech feedback: it sometimes
     says "unselected" when the text is selected.  This should be
     fixable, but there also probably shouldn't be any speech
     feedback when doing this from the braille display.

* 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 #511468 - Ekiga chat window accessibility problem.

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

* Fix for bug #575614 - Please add speakable characters: → and ←.

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

* Fix for bug #581372 - Move cursor routing and six dot key handling
  from braille.py to script.  With the cleanup from bug #581532 to
  remove the custom brl module and move directly to the brlapi module
  provided by BrlTTY/BrlAPI, we are now able to handle BrlAPI commands
  much better.  This patch 'uncovers' the handling the cursor routing
  keys and the six dot keys; they are no longer swallowed/handled by
  the braille.py module alone.  Instead, they go to the script like
  any other event.  By default, the script just turns around and calls
  braille.py methods, but it can also feel free to override them.  For
  example, it might look at keyboard modifiers along with a cursor
  routing key to see if it wants to select text or not.

  As a note, the BrlAPI events come to us as a dictionary containing a
  bunch of information about the event.  For example, the cursor
  routing command contains information about which routing key was
  pressed.  The six dots command, which is used to turn contracted
  braille on or off, contains information about whether the user wants
  to turn contracted braille on (dots 2-3-5 on my Baum display) or off
  (dots 2-3-6 on my Baum display).  Right now, expressing interest in
  braille events is still done by the command (e.g.,
  brlapi.KEY_CMD_HOME, brlapi.KEY_CMD_ROUTE, brlapi.KEY_CMD_SIXDOTS)
  and it is up to the event handler to determine how to handle the
  arguments.

* Fix for bug #581532 - Remove brl module.  Orca now uses the BrlAPI
  python bindings.

* Fix for bug #582028 - Character pronunciations are not used when
  navigating by line. This provides a fallback to the chnames
  dictionary.

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

OpenOffice:

* Work on bug #574720 - Table Navigation Keys for OpenOffice Writer.
  This adds in support for Alt + the cursoring keys for navigation in
  OOo tables. Note that you will need to first enable structural by
  pressing Orca + Z. We plan to add in the customizations/settings
  available in the Gecko preferences, as well as for the announcement
  of dynamic row and column headers when navigating.

Firefox:

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

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

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

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

    hu       Hungarian            Attila Hammer and Gabor Kelemen
    ta       Tamil                drtvasudevan

==========

2.27.1 - 04-May-2009

General:

* Much work to handle the transition from subversion to git.
  (Willie Walker, Olav Vitters, Mesar Hameed)

* Updated script writer's guide -- the document lives in
  docs/doc-set/internals.html. (Willie Walker)

* Add setting to disable the pyatspi GIL idle handler:
  useGILIdleHandler.  This change is made in response to
  http://bugzilla.gnome.org/show_bug.cgi?id=576954 where it appears as
  though the GIL idle handler in pyatspi is causing consumers of
  pyatspi (e.g., Orca and accerciser) to start consuming 100% of a CPU
  when the machine is idle.  We're pretty sure the GIL handler is not
  necessary, so this change gets rid of it for the 2.27.1 development
  build of Orca.  If we see that users notice strange lock ups,
  however, we may need to change things back. (Willie Walker)

* Adjust debug utilities to print to console and debug log.
  (Willie Walker)

* Fix for bug #579052 - Orca should be able to run with AT-SPI/D-Bus.
  (Willie Walker)

* Fix for bug #573535 - Orca should use the 16x16 pixels application
  icon for Main and Preferences windows. (Stephen Brandt)

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

* Fix for bug #576037 - Bind F1 key to help page. (Willie Walker)

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

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

* Fix for bug #577330 - Detect whether speech dispatcher is installed
  or not. (Tomas Cerha)

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

* 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.  (Joanmarie Diggs)

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

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

OpenOffice:

* Fix for bug #577245 - Present paragraph-style information in
  OpenOffice. (Willie Walker)

* Fix for bug #578072 - Orca does not always present text attributes
  in braille in OOo documents. (Joanmarie Diggs)

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

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

    bg       Bulgarian            Alexander Shopov
    ca       Catalan              Jordi Mas i Hernandez
    uk       Ukranian             Maxim Dziumanenko
    zh_CN    Simplified Chinese   Aron Xu
2009-11-17 15:47:26 +00:00
stacktic
6c8249da46 Fixed dlopen usage for Linux/x86_64 CentOS5 (RHEL5).
Reported and Fixed by Nicolas Joly.
Bump revision.
2009-11-16 15:29:57 +00:00
stacktic
8a45b11921 Fixed build on Linux/x86_64 CentOS5 (RHEL5).
Reported and Fixed by Nicolas Joly.
2009-11-15 15:09:46 +00:00
stacktic
be7a97fd0e Use malloc instead of the kernel allocators
Bump revision
2009-11-10 16:10:47 +00:00
dogcow
67938a7f97 remove an errant debugging statement 2009-11-10 13:37:10 +00:00
dogcow
3b0856c135 add locale patch to honor LOCALE settings (so iso-2022-jp isn't required) 2009-11-10 10:23:15 +00:00
joerg
90e0a35d7a Kill broken check for finding X11, just wire down our values. 2009-11-09 12:46:54 +00:00
stacktic
2c8159868a Fixed distinfo 2009-11-08 21:04:55 +00:00
stacktic
8252b4d027 Update misc/rump to 20091108
- Added rumpnet libraries
2009-11-08 20:13:26 +00:00
wiz
56ba6b63bd + JBidwatcher. 2009-11-08 07:48:12 +00:00
wiz
18e7214b5a Initial import of JBidwatcher-2.1pre4:
A Java-based application allowing you to monitor auctions you're
not part of, submit bids, snipe (bid at the last moment), and
otherwise track your auction-site experience. It includes adult-auction
management, MANY currencies (pound, dollar (US, Canada, Australian,
and New Taiwanese) and euro, presently), drag-and-drop of auction
URLs, an original, unique and powerful 'multisniping' feature, a
relatively nice UI, and is known to work cleanly under Linux,
Windows, Solaris, and MacOSX from the same binary.
2009-11-08 07:47:49 +00:00
hasso
33a61b8a0f Update to 1.1. Amongst other things fixes long standing and well known bug
which broke copy&paste wrapped shell lines.

CHANGES FROM 1.0 TO 1.1, 05 November 2009

* New run-shell (alias run) command to run an external command without a
  window, capture it's stdout, and send it to output mode.
* Ability to define multiple prefix keys.
* Internal locking mechanism removed. Instead, detach each client and run the
  external command specified in the new session option lock-command (by default
  lock -np), thus allowing the system password to be used.
* set-password command, and -U command line flag removed per the above change.
* Add support for -c command line flag to execute a shell command.
* New lock-client (alias lockc), and lock-session (alias locks) commands to
  lock a particular client, or all clients attached to a session.
* Support C-n/C-p/C-v/M-v with emacs keys in choice mode.
* Use : for goto line rather than g in vi mode.
* Try to guess which client to use when no target client was specified. Finds
  the current session, and if only one client is present, use it. Otherwise,
  return the most recently used client.
* Make C-Down/C-Up in copy mode scroll the screen down/up one line without
  moving the cursor.
* Scroll mode superseded by copy mode.
* New synchronize-panes window option to send all input to all other panes in
  the same window.
* New lock-server session option to lock, when off (on by default), each
  session when it has been idle for the lock-after-time setting. When on, the
  entire server locks when all sessions have been idle for their individual
  lock-after-time setting.
* Add support for grouped sessions which have independent name, options,
  current window, but where the linked windows are synchronized (ie creating,
  killing windows are mirrored between the sessions). A grouped session may be
  created by passing -t to new-session.
* New mouse-select-pane session option to select the current pane with the
  mouse.
* Queue, and run commands in the background for if-shell, status-left,
  status-right, and #() by starting each once every status-interval. Adds the
  capability to call some programs which would previously cause the server to
  hang (eg sleep/tmux). It also avoids running commands excessively (ie if used
  multiple times, it will be run only once).
* When a window is zombified and automatic-rename is on, append [dead] to the
  name.
* Split list-panes (alias lsp) off from list-windows.
* New pipe-pane (alias pipep) to redirect a pane output to an external command.
* Support for automatic-renames for Solaris.
* Permit attributes to be turned off in #[] by prefixing with no (eg nobright).
* Add H/M/L in vi mode, and M-R/M-r in emacs to move the cursor to the top,
  middle, and bottom of the screen.
* -a option added to kill-pane to kill all except current pane.
* The -d command line flag is now gone (can be replaced by terminal-overrides).
  Just use op/AX to detect default colours.
* input/tty/utf8 improvements.
* xterm-keys rewrite.
* Additional code reduction, and bug fixes.
2009-11-07 17:25:08 +00:00
stacktic
f9c70b72cf Removed rumpnet_if_pub.h from rump.h (Reported by Alexander Nasonov)
bump revision
2009-11-06 13:50:53 +00:00
stacktic
2ac16d447f Updated misc/rump to version 20091103
- Should fix building on Linux 64bits (reported by Alexander Nasonov)
- Fixed the build of dependencies
2009-11-05 08:36:00 +00:00
markd
2017d98b44 Update to KDE 4.3.3
KDE 4.3.3 has a number of improvements that will make your life just a
little bit better. Some of KWin's effects have been smoothed and freed
of visual glitches, JuK should now be more stable, KDE PIM has seen its
share of improvements while in the back-rooms of KDE, the developers are
working hard on porting all applications to the new Akonadi storage and
cache.
2009-11-04 11:05:50 +00:00
wiz
9ad6c5871d Remove PYTHON_VERSIONS_ACCEPTED line, it's the same as the default. 2009-11-04 01:16:17 +00:00
markd
c71b917af8 Allow python26 2009-11-03 19:02:26 +00:00
heinz
a3fef8b838 Updated to version 2.21.0.
Pkgsrc changes:
  - none

Changes since version 2.20.0:
=============================
	* Fixed bug 2217106: MakeBidErrorBuyerBlockPrefNoLinkedPayPalAccount
	* Fixed bug 2631855: MakeBidErrorBuyerBlockPrefItemCountLimitExceeded
	* Fixed bug 2151466: MakeBidErrorBidGreaterThanBin_BINblock
2009-11-03 18:20:37 +00:00
stacktic
05545737e2 Updated misc/rump to version 20091102
- Added some LDADD
2009-11-02 18:54:28 +00:00
rhaen
67e372a054 - Updated the PLIST file
- corrected the checksum in distinfo
- added LICENSE term inside Makefile
- bumped revision
2009-10-31 14:50:28 +00:00
wiz
cc9d3d2c2e libcdio updated changed its shlib major version, so bump depends.
Noted by drochner@
2009-10-31 14:46:51 +00:00
wiz
7eac6ff3d1 Update to 0.10.7, set LICENSE.
* 0.10.7

Changes: A conflict between hyperlink clicks and touch scrolling
has been fixed. In Maemo versions, empty menu items have been
hidden. In Maemo 2/3 versions, conflicts in package descriptions
have been fixed.

    * 0.10.6

Changes: A bug related to images/CSS links in epub has been fixed.
All the links inside XHTML files were interpreted relative to the
root OPF location instead of the XHTML file location. As a result,
some images were not shown in epub books.

    * 0.10.5

Changes: The migration tool from version 0.8.* has been fixed. An
FBReader freeze has been fixed. Several text selection related
issues have been fixed. Desktop Debian packages have been updated
to avoid a conflict with a version in the standard Ubuntu 9.04
repository.

    * 0.10.4

Changes: The Maemo platform (Nokia Internet Tablet) is supported
again. Multiple epub format issues have been fixed.

    * 0.10.3

Changes: Some issues related to multi-file tar, tar.gz, and tar.bz2
archives have been fixed. Greek hyphenation patterns were regenerated
from another TeX source; the new version has no license issues from
the Debian point of view.

    * 0.10.2

Changes: This is second bugfix release for version 0.10.0. It is
released for desktop and netbook computers only (for both Linux
and Windows platforms). A crash in the Preferences dialog of the
Windows version has been fixed. Image order in mobipocket files
has been corrected. Indonesian localization files have been updated.
2009-10-31 03:20:35 +00:00
wiz
cd12c8f4ec Update to 0.82:
version 0.82
2009-10-27

- Remove all uses of CDIO_MIN_DRIVER,
  CDIO_MAX_DRIVER, CDIO_MIN_DEVICE_DRIVER or CDIO_MAX_DEVICE_DRIVER.
- FreeBSD get_media_changed fixes
- MingGW/Msys compilation issues
- Add OS/2 driver
- Cross compilations fixes and uclinix is like GNU/Linux
- Numerous other bug fixes
2009-10-31 02:49:09 +00:00
wiz
adec27f88f Update to 4.2:
2009-24-10 tim <gyunaev@ulduzsoft.com>
    - Version changed to 4.2
    - Fixed font size change on KHTMLPart (thanks to Jure Repinc)
    - Fixed Windows file opener being unable to open the file with non-English characters.
    - Fixed "Open in new tab" for QTextBrowser opening an empty page.
    - Middle button in QTextBrowser and WebKit now opens the link in new tab in background.
    - Middle button now closes opened tabs in the tab bar.
2009-10-31 01:38:30 +00:00
stacktic
293dafb52d Added buildlink3.mk to misc/rump 2009-10-30 18:25:23 +00:00
drochner
df4fdfe83e update to 2.28.0
This switches to the gnome-2.28 release branch.
2009-10-30 17:00:31 +00:00
heinz
d729b88000 Updated to version 2.20.0
Pkgsrc changes:
  - Added LICENSE
  - Removed patch-ab which was integrated upstream

changes since version 2.19.0:
=============================
2009-10-14
 * 2.20.0 released
 * Fixed bug 2875827 and others: Error encountered in function ebayLogin
 * Fixed bug 2862437 and others: Unknown time interval "Duration:"
                                 remaining time could not be converted
2009-10-30 16:04:25 +00:00
stacktic
84c2358b6a Updated misc/rump to version 20091030
- Syncd with HEAD
- Removed unnecessary files
- Fixed multi threaded build
2009-10-30 13:47:05 +00:00
tron
dbd78a3f8a Set license to "gnu-gpl-v2". 2009-10-30 12:02:46 +00:00
drochner
3308ac3b2c PKGREVISION bump pkgs which are affected by the libgnome change
to leave out esound
2009-10-29 23:14:13 +00:00
tnn
5f1521832e Support PKGMANDIR 2009-10-29 22:41:42 +00:00
tnn
70d0c33e4e Support PKGMANDIR 2009-10-29 22:37:18 +00:00
joerg
9b494ab1b0 Simplify to not fall into ABI traps 2009-10-28 00:12:36 +00:00
joerg
d72450ba2d Ensure that rpath options have an argument for modular Xorg. 2009-10-28 00:11:59 +00:00