pkgsrc/comms
ryoon 807983b3c3 Update to 3.2.13
* Depend on x11/c++-gtk-utils, instead of x11/gtkmm

Changelog:
Version 3.2.13 (11th April 2014)
--------------

	Fix API breakage in GTK+-3.12 (the buttons of GtkDialog objects
	have been made internal instead of non-internal children of the
	action area box) (dialog.h, dialog.cpp).

	Put icon in efax and efax-gtk about dialogs (dialogs.cpp).

	Replace AC_CONFIG_HEADER macro with AC_CONFIG_HEADERS when
	configuring (Samuli Suominen) (configure.ac).

	Update build system to automake-1.13.3 (config.guess, config.sub,
	depcomp, INSTALL).

	Update desktop file (Samuli Suominen) (efax-gtk.desktop).

Version 3.2.12 (1st June 2013)
--------------

	Force GType initialisation of GtkEntry for GtkSettings
	(mainwindow.cpp).

	Correct entry sizing in settings dialog (settings.cpp).

	Improve tray icon sizing (tray_icon.cpp).

	Permit the program to build against c++-gtk-utils-2.2 (this
	requires increasing the c++-gtk-utils-1.2 dependency to 1.2.13,
	and increasing the c++-gtk-utils-2.0 dependency to 2.0.1)
	(acinclude.m4, README; mainwindow.h, mainwindow.cpp).

	Cause bootstrap.sh to build translation files (bootstrap.sh).

	Update build system to automake-1.13.1 (configure.ac,
	config.guess, config.sub, depcomp, INSTALL, install-sh, missing;
	src/Makefile.am; efax/Makefile.am).

Version 3.2.11 (1st January 2013)
--------------

	Workaround for a bug in GtkFileChooserDialog in later versions of
	gtk+-2.24 (dialogs.cpp).

	Change efax-gtk.desktop to meet
	http://specifications.freedesktop.org/menu-spec/menu-spec-latest.html
	recommendations (efax-gtk.desktop).

	Add French translation (Charlie Ledocq) (po/fr.po, LINGUAS).

Version 3.2.10 (21st October 2012)
--------------

        Update build system to automake-1.12.1 and autoconf-2.69.

	Suppress gtk+-3 deprecation warnings (acinclude.m4).

	Set locale even if NLS not set (main.cpp).

	Deal better with GtkMessageDialog format string (dialog.cpp).

	Use automake silent rules (configure.ac).

	Correct icon entry in efax-gtk.desktop file (efax-gtk.desktop).

	Simplify file chooser selection code (dialogs.cpp).

	Call atexit() instead of glib's now deprecated g_atexit() (the use
	of atexit() in this program is entirely safe) (main.cpp).

	Remove unnecessary pointer value check in present_prog()
	(main.cpp).

	Add Spanish translation (Antonio Trujillo) (po/LINGUAS, po/es.po,
	po/efax-gtk.pot; mainwindow.cpp).

	Update copyright notices (COPYING, README; addressbook.h,
	addressbook.cpp, dialogs.h, dialogs.cpp, efax_controller.h,
	efax_controller.cpp, fax_list.h, fax_list.cpp, fax_list_manager.h,
	fax_list_manager.cpp, file_list.h, file_list.cp, gpl.h,
	helpfile.h, helpfile.cpp, logger.h, logger.cpp, main.cpp,
	mainwindow.h, mainwindow.cpp, prog_defs.h, redial_queue.h,
	redial_queue.cpp, settings.h, settings.cpp, settings_help.h,
	settings_help.cpp, socket_list.h, socket_list.cpp,
	socket_notify.h, socket_notify.cpp, socket_server.h,
	socket_server.cpp, tray_icon.h, tray_icon.cpp;
	utils/cairo_handle.h, utils/icon_info_handle.h,
	utils/mono_tiff_print_manager.h,
	utils/mono_tiff_print_manager.cpp,
	utils/pango_layout_iter_handle.h, utils/selected_rows_handle.h,
	utils/selected_rows_handle.cpp, utils/sem_sync.h,
	utils/tiff_handle.h, utils/toolbar_append_widget.h,
	utils/toolbar_append_widget.cpp, utils/tree_path_handle.h,
	utils/tree_row_reference_handle.h, utils/utf8_utils.h,
	utils/utf8_utils.cpp;
	efax-gtk-faxfilter/efax-gtk-socket-client.cpp.

	Update documentation (README).

	Update configuration scripts (acinclude.m4).

Version 3.2.9 (21st December 2011)
-------------

	Have a hard dependency on c++-gtk-utils-1.2 >= 1.2.7 or
	c++-gtk-utils-2.0 >= 2.0.0-rc1, so that C++0x/11 can be more
	easily supported, and maintainability is improved (README,
	acinclude.m4, configure.ac, src/Makefile.am,
	src/utils/Makefile.am, po/POTFILES.in; delete src/internal
	directory and its contents.)

	Make the settings help dialogs of a reasonable size with GTK+3
	(settings_help.cpp).

	Permit IPv6 addresses to be specified with a wildcard and only
	one, or no, ':' character (socket_server.cpp).

	Explicitly set shadow type of fax input frame (mainwindow.cpp).

	Change library linking order (src/Makefile.am and
	efax/Makefile.am).

	Remove unnecessary configure checks (acinclude.m4, configure.ac
	and src/Makefile.am)

	Upgrade gettext to version 0.18 and include m4 macros
	(po/Makefile.in.in, po/Rules-quot, m4 directory, Makefile.am).

	Add proper header checks at configuration time (configure.ac).

Version 3.2.8 (30th March 2011)
-------------

	Permit IPv6 addresses in domain name form as well as in numeric
	format (socket_server.h and socket_server.cpp).

	Improve error checking and so suppress gcc-4.6 warning
	(mainwindow.cpp; utils/mono_tiff_print_manager.cpp).

	Upgrade internal c++-gtk-utils version.

Version 3.2.7.1 (16th March 2011)
---------------

	Correct style change handling (mainwindow.h, mainwindow.cpp).

	Update comments in efax-gtkrc on "SOCK_OTHER_ADDRESSES:" for IPv6
	(efax-gtkrc).

Version 3.2.7 (14th March 2011)
-------------

	Change default gtk target to gtk+3, and permit
	--with-gtk-version=gtk2 and --with=gtk-version=gtk3 as well as
	--with-gtk-version=gtk+2 and --with=gtk-version=gtk+3
	(acinclude.m4, README).

	Provide option for server to accept IPv6 connections (efax-gtkrc;
	prog_defs.h, main.cpp, mainwindow.cpp, settings.h, settings.cpp,
	settings_help.h, settings_help.cpp, socket_server.h and
	socket_server.cpp).

	Use GtkStyleContext for a GTK+3 compile (acinclude.m4;
	addressbook.cpp, dialogs.h, dialogs.cpp, fax_list.cpp,
	fax_list-manager.cpp, helpfile.cpp, logger.cpp, main.cpp,
	mainwindow.h and mainwindow.cpp).

	Correct non-sh-ism in configuration files (acinclude.m4).

	Include efax-gtk.png icon in rpm spec file (efax-gtk.spec.in).

        Minor adjustments to MonoTiffPrintManager implementation
	(utils/mono_tiff_print_manager.h and
	utils/mono_tiff_print_manager.cpp).

	Provide some explicit casts for std::pair constructor required by
	C++0x (dialogs.cpp, fax_list.cpp, file_list.cpp, socket_list.cpp).

	Provide compile option for c++-gtk-utils-2.0 (acinclude.m4,
	README; efax_controller.cpp, fax_list.cpp, gpl.h, logger.cpp,
	socket_server.h and socket_server.cpp).

	Surpress warning about std::auto_ptr being deprecated when
	compiling under C++0x (acinclude.m4).

	Upgrade internal c++-gtk-utils version to 1.2.12 (and also adjust
	the configuration files for that (acinclude.m4, configure.ac;
	src/internal/c++-gtk-utils/Makefile.am)).

Version 3.2.6 (13th November 2010)
-------------

	Do not require dbus-glib where glib >= 2.26 is installed
	(acinclude.4, configure.ac, src/Makefile.am,
	src/internal/c++-gtk-utils/Makefile.am with upgraded
	c++-gtk-utils).

	Fixes for gtk+-2.91 (acinclude.m4, addressbook.cpp, dialogs.cpp,
	fax_list.cpp, fax_list_manager.cpp, helpfile.cpp, logger.cpp,
	main.cpp, mainwindow.h, mainwindow.cpp, settings.cpp and
	socket_notify.cpp).

	Improve widget sizing for widgets displaying text
	(efax_controller.h, mainwindow.h and mainwindow.cpp).

	Fix compilation error with gtk+-2.12 (mainwindow.cpp).

	Remove anachronistic comment (utils/mono_tiff_print_manager.cpp).

	Upgrade internal c++-gtk-utils version to 1.2.7.

Version 3.2.5 (13th October 2010)
-------------

	Fix segfault when printing faxes with cairo-1.10
	(utils/mono_tiff_print_manager.h and
	utils/mono_tiff_print_manager.cpp).

	Use cairo rather than the GDK drawing functions to draw the
	indicator of whether there are print jobs from the socket to be
	faxed (mainwindow.h, mainwindow.cpp and utils/cairo_handle.h).

	Use gtk_tree_view_convert_bin_window_to_widget_coords() instead of
	gtk_widget_get_pointer() in order to obtain the pointer position
	in widget co-ordinates for tree view motion notify events
	(fax_list_manager.cpp).

	Modify argument handling for efax message functions to avoid an
	invalid double call to vfprintf() on the same va_list value (this
	bug is triggered on some systems when using the 'fax' script but
	does not directly affect efax-gtk) (efax/efaxmsg.c, efax/PATCHES).

	Upgrade internal c++-gtk-utils version to 1.2.6.

Version 3.2.4 (2nd August 2010)
-------------

	Fix uncaught exception where a file to be faxed is not in valid
	postscript/PDF format (efax_controller.cpp).

	Include the former gnome stock_send-fax icon as the standard icon
	for efax-gtk (Makefile.am, efax-gtk.desktop, efax-gtk.png,
	AUTHORS; main.cpp).

	Use XkbBell() rather than XBell() where available (acinclude.m4,
	main.cpp).

	Include pkg-config test for x11.pc, if available (acinclude.m4 and
	src/Makefile.am).

	Further build fixes for Debian Hurd (src/efax_controller.cpp and
	src/fax_list.cpp; efax/efaxmsg.c).

	Update Hungarian translation (László Csordás) (hu.po and
	mainwindow.cpp).

	Remove redundant anonymous namespace for callbacks with C linkage
	(addressbook.h, addressbook.cpp, dialogs.h, dialogs.cpp,
	fax_list.h, fax_list.cpp, fax_list_manager.h,
	fax_list_manager.cpp, file_list.h, file_list.cpp, helpfile.h,
	helpfile.cpp, logger.h, logger.cpp, mainwindow.h, mainwindow.cpp,
	redial_queue.h, redial_queue.cpp, settings.h, settings.cpp,
	settings_help.h, settings_help.cpp, socket_list.h,
	socket_list.cpp, socket_notify.h, socket_notify.cpp, tray_icon.h,
	tray_icon.cpp, utils/mono_tiff_print_manager.h,
	utils/mono_tiff_print_manager.cpp, utils/selected_rows_handle.h,
	utils/selected_rows_handle.cpp).

	Correct linkage specification of present_prog() (main.cpp).

	Use Cgu::start_timeout_seconds() rather than Cgu::start_timeout()
	where available (fax_list_manager.cpp, logger.cpp).

	Remove redundant comments (prog_defs.h,
	utils/toolbar_append_widget.cpp).

	Upgrade internal c++-gtk-utils version to 1.2.4.
2014-07-19 06:44:05 +00:00
..
asterisk Update to Asterisk 11.10.2: this fixes multiple security issues along 2014-07-02 03:06:24 +00:00
asterisk-sounds-de-x9media
asterisk-sounds-native
asterisk10 Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
asterisk18 Update to Asterisk 1.8.28.2: this fixes multiple vulnerabilities and 2014-07-02 03:20:43 +00:00
binkd
birda Fix undefined and broken loop. Fix obviously broken format string. 2013-10-10 00:02:17 +00:00
bthfp Fix printf argument type. Handle errors properly. Bump revision. 2013-09-10 14:13:40 +00:00
conserver Remove example rc.d scripts from PLISTs. 2014-03-11 14:04:57 +00:00
conserver8 Remove example rc.d scripts from PLISTs. 2014-03-11 14:04:57 +00:00
deforaos-phone Recursive revbump from pulseaudio-5.0 2014-06-09 14:18:04 +00:00
dl-ezkit
efax
efax-gtk Update to 3.2.13 2014-07-19 06:44:05 +00:00
estic
fidogate Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
gammu Recursive PKGREVISION bump for OpenSSL API version bump. 2014-02-12 23:17:32 +00:00
gkermit
gnome-pilot Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
gsmlib
hylafax Changes 6.0.6: 2014-03-14 15:59:29 +00:00
java-rxtx
jpilot Recursive revbump from x11/pixman 2014-05-05 00:47:34 +00:00
jpilot-syncmal Recursive revbump from x11/pixman 2014-05-05 00:47:34 +00:00
kermit A standard unused Makefile in case we need it 2014-06-23 22:25:39 +00:00
kyopon Continue on pointer sign warnings from clang. 2013-09-10 14:14:02 +00:00
libmal
libopensync recursive bump from icu shlib major bump. 2014-04-09 07:26:56 +00:00
libopensync-plugin-evolution2 recursive bump from icu shlib major bump. 2014-04-09 07:26:56 +00:00
libopensync-plugin-file recursive bump from icu shlib major bump. 2014-04-09 07:26:56 +00:00
libopensync-plugin-kdepim recursive bump from ilmbase shlib version change. 2014-04-10 06:21:18 +00:00
libopensync-plugin-syncml recursive bump from icu shlib major bump. 2014-04-09 07:26:56 +00:00
libsyncml
libticables2 LDFLAGS.SunOS+= -lsocket -lnsl; Fixes build failure, ideally. 2013-12-31 15:41:17 +00:00
libticalcs2 Import libticalcs2-1.1.7 as comms/libticalcs2. 2013-05-26 22:58:30 +00:00
libticonv Import libticonv-1.1.3 as comms/libticonv. 2013-05-26 22:59:06 +00:00
libtifiles2 Import libtifiles2-1.1.5 as comms/libtifiles2. 2013-05-26 22:59:42 +00:00
lirc Remove example rc.d scripts from PLISTs. 2014-03-11 14:04:57 +00:00
lrzsz spaces 2014-05-22 11:14:13 +00:00
malsync Reset maintainer for resigned developers. 2013-12-23 11:57:02 +00:00
mgetty+sendfax Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
minicom New for version 2.6.2: 2013-10-09 10:53:24 +00:00
modemd Also needs groff 2014-02-24 12:44:23 +00:00
msynctool recursive bump from icu shlib major bump. 2014-04-09 07:26:56 +00:00
multisync-gui Mark packages that are not ready for python-3.3 also not ready for 3.4, 2014-05-09 07:36:53 +00:00
obexapp Remove example rc.d scripts from PLISTs. 2014-03-11 14:04:57 +00:00
obexftp CMAKE_INSTALL_MANDIR is specified by pkgsrc framework now. 2013-10-09 11:50:36 +00:00
op_panel Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
openobex Dance the doxygen! 2014-04-28 12:14:26 +00:00
p5-Asterisk Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-Data-AMF Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-Device-Gsm Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-Device-Modem Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-Device-SerialPort Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-Device-XBee-API Update p5-Device-XBee-API to version 0.7. 2014-06-15 06:22:55 +00:00
p5-pilot-link Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-SMS-Send Don't expect perl to provide p5-Module-Pluggable (removed in 5.20). 2014-05-31 12:56:54 +00:00
pilot-link Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
pilot-link-libs Does not use curses or even termcap 2013-10-16 08:49:43 +00:00
pilotmgr Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
plp
py-gammu Mark packages that are not ready for python-3.3 also not ready for 3.4, 2014-05-09 07:36:53 +00:00
py-serial Mark packages that are not ready for python-3.3 also not ready for 3.4, 2014-05-09 07:36:53 +00:00
qpage
ruby-termios Add GEM_EXTSDIR support. 2014-03-13 18:09:45 +00:00
scmxx
snooper Fix attempt at detecting curses. 2013-11-05 17:38:41 +00:00
spandsp Remove fortran77 from USE_LANGUAGES as suggested by jnemeth@ 2013-06-09 23:29:34 +00:00
synce-librapi2
synce-libsynce
synce-rra
synce-serial
tilp2 Recursive revbump from x11/pixman 2014-05-05 00:47:34 +00:00
tkhylafax
tn3270 tn3270 uses termcap as well as curses. 2013-10-10 16:31:28 +00:00
xisp
xtel Install fonts into default font path. Bump PKGREVISION. 2014-06-01 16:44:38 +00:00
Makefile +libti* +tilp2; 2013-05-26 23:08:24 +00:00