Update of /cvsroot/fink/experimental/fangism/finkinfo
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv26206

Added Files:
        texi2html.info 
Log Message:
trying upgrade to 5.0, still testing...


--- NEW FILE: texi2html.info ---
Package: texi2html
Version: 5.0
Revision: 1
Depends: texinfo (>= 4.1-3)
Conflicts: tetex-base (<= 1.0-6)
# Source: 
http://www.mathematik.uni-kl.de/~obachman/Texi2html/Distrib/%n-%v.tar.gz
Source: http://download.savannah.gnu.org/releases/%n/%n-%v.tar.bz2
ConfigureParams: --mandir=%p/share/man --infodir=%p/share/info
CompileScript: <<
 #!/bin/sh -ev
 PERL=/usr/bin/perl ./configure %c
 echo '#define DEFAULT_INFOPATH 
"%p/share/info:%p/info:/usr/local/share/info:/usr/local/lib/info:/usr/local/info:/usr/share/info:."'
 >>config.h
 make check
 make
<<
InstallScript: <<
 #!/bin/sh -ev
 make install prefix=%i mandir=%i/share/man infodir=%i/share/info
 mkdir -p %i/share/doc/%n/html
 mv %i/html/* %i/share/doc/%n/html
 rm -r %i/html
 mv %i/bin/texi2html %i/bin/texi2html.texi2html
 mv %i/share/man/man1/texi2html.1 %i/share/man/man1/texi2html.1.texi2html
<<
PostInstScript: <<
update-alternatives --install %p/bin/texi2html texi2html 
%p/bin/texi2html.texi2html 60 --slave %p/share/man/man1/texi2html.1 texi2html.1 
%p/share/man/man1/texi2html.1.texi2html
<<
PreRmScript: <<
if [ $1 != "upgrade" ]; then
  update-alternatives --remove texi2html %p/bin/texi2html.texi2html
fi
<<
DocFiles: README COPYING AUTHORS INTRODUCTION NEWS INSTALL ChangeLog TODO 
texi2html.texi
InfoDocs: texi2html.info
Description: Converts texinfo documents to HTML
DescDetail: <<
Texinfo is the official documentation format of the GNU project. It
uses a single source file to produce both on-line information and
printed output. For more details about texinfo, see
http://www.texinfo.org. 

In contrast to the HTML produced by 'makeinfo --html' (the 'makeinfo'
program is part of the Texinfo distribution), the HTML output of
'texi2html' is highly configurable. Among others, with 'texi2html' you 
can customize your entire page layout (like headers, footers, style
sheets, etc), split documents at various levels and use 'latex2html' to
convert @tex sections.

'texi2html' should reasonably convert all Texinfo 4.0 constructs. If
not, please send a bug report to 'texi2h...@mathematik.uni-kl.de'.
<<
DescPort: <<
Uses update-alternatives in case users also have texi2html installed via
tetex-base.

Any pkg that builddepends on this one, and calls it with the '-l2h' option,
must also BuildDepend on latex2html.
<<
DescPackaging: <<
Note that the latest version of texi2html (provided by OS X 10.4) is not
backward compatible and causes some other packages to break.  Fink's
texi2html package should be left at version 1.64 until this is resolved.

Previous versions by Christian Schaffner <chri...@users.sourceforge.net>
<<
License: GPL
Homepage: http://www.mathematik.uni-kl.de/~obachman/Texi2html/
Maintainer: None <fink-de...@lists.sourceforge.net>
Source-MD5: f15ac876fcdc8be865b16535f480aa54


------------------------------------------------------------------------------
What happens now with your Lotus Notes apps - do you make another costly 
upgrade, or settle for being marooned without product support? Time to move
off Lotus Notes and onto the cloud with Force.com, apps are easier to build,
use, and manage than apps on traditional platforms. Sign up for the Lotus 
Notes Migration Kit to learn more. http://p.sf.net/sfu/salesforce-d2d
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to