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

Added Files:
        autoconf.info autoconf2.5.info autoconf2.54.info 
        automake1.4.info automake1.4.patch automake1.5.info 
        automake1.5.patch automake1.6.info automake1.7.info 
        autoproject.info 
Removed Files:
        autoconf-2.13-3.info autoconf2.5-2.57-1.info 
        autoconf2.54-2.54-1.info autoconf25-2.54-1.info 
        autoconf25-2.54-2.info automake-1.6.3-4.info 
        automake-1.6.3-5.info automake1.4-1.4-1.info 
        automake1.4-1.4-1.patch automake1.5-1.5-2.info 
        automake1.5-1.5-2.patch automake1.6-1.6.3-1.info 
        automake1.7-1.7.4-1.info automake15-1.5-3.info 
Log Message:
new name scheme


--- NEW FILE: autoconf.info ---
Package: autoconf
Version: 2.13
Revision: 3
Depends: m4
Conflicts: autoconf2.5
Replaces: autoconf2.5
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: automake1.4.info ---
Package: automake1.4
Version: 1.4
Revision: 1
Source: mirror:gnu:automake/automake-%v.tar.gz
Source-MD5: 1d483ffa4349bfc9ab8ae0de0c617c7b
Depends: autoconf2.5 (>= 2.52-1)
Conflicts: automake, automake1.7, automake15, automake1.6, automake1.5
Replaces: automake, automake1.7, automake15, automake1.6, automake1.5
Provides: automaken
Patch: %n.patch
ConfigureParams: --infodir=%p/share/info
InstallScript: <<
  make install DESTDIR=%d
  rm -rf %i/share/info
<<
DocFiles: COPYING README AUTHORS NEWS THANKS
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.
<<
DescPackaging: <<
Previous versions by Christoph Pfisterer, Max Horn.
Desc from debian :-)
<<
DescPort: <<
Sets CDPATH in several places, which results in disrupting output from zsh. Removed 
through a patch.
removed cause of 10.2 zsh != sh
<<
License: GPL
Maintainer: Chris Zubrzycki <[EMAIL PROTECTED]>
Homepage: http://www.gnu.org/software/automake/

--- NEW FILE: automake1.4.patch ---
diff -ruN automake-1.4/Makefile.in automake-1.4.new/Makefile.in
--- automake-1.4/Makefile.in    1999-01-15 01:55:38.000000000 -0500
+++ automake-1.4.new/Makefile.in        2003-02-24 22:48:19.000000000 -0500
@@ -564,7 +564,7 @@
 
 install-data-hook:
        @for prog in $(script_DATA); do \
-         chmod +x $(scriptdir)/$$prog; \
+         chmod +x $(DESTDIR)$(scriptdir)/$$prog; \
        done
 
 installcheck-local:

--- NEW FILE: automake1.5.info ---
Package: automake1.5
Version: 1.5
Revision: 2
Source: mirror:gnu:automake/automake-%v.tar.gz
Source-MD5: 74a22ac0581378e807ecb334a55c5bab
Patch: %n.patch
Depends: autoconf2.5 (>= 2.52-1)
Conflicts: automake1.4, automake1.7, automake15, automake1.6
Replaces: automake1.4, automake1.7, automake15, automake1.6
Provides: automaken
ConfigureParams: --infodir=%p/share/info
InstallScript: <<
  make install DESTDIR=%d
  rm -rf %i/share/info
<<
DocFiles: COPYING README AUTHORS NEWS THANKS
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.5 fails to work in a number of situations that Automake 1.4 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 from debian :-)
<<
DescPort: <<
Sets CDPATH in several places, which results in disrupting output from zsh. Removed 
through a patch.
<<
License: GPL
Maintainer: Chris Zubrzycki <[EMAIL PROTECTED]>
Homepage: http://www.gnu.org/software/automake/

--- NEW FILE: automake1.5.patch ---
diff -uNbr automake-1.5/aclocal.in automake-new/aclocal.in
--- automake-1.5/aclocal.in     Tue Jul 17 01:36:23 2001
+++ automake-new/aclocal.in     Fri May  3 21:35:04 2002
@@ -33,6 +33,7 @@
 $prefix = "@prefix@";
 # Note that this isn't pkgdatadir, but a separate directory.
 $acdir = "@datadir@/aclocal";
+$default_acdir = $acdir;
 
 # Some globals.
 
@@ -206,8 +207,17 @@
        exit 0;
     }
 
-    # Search our install directory last.
-    push (@dirlist, $acdir);
+    # Search the versioned directory near the end, and then the
+    # unversioned directory last.  Only do this if the user didn't
+    # override acdir.
+    push (@dirlist, "$acdir-1.5")
+       if $acdir eq $default_acdir;
+
+    # By default $(datadir)/aclocal doesn't exist.  We don't want to
+    # get an error in the case where we are searching the default
+    # directory and it hasn't been created.
+    push (@dirlist, $acdir)
+       unless $acdir eq $default_acdir && ! -d $acdir;
 
     return @dirlist;
 }
diff -uNbr automake-1.5/configure automake-new/configure
--- automake-1.5/configure      Thu Aug 23 01:49:52 2001
+++ automake-new/configure      Fri May  3 21:35:04 2002
@@ -558,7 +558,7 @@
 
 
 # expand $ac_aux_dir to an absolute path
-am_aux_dir=`CDPATH=:; cd $ac_aux_dir && pwd`
+am_aux_dir=`cd $ac_aux_dir && pwd`
 
 # Find a good install program.  We prefer a C program (faster),
 # so one script is as good as another.  But avoid the broken or
@@ -787,13 +787,13 @@
 
 
 # test to see if srcdir already configured
-if test "`CDPATH=:; cd $srcdir && pwd`" != "`pwd`" &&
+if test "`cd $srcdir && pwd`" != "`pwd`" &&
    test -f $srcdir/config.status; then
   { echo "configure: error: source directory already configured; run \"make 
distclean\" there first" 1>&2; exit 1; }
 fi
 
 # Define the identity of the package.
-PACKAGE=automake
+PACKAGE=automake-1.5
 VERSION=1.5
 cat >> confdefs.h <<EOF
 #define PACKAGE "$PACKAGE"
diff -uNbr automake-1.5/m4/Makefile.in automake-new/m4/Makefile.in
--- automake-1.5/m4/Makefile.in Thu Aug 23 01:49:56 2001
+++ automake-new/m4/Makefile.in Fri May  3 21:35:04 2002
@@ -68,7 +68,7 @@
 am__quote = @am__quote@
 install_sh = @install_sh@
 
-m4datadir = $(datadir)/aclocal
+m4datadir = $(datadir)/aclocal-1.5
 m4data_DATA = as.m4 auxdir.m4 ccstdc.m4 cond.m4 depend.m4 depout.m4 \
 dmalloc.m4 error.m4 gcj.m4 header.m4 init.m4 install-sh.m4 lex.m4 \
 lispdir.m4 make.m4 maintainer.m4 minuso.m4 missing.m4 multi.m4 \
diff -uNbr automake-1.5/m4/auxdir.m4 automake-new/m4/auxdir.m4
--- automake-1.5/m4/auxdir.m4   Wed Aug  1 12:19:57 2001
+++ automake-new/m4/auxdir.m4   Fri May  3 21:35:04 2002
@@ -40,5 +40,5 @@
 
 AC_DEFUN([AM_AUX_DIR_EXPAND], [
 # expand $ac_aux_dir to an absolute path
-am_aux_dir=`CDPATH=:; cd $ac_aux_dir && pwd`
+am_aux_dir=`cd $ac_aux_dir && pwd`
 ])
diff -uNbr automake-1.5/m4/init.m4 automake-new/m4/init.m4
--- automake-1.5/m4/init.m4     Fri Aug  3 04:28:20 2001
+++ automake-new/m4/init.m4     Fri May  3 21:37:48 2002
@@ -33,7 +33,7 @@
 AC_DEFUN([AM_INIT_AUTOMAKE],
 [AC_REQUIRE([AC_PROG_INSTALL])dnl
 # test to see if srcdir already configured
-if test "`CDPATH=:; cd $srcdir && pwd`" != "`pwd`" &&
+if test "`cd $srcdir && pwd`" != "`pwd`" &&
    test -f $srcdir/config.status; then
   AC_MSG_ERROR([source directory already configured; run \"make distclean\" there 
first])
 fi
@@ -64,9 +64,9 @@
 # Some tools Automake needs.
 AC_REQUIRE([AM_SANITY_CHECK])dnl
 AC_REQUIRE([AC_ARG_PROGRAM])dnl
-AM_MISSING_PROG(ACLOCAL, aclocal)
+AM_MISSING_PROG(ACLOCAL, aclocal-1.5)
 AM_MISSING_PROG(AUTOCONF, autoconf)
-AM_MISSING_PROG(AUTOMAKE, automake)
+AM_MISSING_PROG(AUTOMAKE, automake-1.5)
 AM_MISSING_PROG(AUTOHEADER, autoheader)
 AM_MISSING_PROG(MAKEINFO, makeinfo)
 AM_MISSING_PROG(AMTAR, tar)

--- NEW FILE: automake1.6.info ---
Package: automake1.6
Version: 1.6.3
Revision: 1
Maintainer: Chris Zubrzycki <[EMAIL PROTECTED]>
Depends: autoconf2.5 (>= 2.52-1)
Conflicts: automake1.5, automake ( <= 1.6.3-1 ), automake1.7, automake15 ( <= 1.5-2 )
Replaces: automake1.5, automake ( <= 1.6.3-1 ), automake1.7, automake15 ( <= 1.5-2 )
Provides: automaken
Source: mirror:gnu:automake/automake-%v.tar.bz2
Source-MD5: 2e8053609e9d318f80db0fce29dca7e9
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.6 fails to work in a number of situations that Automake 1.4 and 1.5 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 from debian :-)
<<
License: GPL
Homepage: http://www.gnu.org/software/automake/

--- NEW FILE: automake1.7.info ---
Package: automake1.7
Version: 1.7.6
Revision: 1
Depends: autoconf2.5 (>= 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/

--- NEW FILE: autoproject.info ---
Package: autoproject
Version: 0.17
Revision: 1
Depends: automaken, autoconf2.5
Source: http://www.mv.com/ipusers/vanzandt/%n-%v.tar.gz
Source-MD5: aa68d99f5ca6fd1cffd096a51d91080a
ConfigureParams: --infodir='${prefix}/share/info' --mandir='${prefix}/share/man'
DocFiles: README COPYING AUTHORS NEWS ChangeLog 
Description: Create a skeleton source package for a new program
DescDetail: <<
Autoproject interviews the user, then creates a source package for a
new program which follows the GNU programming standards.  The new
package uses autoconf to configure itself, and automake to create the
Makefile.  `make distcheck' succeeds.

The idea is that you execute autoproject just once when you start a
new project.  It will ask a few questions, then create a new directory
and populate it with standard files, customized for the new project.
<<
License: GPL
Homepage: http://www.mv.com/ipusers/vanzandt/
Maintainer: Chris Zubrzycki <[EMAIL PROTECTED]>

--- autoconf-2.13-3.info DELETED ---

--- autoconf2.5-2.57-1.info DELETED ---

--- autoconf2.54-2.54-1.info DELETED ---

--- autoconf25-2.54-1.info DELETED ---

--- autoconf25-2.54-2.info DELETED ---

--- automake-1.6.3-4.info DELETED ---

--- automake-1.6.3-5.info DELETED ---

--- automake1.4-1.4-1.info DELETED ---

--- automake1.4-1.4-1.patch DELETED ---

--- automake1.5-1.5-2.info DELETED ---

--- automake1.5-1.5-2.patch DELETED ---

--- automake1.6-1.6.3-1.info DELETED ---

--- automake1.7-1.7.4-1.info DELETED ---

--- automake15-1.5-3.info DELETED ---




-------------------------------------------------------
This SF.net email is sponsored by OSDN developer relations
Here's your chance to show off your extensive product knowledge
We want to know what you know. Tell us and you have a chance to win $100
http://www.zoomerang.com/survey.zgi?HRPT1X3RYQNC5V4MLNSV3E54
_______________________________________________
Fink-commits mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to