Commit graph

1036 commits

Author SHA1 Message Date
adam
21425f6064 Changes 1.46.1:
Asio:
* EV_ONESHOT seems to cause problems on some versions of Mac OS X, with the
  io_service destructor getting stuck inside the close() system call. Changed
  the kqueue backend to use EV_CLEAR instead.
* Fixed compile failures with some versions of g++ due to the use of anonymous
  enums.
* Fixed a bug on kqueue-based platforms, where some system calls that
  repeatedly fail with EWOULDBLOCK are not correctly re-registered with kqueue.
* Changed asio::streambuf to ensure that its internal pointers are updated
  correctly after the data has been modified using std::streambuf member
  functions.
* Fixed a bug that prevented the linger socket option from working on platforms
  other than Windows.
Fusion:
* Fix disable_if for Visual C++ 7.1/8.0
Filesystem:
* Fix for STLPort.
* PGI large file support
Graph:
* Bug fixes
Icl:
* Intersects for interval_maps and segment_type/element_type.
* Fixed some ambiguous calls to functions in boost and std namespaces.
* Other bug fixes, and documentation fixes.
Math:
* Several minor bug fixes.
Polygon:
* Disabled 45-degree booleans optimization.
Proto:
* Make display_expr copyable.
* Fix const correctness problem in pass_through.
Property Tree:
* Fix compile error in JSON parser.
Signals2:
* Fix unused parameter warning.
TR1:
* Allow specialization of std::tr1::hash.
* Improved support for Pathscale and Sun compilers.
Unordered:
* Add missing copy constructors and assignment operators when using rvalue
  references.
2011-03-18 07:49:44 +00:00
wiz
902c94fd81 Remove GTK1 using packages for which noone spoke up for the last two weeks
on pkgsrc-users in the thread "[HEADS UP] Package removal -- please check".
2011-03-06 16:02:28 +00:00
obache
a0c2be8dde Update ruby-gnome2 to 0.90.8.
== Ruby-GNOME2 0.90.8: 2011-03-04

NOTE: 0.90.x releases are for 1.0.0 major release.

A bug fix release of 0.90.7.

=== Changes

==== All

  * Fixes
    * 'make distclean' does not removed pkg-config files.

==== Ruby/GLib2

  * Fixes
    * fix non-gem rcairo detection. [#3178228]
      [OBATA Akio, Kouhei Sutou]

==== Ruby/Atk

  * Fixes
    * fix 'make distclean' cleans needed a file.
      [Vincent Carmona]

==== Ruby/Pango

  * Fixes
    * fix 'make distclean' cleans needed a file.
      [Vincent Carmona]

==== Ruby/GTK2

  * Fixes
    * fix require order.
      [id:kenhys]
    * [#3046538] fix crash by GC at exit.
      [Vincent Carmona, Kouhei Sutou]
    * gtk-demo samples with ruby 1.9 (excepted cairo ones).
      [Vincent Carmona]

==== Ruby/GooCanvas

  * Fixes
    * fix pc install. [#3178294]
      [OBATA Akio, Kouhei Sutou]

==== Ruby/GStreamer

  * Improvements
    * improve missing message.
      [Vincent Carmona]
    * add Gst::InstallPlugins.
      [Vincent Carmona, Kouhei Sutou]

  * Fixes
    * fix pc install. [#3178294]
      [OBATA Akio, Kouhei Sutou]
    * don't use rbgprivate.h. [#3188442]
      [Mamoru Tasaka, Kouhei Sutou]

==== Ruby/GtkMozEmbed

  * Fixes
    * fix pc install. [#3178294]
      [OBATA Akio, Kouhei Sutou]

==== Ruby/GtkSourceView2

  * Fixes
    * fix pc install. [#3178294]
      [OBATA Akio, Kouhei Sutou]
2011-03-04 13:14:04 +00:00
wiz
e2f84ad43f Reset maintainer for retired developers. 2011-02-28 14:52:37 +00:00
adam
a352243f5b Changes 1.46.0:
New Libraries
* Icl: Interval Container Library, interval sets and maps and aggregation of
  associated values, from Joachim Faulhaber.
Updated Libraries
* Array:
  - Added support for cbegin/cend
  - Fixed a problem with the Sun compiler
* Asio:
  - Fixed a problem on older Linux kernels (where epoll is used without timerfd
    support) that prevents timely delivery of deadline_timer handlers, after
    the program has been running for some time
* Bind:
  - make_adaptable now documented
* Concept Check:
  - fixed warnings with self-assignment
* Filesystem:
  - Version 3 of the library is now the default.
  - IBM vacpp: Workaround for compiler bug affecting iterator_facade
  - Verify, clarify, document that <boost/config/user.hpp> can be used to
    specify BOOST_FILESYSTEM_VERSIO
  - Replaced C-style assert with BOOST_ASSERT.
  - Undeprecated unique_path(). Instead, add a note mentioning the workaround
   for lack of thread safety and possible change to cwd. unique_path() is just
   too convenient to deprecate!
  - Cleared several GCC warnings.
  - Changed V2 code to use BOOST_THROW_EXCEPTION.
  - Windows: Fix status() to report non-symlink reparse point correctly.
  - Add symlink_option to recursive_directory_iterator, allowing control over
    recursion into directory symlinks. Note that the default is changed to not
    recurse into directory symlinks.
  - Reference documentation cleanup, including fixing missing and broken links,
    and adding missing functions.
  - Miscellaneous implementation code cleanup.
* Fusion:
  - vector copy constructor now copies sequence members in the same order on different platforms
* Graph:
  - Fixed Graphviz output to work on Visual C++ 7.1.
  - Replaced assert with BOOST_ASSERT.
  - Changed to Boost.Filesystem v3.
More...
2011-02-24 11:05:34 +00:00
ryoon
f9a8a20486 Add gimp-docs 2011-02-20 11:46:44 +00:00
ryoon
5539cf3b3d Import gimp-docs-2.6.1 as meta-pkg/gimp-docs.
This is successor of graphics/gimp-docs.
2011-02-20 11:44:30 +00:00
jmcneill
d545bfaaf3 pull in gio-fam, since nothing else does 2011-02-19 00:43:10 +00:00
obache
7e7bb6fcea Update ruby-gnome2 to 0.90.7.
Removed deprecated binding packages.

== Ruby-GNOME2 0.90.7: 2011-02-02

NOTE: 0.90.x releases are for 1.0.0 major release.

A package fix release of 0.90.6.

=== Changes

==== Ruby/GLib2

  * Improvments
    * force remove "-Wl,--noundefined" linker option because
      Ruby-GNOME2 packages doesn't support the option.
      [Dobai-Pataky Bálint, Kouhei Sutou]

==== Ruby/GTK2

  * Improvments
    * use "MS-Windows" GTK+ theme by default on Windows.
      [ashbb, Kouhei Sutou]

=== Thanks

  * ashbb
  * Dobai-Pataky Bálint

== Ruby-GNOME2 0.90.6: 2011-01-29

NOTE: 0.90.x releases are for 1.0.0 major release.

Removed deprecated packages. All supported packages support
RubyGems. All supported packages except Ruby/VTE,
Ruby/GStreamer and Ruby/GtkMozEmbed support also Windows
binary bundled gem.

=== Changes

==== All

  * remove all deprecated packages.
    [Masaaki Aoyagi]
  * all supported packages support RubyGems.
    [Masaaki Aoyagi]

==== Ruby/GLib2

  * Imrpovements
    * add gnome2-raketask.rb that is a utility library to
      define Rake tasks for Ruby-GNOME2 packages.
      [Masaaki Aoyagi, Kouhei Sutou]

  * Fixes
    * fix GType conversion.
      [Kouhei Sutou]
    * fix rcairo installed by RubyGems detection.
      [Masaaki Aoyagi]

==== Ruby/GIO2

  * Improvements
    * support GIO 2.26.
      [Nikolai Weibull]

==== Ruby/GStreamer

  * Improvements
    * add Gst::MissingURISourceMessage.
      [Vincent Carmona, Kouhei Sutou]
    * support RubyGems.
      [Masaaki Aoyagi]

==== Ruby/Pango

  * Fixes
    * rename Pango::LayoutIter#at_last_line! to
      at_last_line? because at_last_line is a predicate
      method. (at_last_line! still exists for backward compatibility.)
      [mrkn, Kouhei Sutou]

==== Ruby/GtkMozEmbed

  * Improvements
    * support RubyGems.
      [Masaaki Aoyagi]
  * Fixes
    * support "2.0b7" style module version. #3141244
      [reandr, Kouhei Sutou]

==== Ruby/GooCanvas

  * Improvements
    * support RubyGems.
      [Masaaki Aoyagi]

==== Ruby/GtkSourceView2

  * Improvements
    * support RubyGems.
      [Masaaki Aoyagi]

==== Ruby/VTE

  * Improvements
    * support RubyGems.
      [Masaaki Aoyagi]

=== Thanks

  * Vincent Carmona
  * mrkn
  * reandr
  * Nikolai Weibull
  * Masaaki Aoyagi
2011-02-11 13:50:06 +00:00
markd
2d92c179cd Update to KDE SC 4.5.5
bugfixes and translation updates
2011-01-23 07:55:12 +00:00
tron
1717faf5b1 Bump package revision of all packages depending on the "libXvMC" package
whose builtin detection has been fixed.
2011-01-19 18:12:20 +00:00
obache
1fa59cd36d Fixes build with png>=1.5. 2011-01-14 08:35:23 +00:00
wiz
af3596f984 png shlib name changed for png>=1.5.0, so bump PKGREVISIONs. 2011-01-13 13:36:05 +00:00
markd
c92ceaebe1 Update to KDE SC 4.5.4
4.5.4 brings bugfixes and translation updates
2010-12-06 11:43:38 +00:00
obache
d9558bce3d Update ruby-gnome2 packages to 0.90.5.
== Ruby-GNOME2 0.90.5: 2010-10-28

NOTE: 0.90.x releases are for 1.0.0 major release.

A build system improvements release.

=== Changes

==== All

  * Improvements
    * add --with-pkg-config-dir option to extconf.rb for *.pc.

==== Ruby/GLib2

  * Improvements
    * glib-mkenums.rb can work with Ruby 1.9 on LANG=C.
      [Kouhei Sutou]

  * Bug fixes
    * fix pkg-config gem dependency.
      [Kouhei Sutou]

== Ruby-GNOME2 0.90.4: 2010-10-24

NOTE: 0.90.x releases are for 1.0.0 major release.

A bug fix release of 0.90.3.

=== Changes

==== Ruby/GLib2

  * Bug fixes
    * add missing '*' for String type conversion. [#3093789]
      [tmtms, Kouhei Sutou]

==== Ruby/GIO2

  * Bug fixes
    * Remove needless cairo dependency.
      [OBATA Akio, Kouhei Sutou]

==== Ruby/Libglade2

  * Improvements
    * Don't install *.pc by default.
      [OBATA Akio, Kouhei Sutou]
2010-11-27 06:14:45 +00:00
adam
015cb6a9fa Changes 1.45.0:
* Fixed a problem on kqueue-based platforms where a deadline_timer
  may never fire if the io_service is running in a background thread
* Fixed a const-correctness issue that prevented valid uses of
  has_service<> from compiling
* Fixed MinGW cross-compilation
* Removed dependency on deprecated Boost.System functions
* Ensured close()/closesocket() failures are correctly propagated
* Added a check for errors returned by
  InitializeCriticalSectionAndSpinCount
* Added support for hardware flow control on QNX
* Always use pselect() on HP-UX, if it is available.
* Ensured handler arguments are passed as lvalues
* Fixed Windows build when thread support is disabled
* Fixed a Windows-specific problem where deadline_timer objects with
  expiry times set more than 5 minutes in the future may never expire
* Fixed the resolver backend on BSD platforms so that an empty service
  name resolves to port number 0, as per the documentation
* Fixed read operations so that they do not accept buffer sequences of
  type const_buffers_1
* Redefined Protocol and id to avoid clashing with Objective-C++ keywords
* Fixed a vector reallocation performance issue that can occur when
  there are many active deadline_timer objects
* Fixed the kqueue backend so that it compiles on NetBSD
* Fixed the socket io_control() implementation on 64-bit Mac OS X and
  BSD platforms
* Fixed a Windows-specific problem where failures from accept() are
  incorrectly treated as successes
* Deprecated the separate compilation header <boost/asio/impl/src.cpp>
  in favour of <boost/asio/impl/src.hpp>
2010-11-26 20:46:59 +00:00
drochner
4fa3a9bb02 update for 2.32.1 (all pkgs were updated before) 2010-11-24 19:01:49 +00:00
shattered
18e30c0175 https://svn.boost.org/trac/boost/ticket/4794 -- fixes build failure on 4.0
OK by wiz@
2010-11-23 21:23:04 +00:00
abs
9987fa4b3a PKGREVISION bumps for changes to gtk2, librsvg, libbonobo and libgnome 2010-11-15 22:56:08 +00:00
wiz
62f2e5c6f7 Update a comment. 2010-11-15 21:11:29 +00:00
drochner
6085ce4ade update for gnome-2.32.0 2010-11-15 20:35:57 +00:00
markd
d219d2320d Update to KDE SC 4.5.3
4.5.3 brings a number of improvements:

    * KSharedDataCache has cache invalidation bug fixed that caused stability
           when daylight saving time changed.
    * Icon overlays in Dolphin are now positioned correctly after adjusting
      the zoom level.
    * Okular, KDE's universal document viewer has seen improvements in the
      DjVu and XPS backends.
2010-11-03 20:07:33 +00:00
adam
f9f008b674 Correct install_name for libraries under MacOSX 2010-10-26 13:45:41 +00:00
markd
547720d8ee Update to KDE SC 4.5.2
4.5.2
translation updates, performance and stability improvements and other
bugfixes.

4.5.0
new versions of the Plasma Workspaces, the KDE Applications and the KDE
Development Platform in version 4.5.0. While focus within this release
cycle lay on stability, the overall polish and performance gain is well
noticable. Features such as the reworked notification area, Marble's map
routing and support for WebKit in Konqueror round up this release.
2010-10-25 20:55:22 +00:00
obache
925098cf7d Update ruby-gnome2 to 0.90.3.
= NEWS

== Ruby-GNOME2 0.90.3: 2010-10-23

NOTE: 0.90.x releases are for 1.0.0 major release.

  * Support String encoding in Ruby 1.9.
  * RVAL2CSTR2 and CSTR2RVAL2 are deprecated.
  * Ruby/GIO2 is imported as an experimental library.

=== Changes

==== All

  * Support String encoding.
    [Guillaume Cottenceau, Neil Roberts, Kouhei Sutou]
  * Don't install *.pc by default. Set pkgconfigdir make
    varialbe like 'make pkgconfigdir=/usr/lib/pkgconfig'.

==== Ruby/GLib2

  * Improvements:
    * declare argument types.
      [Nobuyoshi Nakada, Kouhei Sutou]

==== Ruby/GIO2

  * Imported as an experimental library.
    [Nikolai Weibull]

==== Ruby/GTK2

  * Improvements:
    * keep backward compatibility around GDK key
      symbols introduced at GTK+ 2.20.
      "[ruby-gnome2-devel-en] Constants names change in Gdk::KeyVal"
      [Vincent Carmona]
    * move gdk-pixbuf and cairo related methods from Ruby/GdkPixbuf2.
      "[ruby-gnome2-devel-en] gtk2 dependency to gdkpixbuf2"
      [Andrea Dallera, Kouhei Sutou]
  * Bug fixes:
    * fix GType conversion in Gtk::ItemFactory.new on 64bit
      platform.
      [Grant McLean, Steve Wills, Kouhei Sutou]

==== Ruby/GdkPixbuf2

  * Improvements:
    * move gdk-pixbuf and cairo related methods to Ruby/GTK2.
      "[ruby-gnome2-devel-en] gtk2 dependency to gdkpixbuf2"
      [Andrea Dallera, Kouhei Sutou]
    * change .pc filename from ruby-gdkpixbuf2 to
      ruby-gdk-pixbuf2.

==== Ruby/RSVG2

  * Bug fixes:
    * add missing libcroco dependency on Windows.
      [U.Nakamura, Kouhei Sutou]

==== Ruby/Poppler

  * Improvements:
    * support Popper 0.15.0. [#3079667]
      [Mamoru Tasaka, Kouhei Sutou]

  * Bug fixes:
    * add missing libjpeg dependency on Windows.
      [U.Nakamura, Kouhei Sutou]
    * fix installed Ruby/GLib2 gem can't be detected.
      [kdmsnr, Kouhei Sutou]

=== Thanks

  * U.Nakamura
  * kdmsnr
  * Mamoru Tasaka
  * Guillaume Cottenceau
  * Vincent Carmona
  * Grant McLean
  * Steve Wills
  * Andrea Dallera
  * Nobuyoshi Nakada
  * Neil Roberts

== Ruby-GNOME2 0.90.2: 2010-09-26

NOTE: 0.90.x releases are for 1.0.0 major release.

A RubyGems package fix release.

=== Changes

==== All

  * fix path.
    [kimura wataru, Kouhei Sutou]

==== Ruby/GTK2

  * Bug fixes:
    * fix gtk2/base.rb is missing in gem.
      [S.Kitagawa, Kouhei Sutou]

==== Ruby/GIO2

  * Bug fixes:
    * fix a typo in .pc name. [#3075619]
      [O01eg, Kouhei Sutou]

==== Ruby/RSVG2

  * Bug fixes:
    * also check rb_cairo.h availability. [#3075617]
      [O01eg, Kouhei Sutou]

=== Thanks

  * S.Kitagawa
  * O01eg
  * kimura wataru
2010-10-23 12:45:08 +00:00
chs
4e50cd734a fix modules list. 2010-09-24 17:04:43 +00:00
chs
ce7278fbb8 Initial import of openSUSE 11.3 meta-pkg. 2010-09-24 01:36:06 +00:00
chs
1de7ebe5a5 add suse113. 2010-09-24 01:32:18 +00:00
obache
0228162331 Update ruby-gnome2 to 0.90.1.
= NEWS

== Ruby-GNOME2 0.90.1: 2010-09-23

NOTE: 0.90.x releases are for 1.0.0 major release.

A install bug fix release of 0.90.0.

=== Changes

==== Ruby/ATK

  * Bug fixes:
    * fix .pc install path.
      [OBATA Akio, Kouhei Sutou]

==== Ruby/GTK2

  * Bug fixes:
    * fix .pc install path.
      [OBATA Akio, Kouhei Sutou]

==== Ruby/Pango

  * Bug fixes:
    * fix .pc install path.
      [OBATA Akio, Kouhei Sutou]

==== Ruby/Poppler

  * Bug fixes:
    * fix .pc install path.
      [OBATA Akio, Kouhei Sutou]

==== Ruby/RSVG

  * Bug fixes:
    * fix .pc install path.
      [OBATA Akio, Kouhei Sutou]

=== Thanks

  * OBATA Akio

== Ruby-GNOME2 0.90.0: 2010-09-23

NOTE: 0.90.x releases are for 1.0.0 major release.

RubyGems support!

=== Changes

==== Ruby/GTK2

  * Bug fixes:
    * [ruby-gnome2-devel-en] Gtk 2.20, Gtk::Builder and 'name'
      add Gtk::Buildable#builder_name/set_builder_name.
      [Simon Arnaud, Kouhei Sutou]

=== Thanks

  * Simon Arnaud
2010-09-23 15:35:58 +00:00
obache
b4c0f5b03d remove unused patch, should be removed at last update. 2010-09-20 08:23:48 +00:00
markd
f5ead36a0f update gnuradio to version 3.3.0
build: refactor GR_GIT and GR_VERSION
Make C++ shared libraries versioned
howto: make versioned libraries
Changes to gr_udp_{source,sink} for MinGW
Ignore ENOPROTOOPT return from setsockopt(SO_LINGER)
Use getaddrinfo in gr_udp_{source,sink}
Discard data in gr_udp_sink until receiver is started.
Updates to udp source/sink (select(), wait, cleanup)
Merge branch 'master' into udp
Rework UDP source and sink, with incompatible API changes
Merge branch 'master' into udp
Flush pending errors in gr_udp_sink on disconnect()
Add additional conditionalization of networking includes
Use -1 as file descriptor "not open" value instead of 0
Identify memory leaks that occur on error conditions
Correct update of d_temp_offset (parallel construction)
Move initialization of select timeout
Defend against a peer that sends an invalid message length.
Return immediately when using d_residual.
Simplify USE_SELECT usage
Add USRP2 clock source parameter to GRC blocks.
grc: update UDP source and sink block wrappers
gnuradio-core: allow swig to handle exceptions in UDP source/sink
gnuradio-core: update copyrights
libvrt: remove from 3.3 API.
Merge remote branch 'gnuradio/wip/udp_source_sink'
Fix erroneous file modes
usrp2-firmware: fix missing files in tarball
Merge remote branch 'ets/grc-usrp2-clock-source'
howto: fix make check for win32, darwin (untested)
Remove bogus check for existence of prefix directory.
Update incorrectly checked in Makefile.am
Add support for the Bitshark USRP RX (BURX) daughterboard for the USRP1.
Add support for the Bitshark USRP RX (BURX) daughterboard for the USRP2.
Fixed issue with with wrong Makefile.am files being copied
Including bitshark_rx.h header file for USRP2 build
Updated db_bitshark_rx.c to the proper version that includes the
Once and for all, here is the properly updated Makefile.am for the apps
Updated to allow BURX support to be built into standard txrx.bin
usrp: Cleanup for merge of bitshark daughterboard code
Change default bandwidth to 25 MHz to match maximum USRP2 bandwidth
Merge branch 'master' into wip/burx_support
Merge remote branch 'nldudok1/gr-wxgui_emulate_analog' into master
gr-wxgui: Renamed "emulate analog" feature to "use persistence"
gr-wxgui: update copyrights
gnuradio-core: Disable (temporarily) interpolator tap calculation
build: force use of ltmain.sh from libtool 2.2.6b
build: use correct comment delimiter
build: distribute version controlled ltmain.sh in tarball
Merge remote branch 'bitshark/burx_support' into wip/burx_support
Revert "build: force use of ltmain.sh from libtool 2.2.6b"
Revert "build: distribute version controlled ltmain.sh in tarball"
Merge branch 'wip/burx_support'
gnuradio-core: removed gr.dd_mpsk_sync_cc block as obsolete
grc: rename execution binary from 'grc' to 'gnuradio-companion'
Update revision to release 3.3.0-rc1, update autotools
Add analog CRT screen afterglow emulation for gr-wxgui
2010-09-15 09:38:42 +00:00
wiz
200e3c4a04 Bump dependency on pixman to 0.18.4 because cairo-1.10 needs that
version, and bump all depends.

Per discussion on pkgsrc-changes.
2010-09-14 11:00:44 +00:00
taca
dda1363431 * Remove RUBY_HAS_ARCHLIB.
* Set RUBYOPT="-Ku" when configure.  It defaults script encoding to UTF-8.
2010-09-10 13:37:42 +00:00
wiz
4db68460df All packaged and up-to-date -- update patterns and add missing dependencies.
Welcome to 2.30.2!
2010-09-03 22:41:15 +00:00
adam
3d6d2fbc3c Fix buildling serialization libs 2010-08-28 15:28:23 +00:00
adam
f3d93df37e Changes 1.44.0:
New Libraries
* Meta State Machine: High-performance expressive UML2 finite state machines,
  from Christophe Henry
* Polygon: Booleans/clipping, resizing/offsetting and more for planar polygons
  with integral coordinates, from Lucanus Simonson.
Updated Libraries
* Accumulators
* Asio
* Config
* Filesystem
* Foreach
* Hash
* Iostreams
* Math
* MPL
* Multi-index Containers
* Proto
* Regex
* Thread
* TR1
* Type Traits
* uBLAS
* Utility
* Uuid
* Xpressive
2010-08-26 17:40:58 +00:00
tez
ebf86485ed Cater to compilers too stupid to interpret a bitwise OR in a template
argument as a constant.  From https://svn.boost.org/trac/boost/ticket/4146
This fixes building boost-libs with lang/gcc34.
2010-08-25 22:50:12 +00:00
drochner
cecda80c80 we've got everything for gnome-2.30.2, name it so 2010-07-06 15:00:27 +00:00
markd
b1a20e5a84 Update to KDE SC 4.4.5.
Several bugs in encoding and refreshing in Konsole have been fixed
A couple of crashes in Okular's PDF viewer have been fixed
Alarms have received some fixes in KDE PIM
The changelog lists more, if not all improvements since KDE SC 4.4.4.
2010-07-04 11:02:32 +00:00
pettai
a7746ca9b5 courier-0.65.0 et al:
* gpglib/list.c: Handle GnuPG 2 --with-colons output format changes.
* gpglib/mimegpgfork.c: GnuPG 2 wants --batch when specifying passphrase-fd.
* tcpd/configure.in: Check if explicit linking with libgpg-error is required.
* tcpd/libcouriergnutls.c (tls_connect): Fix bad call to
  gnutls_server_name_set(). Affects Courier compiled with GnuTLS support.
* maildrop/mailbot.c (main): Set close-on-exec bit on opened files.
* courier/doc/courier.sgml: Move the SPF section to a separate refsect2
  to work around misformatting by the manpage stylesheet.
* rfc2045/rfc2045reply.c (mkreply): Fix sender's name in the reply salutation.
* html/en-us/newmsg.html: Ditto.
* rfc2045/reformime.sgml: Document the -c option to reformime.
* imapd.c (main): Fix typo in alert message.
* Big quota patch (with some changes).

(See the Changelog(s) for previous releases)

Based on patch(es) from PR pkg/42989 by Brian Candler.
2010-06-15 23:01:23 +00:00
wiz
e8d8834f6a Bump PKGREVISION for libpng shlib name change.
Also add some patches to remove use of deprecated symbols and fix other
problems when looking for or compiling against libpng-1.4.x.
2010-06-13 22:43:46 +00:00
drochner
04b99ee6d2 update for 2.30.1 2010-06-11 13:50:10 +00:00
markd
0c9976ffdf Update to KDE SC 4.4.4
* Several bugs in filename sorting in the Dolphin file manager have been
  fixed
* Issues with encoded filenames in ZIP archives have been fixed
* A number of bugs in games, such as KMines, KNetwalk and LSkat and
  KSpaceDuel have been fixed
The changelog lists more
2010-06-02 10:14:14 +00:00
adam
fdf205fa7a Changes 1.43.0:
New Libraries:
* Functional/factory: Function objects for dynamic and by-value construction.
* Functional/forward: Function object adapters to address the forwarding
 problem.
Major Updates:
* Range: Boost.Range has undergone extensive updates that it include all of the
  features from the recently reviewed Boost.RangeEx.
* Range-based version of the full STL iterator based algorithms.
* Range adaptors which can be combined with range-based algorithms for
  unpresedented expressiveness and efficiency.
* New functions: irange, istream_range, join, combine.
Updated Libraries
Build System:
* When cross-compiling to GNU targets, static libraries are properly created.
  Previously, using such libraries resulted in Archive has no index error.
* The naming of DLL and import libraries with gcc compiler on Windows, both
  mingw and cygwin, now matches default conventions of those environments.
  Previously, the naming scheme was the same as for other Windows compilers.
Updated Tools:
* Quickbook: Unicode escape characters.
* Support the UTF-8 byte order mark.
* Disallow [ in simple markup. Fixes some errors with mismatched punctuation.
* Add a command line flag (-D) to define macros at the command line.
* Improved post-processor output.
* Check that [section] and [endsect] tags are balanced in templates.
2010-05-15 05:42:23 +00:00
markd
5f15c1e399 Update to KDE SC 4.4.3
Numerous fixes in Konsole, KDE's terminal emulator, among them two possible
crashers in session management
Flash plugin support in KHTML has been enhanced to work with newest Youtube
skins
Case-sensitivity in renaming fixes in KIO, KDE's network-transparent I/O
library
Hiding the mouse cursor in some special cases in presentation mode and two
possible crashers have been fixed
2010-05-08 22:13:56 +00:00
dholland
317b9a659a Fix COMMENT, from diro in PR pkg/43246. 2010-05-05 17:31:12 +00:00
kefren
5eb519746f Escape sharp in comment 2010-04-30 06:31:32 +00:00
reed
0bd4d0f14f Remove trailing slash from HOMEPAGE. 2010-04-22 12:10:50 +00:00
jmmv
1fee127b93 Actually, as much as I dislike FAM, the fam option should be on by default.
We are going to get gnome-vfs installed anyway, which pulls in FAM, so it
doesn't make that much of a difference.  Pointed out by wiz@.
2010-04-21 19:21:58 +00:00
jmmv
fb4ed49312 Add a fam option to turn on a dependency on gio-fam. This is part of
gnome-platform and not gnome because the gio-fam plugin is internally
part of glib2.
2010-04-21 16:50:21 +00:00
obache
3fc6ce2768 Update ruby-gnome2 to 0.19.4.
== Ruby-GNOME2 0.19.4: 2011-04-17

NOTE: 0.19.x releases are development series.

This release has many bug fixes and some improvements. The
fixed bugs include a memory leak bug on GC. If your
application live long time, you should upgrade.

=== Changes

==== Ruby/GLib2

  * Bug fixes:
    * fixed type_register on Ruby 1.9.
      [Simon Arnaud, Kouhei Sutou]
    * fixed memory leak in GC.
      [Kouhei Sutou]

==== Ruby/GTK2

  * Bug fixes:
    * [#2865895] support GdkWindow's cursor property.
      NOTE: GTK+ 2.18.0 is unsupported version.
      [Guillaume Cottenceau, Mamoru Tasaka]
    * Gtk::MenuItem.new accepts nil as a label.
      [Kazuhiro NISHIYAMA, Kouhei Sutou]
    * fixed wrong conversion in Gtk::TreePath#<=>.
      [Takeuchi Yusuke, Kouhei Sutou]
    * fix Gtk::RecentInfo#application_info's double free bug.
      [Kouhei Sutou]
  * Improvements:
    * Gdk::Window#invalidate accepts nil as 'area'
      argument. It means 'invalidates whole window'.
      [Hiroyuki Ito]
    * Gtk::Clipbord#request_text sets UTF-8 encoding in Ruby
      1.9.
      [Rg Rg, Kouhei Sutou]
    * add Gtk::TreePath#==.
      [Takeuchi Yusuke, Kouhei Sutou]

==== Ruby/Pango

  * Improvements:
    * add Pango::Gravity.
      [Hiroyuki Ito, Kouhei Sutou]

==== Ruby/GdkPixbuf

  * add Gdk::Pixbuf#pixels=.
    [Michal Suchanek]

==== Ruby/GStreamer

  * Bug fixes:
    * [#2920997] fix argument type. [Johan Kiviniemi]
  * [#2924886] implement Gst::MessageTag#parse. [Vincent Carmona]

==== Ruby/GtkMozEmbed

  * Bug Fixes:
    * [#2924766] fix -Wl,-rpath syntax. [OBATA Akio]
    * [#2925285] Gtk::MozEmbed#chrome_mask fails.
      [tobi, Kouhei Sutou]
    * support XULRunner 1.9.2. [OBATA Akio]

=== Thanks

  * Guillaume Cottenceau
  * Mamoru Tasaka
  * Michal Suchanek
  * Simon Arnaud
  * Kazuhiro NISHIYAMA
  * Johan Kiviniemi
  * OBATA Akio
  * Hiroyuki Ito
  * Rg Rg
  * Vincent Carmona
  * tobi
  * Takeuchi Yusuke
  * ...
2010-04-17 06:40:43 +00:00
markd
24c82a1fd6 Update KDE to 4.4.2
For 4.4.0 major new technologies have been introduced, including social
networking and online collaboration features, a new netbook-oriented
interface and infrastructural innovations such as the KAuth authentication
framework. According to KDE's bug-tracking system, 7293 bugs have been
fixed and 1433 new feature requests were implemented.

KDE SC 4.4.1 has a number of improvements:
 A performance problem in KMail when sending emails has been fixed
 Various fixes in Plasma widgets and other addons, such as the analog clock
  and the picture frame
 A number of fixes in Konsole, KDE's powerful terminal application

KDE SC 4.4.2 has a number of improvements:
 Possible crashes in Plasma, Dolphin and Okular have been fixed
 The Microblog applet now shows the correct time in the timeline
 The audioplayer KRunner plugin has been fixed to not freeze the KRunner UI
  anymore
2010-04-10 02:45:02 +00:00
zafer
83bbf73afa add filezilla 2010-03-26 17:54:09 +00:00
jdolecek
13eed22300 add php5-enchant and php5-intl 2010-03-21 17:37:22 +00:00
jdolecek
84d9150d98 move php53-enchant and php53-intl entries into common
section, they are no longer PHP 5.3.x only; also use textproc/php-intl
2010-03-21 17:07:52 +00:00
wiz
a4eec2f4cc Reset maintainer, developer lost his commit bit. 2010-03-21 16:29:38 +00:00
obache
cdbb940b34 Add paches taken from upstream to fix build ruby-gnome2-gtkmozembed with
xulrunner-1.9.2.x.
2010-03-19 13:22:42 +00:00
taca
d5206de798 Add and enable php53-extensions. 2010-03-16 15:55:08 +00:00
taca
a92da01ded Importing php53-extensions package, meta pacakge for php53. 2010-03-16 15:54:08 +00:00
taca
4d116ddf51 Update php5-extensions package to 5.2.13.
* Change package version scheme.
* Add php5-pspell and php5-sysvmsg.
2010-03-16 15:52:25 +00:00
dholland
e797a5f0e4 Fix spelling of package name. (Sigh.) Noticed by Pierre Pronchery and
reported in PR 42974.

XXX: how should this be entered in CHANGES?
2010-03-15 04:09:13 +00:00
schwarz
30498f35f5 added a patch for MacOS 10.6 (64 bit mode) 2010-02-21 23:11:39 +00:00
tron
41e19e1351 Update the "netbsd-www" package to version 1.5:
- Add all the necessary (La)TeX packages as dependences.
- Add "ghostscript" as dependence as "ps2pdf" is used.
2010-02-19 23:39:42 +00:00
adam
23cf737336 Changes 1.42.0:
* New Libraries: Uuid.
* Updated Libraries: Asio, Circular Buffer, Fusion, Graph, Integer, Iostreams,
  Program.Options, PropertyMap, Proto, Regex, Spirit, Unordered, Xpressive.
2010-02-12 10:31:04 +00:00
joerg
587084809a Retire php4-extensions 2010-02-10 19:52:30 +00:00
joerg
3a06eb96bf Bump revision for PYTHON_VERSION_DEFAULT change. 2010-02-10 19:17:31 +00:00
markd
0e4c4f6b89 Update to kde4 4.3.5
* A number of bugs in KIO have been squashed, making updating of shown
  directories work again and solving some other stability issues
* A crash when creating an avatar from the webcam in Kopete has been fixed
* kded taking 100% CPU time in certain situations has been cured
2010-01-27 10:38:38 +00:00
wiz
91871f449e Second try at jpeg-8 recursive PKGREVISION bump. 2010-01-18 09:58:37 +00:00
wiz
579796a3e5 Recursive PKGREVISION bump for jpeg update to 8. 2010-01-17 12:02:03 +00:00
joerg
92d65c6fce The path after -Wl,-rpath as an argument for the linker, so it needs
either to be prefixed with -Wl, or just be part of the former argument.
Do the latter.
2010-01-01 18:38:08 +00:00
joerg
145d8e0fc0 The vocoder plugin belongs to gnuradio-gsm, so move the rest from gnuradio-core. 2009-12-30 21:13:15 +00:00
obache
a0feeb47ac patch-al was removed at last update. 2009-12-23 03:05:18 +00:00
drochner
c9f4305787 adjust for 2.28.2, all dependencies are already there 2009-12-20 11:12:58 +00:00
markd
51aab3f6b0 update to kde 4.3.4
KDE SC 4.3.4 has a number of improvements:

 * A bugfix in Plasma's pixmap cache makes the workspace more responsive
 * Okular, the document viewer improved stability in certain situations
 * Marble, the desktop globe has seen some polish
 * Passphrases with non-ASCII characters have been fixed in the KGpg
   encryption tool
2009-12-04 22:04:04 +00:00
adam
e09ac684e9 Changes
* New Libraries
  Property Tree: A tree data structure especially suited to storing
  configuration data, from Marcin Kalicinski and Sebastian Redl.
* Updated Libraries
* Build System
  A bug preventing "fat" 32-bit + 64-bit builds on OSX has been fixed.
2009-11-24 09:49:39 +00:00
obache
13d4192914 Add font-sony-misc to modular-xorg-fonts.
Bump PKGVERSION to 1.1.
2009-11-21 02:21:07 +00:00
markd
4f427bd580 Fix build with latest boost-libs. 2009-11-10 20:15:40 +00:00
reinoud
c79e2b01b2 Update sysutils/xfce4-volman to 0.2.0nb2 and add it to the xfce4 meta package
also adding the implicit package xfce4-thunar. This explains why i couldn't
find the xfce4 mounts as specified by pkg/40934.
2009-11-05 20:15:40 +00:00
wiz
7edc2e2132 Bump to 4.3.3 2009-11-04 14:15:35 +00:00
wiz
cdd7fb86e2 Bump to 4.3.3. 2009-11-04 14:14:35 +00:00
drochner
b521f365c2 this is at 2.28.1 now 2009-10-22 15:24:37 +00:00
adam
5c225656f0 PLIST fix; rev.bump 2009-10-15 07:29:01 +00:00
adam
5375192651 Changes 1.40.0:
* Build System improvements.
* Updated Libraries: Accumulators, Asio, Circular Buffer, Foreach, Function,
  Fusion, Hash, Interprocess, Intrusive, MPL, Program.Options, Proto, Random,
  Serialization, Unordered, Xpressive.

Changes 1.39.0:
* New Libraries: Signals2.
* Updated Libraries: Asio, Flyweight, Foreach, Hash, Interprocess, Intrusive,
  Program.Options, Proto, PtrContainer, Range, Unordered, Xpressive.
* Updated Tools: Boostbook, Quickbook.
2009-10-14 06:40:07 +00:00
obache
1c595a2719 Update ruby-gnome2 to 0.19.3.
== Ruby-GNOME2 0.19.3: 2009-09-24

NOTE: 0.19.x releases are development series.

This release is a bug fix release of 0.19.2.

=== Changes

===== Ruby/GLib2

  * Bug fix:
    * really fix
      'empty $(vendorarchdir) related build problem on CentOS 5.3 x86_64.'
      [Simon Arnaud, Kouhei Sutou]

=== Thanks

  * Simon Arnaud

== Ruby-GNOME2 0.19.2: 2009-09-23

NOTE: 0.19.x releases are development series.

This release is a bug fix release of 0.19.1.

=== Changes

==== Ruby/GLib2

  * Bug fixes:
    * empty $(vendorarchdir) related build problem on CentOS 5.3 x86_64.
      [Toshiyuki Suzumura, Kouhei Sutou]
    * [#2862022] fix multi thread blocking with Ruby
      1.8.6-p368 or later and 1.8.7-p173 or later.
      [Roy Wright, Andrea Dallera, Kouhei Sutou]
    * [Debian #502262] work Ruby thread with GTK+.
      [Johan Walles, Kouhei Sutou]

==== Ruby/GTK2

  * Bug fixes:
    * [#2679744] fix a typo:
      Gtk::Widget#set_scroll_adjustment ->
      Gtk::Widget#set_scroll_adjustments.
      [Kentaro Fukuchi, Kouhei Sutou]

==== Ruby/GtkMozEmbed

  * Bug fixes:
    * fix .pc detection.
      [OBATA Akio, Kouhei Sutou]

=== Thanks

  * OBATA Akio
  * Toshiyuki Suzumura
  * Roy Wright
  * Andrea Dallera
  * Johan Walles
  * Kentaro Fukuchi
2009-10-12 03:09:30 +00:00
markd
9e92c904e8 Update KDE4 to 4.3.2
KDE 4.3.2 brings a nice number of bugfixes, some critical, some just
fixing small annoyances:
* Many crashers have been fixed in KDE's core libraries, bringing more
  stability to all applications
* KWin's window compositing effects have been further stabilized by fixing
  a number of bugs in effect plugins such as the famous coverswitch window
  switcher
* The biggest number of bugs for this release has been fixed in KMail,
  KDE's email client, making it more reliable and usable by correcting a
  number of display issues
* Saving files over themselves works again in Okular, KDE's document viewer
2009-10-11 08:13:38 +00:00
ghen
4cc661c5f6 "port" (in this context) is FreeBSD terminology. 2009-10-10 11:43:37 +00:00
jnemeth
02da2eda53 add and enable kde4 2009-10-08 06:15:59 +00:00
markd
25c32f89f8 Import KDE4.3.1 from wip
OKed during freeze by wiz and agc
2009-10-02 20:54:04 +00:00
tnn
625a49b3e0 patch-aa: don't hard-code /usr/pkg
(probably caused by running mkpatches after pre-configure subst)
2009-09-20 10:29:07 +00:00
reed
09b1351267 Updated xfce4-datetime-plugin to 0.6.1.
The following are the changes from the ChangeLog (since 0.5.0):

2008-11-19	Diego Ongaro <ongardie@gmail.com>

	* *: 0.6.1 release
	* panel-plugin/datetime.c: Made default font sizes equal for date and
	time
	* panel-plugin/datetime.c: Fix memory access after free

2008-07-02	Diego Ongaro <ongardie@gmail.com>

	* *: 0.6.0 release
	* panel-plugin/datetime.h: Disable tooltips for now (Bug #4141)

2008-06-27	Diego Ongaro <ongardie@gmail.com>

	* configure.in.in: Drop unused dependency on dbus, update maintainer
	email address.

2008-06-26	Diego Ongaro <ongardie@gmail.com>

	* panel-plugin/datetime.c: Really fix Bug #4157 - update interval
	depends on both layout and formats.

2008-06-21	Diego Ongaro <ongardie@gmail.com>

	* panel-plugin/datetime.c: Pulling code from Steve Tyler's
	Attachment #1697 in Bug #4145.
	  - Update tooltip at the top of the second (fixes Bug #4145).
	  - Only gsource_remove valid timeouts (Bug #4151), add pre-processor
	    if to the tooltips timeout.
	  - Fix Bug #4157 - updates occur once a second when datetime plugin
	    shows date only.
	* panel-plugin/datetime-dialog.c, panel-plugin/datetime.h: Change
	order of layout dropdown (Bug #4158)

2008-06-08	Diego Ongaro <ongardie@gmail.com>

	* panel-plugin/datetime-dialog.c, panel-plugin/datetime.c: Changed
	default format to ISO 8601, added a new format, and added separators
	to the dropdowns.
	* panel-plugin/datetime-dialog.c: Attachment #1659 by Steve Tyler from
	Bug #4115, changing the way the date/time format dropdowns work.
	* panel-plugin/datetime-dialog.c: Moved message about the calendar's
	week starting on a day defined by the locale to the wiki (Bug #4123)
	* panel-plugin/datetime.{c,h}: Fix Bug #4110: time is not updated in
	tooltip while it is displayed.
	* panel-plugin/datetime.{c,h}, panel-plugin/datetime-dialog.c: New
	tooltips implementation (only enabled on GTK >= 2.12).

2008-06-03	Diego Ongaro <ongardie@gmail.com>

	* panel-plugin/datetime-dialog.c: Add help button that opens web site
	(Bug #4099). Thanks to Nick Schermer's r2263 of the
	xfce4-battery-plugin.

2008-05-31	Diego Ongaro <ongardie@gmail.com>

	* panel-plugin/datetime.c: Steve Tyler's updated comments, etc (Bug #4117)

2008-05-29	Diego Ongaro <ongardie@gmail.com>

	* panl-plugin/datetime.{c,h}: Update on the top of every second or
	minute and no more (Bug #4119, based on patch by Steve Tyler)
	* panel-plugin/datetime.c: Always update every second when seconds are
	shown (Bug #4117)

2008-05-27	Diego Ongaro <ongardie@gmail.com>

	* panel-plugin/datetime.c: "Fix tooltip hiding" uses gtk2.12 function,
	  put preprocessor #if around it
	* {,po/}ChangeLog, panel-plugin/*.{c,h}: formatting

2008-05-21	Diego Ongaro <ongardie@gmail.com>

	* panel-plugin/datetime.c:
	  - Remove date input (Bug #4023)
	  - Fix tooltip hiding

2008-05-18	Diego Ongaro <ongardie@gmail.com>

	* panel-plugin/datetime-dialog.c: Missing static keywords

2008-05-17	Diego Ongaro <ongardie@gmail.com>

	* panel-plugin/datetime-dialog.c:
	  - translate strings in combo boxes
	* panel-plugin/datetime.c:
	  - Use GtkToggleButton in panel (Bug #3456)
	  - handle delete event on popup calendar (patch from Mike Massonet)
	  - show popup calendar on all workspaces (patch from Mike Massonet)
	  - allow ctrl-click on plugin (patch from Mike Massonet)

2008-05-02	Diego Ongaro <ongardie@gmail.com>

	* panel-plugin/datetime.c:
	  - fix memory leak with double-g_strdup of setting strings
	  - handle NULL from xfce_rc_simple_open,
	* panel-plugin/datetime.h: Use GtkTooltips type (fixes build)

2007-04-07	Remco den Breeje <remco@sx.mine.nu>

	* panel-plugin/datetime.{c,h},
	* panel-plugin/datetime-dialog.c: Enable tooltips. Based
	on a patch by Laurent Meunier <meunier.laurent@laposte.net> (#3073)

2007-04-02	Remco den Breeje <remco@sx.mine.nu>

	* THANKS: added contributors
	* panel-plugin/datetime.c: Fix incorrect display when panel starts (#3062)

2007-03-02	Remco den Breeje <remco@sx.mine.nu>

	* THANKS: added contributors
	* LINGUAS,uk.po: Add Ukrainian translations by LuckAs <luckas_fb@mail.ru>
2009-09-16 02:25:34 +00:00
reed
998c2601fe Upgrading Xfce to 4.6.1.
This is for PR #40984. This is based on work from
dieter roelants. Thank you Dieter.
Also I had done some work independently on this.
Hopefully, I am getting this all committed at one time.

The changelogs are at
http://www.xfce.org/documentation/changelogs/4.6.1
http://www.xfce.org/documentation/changelogs/4.6.0

Also don't need the xfce4-dev-tools for building. (It is only
needed when building from SVN source.)
2009-09-16 01:15:32 +00:00
joerg
ce5a699671 Mark gnuradio packages as not MAKE_JOBS_SAFE.
Share patches and distinfo, overwrite for gnuradio-howto as the only
exception.
Fix gnuradio-core-docs to do something useful and mark it as user-destdir
ready.
2009-09-11 16:23:28 +00:00
martin
844c072a27 Add ristretto, now that it's packaged 2009-09-03 09:25:03 +00:00
sno
6f7368d4db bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
wiz
0b2b73c79d Add comment that vino has compilation problems, see wip/vino. 2009-08-21 15:56:32 +00:00
wiz
9f6decf36c Bump pattern, now that gstreamer has been updated. Bump version. 2009-08-21 15:39:09 +00:00
wiz
670515788b Update to 2.26.2nb1: Update some patterns now that more stuff is in pkgsrc. 2009-08-21 15:37:42 +00:00
jdc
3db242f556 Regenerate for new patch-ad. 2009-08-21 15:13:45 +00:00
jdc
2d113aa18c Add sparc* to the list of architectures where we don't want to try and use
builtins like __sync_fetch_and_add(), when they don't exist.
2009-08-21 15:12:19 +00:00
adam
59009e399c Fixed detection of threads on NetBSD 2009-08-21 14:54:30 +00:00
tnn
b7d0636d7c not for python-2.4, because support was dropped from py-gtk2 2009-08-19 11:34:34 +00:00
obache
31dd1ca45f Update ruby-gnome2 to 0.19.1.
This release is a bug fix release of 0.19.0.

=== Changes

==== Ruby/GTK2

  * use RUBYARCHDIR
    [OBATA Akio]
  * #2814953: install missing headers
    [Mamoru Tasaka]

==== Ruby/GLib2

  * Bug fixes:
    * avoid object allocation while GC
      [OBATA Akio, Kouhei Sutou]
  * use RUBYARCHDIR
    [OBATA Akio]
  * mkmf-gnome2.rb add "-I$(vendorarchdir)" to $CPPFLAGS.
    [OBATA Akio, Kouhei Sutou]

==== Ruby/ATK

  * use RUBYARCHDIR
    [OBATA Akio]

==== Ruby/Pango

  * use RUBYARCHDIR
    [OBATA Akio]
  * use gem version rcairo as fallback
    [OBATA Akio]

==== Ruby/Libart

  * use RUBYARCHDIR
    [OBATA Akio]

==== Ruby/GdkPixbuf

  * use gem version rcairo as fallback
    [OBATA Akio]

==== Ruby/GnomePrint

  * install rblibgnomeprintversion.h
    [OBATA Akio, Kouhei Sutou]

==== Ruby/GtkMozEmbeded

  * fix header generation error caused by missing file
    [OBATA Akio]

==== Ruby/VTE

  * support VTE 0.20
    [Kouhei Sutou]

==== Ruby/PanelApplet

  * #2815036: re-support Ruby 1.8.6.
    [Mamoru Tasaka, Kouhei Sutou]

==== Ruby/Libglade2

  * Debian#519786: fix GC related SEGV when a widget in
    glade is removed by hand.
    [Arnaud Cornet, Kouhei Sutou]

=== Thanks

  * OBATA Akio
  * Mamoru Tasaka
  * Arnaud Cornet
2009-08-12 12:43:08 +00:00
markd
4db1b77f0c Update to gnuradio 3.2
many new features and bugfixes.
2009-08-12 12:20:04 +00:00
tnn
cf17f5836b fix p5-Gtk2-GladeXML dependency 2009-08-08 06:33:11 +00:00
tnn
d52c27c2dd switch to the latest firefox, bump version to 0.3 2009-08-05 13:57:03 +00:00
wiz
d70523df21 Remove USE_DIRS from pkgsrc.
Shared directories can now be created independently by the pacakges
needing them and will be removed automatically by pkg_delete when empty.

Packages needing empty directories can use the @pkgdir command in PLIST.

Discussed and ok'd in thread starting at
http://mail-index.netbsd.org/tech-pkg/2009/06/30/msg003546.html
2009-07-22 09:01:16 +00:00
wiz
46099ffb12 Bump version to 1.4 for Robert Elz (PR 41714). 2009-07-18 10:19:08 +00:00
joerg
2b7d1b1a76 php-sqlite no longer support PHP 4. Bump revision. 2009-07-13 14:49:15 +00:00
drochner
4bebea084a update for gnome-2.26.3 2009-07-09 17:38:55 +00:00
drochner
5b4ba7075b correct for two more pkgs which were already up-to-date 2009-06-23 19:41:36 +00:00
drochner
745a0a4e4f sync with reality, call it 2.26.2 2009-06-22 16:18:10 +00:00
hasso
536f0b440b Remove x11/xf86-video-via, it doesn't build, it's deprecated and
x11/xf86-video-openchrome replaces it.
2009-06-15 11:05:15 +00:00
hasso
596371d9a8 Mark x11/xf86-video-cyrix and x11/xf86-video-imstt broken. 2009-06-15 10:49:15 +00:00
wiz
d6d8031e05 Bump PKGREVISION for vte-0.20.5. 2009-06-11 08:10:25 +00:00
ahoka
ffa4add072 Add pkgin for easy package management. 2009-06-08 22:49:22 +00:00
obache
9f9451f5c3 Update ruby-gnome2 to 0.19.0.
== Ruby-GNOME2 0.19.0: 2009-05-29

This release supports new versions of panel-applet and xulrunner
and fixes various bugs including some GC issues

=== Changes

Ruby/GLib2:
  * add 'const' to name argument of rbgerr_define_gerror()
    [Nikolai Weibull, Kouhei Sutou]
  * Bug fixes:
    * #2420281: Failed to build
      [troels knak-nielsen, Kouhei Sutou]
    * #2493874: glib/rbglib_maincontext.c error in "RUBY_UBF_IO"
      [boo, Kouhei Sutou]
    * wrong priority conversion in GLib::Timeout.add and
      GLib::Timeout.add_seconds.
      [Nikolai Weibull]
    * fixed limits of basic types
      [Pascal Terjan]

Ruby/GTK2:
  * Bug fixes:
    * fixed initialize function is deleted.
      [kimura wataru, Kouhei Sutou]
    * checked GTK_FILE_SYSTEM_ERROR availability. GTK+ 2.15.x
      doesn't have it.
      [Kouhei Sutou]
    * fixed GC problems.
      [Kouhei Sutou]
    * #2195432: Gtk::RCStyle.set_color_flags wrong conversion
      [Jesse van den Kieboom, Kouhei Sutou]
    * #2318481: gtkselectiondata_set Drag and Drop API problem
      [dave foster, Kouhei Sutou]
    * #2420281: Failed to build
      [troels knak-nielsen, Kouhei Sutou]

Ruby/Pango:
  * added Pango::Attribute#start_index= and Pango::Attribute#end_index=.
    [Geoff Youngs, Kouhei Sutou]

Ruby/Poppler:
  * removed 0.6.x support. 0.8.0 or later is required.
    [Kouhei Sutou]

Ruby/RSVG2:
  * fixed broken cairo integration.
    [James Healy, Kouhei Sutou]

Ruby/PanelApplet:
  * #2466921: fixed build failure with libpanel-applet >= 2.25
    [Mamoru Tasaka, Kouhei Sutou]
  * fixed incomplete install.
    [Pascal Terjan, Kouhei Sutou]

Ruby/GtkMozEmbed:
  * supported XULRunner 1.9.0.
    [Arnaud Cornet, Kouhei Sutou]

Ruby/GNOME2:
  * supported MinGW.
    [id:luna_8bit, Kouhei Sutou]

Ruby/Bonobo2:
  * moved Bonobo.setup_x_error_handler to Ruby/BonoboUI2.
    [id:luna_8bit, Kouhei Sutou]

Ruby/BonoboUI2:
  * moved Bonobo.setup_x_error_handler from Ruby/Bonobo2.
    [id:luna_8bit, Kouhei Sutou]

Ruby/GnomeVFS:
  * format security error.
    [Pascal Terjan]

=== Thanks

  * kimura wataru
  * Philipp Götzinger
  * Andrew S. Townley
  * Jesse van den Kieboom
  * James Healy
  * dave foster
  * troels knak-nielsen
  * boo
  * Geoff Youngs
  * Arnaud Cornet
  * id:luna_8bit
  * ...
2009-05-31 09:00:48 +00:00
wiz
3556a0756d Update to 2.26.1.91, patterns updated for sno's p5 updates. 2009-05-21 20:40:03 +00:00
wiz
66eeb1584c Update pattern, package was already up-to-date. 2009-05-21 15:51:13 +00:00
wiz
2906fbefc9 Update for Gnome 2.26.2. 2009-05-21 13:52:05 +00:00
wiz
ba99a8a23c Update to 2.26.1.90, update patterns. 2009-05-21 13:48:11 +00:00
wiz
2d9d7788a6 2.26.1.99: update as far as pkgsrc is current -- two updates missing
and two completely new packages.
2009-05-21 11:41:18 +00:00
wiz
5870b3c36f Update as far as pkgsrc is current -> 2.26.1.99. 2009-05-21 11:38:50 +00:00
wiz
46222c5aa8 Update comments. 2009-05-21 10:56:03 +00:00
wiz
2ac8b2978c Update to 2.26.2. 2009-05-21 10:55:02 +00:00
wiz
60f460ab01 Use standard location for LICENSE line (in MAINTAINER/HOMEPAGE/COMMENT
block). Uncomment some commented out LICENSE lines while here.
2009-05-19 08:59:00 +00:00
reed
556edbf28e Improve dewey pattern. 2009-05-05 12:53:50 +00:00
reed
e5e9ad0a4c Add PREV_PKGPATH and/or SUPERSEDES for various packages that
were moved or renamed.

This was for some from 2008 and 2009 and one from 2001.

Also I noticed that a CHANGES entry was wrong as said "Renamed"
when should have said "Moved" (lua-OSBF) because PKGBASE stayed the
same.
2009-05-02 16:21:43 +00:00
drochner
51ffefdb16 update for gnome-2.26.1 2009-04-16 18:55:23 +00:00
rh
966671f5ff Update the gnustep meta-package to 2.0.8. This reflects the recent GNUstep
package updates and filesystem layout changes.
2009-04-13 12:47:43 +00:00
wiz
3220d156ab Add vinagre dependency. 2009-04-06 10:20:59 +00:00
he
43cafc3804 Bump PKGREVISION following the update of textproc/icu, and the
corresponding change of ABI.

OK'ed by wiz@ (as was the textproc/icu update).
2009-03-25 22:37:12 +00:00
wiz
1349acce15 Update some patterns. 2009-03-22 20:10:32 +00:00
snj
c7bb22accc Reflect py-gtksourceview-2.6.0 which went in a minute before. 2009-03-22 16:12:11 +00:00
wiz
27cea5ab04 Update some patterns, and note missing updates. 2009-03-22 16:07:51 +00:00
wiz
9e1a23e822 Update patterns, still two unpackaged. 2009-03-22 12:29:04 +00:00
wiz
87e4ba7b8e Update patterns. Still nothing packaged. 2009-03-22 12:24:02 +00:00
wiz
c38076d248 Update to 2.26.0. 2009-03-22 12:21:26 +00:00
wiz
3d69824a72 Update to 2.26.0. 2009-03-22 10:13:32 +00:00
wiz
185bdc6617 Update to 2.26.0. 2009-03-22 10:12:16 +00:00
joerg
2d1ba244e9 Simply and speed up buildlink3.mk files and processing.
This changes the buildlink3.mk files to use an include guard for the
recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS,
BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new
variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of
enter/exit marker, which can be used to reconstruct the tree and
to determine first level includes. Avoiding := for large variables
(BUILDLINK_ORDER) speeds up parse time as += has linear complexity.
The include guard reduces system time by avoiding reading files over and
over again. For complex packages this reduces both %user and %sys time to
half of the former time.
2009-03-20 19:23:50 +00:00
drochner
216397de53 update for gnome-2.26.0 2009-03-19 11:34:20 +00:00
jmcneill
0400524ea4 Re-add FAM message. 2009-03-17 14:46:39 +00:00
jmcneill
3601e2920d Pull in resindvd plugin 2009-03-16 11:43:14 +00:00
jmcneill
063c965bf4 gamin is now the default instead of FAM, so remove one step from
post-install configuration
2009-03-16 08:50:43 +00:00
hasso
a56975d504 Restore some patches removed during last package update to make it compile
again on DragonFly. patch-af is probably merge error from upstream,
patch-aq is a temporary workaround and not for inclusion to upstream as
such.
2009-03-13 07:48:57 +00:00
jmmv
1bb4f73043 Update boost to 1.38.0. Patches from Brook Milligan in private mail.
Lots of changes to list here.  As usual, some new libraries have been
added and there have been improvements all around.  Of special interest
is that we can now erase most of our local patches because they have
been imported upstream.
2009-03-03 08:57:57 +00:00
ahoka
60be936149 add desktop-gnome 2009-02-23 17:53:07 +00:00
ahoka
84dc3df49b Import desktop-gnome-0.1 as meta-pkgs/desktop-gnome.
Primary goal for the desktop project:

Given a NetBSD CD and a reasonably modern x86 computer, make it
possible to install a useful desktop system in under 15 minutes,
responding to only a few prompts in the process.

The package collects the required software for the project.
It's the gnome based version, a KDE based version is planned in the future.
2009-02-23 17:52:25 +00:00
wiz
f17e1e8fd4 Depend on p5-Gtk2-GladeXML. Bump version. 2009-02-23 08:59:14 +00:00
tron
adcd638949 We don't need to set "DISTFILES" for a meta package. 2009-02-18 11:17:31 +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
wiz
4a2bf04f93 Add accerciser DEPENDS. Welcome to 2.24.3. 2009-01-16 23:40:15 +00:00
wiz
5e71425a98 2.24.2.91: Add gnome-devel-docs dependency. 2009-01-16 15:04:53 +00:00
wiz
3553c9ff5b Update to GNOME 2.24.3. 2009-01-16 14:40:32 +00:00
wiz
91b583984b Update to GNOME 2.24.3. 2009-01-16 14:40:31 +00:00
wiz
fcec0acc6f All dependencies updated -- welcome to 2.24.2! 2009-01-12 15:59:16 +00:00
wiz
ffae7ac5f0 Depend on proper gtk2 version. Bump to 2.24.1.91. 2009-01-12 12:44:11 +00:00
wiz
a68713d006 Depend on proper gtk2 version. Bump to 2.24.2! 2009-01-12 12:43:47 +00:00
wiz
a8c963db45 Update DEPENDS, p5-gtk2 is now new enough. 2009-01-11 22:06:01 +00:00
obache
1551dff009 Sort. 2009-01-01 06:45:42 +00:00
ahoka
4aa4cf990d +pulseaudio-tools 2008-12-29 16:04:03 +00:00
ahoka
6bdb8a1c56 Import pulsaudio-tools-0.9 as meta-pkgs/pulseaudio-tools.
PulseAudio is a sound server for POSIX and Win32 systems. A sound server is
basically a proxy for your sound applications. It allows you to do advanced
operations on your sound data as it passes between your application and your
hardware. Things like transferring the audio to a different machine, changing
the sample format or channel count and mixing several sounds into one are
easily achieved using a sound server.

This meta package provides the applications for managing PulseAudio.
2008-12-29 16:02:44 +00:00
jmcneill
a3f75b3e42 orca depends on gnome-mag; give it the same treatment on XFree86 2008-12-25 01:28:15 +00:00
jmcneill
39db59f1dc Disable mousetweaks if X11_TYPE == native and xtst.pc isn't found 2008-12-25 00:56:34 +00:00
jmcneill
98faf4c6ab gnome-power-manager insists on xrandr 1.2, so don't bother pulling it
in if the .pc isn't found (like with XFree86)
2008-12-24 21:46:22 +00:00
jmcneill
78ca0aca86 Don't attempt to build gnome-mag if X11_TYPE=native and libXdamage isn't
provided.
2008-12-24 21:26:13 +00:00
jmcneill
684843fa3e Remove net/ekiga dependency, as ekiga needs opal -> ffmpeg -> lame, which
has a special license.
2008-12-24 11:47:43 +00:00
jmcneill
202db4430b Since we use pulseaudio by default for GNOME, we should probably pull in
gst-plugins0.10-pulse here.
2008-12-22 12:21:12 +00:00
jmcneill
32c9a7fcda Add a note about how to start avahidaemon if it has been installed. 2008-12-20 23:38:56 +00:00
hira
0fb2909916 Bump PKGREVISION for updating sysutils/xfce4-thunar and x11/xfce4-session. 2008-12-20 00:12:34 +00:00
jmcneill
df9f264194 Add gst-plugins0.10-pulse, bump PKGREVISION 2008-12-18 17:35:18 +00:00
hira
49f92de031 Bump PKGREVISION for updates of Xfce packages. 2008-12-18 17:01:37 +00:00
hira
9bd4d8b349 Update Xfce to 4.4.3. This is bug fix release.
Changes since 4.4.2:

x11/xfce4-panel:
  * Quite a bit code changed in the dnd code. Mostly to fix a segfault
    in FreeBSD-amd64, but more problems were discovered and a lot of
    code was simplified.
  * Don't respond the uri drags, we don't use it and it only causes
    problems like hiding the panel when a file was dragged over the
    panel (Bug #3815).
  * Fix crash with xrandr 1.2 (Bug #3620)

x11/xfce4-desktop:
  * Make menu panel plugin honor CustomizeDesktopMenu kiosk setting
    (Bug #1026).
  * Fix incorrect initial desktop font size when setting custom font
    size if a custom font was never set before (Bug #3957).

wm/xfce4-wm:
  * Fix automaximize on move
  * Remove trailing \0 in UTF-8 strings, that causes libwnck to
    rightfully complain that NET_WM_NAME contains invalid UTF-8
  * Exit on SelectionClear event so that xfwm4 exits even with WM who
    do not send a ClientMessage event such as Openbox (Bug #2374)
  * Backport overlay and compositor support from trunk (Bug #3849)
  * Filter out grab/ungrab events so we don't end up redrawing the
    frame twice
  * Set monitor when positionning menu (Bug #4162)
  * Reduce flickering during resize (Bug #4283)
  * Fix NET_WM_STATE claiming maximization vertical and horizontal even
    if only horizontal of vertical is actually set (Should fix Bug #3969)
  * Loosen the rule that prevents an application from iconifying itself
    when skip_taskbar is set (Bug #4434)
  * Rework visual depth selection of the frame window (Bug #4452)
  * Add support for NET_MOVERESIZE_WINDOW
  * Take gravity bit into account in configure resize only requests to
    comply with standard (Bug #3634)
  * Add client windows to save set to avoid loosing all windows in case
    of crash
  * Use guint32 instead of Time internally to avoid potential issues in
    64bits
  * Add a "--replace" command line option to replace ICCCM2 compliant
    window managers (Bug #3731)

x11/libxfce4gui:
  * Fix format-string vulnerability in dialog code

x11/xfce4-terminal:
  * Update to latest trunk translations.

sysutils/xfce4-thunar:
  * Update to latest trunk translations.

editors/xfce4-mousepad:
  * Sort recent items by most recently used.

x11/xfce4-utils:
  * Fix missing translated chars (Bug #3543)

Updated translations:
  * Basque
  * Brazilian Portuguese
  * Catalan
  * Chinese Traditional
  * Danish
  * Estonian
  * Finnish
  * French
  * Galician
  * German
  * Indonesian
  * Japanese
  * Korean
  * Kurdish
  * Latvian
  * Norwegian
  * Polish
  * Sinhala
  * Slovak
  * Slovene
  * Spanish
  * Turkish
  * Urdu
2008-12-17 12:50:02 +00:00
wiz
cdd691f6d9 Depend on correct anjuta version, bump version. 2008-12-04 17:32:36 +00:00
wiz
f0717e29e8 Fix PKGNAME. 2008-12-04 16:57:10 +00:00
wiz
cd21f86555 Add tomboy dependency, bump version. 2008-12-04 16:47:59 +00:00
wiz
1970d78ae9 Note that vinagre is packaged in wip because it does not work. 2008-12-04 16:10:15 +00:00
wiz
04246b06e1 Depend on new py-gtksourceview package. Bump version.
I wonder why upstream does not put this in the py-bindings set instead...
2008-12-03 09:45:26 +00:00
wiz
73dfafdd04 Fix paths. 2008-12-03 09:27:46 +00:00
wiz
379895be5d Add mousetweaks dependency. Bump version. 2008-12-03 09:27:19 +00:00
wiz
5df9c6d50d Add two more newly packaged dependencies. Bump version. 2008-12-02 23:09:07 +00:00
wiz
05d73ee09d Updated two more, bump version. 2008-12-02 20:33:53 +00:00
wiz
0a2fcda9e2 Pull in some more of the now updated GNOME-2.24.2 packages.
Bump version.
2008-12-02 17:33:46 +00:00
wiz
9c2670f0dc + gnome-mobile. 2008-11-29 08:57:47 +00:00
wiz
668c0537d0 Import gnome-admin-2.24.1.90 as meta-pkgs/gnome-mobile.
GNOME is the GNU Network Object Model Environment.

The GNOME project intends to build a complete, easy-to-use desktop
environment for the user, and a powerful application framework for
the software developer.

This is a meta package for the second major version of the GNOME
project.  It provides the GNOME mobile support, defined
by the project as the "GNOME mobile".
2008-11-29 08:57:03 +00:00
wiz
7c0f1feb60 Update for GNOME 2.24.2. A few done, quite a few to do. 2008-11-29 08:51:38 +00:00
wiz
2ecba7a9e5 Update for 2.24.2 -- one TODO, gtk2. 2008-11-29 08:39:52 +00:00
wiz
86fd059906 Update for 2.24.2 -- one more todo than before. 2008-11-29 08:37:25 +00:00
wiz
143e1a5a63 Update for 2.24.2 -- nothing to do. 2008-11-29 08:36:08 +00:00
wiz
f3be984504 Update for 2.24.2, no changes -- still lots to do here. 2008-11-29 08:35:42 +00:00
wiz
9c4505c53b Update comment with URL. 2008-11-29 08:34:48 +00:00
wiz
76161c99f7 Update for GNOME-2.24.2 (complete -- only one package ;) ). 2008-11-29 08:34:29 +00:00
wiz
bd5076a6cb Update for GNOME 2.24.2 -- still many packages need updating. 2008-11-29 08:33:41 +00:00
wiz
cc1724aef9 No changes for 2.24.2, but nothing packaged yet. Update URL. 2008-11-29 08:32:13 +00:00
jmcneill
88830b8410 Add a note on how to setup the hal daemon. 2008-11-28 18:22:45 +00:00
wiz
b60109aeb7 Depend on gnome-power-manager and gnome-volume-manager. Bump version. 2008-11-24 13:12:37 +00:00
joerg
49d37ffcf4 Fix spelling of variable and dependency. 2008-11-19 01:16:24 +00:00
wiz
9ed3fa5067 Depend on py-gnome2-desktop again, python support should work again. 2008-11-18 23:22:23 +00:00
wiz
05edcaa392 Unrestrict python again, now that drochner fixed py-cairo to work with 2.4. 2008-11-18 23:21:41 +00:00
joerg
7aedc2dbdd Fix package name to follow Python naming convention. 2008-11-18 22:58:41 +00:00