Path to this page:
./
comms/efax,
Collection of small programs for sending and receiving faxes
Branch: CURRENT,
Version: 0.9nb2,
Package name: efax-0.9nb2,
Maintainer: pkgsrc-usersefax 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.
DEINSTALL [+/-]#!/bin/sh
#
# $NetBSD: DEINSTALL,v 1.2 2003/08/30 18:40:06 jlam Exp $
case "$1" in
DEINSTALL)
if [ -d /var/spool/efax ]; then
filecount=`${FIND} /var/spool/efax -type f 2>/dev/null | wc -l`
if [ $filecount -eq 0 ]; then
${ECHO} "Removing empty efax spool directories..."
${RM} -r /var/spool/efax
fi
fi
if [ -d /var/log/efax ]; then
filecount=`${FIND} /var/log/efax -type f 2>/dev/null | wc -l`
if [ $filecount -eq 0 ]; then
${ECHO} "Removing empty efax log directories..."
${RM} -r /var/log/efax
fi
fi
;;
esac
Required to build:[
pkgtools/cwrappers]
Master sites: (Expand)
Filesize: 94.469 KB
Version history: (Expand)
- (2017-11-23) Package has been reborn
- (2010-06-03) Updated to version: efax-0.9nb2
- (2006-04-13) Updated to version: efax-0.9nb1
- (2005-10-05) Package added to pkgsrc.se, version efax-0.9 (created)
CVS history: (Expand)