Commit graph

38 commits

Author SHA1 Message Date
adam
423db761e6 Changes 3.0.15:
* Add provision for printing and viewing the logfile
* Make the expose event handler for the drawing area of the "Fax
  from socket" notifier more efficient
* Move PrintManager class to utils sub-directory as FilePrintManager
  class and provide new TextPrintManager class
* Correctly show help dialog for GTK+ print system checkbox in
  settings dialog
* Explicitly forbid copying of IntrusiveCounter and
  IntrusiveLockCounter class objects
* Do not initialise the pthread_cond_t object in a Thread::Cond
  object if the call to pthread_condattr_setclock() fails (this
  avoids a possible resource leak)
* Improve GError handling where relevant
* Change use of g_list_append() to g_list_prepend()
* Greek translation updated.
2007-10-13 17:25:19 +00:00
wiz
3528e06345 Fix paths for GConf, libglade, libart, libsigc++, lablgtk moves.
Bump PKGREVISION.
2007-09-21 13:03:25 +00:00
adam
6a962ed5e2 Changes 3.0.14:
Cater for postscript viewers such as evince which, if an instance
	of the program is already running, will return before the file to
	be viewed is displayed.

Changes 3.0.13:
	Use GtkToolItem interface where compiled against GTK+ >= 2.4

	Use Glib atomic functions for locked reference counting where
	compiled against glib >= 2.4

	Improve robustness of referencing of PrintManager class

	Don't allow GtkEntry objects to select contents automatically when
	acquiring focus and update copyright notice

	Take some miscellaneous thread functions/objects out of global
	namespace

	Refer to evince rather than ggv as the Gnome ps file viewer

	Modify interface of AsyncQueue class

	In the README file, refer to using rpmbuild and not rpm to build
	rpm packages.
2007-03-21 22:15:11 +00:00
adam
0ec57045cc Changes 3.0.12:
Update Catalan translation (Jordi Sayol) and Hebrew translation

	Correct failure to clear the list of permitted client addresses
	for the socket interface after changing settings from the settings
	dialog.

	Hostname addresses permitted to connect to the socket server may
	now be specified in numeric dot notation.  Numeric dot notation
	may also contain a trailing * as a wildcard.

	Make memory management of the PrintManager class easier/safer for
	the user.

	Revise method for passing of arguments to threads.

	Correct threading explanation for the program.

	Correct format of efax-gtk man page.

	Revise the 'mail_fax' script to refer to Heirloom mailx rather
	than nail.

	Update the copyright dates in the efax-gtk man file.

PkgSrc: do not depend on comms/efax, fixing PR#33788
2007-01-07 13:46:18 +00:00
adam
14c1f4c973 Changes 3.0.11:
* Correct file descriptor leak when viewing a fax.
* Implement printing of faxes in fax lists via the GTK+ print system
  where compiled against GTK+2.10 or higher.
* Improve handling of user locales with streams.
* Use AC_COMPILE_IFELSE/AC_LANG_PROGRAM autoconf macros instead of
  the AC_TRY_COMPILE macro when configuring the program.
* Correct derivation of fdistream class for wide characters (not
  relevant to efax-gtk).
* Mention the need to call g_thread_init() before Notifier::init()
  in the Notifier documentation.
* Correct help information concerning sending faxes via socket and
  pop-up dialog.
* Explicitly include <ios> header where relevant.
2006-09-24 16:56:16 +00:00
adam
f7f6c6e19b Changes 3.0.10:
Update Albanian translation (Besnik Bleta) and Catalan translation

	Add Traditional Chinese translation (including efax-gtk.desktop)

	Make the sort direction of the fax lists selectable

	Improve time reporting to main window and to logfile

	Have GobjHandle<> sink objects with floating references, and with
	GTK+-2.9 and above use g_object_ref_sink() instead of
	g_object_ref()/gtk_object_sink()

	Have consistent keys shortcuts for the closing of dialogs

	Use in_addr_t type explicitly where relevant

	More...
2006-06-12 09:12:33 +00:00
joerg
58b83a32ec Needs pkg-config. 2006-06-11 13:33:17 +00:00
adam
5e0cae8d15 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.
2006-05-29 06:41:38 +00:00
joerg
c298c9a135 Uses C++. 2006-05-15 19:14:49 +00:00
wiz
02f8f7c52d Bump BUILDLINK_ABI_DEPENDS.png and PKGREVISION for png-1.2.9nb2 update. 2006-04-17 13:45:57 +00:00
jlam
9c8b5ede43 Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no
developer is officially maintaining the package.

The rationale for changing this from "tech-pkg" to "pkgsrc-users" is
that it implies that any user can try to maintain the package (by
submitting patches to the mailing list).  Since the folks most likely
to care about the package are the folks that want to use it or are
already using it, this would leverage the energy of users who aren't
developers.
2006-03-04 21:28:51 +00:00
joerg
5911def816 Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
wiz
768c589c29 Bump BUILDLINK_RECOMMENDED of textproc/expat to 2.0.0 because
of the shlib major bump.
PKGREVISION++ for the dependencies.
2006-01-24 07:31:52 +00:00
adam
d3cb962ca9 Changes 3.0.8:
Update Greek translation (Hellenic Linux Users Group).

	Add German translation (po/de.po and mainwindow.cpp).

	Destroy thread attribute object correctly (utils/thread.h and
	utils/thread.cpp).

	Use GtkSpinButton objects in the settings dialog where relevant
	(settings.h, settings.cpp and settings_help.cpp).

	Improve documentation/commenting of write_error() function
	(mainwindow.cpp).

	Update gettext tools to latest version (gettext-0.14.5)
	(po/Makevars and po/Rules-quot).

	Move typedef of InstanceMap into the Notifier class
	(utils/notifier.h and utils/notifier.cpp).

	Provide specific CFLAGS and CXXFLAGS specification in rpm spec
	file (efax-gtk.spec.in and efax-gtk.spec).
2006-01-16 14:24:53 +00:00
jlam
dc9594e09d Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mk
automatically detects whether we want the pkginstall machinery to be
used by the package Makefile.
2005-12-29 06:21:30 +00:00
rillig
579e977969 Ran "pkglint --autofix", which corrected some of the quoting issues in
CONFIGURE_ARGS.
2005-12-05 23:55:01 +00:00
adam
5071c8392b Changes 3.0.6:
Add simplified Chinese translation

	Provide internationalisation support for the efax program to which
	efax-gtk is a front end

	Make the fax top header line of a sent fax charset independent,
	and remove some incorrect codeset conversions

	Deal with two minor timing/race issues

	Make Notifier::make_id() a static method, since it only uses local
	or static objects

	Instead of omitting the call to setlocale() in efax/efix.c, after
	setting the locales to match their environment, reset LC_NUMERIC
	to the "C" locale

	Update Hungarian translation
2005-10-17 09:25:42 +00:00
adam
3cf263a76a Changes 3.0.5:
Provide a further explicit cast to void* in sentinel for elipsis
	arguments, for 64-bit systems

	Provide for the automatic updating of the fax lists when a fax is
	received or sent

	Provide for the received fax list to show the number of new faxes
	received since the program was last started

	Make minor changes to handling of colours of certain labels

	Make the program close properly if the "Quit" item is chosen from
	the system tray menu and a blocking modal dialog is showing

	Remove unnecessary use of GtkAlignment objects to adjust labels
2005-09-27 15:13:03 +00:00
adam
08d272a135 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.
2005-08-16 12:56:57 +00:00
adam
2f93aee2c5 Changes 3.0.3:
Provide a settings option to omit the destination fax number from
	the fax page top header line

	Use a mutex to ensure that writes to the Notifier pipe are atomic
	between threads

	Some fixes for 64 bit systems:

	Fixes for (harmless) warnings issued by gcc-4.0
2005-07-22 21:35:27 +00:00
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
adam
22c9778607 Changes 2.2.15:
Fix bug where the Trash folder is dragged in the fax lists
        (fax_list_manager.cpp).

        Greek translation added (the Hellenic Linux Users Group
        translation team).

        Italian translation updated (Luca De Rugeriis).

        Adjust image sizes for toolbar buttons in GTK+2.4 or higher
        (fax_list.cpp, file_list.cpp and socket_list.cpp).

        Provision to ensure synchronisation of memory where necessary in
        multi-processor systems (efax_controller.h and
        efax_controller.cpp).
2005-03-30 13:49:28 +00:00
minskim
5e28b53ad3 Use VARBASE. 2004-12-29 15:42:37 +00:00
wiz
6e02d7ee41 Rename ALL_TARGET to BUILD_TARGET for consistency with other *_TARGETs.
Suggested by Roland Illig, ok'd by various.
2004-12-03 15:14:50 +00:00
tv
c487cb967a Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10
in the process.  (More information on tech-pkg.)

Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.

Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.
2004-10-03 00:12:51 +00:00
snj
820e439a9a Convert to buildlink3. 2004-04-26 22:07:06 +00:00
agc
dc52048e01 Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:07:06 +00:00
grant
91f00f1cbc s/netbsd.org/NetBSD.org/ 2003-07-17 21:21:03 +00:00
wiz
43fa0c7cb6 PKGREVISION bump for libiconv update. 2003-07-13 13:50:19 +00:00
jschauma
e366d0c694 Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.
Should anybody feel like they could be the maintainer for any of thewe packages,
please adjust.
2003-06-02 01:15:31 +00:00
wiz
7166660e08 Dependency bumps, needed because of devel/pth's major bump, and related
dependency bumps.
2003-05-02 11:53:34 +00:00
jmmv
0916498c1b Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz. 2003-03-29 12:40:00 +00:00
jmmv
f973f80011 Rename the libsigc++ dependancy to libsigc++10. Bump PKGREVISION. 2003-03-01 11:49:10 +00:00
jlam
d7f69e47ce Instead of including bsd.pkg.install.mk directly in a package Makefile,
have it be automatically included by bsd.pkg.mk if USE_PKGINSTALL is set
to "YES".  This enforces the requirement that bsd.pkg.install.mk be
included at the end of a package Makefile.  Idea suggested by Julio M.
Merino Vidal <jmmv at menta.net>.
2003-01-28 22:03:00 +00:00
jmmv
b29177274c Make this package install its configuration file under the examples tree
and use bsd.pkg.install.mk to copy it to PKG_SYSCONFDIR.
Bump PKGREVISION to 2.
2002-12-25 13:18:24 +00:00
wiz
907d041055 Convert to buildlink2. 2002-09-11 23:45:13 +00:00
wiz
a24fe062bb Depend on latest gtk-- version, and bump PKGREVISION for it
[major bump in gtk--].
2002-09-11 22:17:07 +00:00
jtb
4dda3b8a95 Initial import of efax-gtk.
This program is a Gtk+/Gtk-- front end for the efax program for
receiving and sending faxes with a fax modem.  To use it you must have
efax and ghostscript installed, and the executables (efax, efix and
gs) must be situated in the default system path.

Any files to be faxed must be in postscript format, which is the
generic printer format for Unix/Linux systems.  The program will use
ghostscript to convert these into the Group 3 fax format which the fax
modem will understand.
2002-05-04 02:03:26 +00:00