From owner-freebsd-questions@FreeBSD.ORG Tue Sep 5 21:50:29 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4A4DE16A4DA for ; Tue, 5 Sep 2006 21:50:29 +0000 (UTC) (envelope-from henry.lenzi@gmail.com) Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.238]) by mx1.FreeBSD.org (Postfix) with ESMTP id D052443D46 for ; Tue, 5 Sep 2006 21:50:28 +0000 (GMT) (envelope-from henry.lenzi@gmail.com) Received: by wx-out-0506.google.com with SMTP id i27so2403297wxd for ; Tue, 05 Sep 2006 14:50:28 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=ZKulqedeBcI6sGUNvBB8bwxuiv7JUsFd9SkZR8wj2k5OfDsKYnBFdzwNGA1VaQwDqe5MOmDfrWYWri9jCwiE94NW2aDvvWnCTHK+c93oLGpfgmyKCi0W3UcqU4OsUHD1TwUYSNPur1cJpb5humH61rBpKZM2+9A+NKS1UuS6M4w= Received: by 10.70.13.1 with SMTP id 1mr10832492wxm; Tue, 05 Sep 2006 14:48:54 -0700 (PDT) Received: by 10.70.95.9 with HTTP; Tue, 5 Sep 2006 14:48:54 -0700 (PDT) Message-ID: <8b4c81f0609051448m24552082la5d332ec6376efb3@mail.gmail.com> Date: Tue, 5 Sep 2006 18:48:54 -0300 From: "Henry Lenzi" To: "Ivan Levchenko" In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: Cc: freebsd-questions@freebsd.org Subject: Re: ebook reader X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Sep 2006 21:50:29 -0000 On 9/5/06, Ivan Levchenko wrote: > Is there anything in the ports tree for reading books on the computer? > something like Tom Reader or Ice book reader for windows? > I don't know what those are, since I don't use Windows. For ebooks, there are a variety of choices. These choices depend on the format of the ebook. Note that PDB files are proprietary and who know how they're specified...Which means for PDB files, I can't offer any solution. All this stuff is in ports: Type of file Solution ----------------- ------------ PDF epdfviewer, kpdf, gv, xpdf, acrobat, gpdf PostScript (PS) gv, ggv (?) dvi probably xdvi chm xchm djvu djvulibre, JavaDjVu A note on djvu: although djvulibre is in /usr/ports/graphics, I could not get the viewer (djview) to work properly. Two solutions are: 1) grab the tarball and compile it yourself (in, say, /opt) - very simple to do, just read the INSTALL file; 2) Install the FreeBSD official JDK package and make your file manager use JavaDjVu associated with djvu files - remember to move the jar (IIRC) to the directory where you store your djvu files. Hope this helps. Cheers, Henry Lenzi