diff options
author | clement <clement@FreeBSD.org> | 2004-04-17 06:54:19 +0800 |
---|---|---|
committer | clement <clement@FreeBSD.org> | 2004-04-17 06:54:19 +0800 |
commit | 42f82c51acbb7bdfac0a698f25c8103ec4c7eb47 (patch) | |
tree | b31206a30191c0ef6adefb99d8b14af91cf52347 /comms/efax-gtk/pkg-descr | |
parent | e46cd61f6630b084dfd6db400e81a620d64fc0d4 (diff) | |
download | freebsd-ports-gnome-42f82c51acbb7bdfac0a698f25c8103ec4c7eb47.tar.gz freebsd-ports-gnome-42f82c51acbb7bdfac0a698f25c8103ec4c7eb47.tar.zst freebsd-ports-gnome-42f82c51acbb7bdfac0a698f25c8103ec4c7eb47.zip |
Add efax-gtk 2.2.5, GUI front end for the efax fax program.
This program is a Gtk+/Gtkmm front end for the efax program for
receiving and sending faxes with a fax modem. 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.
WWW: http://www.cvine.freeserve.co.uk/efax-gtk/
PR: ports/63844
Submitted by: Jean-Baptiste Quenot <jb.quenot@caraldi.com>
Diffstat (limited to 'comms/efax-gtk/pkg-descr')
-rw-r--r-- | comms/efax-gtk/pkg-descr | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/comms/efax-gtk/pkg-descr b/comms/efax-gtk/pkg-descr new file mode 100644 index 000000000000..f018731b01d1 --- /dev/null +++ b/comms/efax-gtk/pkg-descr @@ -0,0 +1,7 @@ +This program is a Gtk+/Gtkmm front end for the efax program for receiving and +sending faxes with a fax modem. 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. + +WWW: http://www.cvine.freeserve.co.uk/efax-gtk/ |