Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 07 Mar 2004 09:08:36 -0500
From:      Dan Pelleg <daniel+bsd@pelleg.org>
To:        Stephen Liu <satimis@icare.com.hk>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: Fax software question
Message-ID:  <u2sy8qc4umz.fsf@pelleg.org>
In-Reply-To: <200403080621.30630.satimis@icare.com.hk> (Stephen Liu's message of "Mon, 8 Mar 2004 06:21:30 %2B0800")
References:  <200403070808.42826.satimis@icare.com.hk> <u2s4qt06bew.fsf@pelleg.org> <200403080621.30630.satimis@icare.com.hk>

next in thread | previous in thread | raw e-mail | index | archive | help
Stephen Liu <satimis@icare.com.hk> writes:

> - snip -
>> > # which acfax
>> > # which acfax
>> > # which efax
>> > # which gfax
>> > # which ghfaxview
>> > # which hylafx
>> > # which tkhylafax
>> > # which tkscanfax
>> > t# which viewfax
>> > all : Command not found.
>> >
>> > I suppose they have not been installed.  Kindly advise which of them is
>> > easy to config and suitable to fax text document.
>>
>> I use mgetty+sendfax (that's the port name). It accepts postscript or g3
>> format. For text input, it looks like pbmtext (from the netpbm
>> port/package) will convert text files to a suitable format (and then you
>> run pbm2g3, which is inclduded in the mgetty+sendfax pacakge).
>
> Hi Dan,
>
> Tks for your response.  I used efax on RH before.  I think it is the front-end 
> (GUI) of mgetty+sendfax.
>
[...]
>
> I think I need to install 'mgetty-1.1.30.12.16_3'.  Shall I install 
> 'netpbm-10.17_1' as well.
>
> Kindly advise.  TIA
>
> B.R.
> Stephen

Yes. Do it in one of the following ways:

1.
cd /usr/ports/comms/mgetty+sendfax
make install clean

cd /usr/ports/graphics/netpbm
make install clean

2.
portinstall mgetty+sendfax netpbm

(assuming you have portupgrade installed).

-- 

  Dan Pelleg



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?u2sy8qc4umz.fsf>