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.4:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2cad396e9f3c
branches:  trunk
changeset: 498213:2cad396e9f3c
user:      adam <adam%pkgsrc.org@localhost>
date:      Tue Aug 16 12:56:57 2005 +0000

description:
Changes 3.0.4:

        Add a date column to the fax lists, which derives the time of the
        fax from the fax ID (the directory in which faxes are stored)

        Provide for the fax ID (the directory in which faxes are stored)
        for received faxes to be derived from the time that the fax is
        received rather than the time that efax-gtk is put into receive
        mode.  This enables the fax lists to display the correct time of a
        received fax.

        Now that stored fax directories (fax name IDs) are not displayed
        in the fax lists, provide the part of the ID representing a year
        in 4 (or more) digit rather than 2 digit format (someone in 2099
        might be pleased!).

        Put a UTF-8 validation function in namespace Utf8.

        Where relevant, handle PipeFifo and Notifier errors by exceptions
        - consequential on putting the source for these in the utils
        sub-directory.

        Change clean-up arrangements on start-up.

        Correct false calls to _exit() in FaxListDialog::view_fax_thread()

        Make the PipeFifo and SemSync classes explicitly non-copiable

        Provide further explicit casts to void* in sentinels for elipsis
        arguments for 64-bit systems.

diffstat:

 comms/efax-gtk/Makefile         |   6 +++---
 comms/efax-gtk/distinfo         |  16 ++++++++--------
 comms/efax-gtk/patches/patch-aa |   8 ++++----
 comms/efax-gtk/patches/patch-ab |  12 ++++++------
 comms/efax-gtk/patches/patch-ac |   8 ++++----
 comms/efax-gtk/patches/patch-ad |   6 +++---
 6 files changed, 28 insertions(+), 28 deletions(-)

diffs (146 lines):

diff -r 90c990af9fcf -r 2cad396e9f3c comms/efax-gtk/Makefile
--- a/comms/efax-gtk/Makefile   Tue Aug 16 12:40:38 2005 +0000
+++ b/comms/efax-gtk/Makefile   Tue Aug 16 12:56:57 2005 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.19 2005/07/22 21:35:27 adam Exp $
+# $NetBSD: Makefile,v 1.20 2005/08/16 12:56:57 adam Exp $
 
-DISTNAME=      efax-gtk-3.0.3.src
-PKGNAME=       efax-gtk-3.0.3
+DISTNAME=      efax-gtk-3.0.4.src
+PKGNAME=       efax-gtk-3.0.4
 CATEGORIES=    comms
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=efax-gtk/}
 EXTRACT_SUFX=  .tgz
diff -r 90c990af9fcf -r 2cad396e9f3c comms/efax-gtk/distinfo
--- a/comms/efax-gtk/distinfo   Tue Aug 16 12:40:38 2005 +0000
+++ b/comms/efax-gtk/distinfo   Tue Aug 16 12:56:57 2005 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.7 2005/07/22 21:35:27 adam Exp $
+$NetBSD: distinfo,v 1.8 2005/08/16 12:56:57 adam Exp $
 
-SHA1 (efax-gtk-3.0.3.src.tgz) = d906677a9563c144815b752d40480a5f17f633f8
-RMD160 (efax-gtk-3.0.3.src.tgz) = 2aad97a6dccf5cbdc8620828ff76dc42a6630a9d
-Size (efax-gtk-3.0.3.src.tgz) = 793184 bytes
-SHA1 (patch-aa) = 2d21549d13d44b1e01817ab9bda269eaa9c7fb73
-SHA1 (patch-ab) = 0abdf8fc0c363c4896d8720e026bb02b45ac77de
-SHA1 (patch-ac) = 4efe6ad2591ba879dd12da2674106f171ac933c9
-SHA1 (patch-ad) = 62e507d74e8ca4327ed2e7771887d1eb4c8b3e4e
+SHA1 (efax-gtk-3.0.4.src.tgz) = dae404300df30535b43a60d3d3c6890ff748ced5
+RMD160 (efax-gtk-3.0.4.src.tgz) = 7feaaa724e8c76b5b9b4ca0969532645cad10f2d
+Size (efax-gtk-3.0.4.src.tgz) = 803390 bytes
+SHA1 (patch-aa) = 5a13ae318ebe3e75a3cad5098203ee7953c57d0a
+SHA1 (patch-ab) = 7cd852aeec04fc25f3b6b8d18248e404c33b40f7
+SHA1 (patch-ac) = c3aa9ed1251e8b71eb99b0f156ad514fea299c26
+SHA1 (patch-ad) = ab85c62b42e19ddb7fcacc1dfebde04a115c7437
diff -r 90c990af9fcf -r 2cad396e9f3c comms/efax-gtk/patches/patch-aa
--- a/comms/efax-gtk/patches/patch-aa   Tue Aug 16 12:40:38 2005 +0000
+++ b/comms/efax-gtk/patches/patch-aa   Tue Aug 16 12:56:57 2005 +0000
@@ -1,8 +1,8 @@
-$NetBSD: patch-aa,v 1.5 2005/07/22 21:35:27 adam Exp $
+$NetBSD: patch-aa,v 1.6 2005/08/16 12:56:57 adam Exp $
 
---- Makefile.in.orig   2005-07-16 11:46:32.000000000 +0000
+--- Makefile.in.orig   2005-08-13 16:41:35.000000000 +0000
 +++ Makefile.in
-@@ -142,7 +142,7 @@ sharedstatedir = @sharedstatedir@
+@@ -144,7 +144,7 @@ sharedstatedir = @sharedstatedir@
  sysconfdir = @sysconfdir@
  target_alias = @target_alias@
  
@@ -11,7 +11,7 @@
  
  desktopdir = $(datadir)/applications
  
-@@ -266,12 +266,12 @@ uninstall-desktopDATA:
+@@ -268,12 +268,12 @@ uninstall-desktopDATA:
  sysconfDATA_INSTALL = $(INSTALL_DATA)
  install-sysconfDATA: $(sysconf_DATA)
        @$(NORMAL_INSTALL)
diff -r 90c990af9fcf -r 2cad396e9f3c comms/efax-gtk/patches/patch-ab
--- a/comms/efax-gtk/patches/patch-ab   Tue Aug 16 12:40:38 2005 +0000
+++ b/comms/efax-gtk/patches/patch-ab   Tue Aug 16 12:56:57 2005 +0000
@@ -1,8 +1,8 @@
-$NetBSD: patch-ab,v 1.4 2005/07/22 21:35:27 adam Exp $
+$NetBSD: patch-ab,v 1.5 2005/08/16 12:56:57 adam Exp $
 
---- src/efax_controller.cpp.orig       2005-06-14 20:37:33.000000000 +0000
+--- src/efax_controller.cpp.orig       2005-08-09 20:18:18.000000000 +0000
 +++ src/efax_controller.cpp
-@@ -229,8 +229,8 @@ std::pair<const char*, char* const*> Efa
+@@ -227,8 +227,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);
  }
-@@ -284,7 +284,7 @@ void EfaxController::sendfax_slot(void) 
+@@ -282,7 +282,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
-@@ -627,8 +627,8 @@ std::pair<const char*, char* const*> Efa
+@@ -624,8 +624,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);
  }
-@@ -734,7 +734,7 @@ void EfaxController::receive(State mode)
+@@ -695,7 +695,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 90c990af9fcf -r 2cad396e9f3c comms/efax-gtk/patches/patch-ac
--- a/comms/efax-gtk/patches/patch-ac   Tue Aug 16 12:40:38 2005 +0000
+++ b/comms/efax-gtk/patches/patch-ac   Tue Aug 16 12:56:57 2005 +0000
@@ -1,6 +1,6 @@
-$NetBSD: patch-ac,v 1.4 2005/07/22 21:35:27 adam Exp $
+$NetBSD: patch-ac,v 1.5 2005/08/16 12:56:57 adam Exp $
 
---- src/fax_list.cpp.orig      2005-06-03 19:07:41.000000000 +0000
+--- src/fax_list.cpp.orig      2005-08-10 22:16:28.000000000 +0000
 +++ src/fax_list.cpp
 @@ -571,7 +571,7 @@ std::pair<const char*, char* const*> Fax
    std::vector<std::string> efix_parms;
@@ -22,7 +22,7 @@
  
    return std::pair<const char*, char* const*>(prog_name, exec_parms);
  }
-@@ -917,7 +917,7 @@ void FaxListDialog::print_fax_thread(voi
+@@ -924,7 +924,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);
      }
-@@ -1028,7 +1028,7 @@ void FaxListDialog::view_fax_thread(void
+@@ -1035,7 +1035,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 90c990af9fcf -r 2cad396e9f3c comms/efax-gtk/patches/patch-ad
--- a/comms/efax-gtk/patches/patch-ad   Tue Aug 16 12:40:38 2005 +0000
+++ b/comms/efax-gtk/patches/patch-ad   Tue Aug 16 12:56:57 2005 +0000
@@ -1,8 +1,8 @@
-$NetBSD: patch-ad,v 1.3 2005/07/22 21:35:27 adam Exp $
+$NetBSD: patch-ad,v 1.4 2005/08/16 12:56:57 adam Exp $
 
---- src/main.cpp.orig  2005-06-14 20:08:17.000000000 +0000
+--- src/main.cpp.orig  2005-08-13 14:20:09.000000000 +0000
 +++ src/main.cpp
-@@ -462,7 +462,7 @@ std::string configure_prog(bool reread) 
+@@ -484,7 +484,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