summaryrefslogtreecommitdiff
path: root/misc
AgeCommit message (Collapse)AuthorFilesLines
2009-03-03Needs msgfmt.hasso1-2/+2
2009-03-03regenerateexplorer1-1/+2
2009-03-03add a cast to (unsigned long) to work around time_t issues. This is a quick ↵explorer1-0/+13
fix to make this build with our new shiny time_t.
2009-03-02Allow override of CURSES_DEFAULT using options.mkadrianp2-1/+28
2009-03-01Update to 0.15.0:wiz3-8/+8
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-01Update to 20090224, various changes.wiz2-6/+6
2009-02-25DESTDIR support.joerg3-12/+14
2009-02-24Drop maintainership.wiz1-2/+2
2009-02-24Update to 2.24.4:wiz2-6/+6
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-23Update to 0.14.0:wiz3-8/+12
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-22Update to 0.77:wiz2-7/+6
[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-22Remove work around for PR#40709 as pdksh has been fixedadrianp1-9/+1
2009-02-21Work around for pdksh bug documented in PR#40709adrianp1-1/+9
This should work on at least SunOS 5.10 and 5.11
2009-02-21Update to 1.3.5:wiz2-8/+7
* 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-19Use BSD_INSTALL_* instead of simply install and striptonio2-11/+13
This fixes install under darwin, when strip -s dvtm does not work
2009-02-17Reset maintainer, mail bouncedjoerg1-2/+2
2009-02-17options.mk no longer used with dvtm-0.5.1tnn1-17/+0
2009-02-17Update to dvtm-0.5.1 (patch from maintainer in private mail)tnn3-16/+19
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-16DESTDIR supportjoerg1-8/+11
2009-02-16DESTDIR support.joerg3-2/+23
2009-02-16DESTDIR supportjoerg1-4/+7
2009-02-16Fix path to zyGrib.joerg1-2/+2
2009-02-15Mark as user-destdir ready.wiz1-1/+2
2009-02-15Fix installation.joerg1-2/+2
2009-02-15Add missing directories. Otherwise installation fails silently.joerg1-2/+3
2009-02-15Re-add PKG_JVMS_ACCEPTED.hira1-1/+3
2009-02-14add zyGrib and zyGrib-mapsplunky1-1/+3
2009-02-14zyGrib is a program to download and display weather data inplunky4-0/+63
GRIB file format against a coastline and river background. This is higher resolution map data from the GSHHS project.
2009-02-14Download and display weather data contained in GRIB1 files.plunky6-0/+204
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-13DESTDIR support. Needs C for the libintl check.joerg1-2/+4
2009-02-12Add missing checksums to distinfo. This fixes PR pkg/40620.hira1-1/+5
2009-02-12Add DESTDIR support.markd1-4/+6
2009-02-11update to 0.10.1drochner3-12/+22
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-11Sort PYTHON_VERSIONS_ACCEPTED.joerg1-2/+2
2009-02-102.05 - Sun Jan 25 00:00:17 2009rhaen2-6/+6
* 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-09Switch to Python 2.5 as default. Bump revision of all packages that havejoerg9-16/+18
changed runtime dependencies now.
2009-02-08Fix paths of soffice and spadmin. This fixes PR pkg/40553.hira4-13/+9
2009-02-08Add a patch to configure so that xtide can compile correctly with a X11cube3-3/+19
distribution in /usr/X11R7. Bump PKGREVISION.
2009-02-07Fix path to Perl. DESTDIR support.joerg1-2/+9
2009-01-31Add and enable openoffice3-bin.bad1-1/+2
2009-01-31Conflict with openoffice3-bin.bad3-3/+6
2009-01-31Initial import of OpenOffice.org 3.0.1 package from pre-build binariesbad9-0/+184
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-31Update openoffice2-bin to 2.4.2.bad3-10/+11
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-31Update to 3.0.1.hira4-65/+34
* 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-31ark really needs gnu tar because:markd1-6/+8
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-29Update to 4.6.1.gdt3-7/+8
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-28Fix destdir installation.wiz1-1/+2
2009-01-26 - Fix DESTDIR installation.hira5-28/+72
- Fix charmap names for NetBSD. - Use time_t instead of long on NetBSD. Bump PKGREVISION.
2009-01-23Give up maintainership, as I have not so much as looked at pkgsrc injschauma2-4/+4
well over a year now. Sorry. :-(
2009-01-20update to 0.6.6drochner2-7/+7
changes: minor fixes