Remove autoconf-devel and automake-devel (replaced by autoconf

and automake resp.).
This commit is contained in:
wiz 2002-10-03 19:35:27 +00:00
parent 55cbdd6563
commit d1e6003f94
9 changed files with 0 additions and 278 deletions

View file

@ -1,7 +0,0 @@
Autoconf is an extensible package of m4 macros that produce shell
scripts to automatically configure software source code packages.
These scripts can adapt the packages to many kinds of UNIX-like
systems without manual user intervention. Autoconf creates a
configuration script for a package from a template file that lists the
operating system features that the package can use, in the form of m4
macro calls.

View file

@ -1,31 +0,0 @@
# $NetBSD: Makefile,v 1.10 2002/09/25 19:13:41 wiz Exp $
DISTNAME= autoconf-2.54
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GNU:=autoconf/}
MAINTAINER= packages@netbsd.org
HOMEPAGE= http://www.gnu.org/software/autoconf/autoconf.html
COMMENT= Generates automatic source code configuration scripts
DEPENDS= m4-1.4:../../devel/m4
# The next line is for conflicts with old versions of this package,
# which had autoconf-devel as PKGNAME.
CONFLICTS= autoconf-devel-[0-9]*
USE_BUILDLINK2= YES
GNU_CONFIGURE= YES
CONFIGURE_ARGS+= --without-lispdir
CONFIGURE_ENV+= AWK="${AWK}"
M4= ${PREFIX}/bin/gm4
INFO_FILES= autoconf.info standards.info
PERL5_REQD= 5.6
TEXINFO_REQD= 4.0
.include "../../lang/perl5/buildlink2.mk"
.include "../../mk/texinfo.mk"
.include "../../mk/bsd.pkg.mk"

View file

@ -1,65 +0,0 @@
@comment $NetBSD: PLIST,v 1.5 2002/08/17 16:07:43 wiz Exp $
bin/autoconf
bin/autoheader
bin/autom4te
bin/autoreconf
bin/autoscan
bin/autoupdate
bin/ifnames
@unexec ${INSTALL_INFO} --delete %D/info/autoconf.info %D/info/dir
@unexec ${INSTALL_INFO} --delete %D/info/standards.info %D/info/dir
info/autoconf.info
info/standards.info
@exec ${INSTALL_INFO} %D/info/autoconf.info %D/info/dir
@exec ${INSTALL_INFO} %D/info/standards.info %D/info/dir
man/man1/autoconf.1
man/man1/autoheader.1
man/man1/autom4te.1
man/man1/autoreconf.1
man/man1/autoscan.1
man/man1/autoupdate.1
man/man1/config.guess.1
man/man1/config.sub.1
man/man1/ifnames.1
share/autoconf/Autom4te/General.pm
share/autoconf/Autom4te/Struct.pm
share/autoconf/Autom4te/XFile.pm
share/autoconf/INSTALL
share/autoconf/autoconf/autoconf.m4
share/autoconf/autoconf/autoconf.m4f
share/autoconf/autoconf/autoheader.m4
share/autoconf/autoconf/autotest.m4
share/autoconf/autoconf/autoupdate.m4
share/autoconf/autoconf/c.m4
share/autoconf/autoconf/fortran.m4
share/autoconf/autoconf/functions.m4
share/autoconf/autoconf/general.m4
share/autoconf/autoconf/headers.m4
share/autoconf/autoconf/lang.m4
share/autoconf/autoconf/libs.m4
share/autoconf/autoconf/oldnames.m4
share/autoconf/autoconf/programs.m4
share/autoconf/autoconf/specific.m4
share/autoconf/autoconf/status.m4
share/autoconf/autoconf/types.m4
share/autoconf/autom4te.cfg
share/autoconf/autoscan/functions
share/autoconf/autoscan/headers
share/autoconf/autoscan/identifiers
share/autoconf/autoscan/libraries
share/autoconf/autoscan/makevars
share/autoconf/autoscan/programs
share/autoconf/autotest/autotest.m4
share/autoconf/autotest/autotest.m4f
share/autoconf/autotest/general.m4
share/autoconf/m4sugar/m4sh.m4
share/autoconf/m4sugar/m4sh.m4f
share/autoconf/m4sugar/m4sugar.m4
share/autoconf/m4sugar/m4sugar.m4f
share/autoconf/m4sugar/version.m4
@dirrm share/autoconf/m4sugar
@dirrm share/autoconf/autotest
@dirrm share/autoconf/autoscan
@dirrm share/autoconf/autoconf
@dirrm share/autoconf/Autom4te
@dirrm share/autoconf

View file

@ -1,4 +0,0 @@
$NetBSD: distinfo,v 1.5 2002/09/25 19:13:41 wiz Exp $
SHA1 (autoconf-2.54.tar.gz) = 5126d0f011a5c45f211ec7304739bd3e335bf37d
Size (autoconf-2.54.tar.gz) = 1038536 bytes

View file

@ -1,6 +0,0 @@
Automake is an experimental Makefile generator. It was inspired by
the 4.4BSD make and include files, but aims to be portable and to
conform to the GNU standards for Makefile variables and targets.
Automake assumes the project uses autoconf. If you want automatic
dependency tracking support, the use of GNU make is also required.

View file

@ -1,33 +0,0 @@
# $NetBSD: Makefile,v 1.6 2002/10/02 16:30:16 wiz Exp $
#
DISTNAME= automake-1.7
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GNU:=automake/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= packages@netbsd.org
HOMEPAGE= http://www.gnu.org/software/automake/automake.html
COMMENT= GNU Standards-compliant Makefile generator
DEPENDS= autoconf>=2.54:../../devel/autoconf-devel
PLIST_SUBST+= PKG_DIR_VERSION=1.7
USE_BUILDLINK2= YES
GNU_CONFIGURE= YES
CONFIGURE_ENV= PERL=${PERL5}
_STRIPFLAG_INSTALL= # none
M4= ${PREFIX}/bin/gm4
MAKEINFOFLAGS= --no-split
MAKE_ENV+= MAKEINFOFLAGS="${MAKEINFOFLAGS}"
INFO_FILES= automake.info
PERL5_REQD= 5.5
TEXINFO_REQD= 4.0
TEXINFO_OVERRIDE= YES
.include "../../lang/perl5/buildlink2.mk"
.include "../../mk/texinfo.mk"
.include "../../mk/bsd.pkg.mk"

View file

@ -1,100 +0,0 @@
@comment $NetBSD: PLIST,v 1.3 2002/09/28 10:22:55 wiz Exp $
bin/aclocal
bin/aclocal-${PKG_DIR_VERSION}
bin/automake
bin/automake-${PKG_DIR_VERSION}
@unexec ${INSTALL_INFO} --delete %D/info/automake.info %D/info/dir
info/automake.info
@exec ${INSTALL_INFO} %D/info/automake.info %D/info/dir
share/aclocal-${PKG_DIR_VERSION}/amversion.m4
share/aclocal-${PKG_DIR_VERSION}/as.m4
share/aclocal-${PKG_DIR_VERSION}/auxdir.m4
share/aclocal-${PKG_DIR_VERSION}/ccstdc.m4
share/aclocal-${PKG_DIR_VERSION}/cond.m4
share/aclocal-${PKG_DIR_VERSION}/depend.m4
share/aclocal-${PKG_DIR_VERSION}/depout.m4
share/aclocal-${PKG_DIR_VERSION}/dmalloc.m4
share/aclocal-${PKG_DIR_VERSION}/gcj.m4
share/aclocal-${PKG_DIR_VERSION}/header.m4
share/aclocal-${PKG_DIR_VERSION}/init.m4
share/aclocal-${PKG_DIR_VERSION}/install-sh.m4
share/aclocal-${PKG_DIR_VERSION}/lex.m4
share/aclocal-${PKG_DIR_VERSION}/lispdir.m4
share/aclocal-${PKG_DIR_VERSION}/maintainer.m4
share/aclocal-${PKG_DIR_VERSION}/make.m4
share/aclocal-${PKG_DIR_VERSION}/minuso.m4
share/aclocal-${PKG_DIR_VERSION}/missing.m4
share/aclocal-${PKG_DIR_VERSION}/multi.m4
share/aclocal-${PKG_DIR_VERSION}/obsol-gt.m4
share/aclocal-${PKG_DIR_VERSION}/obsol-lt.m4
share/aclocal-${PKG_DIR_VERSION}/obsolete.m4
share/aclocal-${PKG_DIR_VERSION}/options.m4
share/aclocal-${PKG_DIR_VERSION}/protos.m4
share/aclocal-${PKG_DIR_VERSION}/python.m4
share/aclocal-${PKG_DIR_VERSION}/regex.m4
share/aclocal-${PKG_DIR_VERSION}/runlog.m4
share/aclocal-${PKG_DIR_VERSION}/sanity.m4
share/aclocal-${PKG_DIR_VERSION}/strip.m4
share/automake-${PKG_DIR_VERSION}/Automake/Channels.pm
share/automake-${PKG_DIR_VERSION}/Automake/Struct.pm
share/automake-${PKG_DIR_VERSION}/Automake/General.pm
share/automake-${PKG_DIR_VERSION}/Automake/XFile.pm
share/automake-${PKG_DIR_VERSION}/am/ansi2knr.am
share/automake-${PKG_DIR_VERSION}/am/check.am
share/automake-${PKG_DIR_VERSION}/am/clean-hdr.am
share/automake-${PKG_DIR_VERSION}/am/clean.am
share/automake-${PKG_DIR_VERSION}/am/compile.am
share/automake-${PKG_DIR_VERSION}/am/configure.am
share/automake-${PKG_DIR_VERSION}/am/data.am
share/automake-${PKG_DIR_VERSION}/am/dejagnu.am
share/automake-${PKG_DIR_VERSION}/am/depend.am
share/automake-${PKG_DIR_VERSION}/am/depend2.am
share/automake-${PKG_DIR_VERSION}/am/distdir.am
share/automake-${PKG_DIR_VERSION}/am/footer.am
share/automake-${PKG_DIR_VERSION}/am/header-vars.am
share/automake-${PKG_DIR_VERSION}/am/header.am
share/automake-${PKG_DIR_VERSION}/am/install.am
share/automake-${PKG_DIR_VERSION}/am/java.am
share/automake-${PKG_DIR_VERSION}/am/lang-compile.am
share/automake-${PKG_DIR_VERSION}/am/lex.am
share/automake-${PKG_DIR_VERSION}/am/library.am
share/automake-${PKG_DIR_VERSION}/am/libs.am
share/automake-${PKG_DIR_VERSION}/am/libtool.am
share/automake-${PKG_DIR_VERSION}/am/lisp.am
share/automake-${PKG_DIR_VERSION}/am/ltlib.am
share/automake-${PKG_DIR_VERSION}/am/ltlibrary.am
share/automake-${PKG_DIR_VERSION}/am/mans-vars.am
share/automake-${PKG_DIR_VERSION}/am/mans.am
share/automake-${PKG_DIR_VERSION}/am/multilib.am
share/automake-${PKG_DIR_VERSION}/am/program.am
share/automake-${PKG_DIR_VERSION}/am/progs.am
share/automake-${PKG_DIR_VERSION}/am/python.am
share/automake-${PKG_DIR_VERSION}/am/remake-hdr.am
share/automake-${PKG_DIR_VERSION}/am/scripts.am
share/automake-${PKG_DIR_VERSION}/am/subdirs.am
share/automake-${PKG_DIR_VERSION}/am/tags.am
share/automake-${PKG_DIR_VERSION}/am/texi-vers.am
share/automake-${PKG_DIR_VERSION}/am/texibuild.am
share/automake-${PKG_DIR_VERSION}/am/texinfos.am
share/automake-${PKG_DIR_VERSION}/am/yacc.am
share/automake-${PKG_DIR_VERSION}/COPYING
share/automake-${PKG_DIR_VERSION}/INSTALL
share/automake-${PKG_DIR_VERSION}/texinfo.tex
share/automake-${PKG_DIR_VERSION}/ansi2knr.c
share/automake-${PKG_DIR_VERSION}/ansi2knr.1
share/automake-${PKG_DIR_VERSION}/config.guess
share/automake-${PKG_DIR_VERSION}/config.sub
share/automake-${PKG_DIR_VERSION}/install-sh
share/automake-${PKG_DIR_VERSION}/mdate-sh
share/automake-${PKG_DIR_VERSION}/missing
share/automake-${PKG_DIR_VERSION}/mkinstalldirs
share/automake-${PKG_DIR_VERSION}/elisp-comp
share/automake-${PKG_DIR_VERSION}/ylwrap
share/automake-${PKG_DIR_VERSION}/acinstall
share/automake-${PKG_DIR_VERSION}/depcomp
share/automake-${PKG_DIR_VERSION}/compile
share/automake-${PKG_DIR_VERSION}/py-compile
@dirrm share/aclocal-${PKG_DIR_VERSION}
@dirrm share/automake-${PKG_DIR_VERSION}/Automake
@dirrm share/automake-${PKG_DIR_VERSION}/am
@dirrm share/automake-${PKG_DIR_VERSION}

View file

@ -1,5 +0,0 @@
$NetBSD: distinfo,v 1.3 2002/09/28 10:22:55 wiz Exp $
SHA1 (automake-1.7.tar.bz2) = 37bc530b44f9d784d23b07e89b3ed8aea8e86cdd
Size (automake-1.7.tar.bz2) = 514456 bytes
SHA1 (patch-aa) = 1c13380a46dc6c3bbd233164da547526c9cc5679

View file

@ -1,27 +0,0 @@
$NetBSD: patch-aa,v 1.1.1.1 2002/07/27 20:23:09 wiz Exp $
--- automake.texi.orig Tue Mar 5 13:57:24 2002
+++ automake.texi Thu May 2 23:24:44 2002
@@ -1,6 +1,7 @@
\input texinfo @c -*-texinfo-*-
@c %**start of header
@setfilename automake.info
+@dircategory Programming & development tools
@settitle automake
@setchapternewpage off
@c %**end of header
@@ -9,12 +10,12 @@
@dircategory GNU programming tools
@direntry
-* automake: (automake). Making Makefile.in's
+* Automake: (automake). Making Makefile.in's
@end direntry
@dircategory Individual utilities
@direntry
-* aclocal: (automake)Invoking aclocal. Generating aclocal.m4
+* Aclocal: (automake)Invoking aclocal. Generating aclocal.m4
@end direntry
@ifinfo