Commit graph

71810 commits

Author SHA1 Message Date
jmmv
f6686c83a5 - glib2-2.6.0, pango-1.8.0, gtk2-2.6.0. 2004-12-24 10:14:10 +00:00
jmmv
7eee6f0f04 Note updates of glib2, pango, gtk2, gtk2-engines, metacity, gnome-themes
and gtk2-engines, addition of theme-dirs and removal of
gtk2-engines-industrial.
2004-12-24 10:13:04 +00:00
jmmv
318a75f888 Update to 2.6.0 due to gtk2 and gtk2-engines updates. 2004-12-24 10:10:56 +00:00
jmmv
5b3f798b2f Update to 2.8.2:
New/updated translations:

2004-10-28  Mohammad DAMT  <mdamt@bisnisweb.com>
       * id.po: Updated Indonesian translation

2004-10-17  Christophe Merlet  <redfox@redfoxcenter.org>
       * fr.po: Updated French translation.
2004-12-24 10:10:34 +00:00
jmmv
a3a7fa3911 Update to 2.8.8:
This is a stable release for Gnome 2.8.2.

Fixes
  * Correct the requested number of keycodes (Rob) [#155247]
  * Make the "showing desktop" mode be per-workspace instead of
    per-screen. (Elijah) [#142198]
  * Don't try to use an ARGB visual at all if the depth isn't
    32-bit. This caused major slowdowns with Composite
    enabled. (Anders)
  * Fix the modifier key breakage introduced by an Xorg
    change. (Soeren) [#151554]
  * Fix the alt-tab order--if the most recently used window is not
    focused, start alt tabbing with that window instead of the one
    after it (Elijah) [#156251]
  * Use only numbers from the Fibonacci sequence for micro version
    numbers at Havoc's request (thus the reason this is 2.8.8 instead
    of 2.8.7--2.8.4 and 2.8.6 were mistakes that didn't comply with
    this requirement)

Translations
  * da(Martin Willemoes Hansen), fr(Christophe Merlet, Baptiste Mille-Mathias)
2004-12-24 10:09:31 +00:00
jmmv
42764075cb Remove gtk2-engines-industrial: it has been merged into gtk2-engines. 2004-12-24 10:08:54 +00:00
jmmv
c17898619e Update to 2.6.0:
Overview of Changes in 2.6.0 (since 2.2.0)
==========================================
* Autogen.sh updates [ James Henstridge ]
* Pixbuf Engine Moved to GTK+ 2.6 [ Matthias Clasen ]
* Remove old Pixbuf, and Notif Sources [ Thomas Wood ]
* Add COPYING.GPL/COPYING.LGPL [ Thomas ]
* Rewrite/Cleanup Redmond95 Engine [ Andrew Johnson ]
* Replace Redmond95 Theme with Redmond Theme [ Andrew ]
* Revise Engine/Theme Build Layout [ Andrew/Thomas ]
* Add Crux Engine and Theme [ Andrew, Thomas ]
* Add HC Engine [ Andrew, Thomas ]
* Add Industrial Engine and Theme [ Andrew, Thomas]
* Add LightHouseBlue Engine and Theme [ Andrew, Thomas ]
* Add Mist Engine and Theme [ Andrew, Thomas ]
* Add Smooth Engine [ Andrew, Thomas ]
* Add ThinIce Engine and Theme [ Andrew, Thomas ]
* Improve Smooth/Redmond/Industrial Engines for RTL Locales [ Andrew ]
* Update README, add COPYING list of licences [ Andrew ]
2004-12-24 10:07:23 +00:00
jmmv
eb0c4759ca Enable theme-dirs. 2004-12-24 10:06:41 +00:00
jmmv
5af1578a10 Add and enable theme-dirs. 2004-12-24 10:06:24 +00:00
jmmv
5022e7bf74 Initial import of theme-dirs, version 1.0:
theme-dirs installs a set of shared directories used by GTK2+ (gtk2-engines)
and other GNOME packages (such as metacity and gnome-themes).  It is useful
to simplify PLIST handling in other packages.
2004-12-24 10:05:53 +00:00
jmmv
a83b4f3e5d Update to 2.6.0:
Overview of Changes from GTK+ 2.4.x to GTK+ 2.6.0
=================================================

* New widgets
  - GtkIconView
  - GtkAboutDialog
  - GtkCellView
  - GtkFileChooserButton
  - GtkMenuToolButton

* New cell renderers
  - GtkCellRendererCombo
  - GtkCellRendererProgress

* Changes in GtkFileChooser
  - Many tweaks to keynav and other behaviour

* Changes in GtkTreeView
  - Hover selection
  - Hover expand
  - Separators
  - Insensitive rows
  - Typeahead

* Changes in GtkComboBox
  - Allow trees in combo boxes
  - Hover selection
  - Hover expand
  - Separators
  - Insensitive rows
  - Scrolling

* Changes in GtkLabel
  - Rotated text
  - Ellipsisation
  - Dnd from selectable labels
  - Selectable labels in the focus chain
  - Obey the Pango backspace-deletes-character attribute

* Changes in GtkTextView
  - Rotated text
  - Obey the Pango backspace-deletes-character attribute

* Changes in Clipboard/Selection/DND handling
  - Selection ownerchip change notification
  - API to handle text, image and file targets
  - Support text/plain target
  - Support clipboard persistency
  - Support xdnd v5
  - Reduce clipboard timeout to 30 seconds

* Theming
  - Follow icon theme specification for directory locations
  - Themed window icons
  - Themed images in GtkImage
  - Allow themes to displace focus rectangles on click
  - Various new stock icons

* Window Manager interaction
  - Support do-not-focus-on-map hint
  - Support _NET_WM_USER_TIME

* gdk-pixbuf:
  - License information for image loaders
  - Disable loaders
  - Simple rotation
  - Make threadsafe

* Performance improvements
  - Increase chunk size for incremental selection transfers
  - Get rid of many PLT entries
  - Icon theme caching
  - Sync counter mechanism to speed up resizes
  - Reimplement GtkListStore on top of a splay tree
  - Fix algorithmic problems in GtkUIManager

* Win32-specific changes
  - Integrate IME input method module
  - Integrate ms-windows (Wimp) theme engine

* Other changes
  - API for HIG-conform dialogs
  - API for stock-like buttons
  - New init API based on GOption
  - Setting for alternative button order
  - Setting for modules to load
  - Integrate pixbuf theme engine
  - Change notebook tabs with the scroll wheel
  - Ellipsisation in GtkCellRendererText, GtkProgressBar, GtkStatusbar
  - Clean up abi and enforce list of exported symbols
2004-12-24 10:04:39 +00:00
jmmv
9048e016ed Update to 1.8.0:
Notable improvements in Pango since version 1.6 include:

* New script support: Lao, Sinhala, Syriac, Tibetan
* PangoRenderer, a base object holding the logic for rendering PangoLayout
  which was previously duplicated in many places.
* Transformed rendering support for the Xft backend
2004-12-24 10:03:54 +00:00
jmmv
5b309460ab Update to 2.6.0:
Overview of Changes from GLib 2.4.x to GLib 2.6.0
=================================================

* Major new APIs
  - GOption, a commandline option parser
  - GKeyFile, a parser/editor for the .ini like files
  - Functions to support the XDG basedir specification
  - Wrappers for common POSIX pathname functions to handle filename
    encodings consistently. On Windows, these use UTF-8.

* Miscellaneous new functions
  - g_filename_display_name() converts filenames in displayable UTF-8 strings
  - g_uri_list_extract_uris() splits uri lists
  - g_date_get_iso8601_week_of_year() gets ISO 8601 week numbers
  - g_log_set_default_handler() installs an alternate default log handler
  - g_get_language_names() obtains a list of applicable locale names
  - g_strv_length() calculates the length of NULL-terminated string arrays
  - g_win32_get_windows_version() determines the Windows version
  - G_GNUC_INTERNAL marks functions as non-exported
  - glib_check_version() checks the GLib version at runtime
  - g_debug() completes the family of logging functions

* Performance improvements
  - Optimize g_utf8_validate()
  - Optimize g_markup_parse_context_parse()
  - Reduce signal connection complexity from O(n) to O(1)
  - Get rid of many PLT entries for internally used exported symbols
  - Reduce code size by removing literal strings from g_return_if_fail()

* Other changes
  - On Windows, GLib functions that take file name arguments now require
    those to be in UTF-8. Functions that return file names return UTF-8.
  - Use higher precision for mathematical constants
  - Don't convert to/from UTF-8 in g_filename_to_uri/g_filename_from_uri
  - Support ll as printf format modifier for long long on all platforms
  - Clean up the ABI and enforce the list of exported symbols
  - Add a .pc file for using gmodule in libraries
  - Require ngettext
2004-12-24 10:03:27 +00:00
reed
e55de9f0ad Bump PKGREVISION and also bump the BUILDLINK_RECOMMENDED.libglade2
to latest, because it was never bumped before when one of its
NEEDED shared libraries was upgraded.
2004-12-24 08:04:26 +00:00
wiz
3bcb3ecb96 Bump PKGREVISION for aspell dependency update. 2004-12-24 04:32:54 +00:00
wiz
6ce5c4e88b Note updates of aspell and its dictionaries. 2004-12-24 03:21:04 +00:00
wiz
84cfffdcde Update to 0.51.0: changes unknown. 2004-12-24 03:15:29 +00:00
wiz
14517ac118 Update to 0.99f7.1: adapt to aspell-0.60 series. 2004-12-24 03:13:38 +00:00
wiz
e0abb4c3a7 Update to 0.51.0: changes unknown. 2004-12-24 03:12:16 +00:00
wiz
74ef9663a3 Update to 0.50.1.0: use nb instead of no language code; probably some other changes too. 2004-12-24 03:11:36 +00:00
wiz
98cf15f443 Update to 0.53.0: changes unknown. 2004-12-24 03:10:45 +00:00
wiz
556ca48852 Update to 20030222.1: adapt to aspell-0.60 series. 2004-12-24 03:09:17 +00:00
wiz
0870674428 Update to 3.5.0: changes unknown. 2004-12-24 03:08:39 +00:00
wiz
6020290a79 Update to 0.2.16.1: changes unknown. 2004-12-24 03:07:34 +00:00
wiz
a2110c8f67 Update to 6.0.0: adapt to aspell-0.60 series. 2004-12-24 03:06:43 +00:00
wiz
a258c2829e Update to 1.4.42.1: changes unknown. 2004-12-24 03:05:55 +00:00
wiz
406bff4931 Update to 20040614: adapt to aspell-0.60 series.
Mark as BROKEN because of bug in aspell-0.60+, see
http://sourceforge.net/tracker/index.php?func=detail&aid=1090342&group_id=245&atid=100245
2004-12-24 03:05:04 +00:00
wiz
d9b731724d Update to 20040130 version: adapt to aspell-0.60 series. 2004-12-24 03:03:46 +00:00
wiz
0bd1225bad Bump PKGREVISION for aspell update (and corresponding change in created
dictionaries).
2004-12-24 02:58:27 +00:00
wiz
398352ff8a Update to 0.60.2.
New in 0.60.2:

   * Added the `munch-list' command to the aspell utility.  The `munch'
     program in the `myspell/' directory will disappear in Aspell 0.61.
     The `munchlist' script will also likely disappear or be replaced
     when Aspell 0.61 is released since it doesn't work correctly
     anyway.

   * Several important bug fixes some of which rendered some non-English
     languages unusable.

   * Other minor changes.

New in 0.60.1.1:

   * Fix bug involving checking of capitalized word when affix
     compression is used.

   * Compile fixes.

   * Added an option to disable using the "wide" curses version in case
     it causes compile problems.

   * Minor manual updates

   * Avoided including some unnecessary files in the distribution.

New in 0.60.1:

   * Lots of compile fixes for various platforms.

   * Miscellaneous bug fixes.

   * Added Nroff filter thanks to Sergey Poznyakoff.

   * The default filter mode when in pipe mode is now nroff for
     compatibility with Ispell.

   * Added Texinfo filter.

   * Added a section detailing the differences between Ispell and
     Aspell.

   * Updated the section on thread safety.

   * Other miscellaneous manual changes such as updating the To Do and
     Authors section.

Changes since 0.50.5:

    * Added support for Affix Compression. Affix compression stores
    the root word and then a list of prefixes and suffixes that
    the word can take, and thus saves a lot of space. The codebase
    comes from MySpell found in OpenOffice. It uses the same affix
    file that OpenOffice (and Mozilla) use. Affix compression will
    even work with soundslike lookup to a limited extent.
    * Added support for accepting all input and printing all output
    in UTF-8 or some other encoding different from the one Aspell
    uses. This includes support for Unicode normalization. Aspell
    can now support any language with no more than 210 distinct
    characters, including different capitalizations and accents,
    _even if_ there is not an existing 8-bit encoding that supports
    the language.
    * Added support for loadable filters and customizable filter
    modes thanks to Christoph Hintermüller.
    * Enhanced SGML filter to also support skipping sgml tags such
    as "script" blocks thanks to Tom Snyder.
    * Added gettext support thanks to Sergey Poznyakoff
    * Reworked the compiled dictionary format. Compiled dictionaries
    now take up less space (less than 80% for the English language)
    and creating them is significantly faster (over 4 times for
    the English language).
    * Reworked suggestion code. It is significantly faster when
    dealing with short words (up to 10 times). Also added support
    for MySpell Replacement Tables and n-gram lookup. In addition,
    added basic support for compound words.
    * Manual has has been converted to texinfo format thanks to
    the work of Chris Martin.
    * Reworked the build system so that a single Makefile is used
    for most of the code.
    * All data, by default, is now included in `LIBDIR/aspell-0.60'.
    Also added a built time option to increment the major version
    number of the shared library. This should allow both Aspell
    version 0.50 and 0.60 to coexist. The major version number is
    _not_ incremented by default as Aspell 0.60 is binary compatible
    with Aspell 0.50.
	NOTE: this is not true for pkgsrc.
    * The code to handle dictionaries has been rewritten. Because
    of this support for the dictionary option `strip-accents' has
    been removed. In addition the `ignore-accents' option is
    currently unimplemented.
    * Lots of other minor changes due to massive overhaul of the
    source code.
2004-12-24 02:55:53 +00:00
wiz
306dd04a0e + File-Handle-Unget-0.16.2, SDL_gfx-2.0.13, amavisd-new-2.2.1,
amule-2.0.0rc8 [pkg/28762], crypto++-5.2.1 [pkg/28740],
  ettercap-0.7.2, eukleides-1.0.1 [pkg/28746], fluxbox-0.9.11
  [pkg/28736], gnupg-1.4.0 [wiz], graphviz-2.0, grepmail-5.3030,
  mathomatic-11.6, streamtuner-0.99.99, tiff-3.7.1 [reed],
  xeukleides-1.0.0 [pkg/28745].
2004-12-24 02:07:29 +00:00
wiz
0790de41c4 Note pan-gnome removal. 2004-12-24 00:44:51 +00:00
wiz
3862894c3f Remove ancient pan-gnome package because it has been vulnerable for a long time now.
Ok from rh, the maintainer.
2004-12-24 00:43:14 +00:00
reed
33a9d237d7 Add additional CATEGORY of "fonts" because pango is used
for rendering fonts.
2004-12-24 00:17:37 +00:00
reed
d809607734 Bump PKGREVISION and bump BUILDLINK_RECOMMENDED.wv.
I saw on one of my boxes:

libwv-1.0.so.2:
        libxml2.so.8 => not found

This was caused because I have wv-1.0.2nb1 which depends on
libxml2>=2.6.2.

libxml2 was later upgraded, but since we don't have recursive dependencies
(which is fine), the old and now missing libxml2 library was still good
enough for wv. (I saw this because I updated libxml2 in place without removing
packages that depend on it
2004-12-24 00:14:45 +00:00
reed
d59acceaec Add a BUILDLINK_RECOMMENDED.libglade2 for at least 2.3.6nb1.
The BUILD_DEPENDS dates back to September and so
libglade shared libraries from then need old (no longer existing)
libxml, pango, and gtk2 libraries.

I noticed this when installing packages on a machine that already had
the (what it thought was) correct dependencies.
2004-12-24 00:09:06 +00:00
ben
557702d486 re-generate 2004-12-23 23:38:58 +00:00
jmmv
77acc28001 Add rw locale, initially used by GTK+ 2.6.x. 2004-12-23 22:42:08 +00:00
jlam
ece02e2794 Add missing locale file. 2004-12-23 22:18:35 +00:00
darcy
c6623e7fcd This package builds fine with the latest version of Python. 2004-12-23 21:54:25 +00:00
rh
577997f045 Note update of skype to 0.93.0.3 2004-12-23 20:50:24 +00:00
rh
9c3c1989b5 Update skype to 0.93.0.3. Changes include:
* feature: system tray alerts for contacts coming online,
               incoming calls, IM-s (configurable in Options)
    * feature: configurable/overridable resource directory
    * feature: "ringing" sound for caller
    * feature: incoming IM notifications (incoming im sound && typo on
               start page)
    * feature: call duration and time displaying
    * feature: tooltips in Contact List
    * change: send contacts error dialogs
    * change: accessing "Send Contacts" function
    * change: Contacts should be sorted in conference dialog
    * change: 'Add a contact' dialog behaviour
    * change: delete contact using Del key
    * change: renaming Contact - dialog behaviour
    * change: use DISPLAYNAME instead of FULLNAME in call list and
              elsewhere
    * change: Put active call on hold - missing dialog
    * change: Dismiss conference - missing dialog
    * change: new items to Help menu
    * bugfix: Gnome floating tray icon
    * bugfix: some buttons and functions should be disabled, if you have
              blocked someone
    * bugfix: Add a SkypeOut contact- ugly dialog window
    * bugfix: Information dialog is not correct when trying to send file
              to blocked user
    * bugfix: Receive a file - header is missing in some languages
    * bugfix: Recycle bin button in Call History should be disabled if
              filter doesn't contain any calls
    * bugfix: Incorrect IM sorting logic
    * bugfix: Enter key in block dialog
    * bugfix: Time display in authorization request window
    * bugfix: missing context menu items
    * bugfix: Ugly highlight color
    * bugfix: too long "about" text messes profile viewer up
    * bugfix: Start tab watermark problems with missed
              ims/calls/authrequests
    * bugfix: Conference dialog shouldn't contain blocked users
    * bugfix: Start tab event cosmetics
2004-12-23 20:49:32 +00:00
ben
80abf1dd9e Correct path for pkgsrc defaults. s,bsd.pkg.defaults.mk,defaults/mk.conf,
Partially addresses PR#28760
2004-12-23 18:57:03 +00:00
ben
a23e35a089 Correct variable for binary packages. s/BINPKG_SITE/&S/
Partially addresses PR#28760
2004-12-23 18:50:23 +00:00
skrll
bcf265919d -speedtouch 2004-12-23 18:12:42 +00:00
skrll
d4e6ddbeba Note speedtouch update 2004-12-23 18:12:19 +00:00
skrll
66d3c5ee50 Update speedtouch to 1.3.1.
The main changes is to support revision 4 modems (silver cycle
helmet/beetle) and to use the threaded pppo3 if native threads are
available.

Tested on:
	- stringray by David Brownlee (abs@) and me
	- purple cycle helmet/beetle by David Brownlee
	- silver cycle helment/beetle by me
2004-12-23 18:11:18 +00:00
ben
e433714f0a Correct requirements for building pkgsrc guide. s/pkgsrc-doc/netbsd-doc/g 2004-12-23 18:08:16 +00:00
wiz
90262c8bfb rss2html updated to 0.7.1. 2004-12-23 17:09:26 +00:00
wiz
004e8b8094 Update to 0.7.1:
- Solve some segfaults
        - Flush errors to stderr instead of stdout

From pancake in PR 28763.
2004-12-23 17:08:48 +00:00