pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/comms/efax-gtk Changes 3.0.9:
details: https://anonhg.NetBSD.org/pkgsrc/rev/7c2322177717
branches: trunk
changeset: 513457:7c2322177717
user: adam <adam%pkgsrc.org@localhost>
date: Mon May 29 06:41:38 2006 +0000
description:
Changes 3.0.9:
Swedish translation added (Daniel Nylander).
Catalan translation added (Jordi Sayol Salomo).
Use gtk_widget_queue_draw() to update the drawing area which
indicates whether a fax is in the "faxes to send" queue via an
expose event rather than doing it directly.
Cater for serial port devices in sub-directories of /dev.
Have Notifier objects detect whether the signalling thread is the
same one as the thread in which the slot will execute and if so
by-pass the Notifier pipe, and implement Notifier objects without
using a map and object IDs.
Correctly handle case of constructor of SharedPtr and SharedHandle
objects throwing.
Allow the program to compile without X.
Document the use of G_IO_HUP with iowatches.
Correct comments about the use of PipeFifo::connect_to_stdout()
and PipeFifo::connect_to_stderr().
Improve text for translation about modem classes.
Include <ostream> and <istream> headers file where relevant.
diffstat:
comms/efax-gtk/Makefile | 7 +++----
comms/efax-gtk/PLIST | 4 +++-
comms/efax-gtk/distinfo | 14 +++++++-------
comms/efax-gtk/patches/patch-ab | 12 ++++++------
comms/efax-gtk/patches/patch-ac | 28 ++++++++++++++--------------
comms/efax-gtk/patches/patch-ad | 6 +++---
6 files changed, 36 insertions(+), 35 deletions(-)
diffs (164 lines):
diff -r ccb9d8648469 -r 7c2322177717 comms/efax-gtk/Makefile
--- a/comms/efax-gtk/Makefile Mon May 29 06:36:06 2006 +0000
+++ b/comms/efax-gtk/Makefile Mon May 29 06:41:38 2006 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.30 2006/05/15 19:14:49 joerg Exp $
+# $NetBSD: Makefile,v 1.31 2006/05/29 06:41:38 adam Exp $
-DISTNAME= efax-gtk-3.0.8.src
-PKGNAME= efax-gtk-3.0.8
-PKGREVISION= 3
+DISTNAME= efax-gtk-3.0.9.src
+PKGNAME= efax-gtk-3.0.9
CATEGORIES= comms
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=efax-gtk/}
EXTRACT_SUFX= .tgz
diff -r ccb9d8648469 -r 7c2322177717 comms/efax-gtk/PLIST
--- a/comms/efax-gtk/PLIST Mon May 29 06:36:06 2006 +0000
+++ b/comms/efax-gtk/PLIST Mon May 29 06:41:38 2006 +0000
@@ -1,9 +1,10 @@
-@comment $NetBSD: PLIST,v 1.7 2006/04/17 07:07:13 jlam Exp $
+@comment $NetBSD: PLIST,v 1.8 2006/05/29 06:41:38 adam Exp $
bin/efax-gtk
man/man1/efax-gtk.1
share/applications/efax-gtk.desktop
share/examples/efax-gtkrc
share/locale/bg/LC_MESSAGES/efax-gtk.mo
+share/locale/ca/LC_MESSAGES/efax-gtk.mo
share/locale/de/LC_MESSAGES/efax-gtk.mo
share/locale/el/LC_MESSAGES/efax-gtk.mo
share/locale/en_GB/LC_MESSAGES/efax-gtk.mo
@@ -13,4 +14,5 @@
share/locale/pl/LC_MESSAGES/efax-gtk.mo
share/locale/ru/LC_MESSAGES/efax-gtk.mo
share/locale/sq/LC_MESSAGES/efax-gtk.mo
+share/locale/sv/LC_MESSAGES/efax-gtk.mo
share/locale/zh_CN/LC_MESSAGES/efax-gtk.mo
diff -r ccb9d8648469 -r 7c2322177717 comms/efax-gtk/distinfo
--- a/comms/efax-gtk/distinfo Mon May 29 06:36:06 2006 +0000
+++ b/comms/efax-gtk/distinfo Mon May 29 06:41:38 2006 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.11 2006/01/16 14:24:53 adam Exp $
+$NetBSD: distinfo,v 1.12 2006/05/29 06:41:38 adam Exp $
-SHA1 (efax-gtk-3.0.8.src.tgz) = c5a5fd9deb56aa96fa5d0fd74a396420cac6257a
-RMD160 (efax-gtk-3.0.8.src.tgz) = 702e36da7fefd570070aab5b96646868ce292d67
-Size (efax-gtk-3.0.8.src.tgz) = 926717 bytes
+SHA1 (efax-gtk-3.0.9.src.tgz) = a323253aa14474bd114c9b2d284beccde30c0dcc
+RMD160 (efax-gtk-3.0.9.src.tgz) = b28a08bcb2220748b65ffeb69eda2c7aac282e2f
+Size (efax-gtk-3.0.9.src.tgz) = 1020628 bytes
SHA1 (patch-aa) = 31791c664d6672c9c0e9b3891e3de855e9d6f0a2
-SHA1 (patch-ab) = 1a9823dfcbb2404f45f775f0ca610ced450bc944
-SHA1 (patch-ac) = 41578729f6c59736fab8ef1550d9dd0fec6e254b
-SHA1 (patch-ad) = e7f65a337f67dedb41fc1b2d59988e1a9d91f6f7
+SHA1 (patch-ab) = ec67e410d9c6d3230c9814f079025a4ee9900d72
+SHA1 (patch-ac) = c9559ab67260fbb326acc1406e89cdf558f71d4f
+SHA1 (patch-ad) = bd027f6e89cddceb646445c9dc061b0afad8b2ef
diff -r ccb9d8648469 -r 7c2322177717 comms/efax-gtk/patches/patch-ab
--- a/comms/efax-gtk/patches/patch-ab Mon May 29 06:36:06 2006 +0000
+++ b/comms/efax-gtk/patches/patch-ab Mon May 29 06:41:38 2006 +0000
@@ -1,8 +1,8 @@
-$NetBSD: patch-ab,v 1.7 2005/10/17 09:25:43 adam Exp $
+$NetBSD: patch-ab,v 1.8 2006/05/29 06:41:38 adam Exp $
---- src/efax_controller.cpp.orig 2005-09-19 23:52:27.000000000 +0000
+--- src/efax_controller.cpp.orig 2006-02-16 23:00:41.000000000 +0100
+++ src/efax_controller.cpp
-@@ -220,8 +220,8 @@ std::pair<const char*, char* const*> Efa
+@@ -224,8 +224,8 @@ std::pair<const char*, char* const*> Efa
*temp_pp = 0;
@@ -13,7 +13,7 @@
return std::pair<const char*, char* const*>(prog_name, exec_parms);
}
-@@ -275,7 +275,7 @@ void EfaxController::sendfax_slot(void)
+@@ -279,7 +279,7 @@ void EfaxController::sendfax_slot(void)
// if we reached this point, then the execvp() call must have failed
// report error and exit - uses _exit() and not exit()
@@ -22,7 +22,7 @@
"and the PATH environmental variable\n");
_exit(EXEC_ERROR);
} // end of child process
-@@ -597,8 +597,8 @@ std::pair<const char*, char* const*> Efa
+@@ -604,8 +604,8 @@ std::pair<const char*, char* const*> Efa
*temp_pp = 0;
@@ -33,7 +33,7 @@
return std::pair<const char*, char* const*>(prog_name, exec_parms);
}
-@@ -668,7 +668,7 @@ void EfaxController::receive(State mode)
+@@ -675,7 +675,7 @@ void EfaxController::receive(State mode)
// if we reached this point, then the execvp() call must have failed
// report the error and end this process - use _exit() and not exit()
diff -r ccb9d8648469 -r 7c2322177717 comms/efax-gtk/patches/patch-ac
--- a/comms/efax-gtk/patches/patch-ac Mon May 29 06:36:06 2006 +0000
+++ b/comms/efax-gtk/patches/patch-ac Mon May 29 06:41:38 2006 +0000
@@ -1,17 +1,17 @@
-$NetBSD: patch-ac,v 1.6 2005/09/27 15:13:03 adam Exp $
+$NetBSD: patch-ac,v 1.7 2006/05/29 06:41:38 adam Exp $
---- src/fax_list.cpp.orig 2005-09-11 12:23:37.000000000 +0000
+--- src/fax_list.cpp.orig 2006-03-06 23:33:40.000000000 +0100
+++ src/fax_list.cpp
-@@ -597,7 +597,7 @@ std::pair<const char*, char* const*> Fax
- std::vector<std::string> efix_parms;
- std::string temp;
-
-- efix_parms.push_back("efix-0.9a");
-+ efix_parms.push_back("efix");
- // shut up efix (comment out next line and uncomment following one if errors to be reported)
- efix_parms.push_back("-v");
- //efix_parms.push_back("-ve");
-@@ -743,8 +743,8 @@ std::pair<const char*, char* const*> Fax
+@@ -607,7 +607,7 @@ std::pair<const char*, char* const*> Fax
+ // thread while we are accessing it here
+ Thread::Mutex::Lock lock(*prog_config.mutex_p);
+
+- efix_parms.push_back("efix-0.9a");
++ efix_parms.push_back("efix");
+ // shut up efix (comment out next line and uncomment following one if errors to be reported)
+ efix_parms.push_back("-v");
+ //efix_parms.push_back("-ve");
+@@ -754,8 +754,8 @@ std::pair<const char*, char* const*> Fax
*temp_pp = 0;
@@ -22,7 +22,7 @@
return std::pair<const char*, char* const*>(prog_name, exec_parms);
}
-@@ -950,7 +950,7 @@ void FaxListDialog::print_fax_thread(voi
+@@ -964,7 +964,7 @@ void FaxListDialog::print_fax_thread(voi
// if we reached this point, then the execvp() call must have failed
// report error and then end process - use _exit(), not exit()
@@ -31,7 +31,7 @@
"and the PATH environmental variable\n");
_exit(0);
}
-@@ -1061,7 +1061,7 @@ void FaxListDialog::view_fax_thread(void
+@@ -1075,7 +1075,7 @@ void FaxListDialog::view_fax_thread(void
// if we reached this point, then the execvp() call must have failed
// report error and then end process - use _exit(), not exit()
diff -r ccb9d8648469 -r 7c2322177717 comms/efax-gtk/patches/patch-ad
--- a/comms/efax-gtk/patches/patch-ad Mon May 29 06:36:06 2006 +0000
+++ b/comms/efax-gtk/patches/patch-ad Mon May 29 06:41:38 2006 +0000
@@ -1,8 +1,8 @@
-$NetBSD: patch-ad,v 1.5 2005/10/17 09:25:43 adam Exp $
+$NetBSD: patch-ad,v 1.6 2006/05/29 06:41:38 adam Exp $
---- src/main.cpp.orig 2005-09-16 21:43:04.000000000 +0000
+--- src/main.cpp.orig 2006-03-10 23:20:31.000000000 +0100
+++ src/main.cpp
-@@ -491,7 +491,7 @@ std::string configure_prog(bool reread)
+@@ -507,7 +507,7 @@ std::string configure_prog(bool reread)
// we have finished reading the configuration file
// now enter parameters common to send and receive of faxes
Home |
Main Index |
Thread Index |
Old Index