diff options
author | Jay <ld.jay@protonmail.com> | 2020-11-07 09:24:12 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-11-07 09:24:12 +0700 |
commit | 1f1102807266bfc1f53dbbd6a81771d31de1ea8e (patch) | |
tree | c973aec1e0085100bb71c7ce461c32935f770cf6 /network/efax/README | |
parent | b7ce2b9accc2f83e5530dbc776b25cd4db9394c1 (diff) | |
download | slackbuilds-1f1102807266bfc1f53dbbd6a81771d31de1ea8e.tar.gz |
network/efax: Added (send/receive fax).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/efax/README')
-rw-r--r-- | network/efax/README | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/network/efax/README b/network/efax/README new file mode 100644 index 0000000000..ee8fe6c3ef --- /dev/null +++ b/network/efax/README @@ -0,0 +1,25 @@ +efax is a small ANSI C/POSIX program that sends and receives faxes +using any fax modem (Class 1, 2 or 2.0).* + +efax is smaller and easier to install than HylaFAX or mgetty+sendfax. +As one user put it "EFAX is a nice simple program for single user systems." + +The "fax" command, a shell script, lets you send, receive, view and print faxes. +In larger systems, faxes can be sent by printing to a "fax" printer and received +faxes can be e-mailed as MIME attachments to an administrator for distribution. +efax can also pass incoming data calls to a getty program. + +The efax package includes "efix," a program to convert between various image file formats. +To fax Postscript files you will need Ghostscript. +To view faxes you can use any program tha displays PGM files. +efix can also convert received files to Postscript or HP Laserjet formats for printing. + +This program has only a command-line interface. +If you need a GUI-based fax solution, install efax-gtk instead. + +*Any hardware-based fax modem, that is. If you have a "software modem," a so-called "Linmodem," +then you'll instead need to download the alpha version of efax and modify this SlackBuild script +accordingly. + +The alpha release can be found here: +https://www.cce.com/efax/download/efax-0.9a-001114.tar.gz |