the Fink project is an effort to port
popular Unix programs to Mac OS X
Package: emacs-w3
Version: 4.0.47
Revision: 1013
Distribution: 10.4
GCC: 4.0
Maintainer: William McCallum
Description: Emacs text-based web browser
Source:ftp://ftp.xemacs.org/pub/xemacs/emacs-w3/w3.tar.gz
Source-MD5: c99f44f0c7ee8609cd69512e4f587f63
SourceDirectory:w3-4.0pre.47
ConfigureParams: --infodir='${prefix}/share/info'
InfoDocs:w3-faq.info w3.info
License: GPL
CompileScript:<<
./configure %c
make
head -n 28 lisp/w3.el > LICENSE
<<
Depends: emacs20-nox (>= 20.7-16) | emacs20 (>= 20.7-16) | emacs21-nox (>= 21.3-11) | emacs21 (>= 21.3-11) | emacs21-xaw3d (>= 21.3-11)
DocFiles:LICENSE README INSTALL
DescDetail:<<
Text-based web browser, written in emacs-lisp, that runs from
within emacs, and supports frames, tables, and stylesheets. It is called
by Macaulay2 to read documentation.
<<
DescUsage:<<
If you want to use w3 as a web browser, put
(setq load-path (cons "/sw/share/emacs/site-lisp" load-path))
(condition-case () (require 'w3-auto "w3-auto") (error nil))
in your .emacs file (change the path accordingly if you have installed
fink in a non-standard directory). If you only need w3 so Macaulay2 can
display documentation, this is not necessary. Documentation is under
Emacs/W3 in emacs info (C-h i).
<<