Commit graph

4133 commits

Author SHA1 Message Date
adrianp
9098002713 Allow override of CURSES_DEFAULT using options.mk 2009-03-02 21:11:49 +00:00
wiz
94fffb00f1 Update to 0.15.0:
2009-02-21: Released gWaei 0.15.0
  The newest version of gWaei has finally arrived!  This version took so long
  because it was edging on being a total rewrite.  Many of the dangling
  variables that I had floating around are now neatly put away into C structs.

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

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

General:

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

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

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

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

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

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

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

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

Evolution:

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

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

Firefox/Thunderbird:

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

[Changes for 0.76 - 2008-12-14]

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

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

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

[Changes for 0.75 - 2008-11-24]

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

   Also tidied up the verbose messages
   Bumped both to 0.33

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

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

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

[Changes for 0.74 - 2008-11-22]

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

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

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

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

[Changes for 0.72 - 2008-10-10]

Contributed by: Clinton Gormley (DRTECH)

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

[Changes for 0.71 - 2008-10-05]

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

[Changes for 0.70 - 2008-10-04]

Contributed by: Clinton Gormley (DRTECH)

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

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

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

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

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

[Changes for 0.68 - 2008-08-18]

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

[Changes for 0.67 - 2008-08-04]

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

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

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

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

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

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

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

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

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

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

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

 o Fixed handling of extra text in cs2cs.

 o Renamed INSTALL to INSTALL.TXT.

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

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

 o nad/IGNF init catalogue created.

 o added the ntf_r93.gsb datum shift file.

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

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

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

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

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

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

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

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

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

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

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

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

Misc improvements/fixes:

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

New and updated translations:

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

General:

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

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

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

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

* Fix for bug #564994 - Drop eel dependency

OpenOffice:

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

Firefox:

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Miscellaneous bugfixes

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

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

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

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

Changes 2.7.2:
* Fix compilation under Redhat-7.3.

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

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

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

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

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

* Distribution vendors can provide custom versions of these utilities

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

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

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

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

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

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

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

General:

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

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

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

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

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

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

OpenOffice:

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

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

Firefox:

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  Thanks to Karl Berry.

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

- ISRC query for image files.

  Thanks to Robert William Fuller on the above two items

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

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

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

- OSX fixes
2008-11-10 22:30:43 +00:00
wiz
285b7dd776 Bump PKGREVISION for libXaw API depends bump due to libXaw8 removal. 2008-11-10 17:21:33 +00:00
hira
502b251e10 Pass command paths of textproc/icu to configure. 2008-11-06 16:00:09 +00:00
markd
dc322ff0f8 Add a few missing directories. 2008-11-06 11:01:21 +00:00
markd
ab53e3574b Add kde4-dirs 2008-11-03 10:30:20 +00:00
markd
58dd924fb0 s/wip/misc/ 2008-11-03 10:29:27 +00:00
markd
7ce9aa58c2 Import of kde4-dirs 1.0 from pkgsrc-wip.
kde4-dirs installs a set of shared directories used by many KDE4
applications.  It is useful to simplify PLIST handling in other packages.
2008-11-03 10:27:54 +00:00
obache
aa16bc1a06 Not required since updated to 2.24.1. 2008-11-03 05:23:26 +00:00
snj
1e4bdf5541 Remove bidwatcher. It has been unmaintained for years and does not work
after (years ago) one of eBay's many site changes.
2008-11-02 00:11:13 +00:00
hira
64a632eaf0 Add missing \. 2008-10-31 12:55:30 +00:00
hira
157f8379e5 Apply some fixes and improvements from misc/openoffice3.
- Change installation directory.
  - Reduce usage of ${WRKDIR}.
  - Use language packs to install multiple languages.
  - Install desktop files as symbolic links.
  - Pass MAKE_JOBS to dmake.
  - Fix build with PKG_DEVELOPER=yes (add missing rpath flag).
  - Fix PLIST without gtk2 option.
  - Fix browser plugin.
  - Fix open-url with firefox3 and seamonkey.
  - Shut up tar warning (remove leading /).
  - Use system openssl.
  - Use system icu.
  - Add lang-all option.
2008-10-31 11:02:55 +00:00
hira
d350cd9daf Update to 2.4.2. Minor update from 2.4.1.
This release fixes three security vulnerabilities.

  - CVE-2008-3282: OpenOffice.org "rtl_allocateMemory()" Truncation
		   (fixed in openoffice2-2.4.1nb1)
  - CVE-2008-2237: Manipulated WMF files can lead to heap overflows
		   and arbitrary code execution
  - CVE-2008-2238: Manipulated EMF files can lead to heap overflows
		   and arbitrary code execution

Release note: http://development.openoffice.org/releases/2.4.2.html
2008-10-31 11:00:50 +00:00
hira
491308139b - Fix build with USE_BUILTIN.openssl=no.
- Fix configure with builtin openssl on FreeBSD.
2008-10-31 09:40:58 +00:00
hira
92d8c12d8e - Fix build with one lang-* option.
- Set JAVA_HOME instead of JAVACMD.
 - Depend apache-ant as build-time.
 - Fix one pkglint warning ($_l -> $lang).
2008-10-30 11:30:34 +00:00
is
bf365b9cf2 Only use one sort of fixed-size integer types. This way, it even
compiles on Solaris 10.
2008-10-30 09:04:20 +00:00
obache
aee725c97a Update GOK to 2.24.0.
While here, change HOMEPAGE to Gnome's one,
old page does not mentions recent informations.

What's new in GOK 2.24.0?

	* Now aligning with GNOME versioning!

	* Stability based bug fixes, and updated translations.
2008-10-28 06:34:31 +00:00
wiz
e46b4f876c Update to 2.24.1:
Lots of "Fix for bug #..." and translation update entries removed.

2.24.1 - 15-Oct-2008

2.24.0 - 21-Sep-2008

2.23.92 - 08-Sep-2008

2.23.91 - 01-Sep-2008

2.23.90 - 18-Aug-2008

General:

* Use DBus only if DBUS_SESSION_BUS_ADDRESS is defined so as to avoid
  unexpected launching of a DBus daemon

2.23.6 - 04-Aug-2008

2.23.5 - 21-Jul-2008

2.23.4 - 16-Jun-2008

2.23.3 - 02-Jun-2008

2.23.2 - 12-May-2008

2.23.1 - 21-Apr-2008

2.21.92 - 25-Feb-2008

2.21.91 - 11-Feb-2008

2.21.90 - 28-Jan-2008

2.21.5 - 14-Jan-2008

2.21.4 - 17-Dec-2007

NOTE: There have been keybindings changes for this release.

* Instead of Orca+F1 to enter learn mode, the binding is now
  Orca+h.

* Instead of Orca+{1,2,3,4,5,6,7,8,9} to read the last nth message
  that was presented in an application such as gaim or gnome-mud, the
  binding is now Orca+{F1,F2,F3,F4,F5,F6,F7,F8,F9}.

* The debugging keys have been rebound as well.  The new bindings
  are Orca+Ctrl+Alt+{the following}, where {the_following} is one
  of:

   End       - report active script info
   Home      - print list of known apps and their windows
   Page_Up   - print locus of focus ancestry
   Page_Down - print accessible hierarchy of active application

Magnification:

* Support "live updating" when setting various magnification features

  Changes made to the zoomer in the Orca Preferences now update in
  real time: it is no longer necessary to press the Apply button to
  see if the option you've chosen works for you and then undo it or
  adjust it if it doesn't.  Note that you must still press the Apply
  or the OK button to make your changes permanent.

Performance and Quality:

* Much work on performance (bug #491756).  If you have specific areas
  that you think are slow, please let us know the exact details.  These
  performance fixes also rely upon fixes being made in other modules
  (pyorbit, pyatspi) for the GNOME 2.21.4 release.

* Completed major pylinting work (bug #486726).  This helped us
  greatly and found a few latent bugs.

2.21.3 - 03-Dec-2007

General:

* Lots and lots of pylint'ing (bug #486726)

* Beginning of work on performance (bug #491576).  We still have a bit
  of work to do.  We actually have some changes, but we're not comfortable
  with them yet.

2.21.2 - 12-Nov-2007

2.21.1 - 28-Oct-2007

2.21.0 - 03-Oct-2007
2008-10-27 00:33:42 +00:00
adam
185408954a Changes 0.10.0:
* Global switch to Qt. Don't support SDL main application anymore.
* The whole StelApp class is managed by a QGraphicsScene, inside a
  QGraphicsView.
* Removed deprecated sources from the core of stellarium.
* Continued API cleaning and simplifications.
* Performed large refactorings to use portable Qt API.
* Re-organized the source files into sub-directories.
* Migrated config file parsing to a QSettings based implementation.
* Exposed some methods as slots so that they can be scripted in the future.
* Created the new Qt-based GUI button bars.
* Recoded from scratch the new QWidget based GUI rendered in the QGraphicsView
  using style sheets.
* Moved stars/planets halo rendering into SkyDrawer.
* Implemented dynamic eye adaptation for bright objects.
* Optimized atmosphere computation and others, speed can be increased up to
  a factor of 2.
* Implemented light pollution following the Bortle scale index.
* Improved and optimized stars rendering (updated colors, sizes and added
  large halo for very bright ones, use GL lists for drawing stars by bunch)
* Created a new SkyTile class supporting lazy dynamic multi-resolution images
  loading and display. Image trees can be stored as JSON files.
* Startup is much faster.
* Migrated the previous nebula textures to the new format.
* Added a LocationManager for managing observing locations and cleaned
  the code of observer.
* Changed key bindings, use F1.. F6 for opening dialogs.
* Tab completion on the search dialog.
* Added descriptions for the sky cultures and improved the ones for landscapes.
* Added a new mars landscape.
* Fixed many bugs.
2008-10-26 14:03:37 +00:00
hira
9d61f63079 - Use languagepacks to install multiple languages.
- Reduce disk usage of ${WRKDIR} with multiple languages.
 - Don't create install set to ${WRKDIR} in post-build stage.
 - Install desktop files to share/applications as symbolic links.
 - Shut up tar warning.
 - Add lang-all option.
 - Add missing lang-* options (by, gd, gu, ms and my).
2008-10-25 15:18:17 +00:00
wiz
f91c67c700 Update to 2.24.1:
=====================
deskbar-applet 2.24.1
=====================

This release features only translation updates.

Translations:
	- Updated ar: Anas Afif Emad
	- Updated be@latin: Ihar Hrachyshka
	- Updated da: Kenneth Nielsen
	- Updated de: Hendrik Brandt
	- Updated pt_BR: Vladimir Melo
2008-10-25 10:29:26 +00:00
wiz
874adef13d Update to 2.24.1:
===================================================================
GNOME Utilities 2.24.1 (20th October 2008) - "Words That We Couldn't Say"

    * Second stable release of the 2.24 cycle

Baobab

    * Fix bug 554996 – Patch to disable popup menu for folder that doesn't
      exist [Kristian Rumberg]

Dictionary

    * Nothing

Floppy

    * Nothing

Screenshot

    * Fix bug 553085 – After doing gnome-screenshot -w (grab a window), "grab
      the entire screen" works to grab a window

Search Tool

    * Nothing

System Log Viewer

    * Nothing

Translations Updated By:

    Anas Afif Emad (ar), Ihar Hrachyshka (be@latin), Mark Krapivner (he),
    Takeshi AIHANA (ja), Jovan Naumovski (mk), Kjartan Maraas (nb),
    Leonardo Ferreira Fontenelle (pt_BR)

===================================================================
GNOME Utilities 2.24.0 (22nd September 2008) - "Tip-toe"

    * Fist stable release of the 2.24 cycle
    * Small fixes in the desktop entry files [Patryk Zawadzki]

Baobab
Dictionary
Floppy

    * Nohing

Screenshot

    * Fix bug 552175 – invalid schemas file [Christian Persch]

Search Tool
System Log Viewer

    * Nothing

Translations Updated By:

    Anas Afif Emad (ar), Alexander Shopov (bg), Runa Bhattacharjee (bn_IN),
    Joan Duran (ca), Adrian Guniš (cs), Ask Hjorth Larsen (da),
    Jochen Skulj (de), nikosCharonitakis (el), David Lodge (en_GB),
    Jorge González (es), Ivar Smolin (et), Iñaki Larrañaga Murgoitio (eu),
    Ilkka Tuohela (fi), Claude Paroz (fr), Ignacio Casal Quinteiro (gl),
    Mark Krapivner (he), Launchpad Translations Administrators (hr),
    Gabor Kelemen (hu), Andrea Zagli (it), Shankar Prasad (kn),
    Gintautas Miliauskas (lt), Sandeep Shedmake (mr), Kjartan Maraas (nb),
    Wouter Bolsterlee (nl), Tomasz Dominikowski (pl), Duarte Loreto (pt),
    Leonardo Ferreira Fontenelle (pt_BR), Mugurel Tudor (ro),
    Yuriy Penkin (ru), Горан Ракић (sr), Daniel Nylander (sv),
    Dr.T.Vasudevan (ta), Theppitak Karoonboonyanan (th), Baris Cicek (tr),
    Chao-Hsiung Liao (zh_HK), Chao-Hsiung Liao (zh_TW)

===================================================================
GNOME Utilities 2.23.92 (8th September 2008) - "Apology Song"

    * Second unstable release of the 2.23 cycle
    * Really fix bug 431117 – Add OnlyShowIn to desktop files?:
      GFloppy was missing due to a bad checkout

Baobab

    * Enhance the integration with FUSE
    * Fix bug 533878 – Baobab should probably ignore ~/.gvfs when
      scanning home folder

Dictionary

    * Nothing

Floppy

    * Nothing

Screenshot

    * Fix bug 99897 – Screen Shot to clip board [Vincent Untz]

Search Tool

    * Nothing

System Log Viewer

    * Nothing

Translations updated by:

    Alexander Shopov (bg), Petr Kovar (cs), David Lodge (en_GB),
    Jorge González (es), Ivar Smolin (et), Iñaki Larrañaga Murgoitio (eu),
    Robert-André Mauchin (fr), Takeshi AIHANA (ja), Changwoo Ryu (ko),
    "Last-Translator: Sangeeta Kumari\n" (mai), Kjartan Maraas (nb),
    Wouter Bolsterlee (nl), Tomasz Dominikowski (pl), Duarte Loreto (pt)
    Og Maciel (pt_BR), Daniel Nylander (sv), Theppitak Karoonboonyanan (th),
    Clytie Siddall (vi), Funda Wang (zh_CN)

===================================================================
GNOME Utilities 2.23.90 (25th August 2008) - "Last Ride In"

    * First unstable release of the 2.23 cycle
    * Fix bug 431117 – Add OnlyShowIn to desktop files?
    * Fix bug 481721 – Substandard .desktop files [Stéphane Loeuillet]
    * Do not depend on libgnomeprint and libgnomeprintui anymore
    * Do not depend on gnome-canvas anymore
    * Depend on GIO

Baobab

    * Fix bug 541407 – Replace current ringschart by a new one derived
      from BaobabChart abstract class [Eduardo Lima]
    * Fix bug 544637 – use standard icon names [Matthias Clasen]
    * Fix bug 530512 – Move treemap into main window [Eduardo Lima]
    * Fix bug 532479 – Misspelled string? [Alejandro G. Castro]
    * Fix bug 528165 – Enhance the scale operation of the screenshot
      image when there is no data in the tree model [Alejandro G. Castro,
      Victor Jaquez]
    * Fix bug 421473 – Segment display enhancement [Alejandro G. Castro,
      Felipe Erias, Pablo Santamaria, Jacobo Aragunde, Eduardo Lima]
    * Fix bugs 511148, 524573, 526812: Port to GIO [Paolo Borelli, Fabio
      Marzocca, Patrick Hulin]
    * Fix bug 528084 – disk usage analyzer does not update Total filesystem
      capacity information when clicking refresh
    * Fix bug 523524 – non translatable string [Sebastian Bacher]
    * Fix bug 521422 – Typo in documentation
    * Fix bug 436204 – [Patch] Run gtk-update-icon-cache in
      uninstall-hook [Brian Pepple, Christian Kirbach]
    * Fix bug 497415 – Failed assertion upon exit
    * Fix bug 501082 – Help button leads to wrong section
    * Fix bug 498859 – spinner doesn't have the proper size on startup
      with small toolbars [Gilles Dartiguelongue]
    * Fix bug 487123 – changing allocated space option works only once

Dictionary

    * Fix bug 547300 – links are yellow [Benjamin Berg, Andreas Nilsson]
    * Fix bug 481721 – Fix the desktop file [Stéphane Loeuillet]
    * Fix bug 477960 – Fix the icon name of the applet
    * Port to GtkPrint

Floppy

    * Nothing

Screenshot

    * Fix bug 171151 – showing the cursor in the screenshot [Matthias Clasen]
    * Fix bug 487134 – the interactive dialog should react to enter
      key [Christian Persch]
    * Fix bug 526834 – Port to GIO [Cosimo Cecchi]
    * Fix bug 403462 – A couple fixes for interactive dialog [Dennis Cranston]
    * Fix bug 515179 – F1 does not display help in interactive
      dialogue [Alexander Gnodtke]
    * Fix bug 521799 – Use PNG standard keyword [Felix Riemann]
    * Fix bug 454689 – Messages in the gnome-screenshot --help output
      are not all translated [Gabor Kelemen]
    * Fix bug 434580 – gnome-screenshot does not remember user
      settings [Elliott Hughes]
    * Fix bug 549033 – Drop hard dependency on X, use Gdk
      instead [Cosimo Cecchi]

Search Tool

    * Fix bug 456126 – Allow extended regular expressions
    * Fix bug 454650 – Translate messages in the --help output
    * Fix bug 470196 – Use the proper icon from the icon naming
      spec [Jaap Haitsma]

System Log Viewer

    * Nothing

Translations updated by:

    Khaled Hosny (ar), Amitakhya Phukan (as), Metin Amiroff (az),
    Ihar Hrachyshka (be@latin), Alexander Shopov (bg),
    Runa Bhattacharjee (bn_IN), Josep Puigdemont (ca), Petr Kovar (cs),
    Rhys Jones (cy), Kenneth Nielsen (da), Hendrik Richter (de),
    Tshewang Norbu (dz), nikosCharonitakis (el), David Lodge (en_GB),
    Jorge González (es), Ivar Smolin (et), Iñaki Larrañaga Murgoitio (eu),
    Ilkka Tuohela (fi), Robert-André Mauchin (fr), Seán de Búrca (ga),
    Ignacio Casal Quinteiro (gl), Ankit Patel (gu), Mark Krapivner (he),
    Rajesh Ranjan (hi), Gabor Kelemen (hu), Andrea Zagli (it),
    Takeshi AIHANA (ja), Changwoo Ryu (ko), Gintautas Miliauskas (lt),
    Raivis Dejus (lv), Arangel Angov (mk), Ani Peter (ml), Sanlig Badral (mn),
    sandeep shedmake (mr), Hasbullah Bin Pit (ms), Kjartan Maraas (nb),
    Nabin Gautam (ne), Wouter Bolsterlee (nl), Eskild Hustvedt (nn),
    Yannig Marchegay (Kokoyaya) (oc), Manoj Kumar Giri (or),
    Amanpreet Singh Alam (pa), Tomasz Dominikowski (pl), Zabeeh Khan (ps),
    Duarte Loreto (pt), Djavan Fagundes (pt_BR), Vasiliy Faronov (ru),
    Matej Urbančič (sl), Слободан Д. Средојевић (sr), Daniel Nylander (sv),
    Dr.T.Vasudevan (ta), Krishna Babu K (te), Theppitak Karoonboonyanan (th),
    Baris Cicek (tr), Maxim Dziumanenko (uk), Clytie Siddall (vi),
    Funda Wang (zh_CN), Chao-Hsiung Liao (zh_HK), Chao-Hsiung Liao (zh_TW)
2008-10-25 10:20:06 +00:00
wiz
e69b8f207f Update to 2.24.0:
Changed in 2.24.0:
------------------

*Improve a11y under gecko 1.9
 - Bug #545162
 - Huge thanks to Ginn Chen, Willie Walker and Joanmarie Diggs
* Fix potential race-condition
 - bug #551757 (Joe Marcus Clarke)
* fd.o categorisation improvements
 - bug #552128
* Updated translations:
  ar (Djihed Afifi)
  bn_IN (Runa Bhattacharjee)
  he (Yair Hershkovitz)
  hi (Rajesh Ranjan)
  hr (Robert Sedak)
  hu (Gabor Kelemen)
  kn (Shankar Prasad)
  pt (Duarte Loreto)
  pt_BR (Vladimir Melo)
  ro (Mişu Moldovan)
  sr (Goran Rakić)
  sr@latin (Goran Rakić)
  th (Theppitak Karoonboonyanan)

Changed in 2.23.91:
-------------------

* Fix loading of text files - bug #549986 (Josselin Mouette)
* Fix glibc info manual chrash - bug #520266 (Matthias Clasen and J.H.M. Dassen)
* Updated translations:
  eu (Inaki Larranaga Murgoitio)
  * Conversion from sr@Latn to sr@latin (Goran Rakic)

Changed in 2.23.2:
------------------
* Fix string vulnerability [#546364] - Christian Persch
* Use "help-browser" icon instead of deprecated "gnome-help" - Luca Ferretti
* Updated translations:
  ar    (Djihed Afifi)
  de    (Jochen Skulj)
  gu    (Ankit Patel)
  he    (Yair Hershkovitz)
  ks    (Rakesh Pandit)
  oc    (Yannig Marchegay)
  or    (Manoj Kumar Giri)
  pt_BR (John Wendell)
  sq    (Laurent Dhima)

Changed in 2.23.1:
------------------
* Add support for Gecko 1.9 (XULRunner) - Christian Persch
* Move from gnome-vfs to gio - Alon Zakai
* Fix searching on multibyte characters - Takao Fujiwara
* Add support for newer Beagles - Arun Raghavan
* Fix parallel make - Rémi Cardona
* Make "print whole document" work again
* Re-add support for gnome-help URIs
* Only show the help browser in GNOME menus (as other
  desktops should ship their own help browser)
* New translations:
  fur (Friulian team)
* Updated translations:
  ar  (Djihed Afifi)
  bg  (Alexander Shopov)
  he  (Yair Hershkovitz)
  vi  (Clytie Siddall)
2008-10-25 02:09:37 +00:00
wiz
031d88fc0a Update to 2.24.0:
Version 2.24.0:
---------------
* Accessibility Guide:
  - Massive updates from Vincent Alexander
  - Various fixes from Frederic Peters and Claude Paroz
  - Updated translations:
    es    (Jorge Gonzalez)
    fi    (Timo Jyrinki)
    hu    (Attila Hammer)
    oc    (Yannig Marchegay)
    sv    (Daniel Nylander)
* System Admin Guide:
  - Various fixes from Claude Paroz and Leonardo Ferreira Fontenelle
  - Updated translations:
    es    (Jorge Gonzalez)
    fr    (Claude Paroz)
    ja    (Takeshi AIHANA)
    ko    (Changwoo Ryu)
    oc    (Yannig Marchegay)
    sv    (Daniel Nylander)
* User Guide:
  - Upates from Claude Paroz
  - Updated translations:
    de    (Mario Blättermann)
    es    (Jorge Gonzalez)
    fr    (Claude Paroz)
    ja    (Takeshi AIHANA)
    ko    (Changwoo Ryu)
    oc    (Yannig Marchegay)
    pt_BR (Leonardo Ferreira Fontenelle)
    sv    (Daniel Nylander)
    th    (Theppitak Karoonboonyanan)
2008-10-25 01:00:41 +00:00
hira
80e4da5560 Support parallel build (pass MAKE_JOBS to dmake). 2008-10-24 19:41:28 +00:00
hira
5a4e30edc3 - Fix platform comparison of extension on NetBSD/i386 and amd64.
- Install files of the following platform dependent extensions.
      * Sun PDF Import Extension
      * Sun Presentation Minimizer
      * Sun Presenter Console

NOTE: These extensions are not installed to OOo because you must agree
      the license before use.  Please see MESSAGE how to install.

Bump PKGREVISION.
2008-10-24 11:35:28 +00:00
hira
1295033533 - Remove unused entry from distinfo.
- Fix browser plugin on NetBSD (re-open socket before retry).

Bump PKGREVISION.
2008-10-23 09:18:12 +00:00
tnn
8cd7bc2711 Teach configure how to find tools from textproc/icu 2008-10-22 16:35:47 +00:00
hira
d7dc27205e Make open-url work with firefox3 and seamonkey. 2008-10-20 23:03:25 +00:00
hira
1628985f78 Re-add LD_LIBRARY_PATH to startup scripts (for java option only).
NOTE: With java option and PKG_DEVELOPER=yes, this package will fail
      to build.  Please fix wip/jdk15 (runtime library search paths
      are missing).
2008-10-20 16:14:54 +00:00
hira
52578cd24d Fix build with java option. 2008-10-20 14:26:22 +00:00
hira
61a42520d7 - Install to ${DESTDIR}${PREFIX}/lib/OpenOffice.org3.0.0 (c and c++
wrappers ignore -Wl,-R${DESTDIR}${PREFIX}/OpenOffice.org3.0.0/...).
 - Add runtime library search paths by linker option instead of adding
   LD_LIBRARY_PATH to startup scripts.

It should fix build with PKG_DEVELOPER=yes.  No functional changes.
2008-10-20 12:30:16 +00:00
he
b021813da0 Bump the PKGREVISION for all packages which depend directly on perl,
to trigger/signal a rebuild for the transition 5.8.8 -> 5.10.0.

The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=...").
2008-10-19 19:17:40 +00:00
hira
b42a83f252 Don't set PLIST.gtk2 to `no'. 2008-10-19 05:01:21 +00:00
hira
fb04471744 Add -Werror-implicit-function-declaration for trunc(3) (lang/gcc34
allows implicit function declaration by default).
This fixes PR pkg/39747.
2008-10-18 11:09:11 +00:00
hira
3a0c1c3019 Correct PLIST_VARS (x11 -> gtk2). 2008-10-18 01:35:25 +00:00
hira
0858bebe7e - Add missing -Wl to patch-ch and patch-cs.
- Correct flag for disabling optimizations.

Ride on previous PKGREVISION bump.
2008-10-18 01:28:22 +00:00
hira
b55c8285bd Correct CDEFS on NetBSD/amd64 (-DX86 -> -DX86_64).
Bump PKGREVISION.
2008-10-18 01:09:44 +00:00
hira
401e143303 Bump PKGREVISION for previous commit. 2008-10-18 01:08:44 +00:00
hira
2dd3adceca - Correct CDEFS on NetBSD/amd64 (-DX86 -> -DX86_64).
- Fix PLIST without gtk2 option.
2008-10-18 01:05:08 +00:00
hira
7fe72f079e Fix typo (PKG_REVISION -> PKGREVISION). 2008-10-17 08:01:23 +00:00
hira
b41563d5d3 - Use security/openssl, textproc/hunspell and textproc/icu.
- Add missing -Wl to patch-ch and patch-cs.
 - Correct flag for disabling optimizations.

Bump PKGREVISION.
2008-10-16 23:16:46 +00:00
wiz
00deb810e0 Bump PKGREVISION for yaz shlib major bump. 2008-10-16 21:22:40 +00:00
drochner
ca60450cf9 update to 2.24.0
This switches to the gnome-2.24 release branch.
2008-10-16 17:42:52 +00:00
hira
2e6d31461c - Use ${COMPILER_RPATH_FLAG} instead of -Wl,-R.
- Simplify patch-du.
 - --with-system-libxml2 -> --with-system-libxml.
 - Add comment.

No functional changes.
2008-10-15 23:17:29 +00:00
hira
0f8da1e766 Disable extensions because these don't work now.
No PKGREVISION bump because these were not installed.
2008-10-15 09:10:04 +00:00
hira
a0187f3e5b Add conflict with openoffice3. Bump PKGREVISION.
Pointed out by wiz@.
2008-10-14 19:20:43 +00:00
heinz
b7ba1a6a87 Updated to version 2.19.
Pkgsrc changes:
  - none

Changes since version 2.18:
===========================
2008-08-04
	* 2.19.0 released
	* Fixed bug 2036585: enable cookies

2008-04-03
	* 2.18.1 released
	* Fixed bug 1932457: Configure fails due to wrong curl LDFLAGS
2008-10-14 18:21:18 +00:00
hira
a845c1892c +openoffice3. 2008-10-14 11:04:04 +00:00
hira
59230131f3 Initial import of OpenOffice.org 3.0.0 as misc/openoffice3.
Release note (will be available):

  http://development.openoffice.org/releases/3.0.0.html
2008-10-14 11:02:24 +00:00
uebayasi
8c349b6e46 Introduce EMACS_BUILDLINK to decide if Emacs lisp file wrappers are really
created or not.  Packages that include other ELP's buildlink3.mk must define
EMACS_BUILDLINK.  Other packages don't create wrappers, which reduces build
time a lot.
2008-10-13 08:07:02 +00:00
abs
37eae560a1 +p5-File-MMagic-XS 2008-10-12 17:30:18 +00:00
abs
f625a2165c Added misc/p5-File-MMagic-XS version 0.09003
This is a port of Apache2 mod_mime_magic.c in Perl,
written in XS with the aim of being efficient and fast,
especially for applications that need to be run for an extended amount of time.

There is a compatibility layer for File::MMagic.
you can specify :compat when importing the module
2008-10-12 17:27:43 +00:00
uebayasi
34004f51e0 Move mk/emacs.mk to editors/emacs/modules.mk.
Don't call pkg_info to get the installed Emacs version; always use the
version matching EMACS_TYPE set by users.  Be DEPENDS to it.  This should
address pkg/37146 by Aleksey Cheusov.

While here convert some emacs lisp packages to user-destdir.
2008-10-11 09:31:54 +00:00
obache
80a79e88e2 Update m17n-contrib to 1.1.7.
* Changes in the m17n-contrib 1.1.7

** New input method:

ml-swanalekha.mim (Malayalam)
2008-10-09 12:42:26 +00:00
obache
59f171d18d Update m17n-db to 1.5.2.
* Changes in the m17n database 1.5.2

** A new input method is added.

sa-harvard-kyoto.mim (Sanscrit)
2008-10-09 12:29:24 +00:00
wiz
8e4a90320c After py-qt3-base update, this works with python-2.5, remove INCOMPAT line. 2008-10-08 14:27:35 +00:00
wiz
f741a2e20e Use py-qt3-modules bl3.mk file instead of DEPENDS. 2008-10-08 14:26:25 +00:00
wiz
510cd1b8e5 + gaupol. 2008-10-08 09:45:41 +00:00
wiz
e53c198b22 Initial import of gaupol-0.13.1:
Gaupol is an editor for text-based subtitle files. It supports
multiple subtitle file formats and provides means of correcting
texts and timing subtitles to match video. The user interface is
designed with attention to batch processing of multiple documents
and convenience of translating.

Gaupol should run on all Unix-like (GNU/Linux, *BSD, etc.) operating
systems and on Windows. Technically it should be able to run on
Mac as well, but that has not been tested nor made convenient.
Gaupol's user interface is based on the GTK+ toolkit and has been
designed to best fit the GNOME desktop environment.
2008-10-08 09:45:18 +00:00
wiz
175aeb9f56 Update to 1.3.4:
* Released Tellico 1.3.4.
	* Fixed error with consecutive tabs in CSV import.
	* Fixed bug with image links in reports not being linked correctly.
	* Added minimal searching for board games from Amazon.
	* Changed Choice fields to sort by position in list.
	* Added ESC key for clearing quick filter.
	* Improved drag/drop to match on file extension after checking mimetype.
	* Updated IMDb plot regexp.
2008-10-08 09:34:30 +00:00
wiz
9329025004 Install libdialog, header files, and dialog-config.
Add buildlink3.mk file.
Bump PKGREVISION.
2008-10-08 09:34:00 +00:00
cube
403e256ff6 Merge cube-native-xorg, so that pkgsrc-current can be used with the native
X.Org found in NetBSD-current.

Thanks a lot to all who helped, especially Matthias Scheler who did
repeated tests on Mac OS X and older versions of NetBSD to make sure the
support for those platforms wouldn't be broken (or at least, not fatally,
as I would still expect a few hiccups here and there, because there is
only so much one can test in such limited time).

On the infrastructure side, this branch brings pkgconfig-builtin.mk, in
order to write very easily new builtin.mk files.  It can actually handle
more than just pkgconfig files, but it will provide a version if it finds
such a file.  x11.builtin.mk has also been made more useful and now all
existing (and future!) native-X11-related builtin.mk files should include
it.
2008-10-05 21:36:32 +00:00
wiz
507aa0129c Improve DESCR, and make it static.
Closes PR 39704.
2008-10-05 10:59:40 +00:00
hira
ee93f9dfbb Fix build with seamonkey. Decrease minimum acceptable version of it. 2008-10-03 09:09:16 +00:00
joerg
6665dc3b52 Fix DESTDIR installation. 2008-10-02 17:57:45 +00:00
joerg
7a6012dccf Fix build. Add DESTDIR support. 2008-10-02 14:33:58 +00:00
hira
4de3a8bcd3 Remove comment. Fix syntax error on NetBSD 3.x. 2008-10-01 22:30:35 +00:00
hira
e612ec898e Add `firefox3' option. It's disabled by default.
Requested and OK'd during freeze by wiz@.
2008-09-30 23:14:18 +00:00
hira
6e64fee184 On NetBSD 3.x, use strerror_r(3) which is defined by OOo.
This should fix PR pkg/39614.
2008-09-29 23:17:00 +00:00
obache
bbcc99a39c DragonFly=>1.10 using one-true awk 20070501, also require gawk hack. 2008-09-23 01:44:07 +00:00
joerg
0665aa2efa Switch to x11/wxGTK26{,-contrib}. 2008-09-22 20:21:03 +00:00
hira
907325d72d Add missing entriy to PLIST. Ride on today's PKGREVISION bump. 2008-09-20 19:01:55 +00:00
hira
c37c0642ee Install *.desktop files to correct path.
This fixes PR pkg/39589.  Bump PKGREVISION.
2008-09-20 14:14:47 +00:00
joerg
934f29b6c1 Limit the gawk hack to NetBSD current as explained by obache@ 2008-09-20 00:15:53 +00:00
joerg
e54f27d772 On NetBSD require gawk. Don't do this for NetBSD 5.0 as it will have a
fixed awk.
2008-09-18 16:58:01 +00:00
joerg
0b6c3deaa2 Needs msgfmt. 2008-09-18 09:12:09 +00:00
markd
b053ac9457 Use USE_CMAKE. 2008-09-16 22:51:20 +00:00
drochner
c3299e116a fix fallout from boost and cmake updates:
-prefix uses of "exception" with "std::" to avoid conflict with
 a similar definition in new "boost"
-set a cmake var to get an rpath into the installed executable
 (seems that cmake's behaviour changed)
2008-09-16 13:23:42 +00:00
taca
8de24d4f76 Update rubygems pacakge to 1.2.0.
Release 1.2.0 adds new features and fixes some bugs.

New features:

* RubyGems no longer performs bulk updates and instead only fetches the gemspec
  files it needs.  Alternate sources will need to upgrade to RubyGems 1.2 to
  allow RubyGems to take advantage of the new metadata updater.  If a pre 1.2
  remote source is in the sources list, RubyGems will revert to the bulk update
  code for compatibility.
* RubyGems now has runtime and development dependency types.  Use
  #add_development_dependency and #add_runtime_dependency.  All typeless
  dependencies are considered to be runtime dependencies.
* RubyGems will now require rubygems/defaults/operating_system.rb and
  rubygems/defaults/#{RBX_ENGINE}.rb if they exist.  This allows packagers and
  ruby implementers to add custom behavior to RubyGems via these files.  (If
  the RubyGems API is insufficient, please suggest improvements via the
  RubyGems list.)
* /etc/gemrc (and windows equivalent) for global settings
* setup.rb now handles --vendor and --destdir for packagers
* `gem stale` command that lists gems by last access time

Bugs Fixed:

* File modes from gems are now honored, patch #19737
* Marshal Gem::Specification objects from the future can now be loaded.
* A trailing / is now added to remote sources when missing, bug #20134
* Gems with legacy platforms will now be correctly uninstalled, patch #19877
* `gem install --no-wrappers` followed by `gem install --wrappers` no longer
  overwrites executables
* `gem pristine` now forces reinstallation of gems, bug #20387
* RubyGems gracefully handles ^C while loading .gemspec files from disk, bug
  #20523
* Paths are expanded in more places, bug #19317, bug #19896
* Gem::DependencyInstaller resets installed gems every install, bug #19444
* Gem.default_path is now honored if GEM_PATH is not set, patch #19502

Other Changes Include:

* setup.rb
  * stub files created by RubyGems 0.7.x and older are no longer removed.  When
    upgrading from these ancient versions, upgrade to 1.1.x first to clean up
    stubs.
  * RDoc is no longer required until necessary, patch #20414
* `gem server`
  * Now completely matches the output of `gem generate_index` and
    has correct content types
  * Refreshes from source directories for every hit.  The server will no longer
    need to be restarted after installing gems.
* `gem query --details` and friends now display author, homepage, rubyforge url
  and installed location
* `gem install` without -i no longer reinstalls dependencies if they are in
  GEM_PATH but not in GEM_HOME
* Gem::RemoteFetcher now performs persistent connections for HEAD requests,
  bug #7973
2008-09-15 08:43:44 +00:00
taca
e45a919f8f Replace shbang path of files under bin directory. 2008-09-15 08:42:37 +00:00
minskim
c55f17adb0 Move targets requiring the root privilege to the install stage.
This fixes PR 39333.

Thanks to taca@ for testing.
2008-09-14 17:34:28 +00:00
he
b67dcb0f65 Set MAINTAINER to pkgsrc-users@NetBSD.org for these packages,
as per private communication with previous maintainer.

No associated version bump.
2008-09-12 14:36:29 +00:00
he
1aaa3595d4 Canonicalize HOMEPAGE using search.cpan.org. No version bump since
no change to the package as such.
2008-09-11 12:33:49 +00:00
he
bde0213b19 Add p5-Geo-Mercator. 2008-09-08 08:42:02 +00:00
he
db25c46c60 Import p5-Geo-Mercator version 1.01.
Computes Mercator Projection of input latitude/longitude coordinates
(in degrees) into (x, y) coordinates (as distances in meters) from
the meridian/equator. Also provides a method to convert back into
latitude, longitude.
2008-09-08 08:41:21 +00:00
seb
3be29e2028 Add & enable p5-Locale-US 2008-09-08 01:07:03 +00:00
seb
8a2c889163 Initial import of p5-Locale-US version 1.2 in the NetBSD Packages
Collection.

The Perl 5 module Locale::US provides mapping from US two-letter
codes to states and vice versa.
2008-09-08 01:05:40 +00:00
wiz
03b53774ba Recursive PKGREVISION/ABI-depends bump for db4 4.6->4.7 update (shlib
name change).
2008-09-06 20:54:31 +00:00
wiz
c0ddaf602a Update to 0.6.5:
2008-08-30  Jody Goldberg

	* Release 0.6.5

2008-08-08  Jean Brefort

	* docs/reference/Makefile.am: add API version to DOC_MODULE. [#522096]

2008-07-27  Morten Welinder

	* goffice/utils/go-format.c (go_format_get_family): If a number
	format has both a date and a time part, it's a date format.  Fixes
	#545016.

2008-07-21  Jean Brefort

	* goffice/graph/gog-style.c: (gog_style_font_sax_save): use
	gsf_xml_out_add_cstr instead of gsf_xml_out_add_cstr_unchecked.
	[#543986]

2008-07-13  Jean Brefort

	* goffice/graph/gog-plot-engine.c:
	(gog_plot_type_service_finalize),
	(gog_trend_line_service_finalize),
	(gog_trend_line_service_class_init): fix memory leaks. [#542506]

2008-07-08  Jody Goldberg

	* autogen.sh : back port updated gtk-doc check.

2008-07-07  Emmanuel Pacaud

	Fix keyboard activation of the add menu in the graph guru.

	* goffice/graph/gog-child-button.c (gog_child_button_init): connect to
	toggled signal.
	(ensure_menu): new, to be shared by toggled in button-press signal
	handlers.
	(gog_child_button_toggled_cb): new.
	(gog_child_button_press_event_cb): new.

2008-06-30  Morten Welinder

	* goffice/math/go-math.c (go_math_init): Check for buggy
	valgrind (finitel problem) and limp on.

2008-06-20  Jean Brefort

	* goffice/graph/gog-style.c: (gog_style_create_cairo_pattern): fixed
	gradients coordinates.
	* goffice/gtk/go-gradient-selector.c:
	(go_gradient_swatch_render_func): ditto.

2008-06-13  Rob Staudinger

	* goffice/gtk/go-color-palette.c (make_colored_menu_item): Use plain
	menu items for toolbar overflow image menu item proxies, so they are
	displayed correctly with gtk-menu-images=0, fixes #537541.
	* goffice/gtk/go-combo-pixmaps.c (go_menu_pixmaps_add_element): ditto.

2008-06-03  Jean Brefort

	* goffice/utils/go-marker.c: (go_marker_render): set dashes to NULL,
	fixes #536276.

2008-05-30  Jean Brefort

	* goffice/graph/gog-renderer.c: (_draw_circle),
	(gog_renderer_draw_circle), (gog_renderer_stroke_circle),
	(gog_renderer_fill_circle): new utilities.
	* goffice/graph/gog-renderer.h: ditto.
	* pixmaps/Makefile.am: add new pixmaps for box-plots
	excluding outliers.
	* pixmaps/chart_boxplot_2_1.png: ditto.
	* pixmaps/chart_boxplot_2_1.svg: ditto.
	* pixmaps/chart_boxplot_2_2.png: ditto.
	* pixmaps/chart_boxplot_2_2.svg: ditto.
	* plugins/plot_boxes/gog-boxplot-prefs.glade: add new properties.
	* plugins/plot_boxes/gog-boxplot.c: (cb_outliers_changed),
	(cb_ratio_changed), (gog_box_plot_pref),
	(gog_box_plot_set_property), (gog_box_plot_get_property),
	(gog_box_plot_class_init), (gog_box_plot_init),
	(gog_box_plot_view_render), (gog_box_plot_series_update),
	(gog_box_plot_series_finalize), (gog_box_plot_series_class_init):
	ditto, fixes #534642.
	* plugins/plot_boxes/plot-types.xml.in: new boxplots sub-types.
	* plugins/plot_xy/gog-xy.c: (gog_xy_view_render): use
	gog_renderer_draw_circle for bubbles.

2008-05-24  Jean Brefort

	* goffice/graph/gog-plot-engine.c: fixed services (de)activation.
	* goffice/graph/gog-plot-engine.h: ditto.
2008-09-06 15:59:28 +00:00
wiz
1ee7d6cefe Update to 1.1.20080819:
2008/08/19
	+ amend changes to quoting; by default, the checklist widget quotes its
	  output except when --separate-output is used (Debian #495600).
	+ add eo.po from
		http://translationproject.org/latest/dialog/
2008-09-06 14:38:34 +00:00
wiz
bbfe5c85f8 Update to 1.3.13:
2008-08-24  Heikki Orsila <heikki.orsila@iki.fi>
	* Version 1.3.13
	- Bug fixes
	- Documentation improvements
2008-09-06 13:46:00 +00:00
wiz
a01968aa22 Add two comment lines for xdg-dirs. 2008-09-06 13:06:07 +00:00
wiz
752b19b142 Retire memaid packages in favor of mnemosyne. 2008-09-06 12:52:29 +00:00
wiz
a3529fe873 Initial import of mnemosyne-1.1.1.
This project is the successor to memaid.

The Mnemosyne Project has two aspects:

    * It's a sophisticated free flash-card tool which optimizes
    your learning process.
    * It's a research project into the nature of long-term memory.

The Mnemosyne software resembles a traditional flash-card program
to help you memorise question/answer pairs, but with an important
twist: it uses a sophisticated algorithm to schedule the best time
for a card to come up for review. Difficult cards that you tend to
forget quickly will be scheduled more often, while Mnemosyne won't
waste your time on things you remember well.

While you use the software, detailed statistics can be kept on your
learning process. If you want, these logs can be uploaded in a
transparent and anonymous way to a central server for analysis.

This data will be valuable to study the behaviour of our memory
over a very long time period. As an additional benefit, the results
will be used to improve the scheduling algorithms behind the software
even further.
2008-09-06 12:51:39 +00:00
dholland
7c476351f4 Fix broken user-destdir build by setting MANOWN/MANGRP/MANMODE. 2008-08-31 07:55:15 +00:00
hira
6e76b74ad1 Fix CVE-2008-3282 (OpenOffice.org "rtl_allocateMemory()" Truncation
Vulnerability).

Bump PKGREVISION.
2008-08-29 08:08:11 +00:00
bjs
7ee5cba4fd add teseq to misc/Makefile 2008-08-28 01:24:53 +00:00
bjs
cbf85c1cdb Import teseq-1.0.0 as pkgsrc/misc/teseq.
GNU Teseq is a tool for translating files that contain control
characters and terminal control sequences, into human-understandable
text. It is intended to aid in debugging problems in terminal
emulators, software that makes use of special terminal features, and
interactions between the two.

Teseq is primarily targeted at individuals who possess a basic
understanding of terminal control sequences, especially CSI sequences;
however, by default Teseq will try to identify and describe the
sequences that it encounters, and the behavior they might produce in a
terminal.

Teseq describes control functions as they are interpreted by
VT100-compatible terminals, and/or terminals compliant with the ECMA-48 /
ISO/IEC 6429 standard. Teseq does _not_ support describing control
functions according to terminal-specific definitions in a database such
as termcap or terminfo, though future versions may include limited
support for that (*note Future Enhancements::).  Therefore, the
descriptions Teseq uses for control functions may not necessarily match
their actual interpretation by whatever terminal device the characters
were actually intended for.
2008-08-28 01:23:41 +00:00
markd
cb47f93189 Update to KDE 3.5.10
minor bugfixes
2008-08-27 11:59:13 +00:00
drochner
9b21e3ba41 add patch from upstream CVS to fix a format string vulnerability
(CVE-2008-3533), bump PKGREVISION
2008-08-27 09:56:34 +00:00
obache
2d7bf63357 Remove unresolvable hosts from MASTER_SITES.
Noticed by Zafer Aydogan via private mail.
2008-08-23 07:46:59 +00:00
taca
3be5e3e57a Add RubyForge's project page as HOMEPAGE. 2008-08-15 16:06:44 +00:00
wiz
c56c5d230a Update to 1.1.20080727:
2008/07/27
	+ add pointer-check when closing piped input (cf: 2007/03/25)
	+ use here-documents rather than echo, when passing backslashes in
	  strings, to accommodate the Debian shell "dash" (Debian #489563).
	+ recode several ".po" files to UTF-8 for consistency.
	+ change --separator to be an alias for --output-separator, for
	  compatibility with Xdialog.
	+ add --output-separator option to allow scripts to change the output
	  separator from a newline (for --separate-output) or a space.  This
	  applies to other widgets such as forms and editboxes which normally
	  use a newline.
	+ add --column-separator option, to tell where column-aligned data for
	  radio/checkboxes or menus should be split into columns (request by
	  Ben Dibbens).
	+ add id.po, ku.po, lt.po, nb.po and update ca.po, fr.po, gl.po, ja.po,
	  th.po from
		http://translationproject.org/latest/dialog/
	+ add "--quoted" option, to quote values returned by formbox, etc.
	+ change names of EX/ES macros in dialog.1 to work around name-
	  pollution caused by changes in Debian #470729.
2008-08-12 22:34:24 +00:00
bjs
12c2ffc906 Update to most-5.0.0a, using libslang2.
Myriad feature enhancements (such as UTF-8 and enhanced regexp
support via libslang2) as well as bug fixes (notably proper shell
in some formerly problematic cases).  Also, mmap is enabled by
default now.
2008-08-09 21:32:39 +00:00
reinoud
443aa70cc6 Update UDFclient to version 0.6.3.
Implemented byteswapping option to allow udfclient to read and write PVR
harddiscs who appear to be byteswapped for some reason (copy protection?).
Also improved udfdump dumping making it handle big free space maps and
allocation extensions and making cd_disect ATAPI happy again.
2008-08-07 10:28:58 +00:00
tonnerre
b666be8e08 Update splitvt to 1.6.6 and add patches for the "forgotten setgid()"
privilege escalation vulnerability (CVE-2008-0162). Also verify the
return values of setuid()/setgid().
2008-07-25 03:38:01 +00:00
rhaen
c903e3d112 updated to 1.13
ChangeLog:
Revision history for Perl suite Locale::Maketext

2008-05-28  Adriano Ferreira
    * Release 1.13

    New maintainer. No noteworthy changes.

    When debugging is turned on, "DEBUG and warn" is now
    used instead of "DEBUG and print". It makes web applications
    happier. CPAN RT #36238

2007-11-17
    * Release 1.12

    Many doc changes from RT.

    Silenced some "used only once" warnings under Perl 5.10.

    $@ is now localized in case it gets interpolated.  This was added
    a while ago, but now there's a test for it, too.

    Added warnings and strict to tests.

    Cleaning up some Perl::Critic gripes.

2007-05-07  Andy Lester
    * Release 1.11_01

    Fixed perlbug #33938
    http://rt.perl.org/rt3//Public/Bug/Display.html?id=3393

    Started cleaning up source per Perl::Critic.
2008-07-23 15:36:01 +00:00
obache
1192a4b3f8 Update GOK to 1.4.0.
What's new in GOK 1.4.0?
	* GOK now uses the core pointer (regular system mouse) by default

	* Loads of improvements thanks to growing GOK community.

	* Updated translations, and numerous bug fixes.
2008-07-21 01:28:02 +00:00
wiz
21aa0ccdf9 Update to 1.3.3:
* Released Tellico 1.3.3.
* Fixed EntryView to honor copy() command properly, for clipboard.
* Updated Porbase URL in z39.50 server list.
* Updated drag-and-drop to allow HTTP urls.
* Changed Arxiv fetcher to remove ID version number for results.
* Fixed bug with merging file catalogs, to properly match on URL.
2008-07-18 08:31:22 +00:00
he
f760a79265 Update from version 0.28 to 0.30. Changes:
0.30  Mon Dec 18 23:24:25 PST 2006
        - back after two and a half years; happy hanukkah!
	- added note about B:CC:Object
	- added new Discover 65 prefix
	- check for Switch before Visa as Switch has some BINs in ^4
        - accept masked numbers in cardtype()
        - add handling of card network peering arrangements, controllable via
          $Business::CreditCard::Country
	- identify Diner's club ^36 cards as MasterCard in US and Canada
        - identify China Union Pay cards as Discover cards outside China
        - identify China Union Pay cards

No recorded changes for 0.29 upstream.
2008-07-17 14:02:14 +00:00
rhaen
057250f47b - updated to 2.03
- took maintainership

Changelog:
2.03 - Tue Oct  2 03:17:34 2007
	* Fixed minor distro problems and bumped to release version 2.03

2.02_05 - Wed Sep 12 13:27:09 2007
	* Explore RT #29292. I don't seem to have the problem with
	hyphens for ISBN-13, but let's see what CPAN Testers has to
	say

2.02_04 - Sat Sep  1 14:55:00 2007
	[BUGFIX] ISBN13 was returing "Bookland" for all groups, but
	it shouldn't do that. Now it returns the same thing you'd
	get from ISBN10 (e.g. "English", "German", ... ).

2.02_03 - Sat Sep  1 04:12:49 2007
	[BUGFIX] RT 29089 - I had the wrong _max_length for ISBN13. That 13
	is the hint that it should be 13. :)

2.02_02 - Sat Aug 25 05:57:22 2007
	[FEATURE] added exportable function valid_isbn_checksum that
	takes care of all of the object stuff for you and just gives
	you the answer. In previous docs, this was called is_valid_checksum
	even though that conflicted with an object method. It was
	documented but never implemented. Now it's there. :)
	[BUGFIX] now should pass tests under 5.6.2, after a bit of
	backporting. Upgrade already people! :)

2.02_01 - Fri Aug 17 14:00:51 2007
	* Don't import import() from Exporter. There are a lot of people
	(apparently) using very old perls, not just CPAN Testers.

2.02 - Wed Aug 15 03:11:25 2007
	* fixes RT #28843: an ISBN-13 with a bad prefix shouldn't croak,
	but return an object that explains the error.

2.01 - Sun Aug 12 22:28:01 2007
	* Official release of Business::ISBN to handle ISBN-13
	* Does not handle 979- numbers yet (need publisher data for that)
	* Does handle 978-numbere, which is the 10 digit ISBN with a
	different "country code", so it uses the same publisher data
	* There are significant API changes to handle the new stuff. It's
	not so bad, but test it before you rip out the old Business::ISBN
	stuff.

2.00_01 - Wed Mar 14 00:38:18 2007
	* DEVELOPER RELEASE
	* Completely redone internals to handle ISBN-10 and ISBN-13
	* Some interface changes to Business::ISBN 1.x
	* Removed exportable functions.
2008-07-17 06:51:52 +00:00
rhaen
252bf09d9f - updated to 1.17
- took maintainership

ChangeLog:
1.17 - Sat Oct 27 13:47:07 2007
	* Update to docs to point to latest URL for ISBN International

1.16 - Thu Oct 25 21:38:20 2007
	* distro cleanups. No need to upgrade.
2008-07-17 06:43:14 +00:00
drochner
60349b0fc9 update to 2.22.3
This is the last release of the 2.22 series.
It just includes some additional bug fixes.
2008-07-16 20:15:50 +00:00
joerg
74519c868f Catch up with gnustep framework changes. 2008-07-15 17:20:03 +00:00
he
7f0764f0a2 Update from version 0.06 to 0.08. Changes:
0.07  Wed Dec 05 16:18:22 2007
	- Addition of new ellipsoids
	- Refinement of MGRS calculations
	- Addition of latlon_to_utm_force_zone

Changes for 0.08 not in Changes file in package.
2008-07-14 16:34:43 +00:00
joerg
f605fec2db Mark as destdir ready. 2008-07-14 12:55:56 +00:00
joerg
865c4f077b Fix path to and depend on perl and bash. Bump revision. 2008-07-10 12:27:59 +00:00
joerg
6da265c2c4 Fix DESTDIR installation. 2008-07-10 12:12:41 +00:00
agc
90c3cfd0fb Disable linker optimizations on Darwin, thereby allowing this package to
build on Mac OS X Leper.
2008-07-01 08:34:37 +00:00
taca
b1e4dc3090 Update ruby-launchy package to 0.3.2.
== Changes
=== Version 0.3.2 - 2008-05-21

* detect aix and mingw as known operating systems.
2008-06-22 16:10:16 +00:00
joerg
3b0d97b0de Add DESTDIR support. 2008-06-20 01:09:05 +00:00
bjs
29d880c601 Update to ascii-3.8. I don't see a ChangeLog anywhere, but this
satisfies doc/TODO. ;)  Seems to need gmake now.
2008-06-19 17:33:50 +00:00
taca
f7ceb84d39 - Switch to use vendor_dir with Ruby 1.8.7.
Bump PKGREVISION.
2008-06-19 14:52:11 +00:00
joerg
8279199766 Welcome to the pkginstall user/group framework. Bump revision. 2008-06-16 14:39:35 +00:00
joerg
7762cda82a Call binary from DESTDIR. 2008-06-16 12:52:01 +00:00
tron
1febf1920f Update "openoffice2-bin" package to version 2.4.1.
This version fixes various bugs including the security vulnerability
reported in CVE-2008-2152.
2008-06-15 12:22:52 +00:00
joerg
a3192f7b55 Fix DESTDIR installation. 2008-06-14 08:49:14 +00:00
hira
735d25cb77 Update to 2.4.1. This release fixes CVE-2008-2152.
Release Notes:
  http://development.openoffice.org/releases/2.4.1.html
2008-06-13 11:20:14 +00:00
joerg
ba171a91fa Add DESTDIR support. 2008-06-12 02:14:13 +00:00
wiz
2216aa7f7b Also needs p5-XML-Parser if included intltool should work. 2008-06-08 10:09:04 +00:00
dillo
b361788948 Fix DESTDIR install on SunOS. 2008-06-06 17:14:01 +00:00
wiz
315eb403e9 Remove unused patch. 2008-06-06 08:31:40 +00:00
wiz
b17aa5ddcf Fix build on -current: the pkgsrc intltool is too new for this package.
Use the included one.

Patch from drochner@
2008-06-05 14:32:26 +00:00
obache
69f6bb8dbc Need c comiplier for GNU configure. 2008-05-31 15:08:01 +00:00
hira
7b9ddf4dc1 Fix previous commit. Correct paths of hid.lst and testtoolrc.
This should fix PR pkg/38799.
2008-05-30 16:05:56 +00:00
wiz
26c24c29cb Update to 1.3.2.1:
* Released Tellico 1.3.2.1.
	* Fixed en_GB translation to remove context strings.
	* Released Tellico 1.3.2.
	* Include Canadian LCC values, patch from Peter Stevenson.
	* Updated entry creation to always add default values. Fixes Debian bug 481639.
	* Improved IMDb search results.
	* When adding a book to a bibliography, set the type to 'book'.
	* Updated LCCN search to validate format.
	* Updated entry match to compare validated LCCN.
	* Updated z39.50 search to allow multiple LCCN values.
	* Changed loader to eliminate possible duplicates for fields allowing multiple values (like keywords).
	* Updated PubMed search to add all keywords.
	* Fixed PubMed search to use utf8 encoding.
	* Changed XML loader to strip whitespace from non-paragraph values.
	* Added languages and editors to Amazon book import.
	* Updated mods2tellico.xsl to try to capture more of mods info converted from refbase.
	* Updated mods2tellico.xsl to try to capture more of bibtex info converted from wikindx.
2008-05-30 11:53:11 +00:00
drochner
43c3a1878a update to 2.22.1
changes:
-documentation fixes
-translation updates
2008-05-29 17:01:27 +00:00
drochner
3e4daeeea9 update to 2.22.2.1
changes: bugfixes
2008-05-29 16:48:03 +00:00
abs
7d297b82c6 Update misc/p5-Locale-Codes from 1.06 to 2.07
2.07  2004-06-10 neilb
	* made $_ local in the initialisation code for each module
		change back-propagated from Perl distribution
	* removed two non ISO-8859-1 characters from language names
		change back-propagated from Perl distribution
	* added the following aliases, with a test case for each
		- Burma added to Myanmar
		- French Southern and Antarctic Lands to
		  French Southern Territories
	  patch from TJ Mather
	* "Canadian Dollar" was mis-spelled as "Candian Dollar"
		- noted by Nick Cabatoff, patch from Michael Hennecke
	* Changes to Locale::Country reflecting changes in ISO 3166
		- added Aland Islands (ax, ala, 248)
		- YUGOSLAVIA is now SERBIA AND MONTENEGRO
			YU => CS
			YUG => SCG
			891 => 891 (unchanged)
			(YUGOSLAVIA retained as an alias)
		- EAST TIMOR changed to TIMOR-LESTE
			(old name retained as an alias)
		- three letter code for Romania changed from ROM to ROU
	* ZAIRE is now CONGO, THE DEMOCRATIC REPUBLIC OF THE
			ZR  => CD
			ZAR => COD
			180 => 180 (unchanged)
			(ZAIRE retained as alias)

2.06  2002-07-15 neilb

	* The four modules which have data after __DATA__ weren't
	  closing the DATA filehandle after reading from it,
	  which they should. Bug and patch from Steve Hay.

2.05  2002-07-08 neilb

	* Added three letter codes for the countries that were missing
	  them. Patch from TJ Mather.
	* Documentation bug: one of the examples used => where the
	  lvalue was a constant, which isn't allowed, unless you
	  put the () with the constant to force the right interpretation.
	  Pointed out by TJ Mather and MYT.
	* Updated the URL for the appendix in the CIA world factbook.
	  Patch from TJ Mather.

2.04  2002-05-23 neilb

	* updated according to changes in ISO 3166-1 described
	  in ISO 3166-1 newsletters V-4 and V-5, dated 2002-05-20:
		- Kazakstan is now "Kazakhstan"
		- Macau is now "Macao"
	  The old names are retained as aliases.

	  The alpha-2 and alpha-3 codes for East Timor have changed:
		tp -> tl
		tmp -> tls
	  the numeric code stays 626. If you want to support the old
	  codes, you can use the semi-private function alias_code().

2.03  2002-03-24 neilb

	* Fixed a typo in the alias for the Vatican, reported (with patch)
	  by Philip Newton.
	* Added "Moldova" as an alias for "Moldova, Republic of"
	* Updated Makefile.PL to include AUTHOR and ABSTRACT

2.02  2002-03-09 neilb

	* added semi-private routine rename_country() to Locale::Country,
	  based on a patch from Iain Chalmers.
	* added test rename.t for the above function.
	* renamed _alias_code to be alias_code. Have retained the old
	  name for backwards compatibility. Will remove it when the
	  major version number next changes.

2.01  2002-02-18 neilb

	* Split the documentation for all modules into separate pod files.
	* Made sure all =over were =over 4; some were other values.
	* The code2code() methods had one more shift than was needed.

2.00  2002-02-17 neilb

	* Created Locale::Script which provides an interface to the
	  ISO codes for identification of scripts (writing scripts,
	  rather than perl style scripts). The codes are defined
	  by ISO 15924, which is currently in final draft.
	  Thanks to Jarkko for pointing out this new standard.
	  All three code sets are supported, and a test-suite added.

	* Added support for country name variants to Locale::Country,
	  so that
		country2code('USA')
		country2code('United States')
		country2code('United States of America')
	  will all return 'us'.
	  This had been in the LIMITATIONS section since the first version.
	  Patch from TJ Mather <tjmather@tjmather.com> with additional
	  variants from me. Added test-cases for these.

	* Added VERSION to Locale::Constants. Thanks to Jarkko for
	  pointing that it was missing.

	* Should really have bumped major version with previous release,
	  since there was a change to the API.
2008-05-28 20:52:33 +00:00
hira
f13d43ff43 - Add some perl scripts to REPLACE_PERL.
- Fix permissions of non-executable files.

Pointing out by wiz@ in private e-mail.  Bump PKGREVISION.
2008-05-27 15:44:44 +00:00
joerg
3d8ef5a52d Second round of explicit pax dependencies. As reminded by tnn@,
many packages used to use ${PAX}. Use the common way of directly calling
pax, it is created as tool after all.
2008-05-26 02:13:14 +00:00
joerg
a8a3c01339 Explicitly add pax dependency in those Makefiles that use it (or have
patches to add it). Drop pax from the default USE_TOOLS list.
Make bsdtar the default for those places that wanted gtar to extract
long links etc, as bsdtar can be built of the tree.
2008-05-25 21:42:20 +00:00
tron
c5aeda3346 Revert accidental changes and replace "OWNER" by "MAINTAINER" again. 2008-05-25 20:45:28 +00:00
tron
5653b15d71 Remove me as maintainer of some package, clame ownership of a few packages. 2008-05-25 14:45:16 +00:00
tnn
aedab9a912 Update to dvtm-0.4.1. Contributed by Leonardo Taccari.
* Cursor key mode switching (this fixes arrow keys in vim)
* Characters following an escape are passed to the underlying
  application, this fixes ALT+<n> key combination as used by
  irssi
* A hack to make the keypad sort of work with putty
* Mouse support is now compile time selectable
* Destroy clients when an IO-error occurs
* Correct signal handling (save and restore errno)
* Destroy clients cleanly, prevent zombies
* Added a note about copy & paste to the manual page (use
  SHIFT while selecting or pasting text)
* Some source code formatting fixes
2008-05-25 11:46:33 +00:00
obache
d2087828fd GNU configure require C compiler in configure phase.
Suggested by Hasso Tepper in PR 38626.
2008-05-24 06:14:00 +00:00
drochner
3c73e799d5 fix build on DragonFly / FreeBSD, from Hasso Tepper per PR pkg/38627 2008-05-22 13:18:55 +00:00
drochner
f39d702c88 remove explicit dependency on pcre - this is pulled in by glib2 now 2008-05-21 15:36:47 +00:00
wiz
e7e759f5dd Update to 0.6.4:
0.6.4 changes undocumented.

goffice 0.6.3:

Hiroyuki Ikezoe:
	* Switch from pcre to glib regexp handling.  [#482319]

Jean:
	* Don't try to use invalide data in box-plots. [#527249]
	* Add EPS export for charts if cairo supports.

Jody:
	* Enable the use of dolt.
	* Fix formats on win32.

Morten:
	* Add go_format_is_invalid.
	* Improve date convention framework.
	* Fix problem with [Enter] causing infinite recursion.
2008-05-21 10:57:40 +00:00
obache
9288dee5be Some minor fixes
* Require working terminal library
 * Honor PKG_SYSCONFDIR
 * Fix sysconfdir mentioned in man pages.
 * Add DESTDIR support

Bump PKGREVISION.
2008-05-17 14:18:45 +00:00
tnn
68c71b7daf Reach over from misc/gnuls to sysutils/coreutils for common logic and
patches. Updates gnuls to 6.11 and makes it track coreutils.
2008-05-15 20:01:03 +00:00
hira
bb0f06cf6a Use REPLACE_PYTHON instead of subst framework. 2008-05-11 07:21:51 +00:00
markd
f079074904 Disable support for the krita GraphicsMagick filter. It trys to use
long deprecated GraphicsMagick features that have now been removed in the
latest GraphicsMagick.
2008-05-06 23:50:42 +00:00
jmmv
0d3662ee66 Drop maintainership
Stop lying and drop maintainership of these packages.  I have not
maintained them for a very long time already, so leave room for
fresh blood to take over them.
2008-04-30 13:38:14 +00:00
bjs
8b7748d315 Update to 20080312 snapshot. 2008-04-26 05:07:09 +00:00
bjs
015ba2f1a5 This package is not MAKE_JOBS_SAFE. 2008-04-26 00:12:59 +00:00
joerg
a77e7015fe Update PYTHON_VERSIONS_COMPATIBLE
- assume that Python 2.4 and 2.5 are compatible and allow checking for
fallout.
- remove PYTHON_VERSIONS_COMPATIBLE that are obsoleted by the 2.3+
default. Modify the others to deal with the removals.
2008-04-25 20:39:06 +00:00
wiz
820c192e72 Update to 0.10. Add HOMEPAGE.
[Changes for 0.10 - 2007-10-14]

* LICENSING CHANGE: This compilation and all individual files in it
  are now under the permissive "MIT" license.

* Modernized the build infrastructure with Module::Install.

* Tidied up source code, test files, and this changelog.
2008-04-23 20:23:56 +00:00
wiz
87fb492d40 Update to 0.66:
[Changes for 0.66 - 2008-02-12]

* Locale::Maketext::Extract: Support in Extract.pm->extract for
  HTML::FormFu config files.
  Contributed by: Andreas Marienborg

[Changes for 0.65 - 2007-12-22]

* Perl 5.9.5+ is pickier about what "being used only once" means,
  so we make sure to avoid that warning.
  Contributed by: Alex Vandiver

* Also restore compatibility with Perl 5.005 and earlier by avoiding
  the "no warnings" pragma.

* Tidied up code style, documentation, copyright years, etc.
2008-04-23 20:22:18 +00:00
abs
c98f5bdf57 PYTHON_VERSIONS_ACCEPTED+=25 2008-04-21 08:17:25 +00:00
tron
1d549939ba Update "openoffice2-bin" package to version 2.4.0. This update fixes
the following security vulnerabilities:
- CVE-2007-4770/4771: Manipulated ODF text documents containing XForms can
  lead to heap overflows and arbitrary code execution
- CVE-2007-5745/5747: Manipulated Quattro Pro files can lead to heap
  overflows and arbitrary code execution
- CVE-2007-5746: Manipulated EMF files can lead to heap overflows and
  arbitrary code execution
- CVE-2008-0320: Manipulated OLE files can lead to heap overflows and
  arbitrary code execution
2008-04-20 13:17:55 +00:00
reinoud
8bfb4c61bc Update misc/udfclient package to version 0.6.2:
Fixing up yet another regression found on some DVD-R/CD-RW drives fixing
newfs_udf and udfclient writing on those drives.

Complete harddisc/flash support on Linux apeared to be broken and should be
fixed now.

Lots of enhancements to cd_discect; now also reporting not only the TOC and
the PMA, but also the ATIP. In this ATIP there is information on the CD-RW
subtype wich is crucial to check if the disc can be written by the drive.
2008-04-20 12:22:58 +00:00
tron
80042f7c5f Fix bug in the original software which prevents the installation of
"libcdio_cdda.pc" and "libcdio_paranoia.pc". Bump package revision
because of this fix.

Problem pointed out by Matthias Drochner in private e-mail.
2008-04-18 14:58:32 +00:00
reinoud
777ea124f4 Update UDFclient to version 0.6.1 fixing yet more regressions found in
modern DVD*RW/CD-RW combi drives.

Fixes up regression found on modern CD-RW drives when dealing with CD-MRW
media. It would report them as sequential.
2008-04-18 11:04:26 +00:00
reinoud
0d88a9376f Update misc/udfclient package to version 0.6.0.
Fix regressions found in newer DVD/CD combi drives that report bogus values
for CD-RW media and fix 2G+ file write problems on some platforms. This
fixes hese drives inability to newfs a CD-RW with newfs_udf and writing
problems with udfclient on CD-RW media.
2008-04-17 20:41:15 +00:00
jlam
2096f97845 Fix description of package and in specfile to refer to Columnize instead
of LineCache.  Noted by Slava Semushin in private email.

Bump PKGREVISION to 1.
2008-04-17 17:23:24 +00:00
joerg
0079bd10c9 Add ruby-columnize.
No cookie for: jlam
2008-04-17 12:45:04 +00:00
joerg
8005d01888 Repeat after me: Never use sys/errno.h, just use errno.h. Fix build on
AMD64.
2008-04-17 08:43:31 +00:00
drochner
7e38c69600 update to 2.22.0
This switches to the gnome-2.22 release branch.
2008-04-15 18:50:17 +00:00
drochner
86e6f70c20 update to 2.22.1
This switches to the gnome-2.22 release branch.
2008-04-15 18:34:32 +00:00
drochner
2aa2fc58a5 update to 2.22.1
This switches to the gnome-2.22 release branch.
2008-04-15 18:27:48 +00:00
tron
23abb803db Update "PKGCONFIG_OVERRIDE" to include the C++ and UDF ".pc" files.
Bump package revision because of this fix.
2008-04-15 18:04:50 +00:00
tron
f83e3b78a7 Update "libcdio" to version 0.80. Changes since version 0.76:
- a lot of new features including C++ and UDF support
- a lot of bug fixes including a fix for CVE-2007-6613
- support for more platforms (e.g. DragonFly)
2008-04-15 16:13:12 +00:00
drochner
5ffd0cd7c0 fix a stack-based buffer overflow (CVE-2007-6613), patch from upstream,
bump PKGREVISION
2008-04-15 12:35:10 +00:00
jlam
9076a6464b Initial import of ruby18-columnize-0.1 as misc/ruby-columnize.
LineCache is a module for printing an Array in column-sorted order.
2008-04-14 20:30:18 +00:00
hira
27d02fea9c Fix build with firefox. Problem reported by abs@. 2008-04-13 20:32:43 +00:00
wiz
d30af3604f Update to 1.1.20080316:
2008/03/16
	+ modify dlg_mouse_wgetch() to loop only on errors that it detects,
	  rather than on errors forwarded from dlg_getc(), in case those are
	  due to a disconnected terminal (report by Anatoli Sakhnik).
	+ allow "default" color in dialogrc file (request by Dashing).
	+ fix an indexing error in formbox (Debian #469190, report by Dmitry
	  Gomerman, patch by Vladimir Mezentsev).
	+ add bindings for CTL/N, CTL/P to checklist, fselect and menubox
	  widgets (prompted by discussion with John Gatewood Ham).
	+ add be@latin.po, th.po and update zh_TW.po from
		http://translationproject.org/latest/dialog/
	> patches by Peter Astrand:
	  + modify dlg_auto_sizefile() to ensure the computed height and width
	    do not extend beyond the screen size.
	  + use unctrl() to make inputstr.c work with Solaris curses.
	> patches by Yura Kalinichenko:
	  + extend pause widget to use ok/cancel buttons (the former giving the
	    same result as a timeout), rather than an exit-button.
	  + fix initialization parameter of inputbox for multibyte characters.
2008-04-13 20:28:02 +00:00
jlam
e9d673cb77 Update misc/rubygems to 1.1.1. Changes from version 1.1.0 include:
* Gem.prefix now returns non-nil only when RubyGems was installed outside
  sitelibdir or libdir.
* The `gem server` gem list now correctly links to gem details.
* `gem update --system` now passes --no-format-executable to setup.rb.
* Gem::SourceIndex#refresh! now works with multiple gem repositories.
* Downloaded gems now go into --install-dir's cache directory.
* Various fixes to downloading gem metadata.
* `gem install --force` now ignores network errors too.
* `gem pristine` now rebuilds extensions.
* `gem update --system` now works on virgin Apple ruby.
* Gem::RemoteFetcher handles Errno::ECONNABORTED.
2008-04-13 06:01:59 +00:00
jlam
841dfa0e7a Convert to use PLIST_VARS instead of manually passing "@comment "
through PLIST_SUBST to the plist module.
2008-04-12 22:42:57 +00:00
wiz
74e2ed6add + tellico. 2008-04-12 10:59:47 +00:00
wiz
e000a8b16a Import tellico-1.3.1 as misc/tellico.
Tellico is a KDE application for organizing your collections. It
provides default templates for books, bibliographies, videos, music,
video games, coins, stamps, trading cards, comic books, and wines.

Tellico allows you to enter your collection in a catalogue database,
saving many different properties like title, author, etc. Two
different views of your collection are shown. On the left, your
entries are grouped together by any field you like, allowing you
to see how many are in each group. On the right, selected fields
are shown in column format, allowing you to sort by any field. On
the bottom is a customizable HTML view of the current entry. The
entry editor is a dialog box where you enter the data.
2008-04-12 10:59:26 +00:00
wiz
0b80cd27ac Set HOMEPAGE to the official gok homepage instead of the standard gnome one. 2008-04-09 22:40:19 +00:00
hira
6487982211 Fix `test =='. Pointed out by wiz@. 2008-04-09 09:03:59 +00:00
joerg
4e8dc286a5 Fix DESTDIR. 2008-04-07 17:39:50 +00:00
hira
d801aeed4e Update to 2.4.0.
New features:
  General
    * Connect to WebDAV servers via HTTPS
    * Custom icons for toolbars are imported
    * Control password-storing with a master password
    * Warning if document is from a newer ODF
    * PDF documents: relative links, document references, PDF/A-1
      (ISO 19005-1) supported, and cross-document link behavior options
    * Mac OS X: Quicktime support for movies and sound / use the built
      in spell checker
    * Print dialog improvements in usability
    * Edit boxes: warning at limit of characters
    * DejaVu font is now default instead of BitStream Vera

  Localisation
    * Entries for 10 languages added

  Base / DBA
    * Improved rendering of numeric(n) data from JDBC and Oracle
    * Easier choice of table name in "Copy table"
    * Editing of views in HSQLDB
    * Query designer for all properties which allow SQL command
    * Query designer in SQL view
    * Relation design accessible for MySQL databases
    * Setting to check for required fields on forms
    * Support for Access 2007 (.accdb files)

  Calc
    * Convert text to columns: with this feature CSV data inside cells
      can be transformed into columns directly
    * Columns and rows in spreadsheet can be moved with drag and drop
    * Enter key returns to the column where the input started, one row
      below
    * Formula input: "+" and "-" can also be used to start
    * Individual zoom level per sheet
    * AutoFilter: choices clearer grouped and based on result of
      filtering in other columns
    * DataPilot: Manual Sorting / Double-click in DataPilot cell
      provides calculation data of that cell
    * Performance improvement with functions VLOOKUP and MATCH
    * Print dialog for Calc easier to use
    * PageUp and PageDown keys work in print preview
    * Sheet names in cell-hyperlinks: renamed properly

  Chart
    * Regression curves: The equation of trend lines and the R^2 value
      now can be displayed
    * Reverse axes possible
    * Bars on different axes displayed next to each other
    * Data labels: Number format
    * Data point label: display both value and percentage
    * Data label: display each part in a separate line
    * Data labels: more flexible placement of labels
    * Labels on pie segments: avoiding overlapping
    * Data point label: can be removed with delete key

  Draw
    * Navigation (tab) order of page objects
    * PDF export: page names as bookmark
    * Reduce complexity: no longer necessary display options removed

  Impress
    * Navigation (tab) order of page objects
    * Thrilling 3D effects in slide transitions
    * Export slide names as PDF bookmarks
    * Easier to insert background picture

  Writer
    * Selecting rectangular region of text
    * Find and Replace: backward references in regular expressions
    * Spell checking: easier selecting of the language
    * Insert&Insert Object toolbar redesign - Writer
    * Printing of hidden text can be turned on
    * Printing text place holders can be turned off
    * Shortcuts added for paragraph style Heading 4, Heading 5 and
      Textbody
    * Ctrl-click behaviour for hyperlinks can be changed
    * Custom document properties: Text fields and UI support

  Extensions/ programmability / API
    * Extensible Help System for extensions
    * Extensions can have a separate display name
    * Extensions: support of web based update
    * Extensions: additional information about the publisher and
      release notes
    * Extensions: check for updates
    * Dialogs can have a wallpaper set
    * Transparent background for controls
    * Remote control presentations via API
    * API: get selected table(s) or query(s) in the main Base window

Please see the following URL for more information.

  http://development.openoffice.org/releases/2.4.0.html
2008-04-07 16:24:51 +00:00
tonnerre
317771a665 Include curses header for screen configure script when testing tgetent
in order to prevent crash on 64-bit architectures. Otherwise the result
of termcap/terminfo detection is wrong, causing the infamous "bad format 'p'"
messages, or "OOPSOOPSOOPS" when SSHing from MacOS.
Fixes PR 33808
Approved-by: joerg
2008-04-04 21:09:16 +00:00
jlam
6973294f00 Add and enable new ruby-* packages. 2008-04-04 15:33:05 +00:00
jlam
c2cf0ebfbd Initial import of ruby18-transaction-simple-1.4.0 as
misc/ruby-transaction-simple.

Transaction::Simple provides a generic way to add active transaction
support to objects.  The transaction methods added by this module will
work with most objects, excluding those that cannot be Marshal-ed
(bindings, procedure objects, IO instances, or singleton objects).
2008-04-04 15:20:13 +00:00
jlam
103ec37cf4 Initial import of ruby18-launchy-0.3.1 as misc/ruby-launchy.
Launchy is helper class for launching cross-platform applications in
a fire and forget manner.

There are application concepts (browser, email client, etc.) that are
common across all platforms, and they may be launched differently on
each platform.  Launchy is here to make a common approach to launching
external application from within Ruby programs.
2008-04-04 15:20:05 +00:00
jlam
37978aadc8 Update ruby-gem_plugin to version 0.2.3. Changes from version 0.2.2
include:

- Turn into a signed gem.
2008-04-04 15:20:01 +00:00
jlam
e01e26a3ae Update ruby-daemons to version 1.0.10. Changes from version 1.0.8 include:
+ Install as a Ruby gem.

- Fixed a severe bug in the new Pid.running? function: function returned
  true if the process did not exist.

- By default, we now delete stray pid-files (i.e. pid-files which result for
  example from a killed daemon) automatically. This function can be
  deactivated by passing :keep_pid_files => true as an option.

- All pid files of :multiple daemons new get deleted correctly upon
  exit of the daemons.

- Use the signal 'KILL' instead of 'TERM' on Windows platforms.

- Use exit! in trap('TERM') instead of exit when option :hard_exit is given.

- Did some clarification on the exception log.
2008-04-04 15:19:57 +00:00
jlam
597f7c6faa Initial import of ruby18-configuration-0.0.5 as misc/ruby-configuration.
configuration.rb provides a mechanism for configuring Ruby programs
with Ruby configuration files.
2008-04-04 15:19:51 +00:00
heinz
6e79eb06d8 Updated to version 2.18.0.
This update includes changes to adapt to eBay's new bid history page
(now encoded in UTF-8).

Pkgsrc changes:
  - none

Changes since version 2.17.1:
=============================
2008-04-02
	* Fixed bug 1932025: Can't convert price.
	* Fixed bug 1930772: Can't convert price.

2008-03-16
	* Fixed bug 1915400: sign in request during pre-bid.

2008-01-17
	* Fixed bug 1869454: Fails with Time ramining: -- (0 seconds).
	* Fixed bug 1823864: Captcha on bid history.
	* Fixed bug 1861822: crash parsing watch list.
	* Fixed bug 1849113: Failed to make bid when using bid assistant

2007-11-22
	* Fixed bug 1835531, segfault on bid history.

2007-10-23
	* Fixed bug 1818692, get srcId ViewItem when bidding on closed auction.
2008-04-02 21:25:25 +00:00
jlam
0d212600d5 Set up the shell environment before calling ``gem'' during the extract
phase.  Also set TZ to null to prevent timezone differences from
affecting the printing of the "date" field during the extraction of
the gemspec file.
2008-03-31 15:47:44 +00:00