Update of /cvsroot/fink/dists/10.2/unstable/main/finkinfo/devel
In directory sc8-pr-cvs1:/tmp/cvs-serv9075

Added Files:
        autoconf.info autoconf2.5.info autoconf2.54.info 
        autoconf25.info automake1.7.info 
Log Message:
changing name scheme

--- NEW FILE: autoconf.info ---
Package: autoconf
Version: 2.13
Revision: 3
Depends: m4
Conflicts: autoconf25
Replaces: autoconf25
Source: gnu
Source-MD5: 9de56d4a161a723228220b0f425dc711
ConfigureParams: --infodir=%p/share/info
InstallScript: <<
 make install prefix=%i infodir=%i/share/info
 mkdir -p %i/share/doc/%n
 install -m 644 README COPYING AUTHORS NEWS %i/share/doc/%n/
<<
InfoDocs: autoconf.info standards.info
#
Description: System for generating configure scripts, v2.13
DescDetail: <<
GNU Autoconf is a package for generating configure scripts.
These scripts are present in a large number of free software packages
and are used to detect system features at compilation time.

This package installs Autoconf 2.13. There are newer versions
available, but there are some compatibility problems and some packages
require version 2.13. To get one of the new versions, install the
autoconf25 package instead.
<<
License: GPL
Homepage: http://www.gnu.org/software/autoconf/
Maintainer: Chris Zubrzycki <[EMAIL PROTECTED]>


--- NEW FILE: autoconf2.5.info ---
Package: autoconf2.5
Version: 2.57
Revision: 1
Depends: m4
Conflicts: autoconf, autoconf25 (<= 2.54-1)
Replaces: autoconf, autoconf25 (<= 2.54-1)
Source: mirror:gnu:autoconf/autoconf-%v.tar.bz2
Source-MD5: 407ea53787ce13f5ca427e9a51e05bc2
ConfigureParams: --infodir='${prefix}/share/info' --mandir='${prefix}/share/man'
InstallScript: <<
 make install DESTDIR=%d
 cd doc && make html
 install -d -m 755 %i/share/doc/%n/html
 install -m 644 doc/*.html %i/share/doc/%n/html/
<<
DocFiles: README COPYING AUTHORS NEWS THANKS
InfoDocs: autoconf.info standards.info
#
Description: System for generating configure scripts
DescDetail: <<
GNU Autoconf is a package for generating configure scripts. These scripts are present 
in a large number of free software packages and are used to detect system features at 
compilation time.

This package installs the latest Autoconf version. It has some compatibility problems 
with older packages. If you want to work on a package that requires Autoconf 2.13, 
install the autoconf package instead.

Previously by Christoph Pfisterer <[EMAIL PROTECTED]>
<<
License: GPL
Homepage: http://www.gnu.org/software/autoconf/
Maintainer: Chris Zubrzycki <[EMAIL PROTECTED]>

--- NEW FILE: autoconf2.54.info ---
Package: autoconf2.54
Version: 2.54
Revision: 1
Depends: m4
BuildDepends: emacsen
Source: mirror:gnu:autoconf/autoconf-%v.tar.bz2
Source-MD5: 572ef5257f6927ad21dbad395f3da799
ConfigureParams: --infodir='${prefix}/share/info' --mandir='${prefix}/share/man' 
--program-suffix=-%v
CompileScript: <<
 ./configure %c
 make pkgdatadir='$(datadir)/autoconf-%v'
<<
InstallScript: <<
 make install DESTDIR=%d pkgdatadir='$(datadir)/autoconf-%v'
 cd doc && make html
 install -d -m 755 %i/share/doc/%n/html
 install -m 644 doc/*.html %i/share/doc/%n/html/
 mv %i/share/emacs/site-lisp/autoconf-mode.el  
%i/share/emacs/site-lisp/autoconf-2.54-mode.el
 mv %i/share/emacs/site-lisp/autoconf-mode.elc 
%i/share/emacs/site-lisp/autoconf-2.54-mode.elc
 mv %i/share/emacs/site-lisp/autotest-mode.el  
%i/share/emacs/site-lisp/autotest-2.54-mode.el
 mv %i/share/emacs/site-lisp/autotest-mode.elc 
%i/share/emacs/site-lisp/autotest-2.54-mode.elc
 mv %i/share/info/autoconf.info                %i/share/info/autoconf-2.54.info
 mv %i/share/info/standards.info               %i/share/info/standards-2.54.info
<<
DocFiles: README COPYING AUTHORS NEWS THANKS
InfoDocs: autoconf-2.54.info standards-2.54.info
#
Description: System for generating configure scripts
DescDetail: <<
GNU Autoconf is a package for generating configure scripts. These scripts are present 
in a large number of free software packages and are used to detect system features at 
compilation time.

This package installs Autoconf 2.54, which is required for building KDE (and possibly 
others).  If you want the latest Autoconf instead, install the autoconf2.5 package.  
If you want Autoconf 2.13, install the autoconf package.

Previously by Christoph Pfisterer <[EMAIL PROTECTED]>
<<
License: GPL
Homepage: http://www.gnu.org/software/autoconf/
Maintainer: Benjamin Reed <[EMAIL PROTECTED]>

--- NEW FILE: autoconf25.info ---
Package: autoconf25
Version: 2.54
Revision: 2
Depends: autoconf2.5
Conflicts: autoconf
Replaces: autoconf
Type: NoSource
CompileScript: echo "Nothing to do..."
InstallScript: <<
 mkdir -p %i/share/doc/%n
 echo "It is safe to remove this empty package after the upgrade is complete." > 
%i/share/doc/%n/README
<<

Description: Upgrade package -> autoconf2.5
DescDetail: <<
It is safe to remove this empty package after the upgrade is complete.
<<
License: GPL
Homepage: http://www.gnu.org/software/autoconf/
Maintainer: Chris Zubrzycki <[EMAIL PROTECTED]>

--- NEW FILE: automake1.7.info ---
Package: automake1.7
Version: 1.7.6
Revision: 1
Depends: autoconf2.5 (>= 2.52-1) | autoconf25 (>= 2.52-1)
Conflicts: automake1.5, automake, automake1.6, automake15
Replaces: automake1.5, automake, automake1.6, automake15
Provides: automaken
Source: mirror:gnu:automake/automake-%v.tar.bz2
Source-MD5: 68c4cbf2c54aff9a26e348e43d941bd5
ConfigureParams: --infodir=%p/share/info
InstallScript: make install DESTDIR=%d
DocFiles: COPYING README AUTHORS NEWS THANKS
InfoDocs: automake.info

Description: Tool for generating GNU Standards-compliant Makefiles
DescDetail: <<
Automake is a tool for automatically generating `Makefile.in's from files called 
`Makefile.am'.

The goal of Automake is to remove the burden of Makefile maintenance from the back of 
the individual GNU maintainer (and put it on the back of the Automake maintainer).

The `Makefile.am' is basically a series of `make' macro definitions (with rules being 
thrown in occasionally). The generated `Makefile.in's are compliant with the GNU 
Makefile standards.

Automake 1.7 fails to work in a number of situations that previous Automake versions 
did, so has been renamed so that the previous version can continue to be made 
available.
<<
DescPackaging: <<
Previous versions by Christoph Pfisterer, Max Horn.
Desc adapted from debian :-)
<<
License: GPL
Maintainer: Chris Zubrzycki <[EMAIL PROTECTED]>
Homepage: http://www.gnu.org/software/automake/




-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Fink-commits mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to