Commit graph

907 commits

Author SHA1 Message Date
obache
d98a4fb32d remove unused patch, should be removed at last update. 2010-09-20 08:23:48 +00:00
markd
bab2cae3b6 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
2c6e8e30b0 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
329f3c9713 * 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
bb7dda47c5 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
862b4e1f23 Fix buildling serialization libs 2010-08-28 15:28:23 +00:00
adam
9b2501df6f 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
12a833c4f3 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
6e42fcd011 we've got everything for gnome-2.30.2, name it so 2010-07-06 15:00:27 +00:00
markd
624f5332df 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
ef568ee609 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
92e0cb52cb 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
44e0804e3c update for 2.30.1 2010-06-11 13:50:10 +00:00
markd
537ead7dc8 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
a74022cbbe 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
8ed91c1b4e 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
1f47ea61de Fix COMMENT, from diro in PR pkg/43246. 2010-05-05 17:31:12 +00:00
kefren
0d431b6b15 Escape sharp in comment 2010-04-30 06:31:32 +00:00
reed
49320cffd0 Remove trailing slash from HOMEPAGE. 2010-04-22 12:10:50 +00:00
jmmv
d734be1218 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
b7319dd332 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
47fd2f1ef3 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
b74806d5a9 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
6cc29a8dbb add filezilla 2010-03-26 17:54:09 +00:00
jdolecek
cdd806586c add php5-enchant and php5-intl 2010-03-21 17:37:22 +00:00
jdolecek
c412e1300e 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
5a532b436c Reset maintainer, developer lost his commit bit. 2010-03-21 16:29:38 +00:00
obache
90c22ec649 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
0940b65aa3 Add and enable php53-extensions. 2010-03-16 15:55:08 +00:00
taca
94f792009c Importing php53-extensions package, meta pacakge for php53. 2010-03-16 15:54:08 +00:00
taca
36292059a3 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
265b54765a 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
3e38d80046 added a patch for MacOS 10.6 (64 bit mode) 2010-02-21 23:11:39 +00:00
tron
6c63dd1b5d 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
5471fed858 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
ef32af8970 Retire php4-extensions 2010-02-10 19:52:30 +00:00
joerg
429e956b3f Bump revision for PYTHON_VERSION_DEFAULT change. 2010-02-10 19:17:31 +00:00
markd
1f93e13f19 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
7e9f949650 Second try at jpeg-8 recursive PKGREVISION bump. 2010-01-18 09:58:37 +00:00
wiz
672ef23395 Recursive PKGREVISION bump for jpeg update to 8. 2010-01-17 12:02:03 +00:00
joerg
c477b7cb21 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
fd75b0c86d The vocoder plugin belongs to gnuradio-gsm, so move the rest from gnuradio-core. 2009-12-30 21:13:15 +00:00
obache
dfd2b4f65e patch-al was removed at last update. 2009-12-23 03:05:18 +00:00
drochner
08a9f9a40d adjust for 2.28.2, all dependencies are already there 2009-12-20 11:12:58 +00:00
markd
6aca821054 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
020c4f6c01 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
47e74cad26 Add font-sony-misc to modular-xorg-fonts.
Bump PKGVERSION to 1.1.
2009-11-21 02:21:07 +00:00
markd
446f81d147 Fix build with latest boost-libs. 2009-11-10 20:15:40 +00:00
reinoud
d569eb12c1 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
4d0600ba11 Bump to 4.3.3 2009-11-04 14:15:35 +00:00
wiz
72c4354de5 Bump to 4.3.3. 2009-11-04 14:14:35 +00:00
drochner
c24802a4f6 this is at 2.28.1 now 2009-10-22 15:24:37 +00:00
adam
2609769ba0 PLIST fix; rev.bump 2009-10-15 07:29:01 +00:00
adam
591267b0ab 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
650f8e4646 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
e4aeda29e7 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
619a0eace5 "port" (in this context) is FreeBSD terminology. 2009-10-10 11:43:37 +00:00
jnemeth
5701881c59 add and enable kde4 2009-10-08 06:15:59 +00:00
markd
6a926bb0d5 Import KDE4.3.1 from wip
OKed during freeze by wiz and agc
2009-10-02 20:54:04 +00:00
tnn
d488ce5618 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
527a3009f0 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
aab221b8a2 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
8697d7f05a 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
caeea9cf23 Add ristretto, now that it's packaged 2009-09-03 09:25:03 +00:00
sno
949cd3bc1f bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
wiz
b44c510d21 Add comment that vino has compilation problems, see wip/vino. 2009-08-21 15:56:32 +00:00
wiz
475bfa9a63 Bump pattern, now that gstreamer has been updated. Bump version. 2009-08-21 15:39:09 +00:00
wiz
75b1a38f55 Update to 2.26.2nb1: Update some patterns now that more stuff is in pkgsrc. 2009-08-21 15:37:42 +00:00
jdc
1e889af39c Regenerate for new patch-ad. 2009-08-21 15:13:45 +00:00
jdc
f8cdfef828 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
da9e564356 Fixed detection of threads on NetBSD 2009-08-21 14:54:30 +00:00
tnn
29447f01c4 not for python-2.4, because support was dropped from py-gtk2 2009-08-19 11:34:34 +00:00
obache
b728468db7 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
dad35281a7 Update to gnuradio 3.2
many new features and bugfixes.
2009-08-12 12:20:04 +00:00
tnn
44e77c096b fix p5-Gtk2-GladeXML dependency 2009-08-08 06:33:11 +00:00
tnn
bca0fd8418 switch to the latest firefox, bump version to 0.3 2009-08-05 13:57:03 +00:00
wiz
6f7c23cfe5 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
fa359a7c89 Bump version to 1.4 for Robert Elz (PR 41714). 2009-07-18 10:19:08 +00:00
joerg
77578ed74a php-sqlite no longer support PHP 4. Bump revision. 2009-07-13 14:49:15 +00:00
drochner
677ea2d308 update for gnome-2.26.3 2009-07-09 17:38:55 +00:00
drochner
db2f47e0b9 correct for two more pkgs which were already up-to-date 2009-06-23 19:41:36 +00:00
drochner
4dc1a741f5 sync with reality, call it 2.26.2 2009-06-22 16:18:10 +00:00
hasso
27d86729f9 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
ff7da83f5f Mark x11/xf86-video-cyrix and x11/xf86-video-imstt broken. 2009-06-15 10:49:15 +00:00
wiz
6bec174e7f Bump PKGREVISION for vte-0.20.5. 2009-06-11 08:10:25 +00:00
ahoka
4ce2a3482a Add pkgin for easy package management. 2009-06-08 22:49:22 +00:00
obache
98c6736c1b 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
8286c5b2ad Update to 2.26.1.91, patterns updated for sno's p5 updates. 2009-05-21 20:40:03 +00:00
wiz
a6f66a8326 Update pattern, package was already up-to-date. 2009-05-21 15:51:13 +00:00
wiz
67c469370b Update for Gnome 2.26.2. 2009-05-21 13:52:05 +00:00
wiz
8e36da1463 Update to 2.26.1.90, update patterns. 2009-05-21 13:48:11 +00:00
wiz
b0c038b2c9 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
d4e012af8d Update as far as pkgsrc is current -> 2.26.1.99. 2009-05-21 11:38:50 +00:00
wiz
f0f59b4f5b Update comments. 2009-05-21 10:56:03 +00:00
wiz
c35df74b82 Update to 2.26.2. 2009-05-21 10:55:02 +00:00
wiz
6ac11147ab 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
4bc25606f5 Improve dewey pattern. 2009-05-05 12:53:50 +00:00
reed
676e059275 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