Commit graph

3268 commits

Author SHA1 Message Date
joerg
01b08c16bf Make wildcard pattern more wild. Bump revision. 2007-05-20 17:10:14 +00:00
gdt
8e0d83156f Use guile 1.6 instead of 1.4.
Add two patches for modern compilers/usage (unrelated to guile, probably).
PKGREVISION++.
2007-05-16 18:40:12 +00:00
gdt
e310d0d051 add:
MAKE_JOBS_SAFE=		no
2007-05-13 00:55:14 +00:00
ghen
2793a637c1 Bump PKGREVISION for major www/firefox upgrade. 2007-05-12 14:05:54 +00:00
seb
595bd79e99 Add & enable basket 2007-05-10 21:06:58 +00:00
seb
e8b73ff072 Initial import of basket version 1.0.2 into The NetBSD Packages
Collection.

BasKet is a multi-purpose note-taking KDE application that helps
you to easily take all sort of notes, collect research results and
share them, centralize your project data and reuse it, quickly
organize your thoughts in idea boxes, keep track of your information
in a smart way, make intelligent To Do lists, and a lot more...
2007-05-10 21:04:27 +00:00
wiz
4ef97d19c6 Add PRINT_PLIST_AWK magic for plugins dir. 2007-05-05 17:05:43 +00:00
wiz
27275c251b Update to 0.4.0:
goffice 0.3.9:

Jean:
	* Add support for cubic splines.
	* Fix graph rendering on big endian machines. [#432532]

--------------------------------------------------------------------------
goffice 0.3.8:

Emmanuel:
	* Fix alignement of rotated axis labels. [#343507]

Morten:
	* Add preconditions to text combo widget's API functions.
	* Unicode-normalize regexps patterns.
	* Improve character set guesser.  [#401588]
	* Fix format selector crash.  [#431256]

--------------------------------------------------------------------------
goffice 0.3.7:

Emmanuel Pacaud:

	* Fix calls to g_object_class_install_property. [#172866]
	* Show a complete dash sequence for sample lines in legends. [#404819]
	* Fix persistence of legend position. [345836]
	* Only round width of sharp line. [#403403]
	* Add more line styles

Morten:
	* Fix UTF-8 problem in format preview.
	* Separate the format selector from format internals.
	* Total rewrite of number formatting.
	* Fix potential memory corruption in format dialog.
	* Make space-filling in formats use thinner spaces when
          available.  [#163438]
	* Remove embedded PCRE.
	* Improve axis labeling.  [#413660]
	* Simplify formats that yield "n\pi/1".  [#417981]

--------------------------------------------------------------------------
goffice 0.3.6:

Jody:
	* Avoid cairo assertion when rendering a 0 sized view. [#397679]

Morten:
	* Generalize number formatting.
	* Simplify format widget a bit.
	* Implement go_strtod and go_strtold.
	* Fix marshalling of pango formats with strikethrough set.
	* Make the GOFormat type private.
	* Extract go-locale.[ch] from go-format.[ch]
	* Fix UMR.

--------------------------------------------------------------------------

goffice 0.3.5:

Emmanuel Pacaud:
	* Fix legend where there's no element to display. [#382354]
	* Fix legend when reordering plots. [#382663]
	* Fix markers in PDF and PS export.

Jody:
	* Make the GogStyle sax parser usable by outside objects.

Morten:
	* Improve number formatting.

--------------------------------------------------------------------------

goffice 0.3.4:

Morten:
	* Handle formats like "dd.mm.yyyy".

J.H.M. Dassen (Ray):
	* Cleanup g_free calls.  [#369662]

--------------------------------------------------------------------------

goffice 0.3.3:

Morten:
	* Fix combo sizing problem.  [#362704]
	* Fix Save problem.  [#365115]
	* Detect more date/time formats.  Part of [#370183]

--------------------------------------------------------------------------

goffice 0.3.2:

Dom:
	* Fixes for usage with gtk 2.6.

Jon Kåre:
        * Use info from gdk-pixbuf to convert from MIME type to image
	  format.
        * Fix bug which hid file save format selector .
        * go_gtk_file_sel_dialog no longer unhides all hidden widgets
	  when displaying dialog.

Morten:
	* Handle errors while loading images better.

--------------------------------------------------------------------------
goffice 0.3.1:

NOTE : This is a _DEVELOPMENT_ release.  Please use the 0.2.x series for
	production systems.  The api/abi in 0.3.x is expected to change without
	notice until 0.4.0.

Emmanuel Pacaud:
	* Composite graph image onto white background when exporting to
	formats that don't support alpha channel [#339126].
	* Add support for background stripes.
	* Add radian and grad unit support for polar plots.
	* Add rotation support for polar plots.
	* Fix display of log axis minor ticks [#341880].
	* Add new ?pi/? format, mainly for polar plot use.
	* Fix bar/col plots when using log scale.
	* Fix a crash when polar plot width or height == 0 [#349238].
	* Swith to cairo renderer [#314211] [#310322].
	* New pattern, gradient, color and line selectors [#152673].

Ivan Wong :
	* [Win32] Add the attribute GO_VAR_DECL for public global
	variable so that public header files are now compatible with
	MSVC.

Jean Brefort:
	* Add a half pie plots.
	* Allow to chose an interpolation type for each series in
	scatter plots.
	* Implement vertical box-plots. [#358153]

Morten:
	* Make text combos work in overflowed toolbars.  [#157901]
	* Avoid CRITICALs on formatting invalid dates.
	* Fix rendered for non-Cairo case.  [#341999]

--------------------------------------------------------------------------

goffice 0.3.0:

NOTE : This is a _DEVELOPMENT_ release.  Please use the 0.2.x series for
	production systems.  The api/abi in 0.3.x is expected to change without
	notice until 0.4.0.

Emmanuel Pacaud:
	* Add initial support for moving objects by mouse.
	* Add a resolution setting in image export file chooser.
	* Add support for PDF and PS export of graphs when using cairo
	renderer.
	* Add gtk-doc support.
	* Improve legend layout by making swatch size proptional to font
       	size.
	* Improve dialog for manual position of dialog.
	* Fix baseline for area plot and histogram when using a log axis.
	* Implement stretched image pattern in cairo renderer.
	* Fix axis label position.
	* Improve scientific format, add an engineering mode and a
	special format with markup for display of exponent as
	superscript (e.g. 10²) (Currently only used by graph engine when
	using cairo renderer).

Ivan Wong :
	* [Win32] Only export symbols which are in the public headers.
	  [#307356]

Jean Brefort:
	* Add a new components system to embed data from other
	applications.
	* Add Histograms.
	* Add regression curves to histograms and line plots.
	* Add power regressions.
	* Add moving average trend curves.
	* Fix use of invalid data in scatter plots. [#334697]

Jody:
	* Some cleanup towards supporting --without-gtk.

Morten:
	* Fix translation problems causing crashes in the character set
	  selector for people not using UTF-8.
	* Add and fix gog-object preconditions.  [Part of #321678]
	* Handle problem with fraction formats for very large values.
          [Debian 340463]
	* Fix problem with colons in filenames.  [#322799]
	* Use system libpcre when available, sufficiently recent, and
	  properly compiled with UTF-8 support.
	* Plug leak.
	* Handle problems with formats containing "ss." but no more.
	* Fix plugin deactivation.  [#336742]
	* Improve fraction format handling.
	* Fix format problem for [$curr].
	* Implement tooltips for text combos.  [#339122]
2007-05-05 00:33:43 +00:00
wiz
0aab238e7a Add and enable goffice0.2. 2007-05-05 00:18:11 +00:00
wiz
730c08f4c8 Reimport of misc/goffice as misc/goffice0.2, to make space for newer
goffice version (old and new don't conflict).
Change PKGNAME to goffice0.2 too.
Adapt PLIST so that shared directories (with goffice-0.4.x) are not
removed unconditionally.
2007-05-05 00:17:44 +00:00
minskim
b66adb0335 Update ruby-gem_plugin to 0.2.2.
Only change is a minor tweak to handle a small change in rubygems.
2007-04-27 19:57:53 +00:00
minskim
dad6ee1172 Update ruby-daemons to 1.0.5.
Changes:
* Applied patch that causes daemons to use '/var/log' as logfile
  directory if you use :dir_mode = :system (thanks to Han Holl).
* Daemons should now work with Ruby 1.9 (at least the basic features).
2007-04-27 19:45:07 +00:00
minskim
f794d9ad07 Make REPLACE_FILE_PAT more restrictive not to attempt to modify
non-ruby files.  This makes the package build on Darwin.
2007-04-27 19:31:08 +00:00
tnn
60b9dd9dca Forgot patches related to less-394:
o patch-ab was merged+removed.
o patch-ac was added, bring in coverity fix from netbsd-current.
2007-04-25 18:10:17 +00:00
tnn
c6124d7415 Update to less-394. Major changes since less-382:
o Add history file to save search and shell command history between
  invocations of less.
o Improve behavior of history list for search and shell commands.
o Add -K (or --quit-on-intr) option to make less exit immediately on ctrl-C.
o Improve handling of UTF-8 files and commands, including better
  line wrapping and handling double-width chars.
o Added LESSUTFBINFMT environment variable to control display of
  non-printable characters in a UTF-8 file.
o Add --with-secure option to configure, to make it easier to
  build a secure version of less.
o Show search matches in the status column even if search highlights
  are disabled via the -G option or the ESC-u command.
o Improve performance when the file contains very long lines.
o Add "windows" charset.
o Add man page for lessecho.
o Add support for erase2 character, treated same as erase.
o Use ASCII lowercase/uppercase logic when operating on the command line.
o Update makefile for Borland C++ 5.5.1.
o Fix bug in calculating number of pages for %D prompt.
o Fix bug in handling tag file error.
o Fix obscure bug if input file is deleted while viewing help.
o Fix bug handling filenames which include square brackets.
o Fix possible buffer overflow in "global" tag search.
o Fix possible buffer overflow in usage of LESSOPEN and LESSCLOSE.
o Fix buffer overflow in reverse search.
2007-04-25 18:06:51 +00:00
minskim
aa75317196 Update rubygems to 0.9.2.
Major changes since 0.9.0:
* RubyGems no longer allows installation of files outside the gem directory
* #require_gem will now print a warning, use #gem instead
* RubyGems now requires ruby 1.8.2 or greater
* RubyGems is -w clean
* The "unpack" command now works properly.
* User name and password are now passed properly to the authenticating
   proxy when downloading gems.
2007-04-23 03:21:04 +00:00
hira
8f7e63a1fc - Fix hang when clicking the systray icon.
- Restore sensitivity of the systray menu when closing the open dialog.
 - Add missing two scripts and a symbolic link.

Bump PKGREVISION.
2007-04-22 23:15:24 +00:00
obache
e2b847c5cd Site for patch moved. 2007-04-22 12:59:12 +00:00
heinz
ce93774a2a Made pkgsrc stop complaining about non-existing interpreter "/bin/false".
We have no variable in pkgsrc for the "false" program located in the
filesystem which we could use with REPLACE_INTERPRETER; most definitions
in mk/tools/tools.*.mk refer to the builtin shell command.
Anyway, being able to run a script with the "false" program _really_
doesn't make much sense.
2007-04-22 09:25:24 +00:00
heinz
abd6054c1c Added DESTDIR support. 2007-04-22 09:04:54 +00:00
hira
169fe0b76f - Support multiple lang-* options.
- Set X11_LDFLAGS via configure.
 - Add missing MESSAGE file (from misc/openoffice).
 - Remove extra $NetBSD$ and trailing white space from patch-ch.

NOTE: Currently, you need 400MB free disk space per one lang-* option.
2007-04-21 05:40:27 +00:00
hira
85375b0345 Support `kde' option. It's disabled by default. 2007-04-20 14:44:11 +00:00
wiz
d21f432b02 Update to 2.18.1:
===================================================================
GNOME Utilities 2.18.1 (14th April 2007) - "Sound of Silver"

    * Second stable release of the 2.18 cycle

Baobab
Dictionary
Floppy
Screenshot
Search Tool

    * Nothing

System Log Viewer

    * Fix bug #364106 (and countless duplicates) - crash in System
      Log: string_get_date_string() at logrtns.c:136. [Jan Arne Petersen]

Translations Updates By:

    * Peter Bach (da)
    * Pema Geyleg (dz)
    * Claudio Saavedra (es)
    * Inaki Larranaga Murgoitio (eu)
    * Ignacio Casal Quinteiro (gl)
    * Leonardo Ferreira Fontenelle (pt_BR)
    * Baris Cicek (tr)
2007-04-19 21:39:59 +00:00
martti
ff4e3e305b intltool and pkg-config are defined in meta-pkgs/xfce4/Makefile.common 2007-04-17 17:45:06 +00:00
wiz
cc5e4b081a Update to 1.13:
* 1.11:
		+ now xCHM can parse binary TOC trees, if available.
		+ now xCHM can retrieve data from the binary index, if
		available.
		+ fixed random printout font size problem.
		+ fixed Win32 logo loading problem.
		+ added a progress bar for CHM loading.
		+ fixed TOC tree append bug.
		+ added "Save link as.." item to the context-sensitive
		right-click menu.
		+ fixed special HTML characters in TOC/index links bug.
		+ fixed relative links in TOC/index bug.
		+ fixed TOC sync with the currently loaded page bug.

	* 1.12:
		+ actually using the binary index code.
		+ fixed the search results links.
		+ fixed lost Unicode character translation for the TOC and
		index entries.
		+ updated Polish translation.
		+ fixed index display for non ASCII encodings.
		+ CHM localization bugfixes.

	* 1.13:
		+ fixed CHMLIB link in the splash page.
		+ fixed special character languages index for wxGTK 2.6.
2007-04-16 23:25:52 +00:00
wiz
7203beaf2c Update to 2.18.1:
=====================
deskbar-applet 2.18.1
=====================

Updated Translations:


=====================
deskbar-applet 2.18.0
=====================

Changes:
        * Bugfix 354391: bump autoconf required to 2.60, fixes empty DATA_DIR.
        * Bugfix 386495: Include abstract in documentation, fixing build break.
        * Bugfix 389984: Stale env-vars after login, logout, login.
        * Bugfix 394302: only searches the first word in the query.
        * Bugfix 394461: some handlers don't handle whitespace correctly.
        * Bugfix 394734: Invalid Util.get_proxy() call.
        * Bugfix 397838: history matches now sorted by last use.
        * Bugfix 398255: .gtk-bookmarks should be a file and not a directory.
        * Bugfix 399217: Crash when dragging a handler already in its directory.
        * Bugfix 399853: fixed deprecated D-Bus usage.
        * Bugfix 399855: use pygtk_version, not gtk_version.
        * Bugfix 402274: don't delete categories on unload.
        * Bugfix 408103: typo in the proxy detection code.
        * Bugfix 409088: importing gnomeapplet in configure can break the build.
        * Bugfix 410586: crash in Deskbar: Opening a file through it.
        * Bugfix 411209: filenames with spaces in not opened.
        * Fixed deskbar disappearing every now and then.
        * Fixed Entry UI not disappearing when clicking outside the popup.
        * Fixed Window-Switch when the workspace has no 'activate' attribute.
        * Fixed X-grab bug in the entriac view.
        * Remove elementtree dependency, we don't use it.
        * Update the website, authors and stuff in the about section.

Contributors to this release: Elijah Newren, Kjartan Maraas, Mikkel Kamstrup
Erlandsen, Nigel Tao, Raphael Slinckx, Sebastian Polsterl, Tom Parker.

Updated Translations:

=====================
deskbar-applet 2.17.5
=====================

Changes:
        * Build fixes
        * Improve the accelerator entry. Patch by Sebastian Polsterl.
        * Remove google-live from the Makefile.am
        * Resurrect the new-stuff-manager support. It is optional, and nothing changes if the new-stuff-manager isn't available to the user.
        * Prevents binding of keys a-z and shit-a-z.
        * Fixes hotkey unbinding. Patch by Manuel Muradas <manuel_muradas@speedy.com.ar>. Fixes bug #346749 and a huge number of issues related to hotkey unbinding.
        * Add opened files to recent manager in GTK 2.10. Patch by Robert Bradford <robster@debian.org>. Closes bug #383051.
        * Fixes bug #382125.
        * close the popup when the focus is taken away (see #367632)
        * Fixes bug #364602. Patch by Glynn Foster <glynn.foster@sun.com>
        * Fixes bug #358854. Patch by Martin Schanzenbach <mschanzenbach@gmail.com>
        * Removed unused galago plugins
        * Fix bug #390358. The watcher attribute is checked before being called
        * Refresh some of the env variables
        * Fixe bug #388802 . Add a trycatch before parsing ephy history file
        * Remove google-live.py from the translatable files. Fix bug #388422 and any other bug related gnome.url_show, by showing an error box.
        * Remove the google live handler since they do not offer the api key anymore. fixes bug #385258
        * Don't return non-executable files found in PATH in is_program_in_path(). This closes bugs #390369 and #385087.
        * Fix multiple iterations over same bookmark sets (not user visible).
        * Add support for Firefox 2.0 search engines.
        * Add an optional  named parameter "pixbuf" to the Match base class constructor
        * Bump to 2.17.5

Contributors to this release: Raphael Slinckx, Rob Bradford, Mikkel Kamstrup Erlandsen, Sebastian Polsterl, Manuel Muradas, Glynn Foster, Martin Schanzenbach

=====================
deskbar-applet 2.17.3
=====================

Changes:
	* Fix opening file that have been deleted by opening parent dir
	* added missing header files to pass code check tests.
	* Close bug #368576, add encoding description to About.py
	* Add translation for categories. the gettext call was missing
	* Workaround bug #366973, if opening a file fails because it is executable or for any other reason, open the parent directory instead
	* Fixes bug #375987 missing translated file
	* Fixes #355278 Making strings to appear translated.

Contributors to this release: Raphael Slinckx, Francisco Javier F. Serrador, Rodrigo Moya

=====================
deskbar-applet 2.17.2
=====================
Released 2006-11-07.

Changes:
	Fix the closing of popup window with f4 causing a lot of errors.
	Merge Sebastian Pölsterl's Drag-and-Drop work.
	bug #353428, fails to open a file with national characters in its name.
	ModuleInstaller.install returns a value when installing a local .py.
	bug #339426, New recent files handler.
	Fix typo in google-live handler
	bug #353691, disable high-CPU handlers for the default settings
	bug #354953, crash when parsing a non-standard accelerator string
	bug #355573, crash on self.ui when gconf has a weird value in it
	bug #355947, crash on parsing malformed mozilla bookamrks
	bug #356893, crash when a pixmap is None instead of an actual image
	bug #358298, markup in url cause web_address to crash
	bug #359522, crash when gconf isn't used for browser detection code
	bug #359568, crash when dealing with gnomevfs drives==none
	bug #355687, crashing on buggy middle clicks
	bug #353081, crash in Deskbar: Enabling beagle live plugin

Contributors to this release: Raphael Slinckx, Mikkel Kamstrup Erlandsen,
Sebastian Pölsterl, Callum McKenzie.

Updated Translations:
2007-04-15 08:53:40 +00:00
wiz
7614c3c7e3 Update to 1.2.3. Changes from NEWS:
What's new in GOK 1.2.1?
	* libusb support! (see README.libusb) Thanks Ben Konrath!

	* Ubuntu crasher fixed! Thanks Bill!

	* Bugfixes include: 334273. 350356, 394511, 395040, 159027

	* Updated translations.
2007-04-12 22:43:51 +00:00
martti
cc3a1b98db Updated to Xfce 4.4.1
See http://www.xfce.org/documentation/changelogs/4.4.1 for details.
2007-04-12 09:55:08 +00:00
hira
4e448ccb19 Fix "test ==". Pointed out by veego@ in private e-mail. 2007-04-12 05:28:08 +00:00
drochner
240a0d6e9e update to 2.18.1
This moves this pkg to the new stable gnome branch, too much to list here.
2007-04-11 18:26:27 +00:00
drochner
5adc50219d update to 2.18.0
This moves this pkg to the new stable gnome branch, too much to list here.
2007-04-11 18:05:07 +00:00
wiz
90f04856b9 Update to 2.18.1:
Version 2.18.1
--------------
* Updated translations:
  pt_BR   (Leonardo Ferreira Fontenelle, Vinicus Pinheiro)
  fr      (Claude Paroz)
  pa      (alam)
2007-04-11 06:32:26 +00:00
heinz
cc31047066 Updated to version 2.16.1.
Pkgsrc changes:
  - Added support for DESTDIR.

Relevant changes since version 2.15.0:
======================================

        * Added captcha error.
        * 2.16.1 released.

        * 2.16.0 released.
        * Add support for bid history without bidder name
        * Added note about requirement for default column order with -m option.
        * Fixed buyer & bidding history bug (need to skip over buyer history).
        * Fixed problem with bug reports.  HTTP buffer sometimes overwritten
          by version number.
        * Fixed myItems (-m) option.  eBay change tableName to "Id"
        * Fix handling of URL escapes in username.
2007-04-09 18:44:58 +00:00
wiz
318b29d401 Update to 2.18.0:
Version 2.18.0
--------------
* Updated User Guide (Joachim Noreiko, Chris Fox, Luca Ferretti)
* Updated translations:
  it     (Luca Ferretti)
  sv     (Daniel Nylander)
  pt_BR  (Jonh Wendell, Leonardo Ferreira Fontenelle, Pedro de Medeiros, Raphael Higino)
  fr     (Christophe Bliard)
  ar     (Khaled Hosny)
  en_GB  (David Lodge)
  pa     (A P S Alam)
  es     (Francisco Javier F. Serrador)

Version 2.16.1
--------------
* User Guide
  Better wording for writing CDs (Chris Wagner)
  - New Translations:
    sv: Daniel Nylander
  - Updated Translations:
    it: Luca Ferretti
* Accessibility Guide
  - New Translations:
    sv: Daniel Nylander
  - Updated Translations:
    es: Francisco Javier F. Serrador
    it: Luca Ferretti
*System Administration Guide
  - New Translations:
    sv: Daniel Nylander
2007-04-09 09:49:15 +00:00
wiz
f7e4ce14e6 Update to 1.3.10:
2007-03-25  Heikki Orsila
	* Version 1.3.10
	- Added an option (-c) for remote programs to monitor sfv checking
	  more easily
	- MinGW fixes

2007-03-25  Heikki Orsila
	- Added -c option to force progress and final resolution prints
	  to stdout. See the man page.

2006-07-01  Heikki Orsila
	- Merged experimental support for MinGW build process from
	  Yar Tikhiy. I did some modifications
	  to the patch submitted by Yar and did not test the result,
	  so expect this doesn't work yet.
	- Fixed MinGW OS recognition in configure script (hopefully
	  works this time)
2007-04-08 18:07:52 +00:00
ghen
7bc97324e3 Update to 2.2.0, ok with wiz during freeze.
Release Notes:
 http://development.openoffice.org/releases/2.2.0.html

Changes:
 - Fix CVE-2007-0002, CVE-2007-0238, CVE-2007-0239.
 - field lengths of bibliography database changed.
 - UTF-8 encoding for dBase databases.
 - "Edit in SQL View..." command for database queries.
 - forms: date and time fields do not default to "Today" and "Now" anymore.
 - query/relation design: visual marker indicating the type of table/query.
 - advanced database setting: "Use keyword AS before table alias names".
 - Annoying focus behavior of OOo was fixed.
 - scaling in spadmin page property page deleted.
 - Additional options for pdf export.
 - Desktop-Integration package for slackware.
 - Show/Hide Slide menu entry split into two entries.
 - Support for NetBSD, Linux 64 bit, Linux SPARC in TestTool Environment.
 - New behavior of "Insert - Sheet From File".
 - Import MS Excel files with PivotTables based on external data.
 - Insert/Delete Note in cell context menu.
 - some UNO Remote Protocol (URP) changes.
 - Extension Dependency OpenOffice.org-minimal-version.
 - Export COT, ACOT, COTH, and ACOTH to MS Excel files.
 - System integration for extensions.
 - Online Update for Extensions.
 - Localization of UNO Dialogs.
 - OOo no longer generates sensitive UUIDs.
 - Autokerning enabled by default.
 - CVS import dialog for unformatted clipboard text.
 - Ordinal suffix in AutoFill.
 - simple protocolhandler add-on support in uno-skeletonmaker.
 - Autokerning enabled by default.
 - Create Tango icon set for OO.o.
 - Add localisation support to UNO dialogs and IDE Dialog Editor.
 - extend add-on support in the uno-skeletonmaker.
 - Upgrade icu to latest version.
 - Implement an optional help section in the ObjectInspector.
 - additional PDF export features
 - makes localize.sdf files optional.
 - Add/update Slovenian templates for 2.1.
 - update of icons.
 - changes for soffice script.
 - implement shaped system windows.
 - Updates of OOo <-> ATK bridge.
 - #139464# use #REF! errors in formulas using cells from missing
   external linked sheets.
 - Tooling fixes for CWS and MWS handling.
 - Remove SISSL from module filter.
 - make the 'automatic update check' more consistent.
 - code only cws, adds infrastructure for vba interop project.
 - Prepare framework code to support inplace active objects that are
   not UIactive.
 - Some bugs, some very minor UNO runtime features.
 - Changed context menu (insert/delete note) for Calc cells.
 - new buildsystem features.
 - Improve line height compatibility on UNX platforms while keeping
   the layout backwards compatible.
 - Preparing installation of extensions in installation sets.
 - osl[in|de]crementInterlockedCount(): don't use "lock" prefix on
   single processor, single core, non HT machines.
 - Clean up obsolete files in binfilter.
 - Bug fixes.
2007-04-06 13:42:25 +00:00
hira
ba9f4d17f5 Add missing patches in previous commit. 2007-04-05 23:26:13 +00:00
hira
de554b326a Update to 2.2.0. OK'd by wiz@ for update during freeze.
Release Notes:
 http://development.openoffice.org/releases/2.2.0.html

Changes:
 - Fix CVE-2007-0002, CVE-2007-0238, CVE-2007-0239.
 - field lengths of bibliography database changed.
 - UTF-8 encoding for dBase databases.
 - "Edit in SQL View..." command for database queries.
 - forms: date and time fields do not default to "Today" and "Now" anymore.
 - query/relation design: visual marker indicating the type of table/query.
 - advanced database setting: "Use keyword AS before table alias names".
 - Annoying focus behavior of OOo was fixed.
 - scaling in spadmin page property page deleted.
 - Additional options for pdf export.
 - Desktop-Integration package for slackware.
 - Show/Hide Slide menu entry split into two entries.
 - Support for NetBSD, Linux 64 bit, Linux SPARC in TestTool Environment.
 - New behavior of "Insert - Sheet From File".
 - Import MS Excel files with PivotTables based on external data.
 - Insert/Delete Note in cell context menu.
 - some UNO Remote Protocol (URP) changes.
 - Extension Dependency OpenOffice.org-minimal-version.
 - Export COT, ACOT, COTH, and ACOTH to MS Excel files.
 - System integration for extensions.
 - Online Update for Extensions.
 - Localization of UNO Dialogs.
 - OOo no longer generates sensitive UUIDs.
 - Autokerning enabled by default.
 - CVS import dialog for unformatted clipboard text.
 - Ordinal suffix in AutoFill.
 - simple protocolhandler add-on support in uno-skeletonmaker.
 - Autokerning enabled by default.
 - Create Tango icon set for OO.o.
 - Add localisation support to UNO dialogs and IDE Dialog Editor.
 - extend add-on support in the uno-skeletonmaker.
 - Upgrade icu to latest version.
 - Implement an optional help section in the ObjectInspector.
 - additional PDF export features
 - makes localize.sdf files optional.
 - Add/update Slovenian templates for 2.1.
 - update of icons.
 - changes for soffice script.
 - implement shaped system windows.
 - Updates of OOo <-> ATK bridge.
 - #139464# use #REF! errors in formulas using cells from missing
   external linked sheets.
 - Tooling fixes for CWS and MWS handling.
 - Remove SISSL from module filter.
 - make the 'automatic update check' more consistent.
 - code only cws, adds infrastructure for vba interop project.
 - Prepare framework code to support inplace active objects that are
   not UIactive.
 - Some bugs, some very minor UNO runtime features.
 - Changed context menu (insert/delete note) for Calc cells.
 - new buildsystem features.
 - Improve line height compatibility on UNX platforms while keeping
   the layout backwards compatible.
 - Preparing installation of extensions in installation sets.
 - osl[in|de]crementInterlockedCount(): don't use "lock" prefix on
   single processor, single core, non HT machines.
 - Clean up obsolete files in binfilter.
 - Bug fixes.
2007-04-05 23:24:01 +00:00
joerg
c2295c9086 Fix a compilation issue. Still fails as regression test. 2007-04-04 18:07:16 +00:00
hira
53d1b13c06 Fix incorrect patches. 2007-04-02 01:25:49 +00:00
hira
ef8bf16581 Correct checksums. 2007-04-02 00:49:35 +00:00
hira
480b85baa6 Fix the following four vulnerabilities.
CVE-2007-0002: Multiple Vendor libwpd Multiple Buffer Overflow Vulnerabilities
 CVE-2007-0238: Manipulated StarCalc files can lead to arbitrary code execution
 CVE-2007-0239: Security Vulnerability in StarOffice/StarSuite URL Handler
 CVE-2007-1466: Multiple Vendor libwpd Multiple Buffer Overflow Vulnerabilities
                (splitted from CVE-2007-0002)

Fixes for CVE-2007-0238 and CVE-2007-0239 from OOo 2.2.
Fixes for CVE-2007-0002 and CVE-2007-1466 by external libwpd.
Bump PKGREVISION.
2007-04-01 23:50:59 +00:00
wiz
e0378cad3d Remove gkrellm1 and its dependencies from pkgsrc.
This has been replaced ages ago with gkrellm version 2.

No disagreement on pkgsrc-users.
2007-04-01 21:36:16 +00:00
wiz
0311c29598 Add some missing files to PLIST.
Add hicolor-icon-theme dependency for directories. Add a missing directory
to PLIST.

Bump PKGREVISION.

XXX: new files in PLIST should probably be installed somewhere else instead.
2007-04-01 09:32:49 +00:00
hira
cb4b8baff3 Disable firefox-gtk1, seamonkey and seamonkey-gtk1 options until
these are really supported.
2007-03-30 13:34:53 +00:00
wiz
22b5d69170 Improve HOMEPAGE link. 2007-03-25 05:46:58 +00:00
joerg
161c920c15 Prepare for switching to NO_MTREE=yes. 2007-03-24 19:21:18 +00:00
abs
0664e4216f update to kdepim-3.5.6nb2. fix build against updated pilot-link-libs - "http://websvn.kde.org/?view=rev&revision=633614" 2007-03-23 23:03:01 +00:00
hira
f539f761d3 Sort includes. 2007-03-23 14:18:51 +00:00
hira
244dc0d694 Explicitly include bl3.mk files of cairo and MesaLib.
This fixes build with modular X.Org.
2007-03-23 13:57:46 +00:00