Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/text
In directory vz-cvs-3.sog:/tmp/cvs-serv32729

Added Files:
        xdvi.info 
Log Message:
builds on 10.7


--- NEW FILE: xdvi.info ---
Package: xdvi
Version: 22.85
Revision: 2
BuildDepends: x11-dev, xmkmf (>= 1.0.2-3)
Depends: x11, ghostscript (>= 7.02) | ghostscript6, tetex3-base
Conflicts: system-tetex
Description: Display TeX .dvi files under x11
Source: http://math.berkeley.edu/~vojta/%n/%n-%v.tar.gz
Source-MD5: c3da7bf2c3f6ab2fb180333afa2b5a9f
ConfigureParams: --with-tetex --mandir='${prefix}/share/man'
CompileScript: <<
#!/bin/sh -ev
 export PATH=%p/lib/xmkmf/bin:$PATH 
 ./configure %c
 make
<<
SetCFLAGS: -O2 -D_DARWIN_C_SOURCE
InstallScript: <<
 mkdir -p %i/bin
 mkdir -p %i/share/man/man1
 make install prefix=%i
 head -n 25 xdvi.c > LICENSE
 mv %i/bin/xdvi %i/bin/xdvi.xdvi
 mv %i/share/man/man1/xdvi.1 %i/share/man/man1/xdvi.1.xdvi
 mv %i/bin/xdvizilla %i/bin/xdvizilla.xdvi
 mv %i/share/man/man1/xdvizilla.1 %i/share/man/man1/xdvizilla.1.xdvi
<<
DocFiles: FAQ INSTALL README LICENSE
PostInstScript: <<
update-alternatives --install %p/bin/xdvi xdvi %p/bin/xdvi.xdvi 40 --slave 
%p/share/man/man1/xdvi.1 xdvi.1 %p/share/man/man1/xdvi.1.xdvi
update-alternatives --install %p/bin/xdvizilla xdvizilla %p/bin/xdvizilla.xdvi 
40 --slave %p/share/man/man1/xdvizilla.1 xdvizilla.1 
%p/share/man/man1/xdvizilla.1.xdvi
<<
PreRmScript: <<
if [ $1 != "upgrade" ]; then
  update-alternatives --remove xdvi %p/bin/xdvi.xdvi
  update-alternatives --remove xdvizilla %p/bin/xdvizilla.xdvi
fi
<<
DescUsage: <<
 If using system-tetex, install the xdvi-system-tetex package instead.

 Note that the recently-introduced Print dialog box may not yet be 
 functioning correctly in this OSX port.
<<
DescPort: <<
 -D_DARWIN_C_SOURCE added to enable compiling in the presence of xquartz;
 see http://article.gmane.org/gmane.os.apple.fink.general/27123
<<
License: OSI-Approved
Homepage: http://www.math.berkeley.edu/~vojta/xdvi.html
Maintainer:  Dave Morrison <d...@finkproject.org>


------------------------------------------------------------------------------
Using storage to extend the benefits of virtualization and iSCSI
Virtualization increases hardware utilization and delivers a new level of
agility. Learn what those decisions are and how to modernize your storage 
and backup environments for virtualization.
http://www.accelacomm.com/jaw/sfnl/114/51434361/
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to