Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/text
In directory 
sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv5342/10.4/stable/main/finkinfo/text

Modified Files:
        texinfo.info 
Added Files:
        texinfo-legacy.info 
Log Message:
Texinfo-5.0
Keep 4.13 around in a form that can coexist with the mainline 'texinfo' 
for packages which can't use the makeinfo version which ships with the OS.


--- NEW FILE: texinfo-legacy.info ---
Package: texinfo-legacy
Version: 4.13
Revision: 1
Source: mirror:gnu:texinfo/texinfo-%v.tar.gz
Source-MD5: 71ba711519209b5fb583fed2b3d86fcb
SourceDirectory: texinfo-%v
BuildDepends: libiconv-dev, libncurses5 (>= 5.4-20041023-1006), 
libgettext8-dev, gettext-tools
Depends: ncurses (>= 5.4-20041023-1006), libncurses5-shlibs (>= 
5.4-20041023-1006), libgettext8-shlibs, libiconv
Replaces: tetex-base (<< 3.0-1)
PatchScript: <<
chmod a+x build-aux/install-sh
<<

CompileScript: <<
 ./configure  
 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
<<
InstallScript: <<
 make install prefix=%i/opt/%n
<<
DocFiles: README COPYING AUTHORS INTRODUCTION NEWS TODO doc/*.texi
#
Description: GNU documentation system (legacy support)
DescDetail: <<
Texinfo is a documentation system that can render a single source file
into many representations for both on-line and print use. This package
contains both the generation utilities and the standalone 'info'
reader for the Info format.

Some packages need a makeinfo which is newer than what Apple provides even on
Mountain Lion, but yet still have .texi sources that are too loose in syntax 
for texinfo-5.0.  %n exists to handle these cases.
<<
DescUsage: <<
One typically needs this package for the 'makeinfo' executable, which is 
installed as %p/opt/%n/bin/makeinfo.  To make sure this version 
is used, either patch the build to find %p/opt/%n/bin/makeinfo 
explicitly, or put %p/opt/%n/bin at the beginning of the PATH
before building the docs (e.g. in the CompileScript).
<<
DescPackaging: <<
The TeX files (texinfo.tex, txi-??.tex and epsf.tex) are not installed
right now. The teTeX package already has them.

Fink uses Debian's version of install-info (in the dpkg package);
texinfo's version is not installed.
<<
License: GPL/GFDL
Maintainer:  Dave Morrison <d...@finkproject.org>
Homepage: http://www.gnu.org/software/texinfo/

Index: texinfo.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/text/texinfo.info,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- texinfo.info        20 Nov 2010 02:56:06 -0000      1.7
+++ texinfo.info        22 Mar 2013 18:10:10 -0000      1.8
@@ -1,30 +1,25 @@
 Package: texinfo
-Version: 4.13
-Revision: 1001
+Version: 5.0
+Revision: 1
 Source: gnu
-Source-MD5: 71ba711519209b5fb583fed2b3d86fcb
+Source-MD5: 918432285abe6fe96c98355594c5656a
 SourceDirectory: %n-%v
-BuildDepends: libiconv-dev, libncurses5 (>= 5.4-20041023-1006), 
libgettext3-dev, gettext-tools
-Depends: ncurses (>= 5.4-20041023-1006), libncurses5-shlibs (>= 
5.4-20041023-1006), libgettext3-shlibs, libiconv
+BuildDepends: libiconv-dev, libncurses5 (>= 5.4-20041023-1006), 
libgettext8-dev, gettext-tools
+Depends: ncurses (>= 5.4-20041023-1006), libncurses5-shlibs (>= 
5.4-20041023-1006), libgettext8-shlibs, libiconv
 Replaces: tetex-base (<< 3.0-1)
-PatchScript: <<
-chmod a+x build-aux/install-sh
-<<
-#Patch: %n.patch
 ConfigureParams: --mandir=%p/share/man --infodir=%p/share/info
 CompileScript: <<
- ./configure %c
+ ./configure %c --disable-tp-tests
  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
 <<
 InstallScript: <<
  make install prefix=%i mandir=%i/share/man infodir=%i/share/info
  rm -f %i/bin/install-info %i/share/man/man1/install-info.1
- rm %i/lib/charset.alias
 <<
-DocFiles: README COPYING AUTHORS INTRODUCTION NEWS TODO doc/*.texi
+InfoTest: TestScript: make check || exit 2
+DocFiles: README COPYING AUTHORS NEWS TODO doc/*.texi
 InfoDocs: texinfo info-stnd.info info.info
-#
 Description: GNU documentation system
 DescDetail: <<
 Texinfo is a documentation system that can render a single source file


------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_mar
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to