Initial import of efax.
authorjtb <jtb>
Mon, 21 May 2001 22:27:01 +0000 (22:27 +0000)
committerjtb <jtb>
Mon, 21 May 2001 22:27:01 +0000 (22:27 +0000)
commitbd65264ff181712968974ab9d313125beb424aae
treeceabbb2a110cba253558a54df612924c88f21a9e
parent641a78fe19863a3c32a1c58a04daee45e24d3fb1
Initial import of efax.

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 that displays PGM
files.  efix can convert received files to Postscript or HP Laserjet
formats for printing.

efax is distributed under the terms of the GNU General Public License.
comms/efax/Makefile [new file with mode: 0644]
comms/efax/distinfo [new file with mode: 0644]
comms/efax/patches/patch-aa [new file with mode: 0644]
comms/efax/patches/patch-ab [new file with mode: 0644]
comms/efax/patches/patch-ac [new file with mode: 0644]
comms/efax/pkg/DEINSTALL [new file with mode: 0644]
comms/efax/pkg/DESCR [new file with mode: 0644]
comms/efax/pkg/INSTALL [new file with mode: 0755]
comms/efax/pkg/MESSAGE [new file with mode: 0644]
comms/efax/pkg/PLIST [new file with mode: 0644]